html {
  font-size: 16px;
}

/* iCheck checkboxes and radio buttons----------------------------------- */

.enrol-check,
.enrol-radio {
	border: 1px solid #9b9b9b;
	border-bottom: none;
	border-radius: 4px 4px 0 0;
	background-color: white;
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	padding: 0;
	width: 16px;
	width: 1rem;
	height: 16px;
	height: 1rem;
	background: url(../img/enrol/skin-radio-checkbox.png) no-repeat;
	/* border: none; */
	cursor: pointer;
}

.enrol-trial .enrol-radio {
  background-image: url(../img/enrol/skin-radio-checkbox-orange.png);
}

.enrol-check {
	border-radius: 4px;
	background-position: 0 0;
	border: 1px solid #9b9b9b;
}

.enrol-check.checked {
	background-position: -18px 0;
	background-position: -1.125rem 0;
}

.enrol-check.disabled {
	background-position: -36px 0;
	background-position: -2.25rem 0;
	cursor: default;
}

.enrol-check.checked.disabled {
	background-position: -54px 0;
	background-position: -3.375rem 0;
}

.enrol-radio {
	background-position: -72px 0;
	background-position: -4.5rem 0;
}

.bank-card-option-container .row .enrol-radio.checked {
	background-color: #eceaea;
	/* background-position: -90px 0; */
	/* background-position: -5.625rem 0; */
}

.enrol-radio.disabled {
	background-position: -108px 0;
	background-position: -6.75rem 0;
	cursor: default;
}

.enrol-radio.checked.disabled {
	background-position: -126px 0;
	background-position: -7.875rem 0;
}

.check-detail-note {
	color: #1caedb;
	/* font-size: 20px; */
	/* font-size: 1.25rem; */
	/* font-weight: 600; */
}

.enrol-trial .check-detail-note {
  color: #efa92c;
}


/** COMMON **/

div.spinner {
	background: url(../img/common/animated-circling-arrows-blackbg-blue-v2.gif) no-repeat center center;
	width: 100%;
	min-height: 44px;
	min-height: 2.75rem;
	display: none;
}

.enrol-trial div.spinner {
	background: url(../img/common/animated-circling-arrows-blackbg-orange-v2.gif) no-repeat center center;
}  


/** STEP 1 **/

.page-content > .t100-form > .wpb_row > .wpb_column {
	float: none;
	margin: 0px auto !important;
	margin: 0rem auto !important;
	width: 1060px;
	width: 66.25rem;
	background-color: #f9f9f9;
	color: black;
}

.content-step1 .t100-courses {
	margin-bottom: 55px;
	margin-bottom: 3.4375rem;
}

.content-step1 .t100-courses ul.subject-boxes li {
	display: none;
}

.content-step1 .t100-courses ul.subject-boxes li.selected-by-centre.selected-by-grade-level {
	display: table;
}

.content-step1 .t100-courses ul.subject-boxes li.selected-course {
	color: white;
	background: #ec1d23;
}
.content-step1 .t100-courses ul.subject-boxes li.selected-course a {
	color: white;
}

.enrol-trial .content-step1 .t100-courses ul.subject-boxes li.selected-course {
	background: #efa92c;
}

.t100-topics .t100-wrapper {
	position: relative;
}

.content-step1 .course-data .t100-topics .timetable-list .tr.schedule.unavailable-topic {

}

.content-step1 .course-data .t100-topics .timetable-list .tr.active-topic {
	color: #666666;
}


.content-step1 .course-data .t100-class-mentors {

}

.content-step1 .course-data .t100-class-mentors .mentors-list .thead div.tr {
	display: table-row;
}

.content-step1 .course-data .t100-class-mentors .mentors-list .tbody div.tr {
	display: table-row;
}

.content-step1 .course-data .t100-class-mentors .mentors-list .tbody div.tr.unavailable-mentor {
	display: none;
}

.content-step1 .course-data .t100-class-mentors .mentors-list div.tr.active-mentor {

}

.content-step1 .course-data .t100-class-mentors .mentors-list div.tr.active-mentor.checked {
	background-color: #2a2a2a;
}

.content-step1 .course-data .t100-class-mentors .no-class-available {
  padding-top: 16px;
  padding-top: 1rem;
  display: none;
}

.content-step1 .course-data .t100-class-mentors.class-unavailable .no-class-available {
  display: block;
}
/* EDITED CAT */
.content-step1 .course-data .t100-class-mentors .mentors-list .notice,
.content-step1 .course-data .course-header .notice {
  display: table-row;
  height: 55px;
  height: 3.4375rem;
}

.content-step1 .course-data .t100-class-mentors .mentors-list .notice .notice-wrap,
.content-step1 .course-data .course-header .notice .notice-wrap {
  position: relative;
}

.content-step1 .course-data .t100-class-mentors .mentors-list .notice .notice-wrap,
.content-step1 .course-data .t100-class-mentors .mentors-list .notice .nw,
.content-step1 .course-data .course-header .notice .notice-wrap,
.content-step1 .course-data .course-header .notice .nw {
  display: table-cell;
  background: #575757;
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
}

.content-step1 .course-data .t100-class-mentors .mentors-list .notice .notice-wrap2,
.content-step1 .course-data .course-header .notice .notice-wrap2 {
  position: absolute;
  top: 0;
  white-space: nowrap;
}

.content-step1 .course-data .t100-class-mentors .mentors-list .notice p,
.content-step1 .course-data .course-header .notice p {
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 300;
	letter-spacing: 0.5px;
	letter-spacing: 0.03125rem;
	margin-bottom: 0;
	padding: 7px 10px 6px 120px;
	padding: 0.4375rem 0.625rem 0.375rem 7.5rem;
	background: url(../img/enrol/exclamation-grey@2x.png) no-repeat 70px center;
	background: url(../img/enrol/exclamation-grey@2x.png) no-repeat 4.375rem center;
	background-size: 40px 40px;
	background-size: 2.5rem 2.5rem;   
}

.content-step1 .course-data .course-header .notice {
  margin-top: 10px;
  margin-top: 0.625rem;
}

.content-step1 .course-data .t100-class-mentors .mentors-list .notice .notice-wrap,
.content-step1 .course-data .t100-class-mentors .mentors-list .notice .nw,
.content-step1 .course-data .course-header .notice .notice-wrap,
.content-step1 .course-data .course-header .notice .nw {
  display: table-cell;
  background: transparent;
  border-top: 0px none;
  border-bottom: 0px none;
}

.content-step1 .course-data .t100-class-mentors .mentors-list .notice p,
.content-step1 .course-data .course-header .notice p {
  color: #1caedb;
	background: url(../img/enrol/exclamation-blue@2x.png) no-repeat 70px center;
	background: url(../img/enrol/exclamation-blue@2x.png) no-repeat 4.375rem center;
  background-size: 40px 40px;
	background-size: 2.5rem 2.5rem;  
}

.content-step1 .course-data .course-header .notice {
  display: none;
}

.content-step1 .course-data .course-datum.collapse .course-header .notice {
  display: block;
}

/* Enrol */

.content-step h3 {
	/* text-transform: uppercase; */
}

.enrol-steps {
	background: url(../img/enrol/steps-hr.png) no-repeat center 28px;
	background: url(../img/enrol/steps-hr.png) no-repeat center 17px;
	background-size: 77% 3px;
	margin: -40px auto 0 auto;
	overflow: hidden;
	width: 700px;
	width: 43.75rem;
}

.enrol-trial .enrol-steps {
  background-image: url(../img/enrol/steps-hr-trial.png);
  width: 525px;
  width: 32.8125rem;
}

a.tab-enrol-steps {
	box-sizing: border-box;
	color: rgba(42, 175, 217, 0.4);
	float: left;
	font-size: 13px;
	/* font-size: 0.9375rem; */
	font-weight: 300;
	/* padding: 0 10px; */
	/* padding: 0 0.625rem; */
	/* text-align: center; */
	text-decoration: none;
	/* text-transform: uppercase; */
	width: 25%;
}

.enrol-trial a.tab-enrol-steps {
  color: #835b13;
  width: 33.33333%;  
}

a.tab-enrol-steps.active-tab {
	font-weight: 400;
	color: #1caedb;
}

.enrol-trial a.tab-enrol-steps.active-tab {
	color: #efa92c;
}

a.tab-enrol-steps.tab-enrol-step5 {
	display: none;
}

a.tab-enrol-steps h5 {
	background-color: #f9f9f9;
	border: 3px solid #a7dced;
	/* border: 0.4375rem solid #114859; */
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	box-sizing: border-box;
	color: #a3daeb;
	/* font-size: 32px; */
	/* font-size: 2rem; */
	font-weight: 600;
	height: 36px;
	/* height: 4rem; */
	line-height: 32px;
	/* line-height: 3.125rem; */
	margin: 0 auto;
	text-align: center;
	vertical-align: middle;
	width: 36px;
	/* width: 4rem; */
}

.enrol-trial a.tab-enrol-steps h5 {
  border-color: #835b13;
  color: #835b13;
}

a.tab-enrol-steps.active-tab h5 {
	border-color: #1caedb;
	color: #1caedb;
}

.enrol-trial a.tab-enrol-steps.active-tab h5 {
	border-color: #efa92c;
	color: #efa92c;
}

a.tab-enrol-steps p{
	margin-bottom: 0;
	text-align: center;
	/* margin-top: 22px; */
	/* margin-top: 1.375rem; */
}

/* Subject Boxes */

.subject-boxes {
	margin: 14px -6px;
	/* margin: 0.875rem -0.375rem; */
	/* max-width: 708px; */
	/* max-width: 44.25rem; */
	overflow: hidden;
	padding-left: 0;
}

.subject-boxes li {
	/* line-height: 1; */
	border-radius: 4px;
	border: 1px solid #9b9b9b;
	background-color: #d8d8d8;
	box-sizing: border-box;
	/* display: block; */
	float: left;
	font-size: 14px;
	/* font-size: 1.435625rem; */
	/* font-weight: 600; */
	list-style: none;
	margin: 6px;
	margin: 0.4rem;
	width: 165px;
	/* width: 10rem; */
	/* height: 165px; */
	height: 3rem;
	/* padding: 10px; */
	/* padding: 0px 30px; */
	text-align: center;
	/* text-transform: uppercase; */
}

.subject-boxes li.mathsadv {
	padding: 10px 14px;
	padding: 0.625rem 0.875rem;
}

.subject-boxes li.mathsext1,
.subject-boxes li.mathsext2 {
	/* padding: 10px 16px; */
	/* padding: 0.625rem 1rem; */
}

.subject-boxes li a {
	color: black;
	font-weight: 300;
	display: table-cell;
	vertical-align: middle;
	/* text-align: center; */
	/* line-height: 26px; */
	/* line-height: 1.625rem; */
	text-align: center;
	text-decoration: none;
	max-width: 145px;
	max-width: 9.0625rem;
	/* height: 145px; */
	/* height: 5rem; */
	width: 100%;
	padding: 0 8px;
}

.subject-boxes li a div {
	/* display: table-cell; */
	/* vertical-align: middle; */
}

.enrol-100club .content-step1 .qualify-100club,
.enrol-100club .content-step1 .unavailable-100club {
  display: none;
}

.enrol-100club .content-step1 .qualify-100club.visible,
.enrol-100club .content-step1 .unavailable-100club.visible {
  display: block;
}


/* Course Data */

.content-step1 .course-header {
	/* background-color: #2a2a2a; */
	/* margin: 0 -180px 36px; */
	/* margin: 0 -11.25rem 2.25rem; */
	padding: 29px 180px;
	padding: 1.8125rem 0;
}

.content-step1 .collapse .course-header {
	margin-bottom: 15px;
	margin-bottom: 0.9375rem;
	padding-bottom: 13px;
	padding-bottom: 0.8125rem;
	padding-top: 12px;
	padding-top: 0.75rem;
}

.content-step1 .course-header .col {
	width: 49.5%;
	display: inline-block;
	vertical-align: middle;
}

.content-step1 .course-datum .course-header .col2 {
	display: none;
}
.content-step1 .course-datum.collapse .course-header .col2 {
	display: inline-block;
}

.content-step .course-name {
	/* font-size: 30px; */
	/* font-size: 1.875rem; */
	/* line-height: 39px; */
	/* line-height: 2.4375rem; */
	margin-bottom: 0;
}

.content-step1 .course-datum .course-header .col2 .mentor-image img {
	max-width: 61px;
	max-width: 3.8125rem;
	margin-right: 16px;
	margin-right: 1rem;
}

.content-step1 .course-datum .course-header .col2 .class-details {
	max-width: 245px;
	max-width: 15.3125rem;
	width: 100%;
}

.content-step1 .course-datum .course-header .col2 .class-details span {
	color: #999999;
	display: block;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 22px;
	line-height: 1.375rem;
}

.content-step1 .course-datum.collapse .course-header .col2 .class-details .date-time span {
	display: initial;
}

.content-step1 .course-datum .course-header .col2 .edit-details span.icon-edit {
	background: url( '../img/enrol/edit-icon-mobile@2x.png' ) no-repeat center center;
	background-size: 100% auto;
	display: block;
	margin-left: 4px;
	margin-left: 0.25rem;
}

.enrol-trial .content-step1 .course-datum .course-header .col2 .edit-details span.icon-edit {
  background-image: url( '../img/enrol/edit-icon-orange-mobile@2x.png' );
}

.content-step1 .course-data .t100-topics .t100-title,
.content-step1 .course-data .t100-topics .t100-title span {
	font-size: 20px;
	font-size: 1.25rem;
	line-height: normal;
	margin-bottom: 9px;
	margin-bottom: 0.5625rem;
	margin-top: -9px;
}

.content-step1 .course-data .t100-topics .t100-wrapper {
	border: 1px solid rgba(106, 106, 106, 0.7);
	/* border: 0.0625rem solid rgba(106, 106, 106, 0.7); */
	margin-bottom: 32px;
	/* margin-bottom: 2.375rem; */
	position: relative;
}

.content-step1 .course-data .t100-topics .timetable-list .term-data {
	font-weight: 600;
	line-height: normal;
	margin-bottom: 8px;
	margin-bottom: 0.5rem;
	padding: 48px 10px 0;
	padding: 3rem 0.625rem 0;
	text-transform: uppercase;
}

.content-step1 .course-data .t100-topics .timetable-list .thead {
	border-bottom: 1px solid rgba(106, 106, 106, 0.7);
	border-bottom: 0.0625rem solid rgba(106, 106, 106, 0.7);
	position: absolute;
	top: 0;
}

.content-step1 .course-data .t100-topics .timetable-list .thead .tr {
	/* border-bottom: 1px solid rgba(106, 106, 106, 0.7); */
}

.content-step1 .course-data .t100-topics .timetable-list .tr.active-topic,
.content-step1 .course-data .t100-topics .timetable-list .tr.checked {
	/* color: #ffffff; */
	/* background-color: #e4e4e4; */
}

.content-step1 .course-data .t100-topics .timetable-list .tr .td {
	border-right: 1px solid rgba(106, 106, 106, 0.7);
	border-right: 0.0625rem solid rgba(106, 106, 106, 0.7);
	font-size: 14px;
	font-size: 0.875rem;
	line-height: normal;
	padding: 2px 10px 3px;
	padding: 0.125rem 0.625rem 0.1875rem;
}

.content-step1 .course-data .t100-topics .timetable-list .thead .tr .td {
	/* background-color: #000000; */
	/* border-bottom: 1px solid rgba(106, 106, 106, 0.7); */
	border-right: 1px solid transparent;
	border-right: 0.0625rem solid transparent;
	/* font-size: 18px; */
	font-size: 1rem;
	font-weight: 300;
	line-height: normal;
	padding: 8px 10px 9px;
	padding: 0.5rem 0.625rem 0.5625rem;
	position: relative;
	/* text-transform: uppercase; */
	z-index: 999;
}

.content-step1 .course-data .t100-topics .timetable-list .tr.schedule {
  cursor: auto;
}

.content-step1 .course-data .t100-topics .timetable-list .tr.schedule.allowed-topic {
  cursor: pointer;
}

.content-step1 .course-data .t100-topics .timetable-list .tr.schedule.disabled, .content-step1 .course-data .t100-topics .timetable-list .tr.term-data.disabled {
  display: none;
}

.content-step1 .course-data .t100-topics .timetable-list .tr .td.topic,
.content-step1 .course-data .t100-topics .timetable-list .tr .td.select {
	border-right: 0 none;
}

.content-step1 .course-data .t100-topics .timetable-list .tr .td.week {
	width: 62px;
	width: 3.875rem;
}

.content-step1 .course-data .t100-topics .timetable-list .tr .td.date {
	width: 215px;
	width: 13.4375rem;
}

.content-step1 .course-data .t100-topics .timetable-list .tr .td.topic {
	width: 252px;
	width: 15.75rem;
}

.content-step1 .course-data .t100-topics .timetable-list .tr .td.select {
	text-transform: capitalize;
	width: 70px;
	width: 4.375rem;
}

.content-step1 .course-data .t100-topics .timetable-list .tr .td.select .enrol-check {
	background-image: none;
	border: 1px solid #666666;
	border: 0.0625rem solid #000000;
	height: 28px;
	height: 1.75rem;
	width: 28px;
	width: 1.75rem;
}

.content-step1 .course-data .t100-topics .timetable-list .tr .td.select .enrol-check.checked:before,
.content-step1 .course-data .t100-topics .timetable-list .tr.active-topic .td.select .enrol-check:before {
	content: '';
	background: url(../img/enrol/topic-check.png) no-repeat center center;
	height: 28px;
	height: 1.75rem;
	position: absolute;
	width: 28px;
	width: 1.75rem;
}

.content-step1 .course-data .t100-topics .timetable-list .tr .td.select .enrol-check.disabled {
  background: #f9f9f9;
  border-color: #cecece;
}

.enrol-trial .content-step1 .course-data .t100-topics .timetable-list .tr .td.select .enrol-check.checked:before,
.enrol-trial .content-step1 .course-data .t100-topics .timetable-list .tr.active-topic .td.select .enrol-check:before {
	background-image: url(../img/enrol/skin-checkbox-orange@2x.png);
  background-size: 75% auto;
}


/* Mentors Data */

.content-step1 .course-data .t100-class-mentors .t100-title,
.content-step1 .course-data .t100-class-mentors .t100-title span {
	font-size: 20px;
	font-size: 1.25rem;
	line-height: normal;
	margin-bottom: 9px;
	margin-bottom: 0.5625rem;
}

.content-step1 .course-data .t100-class-mentors .mentors-list {
	margin-bottom: 62px;
	margin-bottom: 3.875rem;
	width: 100%;
	max-width: 694px;
}

.content-step1 .course-data .t100-class-mentors .mentors-list .tr .td {
	border-bottom: 1px solid rgba(106, 106, 106, 0.7);
	border-bottom: 0.0625rem solid rgba(106, 106, 106, 0.7);
	/* color: #ebebeb; */
	line-height: normal;
	padding-bottom: 8px;
	padding-bottom: 0.5rem;
	padding-top: 36px;
	padding-top: 2.25rem;
	vertical-align: top;
}

/* ADDED CAT */
.content-step1 .course-data .t100-class-mentors .mentors-list .mentor-schedule.has-advance-notice .td {
  border-bottom: 0px none;
}
/* END ADDED CAT */

.content-step1 .course-data .t100-class-mentors .mentors-list .tr .td.mentor {
	padding-top: 7px;
	padding-top: 0.4375rem;
}

.content-step1 .course-data .t100-class-mentors .mentors-list .tr .td.status {
	/* color: #ffffff; */
}

.content-step1 .course-data .t100-class-mentors .mentors-list .tr .td.select {
	padding-top: 39px;
	padding-top: 2.4375rem;
}

.content-step1 .course-data .t100-class-mentors .mentors-list .tr .td.time span {
	display: block;
	line-height: 20px;
	line-height: 1.25rem;
}

.content-step1 .course-data .t100-class-mentors .mentors-list .tr .td.time span.time {
	text-transform: lowercase;
}

.content-step1 .course-data .t100-class-mentors .mentors-list .tr .td.mentor img {
	margin-left: -1rem;
	width: 98px;
	width: 6.125rem;
	margin-right: 15px;
	margin-right: 0.9375rem;
}

.content-step1 .course-data .t100-class-mentors .mentors-list .tr .td.mentor td {
	vertical-align: top;
	padding-left: 14px;
}

.content-step1 .course-data .t100-class-mentors .mentors-list .tr .td.mentor span {
	display: block;
	line-height: 24px;
	line-height: 1.5rem;
}

.content-step1 .course-data .t100-class-mentors .mentors-list .tr .td.mentor span.name {
	font-weight: 700;
	padding-top: 23px;
	padding-top: 1.4375rem;
}

.content-step1 .course-data .t100-class-mentors .mentors-list .tr .td.mentor span.atar {
	color: #f2f2f2;
}

.content-step1 .course-data .t100-class-mentors .mentors-list .tr .td.select .enrol-check {
	background-image: none;
	border: 1px solid black;
	/* border: 0.0625rem solid #666666; */
	height: 32px;
	height: 1.75rem;
	width: 32px;
	width: 1.75rem;
}

.content-step1 .course-data .t100-class-mentors .mentors-list .tr .td.select .enrol-check.disabled {
  /* background: #f9f9f9; */
  border-color: #cecece;
}

.content-step1 .course-data .t100-class-mentors .mentors-list .tr .td.select .enrol-check.checked:before {
	content: '';
	background: url(../img/enrol/mentor-check.png) no-repeat center center;
	background-size: 80% auto;
	height: 32px;
	height: 2rem;
	position: absolute;
	width: 32px;
	width: 1.75rem;
}


.enrol-trial .content-step1 .course-data .t100-class-mentors .mentors-list .tr .td.select .enrol-check.checked:before {
	background-image: url(../img/enrol/skin-checkbox-orange@2x.png);
}

.content-step1 .course-data .t100-class-mentors .mentors-list .thead .tr .td {
	color: black;
	border-bottom: 1px solid rgba(106, 106, 106, 0.7);
	border-bottom: 0.0625rem solid rgba(106, 106, 106, 0.7);
	/* border-top: 1px solid rgba(106, 106, 106, 0.7); */
	/* border-top: 0.0625rem solid rgba(106, 106, 106, 0.7); */
	/* font-size: 18px; */
	font-size: 1rem;
	font-weight: 300;
	line-height: normal;
	padding: 8px 0;
	padding: 0.5rem 0;
	/* text-transform: uppercase; */
}

.page-content > .wpb_row.content-grey-bg {
	padding: 0;
}

.page-content > .wpb_row.content-blue-bg {
	padding: 0;
}

.wpb_row.content-grey-bg > .wpb_column {
	background-color: #f9f9f9;
}

.wpb_row.content-blue-bg > .wpb_column {
	background-color: #1caedb;
}

.wpb_row.content-orange-bg > .wpb_column {
  background-color: #efa92c;    
}

.wpb_row.content-step > .wpb_column .wpb_wrapper {
	max-width: 700px;
	/* max-width: 48rem; */
	margin: 0 auto;
}

.wpb_row.content-step2.error-message > .wpb_column {
	display: none;
}


.content-step2.error-message .vc_col-sm-10 ul li .field_name{
	text-transform: capitalize;
}

.wpb_row.content-step3 > .wpb_column .wpb_wrapper {
	/* max-width: 650px; */
	/* max-width: 40.625rem; */
}

.wpb_row.content-step2 > .wpb_column > .vc_column-inner > .wpb_wrapper {
	/* box-sizing: border-box; */
	padding-left: 25px;
	padding-left: 1.5625rem;
}

.content-step {
	font-size: 16px;
	font-size: 0.9375rem;
	font-weight: 300;
}

/*
.content-step {
  display: none !important;  
}
.content-step3 {
  display: block !important;  
} */

.page-content > .wpb_row.content-step.content-blue-bg,
.page-content > .content-step.content-orange-bg {
  padding: 0;  
}

.content-step.content-blue-bg,
.content-step.content-orange-bg {
	color: #202020;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 600;
}

.content-blue-bg.vc_row-has-fill>.vc_column_container>.vc_column-inner,
.content-orange-bg.vc_row-has-fill>.vc_column_container>.vc_column-inner {
	padding-top: 35px;
	padding-top: 2.1875rem; 
}

.content-step h3,
.content-step h4 {
	color: rgb(28, 174, 219);
	/* font-size: 1.875rem; */
	font-weight: 400;
	margin-top: 0;
	/* text-transform: uppercase; */
}


.enrol-trial .content-step h3,
.enrol-trial .content-step h4 {
  color: #efa92c;
}

.content-step h3 {
	font-size: 30px;
	font-size: 1.875rem;
}

.content-step h4 {
	font-weight: 300;
	/* font-size: 24px; */
	font-size: 1.25rem;
}

.content-step h4 span {
	/* color: #1caedb; */
	/* font-size: 16px; */
	/* font-size: 1rem; */
	text-transform: initial;
}

