@charset "UTF-8";
/* CSS Document */

body {
	margin: 0 auto;
	background: #FFF;
	font-family: 'BreeSerifRegular', Trebuchet MS, sans-serif;
	font-size: 14px;
	color: #385cb6;
	font-weight: normal !important;
	font-style: normal !important;
	min-width: 320px;
}

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

.mobile {
	display: none;
}

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

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

/* Headings ----------------------------------------------------------------------- */

h1,
h2,
h3,
h4,
h5 {
	font-weight: normal !important;
	font-style: normal !important;
	line-height: normal;
	padding: 0px;
	margin: 0;
	letter-spacing: normal !important;
}

h1 {
	font-size: 28px;
	color: #00c9bd;
	padding-top: 30px;
}

h2 {
	font-size: 38px;
	color: #363636;
}

h4 {
	font-size: 14px;
}

h3 {
	font-size: 16px;
	color: white;
}

h5 {
	font-size: 12px;
}

/* Paragraph ----------------------------------------------------------------------- */

p {
	line-height: 18px;
	margin: 0;
	padding: 0px 0px 10px;
}

/* Links --------------------------------------------------------------------------- */

a {
	color: #ec9722;
	text-decoration: none;
}

a:hover {
	color: #ec9722;
	text-decoration: underline;
}

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

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

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

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

.drop-shadow {
	-webkit-box-shadow: 0px 3px 5px rgba(50, 50, 50, 0.5);
	-moz-box-shadow: 0px 3px 5px rgba(50, 50, 50, 0.5);
	box-shadow: 0px 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: #ffffff;
	/* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #c3c3c3 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #c3c3c3));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%, #c3c3c3 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%, #c3c3c3 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%, #c3c3c3 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%, #c3c3c3 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c3c3c3', GradientType=0);
	/* IE6-9 */
}

.gradient-blue {
	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 */
}

.gradient-orange {
	background: rgb(235, 127, 30);
	/* Old browsers */
	background: -moz-linear-gradient(top, rgba(235, 127, 30, 1) 0%, rgba(240, 158, 40, 1) 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(235, 127, 30, 1)), color-stop(100%, rgba(240, 158, 40, 1)));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(235, 127, 30, 1) 0%, rgba(240, 158, 40, 1) 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(235, 127, 30, 1) 0%, rgba(240, 158, 40, 1) 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(235, 127, 30, 1) 0%, rgba(240, 158, 40, 1) 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, rgba(235, 127, 30, 1) 0%, rgba(240, 158, 40, 1) 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb7f1e', endColorstr='#f09e28', GradientType=0);
	/* IE6-9 */
}

.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: 0px 1px 1px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 0px 1px 1px rgba(50, 50, 50, 0.75);
	box-shadow: 0px 1px 1px rgba(50, 50, 50, 0.75);
}

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

/*.rounded-corners { -webkit-border-radius: 12px; -moz-border-radius: 12px; border-radius: 12px; }*/

/* 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;
	/*overflow:hidden;*/
}

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

.padding {
	padding: 0px 30px;
}

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

.white {
	background: #FFF;
}

/* Header -------------------------------------------------------------------------- */

#main-header {
	width: 100%;
	display: block;
	position: relative;
	background: #5055a5;
}

/* Front Page ---------------------------------------------------------------------- */

#header-front-page {
	display: block;
	position: relative;
	width: 100%;
	background: var(--wpr-bg-24047288-2af2-4286-ba99-7becc380849e) no-repeat center 77px;
}

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

#header-inner-page {
	display: block;
	position: relative;
	width: 100%;
}

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

.login-bar {
	width: 100%;
	height: 62px;
	position: relative;
}

.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: var(--wpr-bg-3325e6e5-900b-4e90-a282-dcf129fd3d7c) no-repeat;
	cursor: pointer;
}

.login-bar .phone {
	color: white;
	font-size: 27px;
	background: var(--wpr-bg-e3d5c914-1d22-4267-9b22-87bb46d0b23e) no-repeat left center;
	padding: 10px 20px 10px 40px;
	float: left;
	text-shadow: 1px 1px 1px #9b5916;
}

.login-bar .login {
	color: white;
	font-size: 17px;
	float: left;
}

.login-bar .login .title {
	padding: 18px 5px 18px 0px;
	float: left;
	text-shadow: 1px 1px 1px #9b5916;
}

.login-bar .login .login-form {
	float: left;
	height: 31px;
	width: 331px;
}

.login-bar .login-recover {
	float: left;
	font-size: 13px;
	color: white;
	text-shadow: 1px 1px 1px #9b5916;
	padding: 22px 0px;
}

.login-bar .login-recover a {
	color: #fff;
	text-decoration: none;
	text-shadow: 1px 1px 1px #f1a52a;
}

.login-bar .login-recover a:hover {
	text-decoration: underline;
}

/* Login Fields */

.login-bar .login-form {
	position: relative;
	padding-top: 15px;
}

.login-bar .login-form .form-cell-login {
	float: left;
	margin-left: 5px;
	position: relative;
}

.login-bar .login-form .form-cell-login .form-container-login {
	position: relative;
}

.login-bar .login-form .form-cell-login .form-container-login input.login-field {
	font-family: 'BreeSerifRegular', Trebuchet MS, sans-serif;
	font-size: 13px;
	color: #898989;
	padding: 5px 8px;
	width: 115px;
	/* Border */
	border: 1px solid white !important;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border: none;
	/* Background */
	background: #dbdbdb;
	/* Old browsers */
	background: -moz-linear-gradient(top, #dbdbdb 0%, #ffffff 25%, #ffffff 75%, #dbdbdb 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dbdbdb), color-stop(25%, #ffffff), color-stop(75%, #ffffff), color-stop(100%, #dbdbdb));
	background: -webkit-linear-gradient(top, #dbdbdb 0%, #ffffff 25%, #ffffff 75%, #dbdbdb 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #dbdbdb 0%, #ffffff 25%, #ffffff 75%, #dbdbdb 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #dbdbdb 0%, #ffffff 25%, #ffffff 75%, #dbdbdb 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #dbdbdb 0%, #ffffff 25%, #ffffff 75%, #dbdbdb 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbdbdb', endColorstr='#dbdbdb', GradientType=0);
	/* IE6-9 */
}

.login-bar .login-form .form-cell-login label {
	position: absolute;
	top: 5px;
	left: 10px;
	z-index: 2;
	color: #898989;
	font-weight: normal !important;
	font-size: 13px;
}

.login-bar .login-form .form-cell-login .submit-login {
	width: 32px;
	height: 32px;
	display: block;
	text-indent: -9999px;
	border: none !important;
	cursor: pointer;
	background: var(--wpr-bg-c31a7e5d-f065-4edc-8bd0-b10c9ae5eb66) no-repeat 0px -125px;
}

.login-bar .login-form .form-cell-login .submit-login:hover {
	background-position: 0px -63px;
}

/* Menu */

.menu-top {
	width: 100%;
	border-top: #184682 1px solid;
	border-bottom: #184682 1px solid;
}

.menu-top .global-width {
	overflow: visible !important;
}

#main-navigation-left {
	float: left;
	width: 393px;
	height: 64px;
}

#main-navigation-right {
	float: right;
	width: 367px;
	height: 64px;
}

#main-navigation-left ul,
#main-navigation-right ul {
	margin: 0;
	padding: 19px 0px;
	position: absolute;
	top: 0px;
	z-index: 101;
}

#main-navigation-left ul li,
#main-navigation-right ul li {
	list-style: none;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	/*font-size: 18px;*/
	font-size: 16px;
	position: relative;
}

#main-navigation-left ul li a,
#main-navigation-right ul li a {
	color: white;
	padding: 5px 10px;
	/*background:url(../../../../../../../../../themes/kindy-responsive/du-assets/images/menu-divisor.jpg) no-repeat 0 0;*/
	text-decoration: none !important;
	text-shadow: 1px 1px 1px #35388a;
	font-weight: normal !important;
}

#main-navigation-left ul li.first a,
#main-navigation-right ul li.first a,
#main-navigation-left ul li:first-child a,
#main-navigation-right ul li:first-child a {
	background: none;
}

#main-navigation-left ul li.current-menu-item a,
#main-navigation-right ul li.current-menu-item a,
#main-navigation-left ul li:hover a,
#main-navigation-right ul li:hover a,
#main-navigation-left ul li a:hover,
#main-navigation-right ul li a:hover {
	padding: 5px 10px;
	text-shadow: 1px 1px 1px #9b5916;
	/* background */
	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 */
	/* rounded corners */
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border: none;
	/* shadow */
	-webkit-box-shadow: 0px 1px 1px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 0px 1px 1px rgba(50, 50, 50, 0.75);
	box-shadow: 0px 1px 1px rgba(50, 50, 50, 0.75);
}

/* Submenus */

#main-navigation-left ul li ul.sub-menu,
#main-navigation-right ul li ul.sub-menu {
	position: absolute;
	top: 30px;
	z-index: 777;
	margin: 0px;
	padding: 0px;
	width: 200px;
	display: none;
	/* background */
	background: #f09e28;
	/* Old browsers */
	background: -moz-linear-gradient(top, #f09e28 0%, #eb7f1e 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f09e28), color-stop(100%, #eb7f1e));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f09e28 0%, #eb7f1e 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f09e28 0%, #eb7f1e 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f09e28 0%, #eb7f1e 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #f09e28 0%, #eb7f1e 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09e28', endColorstr='#eb7f1e', GradientType=0);
	/* IE6-9 */
	/* rounded corners */
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border: none;
	/* shadow */
	-webkit-box-shadow: 0px 1px 1px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 0px 1px 1px rgba(50, 50, 50, 0.75);
	box-shadow: 0px 1px 1px rgba(50, 50, 50, 0.75);
}

#main-navigation-left ul li ul.sub-menu li,
#main-navigation-right ul li ul.sub-menu li {
	float: none !important;
	font-size: 14px !important;
	position: relative;
}

#main-navigation-left ul li ul.sub-menu li a,
#main-navigation-right ul li ul.sub-menu li a {
	color: white;
	padding: 5px 10px;
	border-top: 1px dotted #db8202;
	text-decoration: none !important;
	text-shadow: 1px 1px 1px #995b01;
	background: none;
	display: block;
	font-size: 14px !important;
}

#main-navigation-left ul li ul.sub-menu li a:hover,
#main-navigation-right ul li ul.sub-menu li a:hover {
	background: #db8202;
}

#main-navigation-left ul li ul.sub-menu li.first a,
#main-navigation-right ul li ul.sub-menu li.first a {
	border: none !important;
}

#main-navigation-left ul li ul.sub-menu ul.sub-menu,
#main-navigation-right ul li ul.sub-menu ul.sub-menu {
	left: 200px;
	top: 0;
}

/* Logo */

.logo {
	width: 370px;
	height: 140px;
	position: relative;
	margin: 0 auto;
	padding: 0px;
}

.logo .h-logo {
	width: 370px;
	height: 220px;
	display: block;
	position: absolute;
	top: -65px;
	z-index: 100;
}

