/* selectFix.css */
.select,select{background-color:#fff;color:#222;line-height:40px;height:40px;width:100%}select{width:46.72466734902764%}.arrow{background-color:#e4aacc;border-left:1px solid #000}.select{height:37px!important;padding:0 36px 0 0!important;font-family:BreeSerifRegular,Trebuchet MS,sans-serif;font-size:16px;color:#898989;background:-moz-linear-gradient(top,#dbdbdb 0,#fff 25%,#fff 75%,#dbdbdb 100%) -394px -2014px no-repeat;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#dbdbdb),color-stop(25%,#fff),color-stop(75%,#fff),color-stop(100%,#dbdbdb)) -394px -2014px no-repeat;background:-webkit-linear-gradient(top,#dbdbdb 0,#fff 25%,#fff 75%,#dbdbdb 100%) -394px -2014px no-repeat;background:-o-linear-gradient(top,#dbdbdb 0,#fff 25%,#fff 75%,#dbdbdb 100%) -394px -2014px no-repeat;background:-ms-linear-gradient(top,#dbdbdb 0,#fff 25%,#fff 75%,#dbdbdb 100%) -394px -2014px no-repeat;background:linear-gradient(to bottom,#dbdbdb 0,#fff 25%,#fff 75%,#dbdbdb 100%) -394px -2014px no-repeat;border:none;-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px;cursor:pointer}#field_2_7 .select,#field_3_7 .select,#field_6_7 .select,#state-picker-form .select,.l-content .select,.l-register .select{font-size:14px}.l-content .select .text{width:230px!important}#field_2_7 .select .text,#field_3_7 .select .text,#field_6_7 .select .text,#state-picker-form .select .text,.find-location .select .text,.l-register .select .text{width:110px!important;text-align:center}#field_3_7 .select .text,#state-picker-form .select .text,.credit-card .select .text,.l-content .select .text,.l-register .select .text{line-height:36px!important}.find-location .select{width:180px!important;font-size:14px;background-position:-320px -2014px!important}.find-location .select .text{width:180px!important}.credit-card .select{width:97px!important;font-size:14px}.credit-card .select .text{width:65px!important;text-align:center}.credit-card-date-fields .select{margin-right:3px;font-size:14px}

#lipsum {
	font-size: 16px !important;
}

.mobile {
	display: none;
}

.clearfix {
	clear: both;
	margin: 0;
	padding: 0;
}

table#u_0_0 {
	width: 250px !important;
}

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

/* Miscellaneous
/* ---------------------------------------------------------------------------------------------------------- */

ol.wp-paginate li:first-child {
	display: none;
}

/* Effects ------------------------------------------------------------------------- */

.drop-shadow {
	-webkit-box-shadow: 0 3px 5px rgba(50, 50, 50, 0.5);
	-moz-box-shadow: 0 3px 5px rgba(50, 50, 50, 0.5);
	box-shadow: 0 3px 5px rgba(50, 50, 50, 0.5);
}

.rounded-corners-l {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: none;
}

.rounded-corners-m {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border: none;
}

.rounded-corners-s {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: none;
}

.gradient-grey {
	background: #fff;
	/* Old browsers */
	background: -moz-linear-gradient(top, #fff 0%, #c3c3c3 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #c3c3c3));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fff 0%, #c3c3c3 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fff 0%, #c3c3c3 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fff 0%, #c3c3c3 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #fff 0%, #c3c3c3 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#c3c3c3', GradientType=0);
	/* IE6-9 */
}

.gradient-blue {
	background-color: var(--mc-color-primary);
}

.gradient-orange {
	background-color: var(--mc-color-secondary);
}

.gradient-purple {
	background: rgb(0, 117, 228);
	/* Old browsers */
	background: -moz-linear-gradient(top, rgba(0, 117, 228, 1) 0%, rgba(0, 87, 170, 1) 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 117, 228, 1)), color-stop(100%, rgba(0, 87, 170, 1)));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(0, 117, 228, 1) 0%, rgba(0, 87, 170, 1) 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0, 117, 228, 1) 0%, rgba(0, 87, 170, 1) 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(0, 117, 228, 1) 0%, rgba(0, 87, 170, 1) 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, rgba(0, 117, 228, 1) 0%, rgba(0, 87, 170, 1) 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0075e4', endColorstr='#0057aa', GradientType=0);
	/* IE6-9 */
}

.gradient-dark-purple {
	background-color: #5055a5;
}

.drop-shadow {
	-webkit-box-shadow: 0 1px 1px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 0 1px 1px rgba(50, 50, 50, 0.75);
	box-shadow: 0 1px 1px rgba(50, 50, 50, 0.75);
}

.image-frame {
	border: 4px solid white;
	-webkit-box-shadow: 0 0px 5px rgba(50, 50, 50, 0.4);
	-moz-box-shadow: 0 0px 5px rgba(50, 50, 50, 0.4);
	box-shadow: 0 0px 5px rgba(50, 50, 50, 0.4);
}

/* Misc ---------------------------------------------------------------------------- */

.clear {
	clear: both;
}

.hidden {
	display: none;
}

.no-margin {
	margin: 0 !important;
}

.no-padding {
	padding: 0 !important;
}

.btn-primary {
	display: block;
	background-color: rgb(0, 117, 228);
	background: linear-gradient(to bottom, rgba(0, 117, 228, 1) 0%, rgba(0, 87, 170, 1) 100%);
	border: 0;
	padding: 10px 20px;
	border-radius: 6px;
	font-family: inherit;
	font-size: 20px;
}

/* Layout -------------------------------------------------------------------------- */

#main {
	margin: 0 auto;
	width: 100%;
	position: relative;
	top: 0;
}

.global-width {
	margin: 0 auto;
	max-width: 960px;
	width: 90%;
	position: relative;
	top: 0;
}

.global-width.rainbow-width {
	width: 100%;
}

.padding {
	padding: 0 30px;
}

.padding-full {
	padding: 10px 30px 40px;
}

.white {
	background: #FFF;
}

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

/* .tooltip {
	width: 100%;
	height: 130px;
	position: absolute;
	top: 35px;
	display: none;
	z-index: 150;
} */

.tooltip .tooltip-box {
	width: 303px;
	height: 89px;
	margin: 0 auto;
	display: block;
	background: url(../images/kindy-pop.png) no-repeat;
	cursor: pointer;
}

#gform_submit_button_2,
#gform_submit_button_6 {
	position: relative;
	top: -17px;
}

.enrol-form .gform_wrapper .validation_error {
	display: none !important;
	padding: 5px;
	margin: 0 0 15px;
	border-width: 1px;
}

.enrol-form .gform_wrapper .validation_error .gform_submission_error {
	font-size: 14px;
}

.enrol-form .gform_wrapper .gfield {
	background: transparent !important;
}

.enrol-form .gform_wrapper .gfield input[type=text],
.enrol-form .gform_wrapper .gfield input[type=email],
.enrol-form .gform_wrapper .gfield input[type=password] {
	height: 36px;
	padding: 0 10px !important;
}

.enrol-form .gform_wrapper .gfield .validation_message {
	padding: 0 0 5px !important;
	font-size: 12px;
	font-weight: 400;
	color: #fff;
}

/* Rainbow Base */

.rainbow-base-bar {
	height: 54px;
	width: 100%;
	background: url(../images/bg-rainbow-base.png) repeat-x 0 0;
}

.rainbow-base-bar .rainbow-base {
	width: 435px;
	height: 54px;
	margin: 0 auto;
	background: url(../images/rainbow-base-new.png) no-repeat 0 0;
}

/* Overlay Message */

.header-inner-page .global-width {
	overflow: visible !important;
}

.header-inner-page .global-width .rainbow .overlay {
	width: 305px;
	height: 132px;
	max-height: 132px;
	margin: 0 auto;
	/*padding:30px 10px 20px 10px;*/
	display: block;
}

.header-inner-page .global-width .rainbow .overlay h2.page-title {
	color: white;
	font-size: 42px;
	text-align: center;
	text-shadow: 1px 1px 1px #9b5916;
	line-height: 40px;
	padding-top: 15px !important;
}

.page-id-4227 .header-inner-page .global-width .rainbow .overlay h2.page-title {
	display: none;
}

/*ENROL FORM*/

#gform_2 label {
	display: none;
}

/* Content -------------------------------------------------------------------------------------------------------------------------- */

#content .page-title {
	background: url(../images/sprites.png) repeat 0 -2135px;
	display: block;
	width: 100%;
}

#content .page-title .title-circle {
	/*background:url(../images/sprites.png) no-repeat 710px -2082px;*/
	width: auto;
	height: 50px;
	margin: 0 auto;
}

#content .page-title .title-circle h1 {
	color: var(--mc-color-primary);
	font-size: 32px;
	text-align: center;
	max-width: 500px;
	width: 100%;
	margin: 0 auto;
	background-color: var(--mc-bg-body);
	background-image: url(../images/sprites.png), url(../images/sprites.png);
	background-repeat: no-repeat;
	background-position: 0 -2082px, 492px -2082px;
	padding: 0 0px 0 0px !important;
}

#content .page-title .title-circle h1 span.user-name {
	color: #ec9722;
}

#content p.intro {
	font-size: 20px;
	color: var(--mc-color-primary);
	text-align: center;
}

.search-kms {
	text-align: center;
}

/* Lead Ins -------------------------------------------------------------------------------------------------------------------------- */

.lead-ins {
	margin: 40px auto;
	padding: 40px 0 30px 0;
	background: url(../images/bg-drop-shadow-bar.png) no-repeat center 0;
	clear: both;
}

.lead-ins ul {
	width: 100%;
	height: 550px;
	margin: 0 auto;
	padding: 0;
}

.lead-ins ul li {
	list-style: none !important;
	float: left;
	width: 293px;
	height: 550px;
	position: relative;
	padding: 0 0px 0 0;
	margin: 0 40px 0 0;
}

.lead-ins ul li .l-bg {
	width: 293px;
	height: 510px;
	position: absolute;
	z-index: 4;
	display: block;
	background: url(../images/sprites.png) no-repeat -397px -1479px;
}

.lead-ins ul li .l-title {
	padding: 160px 0 10px 0;
	border-bottom: 1px dotted var(--mc-color-primary);
	color: var(--mc-color-primary);
	font-size: 27px;
	text-align: center;
	line-height: normal;
	position: relative;
	z-index: 7;
}

.lead-ins ul li .l-content {
	padding: 10px;
	text-align: center;
	color: #545454;
	font-size: 14px;
	position: relative;
	z-index: 8;
	width: 100% !important;
}

.l-content div,
t.-content div {
	position: relative;
}

.l-content label,
.t-content label {
	position: absolute;
	z-index: 10;
	top: 7px;
	left: 0;
	width: 100%;
	font-size: 13px;
	color: #959595;
	font-weight: 100 !important;
}

.l-content .l-field-half {
	float: left;
	width: 133px;
	display: block;
	margin: 0 3px 0 0;
}

.l-content .form-cell,
.t-content .form-cell {
	margin-bottom: 15px;
	position: relative;
}

.l-content .or {
	width: 100%;
	height: 24px;
	margin: 15px auto;
	display: block;
	background: url(../images/l-content-or.png) no-repeat 0 0;
}

#newsletter .select {
	width: 100% !important;
}