h4.t100-subtitle span{
	color: black;
	font-size: 15px;
	font-weight: 300;
}

.enrol-trial .content-step1 h3 > span {
  text-transform: lowercase;
}

.content-step .step1-trial-intro-student h4.trial-student-name {
  font-weight: normal;
  text-transform: none;
  margin-bottom: 20px;
	margin-bottom: 1.25rem;  
}

.content-step .step1-trial-intro-student p {
	font-size: 18px;
	font-size: 1.125rem;
  line-height: 30px;
	line-height: 1.875rem;
	color: #ebebeb;
	margin-bottom: 5px;
	margin-bottom: 0.3125rem;	  
}

.content-step .step1-trial-intro-student + h3 {
	margin-bottom: 45px;
	margin-bottom: 2.8125rem;
}

.content-step p {
	color: black;
	margin-top: 0;
}

.content-step.content-blue-bg ul {
	margin-top: 0;
	padding-left: 0;
}

.content-step.content-blue-bg ul li {
	line-height: 24px;
	line-height: 1.5rem;
}

.error-icon {
	margin-top: 4px;
	margin-top: 0.25rem;
}

.enrol-filters {
	overflow: hidden;
}

.enrol-filters .label-wrap {
	float: left;
	line-height: 34px;
	line-height: 2.125rem;
	margin: 0;
}

.enrol-filters .field-wrap {
	float: left;
	margin-left: 6px;
	margin-left: 0.375rem;
}

.enrol-form-note {
	color: #9b9b9b;
	font-size: 14px;
	font-size: 0.875rem;
}

 .content-step2 .t100-form {
	max-width: 653px;
	max-width: 40.8125rem;
}

 .t100-form ul.form-layout {
	padding-left: 0;
}

 .t100-form ul.form-layout li {
	list-style: none;
	margin-bottom: 15px;
	margin-bottom: 0.9375rem;
	overflow: hidden;
	position: relative;
}

 .t100-form ul.form-layout li.show-validation {
	/* height: 34px; */
	/* height: 4.125rem; */
	overflow: visible;
}

 .t100-form label {
	margin-bottom: 5px;
	display: block;
	color: black;
	/* float: left; */
	margin-top: 2px;
	margin-top: 0.125rem;
	/* max-width: 227px; */
	/* max-width: 14.1875rem; */
	width: 100%;
	font-weight: 300;
}

 .t100-form  .label-radio {
	display: inline-block;
	float: none;
	margin-left: 8px;
	margin-left: 0.5rem;
	vertical-align: middle;
	width: auto;
}

 .t100-form  .before-radio {
	display: inline-block;
	float: none;
	margin-right: 20px;
	margin-right: 1.25rem;
	vertical-align: middle;
	width: auto;
}

 .t100-form input[type="text"],
 .t100-form input[type="tel"], 
 .t100-form input[type="email"],
 .t100-form input[type="password"] {
	font-size: 14px;
	font-family: 'Montserrat', 'GothamBookRegular', sans-serif;
	/* font-weight: 600; */
	height: 20px;
	background: white;
	border: 0.0625rem solid #9b9b9b;
	-webkit-border-radius: 3px;
	-webkit-border-radius: 0.1875rem;
	-moz-border-radius: 3px;
	-moz-border-radius: 0.1875rem;
	/* border-radius: 3px; */
	border-radius: 0.1875rem;
	/* -webkit-border-radius: 0; */
	-moz-border-radius: 0;
	/* border-radius: 0; */
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	/* height: 34px; */
	/* height: 2.125rem; */
	padding: 0.625rem 0.75rem;
	/* min-width: 150px; */
	/* min-width: 9.375rem; */
	width: 90%;
}

.t100-form input[type="text"].is-required,
.t100-form input[type="tel"].is-required,
.t100-form input[type="email"].is-required,
.t100-form input[type="password"].is-required {
	background-color: #1caedb;
}

.enrol-trial .t100-form input[type="text"].is-required,
.enrol-trial .t100-form input[type="tel"].is-required,
.enrol-trial .t100-form input[type="email"].is-required,
.enrol-trial .t100-form input[type="password"].is-required {
	background-color: #efa92c;
}

.t100-form input:disabled {
  background-color: #f9f9f9;
  border: 1px solid #cecece;
  color: #9b9b9b;
  cursor: not-allowed;
}

.t100-form .button {
	border: 1px solid #9b9b9b;
	/* background: black; */
	background-color: #ec1d23;
	/* border: 2px solid #1caedb; */
	/* border: 0.125rem solid #ec1d23; */
	border-radius: 4px;
	color: white;
	float: right;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 600;
	min-width: 153px;
	min-width: 9.5625rem;
	padding: 12px 40px;
	padding: 0.75rem 2.5rem;
	/* text-transform: uppercase; */
}

.enrol-trial .t100-form .button {
  border-color: #efa92c;
  color: #efa92c;
}

.t100-form .button:hover {
	color: #ffffff;
	background-color: #ec1d23;
}

.enrol-trial .t100-form .button:hover {
  background-color: #efa92c;
}

.t100-form .content-step1 .button {
	display: none;
	margin-bottom: 23px;
	margin-bottom: 1.4375rem;
	margin-top: 38px;
	margin-top: 2.375rem;
	/* margin-right: 28px; */
}

.enrol-holiday-program .t100-form .content-step1 .button {
  margin-top: 5px;
  margin-top: 0.3125rem;
}

 .t100-form .row {
	width: 100%;
}

 .t100-form .payment-options {
	margin-left: -26px;
	margin-left: -1.625rem;
	margin-right: -26px;
	margin-right: -1.625rem;
	width: auto;
}

 .t100-form .two-col-left,
 .t100-form .two-col-right {
	/* width: 45%; */
	/* max-width: 205px; */
	/* max-width: 12.8125rem; */
	overflow: hidden;
}

 .t100-form .payment-options .two-col-left,
 .t100-form .payment-options .two-col-right {
	background-color: #e8e8e8;
	box-sizing: border-box;
	margin: 0 26px;
	margin: 0 1.625rem;
	max-width: 299px;
	max-width: 18.6875rem;
	min-height: 290px;
	min-height: 18.125rem;
	padding: 11px 11px 11px 28px;
	padding: 0.6875rem 0.6875rem 0.6875rem 1.75rem;
	cursor: pointer;
}

.t100-form .payment-options li:last-child p.small-text,
.t100-form .payment-options li:last-child p.savings-note {
  display: none;  
}

.t100-form .payment-options li.checked {
	border: 4px solid #1caedb;
	border: 0.25rem solid #1caedb;
	padding: 7px 7px 7px 24px;
	padding: 0.4375rem 0.4375rem 0.4375rem 1.5rem;
}

.t100-form .payment-options li.disabled {
  color: #555555;
  cursor: auto;
}
.t100-form .payment-options li.disabled h3,
.t100-form .payment-options .payment-more-info.white-text {
  color: inherit;
}




.t100-form.form-payment-options input[type="submit"] {
  display: none;
}

.t100-form .two-col-right {
	/* margin-left: 10px; */
	/* margin-left: 0.625rem; */
	padding-left: 0px;
	padding-left: 0.5rem;
}

.t100-form .col-one-fifth,
.t100-form .col-four-fifth {
	float: left;
	overflow: hidden;
	width: 100%;
}

 .t100-form .col-one-fifth {
	max-width: 68px;
	max-width: 4.25rem;
}

 .t100-form .col-four-fifth {
	margin-left: 10px;
	margin-left: 0.625rem;
	max-width: 342px;
	max-width: 21.375rem;
}

 .t100-form .label-wrap {
	/* float: left; */
	letter-spacing: 0.493px;
	letter-spacing: 0.0308125rem;
	margin-bottom: 5px;
	overflow: hidden;
}

 .t100-form .enrol-filters .label-wrap {
	letter-spacing: normal;
}

 .t100-form .field-wrap {
	/* float: left; */
	/* margin-top: 6px; */
	/* margin-left: 6px; */
	/* margin-left: 0.375rem; */
	/* max-width: 420px; */
	/* max-width: 26.25rem; */
	width: 100%;
}

 .t100-form .enrol-filters .field-wrap {
	max-width: 0;
	width: auto;
}

 .t100-form .field-wrap.current-year {
	/* max-width: 91px; */
	/* max-width: 5.6875rem; */
}

/* .t100-form .field-wrap.address-suburb {
	max-width: 342px;
	max-width: 21.375rem;
  }*/

 .t100-form .field-wrap.address-suburb {
	/* max-width: 127px; */
	/* max-width: 7.9375rem; */
	}

 .t100-form .field-wrap.address-state {
	max-width: 127px;
	max-width: 7.9375rem;
}

 .t100-form .label-wrap.current-year {
	max-width: 108px;
	max-width: 6.75rem;
	width: 100%;
}

 .t100-form .label-wrap.address-left {
	max-width: 72px;
	max-width: 4.5rem;
	width: 100%;
}

 .t100-form .label-wrap.address-right {
	/* max-width: 107px; */
	/* max-width: 6.6875rem; */
	width: 100%;
}

 .t100-form .field-wrap.address-postcode {
	/* max-width: 92px; */
	/* max-width: 5.75rem; */
}

/** Select Box **/

 .selectBox-dropdown {
	height: 20px;
	background: white;
	border: 0.0625rem solid #9b9b9b;
	-webkit-border-radius: 3px;
	-webkit-border-radius: 0.1875rem;
	-moz-border-radius: 3px;
	-moz-border-radius: 0.1875rem;
	/* border-radius: 3px; */
	border-radius: 0.1875rem;
	/* -webkit-border-radius: 0; */
	-moz-border-radius: 0;
	/* border-radius: 0; */
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	/* height: 34px; */
	/* height: 2.125rem; */
	padding: 0.625rem .1rem;
	/* min-width: 383px; */
	/* width: 50%; */
	min-width: 48%;
}

 .selectBox-dropdown.is-required {
	background-color: #1caedb;
}

 .selectBox-dropdown .selectBox-label {
	font-size: 16px;
	font-size: 14px;
	font-weight: 400;
	/* height: 40px; */
	/* height: 1.875rem; */
	line-height: 1;
	/* line-height: 1.875rem; */
	padding: 2px 10px;
	padding: 0.125rem 0.625rem;
}

 .selectBox-dropdown .selectBox-arrow {
	background: url('../img/contact/select_arrow.png') no-repeat right center;	
	/* background: 0.125rem 0.625rem; */
	border-left: none;	
	width: 35px;
	width: 2.1875rem;
	height: 35px;	
	height: 2.1875rem;	
}

 .selectBox-options li.selectBox-hover a,
 .selectBox-options li.selectBox-selected a {
	color: black;
	background-color: #e9a52b;
}

.selectBox-options a {
    font-weight: 300;
    font-size: 14px;
}

 .selectBox-dropdown-menu {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	line-height: 2;
	max-width: 420px;
	max-width: 26.25rem;
}

 .enrol-filters .selectBox-dropdown {
	min-width: 173px;
	/* min-width: 11rem; */
}

 .current-year .selectBox-dropdown {
	min-width: 96%;
	/* min-width: 9.6875rem; */
}

 .address-state .selectBox-dropdown {
	min-width: 127px;
	min-width: 7.9375rem;
}

 .fullwidth-field .selectBox-dropdown {
	/* min-width: 420px; */
	/* min-width: 26.25rem; */
}

.add-guardian {
	color: #1caedb;
	display: inline-block;
	margin-top: 15px;
	margin-top: 0.9375rem;
	text-decoration: none;
}

.enrol-trial .add-guardian {
	background: url('../img/enrol/add-icon-orange@2x.png') no-repeat left top;
  background-size: 17px 17px;
	background-size: 1.0625rem 1.0625rem;
  color: #efa92c;
	padding-left: 32px;
	padding-left: 2rem;  
}

.add-guardian img {
	margin-right: 15px;
	margin-right: 0.9375rem;
}

.enrol-trial .add-guardian img {
  display: none;
}

.student-name {
	/* font-size: 20px; */
	font-size: 1 rem;
	font-weight: 600;
	text-transform: capitalize;
}

.enrol-fast-forward .course-details-selected-centre,
.enrol-marks-max .course-details-selected-centre {
  display: none;
}


h5.course-centre {
	color: black;
	font-size: 18px;
	font-size: 1.125rem;
	/* font-weight: 600; */
	/* text-transform: uppercase; */
}

h3.course-subject {
	/* color: #ffffff; */
	font-size: 24px;
	font-size: 1.5rem;
	margin-bottom: 0;
}

h4.price-heading {
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 400;
	margin-bottom: 0;
}

.price-value {
	color: #1ea1ca;
	font-size: 30px;
	font-size: 1.875rem;
	font-weight: 600;
}

.price-terms {
	color: #1caedb;
	text-transform: uppercase;
}

.page-content > .wpb_row.enrol-heading {
	padding: 26px 10px 38px 10px;
	padding: 1.625rem 0.625rem 2.375rem 0.625rem;
  display: none;
}

.enrol-trial .page-content > .wpb_row.enrol-heading {
	padding: 39px 10px 47px 10px;
	padding: 2.4375rem 0.625rem 2.9375rem 0.625rem;
}


.page-enrol .enrol-heading .wpb_content_element:last-child {
	margin-bottom: 0;
}

.enrol-heading h3 {
	font-size: 34px;
	font-size: 2.125rem;
	font-weight: 600;
	color: #242424;
	text-align: center;
	text-transform: uppercase;
	line-height: 1;
}

.enrol-heading h3::before {
	background: url(../img/enrol/enrol-logo@2x.png) no-repeat center center;
	background-size: cover;
	width: 58.5px;
	width: 3.65625rem;
	height: 56.5px;
	height: 3.53125rem;
	content: ' ';
	display: inline-block;
	vertical-align: -48%;
	margin-right: 15px;
	margin-right: 0.9375rem;
}



.enrol-heading-v2 {
  display: none;
  text-align: center;
  background: #dadada;
}

.page-content > .wpb_row.enrol-heading-v2 > .wpb_column {
	padding-top: 40px;
	padding-top: 2.5rem;
}

.enrol-heading-v2 p:first-child {
  margin-top: 0;
}

.enrol-heading-v2 p:last-child {
  margin-bottom: 0;
}

.enrol-heading-v2 a {
  display: inline-block;
}

.enrol-heading-v2 h1 {
	font-size: 28px;
	font-size: 1.75rem;
}


.enrol-trial .enrol-heading h3::before {
  display: none;
}


.page-content > .wpb_row.content-black-bg {
	padding: 0;
}




/* Content Help % Terms */

.content-help-terms {
	/* padding: 0 15px; */
	max-width: 700px;
	/* max-width: 43.75rem; */
	margin: 0 auto;
}

.help-button {
	border: 2px solid #2aafd9;
	border: 0.125rem solid #2aafd9;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	box-sizing: border-box;
	color: #2aafd9;
	display: inline-block;
	font-size: 10px;
	font-size: 0.625rem;
	font-weight: 600;
	height: 36px;
	height: 2.25rem;
	line-height: 36px;
	line-height: 2.25rem;
	text-align: center;
	-webkit-text-decoration: none;
	-moz-text-decoration: none;
	-ms-text-decoration: none;
	-o-text-decoration: none;
	text-decoration: none;
	text-transform: uppercase;
	width: 36px;
	width: 2.25rem;
}

.enrol-trial .help-button {
  border-color: #efa92c;
  color: #efa92c;
}

.help-link {
	color: #1caedb;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 600;
	text-decoration: none;
}

.enrol-trial .help-link {
  color: #efa92c;
}

.good-email {
	height: 1px;
	/* float: right; */
	/* margin-left: 8px; */
	display: none;
	position: relative;
	left: 376px;
	/* right: -0.9375rem; */
	top: -32px;
	/* top: 0.375rem; */
}

.friend-referral {
	color: #999999;
  display: none !important; /* hide until it is ready */
}

.friend-referral h5 {
	color: #1caedb;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 600;
	text-transform: uppercase;
}

.not-match {
	color: #1caedb;
	display: none;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 18px;
	line-height: 1.125rem;
	position: absolute;
	right: -127px;
	right: -7.9375rem;
	top: -17px;
	top: -1.0625rem;
	width: 138px;
	width: 8.625rem;
}

.not-match img.alignleft {
	float: left;
	margin: 25px 11px 26px 0;
	margin: 1.5625rem 0.6875rem 1.625rem 0;
}

.field-error {
	background-color: #1caedb;
}

/* Black Membership Box */

.black-membership-box h3 {
	font-size: 18px;
	font-size: 1.125rem;
	line-height: normal;
	text-transform: initial;
}

.black-membership-box h4 {
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 26px;
	line-height: 1.625rem;
	text-transform: initial;
}

.black-membership-box ul {
	padding-left: 0;
}

.black-membership-box ul li {
	background: url(../img/enrol/membership-list-style.png) no-repeat left center;
	line-height: normal;
	list-style: none;
	margin-bottom: 6px;
	margin-bottom: 0.375rem;
	padding-left: 25px;
	padding-left: 1.5625rem;
}

.t100plusclub-logo-wrap {
	position: relative;
}

.t100plusclub-logo {
	bottom: 7px;
	bottom: 0.4375rem;
	position: absolute;
	right: 0;
}

/* Payment Options */

.payment-options {
	color: #1caedb;
	line-height: normal;
	text-transform: uppercase;
	margin-bottom: 52px;
	margin-bottom: 3.25rem;
	margin-top: 36px;
	margin-top: 2.25rem;
}

.payment-options h3 {
	font-size: 30px;
	font-size: 1.875rem;
	line-height: normal;
	margin-bottom: 0;
}

.payment-options strong {
	font-size: 30px;
	font-size: 1.875rem;
	font-weight: 600;
}

.payment-options .payment-name {
	margin-top: 43px;
	margin-top: 2.6875rem;
}

.payment-options .payment-description {
	margin-bottom: 17px;
	margin-bottom: 1.0625rem;
}

.payment-options .payment-total {
	margin-bottom: 5px;
	margin-bottom: 0.3125rem;
}

.payment-options .small-text {
	color: #ffffff;
	font-size: 14px;
	font-size: 0.875rem;
	margin-bottom: 5px;
	margin-bottom: 0.3125rem;
}

.payment-options .savings-note {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 600;
}

/* new added 2017/02 */
.payment-options .payment-total-info {
  margin-top: 25px;
  margin-top: 1.5625rem;
  margin-bottom: 25px;
  margin-bottom: 1.5625rem;
}

.payment-options .payment-total-info.margin-bottom0 {
  margin-bottom: 0;
}

.payment-options .payment-total-info.margin-bottom35 {
  margin-bottom: 35px;
  margin-bottom: 2.1875rem;
}

.payment-options .payment-more-info {
  position: relative;
}

.payment-options .payment-more-info.white-text {
  color: white;
}


.content-step3 .payment-options .enrol-check {
	background-image: none;
	border: 1px solid #666666;
	border: 0.0625rem solid #666666;
	float: right;
	height: 32px;
	height: 2rem;
	width: 32px;
	width: 2rem;
}

.content-step3 .payment-options .enrol-check.checked:before{
	content: '';
	background: url(../img/enrol/mentor-check.png) no-repeat center center;
	height: 32px;
	height: 2rem;
	position: absolute;
	width: 32px;
	width: 2rem;
}

/* Thank you page */

body[data-current-step="step5"] a.tab-enrol-steps h5,
body[data-current-step="step5"] a.tab-enrol-steps.active-tab h5 {
  color: black;
}

body[data-current-step="step5"] a.tab-enrol-steps h5 {
  background: url(../img/enrol/enrol-steps-check-blue.png) no-repeat center center, #000000;
  background-size: 65% 65%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;  
}

body[data-current-step="step5"].enrol-trial a.tab-enrol-steps h5 {
  background: url(../img/enrol/enrol-steps-check-orange.png) no-repeat center center, #000000;
  background-size: 65% 65%; 
}

body[data-current-step="step5"] a.tab-enrol-steps p {
  display: none !important;
}


body[error-page="yes"] .enrol-heading-steps {
  display: none !important;
}



.content-thank-you {
	font-weight: 300;
	line-height: 24px;
	line-height: 1.5rem;
}

.content-thank-you h3 {
	color: #ffffff;
	font-size: 28px;
	font-size: 1.75rem;
	line-height: normal;
	text-transform: initial;
}

.enrol-trial .content-thank-you h3 {
 	font-size: 34px;
	font-size: 2.125rem;
	margin-bottom: 27px !important;
	margin-bottom: 1.6875rem !important;  
}

.content-thank-you h4 {
	font-size: 22px;
	font-size: 1.375rem;
	line-height: normal;
}

.content-thank-you h5 {
	color: #1caedb;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 300;
	margin-top: 0;
	text-transform: uppercase;
}
.content-thank-you p {
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
}

.content-thank-you .allcaps {
	text-transform: uppercase;
}

.content-thank-you .small-text {
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 25px;
	line-height: 1.5625rem;
}

.content-thank-you .large-text {
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 30px;
	line-height: 1.875rem;
}

.enrol-trial .content-thank-you .large-text {
  font-size: 20px;
	font-size: 1.25rem;
}

.enrol-trial .content-thank-you p {
	max-width: 450px;
	max-width: 28.125rem;
  margin-left: auto;
  margin-right: auto;
}

.enrol-trial .content-thank-you .wpb_single_image {
  margin-top: 85px;
	margin-top: 5.3125rem;
}

.content-thank-you .wpb_single_image img {
  width: 45px;
	width: 2.8125rem;
}

.enrol-trial .content-thank-you .wpb_single_image img {
	width: 52px;
	width: 3.25rem;
}

.content-thank-you.content-free-gift {
  display: none !important;
}

body[data-current-step="step5"][club100="yes"] .content-thank-you.content-free-gift {
  display: block !important;
}


.content-error1,
.content-error2 {
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 30px;
	line-height: 1.875rem;
}

.page-content > .wpb_row.content-error1 > .wpb_column,
.page-content > .wpb_row.content-error2 > .wpb_column {
	padding-top: 35px;
	padding-top: 2.1875rem;
	padding-bottom: 50px;
	padding-bottom: 3.125rem;   
}

.content-error1 h3,
.content-error2 h3 {
	font-size: 28px;
	font-size: 1.75rem;
	line-height: normal;
	text-transform: initial;
}

.content-error1 h4,
.content-error2 h4 {
	color: #ffffff;
	font-size: 20px;
	font-size: 1.25rem;
	line-height: normal;
	text-transform: initial;
}

.enrol-trial .content-error1 h4 {
  font-size: 24px;
	font-size: 1.5rem;
  text-transform: uppercase;
}

.enrol-trial .content-error1 p {
	font-size: 20px;
	font-size: 1.25rem;
	max-width: 600px;
	max-width: 37.5rem;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 35px;
	margin-bottom: 2.1875rem;
}

.enrol-trial .content-error1 .wpb_single_image img {
	width: 64px;
	width: 4rem;
}


.content-error2 .system-message {
  text-align: center;
}

.try-again-button .vc_btn3.vc_btn3-color-blue.vc_btn3-style-outline {
	color: #2aafd9;
	border-color: #1caedb;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 600;
	min-width: 180px;
	min-width: 11.25rem;
	min-width: 10px;
	min-width: 0.625rem;
	padding: 12px;
	padding: 0.75rem;
}

.try-again-button .vc_btn3.vc_btn3-color-blue.vc_btn3-style-outline:hover {
	background-color: #1caedb;
	border-color: #1caedb;
  color: black;
}


body[data-current-step="step5"] a.help-button,
body[data-current-step="step5"] a.help-link {
  display: none;
}


/* -- */
.top-slider img{
	width: 100% !important;
}

.top-slider .metaslider .caption-wrap{
	left: 8px;
	left: 0.5rem;
	top: 19px;
	top: 1.1875rem;
}

.wpb_row.content-step2 > .wpb_column > .vc_column-inner > .wpb_wrapper{
	padding-right: 18px;
	padding-right: 1.125rem;
}

.wpb_row.content-black-bg.enrol-heading-steps > .wpb_column{
	background: #ececec;
	padding-top: 25px;
	padding-top: 1.5625rem;
}

.wpb_row.content-black-bg.enrol-heading-steps .wpb_column .wpb_raw_html{
	margin-bottom: 17px;
	margin-bottom: 1.0625rem;
}

 .selectBox-dropdown .selectBox-label a{
	text-decoration: none;	
}

.content-step h3 {
  font-size: 30px;
  font-size: 1.875rem;
  margin-bottom: 49px;
  margin-bottom: 1.0625rem;
}

.enrol-yearly .content-step1 h3.vc_custom_heading {
  /* font-size: 16px; */
  /* font-size: 1rem; */
  text-transform: none;
}

.content-step1 .course-data .t100-topics .timetable-list .term-data {
	display: inline-block;
	padding-top: 2px;
	padding-top: 0.125rem;
}

