body {
	border-top: 6px solid #00c145;
	background-color: #00b046;
}

.hiddenForjQuery {
	display: none;
}

/* For hiding items to be shown using jQuery.show() */
#afterpayInfo_checkout_installments {
	margin: 0 0 -6px -3px;
	font-size: 0.8em;
}

.courseCatLandingPageLink h3 {
	font-size: 1em;
	font-weight: normal;
	margin: 0;
	line-height: 20px;
}

.courseCatLandingPageLink .icon {
	margin-right: 10px;
}

#courseCatMaps .courseCard:hover {
	background-color: #F7F7F7;
}

.auditOff {
	display: none !important;
}

.auditOn {}

.h1 {
	font-size: 1.8em;
	font-weight: bold;
	line-height: 40px;
	margin-top: 10px;
}

.h2 {
	font-size: 1.4em;
	font-weight: bold;
	line-height: 20px;
	margin-top: 20px;
}

.h3 {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 40px;
}

#courses table .btn span.hidden-phone,
#invoices table .btn span.hidden-phone {
	min-width: 100px;
	display: inline-block;
}

table#accountCourses {
	display: table;
	box-sizing: border-box;
	white-space: normal;
	line-height: normal;
	font-weight: normal;
	font-style: normal;
	color: -internal-quirk-inherit;
	/* text-align: start; */
	font-variant: normal;
	max-width: 100%;
	background-color: transparent;
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 20px;
	line-height: 20px;
	text-align: left;
	vertical-align: top;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
}

.accountCoursesContainer {
	border: 1px solid #ddd;
	border-radius: 6px;
	padding: 6px 12px 0 12px;
}

#accountCourses span.courseShortNameTitle {
	white-space: nowrap;
}

#accountCourses.courseTaskListTable tr {
	line-height: 30px;
}

#accountCourses.courseTaskListTable tr.courseRow {
	border-top: 1px solid #dddddd;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: rgb(221, 221, 221);
}

#accountCourses.courseTaskListTable tr.oddRow {
	background-color: #f9f9f9;
}

#accountCourses.courseTaskListTable tr.evenRow {
	background-color: transparent;
}

#accountCourses.courseTaskListTable tr.courseRow td {
	padding: 8px 4px 4px;
}

#accountCourses.courseTaskListTable tr.taskRow td {
	padding: 4px;
}

#accountCourses.courseTaskListTable tr.taskRow td:nth-child(1) {
	border-top: none;
}

#accountCourses .taskRow td:nth-child(n+2) {
	border-top: 1px dashed #ccc;
}

#accountCourses.courseTaskListTable tr.taskRow.virtualClassBookingRow td {
	border-top: none;
	padding-top: 0px;
}

#accountCourses.courseTaskListTable .taskStatusMessage {
	white-space: nowrap;
}

#accountCourses.courseTaskListTable .ucaStatusResetLink {
	float: right;
}

#qaForm.well .accordion-group {
	background-color: #ffffff;
}

.afterpayInfo_price {
	display: block !important;
	height: 42px !important;
}

.course-video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.course-video-container iframe,
.course-video-container object,
.course-video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.modalWide {
	width: 700px;
	margin-left: -350px;
}

#modal-fileUpload .modal-body {
	max-height: calc(100vh - 250px);
	overflow-y: auto;
}

#modal-fileUpload .fileUpload-infoContainer {
	background-color: #F8F8F8;
	border-radius: 4px;
	padding: 2px 10px 10px 10px;
	border: 1px solid #E0E0E0;
}

#modal-fileUpload .fileUpload-infoContainer h3 {
	margin: 0;
}

#modal-fileUpload .fileUpload-AgreementContainer {
	margin: 10px 0;
	border: 1px solid #FFE574;
	border-radius: 4px;
	padding: 10px;
	background-color: #FFF9DF;
}

.borderedRadioOptions {
	padding: 8px;
	border-radius: 6px;
	margin: -4px 0 4px 0;
	border: 1px solid #eee;
}

.borderedRadioOptions td {
	padding: 0px 5px;
}

.borderedRadioOptions input[type="radio"] {
	margin: -4px 0px 0px 0px;
}

.acceptConditionsContainer {
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	color: #0A7FC8;
	background-color: #E4F5FF;
	border: 1px solid #6DC7FF;
	border-radius: 4px;
	padding: 4px 11px;
	clear: both;
}

.acceptConditionsContainer input[type="checkbox"] {
	margin: -2px 0px 0px 0px
}

.dialogPages {
	margin-bottom: 14px;
}

#modal-rsaNswCompetencyCheck {
	width: 70%;
}

.rsaNswCompetencyDialogContainer .modal-body {
	padding: 0px;
	overflow-y: inherit;
}

.cursive {
	font-family: 'Indie Flower', cursive;
}

#lang-bar {
	float: right;
}

*:focus {
	outline: 0 !important;
}

.ws-title {
	cursor: pointer;
}

#hintClose-2,
#hintClose-3,
#hintClose-4,
#hintClose-5 {
	cursor: pointer;
}

.prodList ul {
	list-style: none;
	margin: 0;
}

#cvv {
	width: 94px;
}

#cvv-info {
	font-size: 11px;
	margin-left: 4px;
}

#cvv-info-container .popover {
	max-width: 900px;
}

.prodList h3 {
	margin: 0;
}

.hintCloseInfo {
	background-color: #FFF8DD;
	margin: 0 -14px -8px -15px;
	border-radius: 0 0 5px 5px;
	padding: 4px 12px;
	border-top: 1px solid #FFD600;
}