.l-content .form-container .form-select,
.l-content .form-container .form-select-small,
#state-picker-box select {
	/*width:266px !important;
	max-width: 300px;*/
	height: 37px !important;
	padding: 5px 8px !important;
	font-size: 14px;
	color: #959595;
	/* url(../images/sprites.png) no-repeat 0 -2014px; */
	/* Background */
	background: #fff url(../images/sprites.png) no-repeat -270px -2014px;
	;
	/* Old browsers */
	background: -moz-linear-gradient(top, #dbdbdb 0%, #fff 25%, #fff 75%, #dbdbdb 100%) url(../images/sprites.png) no-repeat -270px -2014px;
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dbdbdb), color-stop(25%, #fff), color-stop(75%, #fff), color-stop(100%, #dbdbdb)) url(../images/sprites.png) no-repeat -270px -2014px;
	background: -webkit-linear-gradient(top, #dbdbdb 0%, #fff 25%, #fff 75%, #dbdbdb 100%) url(../images/sprites.png) no-repeat -270px -2014px;
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #dbdbdb 0%, #fff 25%, #fff 75%, #dbdbdb 100%) url(../images/sprites.png) no-repeat -270px -2014px;
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #dbdbdb 0%, #fff 25%, #fff 75%, #dbdbdb 100%) url(../images/sprites.png) no-repeat -270px -2014px;
	/* IE10+ */
	background: linear-gradient(to bottom, #dbdbdb 0%, #fff 25%, #fff 75%, #dbdbdb 100%) url(../images/sprites.png) no-repeat -270px -2014px;
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbdbdb', endColorstr='#dbdbdb', GradientType=0);
	/* IE6-9 */
	/* Border */
	border: 1px solid #fff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	cursor: pointer;
	text-align: center;
}

#state-picker-box select {
	max-width: 300px;
}

p.note {
	text-align: center;
	padding: 30px 0 0 0;
	font-style: italic;
}

.l-content .form-container .form-select-small {
	background-position: -403px -2014px;
}

.payment-methods .form-cell {
	margin-bottom: 8px;
	position: relative;
}

.payment-methods label {
	position: absolute;
	z-index: 10;
	top: 7px;
	left: 10px;
	width: 100%;
	font-size: 14px;
	color: #959595;
}

.payment-methods .form-container .form-select,
.payment-methods .form-container .form-select-small {
	width: 316px !important;
	height: 37px !important;
	padding: 5px 8px !important;
	font-size: 14px;
	color: #959595;
	/* url(../images/sprites.png) no-repeat 0 -2014px; */
	/* Background */
	background: #fff url(../images/sprites.png) no-repeat -220px -2014px;
	;
	/* Old browsers */
	background: -moz-linear-gradient(top, #dbdbdb 0%, #fff 25%, #fff 75%, #dbdbdb 100%) url(../images/sprites.png) no-repeat -220px -2014px;
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dbdbdb), color-stop(25%, #fff), color-stop(75%, #fff), color-stop(100%, #dbdbdb)) url(../images/sprites.png) no-repeat -220px -2014px;
	background: -webkit-linear-gradient(top, #dbdbdb 0%, #fff 25%, #fff 75%, #dbdbdb 100%) url(../images/sprites.png) no-repeat -220px -2014px;
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #dbdbdb 0%, #fff 25%, #fff 75%, #dbdbdb 100%) url(../images/sprites.png) no-repeat -220px -2014px;
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #dbdbdb 0%, #fff 25%, #fff 75%, #dbdbdb 100%) url(../images/sprites.png) no-repeat -220px -2014px;
	/* IE10+ */
	background: linear-gradient(to bottom, #dbdbdb 0%, #fff 25%, #fff 75%, #dbdbdb 100%) url(../images/sprites.png) no-repeat -220px -2014px;
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbdbdb', endColorstr='#dbdbdb', GradientType=0);
	/* IE6-9 */
	/* Border */
	border: 1px solid #fff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	cursor: pointer;
	text-align: left;
}

.payment-methods .form-container .form-select-small {
	width: 100px !important;
	margin-right: 10px;
	background-position: -436px -2014px !important;
}

.l-content .form-container input.medium,
.l-content .form-container input.small,
.t-content .form-container input.medium,
.t-content .form-container input.small,
.payment-methods .form-container input.medium,
.payment-methods .form-container input.small {
	height: 38px;
	width: 100%;
	text-align: center;
	font-size: 14px;
	color: var(--mc-color-primary);
	padding: 0 10px;
	border: 1px solid var(--mc-color-primary);
	background-color: var(--mc-bg-body);
	border-radius: 5px;
}

.payment-methods .form-container input.medium,
.payment-methods .form-container input.small {
	text-align: left;
}

.payment-methods .form-container input.small {
	width: 80px;
}

.payment-methods .form-container input.medium {
	width: 100%;
}

.l-content .all-classes {
	z-index: 11;
	font-size: 16px;
	text-align: center;
	display: block;
	padding-top: 10px;
}

h3.all-classes {
	margin-bottom: 5px;
}

body #main h3.all-classes a {
	display: block;
	background: rgb(0, 117, 228);
    background: linear-gradient(to bottom, rgba(0, 117, 228, 1) 0%, rgba(0, 87, 170, 1) 100%);
    color: #fff;
    padding: 10px 10px;
    border-radius: 6px;
	font-size: 20px;
    text-decoration: none;
	text-align: center;
}

.lead-ins ul li .l-link,
div#classes .l-link,
.back-link {
	width: 100%;
	height: 61px;
	display: block;
	cursor: pointer;
	position: relative;
	z-index: 10;
	margin-top: 13px;
	/* Background */
	background: #fff;
	/* Old browsers */
	background: -moz-linear-gradient(top, #fff 0%, #c3c3c3 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #c3c3c3));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fff 0%, #c3c3c3 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fff 0%, #c3c3c3 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fff 0%, #c3c3c3 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #fff 0%, #c3c3c3 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#c3c3c3', GradientType=0);
	/* IE6-9 */
}

.lead-ins ul li .l-link:hover,
div#classes .l-link:hover,
.back-link:hover {
	background: #637fc5;
	/* Old browsers */
	background: -moz-linear-gradient(top, #637fc5 0%, #324d94 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #637fc5), color-stop(100%, #324d94));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #637fc5 0%, #324d94 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #637fc5 0%, #324d94 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #637fc5 0%, #324d94 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #637fc5 0%, #324d94 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#637fc5', endColorstr='#324d94', GradientType=0);
	/* IE6-9 */
}

.lead-ins ul li .l-link a,
div#classes .l-link a,
.back-link a {
	display: block;
	width: 100%;
	/*height:31px;*/
	padding: 15px 0;
	color: var(--mc-color-primary);
	font-size: 21px;
	text-shadow: 1px 1px 1px #FFF;
	text-decoration: none !important;
	text-align: center;
	/* Background */
	background: url(../images/sprites.png) no-repeat 240px -197px;
}

.lead-ins ul li .l-link a:hover,
div#classes .l-link a:hover,
.back-link a:hover {
	color: #FFF;
	text-shadow: 1px 1px 1px #2d498f;
}

.back-link a {
	background: url(../images/back-arrow.png) no-repeat 10px 10px;
	font-size: 16px;
	padding: 20px 17px;
}

.lead-ins ul li .l-link .l-submit,
div#classes .l-link .l-submit {
	display: block;
	width: 100%;
	height: 61px;
	padding: 15px 0;
	margin-top: 15px;
	color: var(--mc-color-primary);
	font-size: 21px;
	text-shadow: 1px 1px 1px #FFF;
	text-decoration: none !important;
	text-align: center;
	cursor: pointer;
	border: none;
	/* Background */
	background: url(../images/sprites.png) no-repeat 200px -197px;
}

.lead-ins ul li .l-link .l-submit:hover,
div#classes .l-link .l-submit:hover {
	color: #FFF;
	text-shadow: 1px 1px 1px #2d498f;
}

/* Lead-ins Icons */

.l-icon,
.l-icon-hover {
	width: 95px;
	height: 95px;
	position: absolute;
	top: 66px;
	left: 96px;
	z-index: 5;
	display: block;
	background: url(../images/sprites.png) no-repeat 0 0;
}

#back-to-search #back-to-class-submit {
	box-sizing: content-box;
	font-size: 14px;
	text-align: center;
	display: inline-block;
	margin: 10px 0;
	color: #545454 !important;
	cursor: pointer;
	text-shadow: 1px 1px 1px #fff;
	padding: 13px 0;
	height: 28px;
	width: 306px;
	border: none;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background: #fff;
	background: -moz-linear-gradient(top, #fff 0%, #c3c3c3 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #c3c3c3));
	background: -webkit-linear-gradient(top, #fff 0%, #c3c3c3 100%);
	background: -o-linear-gradient(top, #fff 0%, #c3c3c3 100%);
	background: -ms-linear-gradient(top, #fff 0%, #c3c3c3 100%);
	background: linear-gradient(to bottom, #fff 0%, #c3c3c3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#c3c3c3', GradientType=0);
}

#back-to-search #back-to-class-submit:hover,
#back-to-search #back-to-class-submit:focus,
#back-to-search #back-to-class-submit:active {
	color: white !important;
	text-shadow: 1px 1px 1px #bd6618;
	text-decoration: none;
	background: #ec9520;
	background: -moz-linear-gradient(top, #f09e28 0%, #eb7f1e 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f09e28), color-stop(100%, #eb7f1e));
	background: -webkit-linear-gradient(top, #f09e28 0%, #eb7f1e 100%);
	background: -o-linear-gradient(top, #f09e28 0%, #eb7f1e 100%);
	background: -ms-linear-gradient(top, #f09e28 0%, #eb7f1e 100%);
	background: linear-gradient(to bottom, #f09e28 0%, #eb7f1e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09e28', endColorstr='#eb7f1e', GradientType=0);
}
/* Find a class */

.lead-ins ul li.l-find-a-class .l-icon {
	background-position: 0 -580px;
}

.lead-ins ul li.l-find-a-class .l-icon-hover {
	background-position: 0 -1050px;
}

.lead-ins ul li.l-find-a-class .l-link .l-submit {
	margin-top: 15px !important;
}

/* Register */

.l-register .select {
	width: 100% !important;
}

.lead-ins ul li.l-register .l-icon {
	background-position: -254px -580px;
}

.lead-ins ul li.l-register .l-icon-hover {
	background-position: -254px -1050px;
}

/* Gallery */
.lead-ins ul li.l-gallery .l-icon {
	background-position: -504px -579px;
}

.lead-ins ul li.l-gallery .l-icon-hover {
	background-position: -504px -1049px;
}

.lead-ins ul li.l-gallery .l-content {
	padding: 5px 5px 5px 15px !important;
}

.lead-ins ul li.l-gallery .l-content .widget-gallery {
	width: 100%;
}

.lead-ins ul li.l-gallery .l-content .widget-gallery .thumbnail {
	float: left;
	margin: 5px 10px 5px 0;
	width: 81px;
	height: 62px;
	overflow: hidden;
}

.lead-ins ul li.l-gallery .l-content .widget-gallery .last-thumb {
	margin: 5px 0 !important;
}

.lead-ins ul li.l-gallery .l-content .widget-gallery .thumbnail a,
.lead-ins ul li.l-gallery .l-content .widget-gallery .thumbnail a img {
	padding: 0 !important;
	margin: 0 !important;
	border: none !important;
}

.lead-ins ul li.l-gallery .l-content .widget-gallery .thumbnail a img {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: none;
}

/* Inner Page ----------------------------------------------------------------------------------------------- */

/* Basic Styles */

.inner-page h3,
.inner-page h4,
.inner-page h5 {
	margin-bottom: 10px;
}

.inner-page h3 {
	font-size: 22px;
}

.inner-page h4 {
	font-size: 18px;
}

.inner-page h5 {
	font-size: 16px;
}

.four-o-four {
	min-height: 580px;
	background: url(../images/404.png) no-repeat center 60px;
	text-align: center !important;
}

/* Our Team Styles */

.team-member {
	width: 100%;
	margin: 10px 0 0;
	padding: 10px 0 20px;
	border-bottom: 1px dotted var(--mc-color-primary);
}

.last {
	border: none !important;
}

.team-member .thumbnail {
	width: 139px;
	height: 139px;
	overflow: hidden;
	position: relative;
	float: left;
	margin-right: 30px;
}

.team-member .thumbnail .mask {
	width: 139px;
	height: 139px;
	position: absolute;
	top: 0;
	z-index: 1;
	background: url(../images/tb-member-mask.png) no-repeat 0 0;
}

.team-member .thumbnail img {
	position: relative;
}

.team-member .info {
	width: 790px;
	float: left;
}

.team-member .info .name,
.team-member .name h4 {
	font-size: 18px;
	color: #ec9722;
	padding-bottom: 10px;
}

.team-member .info p {
	text-align: left;
	font-size: 16px;
	line-height: normal;
}

/* FAQ Styles */

.faq-container {
	width: 100%;
	background: url(../images/faq-icon.png) no-repeat 0 0;
	text-align: left;
	line-height: normal;
	color: var(--mc-color-primary);
	margin: 40px 0 20px 0;
	border-bottom: 1px dotted var(--mc-color-primary);
	padding-bottom: 20px;
}

.faq-container .question {
	min-height: 45px;
	padding: 0 40px 15px 62px;
	font-size: 22px;
	cursor: pointer;
	/* pointer-events: none; */
}

.faq-container .collapsed {
	background-position: right -258px;
}

.faq-container .answer {
	background-color: #f5f7fb;
	/* border: 3px solid var(--mc-color-primary); */
	padding: 20px;
	margin: 5px 0 0px 50px;
	display: none;
}

.teacher-silhouette {
	background: url(../images/teacher-silhouette.png) no-repeat 0 0 !important;
}

/* Testimonials Styles */

.testimonial-container {
	width: 100%;
	background: url(../images/sprites.png) no-repeat -900px -1641px;
	text-align: left;
	line-height: normal;
	color: var(--mc-color-primary);
	margin: 20px 0 0;
	padding: 0 0px 20px;
	border-bottom: 1px dotted var(--mc-color-primary);
}

.testimonial-container .testimonial {
	padding: 0 0px 15px 72px;
	font-size: 16px;
}

.testimonial-container .author {
	color: #ec9722;
	padding: 0 0px 0 72px;
}

/* Gallery Styles */

.bread-crumbs-gallery {
	width: 200px;
	margin: 0 auto;
}

.gallery-wrapper,
.inner-page .ngg-galleryoverview {
	width: 100%;
	margin: 0 0px 40px 0;
	display: block;
}

.inner-page .ngg-albumoverview {
	display: block;
	clear: none;
}

.inner-page .ngg-albumoverview .ngg-album-compact {
	margin: 0 20px 40px 0 !important;
}

.gallery-wrapper .thumbnail-container,
.gallery-wrapper .last-thumb,
.inner-page .ngg-album-compactbox {
	width: 166px;
	height: 124px;
	overflow: hidden;
	border: 5px solid #fff;
	float: left;
	margin: 20px 20px 5px 0;
	padding: 0 !important;
	-webkit-box-shadow: 0 3px 5px rgba(50, 50, 50, 0.5);
	-moz-box-shadow: 0 3px 5px rgba(50, 50, 50, 0.5);
	box-shadow: 0 3px 5px rgba(50, 50, 50, 0.5);
	background: none;
}

.inner-page .ngg-galleryoverview .ngg-gallery-thumbnail-box,
.inner-page .ngg-albumoverview .ngg-album-compact .ngg-album-compactbox {
	width: 166px;
	height: 124px;
	overflow: hidden;
	border: 5px solid #fff;
	float: left;
	margin: 10px 20px 10px 0;
	padding: 0 !important;
	-webkit-box-shadow: 0 3px 5px rgba(50, 50, 50, 0.5);
	-moz-box-shadow: 0 3px 5px rgba(50, 50, 50, 0.5);
	box-shadow: 0 3px 5px rgba(50, 50, 50, 0.5);
	background: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.inner-page .ngg-galleryoverview .ngg-gallery-thumbnail-box .ngg-gallery-thumbnail,
.inner-page .ngg-galleryoverview .ngg-gallery-thumbnail-box .ngg-gallery-thumbnail img {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.inner-page .ngg-galleryoverview .no-margin-gallery {
	margin-right: 0 !important;
}

.inner-page .ngg-album-compact {
	width: auto;
	padding: 0 !important;
}

.inner-page .ngg-album-compact h4 {
	width: 166px;
	padding: 0 5px;
}

.ngg-album-compact p {
	width: 166px;
	padding-left: 5px;
	padding-right: 5px;
}

.gallery-wrapper .last-thumb {
	margin-right: 0 !important;
}

.gallery-wrapper .thumbnail-container:hover,
.inner-page .ngg-galleryoverview .ngg-gallery-thumbnail-box:hover,
.inner-page .ngg-albumoverview .ngg-album-compact .ngg-album-compactbox:hover {
	border-color: var(--mc-color-secondary);
	-webkit-box-shadow: 0 0px 0 rgba(50, 50, 50, 0.5);
	-moz-box-shadow: 0 0px 0 rgba(50, 50, 50, 0.5);
	box-shadow: 0 0px 0 rgba(50, 50, 50, 0.5);
}

.gallery-wrapper .thumbnail-container a,
.gallery-wrapper .thumbnail-container a img,
.inner-page .ngg-gallery-thumbnail img,
.inner-page .ngg-album-compactbox .Thumb {
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
	background: none !important;
}

.inner-page .ngg-album-compactbox .Thumb {
	width: auto;
	height: auto;
}

.ngg-gallery-thumbnail-box {
	margin: 5px 10px 5px 0;
}

.widget-gallery .ngg-gallery-thumbnail {
	float: left;
	height: 62px;
	overflow: hidden;
	width: 81px;
	margin: 0;
}

.widget-gallery .ngg-gallery-thumbnail a {
	display: block;
	width: 81px;
}

.widget-gallery .ngg-gallery-thumbnail img {
	background-color: #ccc;
	border: none;
	border-radius: 5px 5px 5px 5px;
	display: block;
	margin: 0;
	padding: 0;
	position: relative;
	width: 81px;
	height: 62px;
}

.widget-gallery .ngg-galleryoverview {
	margin-top: 0;
}

/*
Branch Locations
*/

.branch-locations {
}

.branch-location-details {
	padding: 10px 0;
}

.section-term-dates .branch-locations {
	margin: 0 auto;
	width: auto;
}

.section-term-dates .branch-location-details {
	float: left;
	/*width:20%;
	height:375px;
	padding:0 2.5%;*/
}

.branch-location-details div {
	display: inline-block;
	width: 50%;
}

.branch-location-details div:last-child {
	float: right;
}

.branch-location-details h6 {
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
	margin: 5px 0 15px;
}

.branch-location-details h4 {
	margin-bottom: 0;
	font-family: var(--mc-font-family-heading);
  font-weight: 700;
}

.branch-location-details h4 a {
	color: inherit;
	text-decoration: none;
}

.branch-location-details .view-branch-classes:not(.btn),
.branch-location-details .view-branch-classes:not(.btn):link,
.branch-location-details .view-branch-classes:not(.btn):visited {
	background-color: var(--mc-color-primary);
	border-radius: 100px;
	border: 0;
	display: inline-block;
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	font-style: normal;
	padding: 13.5px 20px;
	line-height: 1;
	width: 100%;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.branch-location-details .view-branch-classes:not(.btn):hover,
.branch-location-details .view-branch-classes:not(.btn):focus,
.branch-location-details .view-branch-classes:not(.btn):active {
	background-color: var(--mc-color-secondary);
}

.branch-location-details.d-flex:after {
	display: none;
}

#map {
	width: 30%;
	float: right;
	display: none;
}

.gmap-canvas {
	width: 100% !important;
}

.inner-page table.status-table {
	width: 263px;
}

/* Global Pagination Styles */

.pagination,
.inner-page .ngg-navigation {
	width: 100%;
	margin: 0;
	padding-top: 55px;
}

.pagination .pagination-wrapper {
	margin: 0 auto;
	display: block;
	text-align: center;
}

.pagination .pagination-wrapper a,
.inner-page .ngg-navigation a.page-numbers,
.inner-page .ngg-navigation a.next,
.inner-page .ngg-navigation a.prev,
.inner-page .ngg-navigation span.page-numbers,
.inner-page .ngg-navigation span.next,
.inner-page .ngg-navigation span.prev {
	font-size: 14px;
	line-height: 1.3;
	text-decoration: none !important;
	color: var(--mc-color-primary);
	padding: 5px 10px;
	margin: 0 2px;
	background: #FFF;
	display: inline-block;
	/* Animation */
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	/* Corners */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: none;
}

.pagination .pagination-wrapper a.active,
.pagination .pagination-wrapper a:hover,
.pagination .pagination-wrapper a.next,
.pagination .pagination-wrapper a.prev,
.inner-page .ngg-navigation a.next,
.inner-page .ngg-navigation a.prev,
.inner-page .ngg-navigation span.next,
.inner-page .ngg-navigation span.prev {
	color: #FFF;
	background: #ec9722;
}

.pagination .pagination-wrapper span.current,
.pagination .pagination-wrapper span,
.inner-page .ngg-navigation span {
	font-size: 14px;
	line-height: 1.3;
	color: #FFF;
	background: #ec9722;
	padding: 5px 10px;
	margin: 0 2px;
	display: inline-block;
	/* Corners */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: none;
}

.inner-page .ngg-navigation span {
	font-weight: normal;
}

/* Coloumn Layout Styles */

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

/* Left Coloumn */

.left-coloumn {
	/*width:246px;*/
	float: left;
	margin: 0px/*30px 0 0px*/
	;
	padding: 0;
	display: block;
}

.left-coloumn h3 {
	font-size: 19px !important;
	color: var(--mc-color-primary) !important;
}

.left-coloumn p {
	font-size: 14px;
	color: #545454;
}

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

/* Right Coloumn */

.right-coloumn {
	/*width:684px;*/
	float: right;
	margin: 0;
}

/* Gravity Form Contact */

.right-coloumn .gform_wrapper {
	margin: 0 0px 0 0px !important;
	padding: 0 !important;
	width: auto !important;
}

.right-coloumn .gform_wrapper .gform_body,
.right-coloumn .gform_wrapper .gform_footer {
	margin: 0 !important;
	padding: 0 !important;
	width: 100% !important;
}

.right-coloumn .gform_wrapper .gform_body li {
	list-style: none !important;
	padding: 0 !important;
	margin: 10px 0 0 0px !important;
	position: relative !important;
	background: none !important;
}

.right-coloumn .gform_wrapper #gform_7 .gform_title {
	display: none;
}

.right-coloumn .gform_wrapper #gform_7 .gform_body li {
	clear: none;
	float: left;
	width: 47%;
}

.right-coloumn .gform_wrapper #gform_7 .gform_body li:nth-child(2n) {
	float: right;
}

.right-coloumn .gform_wrapper #gform_7 .gform_body li input.medium {
	width: 97%;
}

.right-coloumn .gform_wrapper #gform_7 .gform_body #field_7_4 label {
	display: none;
}

.right-coloumn .gform_wrapper #gform_7 .gform_footer {
	padding-top: 10px !important;
}

.right-coloumn .gform_wrapper .gform_body li div {
	position: relative !important;
	display: block !important;
}

.right-coloumn .gform_wrapper .gform_body li.left {
	float: left !important;
}

.right-coloumn .gform_wrapper .gform_body li.clear {
	clear: both !important;
}

.right-coloumn .gform_wrapper .gform_body li.no-margin {
	margin-right: 0 !important;
}

.right-coloumn .gform_wrapper .gform_body li label {
	position: absolute;
	z-index: 1;
	top: 8px;
	left: 8px;
	color: #898989;
}

.right-coloumn .gform_wrapper .gform_body li.clear label {
	top: 18px;
}

.right-coloumn .gform_wrapper .gform_body li input,
.right-coloumn .gform_wrapper .gform_body li textarea {
	font-size: 16px;
	color: #898989;
	padding: 5px 8px;
	/* Border */
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border: 1px solid #CCC;
	/* Background */
	background: #dbdbdb;
	/* Old browsers */
	background: -moz-linear-gradient(top, #dbdbdb 0%, #fff 25%, #fff 75%, #dbdbdb 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dbdbdb), color-stop(25%, #fff), color-stop(75%, #fff), color-stop(100%, #dbdbdb));
	background: -webkit-linear-gradient(top, #dbdbdb 0%, #fff 25%, #fff 75%, #dbdbdb 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #dbdbdb 0%, #fff 25%, #fff 75%, #dbdbdb 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #dbdbdb 0%, #fff 25%, #fff 75%, #dbdbdb 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #dbdbdb 0%, #fff 25%, #fff 75%, #dbdbdb 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbdbdb', endColorstr='#dbdbdb', GradientType=0);
	/* IE6-9 */
}

.right-coloumn .gform_wrapper .gform_body li textarea {
	/* Background */
	background: #dbdbdb;
	/* Old browsers */
	background: -moz-linear-gradient(top, #dbdbdb 0%, #fff 10%, #fff 90%, #dbdbdb 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dbdbdb), color-stop(10%, #fff), color-stop(90%, #fff), color-stop(100%, #dbdbdb));
	background: -webkit-linear-gradient(top, #dbdbdb 0%, #fff 10%, #fff 90%, #dbdbdb 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #dbdbdb 0%, #fff 10%, #fff 90%, #dbdbdb 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #dbdbdb 0%, #fff 10%, #fff 90%, #dbdbdb 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #dbdbdb 0%, #fff 10%, #fff 90%, #dbdbdb 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbdbdb', endColorstr='#dbdbdb', GradientType=0);
	/* IE6-9 */
}

.right-coloumn .gform_wrapper .gform_body li input.medium {
	width: 100% !important;
	/*height:25px;*/
}

.right-coloumn .gform_wrapper .gform_body li textarea {
	width: 100%;
	height: 160px;
	margin-top: 10px !important;
}

.right-coloumn .gform_wrapper .gform_footer .submit-wrapper {
	width: 130px;
	float: right;
}

.right-coloumn .gform_wrapper .gform_footer .enrol-now {
	display: block;
	background: #fff;
	/* Old browsers */
	background: -moz-linear-gradient(top, #fff 0%, #c3c3c3 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #c3c3c3));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fff 0%, #c3c3c3 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fff 0%, #c3c3c3 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fff 0%, #c3c3c3 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #fff 0%, #c3c3c3 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#c3c3c3', GradientType=0);
	/* IE6-9 */
	/* Animation */
	-webkit-transition: all 1s ease-in;
	-moz-transition: all 1s ease-in;
	-o-transition: all 1s ease-in;
	transition: all 1s ease-in;
}

.right-coloumn .gform_wrapper .gform_footer .enrol-now:hover {
	background: #637fc5;
	/* Old browsers */
	background: -moz-linear-gradient(top, #637fc5 0%, #324d94 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #637fc5), color-stop(100%, #324d94));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #637fc5 0%, #324d94 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #637fc5 0%, #324d94 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #637fc5 0%, #324d94 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #637fc5 0%, #324d94 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#637fc5', endColorstr='#324d94', GradientType=0);
	/* IE6-9 */
}

.right-coloumn .gform_wrapper .gform_footer .button_wrapper {
	cursor: pointer;
	display: block;
	width: 130px !important;
	float: right;
	/* Borders */
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border: none;
	/* Background */
	background: #fff;
	/* Old browsers */
	background: -moz-linear-gradient(top, #fff 0%, #c3c3c3 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #c3c3c3));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fff 0%, #c3c3c3 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fff 0%, #c3c3c3 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fff 0%, #c3c3c3 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #fff 0%, #c3c3c3 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#c3c3c3', GradientType=0);
	/* IE6-9 */
}

.right-coloumn .gform_wrapper .gform_footer .button_wrapper:hover {
	/* Background */
	background: #637fc5;
	/* Old browsers */
	background: -moz-linear-gradient(top, #637fc5 0%, #324d94 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #637fc5), color-stop(100%, #324d94));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #637fc5 0%, #324d94 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #637fc5 0%, #324d94 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #637fc5 0%, #324d94 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #637fc5 0%, #324d94 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#637fc5', endColorstr='#324d94', GradientType=0);
	/* IE6-9 */
}

.right-coloumn .gform_wrapper .gform_footer .button_wrapper.back_button {
	margin-right: 20px;
}

.right-coloumn .gform_wrapper .gform_footer .button_wrapper .button {
	font-size: 16px;
	padding: 15px 40px 15px 10px;
	color: var(--mc-color-primary);
	text-shadow: 1px 1px 1px #FFF;
	background: url(../images/sprites.png) no-repeat 82px -203px;
	cursor: pointer;
	display: block;
	width: 130px;
	border: none !important;
}

.right-coloumn .gform_wrapper .gform_footer .button_wrapper .button:hover {
	color: white;
	text-shadow: 1px 1px 1px #35388a;
	text-decoration: none;
}

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

/* Client Area Styles */

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

/* Sidebar menu */

#sidebar-menu {
	width: 100%;
}

#sidebar-menu .manage {
	margin-bottom: 10px;
}

#sidebar-menu .manage,
#sidebar-menu .manage:hover {
	padding: 10px 0;
	text-align: center;
	color: #FFF;
	font-size: 16px;
	text-transform: lowercase;
	cursor: pointer;
}

#sidebar-menu .manage.gradient-orange:hover {
	background-color: var(--mc-color-primary);
}

#sidebar-menu .manage span,
#sidebar-menu .manage a {
	display: block;
	width: 100%;
	text-decoration: none;
	color: #fff;
}

#sidebar-menu .padding {
	padding: 10px;
}

#sidebar-menu .parent-account {
	background: #fff;
	padding: 10px 0;
	margin: 0;
	list-style: none;
}

#sidebar-menu .parent-account li {
	list-style: none !important;
	padding: 0 10px 15px 10px;
	border-bottom: 1px solid var(--mc-bg-body);
	background: none !important;
}

#sidebar-menu .parent-account li:last-child {
	border-bottom: none;
}

#sidebar-menu .parent-account li .label {
	color: var(--mc-color-secondary) !important;
	font-size: 16px;
	font-weight: 500;
	padding: 10px 0 10px 5px;
}

#sidebar-menu .parent-account li .value {
	font-size: 14px;
	font-weight: 500;
	padding-left: 5px;
}

#sidebar-menu .student {
	background: #fff;
	padding: 0 0 10px 0;
	margin: 10px 0;
}

#sidebar-menu .student h4 {
	font-size: 18px;
	font-weight: 700;
	padding: 10px 10px 0 15px;
}

#sidebar-menu .student-account {
	padding: 0;
	margin: 0;
	list-style: none;
}

#sidebar-menu .student-account li {
	list-style: none !important;
	padding: 0 10px 5px 10px;
	background: none !important;
}