.content-step1 .course-data .t100-topics .timetable-list .schedule.disabled div {
	color: #666666;
}

.content-step1 .course-data .t100-topics .timetable-list .tr.schedule.unavailable-topic {
	color: #666666;
}


 .t100-form .field-wrap{
	/* margin-left: 10px; */
	/* margin-left: 0.625rem; */
}

.content-step .enrol-step1-select-subjects{
	margin-top: 4px;
	margin-top: 0.25rem;
}

.content-step .course-name {
	/* font-size: 22.97px; */
	/* font-size: 1.435625rem; */
	/* line-height: 25.84px; */
	/* line-height: 1.615rem; */
	margin-bottom: 0;
}

.enrol-form-note {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 400;
}

.content-step .course-header{
	/* padding: 36px 180px; */
	/* padding: 2.25rem 11.25rem; */
}

.content-step .course-header .course-name{
	font-size: 30px;
    font-size: 1.875rem;	
}

.selectBox-dropdown .selectBox-arrow{
	background-size: 24px 9px; 
	background-size: 1.5rem 0.5625rem; 
	-webkit-background-size: 24px 9px;
	-webkit-background-size: 1.5rem 0.5625rem;
	-moz-background-size: 24px 9px;
	-moz-background-size: 1.5rem 0.5625rem;
}

.enrol-step1-centre-year-select-container{
	margin: 24px 0 0 0;
}

.enrol-step1-centre-year-select-container .vc_col-sm-6 > .vc_column-inner{
	padding: 0px;
}

.enrol-step1-centre-year-select-container .vc_col-sm-6:last-child > .vc_column-inner{
	padding-left: 20px;
	padding-left: 1.25rem;
}

.enrol-step1-no-courses-available {
  display: none;
}

.enrol-step1-no-courses-available a {
	color: #1caedb;
  text-decoration: none;  
}

.enrol-step1-no-courses-available.visible {
  display: block;
}

.enrol-yearly .content-step1 .course-data .t100-title {
  color: #1caedb;
  margin-bottom: 13px;
}

.course-data .t100-wrapper{
	height: 260px;
	height: 16.25rem;
	max-height: none;
}

.course-data .course-datum .t100-wrapper{
	height: auto;
	border: 1px solid rgba(106, 106, 106, 0.7);
}

.course-data .t100-wrapper .thead{
	margin-bottom: 10px;
	width: 100%;
	/* border: 1px solid rgba(106, 106, 106, 0.7); */
}

.course-data .t100-wrapper .t100-scrollbar.mCustomScrollbar{
	height: 260px;
	height: 16.25rem;
    display: block;
}

.course-data .t100-wrapper .t100-scrollbar .mCustomScrollBox{
	top: 50px;
	top: 3.125rem;
	height: 210px;
	height: 13.125rem;
}

.content-step1 .course-data .t100-topics .timetable-list .td.week{
	padding-left: 16px;
	padding-left: 1rem;
	padding-right: 5px;
	padding-right: 0.3125rem;
}

.content-step1 .course-data .t100-topics .timetable-list .tr .td.date{
	padding-left: 15px;
	padding-left: 0.9375rem;
	width: 188px;
	width: 11.75rem;
}

.content-step1 .course-data .t100-topics .timetable-list .tr .td.topic{
	padding-left: 14px;
	padding-left: 0.875rem;
}

.content-step1 .course-data .t100-topics .timetable-list .thead .tr .td.select{
	padding-left: 40px;
	padding-left: 1.5rem;
}

.content-step1 .course-data .t100-topics .timetable-list .tr .td.select{
	padding-left: 14px;
	padding-left: 0.875rem;
    text-align: right;
}

.mCSB_scrollTools{
	height: 200px;
	height: 12.5rem;
	margin-right: 5px;
	margin-right: 0.3125rem;
}

.mCSB_scrollTools .mCSB_draggerRail{
	width: 12px;
	width: 0.75rem;
	background: #e8e8e8;
}

.content-step1 .course-data .t100-class-mentors .mentors-list .thead .tr .td.select{
	text-transform: none;
	padding-right: 15px;
	padding-right: 1.5rem;
}

.content-step1 .course-data .t100-class-mentors .mentors-list .tr .td.mentor{
	width: 257px;
	width: 16.0625rem;
	padding-left: 8px;
}

.content-step1 .course-data .t100-class-mentors .mentors-list .tr .td.time{
	width: 191px;
	width: 11.9375rem;
}

.content-step1 .course-data .t100-class-mentors .mentors-list .tr .td.time{
	width: 190px;
	width: 12.875rem;
}

.content-step1 .course-data .t100-class-mentors .mentors-list .tr .td.status span.status.full {
	color: #999999;
}

.content-step1 .course-data .t100-class-mentors .mentors-list .tr .td.status span.status.full a {
	color: #1caedb;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 400;
  display: none;
}

.content-step1 .course-data .t100-class-mentors .mentors-list .tr .td.select{
	text-align: right;
    padding-right: 35px;
    padding-right: 2.1875rem;
}

.content-step1 .course-data .t100-class-mentors .mentors-list{
	margin-bottom: 0px;
}

.content-step1 .course-data .t100-class-mentors{
	margin-bottom: 48px;
	/* margin-bottom: 5.1875rem; */
}

.content-step1 .course-datum .course-header .col2 .edit-details span.icon-edit{
	width: 16px;
	width: 1rem;
    height: 18px;
    height: 1.125rem;
}

.content-step1 h4 span.notice-small {
	display: block;
	font-size: 12px;
	font-size: 0.75rem;
	margin-top: 4px;
	margin-top: 0.25rem;
	padding-bottom: 5px;
	padding-bottom: 0.3125rem;
}


div.spinner{
	width: 55px;
	width: 3.4375rem;
    height: 57px;
    height: 3.5625rem;
    background-size: 100%;
    margin: 0 auto;
}

.content-step1 .course-data .t100-class-mentors .mentors-list .tr .td.select .enrol-check.checked:before {
	right: 0;
}

.vc_custom_1470745652478{
	padding: 0px !important;
}

 .t100-form .label-wrap.address-left{
	max-width: 68px;
	max-width: 4.25rem;
}

.t100-form .field-wrap.current-year{
	/* margin-left: 6px; */
	/* margin-left: 0.375rem; */
}

 .t100-form .field-wrap.current-year .selectBox-label{
	min-width: 50px;
	min-width: 3.125rem;
	padding-left: 8px;
	padding-left: 0.5rem;
}

 .t100-form .field-wrap .form-layout .two-col-right{
	/* margin-left: 33px; */
	/* margin-left: 2.0625rem; */
	/* max-width: 200px; */
	/* max-width: 11.375rem; */
}

 .t100-form .label-wrap.address-right{
	/* max-width: 80px; */
	/* max-width: 5rem; */
}

.vc_column-inner{
	/* padding: 46px 0px 13px 0px; */
	/* padding: 2.875rem 0px 0.8125rem 0px; */
}

.content-step2 h3.vc_custom_heading{
	margin-bottom: 0px;
}

.content-step2.content-black-bg.step2-first-form.vc_row-has-fill > .wpb_column > .vc_column-inner{
	padding-top: 26px;
	padding-top: 1.625rem;
}

.content-step2 .hidden-label{
	display: none;
}

.content-step2.error-message .vc_row{
	display: table;
    width: 100%;
    height: 100%;
}

.content-step2.error-message .vc_row > .wpb_column{
	display: table-cell;
    height: 100%;
	vertical-align: middle;
	float: none;
}

.content-step2.error-message .vc_row .vc_col-sm-10 ul{
	padding-left: 10px;
  margin-top: 0;
}

.content-step2 .email-invalid{
	background-color: #1caedb;
}

.content-step2 .good-email {
	/* right: -35px; */
	/* right: -2.1875rem; */
}

.enrol-trial .content-step2 .good-email {
  background: url(../img/enrol/skin-checkbox-orange@2x.png) no-repeat bottom center;
  background-size: 100% auto; 
	width: 25px;
	width: 1.5625rem;
	height: 21px;
	height: 1.3125rem;
}

.enrol-trial .content-step2 .good-email img {
  display: none;
}

.content-step2 .radio-required label{
	color: #1caedb;
}

.content-step2 .guardian-2{
    margin-bottom: 63px;
    margin-bottom: 3.9375rem;
}

.content-step2 .guardian-2 ul,
.content-step2 .friend-referral ul{
	padding-left: 0px;
}

.content-step2 .guardian-2 ul li,
.content-step2 .friend-referral ul li{
	margin-bottom: 15px;
    margin-bottom: 0.9375rem;
    list-style: none;
    overflow: hidden;
}

.is-required::-webkit-input-placeholder {
	color: #000000;
}

.is-required::-moz-placeholder {
	color: #000000;
}

.is-required:-ms-input-placeholder {
	color: #000000;
}

.is-required:-moz-placeholder {
	color: #000000;
}

.selectBox.is-required + a.selectBox-dropdown {
	background-color: #1caedb;
}

.enrol-trial .selectBox.is-required + a.selectBox-dropdown {
  background-color: #efa92c;
}

label.student-status{
	float: none;
	margin: 0px 48px 0px 14px;
	margin: 0px 3rem 0px 0.875rem;
}

.selectBox-label{
	min-width: 36px;
	min-width: 2.25rem;
}

.fullwidth-field .selectBox-label{
	min-width: 365px;
	min-width: 222.8125rem;
}

/*.step2-content-initially-hidden {
  height: 0;
}

.step2-content-initially-hidden-just-li ul.form-layout li {
  display: none;
} */

.step2-content-initially-hidden-just-li ul.form-layout li.student-status-container {
  display: block;
}


.ttemp-100-form input[type="text"], 
.t100-form input[type="email"], 
.t100-form input[type="password"]{
	/* height: 34px; */
	/* height: 2.125rem; */
}

.content-step3 h4.vc_custom_heading{
	margin: 38px 0px 26px 0px;
	margin: 2.375rem 0px 1.625rem 0px;
}

.content-step3 h4.vc_custom_heading  + .wpb_text_column{
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
}

.content-step3 h4.vc_custom_heading + .wpb_text_column + .vc_row{
	margin-bottom: 22px;
	margin-bottom: 1.375rem;
}

.content-step3 h3{
	/* margin-bottom: 0px; */
	/* font-size: 24px; */
	/* font-size: 1.5rem; */
}

.content-step3.content-grey-bg h4{
	margin: 3px 0px 23px 0px;
	margin: 0.1875rem 0px 1.4375rem 0px; 
}

.content-step3 .step3-right-separator .wpb_text_column .wpb_wrapper{
	position: relative;
}

.content-step3 .step3-right-separator .wpb_text_column .wpb_wrapper:after{
	content: "";
    display: block;
    border-right: 1px solid #575757;
    width: 1px;
    height: 36px;
    height: 2.25rem;
    position: absolute;
    top: 0px;
    right: 20px;
    right: 1.25rem;
}

.content-step3 .step3-right-separator.vc_col-sm-6 p,
.content-step3 .step3-right-separator + .vc_col-sm-6 p{
	margin-bottom: 0px;
}

.content-step3.step3-payment-options h4.vc_custom_heading{
	margin: 10px 0px 19px 0px;
	margin: 0.625rem 0px 1.1875rem 0px;
}

.content-step3 .edit-step-portal {
	margin-top: 15px;
	margin-top: 0.9375rem;
	margin-bottom: 23px;
	margin-bottom: 1.4375rem;
}

.enrol-trial .edit-step-portal img {
  display: none;
}

.enrol-trial .edit-step-portal.add-another-subject img {
  display: inline-block;
}

.enrol-trial .edit-step-portal a {
	width: 16px;
	width: 1rem;
	height: 18px;
	height: 1.125rem;
  display: block;
  background: url(../img/enrol/edit-icon-orange@2x.png) no-repeat center center;
  background-size: 100% auto;
}

.enrol-trial .edit-step-portal.add-another-subject a {
  width: auto;
  height: auto;
  background: none;
}

.enrol-trial .delete-course-subject img {
  display: none;
}

.enrol-trial .delete-course-subject a {
	width: 13px;
	width: 0.8125rem;
	height: 16px;
	height: 1rem;
  display: block;
  background: url(../img/enrol/delete-icon-orange@2x.png) no-repeat center center;
  background-size: 100% auto;
}


.content-step3 .step3-mentor-details .vc_col-sm-2 > .vc_column-inner {
  padding-right: 0px;
}

.content-step3 .step3-mentor-details .vc_col-sm-10 > .vc_column-inner {
  padding-left: 21px;
  padding-left: 1.3125rem;
}

.enrol-trial .content-step3 .step3-mentor-details h3 {
  color: white;
}

.content-step3 .step3-mentor-details .subject-detail {
  display: inline-block;
  padding: 5px 0px;
  padding: 0.3125rem 0px;
}

.content-step3 .step3-mentor-details .mentor-photo,
.content-step3 .step3-mentor-details .wpb_column .wpb_text_column {
	margin-bottom: 28px;
	margin-bottom: 1.75rem;
}

.enrol-trial .content-step3 .step3-mentor-details .mentor-photo,
.enrol-trial .content-step3 .step3-mentor-details .wpb_column .wpb_text_column {
	margin-bottom: 14px;
	margin-bottom: 0.875rem;
}

.enrol-fast-forward .content-step3 .step3-mentor-details .wpb_column .wpb_text_column,
.enrol-marks-max .content-step3 .step3-mentor-details .wpb_column .wpb_text_column,
.enrol-exam-excel .content-step3 .step3-mentor-details .wpb_column .wpb_text_column {
  clear: both;
  margin-bottom: 18px;
  margin-bottom: 1.125rem;
}

.enrol-fast-forward .content-step3 .step3-mentor-details h3.course-subject,
.enrol-marks-max .content-step3 .step3-mentor-details h3.course-subject,
.enrol-exam-excel .content-step3 .step3-mentor-details h3.course-subject {
  font-size: 20px;
  font-size: 1.25rem;
  float: left;
  text-align: left;
}

.enrol-fast-forward .content-step3 .step3-mentor-details h3.course-price,
.enrol-marks-max .content-step3 .step3-mentor-details h3.course-price,
.enrol-exam-excel .content-step3 .step3-mentor-details h3.course-price {
  font-size: 22px;
  font-size: 1.375rem;
  float: right;
  text-align: right;
  /* color: white; */
}

.enrol-fast-forward .content-step3 .step3-mentor-details span.holiday-program,
.enrol-marks-max .content-step3 .step3-mentor-details span.holiday-program,
.enrol-exam-excel .content-step3 .step3-mentor-details span.holiday-program {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  text-transform: uppercase;
}

.enrol-fast-forward .content-step3 .step3-mentor-details span.subject-centre,
.enrol-marks-max .content-step3 .step3-mentor-details span.subject-centre {
  text-transform: uppercase;
}

.enrol-fast-forward .content-step3 .step3-mentor-rate,
.enrol-marks-max .content-step3 .step3-mentor-rate {
  display: none;
}

.enrol-trial .content-step3 .step3-mentor-rate {
  display: none;
}

.content-step3 .step3-mentor-rate h4.price-heading {
	margin-bottom: 5px;
	margin-bottom: 0.3125rem;
}

.content-step3 .step3-mentor-rate h4.price-heading + .wpb_text_column {
	margin-bottom: 27px;
	margin-bottom: 1.6875rem;
}

.content-step3 .step3-mentor-rate .wpb_column.active-100club h4.price-heading {
  color: #ffffff;
}

.content-step3 .step3-mentor-rate .wpb_column.active-100club .strikethrough {
    text-decoration: line-through;
}

.content-step3 .step3-mentor-rate .wpb_column.active-100club .third-line{
    color: #1ea1ca;
}

.content-step3 .step3-mentor-rate .third-line{
	text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875rem;
}

.content-step3 .step3-mentor-rate .vc_col-sm-6:last-child .third-line {
  display: none;
}
.enrol-100club .content-step3 .step3-mentor-rate .vc_col-sm-6:last-child .third-line {
  display: block;
}

.content-step3 .step3-mentor-rate .delete-course-subject{
	margin-bottom: 27px;
	margin-bottom: 1.6875rem;
}

.content-step3 .step3-mentor-rate p {
  position: relative;
}

.price-terms.t100-tooltip {
	position: absolute;
	right: 40px;
	right: 2.5rem;
	top: 8px;
	top: 0.5rem;  
	background: #1caedb;
	color: black;
	width: 20px;
	width: 1.25rem;
	height: 20px;
	height: 1.25rem;
	text-align: center;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	cursor: pointer;
}

.payment-more-info .price-terms.t100-tooltip {
  top: 0;
} 


.content-step3 .step3-mentor-rate-icons .delete-course-subject,
.content-step3 .step3-mentor-rate-icons .edit-step-portal {
	margin-bottom: 21px;
	margin-bottom: 1.3125rem;
}

.content-step3 .step3-mentor-rate-icons .edit-step-portal {
	margin-top: 0px;
}

.content-step3 .add-another-subject {
  margin-bottom: 35px;
  margin-bottom: 2.1875rem;
}

.enrol-trial .content-step3 .add-another-subject {
	margin-bottom: 68px;
	margin-bottom: 4.25rem; 
}

.content-step3 .add-another-subject img {
  margin-right: 15px;
  margin-right: 0.9375rem;
}

.enrol-trial .content-step3 .add-another-subject img {
  display: none;
}

.content-step3 .add-another-subject a {
  color: #1caedb;
  display: inline-block;
  margin-top: 15px;
  margin-top: 0.9375rem;
  text-decoration: none;  
}

.enrol-trial .content-step3 .add-another-subject a {
  font-size: 18px;
	font-size: 1.125rem;
  color: #efa92c;  
  background: url('../img/enrol/add-icon-orange@2x.png') no-repeat left center;
  background-size: 17px 17px;
	background-size: 1.0625rem 1.0625rem;
	padding-left: 28px;
	padding-left: 1.75rem;
  margin-top: 0;    
}


.enrol-trial form.form-book-trial p.step3-checkbox-label {
  font-size: 15px;
	font-size: 0.9375rem;
	margin-bottom: 35px;
	margin-bottom: 2.1875rem;  
}

.enrol-trial form.form-book-trial p.step3-checkbox-label .enrol-check {
	margin-right: 12px;
	margin-right: 0.75rem;
	margin-top: -2px;
	margin-top: -0.125rem;  
}

.enrol-trial form.form-book-trial p.step3-checkbox-label a {
  text-decoration: none;  
}

.enrol-trial .orange-font {
  color: #efa92c;  
}

.enrol-trial .google-recaptcha {
  width: 100%;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
  text-align: right;  
}

.enrol-trial .google-recaptcha .g-recaptcha {
  display: inline-block;
}


    
.content-help-terms{
	padding-bottom: 38px;
	padding-bottom: 2.375rem;
}

.content-step1 .course-data .t100-topics .timetable-list .tr .td.select .enrol-check.checked:before, 
.content-step1 .course-data .t100-topics .timetable-list .tr.active-topic .td.select .enrol-check:before {
	right: 0px;
}

form.form-make-payment[selected-payment-method="termly"] .termly {
    display: inline-block;
}

form.form-make-payment[selected-payment-method="termly"] .yearly {
    display: none;
}

form.form-make-payment[selected-payment-method="yearly"] .yearly {
    display: inline-block;
}

form.form-make-payment[selected-payment-method="yearly"] .termly {
    display: none;
}


/* Promo Code */
.section-promocode {
  clear: both;
}

.section-promocode .list-promocode-remove {
  font-weight: 400;
  color: #1caedb;
  display: none;
}

.section-promocode .list-promocode-remove span {
  font-weight: 600;
  line-height: 33px;
  line-height: 2.0625rem;
}

.section-promocode.coupon-applied .list-promocode-add {
  display: none;
}

.section-promocode.coupon-applied .list-promocode-remove {
  display: block;
}


.section-promocode input[type="text"] {
  max-width: 215px;
  max-width: 13.4375rem;
}

.t100-form .section-promocode .button {
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 400;
	float: none;
	text-decoration: none;
	display: inline-block;
	vertical-align: top;
	border-width: 1px;
	min-width: 0;
	padding: 6px 23px;
	padding: 0.375rem 1.4375rem;
	margin-left: 10px;
	margin-left: 0.625rem;
	text-transform: none;
}



.step4-padding > .wpb_column > .vc_column-inner{
	/* max-width: 630px; */
	/* max-width: 39.375rem; */
	margin: 0 auto;
}

.content-step .step4-subtitle{
	margin-top: 1.5rem;
	/* font-size: 24px; */
	font-size: 1.25rem;
	color: #1caedb;
	/* text-transform: uppercase; */
	margin-bottom: 5px;
	margin-bottom: .75rem;
}

.step4-checkboxes .step4-checkbox-label.checkbox-required{
  color: #1caedb;
}

.step4-checkboxes .blue-font{
	color: #1caedb;
  text-decoration: none;
}

.content-step4 .student-details {
	margin-bottom: 27px;
	margin-bottom: 1.6875rem;
}

.enrol-100club .content-step4 .student-details {
	margin-bottom: 40px;
	margin-bottom: 2.5rem;
}


.t100-form ul.form-layout.billing-fields {
	margin-bottom: 45px;
	margin-bottom: 2.8125rem;  
}

.content-step4 .edit-payment-method{
	color: #1caedb;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 600;
}

.content-step4 .icon-edit{
	background: url(../img/enrol/edit-icon-mobile@2x.png) no-repeat center center;
    background-size: 100% auto;
    display: block;
    margin-left: 4px;
    margin-left: 0.25rem;
	width: 16px;
    width: 1rem;
    height: 18px;
    height: 1.125rem;
	float: left;
	margin-right: 10px;
	margin-right: 0.625rem;
}

.content-step4 .payment-method{
	float: left;
	margin-bottom: 38px;
	margin-bottom: 2.375rem;
}

.content-step4 .edit-payment-method{
	float: right;
}

.content-step4 .edit-payment-method span{
	float: left;
}

.content-step4.content-grey-bg.step4-padding > .wpb_column > .vc_column-inner {
	padding-top: 31px;
	padding-top: 1.9375rem;
}

.content-step4.content-grey-bg.step4-padding h4.vc_custom_heading{
	margin-bottom: 2px;
}

.content-step4 h4 .termly,
.content-step4 h4 .yearly{
  /* font-size: 24px; */
  /* font-size: 1.5rem; */
  /* text-transform: uppercase; */
}

.step4-invoice{
	padding: 0px;
	margin: 25px 0px 0px 0px;
	margin: 1.5625rem 0px 0px 0px;
}

.step4-invoice-total,
.step4-invoice li {
	font-size: 16px;
	color: black;
	/* font-size: 1.25rem; */
	/* text-transform: uppercase; */
}

.step4-invoice li {
	border-top: 1px solid #484848;
	list-style: none;
	float: left;
    width: 100%;
	padding: 15px 0px;
	padding: 0.9375rem 0px;
}

.step4-invoice li:last-child{
	border-bottom: 1px solid #1caedb;
}

.step4-invoice li .two-third,
.step4-invoice li .one-third,
.step4-invoice-total .two-third,
.step4-invoice-total .one-third{
	float: left;
}


.step4-invoice li .two-third,
.step4-invoice-total .two-third{
	width: 75%;
  padding-right: 15px;
	padding-right: 0.9375rem;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;  
}

.step4-invoice li .one-third,
.step4-invoice-total .one-third{
	width: 24.6%;
  text-align: right;
}

.step4-invoice-total{
	float: left;
    width: 100%;
    padding: 15px 0px 48px 0px;
    padding: 0.9375rem 0px 3rem 0px;
}

.step4-invoice-total .one-third .raw-price {
  text-decoration: line-through;
  color: #888;
}

.step4-invoice-total .payment_includes .lowercase-text{
  text-transform: lowercase;
}

.step4-invoice-total[payment-method="yearly"] .price-save {
  display: block;
  color: #1caedb;
}

.step4-invoice-total[payment-method="termly"] .price-save,
.enrol-holiday-program .step4-invoice-total .price-save {
  display: none;
} 

.step4-form .selectBox-dropdown.step4-small-select{
	min-width: 69px;
	min-width: 4.3125rem;
}

.step4-form .selectBox-dropdown.step4-small-select .selectBox-label{
	padding: 2px 8px;
	padding: 0.125rem 0.5rem;
}

.step4-form .selectBox-dropdown.step4-small-select.selectBox-dropdown .selectBox-arrow{
	right: -5px;
}

.step4-form > .wpb_column > .vc_column-inner {
	padding-top: 41px;
	padding-top: 2.5625rem;
}

.step4-form h4.vc_custom_heading{
	margin: 0px;
}

.step4-form .step4-subtitle{
	margin: 29px 0px 22px 0px;
	margin: 1.8125rem 0px 1.375rem 0px;
}

.step4-form label{
	/* max-width: 142px; */
	/* max-width: 8.875rem; */
}

.step4-form .field-wrap{
	/* max-width: 437px; */
	/* max-width: 27.3125rem; */
	position: relative;
}