#lang-en {
	background: transparent url(/common/images/icon_english.png) no-repeat center;
	display: inline-block;
	width: 20px;
	height: 13px;
	margin-bottom: -1px;
}

.qBlank,
.qBlank2,
.qBlank_loq {
	display: inline-block;
	min-width: 100px;
	border-bottom: solid 1px #333;
	position: relative;
	height: 14px;
	padding-bottom: 2px;
}

.qBlank,
.qBlank_loq {
	margin: -2px 10px -2px 30px;
}

.qBlank2 {
	margin: -2px 10px -2px 10px;
}

.qBlankACount {
	display: inline-block;
	background-color: #0A7FC8;
	color: #fff;
	width: 20px;
	line-height: 20px;
	text-align: center;
	border-radius: 20px;
}

.caInput-text,
.caInput-text_loq {
	margin-top: 8px;
	width: 300px;
}

.qBlank-index {
	display: inline-block;
	background-color: #0A7FC8;
	color: #fff;
	width: 20px;
	line-height: 20px;
	text-align: center;
	border-radius: 20px;
	position: absolute;
	left: -24px;
	top: 0;
}

#lockoutQuestionBlock>div {
	border: 1px solid #FFC633;
	padding: 0 14px 14px 14px;
	border-radius: 6px;
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
}

#lockoutQuestionBlock>div>h3 {
	margin-bottom: 0;
}

#lockoutQuestionBlock .loqHeader {
	border-bottom: 1px solid #FFC633;
	background-color: #FFF5D6;
	margin: -14px -14px 14px -14px;
	padding: 14px 14px 14px 14px;
}

#lockoutQuestionBlock .loqFooter {
	text-align: right;
	background-color: #FFF5D6;
	padding: 10px;
	margin: 14px -14px -14px -14px;
	border-top: 1px solid #FFC633;
}

#accountCourses td {
	line-height: 30px;
}

blockquote p {
	font-size: inherit !important;
}

.qaText2 {
	padding-right: 14px;
}

.maxlength {
	float: right;
}

.caInput-text2 {
	width: 100%;
	height: 100px;
}

h1 {
	font-size: 1.8em;
	font-weight: bold;
}

h2 {
	font-size: 1.4em;
	font-weight: bold;
}

h3 {
	font-size: 1.2em;
	font-weight: bold;
}

h4 {
	font-size: 1em;
	font-weight: bold;
}

#qaForm h3 {
	line-height: 1em;
	margin: 0.8em 0 !important;
}

.skiptranslate>div {
	margin-bottom: -26px;
	position: relative;
}

strong {
	font-weight: inherit;
}

.rating {
	width: 80px;
	height: 16px;
	background: transparent url(/themes/moses/images/star-off.png) repeat-x;
	display: inline-block;
	margin-bottom: 2px;
	vertical-align: middle;
}

#sa_review_section .rating {
	width: auto;
	height: auto;
	background: none;
	display: inline-block;
	margin-bottom: auto;
	vertical-align: auto;
}

.rating1 {
	height: 16px;
	background: transparent url(/themes/moses/images/star-on.png) repeat-x;
	display: inline-block;
}

.tab-content {
	overflow: visible;
}

.reviewBody {
	font-style: italic;
	line-height: 1.4em
}

.reviewBody:first-letter {
	text-transform: capitalize
}

.smallerButtonText {
	font-size: 0.78em;
	display: block;
}

#navbar-main .navbar-inner, #lang{
	background-color:#fff;
	background-image:none;
	-webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

#lang{border: none;color:#777}
#lang .caret{border-top-color: #777}
#lang:hover{border: none;color:#333}
#lang:hover .caret{border-top-color: #333}

.navbar-inner {
	padding-left: 10px;
	padding-right: 10px;
}

.goog-te-menu-frame {
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4) !important;
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4) !important;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4) !important;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	position: absolute !important;
}

.dropup .dropdown-menu::after {
	position: absolute;
	bottom: -6px;
	left: 10px;
	display: inline-block;
	border-right: 6px solid transparent;
	border-top: 6px solid white;
	border-left: 6px solid transparent;
	content: '';
}

.progress-text {
	text-align: center;
	margin-top: -20px;
}

.socialBar {
	width: 210px;
	margin: 0 auto;
}

.social-button-container .btn {
	padding: 4px 6px;
}

.social-button-container i {
	margin: 0 !important;
	width: 16px;
	display: inline-block;
}

.social-button-container {
	position: relative;
	display: inline-block;
	width: 66px;
	margin-top: 3px;
}

.socialTally {
	width: 28px;
	text-align: center;
	font-size: 10px;
	border: 1px solid #999;
	display: inline-block;
	position: absolute;
	top: 4px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #FFF;
	left: 35px;
}

div.arrow-left {
	width: 0px;
	height: 0px;
	border-bottom: 5px solid transparent;
	border-top: 5px solid transparent;
	border-right: 5px solid;
	/* add background color here */
	font-size: 0px;
	line-height: 0px;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -5px;
	margin-left: -4px;
	z-index: 2;
}

div.arrow-left-outline {
	margin-left: -5px;
	z-index: 1;
}

form {
	margin: 0;
	display: inline-block;
}

label {
	margin-bottom: 0;
}

/*.qaErrorIcon {color: #D22121; margin-left:8px;}*/
.qaSuccessIcon {
	color: #00B046;
	margin-left: 8px;
}