#sidebar-menu .student-account li .label {
	color: var(--mc-color-secondary) !important;
	font-size: 16px;
	font-weight: 500;
	padding: 10px 0 5px 5px;
	position: relative;
	text-align: left;
	display: block;
}

#sidebar-menu .student-account li .value {
	font-size: 14px;
	font-weight: 500;
	padding-left: 5px;
}

.add-child-form {
	display: none;
	position: relative;
	margin-top: 20px;
}

#sidebar-menu .add-child-form h4 {
	padding: 0 10px;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: 700;
}

#ui-datepicker-div {
	z-index: 999 !important;
}

.add-child-form.l-content .form-container input.medium {
	text-align: left;
}

.add-child-form.l-content label {
	width: 96%;
	padding-left: 4%;
}

.add-child-form.l-content .form-cell {
	margin-bottom: 5px;
}

.form-container.submit {
	text-align: right;
}

.add-child-form input.submit {
	cursor: pointer;
	margin: 0 0 10px 0;
	padding: 5px 10px;
	background: var(--mc-color-secondary);
	font-size: 12px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
}

#sidebar-menu .remove-button {
	display: block;
	width: 14px;
	height: 15px;
	text-indent: -5000px;
	overflow: hidden;
	background: url(../images/remove.gif) no-repeat;
	cursor: pointer;
}