.step4-form .col-one-fifth{
	max-width: 72px;
	max-width: 4.5rem;
} 

.step4-form .col-four-fifth{
	max-width: 355px;
	max-width: 22.1875rem;
}

.step4-home-number .col-one-fifth{
	max-width: 40px;
	max-width: 2.5rem;
}

.step4-home-number .col-one-fifth input{
  padding: 0px 8px;
  padding: 0px 0.5rem;
}

.step4-home-number .col-four-fifth{
	max-width: 115px;
	max-width: 7.1875rem;
}

.t100-form .step4-form input[type="text"],
.t100-form .step4-form input[type="tel"], 
.t100-form .step4-form input[type="email"], 
.t100-form .step4-form input[type="password"]{
	/* max-width: 436px; */
	/* max-width: 27.25rem; */
}

.step4-form .field-wrap.address-suburb{
	max-width: 358px;
	max-width: 22.375rem;
}

.t100-form .step4-form .field-wrap .form-layout .two-col-left{
	width: 55%;
	max-width: 235px;
	max-width: 14.6875rem;
}
.t100-form .step4-form .field-wrap .form-layout .two-col-right{
	width: 41%;
	margin-left: 22px;
	margin-left: 1.375rem;
}


.t100-form .step4-form .field-wrap.address-postcode{
	max-width: 89px;
	max-width: 5.5625rem;
}

.t100-form .step4-form .address-state .selectBox-dropdown{
	min-width: 157px;
	min-width: 9.8125rem;
}

.step4-home-number{
	float: left;
	width: 320px;
	width: 20rem;
	margin-right: 15px;
	margin-right: 0.9375rem;
}

.step4-home-number .field-wrap{
	width: 165px;
	width: 10.3125rem;
}

.step4-mobile-number label{
	width: auto;
}

.step4-mobile-number .field-wrap{
	width: 189px;
	width: 11.8125rem;
}

.step4-mobile-number .col-one-fifth{
    max-width: 100%;
}

.step4-form .step4-credit-card-subtitle{
	margin-top: 54px;
	margin-top: 3.375rem;
}

.step4-card-details .field-wrap {
  position: relative;
}

.step4-card-details .enrol-radio,
.bank-card-option-container .enrol-radio{
	float: left;	
    margin-top: 7px;
    margin-top: 0.4375rem;
}

.step4-card-details .enrol-radio + label,
.bank-card-option-container .enrol-radio + label{
	width: auto;
	margin-left: 10px;
	margin-left: 0.625rem;
	margin-right: 29px;
	margin-right: 1.8125rem;
	max-width: 145px;
	max-width: 9.0625rem;
}

.step4-card-details .enrol-radio + label:last-child{
	margin-right: 0px;
}

.step4-card-details .col-one-fourth{
	float: left;
	width: 60px;
	width: 3.75rem;
	margin-right: 8px;
	margin-right: 0.5rem;
}

.step4-card-details input.card-number-v2 {
	padding-right: 45px;
	padding-right: 2.8125rem; 
}

.step4-card-details .cc-details-logo {
  position: absolute;
  top: auto;
  right: 13px;
  right: 0.8125rem;
	bottom: 17px;
	bottom: 1.0625rem;
  width: 29px;
  width: 1.8125rem;
  height: 18px;
  height: 1.125rem;
  background: transparent;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -o-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);    
}

.step4-card-details .credit-card-number-container[data-cc-type="mastercard"] .cc-details-logo {
  background: url(../img/logo_mastercard.png) no-repeat;
  background-size: cover;
}

.step4-card-details .credit-card-number-container[data-cc-type="visa"] .cc-details-logo {
  background: url(../img/logo_visa.png) no-repeat;
  background-size: cover;
}


.step4-card-details input.bsb-number {
	padding-right: 115px;
	padding-right: 7.1875rem; 
}

.step4-card-details .bank-details-logo {
  position: absolute;
  top: auto;
  right: 13px;
  right: 0.8125rem;
	bottom: 17px;
	bottom: 1.0625rem;
	width: 98px;
	width: 6.125rem;
  height: 18px;
  height: 1.125rem;
  background: transparent;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -o-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);    
}

.bank-details-containter[data-bank-type="ANZ"] .bank-details-logo {
  background: url(../img/enrol/logo-anz.png) no-repeat center right;
  background-size: auto 100%;
}

.bank-details-containter[data-bank-type="WBZ"] .bank-details-logo {
  background: url(../img/enrol/logo-wbz.png) no-repeat center right;
  background-size: auto 100%;
}

.bank-details-containter[data-bank-type="CBA"] .bank-details-logo {
  background: url(../img/enrol/logo-cba.png) no-repeat center right;
  background-size: auto 100%;
}

.bank-details-containter[data-bank-type="NAB"] .bank-details-logo {
  background: url(../img/enrol/logo-nab.png) no-repeat center right;
  background-size: auto 100%;
}

.bank-details-containter[data-bank-type="STG"] .bank-details-logo {
  background: url(../img/enrol/logo-stg.png) no-repeat center right;
  background-size: auto 100%;
}

.bank-details-containter[data-bank-type="BQL"] .bank-details-logo {
  background: url(../img/enrol/logo-bql.png) no-repeat center right;
  background-size: auto 100%;
}

.bank-details-containter[data-bank-type="MBL"] .bank-details-logo {
  background: url(../img/enrol/logo-mbl.png) no-repeat center right;
  background-size: auto 100%;
}

.bank-details-containter[data-bank-type="BWA"] .bank-details-logo {
  background: url(../img/enrol/logo-bwa.png) no-repeat center right;
  background-size: auto 100%;
}

.bank-details-containter[data-bank-type="HBA"] .bank-details-logo {
  background: url(../img/enrol/logo-hba.png) no-repeat center right;
  background-size: auto 100%;
}

.bank-details-containter[data-bank-type="BOC"] .bank-details-logo {
  background: url(../img/enrol/logo-boc.png) no-repeat center right;
  background-size: auto 100%;
}

.bank-details-containter[data-bank-type="MET"] .bank-details-logo {
  background: url(../img/enrol/logo-met.png) no-repeat center right;
  background-size: auto 100%;
}

.bank-details-containter[data-bank-type="ING"] .bank-details-logo {
  background: url(../img/enrol/logo-ing.png) no-repeat center right;
  background-size: auto 100%;
}

.bank-details-containter[data-bank-type="AMP"] .bank-details-logo {
  background: url(../img/enrol/logo-amp.png) no-repeat center right;
  background-size: auto 100%;
}



.step4-form .step4-direct-debit-subtitle{
	margin-top: 0;
	margin-bottom: 23px;
	margin-bottom: 1.4375rem;
}

.content-step4 .email-invalid{
	background-color: #1caedb;
}

.content-step4 .good-email{
	right: -35px;
	right: -2.1875rem;
}

.direct-debit-instalments{
	padding: 0px;
	margin: 0px;
  margin-bottom: 40px;
	margin-bottom: 2.5rem;

}

.direct-debit-instalments li{
	list-style: none;
	display: inline-block;
	width: 100%;
	margin-bottom: 5px;
	margin-bottom: 0.3125rem;
}

.direct-debit-instalments li .two-third{
	line-height: 1.7rem;
	font-size: 15px;
	font-size: 0.9375rem;
	float: left;
	width: 230px;
	width: 14.375rem;
}

.direct-debit-instalments li .two-third br {
  display: none;
}

.direct-debit-instalments li .one-third{
	font-size: 20px;
	font-size: 1.25rem;
}

.step4-checkboxes{
	max-width: 36.8125rem;
	margin: 41px 0px 54px 0px;
	margin: 2.5625rem 0 3.375rem 0;
	padding: 0px;
}

.step4-checkboxes li{
	list-style: none;
    display: inline-block;
    width: 100%;
	margin-bottom: 22px;
	margin-bottom: 1.375rem;
}

.step4-checkboxes .enrol-check{
	float: left;
	margin-right: 15px;
	margin-right: 0.9375rem;
}
.step4-checkboxes .step4-checkbox-label{
    float: left;
    max-width: 569px;
    max-width: 33.5625rem;
    font-weight: 300;
}

.step4-checkboxes li:nth-child(2) .step4-checkbox-label{
	font-size: 14px;
	font-size: 0.875rem;
}

.wpb_row.content-step4.error-message > .wpb_column {
    display: none;
}

.content-step4.error-message .vc_row {
    display: table;
    width: 100%;
    height: 100%;
}

.wpb_row.content-step4.error-message > .wpb_column > .vc_column-inner > .wpb_wrapper {
    padding-right: 18px;
    padding-right: 1.125rem;
    padding-left: 18px;
    padding-left: 1.125rem;
}

.content-step4.error-message .vc_row > .wpb_column {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    float: none;
}

.content-step4.error-message .vc_col-sm-10 ul li .field_name {
    text-transform: capitalize;
}

.content-step4 .radio-required label{
	color: #1caedb;
}

.content-step4 .hidden-label{
	display: none;
}

.content-step4 .bank-card-option-container{
  margin-top: 54px;
  margin-top: 3.375rem;
}

.content-step4 .credit-card-details-containter,
.content-step4 .credit-card-details-containter input,
.content-step4 .bank-details-containter,
.content-step4 .bank-details-containter input{
  display: none;
}

.content-step4 .bank-card-option-container .field-wrap{
  margin-left: 0px;
}

.t100-form .content-step4 .two-col-left, 
.t100-form .content-step4 .two-col-right{
  /* max-width: 213px; */
  /* max-width: 13.3125rem; */
  position: relative;
  /* width: 49%; */
}

.t100-form .content-step4 input.with-pencil {
	/* padding-right: 35px; */
	/* padding-right: 2.1875rem; */
}

.t100-form .content-step4 a.enable-field-edit {
	background: url(../img/enrol/pencil-icon@2x.png) no-repeat center center;
	background-size: 16px auto;
	background-size: 1rem auto;
	display: block;
	position: absolute;
	width: 16px;
	width: 1rem;
	top: 0;
	right: 8px;
	bottom: 0;
	padding: 0 7px;
	padding: 0 0.4375rem;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	color: transparent;
}

.t100-form .content-step4 .step4-card-details a.enable-field-edit {
  /* top: 0px; */
  /* top: 1.6875rem; */
}


.t100-form .content-step4 .g-recaptcha{
  float: none;
  width: 100%;
	margin-bottom: 10px;
	margin-bottom: 0.625rem;
  text-align: center;
}

.t100-form .content-step4 .g-recaptcha > div{
  float: none;
  margin: 0 auto;
}

/* TEMPORARY HIDDEN */
.step4-form .col-one-fifth.account-title-container{
  display: none;
}

.step4-form .col-four-fifth.account-name-container{
  max-width: 100%;
  margin-left: 0px;
}

.secure-payment-icon{
	background: url( '../img/enrol/secure-payment-icon.png' ) no-repeat center center;
	background-size: 100% auto;
    display: inline-block;
    width: 47px;
    width: 2.9375rem;
    height: 47px;
    height: 2.9375rem;
}


.content-step4 input[type="submit"],
.content-step4 input[type="submit"] + p {
  display: none;
}

p.enrol-submit-p {
  display: block;
  text-align: center;
}

p.enrol-submit-p a.enrol-submit {
  float: none;
  text-decoration: none;
	width: 100%;
	max-width: 338px;
	max-width: 21.125rem;
	display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;    
}

p.enrol-submit-p a.enrol-submit:after {
  content: ' ';
  display: inline-block;
  background: url( '../img/enrol/lock-blue-icon.png' ) no-repeat center center;
  background-size: 100% auto;
	width: 13px;
	width: 0.8125rem;
	height: 17px;
	height: 1.0625rem;
	vertical-align: -2px;
	vertical-align: -0.125rem;
	margin-left: 14px;
	margin-left: 0.875rem;   
}

p.enrol-submit-p a.enrol-submit:hover:after {
  background: url( '../img/enrol/lock-white-icon.png' ) no-repeat center center;
  background-size: 100% auto;
}



.enrol-yearly .learning-centres-list-selectBox-dropdown-menu,
.enrol-yearly .grade-level-list-selectBox-dropdown-menu{
	/* max-width: 160px; */
	/* max-width: 10rem; */
	min-width: 160px;
	min-width: 10rem;
}

.enrol-yearly .content-step1 .enrol-filters .selectBox-dropdown{
	/* max-width: 160px; */
	/* max-width: 10rem; */
}

.content-step1 .course-header .col.col1{
	width: 49%;
}

.content-step1 .course-header .col.col2{
	width: 50%;
}

/* 100club */
.enrol-100club .qualify-100club,
.enrol-100club .unavailable-100club {
  margin-top: -24px;
  margin-top: -1.5rem;
  margin-bottom: 43px;
  margin-bottom: 2.6875rem;
}

.enrol-100club .qualification-reminder-icon {
  float: left;
  margin-right: 15px;
  margin-right: 0.9375rem;
}

.enrol-100club .qualify-100club p,
.enrol-100club .unavailable-100club p {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 20px;
  line-height: 1.25rem;
}

.enrol-100club .qualify-100club .blue-font,
.enrol-100club .unavailable-100club .blue-font {
  color: #1caedb;
  text-decoration: none;
}

.enrol-100club .content-step3.step3-payment-options h4.vc_custom_heading.enrol-100club-payment-options-total {
  margin-top: 3px;
  margin-top: 0.1875rem;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}

.enrol-100club .enrol-100club-payment-options-total-details {
  margin-bottom: 30px;
	margin-bottom: 1.875rem;
}

.enrol-100club .enrol-100club-payment-options-total-details h4.vc_custom_heading.price-heading{
  color: #ffffff;
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
}

.enrol-100club .enrol-100club-payment-options-total-details span.strikethrough {
  text-decoration: line-through;
}

.enrol-100club .enrol-100club-payment-options-total-details .third-line {
	font-size: 14px;
	font-size: 0.875rem;
  text-transform: uppercase;
  color: #1caedb;
}

.enrol-100club .enrol-100club-payment-options-total-details .fourth-line {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 600;
  color: #dadada;
	margin-top: 23px;
	margin-top: 1.4375rem;
  display: inline-block;
  background: #2a2a2a;
  padding: 3.5px 10px;
  padding: 0.21875rem 0.625rem;
}

/* FF */
.page-enrol-child .content-step1 .enrol-step1-centre-year-select-container .year-level-filter > .vc_column-inner,
.page-enrol-child .content-step1 .enrol-step1-centre-year-select-container .holiday-filter > .vc_column-inner{
	padding-left: 0px;	
	padding-right: 0px;	
}

.page-enrol-child .content-step1 .step1-course-details-heading{
	margin-bottom: 28px;
	margin-bottom: 1.75rem;
	margin-top: 16px;
	margin-top: 1rem;
}

.page-enrol-child .content-step1 .course-details-subtitle .wpb_text_column{
	margin-bottom: 22px;
	margin-bottom: 1.375rem;
}

.page-enrol-child .content-step1 .course-details-subtitle .vc_col-sm-2 p{
	line-height: 26px;
	line-height: 1.625rem;
}

.page-enrol-child .content-step1 .course-details-subtitle .vc_col-sm-10 p{
	font-size: 20px;
	font-size: 1.25rem;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 26px;
	line-height: 1.625rem;
	margin-left: 17px;
	margin-left: 1.0625rem;
}

.page-enrol-child .content-step1 .year-level-filter .label-wrap{
	margin-right: 52px;
	margin-right: 3.25rem;
}

.page-enrol-child .content-step1 .year-level-filter .field-wrap{
	max-width: 130px;
	max-width: 8.125rem;
}

.page-enrol-child .content-step1 .year-level-filter .field-wrap .selectBox,
.page-enrol-child .grade-level-list-selectBox-dropdown-menu{
	min-width: 150px;
	min-width: 9.375rem;
	max-width: 150px;
	max-width: 9.375rem;
}

.page-enrol-child .content-step1 .holiday-filter .field-wrap .selectBox,
.page-enrol-child .active-term-list-selectBox-dropdown-menu{
	min-width: 272px;
	min-width: 17rem;
	max-width: 272px;
	max-width: 17rem;
}

.page-enrol-child .content-step1 .holiday-filter .label-wrap{
	margin-left: 71px;
	margin-left: 4.4375rem;
	margin-right: 9px;
	margin-right: 0.5625rem;
}

.page-enrol-child .content-step .enrol-step1-select-subjects{
	margin-top: 11px;
	margin-top: 0.6875rem;
}

.page-enrol-child .content-step .enrol-step1-select-subjects h3.select-subject-heading{
	margin-bottom: 4px;
	margin-bottom: 0.25rem;
}

.page-enrol-child .content-step1 .t100-courses ul.subject-boxes li.selected-by-grade-level.selected-by-term {
	display: table;
}

.page-enrol-child .content-step1 .t100-courses{
	margin-top: 32px;
	margin-top: 2rem;
	margin-bottom: 40px;
	margin-bottom: 2.5rem;
}

.page-enrol-child .course {
	/* width: 130px; */
	/* width: 8.125rem; */
	/* height: 150px; */
	/* height: 9.375rem; */
	/* padding: 0px; */
	/* position: relative; */
}

.page-enrol-child .subject-boxes  li.mathsext1, 
.page-enrol-child .subject-boxes li.mathsext2{
	/* padding: 0px; */
}

.page-enrol-child .course .course-image{
	/* background-repeat: no-repeat; */
	/* background-position: center top; */
	/* background-size: cover; */
	/* width: 100%; */
	/* height: 100%; */
	/* max-height: 123px; */
	/* max-height: 7.6875rem; */
}

.page-enrol-child .content-step1 .t100-courses ul.subject-boxes li.selected-course{
	/* background: transparent; */
}

.page-enrol-child .course .course-name{
	/* display: block; */
	/* background: #efa92c; */
	/* font-size: 16px; */
	/* font-size: 1rem; */
	/* line-height: 22px; */
	/* line-height: 1.375rem; */
	/* color: #000000; */
	/* padding: 3px 0px; */
	/* padding: 0.1875rem 0px; */
	/* position: absolute; */
	/* right: 0; */
	/* left: 0; */
	/* bottom: 5px; */
	/* bottom: 0.3125rem; */
}

.page-enrol-child .course.selected-course .course-image{
	/* box-shadow: inset 0 0 0 6px rgba(239,169,44,1); */
	/* box-shadow: inset 0 0 0 0.375rem rgba(239,169,44,1); */
}

.page-enrol-child .course.selected-course .course-image:before{
	/* content: ""; */
	background: url(../img/enrol/selected-subject-check-black.png) no-repeat right center;
	background-color: #efa92c;
	background-size: 23px 16px;
	background-size: 1.4375rem 1rem;
	-webkit-background-size: 39px 27px;
	-webkit-background-size: 1.4375rem 1rem;
	-moz-background-size: 39px 27px;
	-moz-background-size: 1.4375rem 1rem;
	display: block;
	width: 32px;
	width: 2rem;
	height: 32px;
	height: 2rem;
	float: right;
	margin: 6px;
	margin: 0.375rem;
	position: absolute;
	top: 0px;
	right: 0px;
}

.page-enrol-child .content-step1 .course-header{
	/* background-color: #efa92c; */
	/* padding: 8px 15px; */
	/* padding: 0.5rem 0.9375rem; */
	/* max-width: 700px; */
	/* max-width: 43.75rem; */
	/* margin: 0 auto 26px auto; */
	/* margin: 0 auto 1.625rem auto; */
}

.page-enrol-child .content-step .course-header .course-name{
	/* font-size: 24px; */
	/* font-size: 1.5rem; */
	/* color: #000000; */
	/* line-height: 18px; */
	/* line-height: 1.125rem; */
}

.page-enrol-child .subject-boxes li.course{
	/* background-color: transparent; */
}

.page-enrol-child .course-data .course-datum{
	margin-bottom: 48px;
	margin-bottom: 3rem;
}

.page-enrol-child .course-data .t100-wrapper .thead .tr .td{
	/* text-transform: uppercase; */
	/* font-size: 18px; */
	/* font-size: 1.125rem; */
	/* font-weight: 600; */
	border-bottom: 1px solid #666666;
	/* padding-bottom: 10px; */
	/* padding-bottom: 0.625rem; */
	padding: 10px 12px;
}

.page-enrol-child .course-data .t100-wrapper .thead .tr .td.status{
	/* font-weight: 700; */
}

.page-enrol-child .course-data .t100-wrapper .thead .tr .td span.select-header{
	/* font-size: 14px; */
	/* font-size: 0.875rem; */
	float: right;
	/* padding-top: 3px; */
	/* padding-top: 0.1875rem; */
}


.page-enrol-child .course-data .t100-wrapper .schedule-list .tbody .tr:first-child .td,
.page-enrol-child .course-data .t100-wrapper .schedule-list .tbody .tr.multiple.first .td{
	/* padding-top: 16px; */
	/* padding-top: 1rem; */
	padding: 8px 0;
	line-height: normal;
}

.page-enrol-child .course-data .t100-wrapper .schedule-list .tbody .tr.multiple.last .td{
	padding-bottom: 16px;
	padding-bottom: 1rem;
}

.page-enrol-child .course-data .t100-wrapper .schedule-list .tbody .tr.multiple.last .td{
	border-bottom: 1px solid #666666;
}

.page-enrol-child .course-data .t100-wrapper .schedule-list .tbody .tr .td span{
	display: block;
	padding: 0 10px;
}

.page-enrol-child .course-data .t100-wrapper .schedule-list .tbody .tr .td.status span{
	border-right: 0px none;
}

.page-enrol-child .course-data .t100-wrapper .schedule-list .tbody .tr .td.status span .enrol-check{
	float: right;
	width: 28px;
	width: 1.75rem;
	height: 28px;
	height: 1.75rem;
	border: 1px solid #707070;
	background: transparent;
	top: -2px;
	right: 6px;
}

.page-enrol-child .course-data .t100-wrapper .schedule-list .tbody .tr .td.status span .enrol-check.checked{
	background: url(../img/enrol/enrol-check-ff.png) no-repeat center center;
	background-size: 20px 14px;
	background-size: 1.25rem 0.875rem;
}

.page-enrol-child .course-data .t100-wrapper .schedule-list .tbody .tr .td.place .centre-name{
	/* color: #efa92c; */
	/* font-size: 18px; */
	/* font-size: 1.125rem; */
	/* font-weight: 600; */
	/* text-transform: uppercase; */
	/* border: 0px none; */
}


.page-enrol-child .course-data .t100-wrapper .schedule-list .tbody .tr .td.date span, 
.page-enrol-child .course-data .t100-wrapper .schedule-list .tbody .tr .td.time span,
.page-enrol-child .course-data .t100-wrapper .schedule-list .tbody .tr .td.status > span{
	padding: 6px 14px 8px 14px;
	padding: 0.375rem 0.875rem 0.5rem 0.875rem;
	display: block;
}

.page-enrol-child .course-data .t100-wrapper .schedule-list .tbody .tr.multiple .td.date > span, 
.page-enrol-child .course-data .t100-wrapper .schedule-list .tbody .tr.multiple .td.time > span,
.page-enrol-child .course-data .t100-wrapper .schedule-list .tbody .tr.multiple .td.status > span{
	-webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    padding-top: 8px;
    padding-top: 0.5rem;
    padding-bottom: 10px;
    padding-bottom: 0.625rem;
}

.page-enrol-child .course-data .t100-wrapper .schedule-list .tbody .tr .td.date span,
.page-enrol-child .course-data .t100-wrapper .schedule-list .tbody .tr .td.time span,
.page-enrol-child .course-data .t100-wrapper .schedule-list .tbody .tr .td.status span.status{
	/* color: #ffffff; */
	font-size: 14px;
	/* font-size: 0.875rem; */
	/* font-weight: 400; */
	line-height: 20px;
	line-height: 1.25rem;
}

.page-enrol-child .course-data .t100-wrapper .schedule-list .tbody .tr .td.place > span{
	padding-left: 3px;
	/* padding-left: 0.1875rem; */
}

.page-enrol-child .course-data .t100-wrapper .schedule-list .tbody .tr .td.status > span{
	padding-right: 3px;
	padding-right: 0.1875rem;
}

.page-enrol-child .course-data .t100-wrapper .schedule-list .tbody .tr .td.status span.status.full{
	color: #999999;
	padding-top: 4px;
	padding-top: 0.25rem;
}

.page-enrol-child .course-data .t100-wrapper .schedule-list .tbody .tr .td.status span.status a{
	color: #efa92c;
	font-weight: 400;
}

.page-enrol-child .course-data .t100-wrapper .schedule-list .tbody .tr.checked .td.date span, 
.page-enrol-child .course-data .t100-wrapper .schedule-list .tbody .tr.checked .td.time span, 
.page-enrol-child .course-data .t100-wrapper .schedule-list .tbody .tr.checked .td.status > span{
	/* background: #2a2a2a; */
}