.loading {
	display: inline-block;
	background: transparent url(/themes/moses/images/loader.gif) no-repeat center;
	width: 30px;
	height: 30px;
	vertical-align: middle;
}

select.loading {
	background-color: #fff;
}

.qaGroup {
	list-style: none;
	margin: 0 0 10px 0;
	display: table;
	width: 100%;
}

.qaGroup>li {
	display: table-row;
}

.qaGroup>li>span {
	background-attachment: scroll;
	background-clip: border-box;
	background-color: rgb(252, 252, 252);
	background-image: none;
	background-origin: padding-box;
	background-position-x: 0%;
	background-position-y: 0%;
	background-size: auto;
	border-bottom-color: rgb(221, 221, 221);
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-image-outset: 0px;
	border-image-repeat: stretch;
	border-image-slice: 100%;
	border-image-source: none;
	border-image-width: 1;
	border-left-color: rgb(221, 221, 221);
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: rgb(221, 221, 221);
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: rgb(221, 221, 221);
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-top-style: solid;
	border-top-width: 1px;
	color: rgb(0, 136, 204);
	cursor: auto;
	display: block;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	height: 60px;
	line-height: 20px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	text-align: left;
	text-decoration-color: rgb(0, 136, 204);
	text-decoration-line: none;
	text-decoration-style: solid;
	text-size-adjust: 100%;
}

.qaGroup>li>a,
.qaGroup>li>span {
	padding: 0;
	background: #fff;
}

.qaGroup>li>a:hover,
.qaGroup>li>span:hover {
	background: #F3FAFF !important;
}

.qaGroup>li:first-child>a,
.qaGroup>li:first-child>span {
	-webkit-border-top-right-radius: 8px !important;
	-moz-border-radius-topright: 8px !important;
	border-top-right-radius: 8px !important;
	-webkit-border-top-left-radius: 8px !important;
	-moz-border-radius-topleft: 8px !important;
	border-top-left-radius: 8px !important;
}

.qaGroup>li:last-child>a,
.qaGroup>li:last-child>span {
	-webkit-border-bottom-right-radius: 8px !important;
	-moz-border-radius-bottomright: 8px !important;
	border-bottom-right-radius: 8px !important;
	-webkit-border-bottom-left-radius: 8px !important;
	-moz-border-radius-bottomleft: 8px !important;
	border-bottom-left-radius: 8px !important;
}

.qaGroup label {
	font-size: inherit;
	width: 100%;
}

.qaRadio {
	display: table-cell;
	padding: 20px;
	vertical-align: middle;
}

.qaRadio>input {
	margin: -2px 0 0 0;
}

#qaForm {
	display: block;
}

.qaText {
	border-left: 1px dotted #ccc;
	display: table-cell;
	vertical-align: middle;
	padding: 10px 20px;
	color: #333333;
	font-weight: normal;
	font-size: inherit;
	width: 100%;
}

.poPrice {
	min-width: 60px;
	text-align: center;
	font-weight: bold;
}

.wizardNav li a {
	background-color: #F5F5F5;
}

#rootwizard label {
	margin: 4px 0;
}

#rootwizard input[type=checkbox] {
	margin: -2px 0 0 0;
}

.paymentDetails {
	padding: 20px;
	border: 1px solid #ddd;
	border-radius: 8px;
	background-color: #FCFCFC;
}

.paymentDetails h4 {
	margin-top: 0;
}

.poPriceSave {
	text-align: center;
	display: block;
}

.qaSelected {
	box-shadow: 0 0 6px #ccc;
	background: #E4F5FF !important;
	z-index: 999;
	border-color: #6DC7FF !important;
	position: relative;
}

.qContainer h3 {
	margin: 2px 0;
}

/*.qaError {background-color: #FFF0F0 !important;border-color: #E98D8D !important;color: #D22121 !important;}*/
/*.qaError input {border-color: #E98D8D !important;}*/
.qaSuccess {
	background-color: #ECFFF4 !important;
	border-color: #7BE2A4 !important;
	color: #009E3F !important;
}

.qaSuccess input {
	border-color: #7BE2A4 !important;
}

/*.qaErrorText {color: #D22121 !important;}*/
.alert {
	padding: 16px 14px 14px 14px;
	clear: both;
}

.alert .alertInner {
	display: table-row;
}

.alert .alertInner>span {
	display: table-cell;
	vertical-align: middle;
	padding-left: 14px;
	width: 100%;
	padding-right: 10px;
}

.alert .alertInner>i {
	display: table-cell;
	vertical-align: middle;
}

.alert-success {
	background-color: #ECFFF4;
	border-color: #7BE2A4;
	color: #009E3F;
}

.alert-block {
	background-color: #FFFBF6;
	border-color: #FF8500;
	color: #FF8F00;
}

.alert-error,
.inputError:not(.btn) {
	background-color: #FFF0F0 !important;
	border-color: #E98D8D !important;
	color: #D22121 !important;
}

.btn.inputError {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
	background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
	background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
	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);
	*background-color: #bd362f;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn.inputError:hover,
.btn.inputError:focus,
.btn.inputError:active,
.btn.inputError.active,
.btn.inputError.disabled,
.btn.inputError[disabled] {
	color: #ffffff;
	background-color: #bd362f;
	*background-color: #a9302a;
}

.btn.inputError:active,
.btn.inputError.active {
	background-color: #942a25;
}

.alert-info {
	background-color: #E4F5FF;
	border-color: #6DC7FF;
	color: #0A7FC8;
}

