/* Mentornet Online Palette
	#FFFFFF rgb(255,255,255) hsl(0, 0%, 100%) WHITE
	#00CC5E rgb(0,204,94) LIGHT GREEN 
	#00B554 rgb(0,181,84) MEDIUM LIGHT GREEN
	#009344 rgb(0,147,68) hsl(148, 100%, 53%s) NORMAL GREEN
	#00823C rgb(0,130,60) MEDIUM DARK GREEN
	#00612D rgb(0,97,45)  DARK GREEN
	#D61400 RED TEXT
	#CCAA00 YELLOW TEXT
	
	#CCFFCC REQUIRED/GOOD GREEN
	#FFCCCC ERROR PINK
*/

/* Basic CSS Reset */
body, h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding: 0;
}

input {
	color: #000000;
	margin: 0;
}

select {
	color: #000000;
}

textarea {
	color: #000000;
}

select {
  width: 213px;
  height: 25px;
  overflow: hidden;
}

/* ---------- */

/* Bootstrap modifiers */
.navbar-default {
	height: 64px;
	margin-bottom: 80px;
	border-radius: 5px;
}

.navbar-brand img {
	margin-top: -16px;
}
/* ---------- */

/* HTML 5 elements */
header, nav, section, aside, footer {
	display: block;
}

header#mainHeader {
	height: 69px;
	background-color: #009344;
	margin-bottom: 0px;
}

header#mainHeader a {
	float: left;
	width: 471px;
}

header#mainHeader form {
	margin-top: 15px;
	float: right;
	width: 325px;
}

header#mainHeader form a {
	margin: 0px;
	color: #fff;
	font-size: 0.7em;
	width: 155px;
}

nav#mainNav {
	margin-bottom: 60px;
}

@media only screen and (max-width: 1275px) {
	.navbar {
		height: 100px;
	}
	
	.navbar-right {
		float: left;!important
	}
}

@media only screen and (max-width: 1000px) {
	.navbar {
		height: 110px;
	}
	
	.navbar-right {
		float: left;
	}
}

nav#mainNav h2 {
	display: none;
}

nav#mainNav ul {
	margin: 0px;
}

nav#mainNav li {
	list-style-type:none;
	float: left;
	margin: -4px 2px;
}

nav#mainNav a {
	margin: 0px;
	color: #FFFFFF;
	background-color: #009344;
	border-radius: 0px 0px 10px 10px;
	padding: 6px 10px 10px 10px;
	display: block;
}

nav#mainNav a:hover {
	color: #009344;
	background-color: #FFFFFF;
	margin-top: -30px;
	border-radius: 10px 10px 0px 0px;
	padding-bottom: 40px;
}

nav#mainNav a#currentTab {
	color: #009344;
	background-color: #FFFFFF;
	margin-top: -30px;
	border-radius: 10px 10px 0px 0px;
	padding-bottom: 40px;
}

nav#courseNav {
	clear: both;
	width: 12.5%;
	float: left;
	margin-right: 2.5%;
}

nav#courseNav a {
	display: block;
	padding-bottom: 10px;
}

section#courseContent {
	width: 85%;
	float: right;	
}

section#searchTool {
	clear: both;
	float: left;
	width: 460px;
	margin-left: 10px;
	margin-top: 8px;
}

section#searchTool p {
	display: inline;
}

section#mainFull {
	clear: both;
	width: 95%;
	float: left;
	margin: 0 2.5%;
	margin-bottom: 25px;
}

section#mainFullCenter {
	clear: both;
	width: 95%;
	float: left;
	margin: 0 2.5%;
	text-align: center;
	margin-bottom: 25px;
}

section#mainContent {
	clear: both;
	width: 75%;
	margin-left: 1.66666%;
	float: left;
	margin-bottom: 25px;
}

section#mainContentCenter {
	clear: both;
	width: 75%;
	margin-left: 1.66666%;
	float: left;
	margin-bottom: 15px;
	text-align: center;
	/*padding-bottom: 150px;
	min-height: 100%;
    height: auto !important;
    height: 100%;
    position: relative;*/
}

section#partContentLeft {
	clear: both;
	display: inline-block;
	vertical-align: top;
}

section#partContentRight {
	display: inline-block;
	vertical-align: top;
}

section.slimSection {
	clear: both;
	display: inline-block;
}

section.howItWorks {
	clear: both;
	display: inline-block;
}