.page-enrol-child .course-data .t100-wrapper .schedule-list .tbody .tr .td.status span.status.full span.extra{
	display: inline-block;
    width: 4px;
    width: 0.25rem;
    margin: 4px 1px 4px 4px;
    margin: 0.25rem 0.0625rem 0.25rem 0.25rem;
    height: 1px;
	color: #999999;
}

.page-enrol-child .course-data .t100-wrapper .schedule-list .tbody .tr .td.status span.status.full span.extra:before{
	content: "-";
}


/*
.page-enrol-child .course-data .t100-wrapper .schedule-list .tbody .tr .td.status span .enrol-check{
	float: right;
	width: 28px;
	width: 1.75rem;
	height: 28px;
	height: 1.75rem;
	border: 1px solid #707070;
	background: transparent;
}

.page-enrol-child .course-data .t100-wrapper .schedule-list .tbody .tr .td.status span .enrol-check.checked{
	background: url(../img/enrol/enrol-check-ff.png) no-repeat center center;
	background-size: 20px 14px;
	background-size: 1.25rem 0.875rem;
}




.schedule-list.table {
	margin-top: 32px;
	margin-top: 2rem;
}


.schedule-list .thead .td {
  border-bottom: 1px solid #666;
  color: #efa92c;
  font-family: inherit;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 600;
	padding-bottom: 8.0px;
	padding-bottom: 0.5rem;
	text-transform: uppercase;
}



.schedule-list .thead .td.date,
.schedule-list .thead .td.time,
.schedule-list .thead .td.status {
	padding-left: 14.4px;
	padding-left: 0.9rem;
}

.schedule-list .tbody .tr .td {
	color: #fff;
	font-size: 14px;
	font-size: 0.875rem;
	padding: 12px 0;
	padding: 0.75rem 0;
	vertical-align: middle;
}

.schedule-list .tbody .tr .td.place {
	color: #c82027;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 600;
	text-transform: uppercase;
}


.schedule-list .tbody .tr .td span {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.schedule-list .tbody .tr .td.date span, 
.schedule-list .tbody .tr .td.time span {
  border-left: 1px solid #4a4a4a;
  padding: 6px 14px 8px 14px;
  padding: 0.375rem 0.875rem 0.5rem 0.875rem;
  display: block;  
}

.schedule-list .tbody .tr .td.status > span {  
  border-left: 1px solid #4a4a4a;  
  padding: 0 0 0 14px;
  padding: 0 0 0 0.875rem;
  display: block;
  overflow: hidden;
  line-height: 32px;
  line-height: 2rem;    
}


.schedule-list .tbody .tr.multiple .td {
  border-bottom: none;
}

.schedule-list .tbody .tr.multiple.first .td {
  padding-bottom: 0;
}

.schedule-list .tbody .tr.multiple.mid .td {
  padding-top: 0;
  padding-bottom: 0;
}

.schedule-list .tbody .tr.multiple.last .td {
  padding-top: 0;
  border-bottom: 1px solid #4a4a4a;
}



.schedule-list .tbody .tr.multiple .td.date > span,
.schedule-list .tbody .tr.multiple .td.time > span {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  padding-top: 8px;
  padding-top: 0.5rem;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;   
}



.schedule-list .tbody .tr.multiple .td.status > span {
  padding-top: 2px;
  padding-bottom: 2px;
}




.schedule-list span.status {
    position: relative;
}

.schedule-list span.status.full {
    color: #999999;
    top: 0;
}


.tr.checked .td.date span,
.tr.checked .td.time span,
.tr.checked .td.status > span {
    background: #2a2a2a;
}

*/


.page-enrol-child div.spinner{
	background: url(../img/common/animated-circling-arrows-blackbg-orange-v2.gif) no-repeat center center;
}

/* MM */
.page-enrol-child.enrol-marks-max .course.selected-course .course-image{
	/* box-shadow: inset 0 0 0 6px rgba(200, 32, 39, 1); */
	/* box-shadow: inset 0 0 0 0.375rem rgba(200, 32, 39, 1); */
}

.page-enrol-child.enrol-marks-max .course.selected-course .course-image:before{
	/* background-color: #c82027; */
}

.page-enrol-child.enrol-marks-max .course .course-name{
	/* background: #c82027; */
}

.page-enrol-child.enrol-marks-max .course {
    /* width: 110px; */
    /* width: 6.875rem; */
    /* height: 128px; */
    /* height: 8rem; */
    /* margin-right: 2px; */
    /* margin-right: 0.125rem; */
}

.page-enrol-child.enrol-marks-max .subject-boxes li a{
	/* width: 110px; */
	/* width: 6.875rem; */
	/* height: 128px; */
	/* height: 8rem; */
}

.page-enrol-child.enrol-marks-max .subject-boxes li.mathsadv{
	padding: 0px;
}

.page-enrol-child.enrol-marks-max .course.selected-course .course-image:before{
	/* background: url(../img/enrol/selected-subject-check-white.png) no-repeat right center; */
	/* background-size: 23px 16px; */
	/* background-size: 1.4375rem 1rem; */
	/* -webkit-background-size: 39px 27px; */
	/* -webkit-background-size: 1.4375rem 1rem; */
	-moz-background-size: 39px 27px;
	-moz-background-size: 1.4375rem 1rem;
	/* background-color: #c82027; */
}

.page-enrol-child.enrol-marks-max .course .course-name{
	/* color: #ffffff; */
	/* font-size: 14px; */
	/* font-size: 0.875rem; */
	/* bottom: 0px; */
}

.page-enrol-child.enrol-marks-max .content-step1 .course-header{
	/* background-color: #c82027; */
}


.page-enrol-child.enrol-marks-max .content-step .course-header .course-name{
	/* color: #ffffff; */
}

.page-enrol-child.enrol-marks-max div.spinner{
	background: url(../img/common/animated-circling-arrows-blackbg-red-v2.gif) no-repeat center center;
}

.page-enrol-child.enrol-marks-max .course-data .t100-wrapper .schedule-list .tbody .tr .td.place .centre-name,
.page-enrol-child.enrol-marks-max .course-data .t100-wrapper .schedule-list .tbody .tr .td.status span.status a{
	/* color: #c82027; */
}

.page-enrol-child.enrol-marks-max .course-data .t100-wrapper .schedule-list .tbody .tr .td.status span .enrol-check.checked{
	background: url(../img/enrol/enrol-check-mm.png) no-repeat center center;
	background-size: 20px 14px;
    background-size: 1.25rem 0.875rem;
}

/* EE */
.page-enrol-child.enrol-exam-excel .content-step1 .centre-level-filter .label-wrap{
	margin-right: 52px;
	margin-right: 3.25rem;
}

.page-enrol-child.enrol-exam-excel .content-step1 .course-details-subtitle .vc_col-sm-10 p{
	margin-left: 14px;
	margin-left: 0.875rem;
}

.page-enrol-child.enrol-exam-excel .content-step1 .centre-level-filter .label-wrap{
	margin-right: 72px;
	margin-right: 4.5rem;
}

.page-enrol-child.enrol-exam-excel .enrol-filters .selectBox-dropdown,
.page-enrol-child.enrol-exam-excel .learning-centres-list-selectBox-dropdown-menu{
	min-width: 273px;
	min-width: 17.0625rem;
	max-width: 273px;
	max-width: 17.0625rem;
}

.page-enrol-child.enrol-exam-excel .course.selected-course .course-image{
	box-shadow: inset 0 0 0 6px rgba(14, 155, 77, 1);	
	box-shadow: inset 0 0 0 0.375rem rgba(14, 155, 77, 1);	
}

.page-enrol-child.enrol-exam-excel .course.selected-course .course-image:before{
	background-color: #0e9b4d;
}

.page-enrol-child.enrol-exam-excel .course .course-name{
	background: #0e9b4d;
}

.page-enrol-child.enrol-exam-excel .content-step1 .t100-courses ul.subject-boxes li {
	display: block;
}

.page-enrol-child.enrol-exam-excel .course {
    width: 130px;
    width: 8.125rem;
    height: 150px;
    height: 9.375rem;
}

.page-enrol-child.enrol-exam-excel .subject-boxes li.mathsadv{
	padding: 0px;
}

.page-enrol-child.enrol-exam-excel .course .course-name{
	color: #ffffff;
	font-size: 14px;
	font-size: 0.875rem;
}

.page-enrol-child.enrol-exam-excel .content-step1 .course-header{
	background-color: #0e9b4d;
}

.page-enrol-child.enrol-exam-excel .content-step .course-header .course-name{
	color: #ffffff;
}

.page-enrol-child.enrol-exam-excel div.spinner{
	background: url(../img/common/animated-circling-arrows-blackbg-red.gif) no-repeat center center;
}

.page-enrol-child.enrol-exam-excel .course-data .t100-wrapper .schedule-list .tbody .tr .td{
	border-bottom: 1px solid #333333;
}

.page-enrol-child.enrol-exam-excel .course-data .t100-wrapper .schedule-list .tbody .tr:first-child .td, 
.page-enrol-child.enrol-exam-excel .course-data .t100-wrapper .schedule-list .tbody .tr.multiple.first .td,
.page-enrol-child.enrol-exam-excel .course-data .t100-wrapper .schedule-list .tbody .tr .td{
	padding-top: 11px;
	padding-top: 0.6875rem;
    padding-bottom: 10px;
    padding-bottom: 0.625rem;
}

.page-enrol-child.enrol-exam-excel .course-data .t100-wrapper .schedule-list .tbody .tr .td.status{
	padding: 0px;
}

.page-enrol-child.enrol-exam-excel .course-data .t100-wrapper .schedule-list .tbody .tr .td.weekday span,
.page-enrol-child.enrol-exam-excel .course-data .t100-wrapper .schedule-list .tbody .tr .td.status span.status a{
	color: #0e9b4d;
}

.page-enrol-child.enrol-exam-excel .course-data .t100-wrapper .schedule-list .tbody .tr .td.status span .enrol-check.checked{
	background: url(../img/enrol/enrol-check-ee.png) no-repeat center center;
	background-size: 20px 14px;
    background-size: 1.25rem 0.875rem;
}

.page-enrol-child.enrol-exam-excel .course-data .t100-wrapper .schedule-list .tbody .tr.checked .td,
.page-enrol-child.enrol-exam-excel .course-data .t100-wrapper .schedule-list .tbody .tr.checked .td,
.page-enrol-child.enrol-exam-excel .course-data .t100-wrapper .schedule-list .tbody .tr.checked .td,
.page-enrol-child.enrol-exam-excel .course-data .t100-wrapper .schedule-list .tbody .tr.checked .td.date span, 
.page-enrol-child.enrol-exam-excel .course-data .t100-wrapper .schedule-list .tbody .tr.checked .td.status > span,
.page-enrol-child.enrol-exam-excel .course-data .t100-wrapper .schedule-list .tbody .tr.checked .td.time span{
	background: #262626;
}

.page-enrol-child.enrol-exam-excel .course-data .t100-wrapper .thead .tr .td.date{
	padding-left: 14px;
	padding-left: 0.875rem;
}

.page-enrol-child.enrol-exam-excel .course-data .t100-wrapper .schedule-list .tbody .tr .td.time span,
.page-enrol-child.enrol-exam-excel .course-data .t100-wrapper .schedule-list .tbody .tr .td.status > span{
	padding-left: 0px;
}

.page-enrol-child.enrol-exam-excel .course-data .t100-wrapper .schedule-list .tbody .tr .td.date span.week-range{
	padding: 0px 3px 0px 0px;
	padding: 0px 0.1875rem 0px 0px;
	float: left;
}

.page-enrol-child.enrol-exam-excel .course-data .t100-wrapper .schedule-list .tbody .tr .td.date span, 
.page-enrol-child.enrol-exam-excel .course-data .t100-wrapper .schedule-list .tbody .tr .td.time span, 
.page-enrol-child.enrol-exam-excel .course-data .t100-wrapper .schedule-list .tbody .tr .td.status > span{
	border: 0px none;	
}

.page-enrol-child.enrol-exam-excel div.spinner{
	background: url(../img/common/animated-circling-arrows-blackbg-green-v2.gif) no-repeat center center;
}

.enrol-trial #t100-website-overlay .t100-overlay-content.wait-circling-arrows > img.wait-circling-arrows-blue {
  display: none;
}

.enrol-trial #t100-website-overlay .t100-overlay-content.wait-circling-arrows > img.wait-circling-arrows-orange {
  display: block;
}


/* Update Enrol */
.step4-form .payment-details-main-wrap {
  /* margin: 0 auto; */
  /* background: #2a2a2a; */
  text-align: center;
  padding-top: 15px;
  padding-top: 0.9375rem;
  max-width: 589px;
  max-width: 36.8125rem;
  border: 1px solid #9b9b9b;
}

.step4-form .payment-details-main-wrap p.secure-128 {
	font-size: 13px;
	font-size: 0.8125rem;
  font-weight: 300;    
}

.step4-form .payment-details-main-wrap p.secure-128 span {
  display: inline-block;
  vertical-align: middle;
}

.step4-form .payment-details-main-wrap p.secure-128 span.secure-lock {
	background: url(../img/enrol/lock-icon@2x.png) no-repeat center center;
  background-size: 100% auto;
	width: 15px;
	width: 0.9375rem;
	height: 21px;
	height: 1.3125rem;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
	margin-right: 10px;
	margin-right: 0.625rem;   
}

.step4-form .payment-details-main-wrap .row-card-type {
  display: none;
}

.step4-form .payment-details-main-wrap .col-one-half {
	float: left;
	width: 50%;
}

.step4-form .payment-details-main-wrap .col-one-half:first-child {
  width: 30%;
  margin-right: 4%;
}

.step4-form .payment-details-main-wrap .col-one-half:last-child {
  width: 66%;
}

.step4-form .payment-details-main-wrap .field-wrap {
	max-width: 337px;
	max-width: 21.0625rem;
  margin-left: auto;
  margin-right: auto;
  float: none;
}

.step4-form .payment-details-main-wrap .field-wrap > p {
  margin-bottom: 0;
}

.step4-form .payment-details-main-wrap label {
	font-size: 15px;
	font-size: 0.9375rem;
  color: #242424;
  max-width: 100%;
  text-align: left;    
}


.step4-form .step4-credit-card-subtitle {
	margin-top: 0;
}


.content-step4 .bank-card-option-container {
  margin-top: 0;
  margin-bottom: 0;
}

.bank-card-option-container .enrol-radio {
	float: none;
	/* padding: 18px 0; */
	/* border: 1px solid #eceaea; */
	height: 48px;
	height: 3rem;
	width: 49%;
	/* background: #2a2a2a; */
}

.bank-card-option-container .enrol-radio:first-child {
  /* border-right: none; */
  background: url(../img/enrol/tab-cc.png) no-repeat center center;
  background-size: 100% auto;
}
.bank-card-option-container .enrol-radio:last-of-type {
  border-left: none;
  /* vertical-align: middle; */
  background: url(../img/enrol/tab-dd-dark.png) no-repeat center center;
  background-size: 100% auto;
  background-color: unset;
}

.bank-card-option-container .enrol-radio.checked:first-child {
  background: url(../img/enrol/tab-cc.png) no-repeat center center, #eceaea;
  background-size: 100% auto;
}
.bank-card-option-container .enrol-radio.checked:last-of-type {
  /* content: "DIRECT DEBIT"; */
  /* color: black; */
}

.bank-card-option-container .enrol-radio + label {
  display: none;
}


.step4-form .payment-details-main-wrap .credit-card-details-containter,
.step4-form .payment-details-main-wrap .bank-details-containter {
  border-top: 1px solid #9b9b9b;
  margin-top: -1px;
  background: #eceaea;
  padding-bottom: 13px;
  padding-bottom: 0.8125rem;
}

.step4-form .payment-details-main-wrap .credit-card-details-containter .step4-subtitle,
.step4-form .payment-details-main-wrap .bank-details-containter .step4-subtitle {
  margin-top: 0;
  display: none;
}

.step4-form .step4-card-details {
	max-width: 337px;
	max-width: 21.0625rem;
  margin: 0 auto;
	padding-top: 28px;
	padding-top: 1.75rem;
	padding-bottom: 23px;
	padding-bottom: 1.4375rem;      
}

.step4-form .payment-details-main-wrap input[type="text"],
.step4-form .payment-details-main-wrap input[type="tel"],
.step4-form .payment-details-main-wrap input[type="email"],
.step4-form .payment-details-main-wrap input[type="password"] {
  font-weight: 400;
  color: #2a2a2a;
  border: 1px solid #dbdbdb;
  margin-left: 2px;
}

.step4-form p.cc-payment-notice {
	font-size: 12px;
	font-size: 0.75rem;
  color: #2a2a2a;
}







#footer .site-content {
  display: none;
}

.bottom-menu {
  background: #2a2a2a;
}

.bottom-menu li a {
  color: #7a7a7a;
}


/* ENROL TOP VERSION 2 */
body.enrol-top-version2 #header,
body.enrol-top-version2 .wpb_row.top-slider {
  display: none;
}

body.enrol-top-version2 .enrol-heading-v2 {
  display: block;
}

body.enrol-top-version2 .page-content .wpb_row.content-black-bg {	
  width: 100% !important;
}




.show-desktop-only{
	display: block;
}

.show-mobile-only{
	display: none;
}

/* RELATIVE SCALING */
@media only screen and (min-width: 1050.1px) and (max-width: 1600px) {

  /* Wordy slider on Yearly Enrol, fix it up */
  .enrol-yearly .top-slider #metaslider_2594 img {
    width: auto !important;
    height: 351px !important;
  }  
  
  .enrol-yearly .top-slider .metaslider .caption-wrap {
    top: 0;
  }

}


@media only screen and (max-width: 1050px) {

	html{
		font-size: 13px;
	}
  
  .enrol-trial .enrol-steps {
    width: 452px;
    width: 34.769230769230769230769230769rem;      
  }
  
	
	.page-content > .wpb_row > .wpb_column{
		max-width: 861.25px;
		max-width: 66.25rem;
		margin: 0 auto;
	}
	
	.page-content > .top-slider.wpb_row > .wpb_column{
		max-width: none;
	}
	
	.step4-padding > .wpb_column > .vc_column-inner{
		max-width: 518px;
		max-width: 39.84615384615385rem;
	}
	
	.enrol-radio {
	   background-size: 92px 11px;
	   background-position: -46px 1px;
	}


	.enrol-radio.checked {
	   background-size: 92px 11px;
	   background-position: -57px 1px;
	}
	
	/* FF */
	.page-enrol-child .course-data .t100-wrapper .schedule-list .tbody .tr.multiple .td.date > span, 
	.page-enrol-child .course-data .t100-wrapper .schedule-list .tbody .tr.multiple .td.time > span, 
	.page-enrol-child .course-data .t100-wrapper .schedule-list .tbody .tr.multiple .td.status > span{
		padding-top: 6px;
	}	
}

@media only screen and (max-width: 950px) {

	html{
		font-size: 10.8px;
	}
	
	.enrol-steps{		
		background-size: 66% 5%;
		-webkit-background-size: 66% 5%;
		-moz-background-size: 66% 5%;
	}
	
	.step4-padding > .wpb_column > .vc_column-inner {
		max-width: 435px;
		max-width: 40.27777777777778rem;
	}

	.enrol-radio.checked {
	   background-size: 92px 11px;
	   background-position: -58px 0;
	}
	
	/* FF */	
	.page-enrol-child .course-data .t100-wrapper .schedule-list .tbody .tr.multiple .td.date > span, 
	.page-enrol-child .course-data .t100-wrapper .schedule-list .tbody .tr.multiple .td.time > span, 
	.page-enrol-child .course-data .t100-wrapper .schedule-list .tbody .tr.multiple .td.status > span{
		padding-top: 5px;
	}
}


@media only screen and (max-width: 850px) {
	html{
		font-size: 9.8px;
	}
	
	/* .enrol-filters .selectBox-dropdown{
		min-width: 90px;
		min-width: 9.183673469387755rem;
		width: auto !important;
	} */
	
	 .selectBox-dropdown .selectBox-label{
		width: auto !important;
	}
	
	 .selectBox-dropdown .selectBox-arrow{
		background-size: 70% 30%;
		-webkit-background-size: 70% 30%;
		-moz-background-size: 70% 30%;
	}
	
	.step4-padding > .wpb_column > .vc_column-inner {
		max-width: 398px;
		max-width: 40.61224489795918rem;
	}
	
	.enrol-radio {
		background-size: 87px 9px;
		background-position: -45px 0;
	}


	.enrol-radio.checked {
		background-size: 88px 9px;
		background-position: -56px 0;
	}
	
	.content-step1 .course-datum .course-header .col2 .mentor-image img{
		margin-right: 7px;
		margin-right: 0.7142857142857143rem;
		margin-right: 0.82vw;
	}
	
	/* FF */	
	.page-enrol-child .course-data .t100-wrapper .schedule-list .tbody .tr.multiple .td.date > span, 
	.page-enrol-child .course-data .t100-wrapper .schedule-list .tbody .tr.multiple .td.time > span, 
	.page-enrol-child .course-data .t100-wrapper .schedule-list .tbody .tr.multiple .td.status > span{
		padding-top: 4px;
	}
}


@media only screen and (min-width: 767.1px) and (max-width: 1050px) {

  /* Wordy slider on Yearly Enrol, fix it up */
  .enrol-yearly .top-slider #metaslider_2594 img {
    width: auto !important;
    height: 300px !important;
  }  

}