.logo .h-logo a {
	width: 100%;
	height: auto;
	display: block;
	position: relative;
	/*background:url(../../../../../../../../../themes/kindy-responsive/du-assets/images/kindy-dance-time-logo.png) no-repeat 0 0;*/
	text-indent: -9999px;
}

.logo .h-logo a img {
	width: 100%;
	height: auto;
	display: block;
	position: relative;
}

.bar-shadow-top {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	background: var(--wpr-bg-e932dddd-0492-4cb3-99e8-028319fc870a) no-repeat center 0;
	height: 50px;
	display: block;
	position: absolute;
	top: 129px;
}

.bar-shadow-bottom {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	background: #FFF var(--wpr-bg-778b9a8c-bdd1-4359-af3a-dab8f73c6345) no-repeat center 0;
	height: 50px;
	display: block;
	position: relative;
}

/* Rainbow */

.home .rainbow {
	height: 675px;
}

.rainbow {
	width: 100%;
	margin: 0 auto;
	background: var(--wpr-bg-e239d921-1542-4a58-ad48-7ad486faa765) repeat-y center 0px;
	position: absolute;
	z-index: 99;
}

/* Overlay Message */

.rainbow .overlay {
	width: 305px;
	height: 673px;
	max-height: 673px;
	margin: 0 auto;
	padding: 40px 0 20px 0;
	display: block;
}

.rainbow .overlay h2.slogan {
    /*font-size: 50px;*/
    font-size: 28px;
	text-align: center;
	color: #fff;
	line-height: 50px;
    text-shadow: 1px 2px 5px rgba(17, 17, 16, 0.24);
    margin-bottom: 15px;
}

.rainbow .overlay h3.slogan {
	font-size: 54px;
	color: #fff;
	line-height: 50px;
	text-align: center;
	text-shadow: 1px 2px 5px rgba(17, 17, 16, 0.24);
	margin-bottom: 20px;
	/**/
	margin-top: 20px;
}

.rainbow .overlay .intro {
	font-size: 18px;
	color: #fff;
	text-align: center;
	padding: 15px 0px;
	text-shadow: 1px 2px 5px rgba(17, 17, 16, 0.24);
}

.intro h3 {
	font-size: 30px;
	line-height: 36px;
}

/* Enrol Button */

.rainbow .overlay .enrol-buttons {
	width: 100%;
	padding-top: 25px;
}

.rainbow .overlay .enrol-buttons .split {
	margin-right: 5px;
}

.rainbow .overlay .enrol-buttons .enrol-now {
	float: left;
	display: block;
	background: #ffffff;
	/* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #c3c3c3 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #c3c3c3));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%, #c3c3c3 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%, #c3c3c3 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%, #c3c3c3 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%, #c3c3c3 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', 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;
}

.rainbow .overlay .enrol-buttons .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 */
}

.rainbow .overlay .enrol-buttons .enrol-now a {
	padding: 15px 25px 15px 10px;
	color: #385cb6;
	text-shadow: 1px 1px 1px #FFF;
	background: var(--wpr-bg-0d80e9d8-152a-43fe-b200-37aa102dcee6) no-repeat 102px -203px;
	cursor: pointer;
	display: block;
	width: 150px;
}

.rainbow .overlay .enrol-buttons .enrol-now a:hover {
	color: white;
	text-shadow: 1px 1px 1px #35388a;
	text-decoration: none;
}

/* Enrol Form */

.rainbow .enrol {
	width: 305px;
	height: 660px;
	max-height: 660px;
	margin: 0 auto;
	padding: 20px 10px 20px 10px;
	display: none;
}

.rainbow .enrol .slogan {
	color: white;
	font-size: 42px;
	text-align: center;
	text-shadow: 1px 1px 1px #9b5916;
	line-height: 50px;
}

.rainbow .enrol .close-enrol {
	color: white;
	text-shadow: 1px 1px 1px #9b5916;
	text-decoration: none;
	display: block;
	width: 100%;
	text-align: center;
	font-size: 16px;
}

.rainbow .enrol .close-enrol:hover {
	text-decoration: none;
}

.rainbow .enrol .enrol-form {
	width: 100%;
	max-height: 100%;
	padding-top: 30px;
	padding-bottom: 10px;
	overflow: hidden;
	overflow-y: auto;
}

.rainbow .enrol .enrol-form .gform_wrapper {
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}

.rainbow .enrol .enrol-form .gform_wrapper .gform_heading {
	display: none !important;
}

.rainbow .enrol .enrol-form .gform_wrapper .gform_body {
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	position: relative;
}

.rainbow .enrol .enrol-form .gform_wrapper .gform_body ul {
	margin: 0 !important;
	padding: 0 !important;
	position: relative;
	width: 100%;
}

.rainbow .enrol .enrol-form .gform_wrapper .gform_body ul li {
	list-style: none !important;
	padding: 0 !important;
	margin: 0px 0px 0px 0px !important;
	float: none;
	position: relative;
	font-weight: normal !important;
}

.rainbow .enrol .enrol-form .gform_wrapper .gform_body ul li.left {
	float: left !important;
	margin: -5px 0px 0px !important;
	padding: 0 !important;
}

.rainbow .enrol .enrol-form .gform_wrapper .gform_body ul li label {
	position: absolute;
	top: 0;
	margin-left: 10px;
	z-index: 2;
	color: #898989;
	font-weight: normal !important;
	font-size: 14px;
}

.rainbow .enrol .enrol-form .gform_wrapper .gform_body ul li.left label {
	top: 13px;
}

.rainbow .enrol .enrol-form .gform_wrapper .gform_body ul li .ginput_container {
	margin: 0 0 5px 0px !important;
	padding: 0 !important;
}

.rainbow .enrol .enrol-form .gform_wrapper .gform_body ul li .ginput_container input {
	font-family: 'BreeSerifRegular', Trebuchet MS, sans-serif;
	font-size: 16px;
	color: #898989;
	padding: 5px 8px;
	/* Border */
	border: 1px solid white !important;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border: none;
	/* Background */
	background: #dbdbdb;
	/* Old browsers */
	background: -moz-linear-gradient(top, #dbdbdb 0%, #ffffff 25%, #ffffff 75%, #dbdbdb 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dbdbdb), color-stop(25%, #ffffff), color-stop(75%, #ffffff), color-stop(100%, #dbdbdb));
	background: -webkit-linear-gradient(top, #dbdbdb 0%, #ffffff 25%, #ffffff 75%, #dbdbdb 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #dbdbdb 0%, #ffffff 25%, #ffffff 75%, #dbdbdb 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #dbdbdb 0%, #ffffff 25%, #ffffff 75%, #dbdbdb 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #dbdbdb 0%, #ffffff 25%, #ffffff 75%, #dbdbdb 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbdbdb', endColorstr='#dbdbdb', GradientType=0);
	/* IE6-9 */
}

.rainbow .enrol .enrol-form .gform_wrapper .gform_body ul li input.medium {
	width: 100% !important;
}

.rainbow .enrol .enrol-form .gform_wrapper .gform_body ul li.error input,
.rainbow .enrol .enrol-form .gform_wrapper .gform_body ul li.error .select {
	border: 2px solid #b63838 !important;
	color: #b63838 !important;
}

.rainbow .enrol .enrol-form .gform_wrapper .gform_body ul li.error label {
	color: #b63838 !important;
}

.rainbow .enrol .enrol-form .gform_wrapper .gform_body ul li .ginput_container input.small {
	width: 128px !important;
	margin-right: 4px;
}

.rainbow .enrol .enrol-form .gform_wrapper .gform_body ul li.gf_left_half input.small,
.rainbow .enrol .enrol-form .gform_wrapper .gform_body ul li.gf_right_half input.medium,
.rainbow .enrol .enrol-form .gform_wrapper .gform_body ul li.gf_right_half input.small {
	width: auto;
}

.rainbow .enrol .enrol-form .gform_wrapper .gform_body ul li.gf_left_half {
	float: left;
}

.rainbow .enrol .enrol-form .gform_wrapper .gform_body ul li.gf_right_half {
	float: right;
	clear: both;
}

.rainbow .enrol .enrol-form .gform_wrapper .gform_body ul li#field_2_7 label,
.rainbow .enrol .enrol-form .gform_wrapper .gform_body ul li#field_6_7 label {
	display: none;
}

.rainbow .enrol .enrol-form .gform_wrapper .gform_body ul li#field_2_11 label,
.rainbow .enrol .enrol-form .gform_wrapper .gform_body ul li#field_6_11 label {
	top: 3px !important;
}

.rainbow .enrol .enrol-form .gform_wrapper .gform_body ul li .ginput_container .gfield_select {
	width: 142px !important;
	height: 37px !important;
	padding: 5px 8px !important;
	font-family: 'BreeSerifRegular', Trebuchet MS, sans-serif;
	font-size: 16px;
	color: #898989;
	/* var(--wpr-bg-2b1bc0e8-9084-4d4c-b875-bace2efef2d3) no-repeat 0px -2014px; */
	/* Background */
	background: #FFFFFF var(--wpr-bg-2b1bc0e8-9084-4d4c-b875-bace2efef2d3) no-repeat -394px -2014px;
	/* Old browsers */
	background: -moz-linear-gradient(top, #dbdbdb 0%, #ffffff 25%, #ffffff 75%, #dbdbdb 100%) var(--wpr-bg-2b1bc0e8-9084-4d4c-b875-bace2efef2d3) no-repeat -394px -2014px;
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dbdbdb), color-stop(25%, #ffffff), color-stop(75%, #ffffff), color-stop(100%, #dbdbdb)) var(--wpr-bg-2b1bc0e8-9084-4d4c-b875-bace2efef2d3) no-repeat -394px -2014px;
	background: -webkit-linear-gradient(top, #dbdbdb 0%, #ffffff 25%, #ffffff 75%, #dbdbdb 100%) var(--wpr-bg-2b1bc0e8-9084-4d4c-b875-bace2efef2d3) no-repeat -394px -2014px;
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #dbdbdb 0%, #ffffff 25%, #ffffff 75%, #dbdbdb 100%) var(--wpr-bg-2b1bc0e8-9084-4d4c-b875-bace2efef2d3) no-repeat -394px -2014px;
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #dbdbdb 0%, #ffffff 25%, #ffffff 75%, #dbdbdb 100%) var(--wpr-bg-2b1bc0e8-9084-4d4c-b875-bace2efef2d3) no-repeat -394px -2014px;
	/* IE10+ */
	background: linear-gradient(to bottom, #dbdbdb 0%, #ffffff 25%, #ffffff 75%, #dbdbdb 100%) var(--wpr-bg-2b1bc0e8-9084-4d4c-b875-bace2efef2d3) no-repeat -394px -2014px;
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbdbdb', endColorstr='#dbdbdb', GradientType=0);
	/* IE6-9 */
	/* Border */
	border: 1px solid #FFFFFF;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	cursor: pointer;
}

.rainbow .enrol .enrol-form .gform_wrapper .gform_body ul li h2.gsection_title {
	color: white;
	font-size: 24px;
	text-align: center;
	text-shadow: 1px 1px 1px #9b5916;
	line-height: normal !important;
	padding: 0px !important;
}

.rainbow .enrol .enrol-form .gform_wrapper .gform_footer {
	width: 100% !important;
	height: 60px !important;
	margin: 0px auto 7px auto !important;
	display: block;
	/* Border */
	border: none;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	cursor: pointer;
	/* Background */
	background: #ffffff;
	/* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #c3c3c3 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #c3c3c3));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%, #c3c3c3 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%, #c3c3c3 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%, #c3c3c3 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%, #c3c3c3 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c3c3c3', GradientType=0);
	/* IE6-9 */
	/* Drop Shadow */
	-webkit-box-shadow: 0px 3px 5px rgba(50, 50, 50, 0.5);
	-moz-box-shadow: 0px 3px 5px rgba(50, 50, 50, 0.5);
	box-shadow: 0px 3px 5px rgba(50, 50, 50, 0.5);
}

.rainbow .enrol .enrol-form .gform_wrapper .gform_footer: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 */
}

.rainbow .enrol .enrol-form .gform_wrapper .gform_footer .gform_button {
	width: 100% !important;
	height: 60px !important;
	margin: 0 !important;
	padding: 0px 0px 0px;
	display: block;
	border: none;
	background: var(--wpr-bg-780f117d-cec1-4472-bdd2-925461064fa0) no-repeat 230px -196px;
	font-family: 'BreeSerifRegular', Trebuchet MS, sans-serif;
	font-size: 26px;
	color: #385cb6;
	text-shadow: 1px 1px 1px white;
	text-align: center;
	text-transform: lowercase;
	cursor: pointer;
}

.rainbow .enrol .enrol-form .gform_wrapper .gform_footer .gform_button:hover {
	color: #FFFFFF;
	text-shadow: 1px 1px 1px #1f3365;
}

#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: var(--wpr-bg-dd680726-ecf1-48b4-9128-ad2967d77357) repeat-x 0 0;
}

.rainbow-base-bar .rainbow-base {
	width: 435px;
	height: 54px;
	margin: 0 auto;
	background: var(--wpr-bg-c3fa3bf9-7e97-42e0-bc7a-c60a530c15c3) no-repeat 0 0;
}

/* Slide Front Page ----------------------------------------------------------------------------------------------------------------- */

#hero-banner {
	width: 100%;
	height: 673px;
	position: relative;
	margin: 0 auto;
	top: 100px;
}