#sidebar-menu .edit-button {
	display: block;
	width: 16px;
	height: 15px;
	text-indent: -5000px;
	overflow: hidden;
	background: url(../images/pencil.png) no-repeat;
	cursor: pointer;
}

#list-children .remove-child,
#list-children .edit-child {
	position: absolute;
	top: 16px;
	right: 5px;
}

#list-children .edit-child {
	right: 24px;
}

.list-children li.item {
	border-bottom: 1px solid var(--mc-bg-body);
}

#sidebar-menu .cancel-add-child {
	position: absolute;
	top: 5px;
	right: 5px;
	background: url(../images/remove_white_bg.gif);
}

.list-children .add-child-form.l-content .form-container input.medium {
	width: 100%;
}

/* Client Area Content Area */

.change-user {
	font-size: 16px;
	text-align: center;
	width: 100%;
	padding: 0 0px 40px 0;
}

.change-user a {
	color: var(--mc-color-secondary);
	font-weight: 500;
	text-decoration: none;
}

.top-page {
	border-bottom: 1px solid #e3e3e3;
	padding: 0 0px 1px 0;
	margin: 0 0px 20px;
	min-height: 48px;
}

.top-page h3.title {
	float: left;
	font-size: 18px;
	color: var(--mc-color-body);
	width: 200px !important;
	border: none !important;
	padding: 12px 0 0;
	margin: 0;
}

.top-page .menu-client-area {
	float: right;
}

.top-page .menu-client-area ul {
	padding: 0;
	margin: 0;
	list-style: none;
	height: 48px;
	width: 300px;
	display: block;
	position: relative;
	overflow: hidden;
}

.top-page .menu-client-area ul li {
	float: left;
	padding: 0;
	margin: 0 0px 0 3px;
	text-align: center;
	width: 118px;
	height: 48px;
	display: block;
	position: relative;
	top: 5px;
	list-style: none;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	background-color: var(--mc-color-secondary);
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.top-page .menu-client-area ul li#menu-item-272, .top-page .menu-client-area ul li#menu-item-272 a {
	width: 175px;
}

.top-page .menu-client-area ul li.current-menu-item,
.top-page .menu-client-area ul li:hover,
.top-page .menu-client-area ul li.current-menu-item:hover,
.top-page .menu-client-area ul li.current-page-ancestor {
	top: 0;
	background-color: var(--mc-color-primary);
}

.top-page .menu-client-area ul li.current-menu-item {
	font-weight: 700;
}

.top-page .menu-client-area ul li a {
	width: 118px;
	height: 36px;
	text-decoration: none !important;
	text-align: center;
	color: white !important;
	display: block;
	padding: 12px 0 0;
	margin: 0;
	background: url(../images/sprites.png) no-repeat 220px -2642px;
}

/* Table Styles */