/* for 767px or less */
@media screen and (max-width: 767px) {

	html{
		font-size: 32px;
	}
  
  .page-content > .wpb_row.enrol-heading {
      padding: 12px 10px 24px 10px;
  }
  
  .enrol-trial .page-content > .wpb_row.enrol-heading {
    padding: 34px 10px 44px 10px;
    padding: 1.0625rem 0.3125rem 1.375rem 0.3125rem;
  }


	/* -- */
	.show-desktop-only{
		display: none;
	}

	.show-mobile-only{
		display: block;
	}
  
  
  /* ENROL TOP VERSION 2 */
  body.enrol-top-version2 #content {
    padding-top: 0;
  }
  
	
	.top-slider .metaslider .slides img{
		height: 325px;
		height: 10.15625rem;
		height: 42.37vw;
    width: auto !important;
    margin-left: -26% !important;
	}
	
	.top-slider .metaslider .caption-wrap h3,
  .top-slider .metaslider .caption-wrap h1 span.style-h3 {
		font-size: 56px;
		font-size: 1.75rem;
		font-size: 7.3vw;
	}
	
	.top-slider .metaslider .caption-wrap h3:after,
  .top-slider .metaslider .caption-wrap h1 span.style-h3:after {
		border-bottom: 28px solid transparent;
		border-bottom: 0.875rem solid transparent;
		border-bottom: 3.65vw solid transparent;
		border-top: 28px solid transparent;
		border-top: 0.875rem solid transparent;
		border-top: 3.65vw solid transparent;
	}
  

  .enrol-yearly .top-slider .metaslider #metaslider_2594 .caption-wrap {
    top: 0;
  }

	.enrol-yearly .top-slider .metaslider #metaslider_2594 .caption-wrap h3,
  .enrol-yearly .top-slider .metaslider #metaslider_2594 .caption-wrap h1 span.style-h3 {
  	font-size: 39px;
  	font-size: 1.21875rem;
		font-size: 5.084745762711864vw;
	}
	
	.enrol-yearly .top-slider .metaslider #metaslider_2594 .caption-wrap h3:after,
  .enrol-yearly .top-slider .metaslider #metaslider_2594 .caption-wrap h1 span.style-h3:after {
  	border-bottom: 19.5px solid transparent;
  	border-bottom: 0.609375rem solid transparent;
  	border-bottom: 2.542372881355932vw solid transparent;
  	border-top: 19.5px solid transparent;
  	border-top: 0.609375rem solid transparent;
  	border-top: 2.542372881355932vw solid transparent;
	}  
  
  
  .content-step {
    /* font-size: 32px; */
    /* font-size: 1rem; */
    /* font-size: 4.172099087353325vw; */
  }
	
	.enrol-heading h3 {
		font-size: 51px;
		font-size: 1.59375rem;
		font-size: 6.65vw;
		font-weight: 600;
	}
  
  .enrol-trial .enrol-heading h3 {
    font-size: 44px;
    font-size: 1.375rem;
  }
	  
	 .enrol-heading h3::before {
		background: url(../img/enrol/enrol-logo-mobile@2x.png) no-repeat center center;
		background-size: cover;
		width: 89px;
		width: 2.78125rem;
		height: 86px;
		height: 2.6875rem;
		margin-right: 23px;  
	}
	
	.wpb_row.content-black-bg.enrol-heading-steps > .wpb_column{
		padding-top: 15px;
		padding-top: 0.46875rem;
	}
	
	.enrol-steps {
		margin: -28px 0 0 0;
		width: 100%;
		background-position: 75px 35px;
		background-position: 2.34375rem 1.09375rem;
		background-size: 75% 9%;
		-webkit-background-size: 75% 9%;
		-moz-background-size: 75% 9%;
	}
  
  .enrol-trial .enrol-steps {
    width: 75%;
  }
	
	a.tab-enrol-steps{
		width: 24.5%;
		padding: 0;
	}
	
	a.tab-enrol-steps h5{
		width: 79px;
		width: 2.46875rem;
		height: 79px;
		height: 2.46875rem;
		font-size: 40px;
		font-size: 1.25rem;
		line-height: 67px;
		line-height: 2.09375rem;
		border-width: 7px;
		border-width: 0.21875rem;
	}
	
	a.tab-enrol-steps p {
		display: none;
	}
  
  .selectBox-dropdown-menu {
    font-size: 32px;
    font-size: 1rem;
    font-size: 4.172099087353325vw;
  }
	
	.content-step.content-step1 {
		left: 0px;
	}
	
	.page-content > .t100-form > .wpb_row > .wpb_column{
		width: 100%;
	}
	
	.content-step.content-step1 > .wpb_column > .vc_column-inner {
		/* padding-left: 30px; */
		/* padding-left: 0.9375rem; */
		padding-top: 44px;
		padding-top: 1.375rem;
	}
	
	.wpb_row.content-step > .wpb_column .wpb_wrapper{
		max-width: none;
	}
			
	.content-step h3.vc_custom_heading{
		font-size: 54px;
		font-size: 1.6875rem;
		font-size: 7.04vw;
		margin-bottom: 18px;
		margin-bottom: 0.5625rem;
	}
	
	.content-step h3.vc_custom_heading + .vc_row{
		margin-left: 0px;
		margin-right: 0px;
	}
	
	.content-step h3.vc_custom_heading + .vc_row .vc_col-sm-6{
		width: 50%;
		float: left;
	}
	
	.content-step h3.vc_custom_heading + .vc_row .vc_col-sm-6 + .vc_col-sm-6 .vc_column-inner {
		padding-left: 4px !important;
	}
	
	
	.content-step h3.vc_custom_heading + .vc_row .vc_col-sm-6 .label-wrap.show-mobile-only{
		float: none;
		margin-bottom: 16px;
		margin-bottom: 0.5rem;
	}

	/* .content-step h3.vc_custom_heading + .vc_row .vc_col-sm-6 .field-wrap{
		margin-left: 3px;
		margin-left: 0.09375rem;
	} */
	
	.content-step h3.vc_custom_heading + .vc_row .vc_col-sm-6 .wpb_text_column{
		margin-bottom: 63px;
	}
	
	/* .selectBox-dropdown-menu,
	 .enrol-filters .selectBox-dropdown{
		width: 327px !important;
		width: 10.21875rem !important;
		width: 42.63vw !important;
		min-width: 327px;
		min-width: 10.21875rem;		
		min-width: 42.63vw;		
	} */
	
	.enrol-yearly .learning-centres-list-selectBox-dropdown-menu,
	.enrol-yearly .grade-level-list-selectBox-dropdown-menu{
		max-width: 327px;
		max-width: 10.21875rem;
		max-width: 42.63vw;
		min-width: 327px;
		min-width: 10.21875rem;
		min-width: 42.63vw;
	}

	.enrol-yearly .content-step1 .enrol-filters .selectBox-dropdown,
  .enrol-trial .content-step1 .enrol-filters .selectBox-dropdown {
		max-width: 327px;
		max-width: 10.21875rem;
		max-width: 42.63vw;
    min-width: 320px;
	  min-width: 10rem;
    min-width: 41.72099087353325vw;
	}
	
  .selectBox-dropdown .selectBox-label{
		/* font-size: 32px; */
		/* font-size: 1rem; */
		/* font-size: 4.17vw; */
		/* height: 68px; */
		/* height: 2.125rem; */
		/* height: 8.87vw; */
		/* vertical-align: middle; */
		/* display: table-cell; */
		padding-top: 0px;
		padding-bottom: 0px;
	}
			
	 .selectBox-dropdown{
		/* height: 68px; */
		/* height: 2.125rem; */
		/* height: 8.87vw; */
	}
	
	 .selectBox-dropdown .selectBox-arrow {
		background: url('../img/enrol/select_arrow-mobile.png') no-repeat center center;
		width: 68px;
		width: 2.125rem;
		width: 8.87vw;
		/* height: 68px; */
		/* height: 2.125rem; */
		/* height: 8.87vw; */
		background-size: 29px 18px;
		background-size: 0.90625rem 0.5625rem;
		background-size: 3.78vw 2.35vw;
		-webkit-background-size: 29px 18px;
		-webkit-background-size: 0.90625rem 0.5625rem;
		-webkit-background-size: 3.78vw 2.35vw;
		-moz-background-size: 29px 18px;
		-moz-background-size: 0.90625rem 0.5625rem;
		-moz-background-size: 3.78vw 2.35vw;
		bottom: 0px;
		top: initial;
	}
	
	.content-step .course-name{
		font-size: 34px;
		font-size: 1.0625rem;
    font-size: 4.432855280312907vw;
		text-align: left;
	}
	
	.subject-boxes{
		margin-top: 15px;
		margin-top: 0.46875rem;
	}
	
	.subject-boxes li,
	.subject-boxes li.mathsadv,
	.subject-boxes li.mathsext1, 
	.subject-boxes li.mathsext2{
		padding: 10px 0px;
		padding: 0.3125rem 0px;
		margin-bottom: 17px;
		margin-bottom: 0.53125rem;
		margin-right: 17px;
		margin-right: 0.53125rem;
		margin-right: 2.22vw;
		padding-left: 18px;
		padding-left: 0.5625rem;
		padding-left: 2.35vw;
	}
	
	.subject-boxes li{
		width: 327px;
		width: 10.21875rem;
		width: 42vw;
	}
	
	.subject-boxes li,
	.subject-boxes li a{
		/* height: 48px; */
	}
	
	.content-step1 .t100-courses{
		margin-bottom: 88px;
		margin-bottom: 2.75rem;
	}
	
	.content-step .course-header{
		margin-bottom: 52px;
		margin-bottom: 1.625rem;
		padding: 62px 362px;
		padding: 1.9375rem 0.3125rem;
	}
	
	.content-step1 .course-header .col,
	.content-step1 .course-header .col.col1,
	.content-step1 .course-header .col.col2{
		width: 100%;
	}

	.content-step .course-header .course-name{
		font-size: 54px;
		font-size: 1.6875rem;
	}
	
	.content-step1 .course-data .t100-topics .t100-title, 
	.content-step1 .course-data .t100-topics .t100-title span{
		font-size: 36px;
		font-size: 1.125rem;
	}
	
	.content-step1 .course-data .t100-topics .t100-wrapper{
		border-left: 0px none;
		border-right: 0px none;
		height: 600px;
		height: 18.75rem;
		margin-bottom: 51px;
		margin-bottom: 1.59375rem;
	}
	
	.content-step1 .course-data .t100-topics .t100-title, .content-step1 .course-data .t100-topics .t100-title span{
		margin-bottom: 14px;
		margin-bottom: 0.4375rem;
	}
  
  .content-step1 .course-data .t100-topics .timetable-list .tr .td {
    font-size: 28px;
    font-size: 0.875rem;
    font-size: 3.650586701434159vw;
    padding: 2px 10px 3px;
    padding: 0.0625rem 0.3125rem 0.09375rem;
    padding: 0.2607561929595828vw 1.303780964797914vw 0.3911342894393742vw;
  }
	
	.content-step1 .course-data .t100-topics .timetable-list .tr .td.week{
		width: 41px;
		width: 1.28125rem;
		width: 5.35vw;
	}
	
	.content-step1 .course-data .t100-topics .timetable-list .tr .td.date,
	.content-step1 .course-data .t100-topics .timetable-list .tr .td.topic{
		width: 450px;
		width: 14.0625rem;
		width: 58.67vw;
		display: block;
		padding-bottom: 0px;
		padding-top: 0px;
	}
	
	.content-step1 .course-data .t100-topics .timetable-list .tr .td.date{
		border: 0px none;
	}
		
	.content-step1 .course-data .t100-topics .timetable-list .tr .td.topic{
		padding-bottom: 9px;
	}
	
	.content-step1 .course-data .t100-topics .timetable-list .tr .td.select{
		width: 140px;
		width: 4.375rem;
		width: 18.25vw;
		padding-right: 0;
		padding-left: 14px;
		padding-left: 0.4375rem;
		padding-left: 1.83vw;
	}
	
	.content-step1 .course-data .t100-topics .timetable-list .term-data {
		font-size: 28.8px;
		font-size: 0.9rem;
		padding-top: 8px;
		padding-top: 0.25rem;
		padding-left: 0px;
	}
  
  .content-step1 .course-data .t100-topics .timetable-list .term-data:first-child {
    padding-top: 0;
  }
	
  
	.course-data .t100-wrapper .t100-scrollbar .mCSB_inside>.mCSB_container {
  	margin-right: 30px;
  	margin-right: 0.9375rem;
		margin-right: 3.911342894393742vw;
	}
	
	.course-data .t100-wrapper .t100-scrollbar .mCustomScrollBox{
		/*top: 56px;
		top: 1.75rem;*/
    top: 75px;
    top: 2.34375rem;    
	}
	
	.course-data .t100-wrapper .t100-scrollbar .mCustomScrollBox,
	.course-data .t100-wrapper .t100-scrollbar.mCustomScrollbar {
		height: 593px;
		height: 18.53125rem;
	}
  

	
	.course-data .t100-wrapper .mCSB_scrollTools .mCSB_draggerRail,
	.course-data .t100-wrapper .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		width: 11px;
		width: 0.34375rem;		
	}
		
	.course-data .t100-wrapper .mCSB_scrollTools{
		width: 11px;
		width: 0.34375rem;
		height: 510px;
		height: 15.9375rem;
		margin-right: 0px;
	}
	
	.content-step1 .course-data .t100-topics .timetable-list .thead{
		border: 0px none;		
	}
	
	.content-step1 .course-data .t100-topics .timetable-list .thead .tr .td.select{
		font-size: 32.4px;
		font-size: 1.0125rem;
		float: right;
		padding-right: 20px;		    
		padding-right: 0.625rem;		    
		padding-top: 20px;
		padding-top: 0.625rem;
		padding-bottom: 0px
	}
	
	.content-step1 .course-data .t100-topics .timetable-list .td.week{
		padding-left: 14px;
		padding-left: 0.4375rem;
		padding-left: 1.83vw;
		padding-right: 28px;
		padding-right: 0.875rem;
		padding-right: 3.65vw;
	}
	
  .content-step1 .course-data .t100-topics .timetable-list .tr .td.date,
  .content-step1 .course-data .t100-topics .timetable-list .tr .td.topic{
  	padding-left: 20px;
  	padding-left: 0.625rem;
    padding-left: 2.607561929595828vw;
  }
	
	.content-step1 .course-data .t100-topics .timetable-list .thead .tr{
		display: block;
	}
	
	
	
	.content-step1 .course-data .t100-topics .timetable-list .tr .td.select .enrol-check{
		width: 52px;
		width: 1.625rem;
		height: 52px;		
		height: 1.625rem;		
	}
	.content-step1 .course-data .t100-class-mentors .mentors-list .tr .td.select .enrol-check.checked:before,
	.content-step3 .payment-options .enrol-check.checked:before,
	.content-step1 .course-data .t100-topics .timetable-list .tr .td.select .enrol-check.checked:before, 
	.content-step1 .course-data .t100-topics .timetable-list .tr.active-topic .td.select .enrol-check:before{
		background: url(../img/enrol/topic-check-mobile.png) no-repeat center center;
		background-size: 85%;
			
	}
	
	.content-step1 .course-data .t100-class-mentors .mentors-list .tr .td.select .enrol-check.checked:before,
	.content-step1 .course-data .t100-topics .timetable-list .tr .td.select .enrol-check.checked:before, 
	.content-step1 .course-data .t100-topics .timetable-list .tr.active-topic .td.select .enrol-check:before{
		width: 52px;
		width: 1.625rem;
		height: 52px;		
		height: 1.625rem;	
	}
	
	.content-step1 .course-data .t100-class-mentors{
		margin-bottom: 90px;
		margin-bottom: 2.8125rem;
	}
	
	.content-step1 .course-data .t100-topics .timetable-list .thead .tr .td.week,
	.content-step1 .course-data .t100-topics .timetable-list .thead .tr .td.date,
	.content-step1 .course-data .t100-topics .timetable-list .thead .tr .td.topic,
	.content-step1 .course-data .t100-class-mentors .mentors-list .thead .tr .td.mentor,
	.content-step1 .course-data .t100-class-mentors .mentors-list .thead .tr .td.time,
	.content-step1 .course-data .t100-class-mentors .mentors-list .thead .tr .td.status{
		display: none;
	}
		
	.content-step1 .course-data .t100-class-mentors .t100-title, 
	.content-step1 .course-data .t100-class-mentors .t100-title span{
		font-size: 36px;
		font-size: 1.125rem;
		margin-bottom: 12px;
		margin-bottom: 0.375rem;
	}
	
	.content-step1 .course-data .t100-class-mentors .mentors-list.table,
	.content-step1 .course-data .t100-class-mentors .mentors-list.table .thead,
	.content-step1 .course-data .t100-class-mentors .mentors-list .thead div.tr,
	.content-step1 .course-data .t100-class-mentors .mentors-list.table .thead .tr,
	.content-step1 .course-data .t100-class-mentors .mentors-list .thead .tr .td.select{
		display: block;
	}
	
	.content-step1 .course-data .t100-class-mentors .mentors-list .thead .tr .td.select{
		font-size: 32.4px;
		font-size: 1.0125rem;
		padding: 15px 20px 15px 0;
		padding: 0.46875rem 0.625rem 0.46875rem 0;
	}
	
	.content-step1 .course-data .t100-class-mentors .mentors-list .tr .td.mentor{
		padding-top: 20px;
		padding-top: 0.625rem;
	}
	
	.content-step1 .course-data .t100-class-mentors .mentors-list .tr .td.mentor img{
		width: 175px;
		width: 5.46875rem;
		width: 22.82vw;
		max-width: none;
		margin-right: 24px;
		margin-right: 0.75rem;
	}
	
	.content-step1 .course-data .t100-class-mentors .mentors-list .tr .td.mentor span.name{
		font-size: 28.8px;
		font-size: 0.9rem;		
		line-height: 28.8px;
		line-height: 0.9rem;
		padding-top: 0px;
		margin-bottom: 5px;
		margin-bottom: 0.15625rem;
	}
	
	.content-step1 .course-data .t100-class-mentors .mentors-list .tr .td.mentor span,
	.content-step1 .course-data .t100-class-mentors .mentors-list .tr .td.time span.weekday{
		font-size: 28.8px;
		font-size: 0.9rem;
    font-size: 3.754889178617992vw;
	}
	
	.content-step1 .course-data .t100-class-mentors .mentors-list .tr .td.time span.time,
	.content-step1 .course-data .t100-class-mentors .mentors-list .tr .td.status span.status,
	.content-step1 .course-data .t100-class-mentors .mentors-list .tr .td.status span.status.full a{
		font-size: 25.2px;
		font-size: 0.7875rem;
    font-size: 3.285528031290743vw;
	}
	
	.content-step1 .course-data .t100-class-mentors .mentors-list .tr .td.status span.status.full a{
		font-weight: 600;
	}
	
	.content-step1 .course-data .t100-class-mentors .mentors-list .tr .td.select .enrol-check{
		width: 52px;
		width: 1.625rem;
		height: 52px;
		height: 1.625rem;
	}
	
	.content-step1 .course-data .t100-class-mentors .mentor-schedule{
		border-bottom: 1px solid rgba(106, 106, 106, 0.7);
		border-bottom: 0.0625rem solid rgba(106, 106, 106, 0.7);
	}
  
  .content-step1 .course-data .t100-class-mentors .tr.checked {
    background: #2a2a2a;
  }
	
	.content-step1 .course-data .t100-class-mentors .mentors-list .tr .td.mentor{
		width: 445px;
		width: 13.90625rem;
    width: 58.01825293350717vw;
		display: inline-block;
		float: left;
		border: 0px none;
    padding-left: 10px;
	}
	
	.content-step1 .course-data .t100-class-mentors .mentors-list .tr .td.time{
		width: auto;
		display: inline-block;
		padding: 0px;
		float: left;
		margin-left: 205px;
		margin-left: 6.40625rem;
		margin-left: 26.73vw;
		margin-top: -97px;
		margin-top: -3.03125rem;
		margin-top: -12.65vw;
		border-bottom: 0px none;
	}
	
	.content-step1 .course-data .t100-class-mentors .mentors-list .tr .td.time span{
		float: left;
	}
	
	.content-step1 .course-data .t100-class-mentors .mentors-list .tr .td.time span.weekday{
		margin-right: 5px;
		margin-right: 0.15625rem;
	}
	
	.content-step1 .course-data .t100-class-mentors .mentors-list .tr .td.status{
		display: block;
		margin-top: -123px;
		margin-top: -3.84375rem;
		margin-top: -16.04vw;
		float: left;
		font-size: 28px;
		font-size: 0.875rem;
		margin-left: 205px;
		margin-left: 6.40625rem;
		margin-left: 26.73vw;
		border-bottom: 0px none;
	}
	
	.content-step1 .course-data .t100-class-mentors .mentors-list .tr .td.status span.status.full a {
		display: inline-block;
    display: none; /* hide for now */    
	}	
	
	.content-step1 .course-data .t100-class-mentors .mentors-list .tr.mentor-schedule{
		display: inline-block;
	}
  
  .content-step1 .course-data .t100-class-mentors .mentors-list .notice,
  .content-step1 .course-data .course-header .notice {
  	height: 120px;
  	height: 3.75rem;
    height: 15.64537157757497vw;
  }
  
  .content-step1 .course-data .t100-class-mentors .mentors-list .notice .notice-wrap2,
  .content-step1 .course-data .course-header .notice .notice-wrap2 {
  	white-space: normal;
  }
  
  .content-step1 .course-data .t100-class-mentors .mentors-list .notice p,
  .content-step1 .course-data .course-header .notice p {
    font-size: 28px;
    font-size: 0.875rem;
    font-size: 3.5vw;
  	padding: 7px 10px 6px 105px;
  	padding: 0.21875rem 0.3125rem 0.1875rem 3.28125rem;
    padding-left: 13.6897001303781vw;
  	background-position: 10px center;
  	background-position: 0.3125rem center;
    background-position: 1.303780964797914vw center;
    background-size: 80px 80px;
    background-size: 2.5rem 2.5rem;
    background-size: 10.43024771838331vw 10.43024771838331vw;
  }
  
  .content-step1 .course-data .course-header .notice {
    margin-top: 10px;
    margin-top: 0.3125rem;
  }
  
  .content-step1 .course-data .course-header .notice,
  .content-step1 .course-data .course-header .notice .notice-wrap, 
  .content-step1 .course-data .course-header .notice .nw {
    display: block;
  }
  
  .content-step1 .course-data .course-header .notice {  
    width: 100%;
  }  
	
	.content-step1 .course-data .t100-class-mentors .mentors-list .tr.mentor-schedule .td.select{
		padding-top: 21px;
		padding-top: 0.65625rem;
		border: 0px none;
		padding-right: 10px;
		display: block;
	}
	
	.content-step1 .course-datum.collapse .course-header .col1 h4.course-name{
		margin-top: 35px;
		margin-top: 1.09375rem;
		margin-bottom: 35px;
		margin-bottom: 1.09375rem;
	}
	
	.content-step1 .course-datum.collapse .course-header .col2 .class-details span{
		font-size: 27.02px;
		font-size: 0.844375rem;
	}
	
	.content-step1 .course-datum.collapse .course-header .col2 .mentor-image img{
		width: 110px;
		width: 3.4375rem;
	}
	
	.t100-form  label.student-status{
		margin-bottom: 0px;
	}
	
	.wpb_row.content-step2 > .wpb_column > .vc_column-inner > .wpb_wrapper{
		padding-left: 15px;
		padding-left: 0.46875rem;
		padding-right: 0px;
	}
		
	.content-step2 h3.vc_custom_heading{
		margin-bottom: 10px;
		margin-bottom: 0.3125rem;
	}
	
	.content-step2.content-black-bg.step2-first-form.vc_row-has-fill > .wpb_column > .vc_column-inner{
		padding-top: 0px;
		box-sizing: border-box;
	}
	
	.t100-form .content-step2 ul.form-layout li.student-status-container{
		margin-bottom: 6px;
		margin-bottom: 0.1875rem;
	}
  
  .t100-form .content-step2 ul.form-layout li{
		float: left;
    width: 100%;
	}
  
  .t100-form .content-step2 .wpb_text_column .wpb_wrapper > ul.form-layout{
		padding-bottom: 66px;
		padding-bottom: 2.0625rem;
    float: left;
    width: 100%;
	}
	
	.enrol-form-note {
		font-size: 28px;
		font-size: 0.875rem;
		font-weight: 400;
		letter-spacing: -.5px;
		margin-bottom: 43px;
		margin-bottom: 1.34375rem;
	}	
		
	 .t100-form label{
		margin-bottom: 15px;
		margin-bottom: 0.46875rem;
	}
	
	 .t100-form .field-wrap{
		margin-left: 0;
		max-width: none;
	}
	
	 .t100-form ul.form-layout li{
		margin-bottom: 23px;
		margin-bottom: 0.71875rem;
	}
	
	.t100-form .two-col-right{
		/* margin-left: 30px; */
		/* margin-left: 0.9375rem; */
		/* margin-left: 3vw; */
	}
	
	 .t100-form .two-col-left,
	 .t100-form .two-col-right,
	 .t100-form label,
	 .t100-form .label-wrap.address-left,
	 .t100-form .label-wrap.address-right,
	 .t100-form .field-wrap .form-layout .two-col-right,
	 .t100-form .field-wrap.address-state,
	 .t100-form .field-wrap.address-postcode{
		/* max-width: 322px; */
		/* max-width: 10.0625rem; */
		/* max-width: 41.98vw; */
	}
	
	 .t100-form .current-year.show-mobile-only{
		margin-left: 30px;
		margin-left: 0.9375rem;
	}
	
	 .t100-form .field-wrap.current-year{
		/* margin-left: 0px; */
	}
	
	 .current-year .selectBox-dropdown{
		/* min-width: 322px; */
		/* min-width: 10.0625rem; */
		/* min-width: 41.98vw; */
		/* max-width: 322px; */
		/* max-width: 10.0625rem; */
		/* max-width: 41.98vw; */
		padding-top: 12px;
		padding-bottom: 8px;
	}
	
	 .current-year .selectBox-label{
		/* width: 88% !important; */
	}
	
	 .t100-form label.enrol-form-fullwidth-label{
		width: 100%;
		max-width: 100%;
	}
	
	 .t100-form input[type="text"],
	 .t100-form input[type="tel"],    
	 .t100-form input[type="email"], 
	 .t100-form input[type="password"]{
		padding: 0 14px;
		padding: 0 0.4375rem;
		/* max-width: 674px; */
		/* max-width: 21.0625rem; */
		/* max-width: 87.87vw; */
		height: 68px;
		height: 2.125rem;
		/* height: 8.87vw; */
	}
  
  .t100-form .section-promocode input[type="text"] {
    width: 70%;
  }	
	
	 .t100-form .field-wrap .form-layout .two-col-right{
		/* margin-left: 30px; */
		/* margin-left: 0.9375rem; */
		/* margin-left: 3.5vw; */
	}
	
	 .address-state .selectBox-dropdown{
		width: 100% !important; 
	}
	
	 .t100-form .col-one-fifth{
		max-width: 141px;
		max-width: 4.40625rem;
		max-width: 18.38vw;
	}
	
	 .t100-form .col-four-fifth{
		max-width: 507px;
		max-width: 15.84375rem;
		max-width: 66.1vw;
		margin-left: 25px;
		margin-left: 0.78125rem;
		margin-left: 3vw;
	}
	
	 .t100-form .field-wrap.address-suburb{
		max-width: 100%;
	}
	
	.content-step2.content-grey-bg.vc_row-has-fill > .wpb_column > .vc_column-inner{
		padding-bottom: 35px;
		padding-bottom: 1.09375rem;
	}
	
	.content-step2.content-grey-bg.vc_row-has-fill > .wpb_column > .vc_column-inner{
		padding: 69px 15px 13px 15px;
		padding: 2.15625rem 15px 0.40625rem 15px;
		box-sizing: border-box;
	}
	
	.student_status .enrol-radio{
		margin-top: 5px;
		margin-top: 0.15625rem;
	}
	
	.student_status label{
		width: auto;
		margin-right: 60px;
		margin-right: 1.875rem;
	}
	
	.show-existing-student .g-recaptcha,
	.show-existing-student .g-recaptcha > div{
		float: left;
	}
	
	.show-existing-student .g-recaptcha{
		margin-bottom: 20px;
	}
	
	.content-step2.content-grey-bg h4{
		font-size: 45px;
		font-size: 1.40625rem;
		margin-bottom: 38px;
		margin-bottom: 1.1875rem;
	}
	
	 .fullwidth-field .selectBox-dropdown{
		max-width: 674px;
		max-width: 21.0625rem;
		max-width: 87.87vw;
		min-width: 674px;
		min-width: 21.0625rem;
		min-width: 91vw;
	}
	
	.content-step2 .guardian-2{
		margin-bottom: 97px;
		margin-bottom: 3.03125rem;
	}
	
	.enrol-radio, 
	.enrol-radio.checked{
		width: 30px;
		height: 30px;
		background: url(../img/enrol/skin-radio-mobile.png) no-repeat;
		background-position: -30px;
	}
	
	.enrol-radio.checked{
		background-position: 0px;
	}
  
  .bank-card-option-container .enrol-radio,
  .bank-card-option-container .enrol-radio.checked {
    height: 48px;
    height: 3rem;
    width: 49%;
  }

	
	 .t100-form label.before-radio,
	 .t100-form label.label-radio{
		font-size: 30.03px;
		font-size: 0.9384375rem;
    font-size: 3.915254237288136vw;
	}
	
	 .t100-form  .before-radio {
		margin-right: 23px;
		margin-right: 0.71875rem;
		margin-top: 1px;
		margin-top: 0.03125rem;
		margin-bottom: 0px;
	}
	
	 .t100-form  .label-radio{
		margin-top: 0px;
	}
	
	 .t100-form  .enrol-form-friend-referral{
		margin-top: 35px;
		margin-top: 1.09375rem;
	}
	
	.friend-referral{
		color: #ffffff;
		margin-bottom: 77px;
		margin-bottom: 2.40625rem;
	}
	
	
	 .t100-form .friend-referral ul li:last-child .two-col-left{
		max-width: 674px;
		max-width: 21.0625rem;
		width: 100%;
	}
	
	 .t100-form .button{
		/* float: none; */
		margin: 0 auto;
		display: block;
		padding: 21px 40px;
		padding: 0.65625rem 1.25rem;
		min-width: 302px;
		min-width: 9.4375rem;
	}
  
  .content-step.content-blue-bg,
  .content-step.content-orange-bg {
    font-size: 18px;
    font-size: 0.5625rem;
  }
  
  .content-step.content-blue-bg ul li,
  .content-step.content-orange-bg ul li {
    line-height: 24px;
    line-height: 0.75rem;
  }  
	
	.content-step3 > .wpb_column > .vc_column-inner{
		padding-left: 30px;
		padding-left: 0.9375rem;
	}
	
	.content-step3 > .wpb_column > .vc_column-inner > .wpb_wrapper > .vc_row .vc_col-sm-6 .wpb_text_column{
		margin-bottom: 0px;
	}
	
	.content-step3 > .wpb_column > .vc_column-inner > .wpb_wrapper > .vc_row{
		display: table;
		height: 100%;
		width: 100%;
	}
  
  .enrol-trial .content-step3 > .wpb_column > .vc_column-inner > .wpb_wrapper > .vc_row.step3-mentor-rate {
    display: none;
  }
	
	.content-step3 > .wpb_column > .vc_column-inner > .wpb_wrapper > .vc_row .vc_col-sm-6{
		margin-top: 39px;
		margin-top: 1.21875rem;
		display: table-cell;
		height: auto;
	}
	
	.content-step3 > .wpb_column > .vc_column-inner > .wpb_wrapper > .vc_row .vc_col-sm-6 .wpb_text_column,
	.content-step3 > .wpb_column > .vc_column-inner > .wpb_wrapper > .vc_row .vc_col-sm-6 .wpb_single_image{
		margin-bottom: 0px;
	}
	
	.content-step3 .vc_col-sm-6:first-child{		
		width: 75%;
	}
	
	.content-step3 .vc_col-sm-6:last-child{
		width: 25%;
		vertical-align: bottom;
	}
	
	.content-step3.content-grey-bg .vc_col-sm-6:last-child{
		vertical-align: middle;
	}
	
	.content-step3 .edit-student-details img,
	.content-step3 .edit-course-centre img,
	.content-step3 .edit-course-subject img{
		width: 40px;
		width: 1.25rem;
		height: 45px;
		height: 1.40625rem;
	}
	
	.content-step3 h4.vc_custom_heading + .wpb_text_column + .vc_row{
		margin-bottom: 88px;
		margin-bottom: 2.75rem;
	}
	
	.content-step3.content-grey-bg h4.vc_custom_heading{
		margin-top: 28px;
		margin-top: 0.875rem;
	}
	
	.content-step3 h4.vc_custom_heading{
		margin: 42px 0px 39px 0px;
		margin: 1.3125rem 0px 1.21875rem 0px;
	}
	
	.content-step3 .step3-course-details-column:first-child{
		width: 87%;
	}
	
	.content-step3 .step3-course-details-column:last-child{
		width: 13%;
	}
	
	.content-step3.content-grey-bg > .wpb_column > .vc_column-inner > .wpb_wrapper > .vc_row{
		margin-bottom: 21px;
		margin-bottom: 0.65625rem;
	}
	
	.content-step3 .mentor-photo{
		margin-top: 9px;
		margin-top: 0.28125rem;
		margin-bottom: 30px;
		margin-bottom: 0.9375rem;
	}
	
	.content-step3 .mentor-photo img{
		width: 197px;
		width: 6.15625rem;
		height: 197px;
		height: 6.15625rem;
	}
	
	.content-step3.content-grey-bg h3.vc_custom_heading.course-subject{
		font-size: 48px;
		font-size: 1.5rem;
	}
	
	.content-step3.content-grey-bg h3.vc_custom_heading.course-subject + .wpb_text_column{
		margin-bottom: 10px;
		margin-bottom: 0.3125rem;
	}
	
	.content-step3 > .wpb_column > .vc_column-inner > .wpb_wrapper > .vc_row .vc_col-sm-6.step3-right-separator,
	.content-step3 > .wpb_column > .vc_column-inner > .wpb_wrapper > .vc_row .vc_col-sm-6.step3-right-separator + .vc_col-sm-6{
		width: 100%;
		display: block;
	}
	
	.content-step3 > .wpb_column > .vc_column-inner > .wpb_wrapper > .vc_row .vc_col-sm-6.step3-right-separator{
		margin-top: 0px;
	}
	
	.content-step3 > .wpb_column > .vc_column-inner > .wpb_wrapper > .vc_row .vc_col-sm-6.step3-right-separator + .vc_col-sm-6{
		margin-top: 20px;
		margin-top: 0.625rem;
	}
	
	.content-step3 > .wpb_column > .vc_column-inner > .wpb_wrapper > .vc_row .vc_col-sm-6 h4.price-heading{
		margin-bottom: 7px;
		margin-bottom: 0.21875rem;
	}
	
	.content-step3 .step3-right-separator .wpb_text_column .wpb_wrapper:after{
		border: 0px none;
	}
  
  .content-step3 .step3-mentor-details .vc_col-sm-10 > .vc_column-inner {
    padding-left: 15px;
  }
	
	.content-step3 .delete-course-subject img{
		width: 26px;
		width: 0.8125rem;
		width: 32px;
		width: 1rem;
	}
	
	 .t100-form .payment-options .two-col-left, 
	 .t100-form .payment-options .two-col-right{
		max-width: none;
		width: 85%;
		min-height: 480px;
		min-height: 15rem;
		margin-bottom: 32px;
		margin-bottom: 1rem;
	}
	
	.content-step3 .t100plusclub-logo-wrap img{
		width: 133px;
		width: 4.15625rem;
		height: 60px;
		height: 1.875rem;
	}
	
	.content-step3 .payment-options .payment-name {
		font-size: 60px;
		font-size: 1.875rem;
	}
	
	.content-step3 .payment-options .payment-description{
		font-size: 28px;
		font-size: 0.875rem;
	}
	
	.content-step3 .payment-options .payment-total{
		font-size: 28px;
		font-size: 0.875rem;
	}
  
  .enrol-trial form.form-book-trial p.step3-checkbox-label {
  	max-width: 500px;
  	max-width: 15.625rem;
  	padding-left: 60px;
  	padding-left: 1.875rem;
  }
  
  .enrol-trial form.form-book-trial p.step3-checkbox-label .enrol-check {
    margin-left: -60px;
    margin-left: -1.875rem;  
  }
  
  .enrol-trial .google-recaptcha {
    text-align: center;
  }
	
	.error-message .vc_col-sm-2,
	.error-message .vc_col-sm-10{
		float: left;
	}
		
	.error-message .vc_col-sm-2{
		width: 23%;
		margin-right: 2.5%;
	}
	
	.error-message .vc_col-sm-10{
		width: 74.5%;
	}
	
	.error-message .vc_col-sm-2 img{
		width: 129px;
		width: 4.03125rem;
		height: 129px;
		height: 4.03125rem;
	}
		
	.step4-form.vc_row-has-fill > .vc_column_container.wpb_column > .vc_column-inner{
		padding-top: 62px;
		padding-top: 1.9375rem;
	}
	
	.step4-padding > .wpb_column > .vc_column-inner{
		max-width: none;
		padding-left: 30px;
		padding-left: 0.9375rem;
		padding-left: 3.91vw;
		padding-right: 30px;
		padding-right: 0.9375rem;
		padding-right: 3.91vw;
	}
	
	/*.step4-padding.step4-form > .wpb_column > .vc_column-inner{
		padding-right: 0px;
	} */
	
	.student-details br{
		display: none;
	}
	
	.student-contacts br{
		display: block;
	}
	
	.student-details span{
		font-size: 32px;
		font-size: 1rem;
		font-size: 4.17vw;
	}
	
	.student-details .student-name,
	.student-details .student-address,
	.student-details .student-address-country{
		display: block;
		padding-bottom: 11px;
	}
	
	.student-details .student-name{
		padding-bottom: 8px;
		padding-bottom: 0.25rem;
	}
	
	.student-details .student-address-country{
		padding-bottom: 0px;
		padding-top: 12px;
		padding-top: 0.375rem;
	}
	
	.content-step4 .payment-method{
		font-size: 32px;
		font-size: 1rem;
		font-size: 4.17vw;		
		margin-bottom: 69px;
		margin-bottom: 2.15625rem;
	}
	
	.step4-invoice {
		padding: 0px;
		margin: 35px 0px 0px 0px;
		margin: 1.09375rem 0px 0px 0px;
	}
	
	.step4-invoice li{
		border-width: 3px;
		border-width: 0.09375rem;		
		padding: 35px 0px 27px 0px;
		padding: 1.09375rem 0px 0.84375rem 0px;
	}
	
	.step4-invoice li:last-child{
		border-width: 3px;
		border-width: 0.09375rem;
	}
	
	.step4-invoice-total, 
	.step4-invoice li {
		font-size: 36px;
		font-size: 1.125rem;
    font-size: 4.69361147327249vw;
	}
  
  .step4-invoice li .two-third,
  .step4-invoice-total .two-third{
  	width: 59%;  
  }
  
  .step4-invoice li .one-third,
  .step4-invoice-total .one-third{
  	width: 40%;
		font-size: 40px;
		font-size: 1.25rem;
    font-size: 5.215123859191656vw;    
  }  

	
	.step4-invoice-total{
		padding: 35px 0px 75px 0px;
		padding: 1.09375rem 0px 2.34375rem 0px;
	}
	
	.step4-form .step4-subtitle{
		margin: 40px 0px 0px 0px;
		margin: 1.25rem 0px 0px 0px;
	}
	
	.step4-form ul.form-layout{
		margin-top: 21px;
		margin-top: 0.65625rem;
	}
	
	.step4-form label{
		margin-bottom: 10px;
		margin-top: 0.3125rem;
		font-size: 32px;
		font-size: 1rem;
		font-size: 4.17vw;
	}
	
	.step4-form .selectBox-dropdown.step4-small-select{
		min-width: 138px;
		min-width: 4.3125rem;
		min-width: 17.99vw;
	}
	
	.step4-form .col-four-fifth{
		max-width: 525px;
		max-width: 16.40625rem;
		max-width: 68.45vw;
	}
	
	.step4-form .col-one-fifth{
		max-width: 138px;
		max-width: 8.625rem;
		max-width: 17.99vw;
	}
		
	.t100-form .step4-form input[type="text"],
	.t100-form .step4-form input[type="tel"],   
	.t100-form .step4-form input[type="email"], 
	.t100-form .step4-form input[type="password"]{
		/* max-width: 690px; */
		/* max-width: 21.5625rem; */
		/* max-width: 89.96vw; */
	}
		
	.step4-form .field-wrap ul.form-layout{
		margin-top: 0px;
	}
	
	.step4-form .field-wrap ul.form-layout .address-left.label-wrap,
	.step4-form .field-wrap ul.form-layout .address-right.label-wrap{
		max-width: 137px;
		max-width: 4.28125rem;
		max-width: 17.86vw;
		float: left;
	}
	
	.step4-form .field-wrap ul.form-layout .address-left.label-wrap label,
	.step4-form .field-wrap ul.form-layout .address-right.label-wrap label{
		font-weight: 300;		
	}
	
	.step4-form .field-wrap ul.form-layout .address-suburb{
		max-width: 553px;
		max-width: 17.28125rem;
		max-width: 72.1vw;
	}
	
	.step4-form .field-wrap ul.form-layout .address-suburb input{
		max-width: none;
		width: 100%;
	}
	
	.t100-form .step4-form .field-wrap .form-layout .two-col-left{
		width: 55%;
		max-width: 380px;
		max-width: 11.875rem;
		max-width: 49.54vw;
		float: left;
	}
	
	.step4-form .field-wrap ul.form-layout .two-col-left .address-state{
		max-width: 242px;
		max-width: 7.5625rem;
		max-width: 31.55vw;
	}
	
	.t100-form .step4-form .address-state .selectBox-dropdown{
		min-width: 10px;
	}
	
	.t100-form .step4-form .field-wrap ul.form-layout .two-col-right{
		margin-left: 26px;
		margin-left: 0.8125rem;
		margin-left: 3.39vw;
		width: 41%;
		max-width: 284px;		
		max-width: 8.875rem;		
		max-width: 37.03vw;		
	}
	
	.step4-form .field-wrap ul.form-layout .two-col-right .label-wrap.address-right{
		float: left;
		max-width: 165px;
		max-width: 5.15625rem;
		max-width: 21.51vw;
	}
	
	.step4-form .field-wrap ul.form-layout .two-col-right .field-wrap.address-postcode{
		max-width: 118px;
		max-width: 3.6875rem;
		max-width: 15.38vw;
	}
	
	.step4-home-number{
		width: 310px;
		width: 9.6875rem;
		width: 40.42vw;
		margin-right: 25px;
		margin-right: 0.78125rem;
		margin-right: 3.26vw;
	}
	
	.step4-home-number .field-wrap{
		width: 308px;
		width: 9.625rem;
		width: 40.16vw;
	}
	
	.step4-home-number .col-one-fifth{
		max-width: 70px;
		max-width: 2.1875rem;
		max-width: 9.13vw;
	}
	
	.step4-home-number .col-four-fifth{
		max-width: 225px;
		max-width: 7.03125rem;
		max-width: 29.34vw;
		margin-left: 12px;
		margin-left: 0.375rem;
		margin-left: 1.56vw;
	}
	
	.step4-mobile-number .field-wrap .col-one-fifth,
	.step4-mobile-number .field-wrap{		
		width: 355px;
		width: 11.09375rem;
		width: 46.28vw;
		max-width: 355px;
		max-width: 11.09375rem;
		max-width: 46.28vw;
	}
  

  .t100-form ul.form-layout.billing-fields {
  	margin-bottom: 25px;
    margin-bottom: 1.5625rem;
  }
  
  
  .step4-form .payment-details-main-wrap .credit-card-details-containter,
  .step4-form .payment-details-main-wrap .bank-details-containter {
    padding-left: 10px;
    padding-right: 10px;  
  }   
	
	.step4-form .step4-credit-card-subtitle{
		margin-top: 75px;
		margin-top: 2.34375rem;
	}
  
  .step4-form ul.form-layout.step4-card-details {
    margin-top: 0;  
  }
  

	
	.step4-card-details .enrol-radio{
		margin-top: 11px;
		margin-top: 0.34375rem;
	}
	
	.step4-card-details .enrol-radio{
		
	}
	
	.step4-card-details .enrol-radio + label{
		margin-left: 8px;
		margin-left: 0.25rem;
		margin-top: 0px;
		margin-right: 18px;
		margin-right: 0.5625rem;
	}
	
	.t100-form .form-layout.step4-card-details li{
		margin-bottom: 5px;
		margin-bottom: 0.15625rem;
	}

  .t100-form .content-step4 .step4-card-details a.enable-field-edit {
  	top: 38px;
  	top: 2.375rem;  
  }

	
	.step4-card-details .col-one-fourth{
		width: 130px;
		width: 4.0625rem;
	}
	
	.step4-card-details .col-one-fourth p{
		margin: 14px 0px;
		margin: 0.4375rem 0px;
		text-align: right;
	}
  
  .step4-card-details .cc-details-logo,
  .step4-card-details .bank-details-logo {
    -webkit-transform: translateY(60%);
    -moz-transform: translateY(60%);
    -o-transform: translateY(60%);
    -ms-transform: translateY(60%);
    transform: translateY(60%);    
  }
	
	.step4-form .step4-direct-debit-subtitle{
		margin: 0 0 52px 0;
		margin: 0 0 1.625rem 0;
	}
	
	.direct-debit-instalments li .two-third{
		width: 348px;
		width: 10.875rem;
	}
	
	.step4-checkboxes{
		margin: 75px 0px 0px 0px;
		margin: 2.34375rem 0px 0px 0px;
		padding: 0px 30px 0px 0px;
		padding: 0px 0.9375rem 0px 0px;
	}
	
	.step4-checkboxes .enrol-check{
		margin-right: 28px;
		margin-right: 0.875rem;
	}
	
	.step4-checkboxes .step4-checkbox-label,
	.step4-checkboxes li:nth-child(2) .step4-checkbox-label{
		font-size: 30px;
		font-size: 0.9375rem;
		font-size: 3.91vw;
		max-width: none;
	}
	
	.step4-checkboxes li:first-child .step4-checkbox-label{
		letter-spacing: -1px;
	}
	
	.step4-checkboxes li:nth-child(2) .step4-checkbox-label{
		max-width: 585px;
		max-width: 18.28125rem;
		max-width: 76.27vw;
	}
	
	.step4-checkboxes li:last-child .step4-checkbox-label{
		max-width: 500px;
		max-width: 15.625rem;
		max-width: 65.19vw;
	}
  
  .t100-form .content-step4 .two-col-left, 
  .t100-form .content-step4 .two-col-right{
    /* max-width: 330px; */
    /* max-width: 20.625rem; */
    /* max-width: 43.02vw; */
  }
  
  .t100-form .content-step4 .g-recaptcha{
    float: none;
    width: 100%;
    margin-top: 62px;
    margin-top: 1.9375rem;
    margin-bottom: 0px;
  }
  
  .t100-form .content-step4 .g-recaptcha > div{
    float: none;
    margin: 0 auto;
  }
	
	.secure-payment-icon{
		margin: 10px auto 50px auto;
		margin: 0.3125rem auto 1.5625rem auto;
		display: block;
	}
	
	.enrol-check{
		width: 36px;
		width: 1.125rem;
		height: 36px;
		height: 1.125rem;
		background-size: 310px;
		background-size: 9.6875rem;
	}
	
	.enrol-check.checked {
		background-position: -40px 0;
		background-position: -1.25rem 0;
	}


 
  
	
	/* FF & MM */
	.page-enrol-child .content-step.content-step1 > .wpb_column > .vc_column-inner{
		box-sizing: border-box;
		padding-right: 30px;
		padding-right: 0.9375rem;
	}
	
	.page-enrol-child .content-step1 .course-details-subtitle .vc_col-sm-2{
		display: none;
	}
	
	.page-enrol-child .content-step1 .course-details-subtitle .vc_col-sm-10 > .vc_column-inner {
		padding: 0px;
	}
	
	.page-enrol-child .content-step1 .course-details-subtitle .vc_col-sm-10 p{
		margin: 0px;
	}
	
	.page-enrol-child .enrol-step1-centre-year-select-container{
		margin: 0px;
	}
	
	.page-enrol-child .enrol-step1-centre-year-select-container .year-level-filter,
	.page-enrol-child .enrol-step1-centre-year-select-container .holiday-filter{
		float: left;
		width: 50%;
	}

	.page-enrol-child .content-step1 .course-details-subtitle .wpb_text_column{
		margin-bottom: 15px;
		margin-bottom: 0.46875rem;
	}
		
	.page-enrol-child .enrol-step1-centre-year-select-container .year-level-filter .label-wrap{
		width: 100%;
		margin-right: 0px;
		margin-bottom: 16px;
		margin-bottom: 0.5rem;
	}
	
	.page-enrol-child .content-step1 .holiday-filter .label-wrap{
		width: 100%;
		margin-left: 0px;
		margin-bottom: 16px;
		margin-bottom: 0.5rem;
	}
	
	.page-enrol-child .content-step1 .holiday-filter .field-wrap .selectBox{
		min-width: 330px;
		min-width: 10.3125rem;
		min-width: 43.02vw;
	}
	
	.page-enrol-child .content-step .enrol-step1-select-subjects h3.select-subject-heading{
		font-size: 54px;
		font-size: 1.6875rem;
		font-size: 7.04vw;
	}
	
	.page-enrol-child .content-step .enrol-step1-select-subjects h3.select-subject-heading + p{
		font-size: 32px;
		font-size: 1rem;
		font-size: 4.17vw;
	}
	
	.page-enrol-child.enrol-marks-max .content-step1 .t100-courses ul.subject-boxes li{
		display: none;
	}
	
	.page-enrol-child .subject-boxes .course,
	.page-enrol-child .subject-boxes .course a{
		width: 224px;
		width: 7rem;
		width: 29.2vw;
		/* height: 256px; */
		/* height: 8rem; */
		/* height: 33.38vw; */
		/* margin-right: 0px; */
		position: relative;
	}
	
	.page-enrol-child .subject-boxes .course a{
		width: 224px;
		width: 7rem;
		width: 29.25vw;
	}
	
	.page-enrol-child .subject-boxes .course{	
	    margin-left: 15px;
	    margin-left: 0.46875rem;
	    margin-left: 1.96vw;
	}
	
	.page-enrol-child .course .course-image{
		/* height: 256px; */
		/* height: 8rem; */
		/* height: 33.38vw; */
		/* max-height: none; */
	}
	
	.page-enrol-child .course .course-name{
		width: 224px;
		width: 7rem;
		width: 29.2vw;
		font-size: 27.23px;
		font-size: 0.8509375rem;
		font-size: 3.55vw;
		text-align: center;
		padding: 0px;
		bottom: 0px;
	}
	
	.page-enrol-child .course.selected-course .course-image{
		/* box-shadow: inset 0 0 0 10px rgba(239,169,44,1); */
		/* box-shadow: inset 0 0 0 0.3125rem rgba(239,169,44,1); */
	}
	
	.page-enrol-child .course.selected-course .course-image:before{
		background: url(../img/enrol/selected-subject-check-black.png) no-repeat center center;
		background-size: 39px 27px; 
		background-size: 1.21875rem 0.84375rem; 
		-webkit-background-size: 39px 27px;
		-webkit-background-size: 1.21875rem 0.84375rem;
		-moz-background-size: 39px 27px;
		-moz-background-size: 1.21875rem 0.84375rem;
		background-color: #efa92c;
		margin: 7px;
		margin: 0.21875rem;
		margin: 0.91vw;
		width: 57px;
		width: 1.78125rem;
		height: 57px;
		height: 1.78125rem;
	}
	
	.page-enrol-child .course-data .t100-wrapper .schedule-list,
	.page-enrol-child .course-data .t100-wrapper .schedule-list .thead,
	.page-enrol-child .course-data .t100-wrapper .thead .tr{
		display: block;
	}
	
	.page-enrol-child .course-data .t100-wrapper .thead .tr .td{
		/* font-size: 36px; */
		/* font-size: 1.125rem; */
	}
	
	.page-enrol-child .course-data .t100-wrapper .thead .tr .td.date,
	.page-enrol-child .course-data .t100-wrapper .thead .tr .td.time{
		display: none;
	}
	
	.page-enrol-child .course-data .t100-wrapper .thead .tr .td.place,
	.page-enrol-child .course-data .t100-wrapper .thead .tr .td.status{
		box-sizing: border-box;
		display: block;
		float: left;
		width: 50%;
	}
	
	.page-enrol-child .course-data .t100-wrapper .thead .tr .td.place:after{
		content: " & DATE"
	}
	
	.page-enrol-child .course-data .t100-wrapper .thead .tr .td.status{
		text-indent: -9999px;
	}
	
	.page-enrol-child .course-data .t100-wrapper .thead .tr .td.status .select-header{
		text-indent: 0;
		/* font-size: 32px; */
		/* font-size: 1rem; */
		/* padding-top: 4px; */
		/* padding-top: 0.125rem; */
	}
	
	.page-enrol-child .course-data .t100-wrapper .schedule-list .tbody .tr .td.place .centre-name{
		/* font-size: 36px; */
		/* font-size: 1.125rem; */
		/* font-size: 4.69vw; */
		padding: 4px;
	}
	
	.page-enrol-child .course-data .t100-wrapper .schedule-list .tbody .tr .td.date span, 
	.page-enrol-child .course-data .t100-wrapper .schedule-list .tbody .tr .td.time span, 
	.page-enrol-child .course-data .t100-wrapper .schedule-list .tbody .tr .td.status span.status{
		font-size: 28px;
		font-size: 0.875rem;
		font-size: 3.65vw;
	}
	
	.page-enrol-child .course-data .t100-wrapper .tbody .tr .td.place{
		display: block;
		width: 20%;
	}
		
	.page-enrol-child .course-data .t100-wrapper .tbody .tr .td.date,
	.page-enrol-child .course-data .t100-wrapper .tbody .tr .td.time,
	.page-enrol-child .course-data .t100-wrapper .tbody .tr .td.status,
	.page-enrol-child .course-data .t100-wrapper .schedule-list .tbody .tr .td span{
		display: block;
		vertical-align: top;
	}
	
	.page-enrol-child .course-data .t100-wrapper .tbody .tr .td.date{
		/* width: 210px; */
		/* width: 6.5625rem; */
		width: 30%;
	}
	
	.page-enrol-child .course-data .t100-wrapper .tbody .tr .td.time{
		width: 480px;
		width: 15rem;
		width: 62.58vw;
	}
	
	.page-enrol-child .course-data .t100-wrapper .schedule-list .tbody .tr.multiple.last .td{
		padding-bottom: 0px;
	}
	
	.page-enrol-child .course-data .t100-wrapper .schedule-list .tbody .tr.multiple.last .td.status{
		padding-bottom: 35px;
		padding-bottom: 1.09375rem;
	}
	
	.page-enrol-child .course-data .t100-wrapper .schedule-list .tbody .tr.multiple.last .td.date,
	.page-enrol-child .course-data .t100-wrapper .schedule-list .tbody .tr.multiple.last .td.time{
		border: 0px none;
	}
	
	.page-enrol-child .course-data .t100-wrapper .schedule-list .tbody .tr:first-child .td, 
	.page-enrol-child .course-data .t100-wrapper .schedule-list .tbody .tr.multiple.first .td{
		padding-top: 0px;
		display: table-cell;
		vertical-align: middle;
	}
	
	.page-enrol-child .course-data .t100-wrapper .schedule-list .tbody .tr.multiple.first .td.place{
		padding-top: 29px;
		padding-top: 0.90625rem;
	}
	
	.page-enrol-child .course-data .t100-wrapper .schedule-list .tbody .tr .td.date span, 
	.page-enrol-child .course-data .t100-wrapper .schedule-list .tbody .tr .td.time span, 
	.page-enrol-child .course-data .t100-wrapper .schedule-list .tbody .tr .td.status > span{
		border: 0px none;
		padding-left: 0px;
	}
	
	.page-enrol-child .course-data .t100-wrapper .schedule-list .tbody .tr .td.place > span{
		padding-left: 3px;
		padding-left: 0.09375rem;
	}
	
	.page-enrol-child .course-data .t100-wrapper .schedule-list .tbody .tr .td.date > span{
		padding-left: 5px;
		padding-left: 0.15625rem;
	}
	
	.page-enrol-child .course-data .t100-wrapper .schedule-list .tbody .tr.multiple .td.status > span{
		padding-top: 7px;
		padding-top: 0.21875rem;
		padding-bottom: 0px;
	}
	
	.page-enrol-child .course-data .t100-wrapper .schedule-list .tbody .tr.multiple .td.date > span, 
	.page-enrol-child .course-data .t100-wrapper .schedule-list .tbody .tr.multiple .td.time > span{
		padding-top: 14px;
		padding-top: 0.4375rem;
		padding-bottom: 14px;
		padding-bottom: 0.4375rem;
	}
	
	.page-enrol-child .course-data .t100-wrapper .schedule-list .tbody .tr.multiple .td.status > span{
		padding-right: 0px;
	}
		
	.page-enrol-child .course-data .t100-wrapper .schedule-list .tbody .tr.multiple .td.status span.status{
		display: block;
		width: 690px;
		width: 21.5625rem;
		width: 89.96vw;
	}
	
	.page-enrol-child .course-data .t100-wrapper .schedule-list .tbody .tr.multiple .td.status.blank > span span.status{
		display: none;
	}
	
	.page-enrol-child .course-data .t100-wrapper .schedule-list .tbody .tr .td.status span .enrol-check{
		border-width: 2px;
		border-width: 0.0625rem;
		/* width: 52px; */
		/* width: 1.625rem; */
		height: 52px;
		height: 1.625rem;
		position: absolute;
		right: 55px;
		right: 0.71875rem;
		margin-top: -69px;
		margin-top: -2.15625rem;
		top: 31px;
		position: relative;
	}
	
	.page-enrol-child .course-data .t100-wrapper .schedule-list .tbody .tr .td.status.blank span .enrol-check{
		margin-top: -1px;
	}
	
	.page-enrol-child .course-data .t100-wrapper .schedule-list .tbody .tr .td.status span .enrol-check.checked{
		/* background-color: #2a2a2a; */
	}
	
	.page-enrol-child .course-data .t100-wrapper .schedule-list .tbody .tr .td.status span.status.full span.extra{
		margin-top: -3px;
		margin-top: -0.09375rem;
	}
	
	.page-enrol-child .course-data .t100-wrapper .schedule-list .tbody .tr.multiple.mid .td.place,
	.page-enrol-child .course-data .t100-wrapper .schedule-list .tbody .tr.multiple.last .td.place{
		display: none;
	}
	
	/*.page-enrol-child .selectBox-dropdown .selectBox-arrow{
		width: 50px;
		width: 1.5625rem;
	}*/
	
	/* FF */
	.page-enrol-child.enrol-fast-forward .enrol-step1-centre-year-select-container .year-level-filter,
	.page-enrol-child.enrol-fast-forward .enrol-step1-centre-year-select-container .holiday-filter,
	.page-enrol-child.enrol-fast-forward .content-step1 .year-level-filter .field-wrap,
	.page-enrol-child.enrol-fast-forward .content-step1 .holiday-filter .field-wrap,
	.page-enrol-child.enrol-fast-forward .content-step1 .year-level-filter .field-wrap .selectBox,
	.page-enrol-child.enrol-fast-forward .content-step1 .holiday-filter .field-wrap .selectBox,
	.page-enrol-child.enrol-marks-max .enrol-step1-centre-year-select-container .year-level-filter,
	.page-enrol-child.enrol-marks-max .enrol-step1-centre-year-select-container .holiday-filter,
	.page-enrol-child.enrol-marks-max .content-step1 .year-level-filter .field-wrap,
	.page-enrol-child.enrol-marks-max .content-step1 .holiday-filter .field-wrap,
	.page-enrol-child.enrol-marks-max .content-step1 .year-level-filter .field-wrap .selectBox,
	.page-enrol-child.enrol-marks-max .content-step1 .holiday-filter .field-wrap .selectBox,
	.page-enrol-child.enrol-marks-max .selectBox-dropdown-menu,
	.page-enrol-child.enrol-fast-forward .selectBox-dropdown-menu{
		width: 705px;
		width: 0.9191655801825293rem;
		width: 91.92vw;
		max-width: none;
		min-width: 705px;
		min-width: 0.9191655801825293rem;
		min-width: 89.92vw;
	}
	
	/*.page-enrol-child.enrol-marks-max .selectBox-dropdown-menu,
	.page-enrol-child.enrol-fast-forward .selectBox-dropdown-menu{
		min-width: 92.2%;
	}*/
	
	.page-enrol-child.enrol-fast-forward .content-step1 .year-level-filter .wpb_text_column,
	.page-enrol-child.enrol-marks-max .content-step1 .year-level-filter .wpb_text_column{
		margin-bottom: 10px;
		margin-bottom: 0.3125rem;
	}
	
	/* MM */
	.page-enrol-child.enrol-marks-max .course.selected-course .course-image:before{
		background: url(../img/enrol/selected-subject-check-white.png) no-repeat center center;
		background-size: 46px 32px; 
		background-size: 1.4375rem 1rem; 
		-webkit-background-size: 46px 32px;
		-webkit-background-size: 1.4375rem 1rem;
		-moz-background-size: 46px 32px;
		-moz-background-size: 1.4375rem 1rem;
		background-color: #c82027;
		width: 63px;
		width: 1.96875rem;
		height: 63px;
		height: 1.96875rem;
	}
	
	.page-enrol-child.enrol-marks-max .subject-boxes li a{
		width: 224px;
		width: 7rem;
		width: 29.25vw;
		/* height: 256px; */
		/* height: 8rem; */
		/* height: 33.38vw; */
		max-width: none;
	}
	
	.page-enrol-child.enrol-marks-max .course .course-name{
		font-size: 28px;
		font-size: 0.875rem;
		font-size: 3.65vw;
	}
	
	/* EE */
	.page-enrol-child.enrol-exam-excel .content-step1 .course-details-subtitle .vc_col-sm-10 p{
		margin-left: 0px;
	}
	
	.page-enrol-child.enrol-exam-excel .content-step1 .centre-level-filter .label-wrap{
		width: 100%;		
		margin-bottom: 16px;
		margin-bottom: 0.5rem;
	}
	
	.page-enrol-child.enrol-exam-excel .enrol-filters .selectBox-dropdown,
	.page-enrol-child.enrol-exam-excel .learning-centres-list-selectBox-dropdown-menu{
		min-width: 327px;
		min-width: 10.21875rem;
		min-width: 42.63vw;
	}
	
	.page-enrol-child.enrol-exam-excel .course-data .t100-wrapper .schedule-list .tbody .tr{
		display: block;
		padding: 20px 0px 69px 0px;
		padding: 0.65625rem 0px 2.15625rem 0px;
		border-bottom: 1px solid #666666;		
	}
	
	.page-enrol-child.enrol-exam-excel .course-data .t100-wrapper .schedule-list .tbody .tr.checked{	
	    background: #262626;		
	}
	
	.page-enrol-child.enrol-exam-excel .course-data .t100-wrapper .thead .tr{
		border-bottom: 1px solid #666666;
		float: left;
		width: 100%;
	}
	
	.page-enrol-child.enrol-exam-excel .course-data .t100-wrapper .thead .tr .td.date,
	.page-enrol-child.enrol-exam-excel .course-data .t100-wrapper .thead .tr .td.status{
		display: inline-block;
		float: left;	
		border-width: 0px;		
	}
	
	.page-enrol-child.enrol-exam-excel .course-data .t100-wrapper .thead .tr .td.date{
		padding-left: 0px;
	}
	
	.page-enrol-child.enrol-exam-excel .course-data .t100-wrapper .thead .tr .td.date{
		width: 75%;
		font-size: 36px;
		font-size: 1.125rem;
		font-size: 4.69vw;
		padding-bottom: 20px;
		padding-bottom: 0.625rem;
	}
	
	.page-enrol-child.enrol-exam-excel .course-data .t100-wrapper .thead .tr .td.status{
		width: 25%;
		font-size: 36px;
		font-size: 1rem;
		font-size: 4.17vw;
		padding-bottom: 16px;
		padding-bottom: 0.5rem;
	}
	
	.page-enrol-child.enrol-exam-excel .course-data .t100-wrapper .thead .tr .td.weekday,
	.page-enrol-child.enrol-exam-excel .course-data .t100-wrapper .thead .tr .td.time{
		display: none;
	}
		
	.page-enrol-child.enrol-exam-excel .course-data .t100-wrapper .tr .td.weekday{
		display: inline-block;
	}
		
	.page-enrol-child.enrol-exam-excel .course-data .t100-wrapper .schedule-list .tbody .tr:first-child .td, 
	.page-enrol-child.enrol-exam-excel .course-data .t100-wrapper .schedule-list .tbody .tr.multiple.first .td, 
	.page-enrol-child.enrol-exam-excel .course-data .t100-wrapper .schedule-list .tbody .tr .td,	
	.page-enrol-child.enrol-exam-excel .course-data .t100-wrapper .schedule-list .tbody .tr .td.date span,
	.page-enrol-child.enrol-exam-excel .course-data .t100-wrapper .tr .td.date,
	.page-enrol-child.enrol-exam-excel .course-data .t100-wrapper .tr .td.date span{
		padding: 0px;
		border-width: 0px;
	}
	
	.page-enrol-child.enrol-exam-excel .course-data .t100-wrapper .schedule-list .tbody .tr .td.weekday,
	.page-enrol-child.enrol-exam-excel .course-data .t100-wrapper .schedule-list .tbody .tr .td.date{
		padding: 10px 0px;
		padding: 0.3125rem 0px;
	}
	
	.page-enrol-child.enrol-exam-excel .course-data .t100-wrapper .schedule-list .tbody .tr .td.time span{
		padding-top: 0px;
	}
	
	.page-enrol-child.enrol-exam-excel .course-data .t100-wrapper .tr .td.date span.week-range{
		display: none;
	}
	
	.page-enrol-child.enrol-exam-excel .course-data .t100-wrapper .tr .td.status span.status{
		position: absolute;
		left: 30px;
		left: 0.9375rem;
		margin-top: 40px;
		margin-top: 1.25rem;
	}	
	
	.page-enrol-child.enrol-exam-excel .course-data .t100-wrapper .schedule-list .tbody .tr .td.status span .enrol-check{
		right: 33px;
		right: 1.03125rem;
		margin-top: -55px;
		margin-top: -1.71875rem;
	}
  
  
  .enrol-trial .top-slider .metaslider .caption-wrap {
    top: auto;
  }
  
  .enrol-trial .top-slider .metaslider .slides img {
    margin-left: -14% !important;
  }
    
  
  .content-step .step1-trial-intro-student h4.trial-student-name {
    font-size: 40px;
    font-size: 1.25rem;
  }
  
  .content-step .step1-trial-intro-student p {
    font-size: 32px;
    font-size: 1rem;    
  }
  
  .content-step .step1-trial-intro-student p br {
    display: none;
  }
  
  .enrol-trial .t100-form .enrol-filters .label-wrap {
    float: none;
  }
  
  
  .enrol-trial .enrol-radio {
  	width: 30px;
  	width: 0.9375rem;
  	height: 30px;
  	height: 0.9375rem;
  	background: url(../img/enrol/skin-radio-checkbox-large.png);
  	background-position: -202px 0;
  	background-position: -6.32rem 0;
  	background-size: 270px auto;
  	background-size: 8.4375rem auto;
  }
  
  .enrol-trial .enrol-radio.checked {
  	background-position: -169px 0;
  	background-position: -5.28125rem 0;
  }
    
  
  
  /** Thank you **/
  .enrol-trial .content-thank-you .large-text {
    font-size: 36px;
    font-size: 1.125rem;
  }
  
  .enrol-trial .content-thank-you p {
    max-width: 510px;
    max-width: 15.9375rem;
  }
  
  .enrol-trial .content-thank-you strong {
    font-weight: 600;
  }  
  
  .enrol-trial .content-thank-you .wpb_single_image {
  	margin-top: 60px;
  	margin-top: 1.875rem;
  	margin-bottom: 20px;
  	margin-bottom: 0.625rem;
  }
  
  .enrol-trial .content-thank-you .wpb_single_image img {
    width: 90px;
    width: 2.8125rem;
  }
  
  .enrol-trial .content-error1 .wpb_single_image {
    margin-bottom: 60px !important;
    margin-bottom: 1.875rem !important;
  }
  
  .enrol-trial .content-error1 h4 {
    margin-bottom: 20px !important;
    margin-bottom: 0.625rem !important;
  }
  
  .enrol-trial .content-error1 strong {
    font-weight: 600;
  }  
  
  .enrol-trial .content-error1 .wpb_single_image img {
  	width: 112px;
  	width: 3.5rem;
  }  
  
	
} /* 767 */