.hero-wrapper {
	position: absolute;
	top: -240px;
	left: -137px;
	height: 800px;
	overflow: hidden;
}

.hero-container {
	position: relative;
}

#hero-banner .slide {
	width: 489px;
	height: 800px;
	text-align: left;
}

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

#hero-banner-inner {
	width: 100%;
	height: 271px;
	position: relative;
	overflow: hidden;
	margin: -140px auto 0px auto;
	background: #5f67ee var(--wpr-bg-1ae4d439-6fe5-4aef-af8a-78fea05ddafa) repeat-x 0 0;
}

#hero-banner-inner .slide {
	width: 100%;
	height: 271px;
	margin: 0 auto !important;
	text-align: center;
	background-color: #5f67ee !important;
}

.slide-wrap {
	position: relative;
	width: 100%;
	height: 271px;
}

.slides-mask {
	width: 100%;
	height: 271px;
	background: var(--wpr-bg-c937f6df-6e36-4fa2-91f2-431d37a5abad) no-repeat center top;
	position: absolute;
	top: 0;
	z-index: 10;
}

/* Overlay Inner Page */

/* 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;
}

/* Find A Class (header) --------------------------------------------------------------------------------------------------------------------- */

div#classes {
	width: 303px;
	height: 540px;
	overflow: hidden;
	position: absolute;
	z-index: 200;
	top: 150px;
	right: -30px;
	padding: 0px 0px 0px 0px;
}

div#classes .t-bg {
	width: 303px;
	height: 510px;
	position: absolute;
	z-index: 4;
	display: block;
	background: var(--wpr-bg-bce94958-8b44-40c1-bf1f-3c3a411a52dd) no-repeat -9px -1479px;
}

div#classes .t-icon,
#find-a-class .t-icon-hover {
	width: 95px;
	height: 95px;
	position: absolute;
	top: 66px;
	left: 103px;
	z-index: 5;
	display: block;
	/* background: var(--wpr-bg-2753cb6a-fd65-44b0-bb8d-ab0f1ed810c5) no-repeat -504px 0px; */
	background-image: var(--wpr-bg-2753cb6a-fd65-44b0-bb8d-ab0f1ed810c5);
	background-repeat: no-repeat;
	background-position: 0px -580px;
}

div#classes .t-icon-hover {
	display: none;
	z-index: 6;
	background-position: -504px -470px;
}

div#classes .t-circle-x,
div#classes .t-circle-y,
div#classes .t-circle-z {
	position: absolute;
	display: block;
	background: var(--wpr-bg-10c5b651-490b-40de-ac34-b7b95599160a) no-repeat 0 0;
}

div#classes .t-circle-x {
	width: 89px;
	height: 89px;
	z-index: 3;
	top: 10px;
	left: 92px;
	background-position: -63px -432px;
}

div#classes .t-circle-y {
	width: 123px;
	height: 123px;
	z-index: 2;
	top: 32px;
	left: 140px;
	background-position: -157px -409px;
}

div#classes .t-circle-z {
	width: 123px;
	height: 123px;
	z-index: 1;
	top: 56px;
	left: 35px;
	background-position: -286px -409px;
}

div#classes .t-title {
	padding: 160px 0px 10px 0px;
	border-bottom: 1px dotted #385cb6;
	color: #385cb6;
	font-size: 27px;
	text-align: center;
	line-height: normal;
	position: relative;
	z-index: 7;
	width: 293px;
	margin: 0 auto;
}

div#classes .t-content {
	padding: 10px;
	text-align: center;
	color: #545454;
	font-size: 14px;
	position: relative;
	z-index: 8;
	overflow: hidden;
	width: 273px;
	margin: 0 auto;
	height: auto;
}

div#classes .l-content .testimonial-wrapper {
	font-size: 13px;
	float: left;
	padding: 10px;
	width: 263px;
	height: 130px;
}

div#classes .l-content .testimonial-wrapper p {
	text-align: left;
	padding: 5px !important;
	margin: none !important;
}

div#classes .t-content .select {
	width: 100% !important;
}

div#classes .t-content input[type="text"] {
	width: 100% !important;
	padding: 5px;
}

div#classes .t-content ::-webkit-input-placeholder {
	color: #959595;
}

div#classes .t-content ::-moz-placeholder {
	color: #959595;
}

div#classes .t-content :-ms-input-placeholder {
	color: #959595;
}

div#classes .t-content :-moz-placeholder {
	color: #959595;
}

#classes .l-content .or,
#classes .t-content .or {
	display: block;
	width: 100%;
	height: 14px;
	margin: 10px 0;
	background-image: var(--wpr-bg-e6bfdc14-c06e-41c3-9711-f7cdf1c52ace);
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 100%;
}

div#classes .t-content a {
	color: #385cb6;
}

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

#testimonials-footer .l-content {
	min-height: 200px;
}

#testimonials-footer .l-content .testimonial-wrapper {
	font-size: 13px;
	float: left;
	padding: 10px;
	width: 263px;
	height: 130px;
}

#testimonials-footer .l-content .testimonial-wrapper {
	display: none;
	background: transparent !important;
	width: 100% !important;
}

#testimonials-footer .l-content .testimonial-wrapper p {
	text-align: center;
	padding: 5px !important;
	margin: none !important;
}

#testimonials-footer .l-content .testimonial-wrapper .author {
	color: #ec9722;
	padding: 10px 0px;
}

#testimonials-footer .t-link {
	padding: 10px 0px;
	border-top: 1px dotted #385cb6;
	color: #385cb6 !important;
	font-size: 16px;
	text-align: center;
	line-height: normal;
	position: relative;
	z-index: 8;
	width: 85%;
	margin: -12px auto 0px;
}

#testimonials-footer .t-next,
#testimonials-footer .t-prev {
	width: 13px;
	height: 13px;
	background: var(--wpr-bg-c33991d9-d01b-4f04-9493-57fbfb2e6dcb) no-repeat 0px 0px;
	position: absolute;
	top: 360px;
	z-index: 100;
	text-indent: -9999px;
	cursor: pointer;
}

#testimonials-footer .t-next {
	background-position: 0px -292px;
	right: 10px;
}

#testimonials-footer .t-next:hover {
	background-position: 0px -345px;
}

#testimonials-footer .t-prev {
	background-position: 0px -389px;
	left: 10px;
}

#testimonials-footer .t-prev:hover {
	background-position: 0px -442px;
}

#testimonials-footer .t-link a {
	color: #385cb6 !important;
}

#testimonials-footer .t-link a:hover {
	color: #ec9722 !important;
}

#testimonials-footer .l-icon {
	background-position: -504px 0;
}

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

#content .page-title {
	background: var(--wpr-bg-ec2b1f11-02c9-4518-988a-e9e24cf71999) repeat 0px -2135px;
	display: block;
	width: 100%;
}

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

#content .page-title .title-circle h1 {
	color: #385cb6;
	font-size: 30px;
	text-align: center;
	max-width: 500px;
	width: 100%;
	margin: 0 auto;
	background-color: #FFFFFF;
	background-image: url(../../../../../../../../../themes/kindy-responsive/du-assets/images/sprites.png), url(../../../../../../../../../themes/kindy-responsive/du-assets/images/sprites.png);
	background-repeat: no-repeat;
	background-position: 0px -2082px, 492px -2082px;
	padding: 0px 0px 0px 0px !important;
}

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

#content p.intro {
	font-size: 18px;
	color: #385cb6;
	text-align: center;
	line-height: 26px;
}

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

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

.lead-ins {
	margin: 40px auto;
	padding: 40px 0px 30px 0px;
	background: var(--wpr-bg-9949e7d0-ef27-490d-9a68-a0c17b32e2d9) 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: 0px 0px 0px 0px;
	margin: 0px 40px 0px 0px;
}

.lead-ins ul li .l-bg {
	width: 293px;
	height: 510px;
	position: absolute;
	z-index: 4;
	display: block;
	background: var(--wpr-bg-c44c2a3b-26d4-4e79-9819-68a881d22cc1) no-repeat -397px -1479px;
}

.lead-ins ul li .l-title {
	padding: 160px 0px 10px 0px;
	border-bottom: 1px dotted #385cb6;
	color: #385cb6;
	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: 0px;
	width: 100%;
	font-size: 13px;
	color: #959595;
	font-weight: 100 !important;
}

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