table.dashboard-table,
table.status-table {
	font-size: 14px;
	line-height: 18px;
	font-style: normal;
	font-weight: normal !important;
	letter-spacing: normal !important;
	border-collapse: collapse;
	width: 100%;
	margin: 0 0 20px;
}

table.status-table {
	margin: 13px 0;
	width: 55%;
}

.dashboard-table thead th {
	font-size: 19px;
	color: var(--mc-color-primary);
	padding: 10px 0;
	margin: 0;
	text-align: left;
	font-weight: normal !important;
}

.dashboard-table tbody td {
	color: var(--mc-color-primary);
	text-align: center;
	padding: 10px 0;
}

.dashboard-table tfoot td {
	background: #f1f1f1;
	color: #545454;
	text-align: center;
	padding: 10px;
	border: 1px solid #FFF;
	vertical-align: middle;
}

.dashboard-table tfoot tr.odd td {
	background: #fff;
}

.dashboard-table tfoot td.term {
	color: white !important;
	background: var(--mc-color-secondary) !important;
}

ul.status-table li {
	background: none;
	padding: 0;
	display: flex;
	align-items: center;
	margin-right: 10px;
	font-size: 14px;
	text-transform: capitalize;
}

.dashboard-table span.open,
.dashboard-table span.nearly-closed,
.dashboard-table span.closed,
.status-table span.open,
.status-table span.nearly-closed,
.status-table span.closed {
	width: 15px;
	height: 15px;
	text-indent: -9999px;
	background: url(../images/table-status.png) no-repeat center top;
	display: block;
	margin: 2px auto;
	float: left;
	margin-right: 5px;
}

.dashboard-table span.open,
.dashboard-table span.nearly-closed,
.dashboard-table span.closed {
	margin: 2px auto;
	float: none;
}

.location-title {
	clear: both;
	display: block;
}

.dashboard-table.history ul {
	min-height: 50px;
}

.dashboard-table.history ul li {
	font-size: .85em !important;
}

.dashboard-table span.nearly-closed,
.status-table span.nearly-closed {
	background-position: center -45px;
}

.dashboard-table span.closed,
.status-table span.closed {
	background-position: center -91px;
}

.dashboard-table td .remove,
.dashboard-table td .remove:hover {
	width: 15px;
	height: 15px;
	text-indent: -9999px;
	background: url(../images/remove.gif) no-repeat 0 7px;
	display: block;
	margin: 2px 0 0px 14px;
}

/* Dashborad - Warning Message */

.warning-message {
	width: 99%;
	border: 3px solid var(--mc-color-primary);
	background: #f5f7fb;
	margin: 20px 0;
}

.warning-message h4.warning-title {
	padding: 10px 20px 0;
	font-size: 18px;
	margin: 0 !important;
}

.warning-message p {
	padding: 20px;
	color: var(--mc-color-primary);
	font-size: 14px;
	line-height: 18px;
	margin: 0 !important;
}

/* Enrol */

.find-location {
	padding: 0 0 20px 0;
	margin: 0 0px 20px;
	border-bottom: 1px dotted #cccccc;
}

.find-location .form-select-small {
	width: 220px !important;
	max-width: 100% !important;
	height: 40px !important;
	padding: 0 30px 0 15px !important;
	font-size: 14px;
	line-height: 38px;
	font-weight: 500;
	color: var(--mc-color-primary);
	background-color: var(--mc-bg-body);
	background-image: url(../svg/caret-down-11x11.svg);
	background-repeat: no-repeat;
	background-position: calc(100% - 10px) center;
	border: 1px solid var(--mc-color-primary);
	border-radius: 5px;
	border: 1px solid var(--mc-color-primary);
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

#class-back {
	text-align: center;
}

#class-ajax {
	display: none;
	width: 100%;
}

#class-ajax img {
	display: block;
	margin: 0 auto;
}

.class-result {
	margin-bottom: 25px;
}

.class-result .class-header {
	background: var(--mc-color-primary);
	color: white;
	padding: 8px;
}

.class-result .class-header .class-title {
	background: url(../images/sprites.png) no-repeat 5px -2702px;
	padding-left: 20px;
}

.class-result .class-header .weekly-day {
	width: 40%;
	float: left;
}

.class-result .class-header .toggle,
.class-result .class-header .toggle.close {
	width: 66px;
	height: 20px;
	background: url(../images/toggle.png) no-repeat 0 -47px;
	float: right;
	display: block;
	cursor: pointer;
}

.class-result .class-header .toggle.close {
	background-position: 0 0;
}

.class-result .class-details .class-sub-header .class-status {
	width: 70%;
	float: left;
}

.class-result .class-details .class-sub-header .class-fee {
	width: 30%;
	float: left;
	text-align: right;
}

.class-result .class-details .class-sub-header .class-fee span.fee {
	color: var(--mc-color-primary);
	font-size: 26px;
}

.class-result .class-details .class-specs .class-content,
.class-result .class-details .class-specs .class-location-map {
	width: 50%;
	float: left;
}

.class-result .class-details .class-specs .class-location-map {
	float: right;
	padding-top: 20px;
}

.gmnoprint a {
	display: none;
}

.class-result .class-details .class-specs .class-content div {
	padding-right: 30px;
}

.class-result .class-details .class-specs .class-content .location-title,
.class-result .class-definition-title {
	font-family: var(--mc-font-family-heading);
	color: var(--mc-color-primary);
	font-size: 20px;
	padding-top: 20px;
}

.class-result .class-details .class-specs .class-content .location-content,
.class-result .class-details .class-specs .class-content .location-content p {
	font-size: 14px;
	color: var(--mc-color-body);
}

.class-result .class-details .class-specs .class-content .location-content h4 {
	font-size: 22px;
}

.class-result .class-details .class-specs .class-content .location-content h3 {
	font-size: 18px;
}

.class-result .class-details-footer {
	height: 15px;
	display: none;
	background: var(--mc-color-primary);
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

#map_canvas {
	width: 100%;
	height: 197px;
}

.pagination_branches {
	clear: both;
}

.pagination_branches .next_link {
	float: left;
	width: 50%;
	text-align: right;
}

.pagination_branches .prev_link {
	float: left;
	width: 50%;
	text-align: left;
}

.dashboard-table tfoot td a,
.enrol-now-button,
.waitlist-button {
	color: white !important;
	text-align: center;
	text-decoration: none !important;
	padding: 5px 10px;
	width: 100%;
	display: block !important;
	background-color: var(--mc-color-primary);
	border-radius: 100px;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	border: none;
}

.dashboard-table tfoot td a {
	height: auto !important;
}

.enrol-now-button,
#class-results .waitlist-button {
	/*padding-bottom: 30px;*/
	margin: 0 auto;
}

#class-results p.intro {
	font-size: var(--mc-body-font-size);
}

.waitlist-button {
	width: 112px;
}

.dashboard-table .waitlist-button {
	width: 100%;
	margin: 0;
	/*padding-bottom: 25px;*/
}

.button-heading {
	width: 134px;
}

.dashboard-table tfoot td a:hover,
.dashboard-table tfoot td a.closed,
.dashboard-table tfoot td a.closed:hover,
.enrol-now-button:hover,
.waitlist-button:hover {
	background-color: var(--mc-color-secondary);
}

.content-client-area .current-enrolments {
	margin-bottom: 10px;
}

.content-client-area .payment-total {
	background: var(--mc-color-primary);
	color: #FFF;
	font-size: 20px;
	padding: 7px 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.terms_conditions {
	margin: 10px 0 0;
	font-size: 16px;
}

.non_refundable {
	margin: 5px 0 15px;
	font-size: 16px;
}

p.total {
	text-align: right;
	padding: 15px;
}

p.cc {
	font-size: .85em;
	text-align: right;
	color: #666;
	font-style: italic;
}

#payment_methods_wrapper {
	margin-top: 40px;
}

.content-client-area .payment-methods {
	row-gap: 40px;
}

.content-client-area .payment-methods .left {
	float: left;
	/*width:390px;*/
	/*background:url(../images/or-vertical.png) no-repeat 350px 20px;*/
	padding-top: 30px;
}

.content-client-area .payment-methods .right {
	float: left;
	/*width:294px;*/
}

.content-client-area .payment-methods .right>div {
	background: url(../images/or-horizontal.png) no-repeat center 15px;
	background-color: var(--mc-bg-body);
	background-blend-mode: darken;
}

.content-client-area .payment-methods .right>div:first-child {
	background: none;
}

.content-client-area .payment-methods .right .paypal,
.content-client-area .payment-methods .right .paypal p {
	text-align: center;
	color: #545454;
}

.content-client-area .payment-methods .left p {
	color: #545454;
}

.payment-methods .form-container input.medium .content-client-area .payment-methods .right .money-order,
.content-client-area .payment-methods .right .money-order p {
	text-align: center;
	color: #545454;
}

.content-client-area .payment-methods .right .eft,
.content-client-area .payment-methods .right .eft p {
	text-align: center;
	color: #545454;
}

.content-client-area .payment-methods .right .paypal,
.content-client-area .payment-methods .right .money-order {
	padding-top: 56px;
}

.content-client-area .payment-methods .right .money-order {
	padding-top: 56px;
}

.content-client-area .payment-methods .right .eft {
	padding-top: 56px;
}

.content-client-area .payment-methods .pay-now a,
.content-client-area .payment-methods .pay-now input.pay {
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: var(--mc-color-primary);
	border: 0;
	border-radius: 50px;
	padding: 13.5px 20px;
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 1px;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	white-space: nowrap;
}

.content-client-area .payment-methods .pay-now a:hover,
.content-client-area .payment-methods .pay-now input.pay:hover {
	background-color: var(--mc-color-secondary);
}

.content-client-area .payment-methods.fpg_cheque .right {
	width: 251px;
}

.content-client-area .payment-methods.fpg_cheque .right .money-order,
.content-client-area .payment-methods.fpg_cheque .right .eft {
	padding-top: 28px;
}

.payment-methods .form-container input.medium .content-client-area .payment-methods.fpg_cheque .right .money-order,
.payment-methods .form-container input.medium .content-client-area .payment-methods.fpg_cheque .right .eft,
.content-client-area .payment-methods.fpg_cheque .right .money-order p,
.content-client-area .payment-methods.fpg_cheque .right .eft p {
	text-align: left;
}

.content-client-area .payment-methods.fpg_eway .left {
	background: none;
}

.content-client-area .payment-methods.fpg_paypal .right {
	width: 250px;
}

.content-client-area .payment-methods.fpg_paypal .right .paypal,
.content-client-area .payment-methods.fpg_paypal .right .paypal p {
	text-align: left;
}

.content-client-area .payment-methods.fpg_paypal_cheque .right {
	width: 100%;
	background: none;
}

.content-client-area .payment-methods.fpg_paypal_cheque .right .paypal {
	float: left;
	width: 377px;
	background: url(../images/or-vertical.png) no-repeat 330px -62px;
}

.content-client-area .payment-methods.fpg_paypal_cheque .right .money-order,
.content-client-area .payment-methods.fpg_paypal_cheque .right .eft {
	float: left;
	padding-top: 30px;
	width: 250px
}

.content-client-area .payment-methods.fpg_paypal_cheque .money-order .pay-now input.pay {
	margin-top: 63px;
}

.content-client-area .payment-methods .credit-card {
	background-color: #fff;
	padding: 15px;
	border-radius: 8px;
}

.content-client-area div.gform_wrapper.gform-theme {
	color: var(--mc-color-body);
}

/*
Receipt Page
*/

.receipt-payment-details,
.receipt-enrolee-details {
	margin-bottom: 40px;
}

