@font-face {
  font-family: 'Soleil';
  src: url("/education/ookaisland/assets/fonts/soleil-reg/soleil-reg.eot");
  src: url("/education/ookaisland/assets/fonts/soleil-reg/soleil-reg.eot?#iefix") format("embedded-opentype"), url("/education/ookaisland/assets/fonts/soleil-reg/soleil-reg.woff") format("woff"), url("/education/ookaisland/assets/fonts/soleil-reg/soleil-reg.ttf") format("truetype"), url("/education/ookaisland/assets/fonts/soleil-reg/soleil-reg.svg#SoleilReg") format("svg"); 
}

body{
	font-family: 'Soleil', sans-serif;
	background: #00a1a4;
	margin: 0;
	padding: 0;
}
.hidden {
	display: none;
}
.pop-wrap {
	background: #00a1a4;
	padding: 70px 20px 20px;
	color: #fff;
	box-sizing: border-box;
	color: #fff;
	line-height: 1.5;
	letter-spacing: 0.5px;
	position: relative;
}
.wrap {
	max-width: 960px;
	margin: auto;
	position: relative;
}

.close-btn {
	position: absolute;
	width: 40px;
	right: 45px;
	top: 45px;
	cursor: pointer;
}
.pop-wrap a{
	color:inherit;
	text-decoration: none;
}
.pop-wrap p{
	font-weight: normal;
	margin: 0 0 10px;
}
.pop-wrap img{
	max-width: 100%;
}
.form-box{
	margin: 30px 0 0
}
.form-row {
	margin: 0 -15px
}
.form-row:after {
	content: "";
	clear: both;
	display: block;
}
.col-6 {
	width: 50%;
	float: left;
	padding: 0 15px;
	box-sizing: border-box;
	margin-bottom: 30px;
	position: relative;
}
.row-button {
	margin: 0 -1px;
}
.col-6 .col-6-les-pad {
	width: 50%;
	padding: 0 1px;
	margin: 0;
	margin-right: 0;
}
.col-6 .col-6-les-pad:last-child{
	margin-right: 0;
}
.col-6 .col-6{
	margin-bottom: 0;
}
.form-row label {
	display: block;
	color: #fff;
	font-size: 16px;
	margin: 5px 0 10px;
}
.col-6  .col-6-les-pad label{
	margin: 0;
}
.form-row input ,
.form-row select,
.form-row textarea,
.check-bx label{
	width: 100%;
	display: block;
	color: #5f646a;
	border: 0;
	border-radius: 7px;
	border-bottom: 4px solid #007473;
	background: #fff;
	padding: 10px 15px;
	box-sizing: border-box;
	height: 55px;
	font-size: 15px;
	font-weight: 500;
}
.form-row select{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color:#fff;
	background-image: url(../images/select-arw.jpg);
	background-repeat: no-repeat;
	background-size: 20px auto;
	background-position: 95% center;
 }
.form-row input[type="radio"],
.form-row input[type="checkbox"],
.form-row input[type="submit"]{
	width: auto;
	border: 0;
}
.form-row input:focus ,
.form-row select:focus,
.form-row textarea:focus {
	outline: none;
}
.submt-btn{
	text-align: right;
}
.col-12{
	padding: 0 15px;
	display: block;
	float: left;
	width: 100%;
	box-sizing: border-box;
}
.submt-btn button{
	display: inline-block;
	padding: 20px 50px;
	height: auto;
	border-radius: 7px;
	border: 0;
	border-bottom: 4px solid #007473;
	background: #fff;
	color: #2492c7;
	font-size: 18px;
	font-weight: normal;
	cursor: pointer;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
}
.submt-btn button:hover {
	background: #b3e1e1;
	color: #000;
}

.check-bx label{
	display: block;
	text-align: center;
	line-height: 55px;
	padding: 0;
	font-weight: 500;
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}

.check-bx:last-child  label{
	margin-bottom: 0;
	border-radius: 7px !important;
	border-top-left-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
}	
.form-row .check-bx input{
	position: absolute;
	display: block;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 55;
	opacity: 0;
}

.check-bx input[type="radio"]:checked + label,
.check-bx input[type="checkbox"]:checked + label{
	background: #b3e1e1;
}


#preselect {
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	height:auto;
	display:inline-block;
	
}

#preselect h2 {
	box-sizing:border-box;
	padding-left:15px;
	padding-right:15px;
}

#preselect .leftSection {
	width:50% !important;
	height:125px;
	float:left;
	clear:left;
	box-sizing:border-box;
	padding-left:15px;
	padding-right:15px;
}
#preselect .rightSection {
	width:50% !important;
	height:125px;
	float:left;
	clear:none;
	box-sizing:border-box;
	padding-left:15px;
	padding-right:15px;
}

#preselect #fieldLabel {
	color: #fff !important;
	font-family: Nunito, sans-serif !important;
	font-size: 16px !important;
	margin: 0px 0 5px !important;
	font-weight:500 !important;
}

#preselect input,
#preselect select {
	margin-top:8px;
	color:#5f646a;
	border-radius:7px;
	border-bottom: 4px solid #007473;
	background-color:#FFF;
	padding: 10px 15px;
	box-sizing:border-box;
	height:55px;
	font-size:15px;
	font-family: Nunito, sans-serif;
	font-weight:700 !important;
	width:100%;
}

#preselect select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color:#fff;
	background-image: url(https://www.goodatom.com/scholastic/wufoo/select-arw.jpg);
	background-repeat: no-repeat;
	background-size: 20px auto;
	background-position: 95% center;
}

#preselect input:focus,
#preselect select:focus {
    outline: none !important;
}

#otherschool {
	display:none;
}



#noschool {
	margin-top:5px;
	font-size:13px;
}


@media (max-width: 980px){
	.pop-wrap{
		max-width: 650px;
		margin: auto;
	}
}

@media (max-width: 767px){
	.pop-wrap{
		max-width: 550px;
		margin: auto;
	}
	.col-6 {
		width: 100%;
	}
	.col-6 .col-6 {
		margin-bottom: 30px;
	}
	.col-6 .col-6:last-child{
		margin-bottom: 0;
	}	
	.col-6.check-bx.col-6-les-pad {
		margin-bottom: 0;
	}
}

@media (max-width: 480px){
	.col-6 ,
	.col-6 .col-6{
		margin-bottom: 20px;
	}    	 
	.col-6 .col-6:last-child{
		margin-bottom: 0;
	}
	.col-6.check-bx.col-6-les-pad {
		margin-bottom: 0;
	}
	.close-btn {
		position: absolute;
		width: 25px;
		right: -10px;
		top: -45px;
		cursor: pointer;
	}
}