.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: var(--wpr-bg-101a93b5-1116-4bb7-9f90-1fe76bef19cc) 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-family: 'BreeSerifRegular', Trebuchet MS, sans-serif;
	font-size: 14px;
	color: #959595;
	/* var(--wpr-bg-f3c7c6a9-cc03-4511-b1a8-c182354580cb) no-repeat 0px -2014px; */
	/* Background */
	background: #FFFFFF var(--wpr-bg-f3c7c6a9-cc03-4511-b1a8-c182354580cb) no-repeat -270px -2014px;
	;
	/* Old browsers */
	background: -moz-linear-gradient(top, #dbdbdb 0%, #ffffff 25%, #ffffff 75%, #dbdbdb 100%) var(--wpr-bg-f3c7c6a9-cc03-4511-b1a8-c182354580cb) no-repeat -270px -2014px;
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dbdbdb), color-stop(25%, #ffffff), color-stop(75%, #ffffff), color-stop(100%, #dbdbdb)) var(--wpr-bg-f3c7c6a9-cc03-4511-b1a8-c182354580cb) no-repeat -270px -2014px;
	background: -webkit-linear-gradient(top, #dbdbdb 0%, #ffffff 25%, #ffffff 75%, #dbdbdb 100%) var(--wpr-bg-f3c7c6a9-cc03-4511-b1a8-c182354580cb) no-repeat -270px -2014px;
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #dbdbdb 0%, #ffffff 25%, #ffffff 75%, #dbdbdb 100%) var(--wpr-bg-f3c7c6a9-cc03-4511-b1a8-c182354580cb) no-repeat -270px -2014px;
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #dbdbdb 0%, #ffffff 25%, #ffffff 75%, #dbdbdb 100%) var(--wpr-bg-f3c7c6a9-cc03-4511-b1a8-c182354580cb) no-repeat -270px -2014px;
	/* IE10+ */
	background: linear-gradient(to bottom, #dbdbdb 0%, #ffffff 25%, #ffffff 75%, #dbdbdb 100%) var(--wpr-bg-f3c7c6a9-cc03-4511-b1a8-c182354580cb) no-repeat -270px -2014px;
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbdbdb', endColorstr='#dbdbdb', GradientType=0);
	/* IE6-9 */
	/* Border */
	border: 1px solid #FFFFFF;
	-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;
}

/*
.select-parent {
	width:256px !important;
	overflow: hidden;
}
#state-picker-box .select-parent select {
	width: 291px !important;
	background: #FFFFFF url(../../../../../../../../../themes/kindy-responsive/du-assets/images/sprites.png) no-repeat -296px -2014px;
}
*/

.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-family: 'BreeSerifRegular', Trebuchet MS, sans-serif;
	font-size: 14px;
	color: #959595;
	/* var(--wpr-bg-6723ca56-4bb8-4434-b2a3-1aabcb406062) no-repeat 0px -2014px; */
	/* Background */
	background: #FFFFFF var(--wpr-bg-6723ca56-4bb8-4434-b2a3-1aabcb406062) no-repeat -220px -2014px;
	;
	/* Old browsers */
	background: -moz-linear-gradient(top, #dbdbdb 0%, #ffffff 25%, #ffffff 75%, #dbdbdb 100%) var(--wpr-bg-6723ca56-4bb8-4434-b2a3-1aabcb406062) no-repeat -220px -2014px;
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dbdbdb), color-stop(25%, #ffffff), color-stop(75%, #ffffff), color-stop(100%, #dbdbdb)) var(--wpr-bg-6723ca56-4bb8-4434-b2a3-1aabcb406062) no-repeat -220px -2014px;
	background: -webkit-linear-gradient(top, #dbdbdb 0%, #ffffff 25%, #ffffff 75%, #dbdbdb 100%) var(--wpr-bg-6723ca56-4bb8-4434-b2a3-1aabcb406062) no-repeat -220px -2014px;
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #dbdbdb 0%, #ffffff 25%, #ffffff 75%, #dbdbdb 100%) var(--wpr-bg-6723ca56-4bb8-4434-b2a3-1aabcb406062) no-repeat -220px -2014px;
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #dbdbdb 0%, #ffffff 25%, #ffffff 75%, #dbdbdb 100%) var(--wpr-bg-6723ca56-4bb8-4434-b2a3-1aabcb406062) no-repeat -220px -2014px;
	/* IE10+ */
	background: linear-gradient(to bottom, #dbdbdb 0%, #ffffff 25%, #ffffff 75%, #dbdbdb 100%) var(--wpr-bg-6723ca56-4bb8-4434-b2a3-1aabcb406062) no-repeat -220px -2014px;
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbdbdb', endColorstr='#dbdbdb', GradientType=0);
	/* IE6-9 */
	/* Border */
	border: 1px solid #FFFFFF;
	-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: 35px;
	width: 100%;
	/*height:25px;*/
	text-align: center;
	font-family: 'BreeSerifRegular', Trebuchet MS, sans-serif;
	font-size: 14px;
	color: #959595;
	padding: 8px;
	/* Border */
	border: 1px solid #fff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border: none;
	/* Background */
	background: #dbdbdb;
	/* Old browsers */
	background: -moz-linear-gradient(top, #dbdbdb 0%, #ffffff 25%, #ffffff 75%, #dbdbdb 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dbdbdb), color-stop(25%, #ffffff), color-stop(75%, #ffffff), color-stop(100%, #dbdbdb));
	background: -webkit-linear-gradient(top, #dbdbdb 0%, #ffffff 25%, #ffffff 75%, #dbdbdb 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #dbdbdb 0%, #ffffff 25%, #ffffff 75%, #dbdbdb 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #dbdbdb 0%, #ffffff 25%, #ffffff 75%, #dbdbdb 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #dbdbdb 0%, #ffffff 25%, #ffffff 75%, #dbdbdb 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbdbdb', endColorstr='#dbdbdb', GradientType=0);
	/* IE6-9 */
}

.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: #ffffff;
	/* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #c3c3c3 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #c3c3c3));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%, #c3c3c3 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%, #c3c3c3 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%, #c3c3c3 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%, #c3c3c3 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', 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 0px;
	color: #385cb6;
	font-size: 21px;
	text-shadow: 1px 1px 1px #FFF;
	text-decoration: none !important;
	text-align: center;
	/* Background */
	background: var(--wpr-bg-dafc3756-7986-4146-b768-4c826445fb2f) 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(../../../../../../../../../themes/kindy-responsive/du-assets/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 {
	font-family: 'BreeSerifRegular', Trebuchet MS, sans-serif;
	display: block;
	width: 100%;
	height: 61px;
	padding: 15px 0px;
	margin-top: 15px;
	color: #385cb6;
	font-size: 21px;
	text-shadow: 1px 1px 1px #FFF;
	text-decoration: none !important;
	text-align: center;
	cursor: pointer;
	border: none;
	/* Background */
	background: var(--wpr-bg-c07d29cd-a447-44e1-ae42-e3d783d10a32) 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: var(--wpr-bg-de78d807-8cda-4d7b-b3fa-cdf408f4620c) no-repeat 0px 0px;
}

#back-to-search #back-to-class-submit {
	box-sizing: content-box;
	font-family: 'BreeSerifRegular', Trebuchet MS, sans-serif;
	font-size: 14px;
	text-align: center;
	display: inline-block;
	margin: 10px 0px;
	color: #545454 !important;
	cursor: pointer;
	text-shadow: 1px 1px 1px #FFFFFF;
	padding: 13px 0;
	height: 28px;
	width: 306px;
	border: none;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background: #f4f4f4;
	background: -moz-linear-gradient(top, #ffffff 0%, #c3c3c3 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #c3c3c3));
	background: -webkit-linear-gradient(top, #ffffff 0%, #c3c3c3 100%);
	background: -o-linear-gradient(top, #ffffff 0%, #c3c3c3 100%);
	background: -ms-linear-gradient(top, #ffffff 0%, #c3c3c3 100%);
	background: linear-gradient(to bottom, #ffffff 0%, #c3c3c3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', 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);
}

.l-icon-hover {
	display: none;
	z-index: 6;
}

.l-circle-x,
.l-circle-y,
.l-circle-z {
	position: absolute;
	display: block;
	background: var(--wpr-bg-a33a3aac-d2c4-4461-855a-b6313deb25d5) no-repeat 0 0;
}

.l-circle-x {
	width: 89px;
	height: 89px;
	z-index: 3;
	top: 10px;
	left: 92px;
	background-position: -63px -432px;
}

.l-circle-y {
	width: 123px;
	height: 123px;
	z-index: 2;
	top: 32px;
	left: 140px;
	background-position: -157px -409px;
}

.l-circle-z {
	width: 123px;
	height: 123px;
	z-index: 1;
	top: 56px;
	left: 35px;
	background-position: -286px -409px;
}

/* Find a class */

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

.lead-ins ul li.l-find-a-class .l-icon-hover {
	background-position: 0px -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 0px;
	width: 81px;
	height: 62px;
	overflow: hidden;
}

.lead-ins ul li.l-gallery .l-content .widget-gallery .last-thumb {
	margin: 5px 0px !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: 0px !important;
	margin: 0px !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 {
	line-height: normal;
	color: #385cb6;
	padding: 0px;
	margin-bottom: 10px;
}

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

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

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

.inner-page p {
	font-size: 15px;
	line-height: normal;
	color: #385cb6;
	margin: 5px 0px;
}

.inner-page ul {
}

.inner-page ul li {
}

.four-o-four {
	min-height: 580px;
	background: var(--wpr-bg-58c353ef-7c89-42c6-820c-9be725c20726) no-repeat center 60px;
	text-align: center !important;
}

/* Our Team Styles */

.team-member {
	width: 100%;
	margin: 10px 0px 0px;
	padding: 10px 0px 20px;
	border-bottom: 1px dotted #385cb6;
}

.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: 0px;
	z-index: 1;
	background: var(--wpr-bg-ca0d39b9-2b8d-4b36-b8da-454fea2a9615) 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: var(--wpr-bg-98e95a9a-2bd8-41af-8323-4ca8e8d547d0) no-repeat 0 0;
	text-align: left;
	line-height: normal;
	color: #385cb6;
	margin: 40px 0px 20px 0px;
	border-bottom: 1px dotted #385cb6;
	padding-bottom: 20px;
}

.faq-container .question {
	min-height: 45px;
	padding: 0px 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 #385cb6; */
	padding: 20px;
	margin: 5px 0px 0px 50px;
	display: none;
}

.teacher-silhouette {
	background: var(--wpr-bg-80ecd92c-1f7d-40f5-860f-c2d7b14a9011) no-repeat 0 0 !important;
}

/* Testimonials Styles */

.testimonial-container {
	width: 100%;
	background: var(--wpr-bg-d97c6d21-e54b-45c9-93ae-17fcaf51d3ab) no-repeat -900px -1641px;
	text-align: left;
	line-height: normal;
	color: #385cb6;
	margin: 20px 0px 0px;
	padding: 0px 0px 20px;
	border-bottom: 1px dotted #385cb6;
}

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

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

/* Gallery Styles */

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

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

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

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

.gallery-wrapper .thumbnail-container,
.gallery-wrapper .last-thumb,
.inner-page .ngg-album-compactbox {
	width: 166px;
	height: 124px;
	overflow: hidden;
	border: 5px solid #f4f4f4;
	float: left;
	margin: 20px 20px 5px 0px;
	padding: 0 !important;
	-webkit-box-shadow: 0px 3px 5px rgba(50, 50, 50, 0.5);
	-moz-box-shadow: 0px 3px 5px rgba(50, 50, 50, 0.5);
	box-shadow: 0px 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 #f4f4f4;
	float: left;
	margin: 10px 20px 10px 0px;
	padding: 0 !important;
	-webkit-box-shadow: 0px 3px 5px rgba(50, 50, 50, 0.5);
	-moz-box-shadow: 0px 3px 5px rgba(50, 50, 50, 0.5);
	box-shadow: 0px 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: 0px !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: #efa628;
	-webkit-box-shadow: 0px 0px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow: 0px 0px 0px rgba(50, 50, 50, 0.5);
	box-shadow: 0px 0px 0px 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 {
	margin: 0 auto;
	max-width: 500px;
	width: 100%;
}

.branch-location-details {
	/*float:left;
	width:20%;
	height:175px;
	padding:0 2.5%;*/
	padding: 5px 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 .view-branch-classes,
.branch-location-details .view-branch-classes:link,
.branch-location-details .view-branch-classes:visited {
	-moz-box-shadow: inset 0px 1px 0px 0px #8196eb;
	-webkit-box-shadow: inset 0px 1px 0px 0px #8196eb;
	box-shadow: inset 0px 1px 0px 0px #8196eb;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #5b73c4), color-stop(1, #35519d));
	background: -moz-linear-gradient( center top, #5b73c4 5%, #35519d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5b73c4', endColorstr='#35519d');
	background-color: #5b73c4;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
	text-indent: 0;
	border: 1px solid #8495d4;
	display: inline-block;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	height: 28px;
	line-height: 26px;
	width: 100%;
	text-decoration: none;
	text-align: center;
	text-shadow: 1px 1px 0px #24479f;
}

.branch-location-details .view-branch-classes:hover,
.branch-location-details .view-branch-classes:focus,
.branch-location-details .view-branch-classes:active {
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #35519d), color-stop(1, #5b73c4));
	background: -moz-linear-gradient( center top, #35519d 5%, #5b73c4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#35519d', endColorstr='#5b73c4');
	background-color: #35519d;
}

#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: 0px;
	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: 13px;
	text-decoration: none !important;
	color: #385cb6;
	padding: 5px 10px;
	margin: 0px 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: 13px;
	color: #FFF;
	background: #ec9722;
	padding: 5px 10px;
	margin: 0px 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 0px 0px*/
	;
	padding: 0px;
	display: block;
}

.left-coloumn h3 {
	font-size: 19px !important;
	color: #385cb6 !important;
}

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

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

/* Right Coloumn */

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

/* Gravity Form Contact */

.right-coloumn .gform_wrapper {
	margin: 0px 0px 0px 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 0px 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-family: 'BreeSerifRegular', Trebuchet MS, sans-serif;
	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%, #ffffff 25%, #ffffff 75%, #dbdbdb 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dbdbdb), color-stop(25%, #ffffff), color-stop(75%, #ffffff), color-stop(100%, #dbdbdb));
	background: -webkit-linear-gradient(top, #dbdbdb 0%, #ffffff 25%, #ffffff 75%, #dbdbdb 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #dbdbdb 0%, #ffffff 25%, #ffffff 75%, #dbdbdb 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #dbdbdb 0%, #ffffff 25%, #ffffff 75%, #dbdbdb 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #dbdbdb 0%, #ffffff 25%, #ffffff 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%, #ffffff 10%, #ffffff 90%, #dbdbdb 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dbdbdb), color-stop(10%, #ffffff), color-stop(90%, #ffffff), color-stop(100%, #dbdbdb));
	background: -webkit-linear-gradient(top, #dbdbdb 0%, #ffffff 10%, #ffffff 90%, #dbdbdb 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #dbdbdb 0%, #ffffff 10%, #ffffff 90%, #dbdbdb 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #dbdbdb 0%, #ffffff 10%, #ffffff 90%, #dbdbdb 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #dbdbdb 0%, #ffffff 10%, #ffffff 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: #ffffff;
	/* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #c3c3c3 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #c3c3c3));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%, #c3c3c3 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%, #c3c3c3 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%, #c3c3c3 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%, #c3c3c3 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', 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: #ffffff;
	/* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #c3c3c3 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #c3c3c3));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%, #c3c3c3 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%, #c3c3c3 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%, #c3c3c3 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%, #c3c3c3 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', 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-family: 'BreeSerifRegular', Trebuchet MS, sans-serif;
	font-size: 16px;
	padding: 15px 40px 15px 10px;
	color: #385cb6;
	text-shadow: 1px 1px 1px #FFF;
	background: var(--wpr-bg-6c7d1ac5-df7f-4d90-8b3b-7d243d3563c8) 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;
}

/* Dashboard Management form */

.right-coloumn #gform_wrapper_3.gform_wrapper {
	margin: 0 !important;
}

.right-coloumn #gform_wrapper_3.gform_wrapper .gform_body li label {
	position: static;
	top: auto;
	left: auto;
	font-weight: normal;
}

.right-coloumn #gform_wrapper_3.gform_wrapper .gform_body ul li .ginput_container .gfield_select {
	-moz-appearance: none;
	background: var(--wpr-bg-1753e59e-9367-4631-aa03-ead861eca410) no-repeat scroll -394px -2014px #FFFFFF;
	border: medium none;
	border-radius: 8px 8px 8px 8px;
	color: #898989;
	cursor: pointer;
	font-family: 'BreeSerifRegular', Trebuchet MS, sans-serif;
	font-size: 16px;
	height: 37px !important;
	padding: 5px 8px !important;
	width: 142px !important;
}

#gform_wrapper_3.gform_wrapper .top_label li.gfield.gf_left_half input.small,
#gform_wrapper_3.gform_wrapper .top_label li.gfield.gf_right_half input.small {
	width: 88%;
}

#gform_wrapper_3.gform_wrapper .top_label li.gfield.gf_left_half,
#gform_wrapper_3.gform_wrapper .top_label li.gfield.gf_right_half {
	width: 162px;
}

#gform_wrapper_3.gform_wrapper .top_label li.gfield.gf_right_half {
	float: left;
	clear: right !important;
}

#gform_wrapper_3.gform_wrapper .ginput_complex.ginput_container {
	width: 318px;
}

#gform_wrapper_3.gform_wrapper .ginput_complex input {
	width: 88% !important;
}

#gform_wrapper_3.gform_wrapper li.gfield.gfield_error.gfield_contains_required {
	margin: 0 !important;
	padding: 0 !important;
}

#gform_wrapper_3.gform_wrapper li.gfield.gfield_error,
#gform_wrapper_3.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
}

#gform_wrapper_3.gform_wrapper .top_label .gfield_description.validation_message,
#gform_wrapper_3.gform_wrapper .gfield_description.validation_message {
	padding: 0 !important;
}

/* Teacher Edit form */

.right-coloumn #gform_wrapper_5.gform_wrapper {
	margin: 0 !important;
}

.right-coloumn #gform_wrapper_5.gform_wrapper .gform_body li label {
	position: static;
	top: auto;
	left: auto;
	font-weight: normal;
}

.right-coloumn #gform_wrapper_5.gform_wrapper .gform_body ul li .ginput_container .gfield_select {
	-moz-appearance: none;
	background: var(--wpr-bg-9494f5a3-55d0-4cf8-bf50-712120a1b96d) no-repeat scroll -394px -2014px #FFFFFF;
	border: medium none;
	border-radius: 8px 8px 8px 8px;
	color: #898989;
	cursor: pointer;
	font-family: 'BreeSerifRegular', Trebuchet MS, sans-serif;
	font-size: 16px;
	height: 37px !important;
	padding: 5px 8px !important;
	width: 142px !important;
}

#gform_wrapper_5.gform_wrapper .top_label li.gfield.gf_left_half input.small,
#gform_wrapper_5.gform_wrapper .top_label li.gfield.gf_right_half input.small {
	width: 88%;
}

#gform_wrapper_5.gform_wrapper .top_label li.gfield.gf_left_half,
#gform_wrapper_5.gform_wrapper .top_label li.gfield.gf_right_half {
	width: 162px;
}

#gform_wrapper_5.gform_wrapper .top_label li.gfield.gf_right_half {
	float: left;
	clear: right !important;
}