.receipt-payment-details table,
.receipt-enrolee-details table {
	width: 100%;
	border-collapse: collapse;
}

.receipt-payment-details table td,
.receipt-enrolee-details table td {
	padding: 5px;
	border: 1px solid #fff;
	background: #F1F1F1;
	color: #545454;
}

.receipt-payment-details table tr.even td,
.receipt-enrolee-details table tr.even td,
table.dashboard-table tr.even td {
	background: #e1e1e1;
}

.receipt-payment-details table td.col-title,
.receipt-enrolee-details table td.col-title {
	width: 35%;
	/*color:#222;*/
}

.receipt-top-buttons {
	position: relative;
	margin: 0 0 19px 0;
}

.print-button {
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 16px;
}

.left .pay-now input.pay {
	width: 100%;
	margin: 0 !important;
}

.right .pay-now input.pay {
	width: 100%;
}

.location-title {
	width: 100%;
	font-size: 1.25em;
	clear: both;
}

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

/* Footer
/* ---------------------------------------------------------------------------------------------------------- */

.footer-base .footer-right {
	padding-top: 1px;
}

.footer-base .footer-right div {
	float: left;
	width: auto;
}

.footer-base .footer-right .web-by {
	padding: 60px 0 0px 0;
}

.footer-base .footer-right .du-badge {
	margin-left: 10px;
	/*width: 50px;*/
	/*height: 50px;*/
	display: block;
	position: relative;
	/*top: 25px;*/
	opacity: 0.5;
}

.footer-base .footer-right .proudly {
	padding: 25px 0 0;
	width: 90px;
}

.student .msg {
	padding: 0 10px 10px 15px;
}

.system-message,
.system-message-success,
.system-message-error,
.inner-page p.system-message-error {
	margin: 10px 0;
	padding: 10px;
	color: var(--mc-color-primary);
}

.system-message-success {
	color: #3eb638;
}

.system-message-error,
.inner-page p.system-message-error {
	color: #b63838;
}

/*
State picker
*/

#change-state-link {
	float: right;
	display: block;
	padding-top: 14px;
}

#change-state-link a {
	color: white !important;
	text-align: center;
	text-decoration: none !important;
	padding: 5px 20px 8px;
	/*height: 20px !important;*/
	width: auto;
	display: inline-block !important;
	background: #F09E28 url(../images/sprites.png) no-repeat 340px -2651px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: none;
}

#change-state-link a:hover {
	background: #637fc5;
	color: white;
	text-shadow: 1px 1px 1px #35388a;
	text-decoration: none;
}

#popup {
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	-moz-opacity: 0.8;
	-webkit-opacity: 0.8;
	opacity: 0.8;
	width: 100%;
	height: auto !important;
	min-height: 200%;
	height: 200%;
	z-index: 9999;
}

#state-picker-form {
	position: absolute;
	top: 35%;
	width: 100%;
	z-index: 99999;
}

#state-picker-box {
	background: none;
	background-color: #fff;
	width: 90%;
	max-width: 800px;
	border: var(--mc-color-primary) solid 5px;
	border-radius: 10px;
	height: auto;
	padding: 30px 30px 70px 30px;
	margin: 0 auto;
}

#state-picker-box h3,
#state-picker-box h4 {
	line-height: normal;
	text-align: center;
	font-size: 32px;
	color: var(--mc-color-primary);
}

#state-picker-box h4 {
	font-size: 20px;
	color: #888888;
}

#state-picker-form form {
	margin-top: 20px;
	text-align: center;
}

#state-picker-form form .enrol-now-button {
	margin-top: 15px;
	width: 50%;
	max-width: 200px;
}

#state-picker-form .select {
	width: 200px !important;
}

#state-picker-form .select .text {
	width: 100% !important;
	padding-right: 30px;
	text-align: center;
}

/*
theme my login forms
*/

div.tml ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

div.tml ul li {
	background: none;
	padding: 0;
}

div.tml form button[type="submit"] {
	position: relative;
	display: block;
	min-width: 160px;
	background-color: var(--mc-color-primary);
	border: 0;
	border-radius: 50px;
	padding: 13.5px 20px;
	color: var(--mc-color-primary);
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	cursor: pointer;
}

div.tml form input.tml-field {
	width: 100%;
	height: 56px;
	border-radius: 5px;
	background-color: #E4ECFF;
	border: 1px solid var(--mc-color-primary);
	padding: 0 20px;
	font-size: 16px;
	font-weight: 500;
	color: var(--mc-color-primary);
}

div.tml form input.tml-field:focus {
	outline: none;
}

#sitemap ul li {
	background: none;
}

#sitemap ul li,
#sitemap ul {
	margin: auto !important;
	padding: auto !important;
}

#sitemap a {
	color: inherit;
}

.ngg-album-compact h4 .ngg-album-desc {
	display: block;
	height: auto !important;
	overflow: visible !important;
}

.ngg-album-compactbox .Thumb {
	width: 166px !important;
	height: 124px !important;
}

.gform_wrapper .ginput_complex label,
.gform_wrapper .gfield_time_hour label,
.gform_wrapper .gfield_time_minute label,
.gform_wrapper .gfield_date_month label,
.gform_wrapper .gfield_date_day label,
.gform_wrapper .gfield_date_year label,
.gform_wrapper .instruction {
	letter-spacing: 0 !important;
}

.gform_wrapper .ginput_complex .ginput_left,
.gform_wrapper .ginput_complex .ginput_right,
.gform_wrapper .ginput_complex .ginput_full {
	min-height: 37px !important;
}

.rainbow .enrol #field_2_16 label,
.rainbow .enrol #field_6_16 label {
	margin-top: 8px !important;
}

.rainbow .enrol #field_2_16 #input_2_16_container input,
.rainbow .enrol #field_6_16 #input_6_16_container input {
	width: 128px !important;
}

.rainbow .enrol #input_2_16_1_container label,
.rainbow .enrol #input_6_16_1_container label {
	display: none !important;
}

.rainbow .enrol .gform_wrapper .ginput_complex {
	height: 35px;
}

.rainbow .enrol #field_2_7 .ginput_container,
.rainbow .enrol #field_6_7 .ginput_container {
	height: 37px;
}

/*
Conta
*/

#gform_1 #field_1_3 {
	margin: 0 !important;
}

.gform_wrapper #gform_1 .top_label .gfield_label,
.gform_wrapper #gform_7 .top_label .gfield_label {
	margin-top: 0;
}

.gform_wrapper #gform_1 .top_label li.gfield.gf_left_half,
.gform_wrapper #gform_7 .top_label li.gfield.gf_left_half {
	width: 47%;
}

.gform_wrapper .ginput_complex #input_1_3_1_container.ginput_left {
	width: 48.5%;
	margin-right: 7px;
}

.gform_wrapper .ginput_complex #input_1_3_1_container input[type="text"],
.gform_wrapper .ginput_complex #input_1_3_2_container input[type="text"] {
	width: 97% !important;
}

.gform_wrapper .ginput_complex #input_1_3_2_container.ginput_right {
	float: left;
	width: 49%;
}

#gform_fields_1 #field_1_3 {
	margin-top: 0 !important;
}

#field_1_3 label.gfield_label {
	display: none;
}

#input_1_3_container {
	padding-top: 10px;
}

.right-coloumn .gform_wrapper .gform_body li#field_1_3 label {
	left: auto;
	margin-top: 8px;
	margin-left: 9px;
}

.gform_wrapper #gform_1 .ginput_left input:focus+label,
.gform_wrapper #gform_1 .ginput_right input:focus+label,
.gform_wrapper #gform_1 .ginput_full input:focus+label {
	font-weight: normal !important;
}

.gform_wrapper #gform_1 .top_label .gfield_label,
.gform_wrapper #gform_7 .top_label .gfield_label {
	font-weight: normal;
}

.gform_wrapper #gform_1 .ginput_complex label,
.gform_wrapper #gform_7 .ginput_complex label {
	font-size: 16px;
}

.ginput_container .charleft {
	display: none;
}

.gform_wrapper #gform_1 .top_label #field_1_6 .gfield_label {
	margin-top: 10px;
}

/* == WordPress WYSIWYG Editor Styles == */

.entry-content img {
	margin: 0 0 1.5em 0;
}

.alignleft,
img.alignleft {
	margin-right: 1em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	display: inline;
	float: left;
	padding: 4px;
	border: 1px solid #ec9722;
}

.alignright,
img.alignright {
	margin-left: 1em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	display: inline;
	float: right;
	padding: 4px;
	border: 1px solid #ec9722;
}

.aligncenter,
img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	display: block;
	clear: both;
	padding: 4px;
	border: 1px solid #ec9722;
}

/* ENROL FORM --------------------------------------*/

#field_2_7 .select {
	width: 100% !important;
}

.inner-page ul.form-enrol li {
	float: left;
	list-style: none;
	background: none;
}

.find-location ul.form-enrol .select .text {
	width: 90% !important;
}

.find-location .select {
	background-position: right center !important;
}

.select {
	background: url('../images/input-select-bg.png') no-repeat right center !important;
}

#input_1_3_2 {
	float: right;
}

/* DASHBOARD --------------------------------------*/

.class-result.row {
	padding: 0;
	margin: 0;
}

ul.dashboard-table {
	width: 100%;
	margin: 0 0 20px;
	padding: 5px 10px 0;
	background: var(--mc-bg-body);
	border-radius: 8px;
}

ul.dashboard-table li {
	list-style: none;
	background: none;
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: var(--mc-color-body);
	font-weight: 500;
	text-align: center;
}

ul.dashboard li ul {
	border-bottom: #fff solid 1px;
}

ul.dashboard-table li.sub-head {
	display: none;
}

ul.dashboard-table li.sub-head:first-child {
	display: block;
}

ul.dashboard-table li li {
	width: 14%;
}

ul.dashboard-table li li {
	float: left;
	display: block;
	padding: 5px 5px;
}

ul.dashboard-table li.col-titles li {
	background: var(--mc-bg-body);
}

ul.dashboard-table li.col-titles {
	display: none;
}

ul.dashboard-table li.col-titles:first-child {
	display: block;
}

ul.dashboard-table li.col-data {
	clear: both;
}

ul.dashboard-table li a {
	color: inherit;
	text-decoration: none;
}

/*enrol*/

ul.dashboard-table.six-col li li {
	width: 16.5%;
}

ul.dashboard-table.seven-col li li {
	width: 14.25%;
}

ul.dashboard-table.eight-col li li {
	width: 12.5%;
}

ul.dashboard-table li.sub-head li {
	background: none;
	color: var(--mc-color-dark-blue);
	display: block;
	min-height: 20px;
	padding: 10px 5px;
	min-height: 30px;
}

ul.dashboard-table li.data {
	border-bottom: #fff solid 1px;
}

ul.dashboard-table li.data li {
	padding: 10px 5px;
	min-height: 30px;
}

.select {
	font-size: 13px !important;
}

/*
 * Respond!
 */