@media only screen and (max-width: 720px){ 
	html {
		font-size: 30.72px;
	}
}


/* for 650px or less */
@media screen and (max-width: 650px) {
	html {
		font-size: 27.73px;
	} 
	
	.step4-padding > .wpb_column > .vc_column-inner{
		padding-left: 15px;
		padding-left: 0.617283950617284rem;
		padding-right: 15px;
		padding-right: 0.617283950617284rem;
	}
	
	.step4-card-details .enrol-radio{
		margin-top: 5px;
	}
}


@media only screen and (max-width: 640px) {
  html {
      font-size: 27.31px;
  }
}


@media only screen and (max-width: 605px) {
  html {
      font-size: 25.82px;
  }
}


/* for 550px or less */
@media screen and (max-width: 550px) {

	html {
		font-size: 23.47px;
	} 
	
	.step4-card-details .enrol-radio{
		margin-top: 0px;
	}
	
	.enrol-radio, 
	.enrol-radio.checked {
		width: 25px;
		background-size: 50px 25px;
		background-position: -25px;		
	}
	
	.enrol-radio.checked{
		background-position: 0px;
	}
  
  .enrol-trial .enrol-radio {
  	width: 16.13px;
  	width: 0.9377906976744186046511627907rem;
  	height: 16.13px;
  	height: 0.9377906976744186046511627907rem;
  	background-size: 198px auto;
  	background-size: 8.436301661695782rem auto;
    background-position: -99px 0;
    background-position: -4.218150830847891rem 0;          
  }  
  
  .enrol-trial .enrol-radio.checked {
      
  }
  
	
	/* FF */
	.page-enrol-child .subject-boxes .course{	
		width: 164px;
		width: 9.534883720930233rem;
		width: 29.82vw;
	}
	
	.page-enrol-child .subject-boxes .course a{
		width: 161px;
		width: 9.36046511627907rem;
		width: 29.28vw;
		max-width: none;
	}
	
	.page-enrol-child .course-data .t100-wrapper .tbody .tr .td.time{
		/* width: 366px; */
		/* width: 21.27906976744186rem; */
		/* width: 100%; */
	}
	
	.page-enrol-child .course-data .t100-wrapper .schedule-list .tbody .tr.multiple .td.status span.status{
		width: 517px;
		width: 30.05813953488372rem;
		width: 94vw;
	}
  
  
  .content-step.content-blue-bg,
  .content-step.content-orange-bg {
    font-size: 14px;
    font-size: 0.8139534883720930232558139535rem;
  }
  
  .enrol-yearly .content-step1 .enrol-filters .selectBox-dropdown,
  .enrol-trial .content-step1 .enrol-filters .selectBox-dropdown {
    min-width: 12rem;
    min-width: 41.72099087353325vw;
  }
  
  
}