#gform_wrapper_5.gform_wrapper .ginput_complex.ginput_container {
	width: 318px;
}

#gform_wrapper_5.gform_wrapper .ginput_complex input {
	width: 88% !important;
}

#gform_wrapper_5.gform_wrapper li.gfield.gfield_error.gfield_contains_required {
	margin: 0 !important;
	padding: 0 !important;
}

#gform_wrapper_5.gform_wrapper li.gfield.gfield_error,
#gform_wrapper_5.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
}

#gform_wrapper_5.gform_wrapper .top_label .gfield_description.validation_message,
#gform_wrapper_5.gform_wrapper .gfield_description.validation_message {
	padding: 0 !important;
}

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

/* Client Area Styles */

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

/* Sidebar menu */

#sidebar-menu {
	/*width:246px;*/
	width: 100%;
}

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

#sidebar-menu .manage.gradient-orange:hover {
	background: linear-gradient(to bottom, #637FC5 0%, #324D94 100%) repeat scroll 0 0 transparent;
}

#sidebar-menu .manage span,
#sidebar-menu .manage a {
	background: var(--wpr-bg-8af62cfe-c2f8-4891-94f2-45fd9cc2d6dc) no-repeat 220px -2642px;
	display: block;
	width: 100%;
	text-decoration: none;
	color: #fff;
}

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

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

#sidebar-menu .parent-account li {
	list-style: none !important;
	padding: 0px 10px 15px 10px;
	border-bottom: 1px dotted #CCCCCC;
	background: none !important;
}

#sidebar-menu .parent-account li .label {
	color: #efa628 !important;
	font-size: 16px;
	padding: 10px 0px 10px 5px;
}

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

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

#sidebar-menu .student h4 {
	color: #545454 !important;
	padding: 10px 10px 0px 15px;
}

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

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

#sidebar-menu .student-account li .label {
	color: #efa628 !important;
	font-size: 16px;
	padding: 10px 0px 5px 5px;
	position: relative;
	text-align: left;
	display: block;
}

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

#sidebar-menu .new-inclusion {
	text-align: center;
	margin: 10px 0px;
	cursor: pointer;
	text-shadow: 1px 1px 1px #FFFFFF;
	/* Background */
	background: #f4f4f4;
	/* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #c3c3c3 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #c3c3c3));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%, #c3c3c3 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%, #c3c3c3 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%, #c3c3c3 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%, #c3c3c3 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c3c3c3', GradientType=0);
	/* IE6-9 */
}