@media only screen and (max-width: 960px) {
	#main-header,
	#main,
	body,
	#popup {
		min-width: none;
	}
	.hero-wrapper {
		display: none;
	}
	#testimonials {
		display: none;
	}
	#testimonials .t-content {
		background-color: #fff;
	}
	#testimonials .t-link {
		display: none;
	}
	.rainbow .overlay {
		height: 666px;
	}
	.lead-ins {
		display: none;
	}
	.lead-ins ul li {
		margin: 0;
	}
	.lead-ins ul li.l-gallery {
		display: none;
	}
	/*}
//@media only screen and (max-width: 800px) {*/
	/* HEADER -------------------------------------------*/
	.desktop,
	#main-header.desktop {
		display: none;
	}
	.mobile {
		display: block;
	}
	#sitemap .sub-menu {
		background: none;
	}
	.feature {
		width: 100%;
		height: auto;
		position: relative;
		padding-top: 60px;
	}
	.feature .rainbow {
		height: 40px;
		margin-top: 0;
	}
	.feature .image {
		max-height: 350px;
		overflow: hidden;
	}
	.feature img {
		width: 100%;
	}
	.inner-page ul.form-enrol li {
		padding: 0;
	}
	.rainbow {
		background-color: #EC9722;
		position: relative;
		height: auto;
	}
	.rainbow .overlay {
		height: auto;
	}
	.rainbow .overlay h2.slogan {
		font-size: 28px;
		line-height: 50px;
	}
	.rainbow .overlay h3.slogan {
		font-size: 36px;
		line-height: 40px;
	}
	.rainbow .overlay .intro {
		font-size: 16px;
	}
	.intro h3 {
		font-size: 22px;
	}
	/* STATE -------------------------------------------*/
	#change-state-link {
		width: 100%;
		padding: 10px;
	}
	#change-state-link a {
		padding: 10px;
		height: auto !important;
		width: 100%;
		background: #F09E28;
	}
	/*Branch class list styling ---------------------------*/
	#branch-classes.dashboard-table {
		width: 100% !important;
	}
	#branch-classes.dashboard-table li.desktop {
		display: none !important;
	}
	#branch-classes.dashboard-table li.sub-head {
		display: none;
	}
	#branch-classes.dashboard-table li.sub-head:first-child {
		display: block;
	}
	#branch-classes.dashboard-table li.sub-head,
	#branch-classes.dashboard-table li.data {
		width: 100%;
	}
	#branch-classes.dashboard-table.seven-col li li {
		float: left;
		width: 22%;
	}
	#branch-classes.dashboard-table.seven-col li li.level {
		width: 12%;
	}
	#branch-classes.dashboard-table li.data li {
		min-height: 50px;
	}
	#branch-classes.dashboard-table li li:last-child {
		border-bottom: #fff solid 1px;
	}
	/* INTERNAL -------------------------------------------*/
	#content .page-title .title-circle h1 {
		font-size: 24px;
	}
	.inner-page {
		overflow: hidden;
	}
	.inner-page h3 {
		font-size: 18px;
	}
	#content .page-title,
	#content .page-title .title-circle,
	#content .page-title .title-circle h1 {
		background: none;
		text-align: center;
		height: auto;
	}
	.faq-container .answer {
		margin: 0;
	}
	.inner-page p {
		text-align: left !important;
	}
	#sidebar-menu .manage span,
	#sidebar-menu .manage a {
		background: none;
		margin-bottom: 5px;
	}
	/* FOOTER -----------------------------------------------*/
	.lead-ins ul {
		height: auto;
	}
	.lead-ins ul li {
		margin: 0 auto !important;
		float: left;
		width: 50%;
		height: auto;
	}
	.l-circle-x,
	.l-circle-y,
	.l-circle-z,
	.lead-ins ul li .l-bg,
	.l-icon,
	.l-icon-hover {
		display: none !important;
	}
	.lead-ins ul li .l-title {
		padding: 10px;
	}
	.lead-ins ul li .l-link .l-submit,
	.lead-ins ul li .l-link a,
	.back-link a {
		background: none;
	}
	.l-content .or {
		background-position: center;
	}
	#testimonials-footer .l-content {
		min-height: 140px;
	}
	#testimonials-footer .l-content .testimonial-wrapper {
		width: 100% !important;
		padding: 30px;
	}
	#testimonials-footer .l-content .testimonial-wrapper p {
		text-align: center;
	}
	#testimonials-footer .t-prev,
	#testimonials-footer .t-next {
		top: 0;
		bottom: 0;
		margin: auto;
	}
	.fb_iframe_widget iframe {
		width: 100% !important;
		overflow: hidden;
	}
	/* DASHBOARD -----------------------------------------------*/
	.top-page .menu-client-area ul {
		width: auto;
	}
	.top-page .menu-client-area ul li a,
	.top-page .menu-client-area ul li {
		width: auto;
		height: auto;
		padding: 5px;
	}
	.top-page .menu-client-area ul li.current_page_item a,
	.top-page .menu-client-area ul li.current_page_item {
		padding: 5px 5px 10px 5px;
	}
	.right-coloumn .gform_wrapper .gform_body li input,
	.right-coloumn .gform_wrapper .gform_body li textarea {
		background: #fff;
	}
	#sidebar-menu .new-inclusion span {
		height: auto;
		padding: 10px;
	}
	.content-client-area .add-child a {
		background-image: none;
	}
	/*FOOTER ----------------------------------------------------*/
	.l-content .l-field-half {
		width: 49%;
		margin-right: 1%;
	}
	.l-content .form-container input.small {
		width: 100% !important;
	}
	.l-content .select {
		width: 100% !important;
	}
	.l-content .select .text {
		width: 100% !important;
	}
	/*dashboard -----------------------------------------------*/
	.dashboard-table span.open,
	.dashboard-table span.nearly-closed,
	.dashboard-table span.closed {
		margin: 2px;
		float: left;
	}
	ul.dashboard-table li {
		list-style: none;
		background: none;
		margin: 0;
		padding: 0;
		float: left;
		width: auto;
		text-align: left;
	}
	ul.dashboard-table li li,
	ul.dashboard-table.six-col li li,
	ul.dashboard-table.seven-col li li,
	ul.dashboard-table.eight-col li li {
		float: none;
		display: block;
		width: 100%;
	}
	ul.dashboard-table li li {
		border-bottom: #fff solid 1px;
		font-size: 12px;
	}
	ul.dashboard-table li li:last-child {
		border: none;
	}
	ul.dashboard-table li.sub-head {
		width: 30%;
		display: block;
	}
	ul.dashboard-table li.data {
		width: 70%;
		border-bottom: none;
	}
	ul.dashboard-table li.data {
		float: right;
	}
	.class-result .class-details-footer {
		display: none;
	}
}

/*
iPhone 4
*/

@media only screen and (max-width: 480px) {
	.right-coloumn {
		padding: 0;
	}
	.branch-location-details.col-xs-6 {
		width: 100% !important;
	}
	.gmap-canvas {
		width: 100% !important;
	}
	.inner-page ul.form-enrol li {
		width: 100%;
	}
	#logo {
		width: 60%;
	}
	.change-user {
		padding: 0;
	}
	.lead-ins ul li {
		float: none;
		width: 100%;
	}
	.alignleft,
	img.alignleft,
	.alignright,
	img.alignright {
		width: 40%;
		height: auto;
	}
	img.alignleft.wp-image-889 {
		width: 100%;
	}
	.gform_wrapper .top_label li.gfield.gf_right_half,
	.gform_wrapper #gform_1 .top_label li.gfield.gf_left_half,
	.gform_wrapper #gform_7 .top_label li.gfield.gf_left_half {
		width: 100% !important;
	}
	#field_2_7 {
		width: 49% !important;
	}
	.class-result .class-details .class-specs .class-location-map,
	.class-result .class-details .class-specs .class-content {
		width: 100%;
		float: left;
	}
	.l-content .select {
		width: 100% !important;
	}
	#attachment_904 {
		width: 50% !important;
	}
	#attachment_904 img {
		width: 100%;
		height: auto;
	}
	.inner-page ul li {
		background: none;
	}
	.find-location ul.form-enrol .select .text {
		font-size: 12px;
		text-align: left;
		padding-left: 5px;
	}
	table.dashboard-table,
	table.status-table {
		font-size: 12px;
	}
	.dashboard-table tfoot td {
		padding: 5px;
	}
	#state-picker-box {
		padding: 15px;
	}
	#testimonials-footer .l-content {
		min-height: 175px;
	}
	#branch-classes.dashboard-table li.data li {
		font-size: 10px;
	}
	.rainbow-base-bar {
		display: none;
	}
}

/* PAGE: ALL CLASSES */

.page-id-20861 #content>section {
	margin-bottom: 50px;
}

/* PAGE ENROL */
.page-template-_dashboard_enrol .class-status:before,
.page-template-_dashboard_enrol .class-status:after {
	content: '';
	display: table;
}

.page-template-_dashboard_enrol .class-status:after {
	clear: both;
}

.page-template-_dashboard_enrol .class-status {
	padding-top: 20px;
	padding-bottom: 20px;
}

.page-template-_dashboard_enrol .class-status ul.status-table {
	float: right;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 0 0;
	list-style: none;
}
/* END PAGE ENROL */

/* HOT FIXES */
.menu-bar button.menu-toggle {
	width: 36px;
	height: 25px;
	padding: 0 0;
	border: 0;
	background-color: transparent;
	background-image: url(../images/hamburger.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	outline: none;
}

.menu-bar.visible button.menu-toggle {
	background-position: 0 -25px;
}

.faq-container.teacher-silhouette .answer {
	display: block !important;
}

.faq-container.teacher-silhouette .answer:before,
.faq-container.teacher-silhouette .answer:after {
	content: '';
	display: table;
}

.faq-container.teacher-silhouette .answer:after {
	clear: both;
}

.faq-container.teacher-silhouette .moretext p:empty {
	display: none;
}

#branch-classes.dashboard-table li.col-term {
	display: none;
	visibility: hidden;
}

#branch-classes.dashboard-table li.data span.col-name {
	display: none;
	color: var(--mc-color-primary);
}

.lead-ins li.mobile-home-photo {
	display: none;
}

.lead-ins li.mobile-home-photo img {
	display: block;
	width: 100%;
	height: auto;		
}

@media (max-width: 960px) {
	#branch-classes.dashboard-table.seven-col li li {
		width: 14.2%;
	}
}

@media (max-width: 767px) {
	.class-status table.status-table {
		float: none !important;
		margin: 0 0px 10px !important;
	}

	#branch-classes.dashboard-table {
		padding: 0 0;
		background-color: transparent;
	}

	#branch-classes.dashboard-table li.sub-head {
		display: none !important;
	}

	#branch-classes.dashboard-table li.data {
		padding: 10px 10px;
	}

	#branch-classes.dashboard-table li.col-term {
		display: block;
		visibility: visible;
	}

	#branch-classes.dashboard-table li.data ul {
		margin: 0 0;
	}

	#branch-classes.dashboard-table li.data ul li {
		width: 50% !important;
		font-size: 14px;
	}

	#branch-classes.dashboard-table li.data ul li:last-child {
		border-bottom: 1px solid var(--mc-bg-body);
		min-height: 63px;
	}

	#branch-classes.dashboard-table li.data span.col-name {
		display: block;
	}
}

@media (max-width: 575px) {
	.faq-container.teacher-silhouette .answer img.alignleft {
		float: none;
		display: block;
		margin: 0 0px 15px;
		width: auto;
		max-width: 100%;
	}

	.lead-ins #searchclass input[type="text"] {
		height: 48px;
		font-size: 16px;
	}
}

@media (max-width: 480px) {
	.lead-ins li.mobile-home-photo {
		display: block;
	}
}
/* END HOT FIXES */

/* STRIPE PAYMENT */
#card-element {
	padding: 20px 0;
}

#stripe-form {
	margin-bottom: 10px;
}
/* END STRIPE PAYMENT */

/* COUPON FORM */
.current-enrolments div.total {
	display: flex;
  justify-content: space-between;
	background-color: #fff;
	border-radius: 8px;
	padding: 15px 15px;
}

.current-enrolments div.total > p {
	margin: 0 0;
	padding: 0 0;
}

.current-enrolments div.coupon-container {

}