aside#mainTools {
	width: 20%;
	margin-right: 1.66666%;
	float: right;
}

aside#mainTools h2 {
	display: none;
}

aside#mostPopular {
	margin-top: 20px;
	clear: both;
	display: inline-block;
	text-align: left;
}

div.bottom {
	/*width: 100%;
	position: relative;
	bottom: 0;*/
	min-height: 100%;
    min-width: 100%;
    height: auto !important;
    height: 100%;
    /* your old code: margin: 0 auto -4em;*/
    margin: 0 auto -200px;
}

footer#mainFooter {
	clear: both;
	border-top: 1px #666 solid;
	/*position: fixed;
	bottom: 0;*/
	width: 100%;
	height: 200px;	
	background-color: #188542;
	border-radius: 5px;
	/*background-color: #009344;*/
}

footer#mainFooter h2 {
	display: none;
}

footer#mainFooter h3 {
	color: #333;
}

footer#mainFooter a {
	color: #E4E4E4;
	display: block;
}

footer#mainFooter a:hover {
	color: #FFF;
}

section.footerColumn {
	color: #FFFFF;
	min-width: 21%;
	margin: 20px 1.675%;
	float: left;
}

section.footerColumnSuper {
	color: #FFFFF;
	min-width: 16%;
	margin: 20px 1.8%;
	float: left;
}

.clearBoth {
	clear: both;
}

.footer {
	display:block;
	border: 1px #000 solid;
	clear: both;
	margin: 0 auto;
	width: 2000px;
	padding-top: 10px;
    background-color: #188542;
    color: white;
}

.footer h2 {
	display: none;
}

.footer h3 {
	color: #333;
}

.footer a {
	color: #E4E4E4;
	display: block;
}

.footer a:hover {
	color: #FFF;
}
/* ---------- */

/* Basic Elements */
html {
}

img {
	border: none;
}

body {
	background-color: #FFFFFF;
}

h1 {
	color: #00612D;
	font-family: "Arial", sans-serif;
	font-size: 1.6em;
	font-weight: bold;
	text-align: center;
	margin-bottom: 1em;
}

h2 {
	color: #00612D;
	font-family: "Arial", sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 1em;
}

h3 {
	color: #00612D;
	font-family: "Arial", sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 0.8em;
}

p {
	margin: 0px;
	color: #00612D;
	font-family: "Arial", sans-serif;
	font-size: 14px;
	margin-bottom: 10px;
	text-align: left;
}

p.center {
	text-align: center;
}

a {
	color: #009344;
	font-family: "Arial", sans-serif;
	font-size: 14px;
	text-decoration: none;
}

a:hover {
	color: #00CC5E;
}

table td a:hover, table tr a:hover {
	color: #00CC5E;
}

ol, ul {
	margin: 0px;
	margin-bottom: 20px;
}

li {
	margin: 0px;
	color: #00612D;
	font-family: "Arial", sans-serif;
	font-size: 14px;
	margin-bottom: 12px;
	text-align: left;
}

td {
	font-family: "Arial", sans-serif;
	font-size: 14px;
}

th {
	font-family: "Arial", sans-serif;
	font-size: 14px;
}

.normal {
	border: 1px inset #222222;
	width: 110px;
}

.required {
	border: 1px inset #009933;
	background-color: #CCFFCC;
}

.ulheading {
	margin-left: -20px;
}

textarea.required {
	border: 1px inset #009933;
	background-color: #CCFFCC;
	width: 250px;
}

span.required {
	display: inline-block;
	height: 18px;
	padding: 0 1px;
	border: 1px inset #009933;
	background-color: #CCFFCC;
}

span.required input {
	margin-top: -2px;
}

.error {
	border: 1px inset #990033;
	background-color: #FFCCCC;
}

span.error input {
	margin-top: -2px;
}


span.error {
	display: inline-block;
	height: 18px;
	padding: 0 1px;
	border: 1px inset #990033;
	background-color: #FFCCCC;
}

.warning {
	border: 1px inset #666600;
	background-color: #FFFF77;
}

.errorText {
	padding: 5px;
	background-color: #FFCCCC;
	text-align: center;
}

.errorText li {
	margin-left: 20px;
}

.goodText {
	padding: 5px;
	background-color: #CCFFCC;
	text-align: center;
}

.goodText li {
	margin-left: 20px;
}

.warningText {
	padding: 5px;
	background-color: #FFFF77;
	text-align: center;
}