.alert-warning {
	background-color: #FFF2D6;
	border-color: #FFA92E;
	color: #FA9800;
}

.alert-feedback {
	background-color: #FFF2D6;
	border-color: #FFA92E;
	color: #ffb82b;
}

.alert-feedback h4 {
	color: #ffb82b;
}

.alert-feedback p {
	font-style: italic;
	color: #000000;
}

.feedbackBannerIcon {
	float: right;
	font-size: 50px;
}


/*.alert-feedback p:before {content: open-quote;}
.alert-feedback p:after {content: close-quote;}
.alert-info .btn, .btn-blue {
  background-color: hsl(203, 95%, 33%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#057fcb", endColorstr="#0466a4");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#057fcb), to(#0466a4));
  background-image: -moz-linear-gradient(top, #057fcb, #0466a4);
  background-image: -ms-linear-gradient(top, #057fcb, #0466a4);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #057fcb), color-stop(100%, #0466a4));
  background-image: -webkit-linear-gradient(top, #057fcb, #0466a4);
  background-image: -o-linear-gradient(top, #057fcb, #0466a4);
  background-image: linear-gradient(#057fcb, #0466a4);
  border-color: #0466a4 #0466a4 hsl(203, 95%, 31%);
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.13);
  -webkit-font-smoothing: antialiased;
}*/
.alert h2 {
	margin: 0;
}

.article-container h2 {
	border-bottom: 1px dashed #e5e5e5;
}

.article-container h3 {
	margin-bottom: 0px;
}

.entry-summary .btn {
	display: block;
	margin-top: 10px;
	width: 130px
}

div.type-post {
	border-bottom: 1px solid #eeeeee;
	margin-top: -10px !important;
}

#nav-above {
	float: right;
	margin-top: -50px;
	position: relative;
	z-index: 100;
}

#nav-above a,
#nav-below a {
	text-decoration: none !important;
	color: inherit !important
}

.noBullet {
	margin-left: 0;
}

.noBullet li {
	list-style: none;
}

ul.imageListBullets {
	list-style-type: none;
	margin-left: 6px;
}

ul.imageListBullets>li {
	list-style: none;
	text-indent: -10px;
	margin-left: 20px;
}

ul.imageListBullets>li i {
	padding-right: 5px;
}

#Instructions h3 {
	line-height: 20px;
	font-weight: normal;
}

.btn *[class^="icon-"] {
	margin-left: 6px;
}

.tooltip {
	white-space: normal;
	text-shadow: none;
}

.well-deep {
	background: #ddd;
	box-shadow: inset 0 1px 10px rgba(0, 0, 0, 0.2);
	webkit-box-shadow: inset 0 1px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: inset 0 1px 10px rgba(0, 0, 0, 0.2);
}

.touchScroll,
.well-deep,
.modal-body {
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

.touch {
	-webkit-overflow-scrolling: touch;
}

.well-deep section.slide {
	background: #fff;
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
	webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
	padding: 30px;
	margin: 0 0 20px 0;
}

section.slide .slideTitle {
	margin-top: -40px;
	padding-top: 40px;
}

.slide-container h4 {
	font-size: 1.2em;
	margin-bottom: 20px;
}

.slide-container strong {
	font-weight: bold !important;
}

.slide-container table {
	width: 100%;
}

.side-nav {
	margin: 30px 0 0;
	padding: 0;
	background-color: #fff;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .065);
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, .065);
	box-shadow: 0 1px 4px rgba(0, 0, 0, .065);
}

.side-nav a {
	margin-left: 0 !important;
	padding-left: 0 !important;
}

.side-nav .icon-chevron-left {
	margin-top: 2px;
	margin-left: -6px;
	opacity: .25;
	display: table-cell;
	vertical-align: middle;
	padding: 0 6px;
	color: #000;
}

.side-nav span {
	display: table-cell;
	vertical-align: middle;
}

.side-nav>.active .icon-chevron-left {
	opacity: 1;
	color: #fff;
}

.side-nav>.active>a,
.nav-list>.active>a:hover,
.nav-list>.active>a:focus {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
	background-color: #0088cc;
}

.dropdown-backdrop {
	position: static !important;
}

.accordion-toggle2 {
	display: block;
	padding: 8px 15px;
}

#footer-top {
	height: 120px;
	background: url(/themes/moses/images/footer-top.png) repeat-x left top;
	margin-bottom: -200px;
	position: relative;
}

#footer {
	padding-top: 100px;
	min-height: 100px;
	padding-bottom: 20px;
	background: #00842c;
	/* Old browsers */
	background: -moz-linear-gradient(top, #00842c 0%, #00b046 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00842c), color-stop(100%, #00b046));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #00842c 0%, #00b046 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #00842c 0%, #00b046 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #00842c 0%, #00b046 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #00842c 0%, #00b046 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00842c', endColorstr='#00b046', GradientType=0);
	/* IE6-9 */
}

#footer,
#footer a {
	color: #D2FFE2;
	text-shadow: 0 -1px 0 #006C24;
	margin-top: 100px;
}

.accordion-toggle input[type="radio"] {
	margin: 0 10px 0 0;
}

#contactForm input[type="text"] {
	width: 100%;
	max-width: 250px;
	margin-bottom: 4px;
}

#contactForm textarea {
	width: 100%;
	max-width: 400px;
	height: 100px;
	margin-bottom: 4px;
}

#contactForm form {
	margin-right: 12px;
	display: block;
}