.current-enrolments div.coupon-container p {
	font-size: 12px;
	font-weight: 400;
	margin: 0 0;
	padding: 0 0;
}

.current-enrolments div.coupon-container p.valid {
	color: #8a6d3b;
}

.current-enrolments div.coupon-container p.invalid {
	color: #a94442;
}

.current-enrolments div.coupon-container input[type="text"] {
	height: 34px;
	background-color: var(--mc-bg-body);
	padding: 5px 10px;
	margin: 0 3px 0 0;
	border: 1px solid #ddd;
	border-radius: 8px;
	font-size: 12px;
	outline: none;
}

.current-enrolments div.coupon-container button[type="submit"] {
	background-color: var(--mc-color-primary);
	padding: 0 10px;
	border: 0;
	border-radius: 8px;
	font-size: 12px;
	font-weight: 700;
	color: #fff;
	line-height: 34px;
	text-transform: uppercase;
	cursor: pointer;
	outline: none;
}
/* END COUPON FORM */

input[type=submit]:disabled, button:disabled {opacity:0.4}

div.top-page {
	position: relative;
}

div.top-page a.clear-cache {
	position: absolute;
    top: 14px;
    right: 0;
}

#gform_wrapper_1 input[type="text"],
#gform_wrapper_1 input[type="email"],
#gform_wrapper_1 textarea {
	width: 100% !important;
	max-width: 100% !important;
}

#gform_wrapper_1 input[type="submit"] {
	border: 0;
    background-color: #ec9722;
    padding: 0 20px;
    border-radius: 10px;
	font-weight: 700;
	color: #fff;
	line-height: 40px;
	outline: none;
}

#gform_wrapper_1 label.gfield_label,
#gform_wrapper_1 .ginput_complex label {
	display: none !important;
}

#gform_wrapper_1 ul.gform_fields {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px !important;
}

#gform_wrapper_1 ul.gform_fields > li {
	width: 50% !important;
	max-width: 100% !important;
	padding: 0 10px !important;
	margin: 0 0px !important;
}

#gform_wrapper_1 ul.gform_fields > li#field_1_3,
#gform_wrapper_1 ul.gform_fields > li#field_1_6 {
	width: 100% !important;
}

#gform_wrapper_1 div.ginput_complex {
	display: flex !important;
	flex-wrap: wrap;
	width: auto !important;
	margin: 0 -10px;
}

#gform_wrapper_1 div.ginput_complex > span {
	float: none;
	width: 50% !important;
	padding: 0 10px;
	margin: 0 0px !important;
}

#gform_wrapper_1 .gform_footer {
	padding-top: 10px !important;
}

.gform_wrapper .ginput_complex #input_1_3_1_container input[type="text"], 
.gform_wrapper .ginput_complex #input_1_3_2_container input[type="text"] {
	width: 100% !important;
}

@media (max-width: 575px) {
	#gform_wrapper_1 ul.gform_fields > li,
	#gform_wrapper_1 div.ginput_complex > span {
		width: 100% !important;
	}

	#gform_wrapper_1 div.ginput_complex > span:first-child {
		margin-bottom: 10px !important;
	}
}

/* ONLINE COURSES (LEARN DASH) */
div.online-class-noticement {
	margin: 30px 0;
}
div.online-class-noticement h3 {
	text-align: center;
}
div.online-class-noticement p {
	text-align: center;
}
div.online-class-noticement p strong {
	color: #dd5d3b;
}
body.page-id-28365 h1 {
	background-image: none !important;
}
body.page-id-28365 div.inner-page {
	margin-top: 50px;
}
div.intellectual-property {
	background: #efefef;
    padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 5px 0 25px;
}
div.intellectual-property p {
	font-size: 11px;
	font-weight: bold;
    margin: 0;
    padding: 0 0 5px 0;
    text-align: left;
}
div.intellectual-property ol {
	margin-bottom: 0;
}
div.intellectual-property ol li {
	font-size: 11px;
}
div.ld-course-status, div.ld-lesson-status, div.ld_course_grid_price {
	display: none !important;
}
div.ld_course_grid h3.entry-title {
	text-align: center;
}
div.ld_course_grid p.entry-content {
	text-align: center;
}
h2.page-title a {
	color: #fff !important;
}
h2.page-title a:hover {
	text-decoration: none !important;
}
.learndash-wrapper .ld-content-actions .ld-content-action .ld-course-step-back {
	font-size: 16px !important;
}
.ld-item-title {
	font-size: 19px;
	position: relative;
	top: 3px;
}
div.dashboard-online-courses {
	margin: 20px 0;
}
div.dashboard-online-courses h2 {
	color: var(--mc-color-primary);
	font-size: 26px;
}
/* Hide Gallery (nextgen gallery) for now */
div.lead-ins li.l-gallery {
	display: none;
}

/* text status */
.text-status {
	display: inline-block;
}

.text-status.available {
	color: #92c86f;
}

.text-status.nearly-full {
	color: #ec9722;
}

.text-status.full {
	color: #e20d0d;
}
/* END text status */

/* select-term */
body.page-id-20861 #fancybox-overlay {
	background-color: #333;
}

.fancybox-wrap.select-term .fancybox-skin {
	background-color: #fff;
	box-shadow: inset 0 0 21px rgba(0,0,0,0.51);
	border-radius: 8px;
}

.fancybox-wrap #select-term {
	display: block;
}

#select-term {
	display: none;
	padding: 40px 30px;
	text-align: center;
}

#select-term p.title {
	margin: 0 0 35px;
	font-size: 27px;
	font-weight: 400;
	color: var(--mc-color-primary);
}

#select-term ul,
#select-term ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#select-term ul li:nth-child(2) {
	position: relative;
	padding-top: 30px;
}

#select-term ul li:nth-child(2):before {
	content: 'or';
	position: absolute;
	top: 3px;
	left: 50%;
	font-size: 16px;
	color: var(--mc-color-primary);
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

#select-term ul li a {
	display: block;
	min-width: 160px;
	font-size: 18px;
	color: #fff;
	white-space: nowrap;
	text-align: center;
    border-radius: 6px;
    padding: 10px 20px;
	background: #f09e28;
    background: -moz-linear-gradient(top, #f09e28 0%, #eb7f1e 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f09e28), color-stop(100%, #eb7f1e));
    background: -webkit-linear-gradient(top, #f09e28 0%, #eb7f1e 100%);
    background: -o-linear-gradient(top, #f09e28 0%, #eb7f1e 100%);
    background: -ms-linear-gradient(top, #f09e28 0%, #eb7f1e 100%);
    background: linear-gradient(to bottom, #f09e28 0%, #eb7f1e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09e28', endColorstr='#eb7f1e', GradientType=0);
}
/* END select-term */

/** transfer enrol **/
.content-client-area .welcome-message {
    margin-bottom: 15px;
}

ul.dashboard-table .edit-button {
    display: inline-block;
    background: url(../images/pencil.png) no-repeat;
    padding-right: 18px;
    background-position: top right;
    font-size: 13px;
    line-height: 15px;
    color: var(--mc-color-primary);
    cursor: pointer;
}

ul.dashboard-table ul:before,
ul.dashboard-table ul:after {
    content: '';
    display: table;
    clear: both;
}

ul.dashboard-table li.data li {
    position: relative;
}

.edit-wrapper {
    display: none;
    background-color: #fff;
    margin-bottom: 15px;
    padding: 15px;
    border-radius: 5px;
    text-align: left;
}

.edit-wrapper .radio-field {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
}

.edit-wrapper .radio-field label {
    display: inline-block;
    vertical-align: text-top;
    margin: 0 0 0 10px;
    font-size: 14px;
    color: #545454;
    font-weight: 400;
}

.edit-wrapper button[type="submit"] {
    display: inline-block;
    background: #637fc5;
    background: -moz-linear-gradient(top, #637fc5 0%, #324d94 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #637fc5), color-stop(100%, #324d94));
    background: -webkit-linear-gradient(top, #637fc5 0%, #324d94 100%);
    background: -o-linear-gradient(top, #637fc5 0%, #324d94 100%);
    background: -ms-linear-gradient(top, #637fc5 0%, #324d94 100%);
    background: linear-gradient(to bottom, #637fc5 0%, #324d94 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#637fc5', endColorstr='#324d94', GradientType=0);
    border: 0;
    padding: 0 20px;
    border-radius: 5px;
    line-height: 36px;
    color: #fff;
    text-align: center;
}

@media only screen and (max-width: 960px) {
    ul.dashboard-table .edit-button {
        position: absolute;
        top: 7px;
        right: 0;
    }

    .edit-wrapper .radio-field label {
        font-size: 12px;
    }
}
/** END transfer enrol **/

/* BEGIN .wp-block-gallery */
.wp-block-gallery .wp-block-image {
	border-radius: 8px;
	overflow: hidden;
}

.wp-block-gallery .wp-block-image:after {
	content: '';
	display: block;
	padding-top: 56.25%;
}

.wp-block-gallery .wp-block-image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/* END .wp-block-gallery */

/* BEGIN choose-day */
#choose-day .modal-dialog {
	display: flex;
	align-items: center;
	min-height: 100%;
}

#choose-day .modal-content {
	width: 100%;
	border: 0;
	box-shadow: none;
}

#choose-day .modal-header {
	padding: 15px 20px;
}

#choose-day .modal-body {
	padding: 20px;
}

#choose-day .modal-title {
	font-size: 20px;
}

#choose-day .btn-primary {
	width: 100%;
}

#choose-day .field-day {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
}

#choose-day .field-day .checkbox {
	margin: 0;
	width: 33.33%;
	padding: 0 10px 20px;
}

#choose-day .checkbox label {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	cursor: pointer;
}

#choose-day .checkbox label input {
	position: absolute;
	opacity: 0;
	visibility: hidden;
}

#choose-day .checkbox label span {
	display: block;
	border: 2px solid var(--mc-color-primary);
	border-radius: 6px;
	padding: 10px 10px;
	font-size: 14px;
	text-align: center;
	transition: all .25s;
}

#choose-day .checkbox label span:hover,
#choose-day .checkbox label input:checked + span {
	background-color: var(--mc-color-primary);
	color: #ffff;
}

@media (min-width: 768px) {
	#choose-day .modal-dialog {
		width: 400px;
	}
}
/* END choose-day */

/* BEGIN extra */
#select-location option[value="362"],
.branch-location-details.branch-362 {
	/* display: none !important; */
}

.choose-day {
	padding: 20px 0 0;
	margin: 0;
}

.choose-day .btn-primary {
	display: inline-block;
	font-size: 16px;
}
/* END extra */

.find-location .row {
	--bs-gutter-x: 10px;
	row-gap: 10px;
}

.find-location #select-term {
	display: block;
	text-align: left;
}

ul.dashboard-table ul {
	padding: 0;
}

ul.dashboard-table.bg-white li.data,
ul.dashboard-table.bg-white li li {
	border-bottom-color: var(--mc-bg-body);
}

.class-result ul.dashboard-table,
.current-enrolments ul.dashboard-table {
	background-color: #fff;
}

.current-enrolments ul.dashboard-table li.data {
	border-bottom: 1px solid var(--mc-bg-body);
}

#content.bg-primary p.intro {
	color: inherit;
}

#card-errors {
	padding-top: 10px;
	font-size: 16px;
	color: var(--mc-color-secondary);
}

@media (max-width: 575.98px) {
	#content p.intro {
		font-size: 18px;
	}

	.top-page .menu-client-area,
	.top-page h3.title {
		float: none;
	}

	.top-page h3.title {
		margin-bottom: 10px;
	}
	
	.branch-location-details h4 {
		font-size: 16px;
	}
}