#sidebar-menu .new-inclusion:hover {
	color: white;
	text-shadow: 1px 1px 1px #bd6618;
	/* Background */
	background: #ec9520;
	/* Old browsers */
	background: -moz-linear-gradient(top, #f09e28 0%, #eb7f1e 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f09e28), color-stop(100%, #eb7f1e));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f09e28 0%, #eb7f1e 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f09e28 0%, #eb7f1e 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f09e28 0%, #eb7f1e 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #f09e28 0%, #eb7f1e 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09e28', endColorstr='#eb7f1e', GradientType=0);
	/* IE6-9 */
}

#sidebar-menu .new-inclusion span {
	text-align: center;
	background: var(--wpr-bg-45e93110-38a6-4089-9930-fb46c8871078) no-repeat 55px -2755px;
	padding: 13px 0px 5px 20px;
	cursor: pointer;
	color: #545454 !important;
	display: block;
	/*height:28px;*/
}

#sidebar-menu .new-inclusion span:hover {
	color: #FFFFFF !important;
	text-shadow: 1px 1px 1px #c28639 !important;
}

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

#sidebar-menu .add-child-form h4 {
	color: #545454 !important;
	padding: 0 10px;
}

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

.add-child-form.l-content .form-container input.medium {
	width: 230px;
	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;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	background: #EC9520;
	color: white;
}

#sidebar-menu .remove-button {
	display: block;
	width: 14px;
	height: 15px;
	text-indent: -5000px;
	overflow: hidden;
	background: var(--wpr-bg-ee7f6aa2-adcd-489d-a451-2fb57743d8c6) no-repeat;
	cursor: pointer;
}

#sidebar-menu .edit-button {
	display: block;
	width: 16px;
	height: 15px;
	text-indent: -5000px;
	overflow: hidden;
	background: var(--wpr-bg-4c51436e-dd09-4e7b-a935-114335b375de) 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 dotted #CCCCCC;
}

#sidebar-menu .cancel-add-child {
	position: absolute;
	top: 5px;
	right: 5px;
	background: var(--wpr-bg-0ff28687-cc61-4768-bce5-58a03dd03734);
}

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

/* Client Area Content Area */

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

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

.top-page h3.title {
	float: left;
	font-size: 18px;
	color: #545454;
	width: 200px !important;
	border: none !important;
	padding: 12px 0px 0px;
	margin: 0px;
}

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

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

.top-page .menu-client-area ul li {
	float: left;
	padding: 0px;
	margin: 0px 0px 0px 3px;
	text-align: center;
	width: 118px;
	height: 48px;
	display: block;
	position: relative;
	top: 5px;
	list-style: none;
	font-size: 16px;
	color: white;
	/* Background */
	background: #f09e28;
	/* Old browsers */
	background: -moz-linear-gradient(top, #f09e28 0%, #eb7f1e 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f09e28), color-stop(100%, #eb7f1e));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f09e28 0%, #eb7f1e 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f09e28 0%, #eb7f1e 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f09e28 0%, #eb7f1e 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #f09e28 0%, #eb7f1e 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09e28', endColorstr='#eb7f1e', GradientType=0);
	/* IE6-9 */
	/* Corners */
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	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: 0px;
	/* 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 */
}

.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 0px 0px;
	margin: 0px;
	background: var(--wpr-bg-f2d8fd1e-2f70-4a79-b4c3-a54a9076c313) 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 0px;
	width: 55%;
}

.dashboard-table thead th {
	font-size: 19px;
	color: #385cb6;
	padding: 10px 0px;
	margin: 0px;
	text-align: left;
	font-weight: normal !important;
}

.dashboard-table tbody td {
	color: #385cb6;
	text-align: center;
	padding: 10px 0px;
}

.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: #ffffff;
}

.dashboard-table tfoot td.term {
	color: white !important;
	background: #efa628 !important;
}

ul.status-table li {
	background: none;
	padding: 0;
	float: left;
	margin-right: 10px;
}

.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: var(--wpr-bg-6874847a-12cc-46a2-a516-8b8fb44d5885) 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: var(--wpr-bg-d1022d2d-6504-460f-b060-0a94f2684f71) no-repeat 0px 7px;
	display: block;
	margin: 2px 0px 0px 14px;
}

/* Dashborad - Warning Message */

.warning-message {
	width: 99%;
	border: 3px solid #385cb6;
	background: #f5f7fb;
	margin: 20px 0px;
}

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

.warning-message p {
	padding: 20px;
	color: #385cb6;
	font-size: 14px;
	line-height: 18px;
	margin: 0 !important;
}

/* Enrol */

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

.find-location .form-select-small {
	width: 218px !important;
	height: 37px !important;
	padding: 5px 41px 5px 8px !important;
	font-family: 'BreeSerifRegular', Trebuchet MS, sans-serif;
	font-size: 14px;
	color: #959595;
	/* var(--wpr-bg-ddfbfdf3-e35d-4a60-be9f-fe0505a97474) no-repeat 0px -2014px; */
	/* Background */
	background: #FFFFFF var(--wpr-bg-ddfbfdf3-e35d-4a60-be9f-fe0505a97474) no-repeat -317px -2014px;
	;
	/* Old browsers */
	background: -moz-linear-gradient(top, #dbdbdb 0%, #ffffff 25%, #ffffff 75%, #dbdbdb 100%) var(--wpr-bg-ddfbfdf3-e35d-4a60-be9f-fe0505a97474) no-repeat -317px -2014px;
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dbdbdb), color-stop(25%, #ffffff), color-stop(75%, #ffffff), color-stop(100%, #dbdbdb)) var(--wpr-bg-ddfbfdf3-e35d-4a60-be9f-fe0505a97474) no-repeat -317px -2014px;
	background: -webkit-linear-gradient(top, #dbdbdb 0%, #ffffff 25%, #ffffff 75%, #dbdbdb 100%) var(--wpr-bg-ddfbfdf3-e35d-4a60-be9f-fe0505a97474) no-repeat -317px -2014px;
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #dbdbdb 0%, #ffffff 25%, #ffffff 75%, #dbdbdb 100%) var(--wpr-bg-ddfbfdf3-e35d-4a60-be9f-fe0505a97474) no-repeat -317px -2014px;
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #dbdbdb 0%, #ffffff 25%, #ffffff 75%, #dbdbdb 100%) var(--wpr-bg-ddfbfdf3-e35d-4a60-be9f-fe0505a97474) no-repeat -317px -2014px;
	/* IE10+ */
	background: linear-gradient(to bottom, #dbdbdb 0%, #ffffff 25%, #ffffff 75%, #dbdbdb 100%) var(--wpr-bg-ddfbfdf3-e35d-4a60-be9f-fe0505a97474) no-repeat -317px -2014px;
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbdbdb', endColorstr='#dbdbdb', GradientType=0);
	/* IE6-9 */
	/* Border */
	border: 1px solid #FFFFFF;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	cursor: pointer;
	text-align: center;
}

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

#class-back a,
#class-back a:link,
#class-back a:visited {
	text-align: center;
	display: inline-block;
	margin: 10px 0px;
	color: #545454 !important;
	cursor: pointer;
	text-shadow: 1px 1px 1px #FFFFFF;
	padding: 13px 0 5px;
	/*height: 28px;*/
	width: 246px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background: #f4f4f4;
	background: -moz-linear-gradient(top, #ffffff 0%, #c3c3c3 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #c3c3c3));
	background: -webkit-linear-gradient(top, #ffffff 0%, #c3c3c3 100%);
	background: -o-linear-gradient(top, #ffffff 0%, #c3c3c3 100%);
	background: -ms-linear-gradient(top, #ffffff 0%, #c3c3c3 100%);
	background: linear-gradient(to bottom, #ffffff 0%, #c3c3c3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c3c3c3', GradientType=0);
}

#class-back a:hover,
#class-back a:focus,
#class-back a: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);
}

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

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

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

.class-result .class-header {
	background: #385cb6;
	color: white;
	padding: 8px;
}

.class-result .class-header .class-title {
	width: 30%;
	float: left;
	background: var(--wpr-bg-067a770e-a610-43a0-97a0-626eb6e2a44b) no-repeat 3px -2704px;
	padding-left: 18px;
}

.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: var(--wpr-bg-162c1c0a-8b9b-4c70-8050-77cc8db1683c) no-repeat 0px -47px;
	float: right;
	display: block;
	cursor: pointer;
}

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

.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: #385cb6;
	font-size: 26px;
}

.class-result .class-details .class-specs {
	padding: 10px;
}

.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;
}

.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 {
	color: #385cb6;
	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 {
	color: #545454;
	font-size: 14px;
	line-height: 18px;
}

.class-result .class-details-footer {
	height: 15px;
	display: none;
	background: #385cb6;
	-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 {
	font-family: 'BreeSerifRegular', Trebuchet MS, sans-serif;
	color: white !important;
	text-align: center;
	text-decoration: none !important;
	padding: 5px 0px;
	/*height:20px !important;*/
	width: 100%;
	display: block !important;
	/* Background */
	background: #637fc5/*url(../../../../../../../../../themes/kindy-responsive/du-assets/images/sprites.png) no-repeat 340px -2651px*/
	;
	/* Old browsers */
	background: -moz-linear-gradient(top, #637fc5 0%, #324d94 100%)/*url(../../../../../../../../../themes/kindy-responsive/du-assets/images/sprites.png) no-repeat 340px -2651px*/
	;
	/* 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%)/*url(../../../../../../../../../themes/kindy-responsive/du-assets/images/sprites.png) no-repeat 340px -2651px*/
	;
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #637fc5 0%, #324d94 100%)/*url(../../../../../../../../../themes/kindy-responsive/du-assets/images/sprites.png) no-repeat 340px -2651px*/
	;
	/* IE10+ */
	background: linear-gradient(to bottom, #637fc5 0%, #324d94 100%)/*url(../../../../../../../../../themes/kindy-responsive/du-assets/images/sprites.png) no-repeat 340px -2651px*/
	;
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#637fc5', endColorstr='#324d94', GradientType=0);
	/* IE6-9 *
	/* Rounded corners */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: none;
}

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

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

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

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

.content-client-area .add-child {
	text-align: center;
	margin-bottom: 20px;
	cursor: pointer;
	/* Background */
	background: #ffffff;
	/* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #c3c3c3 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #c3c3c3));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%, #c3c3c3 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%, #c3c3c3 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%, #c3c3c3 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%, #c3c3c3 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c3c3c3', GradientType=0);
	/* IE6-9 */
}

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

.content-client-area .add-child a {
	color: #545454;
	text-shadow: 1px 1px 1px #FFF;
	text-decoration: none !important;
	background: var(--wpr-bg-1c3c94e3-df13-44c2-8f0e-5e6678e0873e) no-repeat 260px -2756px;
	display: block;
	text-align: center;
	padding: 12px;
	font-size: 15px;
}

.content-client-area .add-child a:hover {
	color: #FFFFFF;
	text-shadow: 1px 1px 1px #c28639;
}

.content-client-area .payment-total {
	background: #385cb6;
	color: #FFF;
	font-size: 20px;
	padding: 7px 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.terms_conditions {
	margin: 10px 0 0;
}

.non_refundable {
	margin: 5px 0 15px;
}

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

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

#payment_methods_wrapper {
	margin-top: 20px;
}

.content-client-area .payment-methods {
	margin-top: -20px;
}

.content-client-area .payment-methods .left {
	float: left;
	/*width:390px;*/
	/*background:url(../../../../../../../../../themes/kindy-responsive/du-assets/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: var(--wpr-bg-77ea4637-cf9a-4c10-974f-74560d379be1) no-repeat center 15px;
}

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

.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 {
	font-family: 'BreeSerifRegular', Trebuchet MS, sans-serif;
	font-size: 16px;
	color: #FFF;
	text-shadow: 1px 1px 1px #29438b;
	text-align: center;
	display: block;
	padding: 5px 0px 8px 0px;
	margin: 20px auto;
	text-decoration: none !important;
	/* Border */
	border: 1px solid #324d94;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	/* 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 */
	border: none;
}

.content-client-area .payment-methods .pay-now a:hover .content-client-area .payment-methods .pay-now input.pay:hover {
	color: #545454;
	text-shadow: 1px 1px 1px #FFF;
	border: 1px solid #CCC;
	/* Background */
	background: #ffffff;
	/* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #c3c3c3 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #c3c3c3));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%, #c3c3c3 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%, #c3c3c3 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%, #c3c3c3 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%, #c3c3c3 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c3c3c3', GradientType=0);
	/* IE6-9 */
}

.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: var(--wpr-bg-8d6fdee8-dcab-427e-a1e6-19ad57a99227) 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;
}

/*
Receipt Page
*/

.receipt-payment-details {
	float: left;
	width: 48%;
	padding-left: 2%;
}

.receipt-enrolee-details {
	float: left;
	width: 48%;
	padding-right: 2%;
}

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

.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 #FFFFFF;
	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;
}

.receipt-bottom-buttons {
	text-align: right;
}

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

.back-to-account,
.back-to-account-top {
	font-size: 20px;
}

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

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

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

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

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

#footer {
	width: 100%;
}

#footer .footer {
	width: 100%;
	background: var(--wpr-bg-a871dc65-d97e-47b5-a4e3-4995a15c048f) no-repeat center top;
	height: 140px;
	display: block;
}

#footer .footer-blue {
	width: 100%;
	background-color: #5055a5;
}

#footer .footer-blue .global-width {
	overflow: hidden;
}

#footer .footer-blue .global-width h4.slogan {
	font-size: 42px;
	color: #FFF;
	text-align: center;
	padding: 40px 0px;
}