#contactForm hr {
	margin: 6px -14px 14px;
	border-top: 1px solid #e5e5e5;
	border-bottom: none;
}

.captchaImage {
	height: 28px;
	margin-bottom: 4px;
	border-radius: 4px;
	border: 1px solid #cccccc;
	width: 110px;
}

.captchaBtn {
	margin: -4px 0 0 4px;
	padding: 4px 8px;
}

.captchaBtn i {
	margin: 0 !important;
}

.fieldCaptcha {
	width: 100px !important;
}

.nav-tabs>li>a {
	border: 1px solid #ddd;
	background-color: #FCFCFC;
}

.logoContainer-right {
	margin-top: 97px;
	border-top: 1px solid #ddd;
}

.logoContainer-right img {
	border-bottom: 1px dotted #ddd;
	padding: 10px 0;
}

.logoContainer-left img {
	border: 1px solid #ddd;
	padding: 10px 0;
	margin: 5px 5px 5px 0;
	border-radius: 4px;
}

.breadcrumb li.active a {
	text-decoration: none;
	color: inherit;
}

.courseCard {
	display: inline-block;
	min-height: 120px;
	position: relative;
	border: 1px solid #ddd;
	border-radius: 3px;
	width: 100%;
	margin-bottom: 8px;
	padding-bottom: 20px;
	overflow: hidden;
	text-decoration:none !important;
	transition: 0.1s;
}

.courseCard:hover{
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
}

.courseCard:hover .moreInfo{text-decoration:underline !important;}

.courseCard>div {
	padding: 14px;
}

.courseCard .cCardInfo {
	font-size: 0.85em;
}

.cCardInfo {
	border-bottom: 1px solid #eee;
	padding-bottom: 6px;
	margin-bottom: 10px;
}

.courseCard .btn {
	position: absolute;
	bottom: 8px;
	right: 8px;
}

.courseCard h3 {
	font-size: 1.4em;
	margin: -8px 0 6px 0;
	line-height: 28px;
	border-bottom: 1px solid #eee;
	padding-bottom: 2px;
}

.courseCard h3 small {
	text-transform: uppercase;
	color: inherit;
	font-weight: bold;
	font-size: 0.7em;
}

.courseCard .cCardPrice {
	font-weight: bold;
	position: absolute;
	bottom: 8px;
	font-size: 1.6em;
}

.courseCard .cCardPrice small {
	font-size: 0.5em;
	color: #888;
	font-weight: normal;
	padding-left: 3px;
}

.bolder {
	font-family: 'Open Sans', sans-serif;
}

.breadcrumb {
	background-color: #FCFCFC;
	padding: 4px 15px;
	margin-top: -6px;
	border: 1px solid #E6E6E6;
}

.cCardCat h2 {
	font-size: 1.4em;
	font-weight: bold;
	border-radius: 4px;
	background-color: #585858;
	border: 1px solid #444;
	color: #fff;
	padding-left: 14px;
	in-width: 211px;
}

.courseCard .saleCorner {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	display: inline-block;
	background-color: #9E9E9E;
	padding: 40px 40px 0 40px;
	float: right;
	margin: -28px -50px -30px -50px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 0.75em;
	color: #fff;
	box-shadow: 0px 2px 2px #E4E4E4;
	-moz-box-shadow: 0px 2px 2px #E4E4E4;
	-webkit-box-shadow: 0px 2px 2px #E4E4E4;
}

.dobField {
	width: 80px;
}

.goog-logo-link {
	display: none !important;
}

.mapContainer {
	max-width: 283px;
	margin-top: -40px;
	margin-bottom: -20px;
}

.map-aus .tooltip {
	top: -26px !important;
	left: -webkit-calc(50% - 80px) !important;
	left: -moz-calc(50% - 80px) !important;
	left: calc(50% - 80px) !important;
	width: 160px !important;
	text-align: center !important;
}

.map-aus .tooltip-arrow {
	display: none;
}