.redText {
	color: #FFCCCC;
}

.greenText {
	color: #CCFFCC;
}

.yellowText {
	color: #FFFF77;
}

.pdfFrame {
	border: 2px solid #999;
}

span.priceBreakdown {
	margin-top: -5px;
	font-size: 0.7em;
	margin-bottom: 0.4em;
}

span.learnerInfoSmall {
	margin-top: -5px;
	font-size: 0.7em;
	margin-bottom: 0.4em;
}

.smallGeneral {
	margin-top: -5px;
	font-size: 10px;
	margin-bottom: 0.4em;
}

.smallGeneralM {
	margin-top: -1px;
	font-size: 12px;
	margin-bottom: 0.4em;
}

.smallGeneralRed {
	color: #D61400;
	margin-top: -5px;
	font-size: 10px;
	margin-bottom: 0.4em;
}

.smallGeneralYellow {
	color: #CCAA00;
	margin-top: -5px;
	font-size: 10px;
	margin-bottom: 0.4em;
}

.smallSubNav {
	margin-top: -5px;
	font-size: 0.8em;
	margin-left: 15px;
}

.inline {
	display: inline;
}

.left {
	display: block;
	text-align: left;
}

/* ---------- */

/* Back, Completed and Forward Buttons */
.back a {
	float: left;
	height: 30px;
	line-height: 30px;
	position: relative;
	margin: 0;
	padding: 0 30px 0 10px;
	background: #009344; 
	color: #FFFFFF;
}

.back a:hover {
	color: #00CC5E;
}

.back a:before {
	content: "";
	position: absolute;
	top: 0;
	left: -15px;
	width: 0;
	height: 0;
	border-color: transparent #009344 transparent transparent;
	border-style: solid;
	border-width: 15px 15px 15px 0px;  
}

.back a:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0px;
	width: 0;
	height: 0;
	border-color: transparent #FFFFFF transparent transparent;
	border-style: solid;
	border-width: 15px 15px 15px 0px;  
}

.complete a {
	display: block;
	text-align: center;
	line-height: 30px;
	margin: 0;
	padding: 0 10px 0 10px;
	background: #009344; 
	color: #FFFFFF;
}

.complete a:hover {
	color: #00CC5E;
}

.completeInactive p {
	display: block;
	text-align: center;
	line-height: 30px;
	margin: 0;
	padding: 0 10px 0 10px;
	background: #009344; 
	color: #BBBBBB;
}

.forward a {
	float: right;
	height: 30px;
	line-height: 30px;
	position: relative;
	margin: 0;
	padding: 0 10px 0 30px;
	background: #009344; 
	color: #FFFFFF;
}

.forward a:hover {
	color: #00CC5E;
}

.forward p {
	float: right;
	height: 30px;
	line-height: 30px;
	position: relative;
	margin: 0;
	padding: 0 20px 0 20px;
	background: #009344; 
	color: #BBBBBB;
}

.forward a:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	border-color: transparent transparent transparent #FFFFFF;
	border-style: solid;
	border-width: 15px 0 15px 15px;  
}

.forward a:after {
	content: "";
	position: absolute;
	top: 0;
	right: -15px;
	width: 0;
	height: 0;
	border-color: transparent transparent transparent #009344;
	border-style: solid;
	border-width: 15px 0 15px 15px;  
}
/* ---------- */

/* Standard Table */
table.full {
	width: 100%;
}

table.tight p {
	margin-top: -5px;
}

table.tight {
	margin-top: -15px;
}

table.twoColumText {
	width: 100%;
}

table.twoColumText td {
	vertical-align: top;
	padding: 20px, 0, 20px, 0;
	width: 50%;
}

table.greenStyle {
	cellspacing: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-shadow: 1px 1px 0px #000;
	background: #00612D;
	margin: 10px 0px 20px 0px;
	border: #009344 1px solid;

	-moz-box-shadow: 0 1px 2px #d1d1d1;
	-webkit-box-shadow: 0 1px 2px #d1d1d1;
	box-shadow: 0 1px 2px #d1d1d1;
}