#footer .footer-blue .global-width .facebook h5 {
	font-size: 30px;
	color: #FFF;
	text-align: center;
	margin: -10px auto 0px auto;
}

#footer .footer-blue .global-width .facebook .facebook-like {
	padding: 20px;
	margin: 20px auto 0px;
	width: 350px;
	box-shadow: none;
	text-align: center;
	/*height: 24px;*/
}

#footer .footer-blue .global-width .facebook img {
	width: 50px;
	margin: 0 10px;
}

#footer .footer-base {
	width: 100%;
	background: var(--wpr-bg-04bac8a4-da37-42af-8119-cc2e57347981) repeat-x 0 0;
	height: 96px;
	overflow: hidden;
}

#footer .footer-base .global-width .footer-left{
	float: left;
	width: 35%;
	color: #FFF;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 600;
	letter-spacing: normal;
}

#footer .footer-base .global-width .footer-center{
	float: left;
	width: 22%;
	color: #FFF;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 600;
	letter-spacing: normal;
}

#footer .footer-base .footer-right {
	float: left;
	width: 43%;
	color: #FFF;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 600;
	letter-spacing: normal;
}

#footer .footer-base .footer-right .du-badge img {
	width: 60px;
}

#footer .footer-base .footer-right img{
	width: 75px;
	height: 90px;
	object-fit: contain;
}

#footer .footer-base .global-width .footer-left .copy {
	color: #FFF;
	padding: 27px 0px 10px;
}

#footer .footer-base .global-width .footer-center .copy{
	padding: 25px 0 0;
	width: 75px;
	float: left;
}

#footer .footer-base .global-width .footer-center .zip{
	float: left;
	padding: 0 10px;
}

#footer .footer-base .global-width .footer-center .zip img{
	width: 100px;
	height: 95px;
	object-fit: contain;
}

@media(max-width: 1000px){
	#footer .footer-base .global-width .footer-center,
	#footer .footer-base .global-width .footer-right{
		display: none;
	}
}

/* Menu Footer */

#menu-footer {
	width: 100%;
}

#menu-footer ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu-footer ul li {
	margin: 0px;
	padding: 0px 10px;
	list-style: none;
	border-left: 1px dotted #fff;
	float: left;
}

#menu-footer ul li.first,
#menu-footer ul li.first-menu-item {
	padding: 0px 10px 0px 0px;
	border: none;
}

#menu-footer ul li a {
	color: #FFF;
	text-decoration: none !important;
	display: block;
	padding: 5px 0px;
	/* Animation */
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#menu-footer ul li.current-menu-item,
#menu-footer ul li.current-menu-item a:hover,
#menu-footer ul li a:hover {
	color: #fff;
}

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

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

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

.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: #385CB6;
}

.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 {
	font-family: 'BreeSerifRegular', Trebuchet MS, sans-serif;
	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 var(--wpr-bg-41e0406e-2382-48f5-a135-fb124769fe88) 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 {
	width: 891px;
	height: 217px;
	padding-top: 40px;
	margin: 0 auto;
	background: url(../../../../../../../../../themes/kindy-responsive/du-assets/images/location-pop-up-bg.png);
}*/

#state-picker-box {
	background: none;
	background-color: #fff;
	width: 90%;
	max-width: 800px;
	border: #385CB6 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: 30px;
	color: #385CB6;
}

#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 label {
	color: #898989;
	line-height: 1.3em;
	margin: 10px 0 4px;
}

div.tml form button[type="submit"] {
	position: relative;
	background: linear-gradient(to bottom, #FFFFFF 0%, #C3C3C3 100%) repeat scroll 0 0 transparent;
	border: 0;
	border-radius: 8px 8px 8px 8px;
	color: #385CB6;
	cursor: pointer;
	display: block;
	font-family: 'BreeSerifRegular', Trebuchet MS, sans-serif;
	font-size: 16px;
	padding: 15px 65px 15px 15px;
	text-shadow: 1px 1px 1px #FFFFFF;
	text-align: left;
}

div.tml form button[type="submit"]:after {
	content: '';
	background: var(--wpr-bg-1f12ad56-36f4-4362-bcbc-be1f72ebc2a0) no-repeat scroll 0 -207px transparent;
	width: 44px;
    height: 44px;
    position: absolute;
    top: 6px;
    right: 10px;
}

div.tml form input.tml-field {
	height: 25px;
	width: 299px;
	background: linear-gradient(to bottom, #DBDBDB 0%, #FFFFFF 25%, #FFFFFF 75%, #DBDBDB 100%) repeat scroll 0 0 transparent;
	border: 1px solid #CCCCCC;
	border-radius: 8px 8px 8px 8px;
	color: #898989;
	font-family: 'BreeSerifRegular', Trebuchet MS, sans-serif;
	font-size: 16px;
	padding: 5px 8px;
}

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

input[type="checkbox"] {
	float: left;
	margin-right: 5px;
}

#sitemap ul li {
	background: none;
}

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

.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;
}

/* BOOTSTRAP --------------------------------------*/

.inner-page.row {
	padding: 15px;
}

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

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

.inner-page ul.form-enrol li {
	/*width: 30%;*/
	float: left;
	list-style: none;
	background: none;
	/*padding: 0;*/
}

.find-location ul.form-enrol .select {
	width: 100% !important;
	/*border: #CCC solid 1px;*/
	border-radius: 5px;
}

.find-location ul.form-enrol .form-select-small {
	width: 100% !important;
	text-align: center;
}

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

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

.select {
	background: var(--wpr-bg-3d82c0bd-5ce9-47df-a246-25967e65e794) no-repeat right center !important;
}

#input_1_3_2 {
	float: right;
}

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

.class-result.row {
	padding: 15px;
}

ul.dashboard-table {
	width: 100%;
	margin: 0;
	padding: 0 15px;
	background: #f1f1f1;
	border-radius: 5px;
}

ul.dashboard-table li {
	list-style: none;
	background: none;
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #545454;
	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: 2px 5px;
}

ul.dashboard-table li.col-titles li {
	background: #e1e1e1;
}

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;
}