.btn-primary {
	background-color: hsl(209, 100%, 35%) !important;
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0f8bff", endColorstr="#005cb2");
	background-image: -khtml-gradient(linear, left top, left bottom, from(#0f8bff), to(#005cb2));
	background-image: -moz-linear-gradient(top, #0f8bff, #005cb2);
	background-image: -ms-linear-gradient(top, #0f8bff, #005cb2);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0f8bff), color-stop(100%, #005cb2));
	background-image: -webkit-linear-gradient(top, #0f8bff, #005cb2);
	background-image: -o-linear-gradient(top, #0f8bff, #005cb2);
	background-image: linear-gradient(#0f8bff, #005cb2);
	border-color: #005cb2 #005cb2 hsl(209, 100%, 30.5%);
	color: #fff !important;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.29);
	-webkit-font-smoothing: antialiased;
}

.btn-grey-dark {
	background-color: hsl(201, 0%, 30%) !important;
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#7f7f7f", endColorstr="#4c4c4c");
	background-image: -khtml-gradient(linear, left top, left bottom, from(#7f7f7f), to(#4c4c4c));
	background-image: -moz-linear-gradient(top, #7f7f7f, #4c4c4c);
	background-image: -ms-linear-gradient(top, #7f7f7f, #4c4c4c);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7f7f7f), color-stop(100%, #4c4c4c));
	background-image: -webkit-linear-gradient(top, #7f7f7f, #4c4c4c);
	background-image: -o-linear-gradient(top, #7f7f7f, #4c4c4c);
	background-image: linear-gradient(#7f7f7f, #4c4c4c);
	border-color: #4c4c4c #4c4c4c hsl(201, 0%, 25%);
	color: #fff !important;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33);
	-webkit-font-smoothing: antialiased;
}

.col-left {
	border-right: 1px solid #ddd;
	padding-right: 18px;
}

.col-right {
	margin-left: 0;
}

.col-right>div {
	padding-left: 20px;
}

.siteSeal {
	float: right;
	margin: -38px -15px;
}

#accountCourses a.btn {
	float: right;
	width: 120px;
}

#accountCourses button.btn {
	float: right;
	width: 146px;
}

div.iconCourseFlow i {
	font-size: 60px;
	display: block;
	border: none;
}

div.iconCourseFlow p {
	border-top: 1px dashed #ccc;
	padding: 4px 0 0 0;
	margin: 4px 0 0 0;
	font-size: 12px;
}

div.iconCourseFlow {
	color: #444;
	display: inline-block;
	text-align: center;
	width: 70px;
	min-height: 120px;
	border: 4px solid #0071C9;
	border-radius: 10px;
	padding: 6px;
	line-height: 16px;
	position: relative;
	vertical-align: top;
	margin-right: 10px;
	margin-bottom: 4px;
	cursor: default;
	background-color: #F7FBFF;
}

div.iconCourseFlow:hover {
	color: #444;
	border-color: #444;
	background-color: #fff;
}

div.iconCourseFlow:before {
	border: 10px solid transparent;
	display: inline-block;
	width: 10px;
	content: "";
	position: absolute;
	top: 50px;
	border-left: 10px solid #0071C9 !important;
	left: -16px;
}

div.iconCourseFlow:first-child:before {
	display: none;
}

div.iconCourseFlow a {
	display: inline-block;
	cursor: pointer !important;
}

.iconCourseFlow_arrowDown {
	font-size: 50px !important;
	color: #444444;
	z-index: 99;
	position: absolute;
}

.article-container {
	background: #FAFAFA;
	padding: 0 20px 30px 20px !important;
	border: 1px solid #e5e5e5;
	border-radius: 4px;
	margin-left: 20px;
	margin-bottom: 20px;
}

.confirmAddressResult>div {
	background-color: #ffffff;
	border: 1px solid #cccccc;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border linear .2s, box-shadow linear .2s;
	-moz-transition: border linear .2s, box-shadow linear .2s;
	-o-transition: border linear .2s, box-shadow linear .2s;
	transition: border linear .2s, box-shadow linear .2s;
	display: inline-block;
	padding: 4px 6px;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 20px;
	color: #555555;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	vertical-align: middle;
	cursor: text;
}

#form-payment label {
	margin: 0;
}

#rootwizard .loading,
#rootwizard form {
	width: 100%;
	min-height: 200px;
}

.vidContainer {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
}

.vidEmbed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.modal-modalCheckout .modal-body {
	height: 345px;
}

.resetUCAAnswerStatus {
	padding: 0px 10px;
}

.cqRecord_audio_container {
	background-color: #f0f9ff;
	border: 1px solid #0096da;
}

.cqAnswerExample_container {
	border: 1px solid #a9a9a9;
	border-radius: 5px;
	border-collapse: separate;
	border-spacing: 0px;
	margin: 10px 0;
	overflow: hidden;
	width: 100%;
}

.pageHeaderInstructionsContainer,
#reportAssessmentForm {
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	margin-bottom: 20px;
	padding: 10px 20px 20px;
}

#reportAssessmentForm textarea {
	min-height: 100px;
	border: 1px solid #99d6f5;
	background-color: #f7fcff;
}

#reportAssessmentForm .raForm_questionText {
	padding: 10px 0px;
}

#reportAssessmentForm .raForm_QuestionContainer {
	margin-bottom: 5px;
}

#reportAssessmentForm .raForm_dateTimeQuestion {
	display: inline;
}

#reportAssessmentForm input[type="date"],
#reportAssessmentForm input[type="time"],
#reportAssessmentForm .timeSelectField {
	margin: 10px;
	width: 130px
}

#reportAssessmentForm h3 {
	margin-bottom: 0;
}

#reportAssessmentForm .studentInlineTip {
	display: table-row;
	font-style: italic;
}

#reportAssessmentForm .answerStatusSurround {
	margin: 10px 0 0 0;
}

#reportAssessmentForm .answerStatusSurround .answerStatusTitle {
	float: right;
	font-weight: bold;
}

#reportAssessmentForm .reportAssessmentFormSubmitButton {
	float: right;
	bottom: 30px;
	right: 30px;
}

.cqAnswerExample_container tr:first-child td {
	background-color: #f5f5f5;
	border-collapse: separate;
	border-spacing: 0px;
	width: 100%;
}

.cqAnswerExample_container tr:not(:first-child) td {
	border-top: 1px solid #a9a9a9;
}

.cqAnswerExample_container td {
	padding: 10px 20px;
}

.cqAnswerExample_container td:not(:first-child) {
	/*border-left: 1px solid #505050;*/
}

.cqAnswerExample_audio_instruction_container a {
	margin-right: -10px;
}

.cqAnswerExample_audio_instruction_container {
	width: 150px;
	white-space: nowrap;
}

.liveAss_stepContainer {
	background-color: #f0f9ff;
	border: 1px solid #0096da;
	padding: 0 20px 10px 20px;
	margin-bottom: 20px;
	border-radius: 4px;
	float: left;
}