@media screen and (max-width: 466px) {
	html {
		font-size: 19.88px;
	}
}

/* for 450px or less */
@media screen and (max-width: 450px) {

	html {
		font-size: 19.2px;
	}
		
	.subject-boxes li{
		width: 184.5px;
		width: 13.17857142857143rem;
		width: 40vw;
	}
			
	.content-step2 .vc_column_container>.vc_column-inner{
		padding-left: 15px;
		padding-left: 1.071428571428571rem;
		padding-left: 3.33vw;
		padding-right: 15px;
		padding-right: 1.071428571428571rem;
		padding-right: 3.33vw;
	}
	.wpb_row.content-step2 > .wpb_column > .vc_column-inner > .wpb_wrapper{
		padding-left: 0px;
	}
  
  .t100-form .guardian-1 .two-col-right,
  .t100-form .guardian-2 .two-col-right {
    /* margin-left: 2.6vw; */
  }  
	
	.content-step3 .step3-course-details-column:first-child {
		width: 79%;
	}
	
	.content-step3 .step3-course-details-column:last-child {
		width: 21%;
	}
	
	.enrol-radio, 
	.enrol-radio.checked{
		width: 20px;
		background-size: 40px 20px;
		background-position: -21px 0px;
	}
	
	.enrol-radio.checked{
		background-position: 0px 0px;
	}
  
  .enrol-trial .enrol-radio {
    width: 13.09px;
    width: 0.6817708333333333rem;
    height: 13.09px;
    height: 0.6817708333333333rem;
  	background-size: 115px auto;
  	background-size: 5.9895833333333333333333333333rem auto;
    background-position: -57px 0;
    background-position: -2.96875rem 0;    
  }
  
  .enrol-trial .enrol-radio.checked {
  	background-position: -72px 0;
  	background-position: -3.75rem 0;  
  }
  
  
  .t100-form .section-promocode input[type="text"] {
    width: 65%;
  }  
  
  		
}


@media only screen and (max-width: 375px) {

    html {
        font-size: 16px;
    }	
	
}


/* for 350px or less */
@media screen and (max-width: 350px) {
	html {
		font-size: 14.93px;
	}
	
	.content-step2.content-grey-bg.vc_row-has-fill > .wpb_column > .vc_column-inner,
	.content-step2 .vc_column_container>.vc_column-inner{
		padding-left: 15px;
		padding-left: 1.071428571428571rem;
		padding-left: 3.33vw;
		padding-right: 15px;
		padding-right: 1.071428571428571rem;
		padding-right: 3.33vw;
	}
	
	.wpb_row.content-step2 > .wpb_column > .vc_column-inner > .wpb_wrapper{
		padding-left: 0px;
	}
	
	.enrol-radio, .enrol-radio.checked {
		width: 17px;
		background-size: 34px 17px;
		background-position: -18px 0px;
	}
	
	.enrol-radio.checked{
		background-position: 0px 0px;
	}
  
  .enrol-trial .enrol-radio {
    width: 13.09px;
    width: 0.6817708333333333rem;
    height: 13.09px;
    height: 0.6817708333333333rem;
  	background-size: 115px auto;
  	background-size: 5.9895833333333333333333333333rem auto;
    background-position: -57px 0;
    background-position: -2.96875rem 0;    
  }
  
  .enrol-trial .enrol-radio.checked {
  	background-position: -72px 0;
  	background-position: -3.75rem 0;  
  }
  
  
}

@media screen and (max-width: 300px) {

	html {
		font-size: 12.8px;
	}

	/* FF */
	.page-enrol-child .subject-boxes .course {
		width: 85px;
		width: 28.33vw;
		margin: 2px;
		margin: 0.67vw;
	}
}




div#placeholder {
}

::-webkit-input-placeholder {
    font-family: 'Montserrat', 'GothamBookRegular', sans-serif;
    color: #9b9b9b;
}

input[name="student-email"] {
    min-width: 312px;
}

.t100-form input[type="email"] {
    width: 95%;
    /* max-width: 382px; */
}

p.label-wrap.current-year.show-desktop-only {}

.t100-form input[name="street-address"] {
    width: 95%;
}

input.button.alignright.student-details-button {
    /* margin-right: 10%; */
}

.content-step3 .vc_column-inner {
    padding-top: 0px;
}

.list-promocode-add input {
    line-height: 1.9;
}

a.button.add-promocode {
    margin: 4px 0;
}

.t100-form input[name="billing-email"], .t100-form input[name="billing-mobile"] {
    width: 95%;
}

.t100-form input[name="billing-email"] a, .t100-form input[name="billing-mobile"] a {}


.wpb_row.content-grey-bg > .wpb_column {
    color: black;
}


.page-content > .wpb_row.content-black-bg > .wpb_column, 
.page-content > .wpb_row.content-black-bg.content-step > .wpb_column {
	background: #f9f9f9;
	color: black;
}





.page-content > .mCSB_scrollTools .mCSB_draggerRail {
  width: 14px;
  width: 0.875rem;
  background: transparent;
  border: 1px solid #c7c7c7;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #cecece;
  width: 12px;
  width: 0.75rem;
  -webkit-border-radius: 6px;
  -webkit-border-radius: 0.375rem;
  -moz-border-radius: 6px;
  -moz-border-radius: 0.375rem;
  /* border-radius: 10px; */
  /* border-radius: 0rem; */
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: #d4d4d4;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar

.enrol-check p {}

.termly p {
    display: inline;
}

.schedule-list.table {
}

.schedule-list table .thead {}

.schedule-list .thead {
    border-bottom: 0.0625rem solid rgba(106, 106, 106, 0.7);
    /* position: absolute; */
    /* top: 0; */
}

.page-enrol-child .course-data .t100-wrapper .schedule-list .tbody .tr .td:not(:last-child) {
    border-right: 1px solid #949494;
}

.course-data .t100-wrapper .tbody {
    width: 100%;
}

.page-enrol-child .course-data .t100-wrapper .schedule-list .tbody .tr .td:not(:last-child) {
    border: 0;
}