/*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: #385CB6;
	display: block;
	min-height: 20px;
	padding: 5px;
	min-height: 30px;
}

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

ul.dashboard-table li.data li {
	padding: 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;
	}
	#header-front-page {
		background-image: none;
		background-color: #EC9722;
	}
	.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;
	}
	.home .lead-ins {
		display: block;
		margin-top: 0;
	}
	.lead-ins ul li {
		margin: 0;
	}
	.lead-ins ul li.l-gallery {
		display: none;
	}
	/*}
//@media only screen and (max-width: 800px) {*/
	/* HEADER -------------------------------------------*/
	#content {
		top: 20px;
		padding-bottom: 30px;
	}
	.desktop,
	#main-header.desktop {
		display: none;
	}
	.mobile {
		display: block;
	}
	#mobile-header {
		display: block;
		position: relative;
		z-index: 499;
	}
	.logo {
		width: 300px;
		height: auto;
	}
	#logo {
		width: 40%;
		height: auto;
		position: absolute;
		bottom: 0px;
		right: 0;
		left: 0;
		margin: auto;
		z-index: 999;
	}
	.home #logo {
		bottom: -30px;
	}
	#logo a img {
		width: 100%;
		height: auto;
	}
	.menu-bar {
		width: 100%;
		max-height: 60px;
		position: absolute;
		z-index: 9999;
		overflow: hidden;
		-webkit-transition: all .5s ease;
		-moz-transition: all .5s ease;
		transition: all .5s ease;
	}
	.menu-bar.visible {
		max-height: 1500px;
	}
	.menu-bar .phone {
		margin: 15px 10px;
		color: #FFF;
		font-size: 1.5em;
	}
	.menu-bar a.login {
		position: absolute;
		top: 16px;
		right: 66px;
		font-size: 18px;
		color: #fff;
		text-transform: uppercase;
	}
	.login-bar .login-recover {
		margin: 5px;
		font-size: 12px;
		padding: 15px !important;
	}
	.menu-toggle {
		position: absolute;
		top: 16px;
		right: 10px;
		color: #fff;
		font-size: 1.25em;
	}
	.mobile-menu,
	.sub-menu {
		list-style: none;
		padding: 0;
	}
	.sub-menu {
		max-height: 0;
		overflow: hidden;
		background: #385CB6;
		-webkit-transition: all .5s ease;
		-moz-transition: all .5s ease;
		transition: all .5s ease;
	}
	.sub-menu .sub-menu {
		background: #6b8bdd;
	}
	.sub-menu.visible {
		max-height: 900px;
	}
	#sitemap .sub-menu {
		background: none;
	}
	.sub-menu li {
		border: none;
	}
	li.menu-item-has-children>a {
		background: var(--wpr-bg-cfd08f30-db40-4772-923e-493ae49e5ed8) no-repeat right 10px center;
	}
	.mobile-menu li a {
		display: block;
		color: #fff;
		padding: 10px;
	}
	.mobile-menu li a:hover,
	.mobile-menu li.current_page_item a {
		text-decoration: none;
		background-color: #F09E28;
	}
	.mobile-menu li .sub-menu a {
		padding: 10px 10px 10px 30px;
	}
	.feature {
		width: 100%;
		height: auto;
		position: relative;
		padding-top: 60px;
	}
	.feature .rainbow {
		height: 40px;
		margin-top: 0px;
	}
	.home .feature .rainbow {
		height: 0;
	}
	.feature .image {
		max-height: 350px;
		overflow: hidden;
	}
	.feature img {
		width: 100%;
	}
	.inner-page ul.form-enrol li {
		padding: 0;
	}
	.rainbow,
	.home .rainbow {
		background-color: #EC9722;
		position: relative;
		height: auto;
	}
	.rainbow .overlay {
		height: auto;
	}
	.rainbow .overlay h2.slogan {
		/*font-size: 52px;*/
		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;
	}
	#content p.intro {
		font-size: 15px;
		line-height: 21px;
	}
	/* 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;
	}
	/* LOGIN - HEADER -----------------------------------------------*/
	.login-bar {
		height: auto;
		padding: 15px 0;
	}
	.login-bar .login .login-form {
		width: auto;
		height: auto;
	}
	.login-bar .login .title,
	.login-bar .login-recover {
		padding: 0;
	}
	/* 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;
	}
	.l-content .form-container input.medium,
	.l-content .form-container input.small,
	.payment-methods .form-container input.medium,
	.payment-methods .form-container input.small {
		/*background: #fff;*/
		border: #ccc solid 1px;
		width: 100%;
		height: auto;
	}
	#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;
	}
	#footer .footer-blue .global-width .facebook .facebook-like {
		width: 100%;
	}
	.fb_iframe_widget iframe {
		width: 100% !important;
		overflow: hidden;
	}
	#footer .footer-blue .global-width .facebook .facebook-like {
		height: auto;
	}
	#footer .footer-blue .global-width h4.slogan {
		font-size: 24px;
	}
	#footer .footer-base .global-width .footer-left {
		width: 100%;
	}
	/* 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;
		/*background: #f1f1f1;*/
		width: 100%;
	}
	.receipt-enrolee-details,
	.receipt-payment-details {
		width: 100%;
		padding: 0;
	}
	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;
	}
	#footer .footer-base .footer-right {
		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%;
	}
	/*#content .page-title .title-circle, #content .page-title .title-circle h1 {
    text-align: left;
  }*/
	.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;
	}
	#class-back a,
	#class-back a:link,
	#class-back a:visited {
		width: 100%;
	}
	.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;
	}
	.login-bar .login-recover {
		padding: 0 !important;
	}
	#branch-classes.dashboard-table li.data li {
		font-size: 10px;
	}
	.rainbow-base-bar {
		display: none;
	}
	/* FOOTER */
	#footer .footer-base {
		height: 330px;
		background: var(--wpr-bg-3790875f-5118-46ff-84e2-63a4e6c160f6);
		background-size: cover;
	}
	#footer .footer-base .footer-right {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		float: none;
		width: 100%;
		padding-top: 30px;
	}
	#footer .footer-base .footer-right>div {
		margin: 0 20px;
	}
}

/* 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 ul.status-table {
	float: right;
	margin: 0px 0px;
	list-style: none;
}
/* END PAGE ENROL */

/* HOT FIXES */
.menu-bar button.menu-toggle {
	width: 36px;
	height: 25px;
	padding: 0px 0px;
	border: 0px;
	background-color: transparent;
	background-image: var(--wpr-bg-18c00693-9238-45d2-819c-ce9ca5b76d73);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	outline: none;
}

.menu-bar.visible button.menu-toggle {
	background-position: 0px -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: #385CB6;
}

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

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

@media (min-width: 768px) {
	.home #content p.intro br {
		display: none;
	}
}

@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: 0px 0px 10px !important;
	}

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

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

	#branch-classes.dashboard-table li.data {
		background-color: #f1f1f1;
		padding: 10px 10px;
		margin-bottom: 20px;
		border-radius: 3px;
	}

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

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

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

	#branch-classes.dashboard-table li.data ul li:last-child {
		border: 0px;
		min-height: auto;
	}

	#branch-classes.dashboard-table li.data span.col-name {
		display: block;
	}
	body.home .intro h3 {
		display: none;
	}
}

@media (max-width: 575px) {
	.faq-container.teacher-silhouette .answer img.alignleft {
		float: none;
		display: block;
		margin: 0px 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 0px;
}

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

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

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

.current-enrolments div.coupon-container {

}

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

.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: #fff;
	padding: 5px 10px;
	margin: 0px 3px 0px 0px;
	border: 1px solid #ddd;
	font-size: 12px;
	outline: none;
}

.current-enrolments div.coupon-container button[type="submit"] {
	background-color: #637fc5;
	padding: 0px 10px;
	border: 0px;
	border-radius: 3px;
	font-size: 12px;
	color: #fff;
	line-height: 34px;
	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: 0px;
}

#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: 0px;
    background-color: #ec9722;
    padding: 0px 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: 0px -10px !important;
}

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

#gform_wrapper_1 div.ginput_complex > span {
	float: none;
	width: 50% !important;
	padding: 0px 10px;
	margin: 0px 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;
	}
}

/* UPDATE HOMEPAGE */
.welcome-video {
	position: relative;
	max-width: 600px;
    margin: 0px auto;
	border-radius: 10px;
	text-align: center;
	overflow: hidden;
}

.welcome-video img {
	display: block;
	width: 100%;
	height: auto;
}

.welcome-video iframe {
	border: 0px;
}

.welcome-video i.fa-play {
	font-size: 36px;
	color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
}

.welcome-video .welcome-video__embed {
	display: none;
}

body.vp-center {
	background: #5b63aa;
}

body.home #fancybox-content {
	border: 0px !important;
	width: 100% !important;
}

body.home .rainbow {
	display: block;
	position: relative;
}

#hero-banner.lead-ins {
	position: absolute;
	top: 150px;
	left: -30px;
    width: auto;
    height: auto;
	padding: 0px 0px;
	background: none;
	z-index: 100;
}

#hero-banner.lead-ins ul.hero-wrapper {
	width: auto;
	height: auto;
	position: absolute;
	top: auto;
    left: auto;
}

#hero-banner.lead-ins .widget-testimonials {
	float: none;
}

#hero-banner.lead-ins .widget-testimonials .l-bg {
	width: 303px;
    background: var(--wpr-bg-21482952-0611-4880-8137-b546b764cd10) no-repeat -9px -1479px;
}

.lead-ins ul.row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.lead-ins ul.row > li.col-md-4 {
	margin: 0px 20px;
}

div#find-classes {
	display: none;
}

div#find-classes form input[type="submit"] {
	font-family: 'BreeSerifRegular', Trebuchet MS, sans-serif;
    display: block;
    width: 100%;
    height: 61px;
    padding: 15px 0px;
    margin-top: 15px;
    color: #385cb6;
    font-size: 21px;
    text-shadow: 1px 1px 1px #FFF;
    text-decoration: none !important;
    text-align: center;
    cursor: pointer;
    border: none;
    background: none;
}

div#find-classes div.form-container {
	margin: 0 auto;
	text-align: center;
}

div#find-classes form input[name="postcode"] {
	width: 80%;
}

div#find-classes .l-link {
	margin: 0 auto;
	width: 80%;
    height: 61px;
    display: block;
    cursor: pointer;
    position: relative;
    z-index: 10;
    margin-top: 13px;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #c3c3c3 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #c3c3c3));
    background: -webkit-linear-gradient(top, #ffffff 0%, #c3c3c3 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #c3c3c3 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #c3c3c3 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #c3c3c3 100%);
}

div#find-classes p.header {
	font-size: 28px;
	text-align: center;
	padding-bottom: 25px;
}

#find-classes .l-content .or {
	height: 12px;
	margin: 10px 0 0;
	background-position: center;
	background-size: auto 100%;
}

@media (max-width: 767px) {
	div#find-classes {
		display: block;
		padding: 0 20px;
	}
	div.lead-ins li#classes {
		display: none;
	}
	div.rainbow div.enrol-buttons h3.slogan {
		/*display: none !important;*/
	}
	div.rainbow div.enrol-buttons div#alredy-client {
		display: none !important;
	}
	.rainbow .overlay h2.slogan {
		font-size: 28px;
		line-height: 36px;
	}
	body.home div#new-client {
		margin: 20px auto;
		width: 80% !important;
	}
}

@media (max-width: 575px) {
	body.home div#new-client.home-new {
		/*display: none;*/
	}

	.welcome-video .welcome-video__link {
		display: none;
	}

	.welcome-video .welcome-video__embed {
		display: block;
	}

	.rainbow .overlay {
		width: auto;
	}

	.rainbow .overlay .enrol-buttons {
		padding-left: 10px;
		padding-right: 10px;
	}

	.rainbow .overlay .enrol-buttons .enrol-now {
		float: none;
		margin: 0px 0px 10px;
	}

	.rainbow .overlay .enrol-buttons .enrol-now a {
		margin: 0px auto;
	}

	.rainbow .overlay .intro {
		padding: 0px 10px;
	}
}
/* END UPDATE HOMEPAGE */

/*div.enrol-buttons div#new-client {
	display: none;
}

div.enrol-buttons div.enrol-now {
	float: none !important;
	text-align: center !important;
}

div.enrol-buttons div.enrol-now a {
	background-image: none !important;
	text-align: center !important;
	padding: 15px !important;
	text-align: center !important;
	width: 100% !important;
}*/

body.home div#alredy-client {
	display: none;
}

body.home div#new-client {
	margin-bottom: 20px;
	width: 100%;
}

body.home div#new-client a {
	background: var(--wpr-bg-0b2076e8-4a37-4a1e-b7d8-2566792ebb95) no-repeat;
    font-size: 20px;
    text-align: center;
    width: 100%;
    background-position: top 9px right 20px;
}

body.home div.rainbow div.overlay div.intro {
	display: none;
	padding-top: 20px !important;
}

body.home div.rainbow div.overlay div.enrol-buttons {
	padding-top: 0 !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: #385cb6;
	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: #ffffff;
	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: #385cb6;
}

#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: #385cb6;
	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: var(--wpr-bg-bf13679d-1919-4fe1-8a6e-747cfa4b865c) no-repeat;
    padding-right: 18px;
    background-position: top right;
    font-size: 13px;
    line-height: 15px;
    color: #385CB6;
    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;
    font-family: 'BreeSerifRegular', Trebuchet MS, sans-serif;
    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: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;
}

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

#choose-day .checkbox label span {
	display: block;
	border: 2px solid #385cb6;
	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: #385cb6;
	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 */