.audioRecorderPopup {
	z-index: 1050;
	max-width: 520px;
	overflow: auto;
}

.ziggeoRecorderContainer {
	text-align: center;
}

.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.fa-calendar-o:before {
	content: "\f133";
}

.vcWorkbookFooter {
	margin: 40px 0px;
}

.vcWorkbookFooterInstructions {
	margin: 0px 0px 20px
}

#workbookContentContainer#workbookContentContainer .answer_status_container {
	margin-bottom: 10px;
	min-height: 20px;
}

@media (max-width: 767px) {

	/*step 1 - Mobile*/
	body {
		padding: 0 !important;
	}

	.container {
		padding-left: 14px;
		padding-right: 14px;
	}

	#video iframe {
		height: 200px;
	}

	.audioRecorderPopup {
		height: 400px;
	}

	.modal {
		position: fixed;
		/* Display modal in the centre of your screen */
		overflow-y: scroll;
		/*  Ensure that the modal is scroll-able */
		-webkit-overflow-scrolling: touch;
		/* Avoid having to use 2 finger scroll on iOS    */
		top: 5px;
		/* Use more screen real estate */
		left: 5px;
	}

	.modal-header h1 {
		font-size: 1em;
		line-height: 30px;
	}

	.modal-header {
		padding: 0 15px;
	}

	.modal-body {
		max-height: 2400px;
	}

	/* Increase the max height of the modal body to try & avoid both it, and the modal container having scroll bars which results in odd behavior */
	.nav-tabs>li>a,
	.nav-pills>li>a {
		padding-right: 8px;
		padding-left: 8px;
	}

	/*.mapContainer {margin: 20px 0;}*/
	.mapContainer,
	.wizardNav {
		display: none;
	}

	.col-left {
		border-right: none !important;
		padding-right: 0;
	}

	.col-right,
	.col-right>div {
		padding-left: 0;
	}

	.col-right {
		margin-top: 20px;
	}

	.col-right aside {
		margin-left: 0 !important;
	}

	.selectpicker {
		display: inline-block !important;
	}

	.bootstrap-select {
		display: none !important;
	}

	.caInput-text {
		margin-top: 8px;
		width: 100%;
	}

	.siteSeal {
		top: 50px;
		position: relative;
		z-index: 10;
	}

	#accountCourses .btn {
		float: right;
		width: auto
	}

	#accountCourses .btn i,
	#ucaDownloads .icon-envelope {
		margin-left: 0;
	}

	#ucaDownloads #appendedInputButton {
		width: 100px;
	}

	#slides {
		padding: 0;
	}

	#slides .slide {
		padding: 12px;
	}

	.iconCourseFlow_arrowDown {
		display: none !important;
	}

	.article-container {
		margin-left: 0;
	}

	body {
		width: fit-content;
	}

	#modal-fileUpload {
		position: fixed;
		top: 10px;
		left: 10px;
		right: 10px;
		width: auto;
		margin: 0px;
	}

	#modal-fileUpload .modal-body {
		max-height: calc(100vh - 180px);
		overflow-y: auto;
	}
}

@media (max-height:320px) {
	#modal-fileUpload .modal-body {
		max-height: calc(100vh - 140px) !important;
		overflow-y: auto;
	}
}

@media (min-width: 768px) {

	/*step 2-4 */
	.callUs,
	.callUs:link,
	.callUs:hover,
	.callUs:active,
	.callUs:visited {
		text-decoration: none;
		color: inherit;
		cursor: text
	}

	.replacementCard.iconCourseFlow {
		width: 142px;
	}

	.iconCourseFlow_arrowDown {
		font-size: 50px;
		color: #444444;
		z-index: 99;
		position: absolute;
		left: 43px;
		top: 130px;
	}

	.vidAss_stepContainer {
		min-height: 470px;
	}

}

@media (min-width: 768px) and (max-width: 979px) {
	.cCardPrice small {
		text-decoration: line-through
	}

	.mapContainer {
		margin: 20px 0;
	}

	.replacementCard.iconCourseFlow {
		width: 86px;
	}

	.iconCourseFlow_arrowDown {
		font-size: 50px;
		color: #444444;
		z-index: 99;
		position: absolute;
		left: 26px;
		top: 130px;
	}

	#va_vidRecorder {
		width: 310px !important;
		height: 240px !important;
	}
}

.ba-videorecorder-chooser-button-1,
.ba-videorecorder-chooser-secondary-button {
	display: none;
}

.ba-videorecorder-chooser-primary-button span {
	display: none;
}

.ba-videorecorder-chooser-primary-button:after {
	content: 'Start Streaming'
}

/* Signature Panel */
#modal_sigPanel .sigPanel_wrapper {
	border: dashed 1px #999;
	margin: 0 auto;
	border-radius: 4px;
	background-color: #fff;
}

#modal_sigPanel .sigPanel_mobile,
#modal_sigPanel .sigPanel_overlayAnimation {
	display: none;
}

/* For mobile devices with touchscreens and limited screenspace:
- Show specific panels containing instructions curated to the device characteristics */
@media screen and (orientation: portrait) and (max-width: 520px) {
	#modal_sigPanel .sigPanel_overlayAnimation {
		display: block;
		opacity: 0.5;
		zoom: 40%;
	}

	#modal_sigPanel .sigPanel_desktop {
		display: none;
	}

	#modal_sigPanel .sigPanel_mobile {
		display: block;
	}

	#modal_sigPanel .sigPanel_wrapper canvas {
		zoom: 50%;
		-moz-transform: scale(0.5);
		-moz-transform-origin: 0 0;
	}
}