table.greenStyle th {	
	text-align: center;
	padding: 15px 10px 10px 10px;
	border: 1px solid #00A565;
	border-top: 1px solid #00CC5E;
	border-bottom: 1px solid #00B554;

	background: #009344;
	background: -webkit-gradient(linear, left top, left bottom, from(#009344), to(#00823C));
	background: -moz-linear-gradient(top,  #009344,  #00823C);
}

table.greenStyle tr {
	text-align: center;
	padding-left: 20px;
}

table.greenStyle td {
	padding: 5px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #009344;
	border-left: 1px solid #009344;

	background: #00B554;
	background: -webkit-gradient(linear, left top, left bottom, from(#00CC5E), to(#00B554));
	background: -moz-linear-gradient(top,  #00CC5E,  #00B554);
}

table.greenStyle td.blank {
	background: #FFF;
}

table.greenStyle td.blank p.check {
	color: #009344;
}

table.greenStyle td.blank p.cross {
	color: #D61400;
}

table.greenStyle tr:last-child td {
	border-bottom: 0;
}

table.greenStyle tr:hover td {
	background: #CCCCCC;
	background: -webkit-gradient(linear, left top, left bottom, from(#DDDDDD), to(#CCCCCC));
	background: -moz-linear-gradient(top,  #DDDDDD,  #CCCCCC);	
}

table.greenStyle p {
	margin: 0px;
	color: #FFFFFF;
	font-family: "Arial", sans-serif;
}

table.greenStyle a {
	margin: 0px;
	color: #FFFFFF;
	font-family: "Arial", sans-serif;
}

table.greenStyle .smallRed {
	color: #FF7777;
	text-align: center;
	font-size: 12px;
	margin-bottom: 0.4em;
}
/* ---------- */

/* Div Table */
.table {
	display: table;
}

.tableInside {
	display: table;
	width: 100%;
}

.tableInsideSmall {
	margin-left: auto;
	margin-right: auto;
	display: table;
	width: 90%;
}

.tableInsideCenter {
	margin-left: auto;
	margin-right: auto;
	display: table;
}

.row  {
	display: table-row;
}

.col {
	text-align: left;
	display: table-cell;
}

.colPad {
	text-align: left;
	display: table-cell;
	padding: 0px 10px;
}

.colCenter {
	text-align: center;
	display: table-cell;
}

.colCenterResponsive1 {
	text-align: center;
	display: table-cell;
	padding: 0px 5px;
}

.colCenterResponsive2 {
	text-align: center;
	display: table-cell;
	padding: 0px 5px;
}

.colResponsiveLeft {
	text-align: center;
	display: table-cell;
	width: 270px;
	padding-right: 10px;
}

.colResponsiveRight {
	text-align: center;
	display: table-cell;
	width: 270px;
}
/* ---------- */

@media only screen and (min-width: 520px) and (max-width: 775px) {
	.responsive1 {
		display: none;
	}
	
	.colMainLeftCenter {
		text-align: center;
		display: block;
		width: 100%;
		border: 0px;
		padding: 0px;
	}
	
	.colMainRightCenter {
		text-align: center;
		width: 100%;
		display: block;
		padding: 15px 0px 0px 0px;
		/*border-top: 0.5px solid #DDDDDD;*/
	}
	
	.colCenterResponsive1 {
		display: none;
	}
}

@media only screen and (min-width: 0px) and (max-width: 520px) {
	.responsive1 {
		display: none;
	}
	
	.responsive2 {
		display: none;
	}
	
	.tableUnderline {
		display: table;
		width: 90%;
		padding: 5px 10px 15px 10px;
		/*border-bottom: 0.5px solid #DDDDDD;*/
	}
	
	.tableMain {
		margin-left: auto;
		margin-right: auto;
		display: table;
		width: 90%;
		padding: 0px 10px 15px 10px;
	}
	
	.colCenterResponsive1 {
		display: none;
	}
	
	.colCenterResponsive2 {
		display: none;
	}
	
	.colMainLeftCenter {
		text-align: center;
		display: block;
		width: 100%;
		border: 0px;
		padding: 0px;
	}
	
	.colMainRightCenter {
		text-align: center;
		width: 100%;
		display: block;
		padding: 15px 0px 0px 0px;
		/*border-top: 0.5px solid #DDDDDD;*/
	}
	
	.colResponsiveLeft {
		text-align: center;
		display: block;
		width: 270px;
	}
	
	.colResponsiveRight {
		text-align: center;
		display: block;
		width: 270px;
	}
}

.colMiddleCenter {
	vertical-align: middle;
	text-align: center;
	display: table-cell;
}

.colMiddleLeft {
	width: 25%;
	vertical-align: middle;
	text-align: left;
	display: table-cell;
}

.colMiddleRight {
	width: 25%;
	vertical-align: middle;
	text-align: right;
	display: table-cell;
}

.colCourseContent {
	height: 30px;
	text-align: left;
	display: table-cell;
	white-space: nowrap;
}

.colProg {
	height: 30px;
	width: 25px;
	background-image: url('../images/vert.jpg');
	background-repeat: repeat-y;
	background-position:center;
	padding: 0px 5px;
}

/* CKEditor styles */

div.editable
{
	border: solid 2px Transparent;
	padding-left: 15px;
	padding-right: 15px;
}

div.editable:hover
{
	border-color: black;
}

/* Text scroller */

#wrapper {
	width: 410px;
}

.link {
	color: #28B350;
	font-family: "Arial", sans-serif;
	font-size: 14px;
	padding: 0 5px 0 5px;
	border: 1px solid #066EAF;
	cursor:pointer;
}

.link:hover {
	color: #444444;
}

.linkControl {
	border: 1px solid #066EAF;
	padding: 0 5px 0 5px;
	cursor:pointer;
}

.slider {
	position: relative;
	overflow: hidden;
	height: 260px;
	margin-bottom: 20px;
}

.slidercontent {
	position:absolute;
}

.section {
	height: 260px;
}

/* E-mail formatting */

table.insideWhite {
	margin-left: auto;
	margin-right: auto;
	width: 595px;
	background-color: #FFFFFF;
}

td {
	padding: 5px;
}

/* Progress Bar */

.spacer {
    display: block;
}

.calendarList {
	border-radius: 10px;
	width: 92%;
	background-color:rgba(255, 255, 255, 0.8);
	margin: 15px auto;
}

#progress-bar {
    width: 90%;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
}

#progress-bar-percentage {
    background: #32b452;
    padding: 0px 0px;
    color: #FFFFFF;
	font-family: "Arial", sans-serif;
	font-size: 12px;
    text-align: center;
	font-weight: bold;
}

.comment {
	width: 490px;
	padding: 10px 10px 5px 10px;
	background-color: #BDB;
	border-radius: 10px;
	margin: 10px 0;
}

.go {
	margin-top: 8px;
}

.replyField {
	margin-top: 8px;
}

.reply {
	width: 440px;
	padding: 10px 10px 5px 10px;
	background-color: #DDD;
	border-radius: 10px;
	margin: 10px 0 10px 50px;
}

/* Recaptcha */

table.recaptcha {
	width: 252px;
}

div#recaptcha_area {
	width: 165px;
}

#recaptcha_image img {
    width: 250px !important;
    height: 50px !important;
}

#recaptcha_widget {
	text-align: left;
	padding-left: 7px;
	margin-left: auto;
	margin-right: auto;
	width: 265px;
}

/* Questionnaire */

.flex-container {
	display: flex;
	justify-content: center;
}

.flex-container > div {
	padding: 30px;
	background-color: #f8f8f8;
	border: 1px #e7e7e7 solid;
	width: 900px;
	margin: 10px;
	font-size: 1.8rem !important;
}

.flex-container p {
	font-size: 1.8rem;
}

form label {
	margin: 0px;
	color: #00612D;
	font-family: "Arial", sans-serif;
	font-size: 1.8rem;
	margin: 10px 0 10px 0;
	text-align: left !important;
	font-weight: normal;
}

/* Likert Scales */

.form-control.likert {
	padding-top: 5px;
	height: 60px;
}

form .likert {
  list-style: none;
  width: 100%;
  margin:0;
  padding:0 0 35px;
  display:block;
  border-bottom: 2px solid #efefef;
}
form .likert:last-of-type {border-bottom:0;}
form .likert:before {
  content: '';
  position: relative;  
  display: block;
  top: 12.7px;
  left: 9.7%;
  background-color: #ddd;
  height: 4px;
  width: 78%;
}
form .likert li {
  display:inline-block;
  width:19%;
  text-align:center;
  vertical-align: top;
}
form .likert li input[type=radio] {
  display:block;
  position:relative;
  top:0;
  left:50%;
  margin-left:-6px;
  
}
form .likert li label {
	font-size: 1.6rem;
	margin: 0;
	text-align: center !important;
	width: 100%;
	font-weight: bold;
}
form .buttons {
  margin:30px 0;
  padding:0 4.25%;
  text-align:right
} 
form .buttons button {
  padding: 5px 10px;
  background-color: #67ab49;
  border: 0;
  border-radius: 3px;
}