/* - Hide all panels except signature canvas to maximize space when device is rotated to landscape mode */
@media screen and (orientation: landscape) and (max-height: 520px) {

	#modal_sigPanel .sigPanel_desktop,
	#modal_sigPanel .sigPanel_mobile,
	#modal_sigPanel .modal-header,
	#modal_sigPanel .modal-footer,
	#modal_sigPanel .sigPanel_overlayAnimation {
		display: none;
	}
}

.modal_icon {
	border: 4px solid;
	width: 60px;
	height: 52px;
	border-radius: 50%;
	text-align: center;
	font-size: 40px;
	padding-top: 8px;
	float: right;
	margin-left: 10px;
}

.modal_icon_success {
	color: #00a000;
}

.modal_icon_error {
	color: #D22121;
}

.borderedHiglightRadioField {
	margin-bottom: 0;
	border: 1px solid #b2d5ff;
	border-radius: 4px;
	padding: 8px;
	margin: 0 0 2px 0;
	background-color: #ebf4ff;
}

.borderedHiglightRadioField input {
	margin: -2px 0 0 0 !important;
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover,
.datepicker table tr td span.month.disabled,
.datepicker table tr td span.month.disabled:hover {
	color: #ffffff;
	/*text-decoration:line-through;*/
}

.datepicker .disabled-date {}

.class_calendar_date_cell {
	background-color: #fff !important;
}

.class_calendar_button {
	width: 76px;
	white-space: nowrap;
}

.class_calendar_date {
	background-color: #696969;
	display: inline-block;
	color: #fff;
	padding: 5px 8px;
	border-radius: 4px;
}

.class_calendar_date_day {
	display: inline-block;
	padding-left: 4px;
}

.class_calendar_date_time_start,
.class_calendar_date_time_finish,
.class_calendar_courseName,
.class_calendar_course_location {
	display: inline-block;
	padding: 5px 0;
}

.class_calendar_row.selected td {
	background-color: #bcddff !important;
}

.class_calendar_button_remaining {
	font-size: 11px !important;
	padding: 04px 0px !important;
}

.lt_incident_report .row-fluid {
	padding-top: 8px;
}

.lt_incident_report input[type="checkbox"],
.lt_incident_report input[type="radio"] {
	margin: -2px 0 0 0;
}

.lt_incident_report th {
	background-color: #ccc;
}

.lt_incident_report_head {
	background-color: #666;
	color: #fff;
	margin-top: 14px;
}

.lt_incident_report_foot {
	background-color: #ccc;
}

.lt_incident_report_head>div,
.lt_incident_report_foot>div {
	padding-left: 8px;
}

.lt_field_signature img {
	width: 80px;
	margin: -10px 0;
}

.cq_grid_table textarea {
	resize: none;
	border: none;
	min-height: 70px;
}

.cq_grid_table_cell_h1 {
	background-color: #666;
	color: #fff;
	padding: 8px 0;
}

.cq_grid_table_cell_h2 {
	background-color: #ccc;
	padding: 8px 0;
}

.cq_grid_table_cell_h3 {
	background-color: #eee;
	padding: 8px 0;
	font-size: 11px;
}

.cq_grid_table_cell_vmiddle {
	vertical-align: middle !important;
}

.cq_grid_table_cell_hcenter {
	text-align: center !important;
}

.cq_grid_table_cell_noPadding {
	padding: 0 !important;
}

.cq_grid_table_cell_singleRow {
	padding: 0 !important;
}

.cq_grid_table_cell_singleRow textarea {
	height: 1em;
	min-height: 1em;
}

.cq_form_Outline,
.ca_form_Outline,
.formOutline {
	border: 1px solid #ddd;
	border-radius: 5px;
	padding: 10px 15px;
}

#agreeForm label {
	cursor: auto;
	border-bottom: 1px dashed #c5dfef;
	margin-bottom: 10px;
	padding-bottom: 3px;
}

#agreeForm label:last-of-type {
	border-bottom: none;
	margin-bottom: 0;
}

#agreeForm label a {
	text-decoration: underline;
}

.braintree-option {
	border-color: #dddddd;
	background-color: #fcfcfc;
}

[data-braintree-id="methods-label"].braintree-heading {
	display: none;
}

.braintree-toggle {
	margin-bottom: 20px;
	border: 1px solid #dddddd;
	border-radius: 6px;
	background-color: #fcfcfc;
}

.braintree-show-afterpay .braintree-afterpay,
.braintree-show-bpay .braintree-bpay,
.braintree-show-affiliate .braintree-affiliate {
	display: block;
	height: auto;
	overflow: visible;
	visibility: visible;
}

.braintree-sheet__error {
	background-color: #FFF0F0 !important;
	border: 1px solid #E98D8D !important;
	border-radius: 6px;
	color: #D22121 !important;
	border-radius: 6px;
}

.braintree-sheet--has-error .braintree-sheet {
	border: 1px solid #E98D8D !important;
}

.braintree-sheet {
	border: 1px solid #dddddd;
	border-radius: 6px !important;
}

.braintree-sheet__header {
	border-bottom: 1px solid #dddddd;
}

.option__afterpay .braintree-option__logo {
	margin: 5px 8px;
}

.option__bpay .braintree-option__logo {
	margin: 2px 14px;
}

.paymentType_processingFee {
	font-size: 0.8em;
}