/* ================
		CUSTOM FONTS
   ================= */

@font-face {
    font-family: 'ubuntu';
    src: url('fonts/Ubuntu-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ubuntuBold';
    src: url('fonts/Ubuntu-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'ubuntuLight';
    src: url('fonts/Ubuntu-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ubuntuMedium';
    src: url('fonts/Ubuntu-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* ================
		GLOBAL STYLES
   ================= */
.mint_field {
	min-width: 24px;
    min-height: 50px;
}
* { 
	margin:0; 
	padding:0;
}
img{
	border:none;
}
ul{
	padding:15px;
}

#tabs ul{padding:0px !important;}

body{ 
	margin:0;
	padding:0;
	height:100%;
	border:0;
}
h1{font-family:ubuntuBold;}
b{font-family:ubuntuBold;}
textarea{font-family:inherit}

.text-link:hover{text-decoration:underline;cursor:pointer}
a {text-decoration:underline; color:white;}

.fl{float:left}
.fr{float:right}

.center{
	text-align:center;
}

.clear{
	clear:both;
}
#container{
	font-family:ubuntu;
	color:#6f6f6f;
	min-height:100%;
	position:relative;
}
#overdiv{
	max-width:1280px;
	margin:auto;
}
.standard_input{
	color:#000;
	cursor:text;
	border:1px solid #999;
	background-color:white;
	height:20px;
}
#live_preview_end{
	z-index:300;
}

/* ================
			HEADER
   ================= */
#header{}
#head_top{
	margin-top:20px;
	width:100%;
	height:120px;
	border-bottom: 1px solid rgba(111, 111,111, 0.8);
}
#head_right{
	font-family: ubuntu;
    font-size: 18px;
    float: right;
    background-color: #abca60;
    color: white;
    text-align: left;
    height: 61px;
    margin-top: 50px;
    max-width: 430px;
    width: 100%;
    padding-top: 9px;
}
#head_box{
	margin-left:15px;
}
#head_right h1{
	font-size:23px;
}
#logo{
	height:86px;
	color:#444;
	padding:24px 0px 10px 30px;
}
#logo img{
	height:86px;
}
#tabs{
	height:50px;
    width: 100%;
	padding-left:30px;
	box-sizing: border-box;
}
#tabs ul{
	list-style:none;
	float:left;
	margin-right:10px;
}
#tabs ul li.menu_selected div a{
	color:#abca60;
}
#tabs > ul{
	height:24px;
	min-width:104px;
	width:100%;
	color:#6f6f6f;
	text-align:center;
	line-height:50px;
	font-size:16px;
	cursor:pointer;
	float:left;
	margin:0px 0px;
	text-transform:uppercase;
}
#tabs ul li{
	float:left;
}
#tabs ul>li>ul{
	display:none;
}
#tabs ul li a{
	color:#6f6f6f;
	font-size:16px;
	font-family:ubuntuMedium;
	padding-right: 25px;
	text-decoration:none;
}
#tabs > ul > li:hover > div > a{
	text-decoration:underline;
	color:#abca60;
}
 #menu_container .menu_subsection:hover h1{
	 background-color:#abca60;
 }
#menu_container a:hover{text-decoration:none;}

/* ================
		HOMEPAGE
   ================= */
#img_container{
	position:relative;
	max-height:550px;
	border-bottom: 8px solid #abca60;
	overflow: hidden;
}
#img_container_2{
	position:relative;
	max-height:255px;
	overflow: hidden;
}
#main{
	display: inline-block;
}
#main_field{
	min-height: 300px;
    height: 100%;
    background-color: black;	
}
#main_field img{
	width: 1280px;
}
#img_container #main_field img {
	display: block;
}
#main_field_body_sub{
	min-height:50px;
	margin-top: -10px;
	margin-bottom:10px;
}
#template_img2{
	min-height:255px;
	background-color:black;
}
#template_img2 img{
	max-height:255px;
	width:1280px;
}
#main_field2, #template2{
    padding: 30px;
    min-height: 165px;
    width: 360px;
    font-size: 17px;
    color: white;
    background-color: rgba(38,38,38,0.65);
    bottom:0;
    position:absolute;
}
#template2{
	height:195px;
	bottom:255px;
}
#health{
	bottom:224px;
}
#main_field2 h1, #template2 h1{
	font-size:24px;
	padding-bottom:5px;
}
#menu_container{
    height: 190px;
	border-bottom:8px solid #abca60;
	font-family:ubuntuBold;
	font-size:20px;
	color:white;
	text-transform:uppercase;
}
#lhs_container{
	min-height:350px;
	max-width:800px;
	width:calc(100% - 40px);
	font-family:ubuntuLight;
	line-height:21px;
	font-size:18px;
	padding:22px 0px 25px 15px;
	float:left;
}
#lhs_container:after {
	content: "";
	clear: both;
	display: block;
}
#rhs_container{
	width:395px;
	min-height: 1200px;
	padding-top:22px;
	padding-right: 35px;
	float:right;
}
#rhs_container img{
	margin-top:20px;
	height:100px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
#widget_container{
	width:100%;
}
#widget_container > .field_buttons{
	margin-top:-20px;
}
.toggle{
	display:none;
}
.menu{
    padding: 18px 12px 2px 12px;
	background-color:#abca60;
	margin-bottom:10px;
	margin:0;
	color:white;
	font-size:21px;
}
.menu h1{
	font-size:21px;
	text-transform:uppercase;
}
.menu h2{
	font-size:15px;
	font-family:ubuntuLight;
	font-style:italic;
	text-decoration: underline;
	cursor:pointer;
}
.menu ul{
	font-size:18px;
	margin-top:-35px;
}
.menu ul a{
	text-decoration:none;
}
hr {
	margin-top:15px;
	margin-bottom:15px;
    border: 0;
    height: 1px;
    background: white;
}
hr:last-child{display:none;}
#lhs_container h1,#lhs_container h4{
	font-size:33px;
}
#lhs_container h2{
	font-size:17px;
	font-family:ubuntuMedium;
	font-weight: normal;
	font-style:normal;
}
#lhs_container h3{
	font-family:ubuntuBold;
	font-size:21px;
}
#lhs_container h4{
    border-top: 1px solid #6f6f6f;
    border-bottom: 1px solid #6f6f6f;
    padding: 10px 0;
    font-family: ubuntuBold;
}
#lhs_container p{
	padding-top:9px;
}
#lhs_container ul{
	padding-top: 5px;
}
.rhs_button{
    margin-top: 15px;
    background-color: #63a9b2;
    font-family: ubuntuMedium;
    font-size: 24px;
    color: white;
    border: none;
    width: 100%;
    min-height: 40px;
	padding-top: 4px;
	padding-bottom: 5px;
    text-align: center;
}
.testimonial{
	margin-top:10px;
	background-color:rgba(111,111,111,0.1);
	font-family:ubuntuLight;
	font-style:italic;
	font-size:16px;
	padding:10px;
}
.testimonial::before,
.testimonial::after {
	font-style: normal;
    color: #abca60;
    content: open-quote;
    font-family: ubuntuBold;
    font-size: 6em;
    line-height: 63px;
	float: left;
	font-size: 6em;
	margin: 0;
}
.testimonial::after{
	float: right;
	content: close-quote;
	position:relative;
	top:-20px;
}
.testimonial h1{
	color:#352b5b;
	font-family:ubuntu;
	font-weight:normal;
	font-size:18px;
	font-style:Normal;
}
.enquiries{
	margin-top:15px;
	padding:10px;
	color:#352b5b;
	background-color:#ece782;
	font-family:ubuntu;
	font-weight:normal;
	font-size:18px;
}
.environment{
    background-image: url(images/8.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-color: #abca60;
    min-height: 5px;
    text-align: center;
    color: white;
    font-family: ubuntuMedium;
    line-height: 19px;
    font-size: 18px;
    padding: 118px 12px 20px 12px;
    margin-top: 15px;
}
.environment h1{
	font-family:ubuntuMedium;
	font-size:24px;
	line-height:24px;
	color:#262626;
}
.menu_subsection{
	background-color:black;
	position: relative;
	background-size:100%;
	width:calc(100% / 5);
	height:190px;
	display:block;
	cursor:pointer;
}
.menu_subsection h1 {
    background-color: rgba(0,0,0,0.6);
    width: calc(100% - 20px);
    font-size: 20px;
    bottom: 0;
    padding-left: 20px;
    position: absolute;
    min-height: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.menu_subsection a{
	text-decoration:None;
}
.award{
	min-height:90px;
	background-color:#63a9b2;
	margin-top:10px;
	color:white;
	padding-top: 5px;
	padding-bottom: 7.5px;
	text-indent:10px;
}
/* ========================
		HEALTH N SAFETY PAGES
   ========================= */
.subimg_container{
	margin-top:5px;
}
#lhs_img_1,
#lhs_img_2,
#lhs_img_3{
    width: 292px;
	position: relative;
	padding-bottom:15px;
	padding-right:0;
}
#lhs_img_1 img,
#lhs_img_2 img,
#lhs_img_3 img{
    max-height: 265px;
    max-width: 390px;
	height: 100%;
    width: 100%;
}
#lhs_img_3{
	background-color: #63a9b2;
	color: #ffffff;
	text-align: center;
	padding: 20px 15px;
	box-sizing: border-box;
	line-height: 24px;
	margin-bottom: 30px;
}
#lhs_img_3 img {
	margin: -20px -15px -27px;
	width: calc(100% + 30px);
}
#main_field_body, #main_field_body_news{
	padding-bottom:5px;
}
#main_field_list{
	max-width:490px;
	float:left;
	margin-top:5px;
}
#fees{
    min-height: 200px;
	max-width:625px;
	width:100%;
    margin-top: 45px;
	float:left;
}
#txt_table_area{
	min-height:22px;
}
#table_multi_area{
    margin-top: 10px;
}
#fees .multi_field_area{
	width:100%;
	min-height:25px;
	height:100%;
	border-bottom:2px solid #EAEAE9;
	padding:0;
}
#fees .multiField_3 {
	margin-top:0;
}
#fees .mint_multiField{
	float:left;
	min-height:30px;
	height:0;
	font-style:normal;
	padding-top: 6px;
}
#fees .multi_field_area:first-child, #fees .multi_field_area:last-child{
	border:none;
}
#fees .multi_field_area:first-child .mint_multiField{
	background-color:#ece782;
	font-family:ubuntuMedium;
	line-height:30px;
	text-transform:uppercase;
	text-align:center;
	margin-top: 0px;
	padding:0;
}
#fees .multi_field_area:first-child .multiField_1{
	text-align:left;
	text-indent:5px;
}
#fees .mint_multiField{
	width: calc(425px/3);
	text-align:center;
	font-size:13px;
	font-family:ubuntu;
}
#fees .multiField_1{
	width:200px;
	font-family:ubuntuBold;
	text-transform:uppercase;
	text-indent:5px;
	text-align: left;
}
#fees_button{
    background-color: #63a9b2;
    color: white;
    height: 155px;
    width: 160px;
    border: none;
    text-align: center;
    font-size: 21px;
    font-family: ubuntuMedium;
    float: right;
    top: 77px;
    position: relative;
	cursor:pointer;
	}
#fees_grey_box{
	max-width:625px;
	background-color:#EAEAE9;
	min-height:30px;
	padding-top:4px;
	padding-left: 5px;
	padding-bottom:5px;
	font-style:italic;
	font-size:13px;
	font-family:ubuntu;
}
#fees_grey_box a{
	color:#6f6f6f;
}
/* ======================
		COURSE & NEWS STYLES
   ======================= */
.course_title{
	margin-top:15px;
	margin-bottom:15px;
}
.boxes{
	width:48%;
	height:360px;
	margin-right:15px;
	margin-bottom:15px;
	font-size:15px;
	cursor:pointer;
	overflow:hidden;
}

.color_boxes,.color_boxes_2{
	background-color:#27a3bd;
	color:white;
	height:73px;
	padding:9px;
	text-overflow: ellipsis; 
    overflow: hidden;
	line-height: 17px;
}
.boxes h2{
	padding-bottom:5px;
}
.color_boxes_2{
	background-color:#56B88B;
}
.color_boxes_2 a{
	text-decoration:none;
}
.img_boxes{
	height:265px;
	background-color:black;
}
.img_boxes img{
	width:384px;
	height:100%;
}
.scrollToTop{
    width: 100px;
    height: 40px;
    text-align: center;
    color: #9A9A9A;
    text-decoration: none;
    text-transform: uppercase;
    position: fixed;
    font-size: 13px;
    bottom: 0;
    right: 0;
    margin: auto;
    display: none;
    border-top: 2px solid #9A9A9A;
	background: white;
	z-index:10;
}
.scrollToTop:hover{
	text-decoration:none;
}
/* ================
		FIXED STYLES
   ================= */
/*.multi_field_area{
	font-size:15px;
	font-family:ubuntuLight;
	font-style:italic;
	width:800px;
	height:280px;
	border-bottom:1px solid rgba(111,111,111,0.15);
	padding-top: 10px;
}
.multi_field_area:first-child{
	padding:0;
}
.multi_field_area:last-child{
	border-bottom:none;
}
.multiField_1{
	float:right;
	min-height: 50px;
}
.multiField_1 img{
	max-height:265px;
}
.multiField_2{
	min-height:20px;
}
.multiField_2 img{
	position: absolute;
	display: inline-block;
    width: 130px;
    height: 130px;
    overflow: hidden;
    border-radius: 50%;
	display:none;
    left: -200px;
}
.multiField_3{
	min-height: 50px;
	margin-top:-21px;
}
.multiField_4{
	width:50%;
	height:68%;
	overflow:hidden;
}*/
.field_buttons{
	z-index:12px;
}
/* ======================
				MODAL FORM
   ======================= */
#myModal{
    z-index: 10;
    position: absolute;
    height: 580px;
    width: 640px;
    background: #EFF6E7;
    box-shadow: 3px 5px 5px rgb(210, 210, 210);
    top: 50%;
    left: 30%;
	text-align:center;
}
.modal-content{
	height:100%;
	width:100%;
}
#modal_form,#modal_form_success{
    width: 400px;
    position: relative;
    margin: auto;
    margin-top: 20px;
}

#modal_form input, #modal_form select{
    margin-bottom: 20px;
    width: 394px;
    height: 34px;
    border: 3px solid #70706F;
    font-style: italic;
    font-family: ubuntu;
    text-indent: 5px;
    color: #6f6f6f;
	appearance:none;
}
#modal_form select {
	/*for firefox*/
	-moz-appearance: none;
	/*for chrome*/
	-webkit-appearance:none;
}
/*for IE10*/
#modal_form select::-ms-expand {
    display: none;
}
#modal_form input[type=button]{
    border: none;
    background-color: #abca60;
    color: white;
    width: 100px;
    text-align: left;
    font-style: normal;
    font-family: ubuntuBold;
    text-indent: 10px;
	float:right;
	cursor:pointer;
}
select[id="type"],select[id="course"],input[id="datepicker"]{
    background-image: url(images/arrow.png);
    background-repeat: no-repeat;
    background-position: right 6px center;
	background-color:white;
}
.ui-datepicker-calendar{
	background-color:#abca60;
	color:white;
	border: 1px solid #70706F;
}
.ui-corner-all{
	color:#6f6f6f;
	margin-right:5px;
}
#myModal h1{
    font-size: 25px;
	margin-bottom:20px;
}
.invalid{
	border-color:red !important;
}
#close_text{
	padding: 10px;
    font-style: italic;
    font-size: 12px;
}
.close{
	 text-decoration: underline;
	 cursor:pointer;
}
#modal_form_success{
	margin-top:80px;
}
#modal_form_success img{
	height:200px;
    border-radius: 100px;
	margin-bottom: 30px;
}
/* ======================
			CONTACT PAGE
   ======================= */
.boldGreen{
	font-family:ubuntuBold;
	font-size:21px;
	color:#abca60;
	}
#myContact{
    position: absolute;
    height: 530px;
    width: 390px;
    background: #EFF6E7;
	text-align:center;
}
#myContact.finished{
	height:auto;
}
.g-recaptcha{
	margin-top: 20px;
	margin-bottom:60px;
}
#contact_form{
    width: 100%;
}

#contact_form input, #contact_form select, #question{
    margin-bottom: 20px;
    width: calc(100% - 60px);
    height: 34px;
    border: 3px solid #70706F;
    font-style: italic;
    font-family: ubuntu;
    text-indent: 5px;
    color: #6f6f6f;
}
#contact_form select {
	/*for firefox*/
	-moz-appearance: none;
	/*for chrome*/
	-webkit-appearance:none;
}
/*for IE10*/
#contact_form select::-ms-expand {
    display: none;
}
.g-recaptcha{
    border: none;
    background-color: #abca60;
    color: white;
    width: 100px;
    text-align: left;
    font-style: normal;
    font-family: ubuntuBold;
    text-indent: 10px;
	float:right;
    margin-top: 20px;
    margin-right:20px;
	cursor:pointer;
	height: 35px;
}
#question{
    height: 100px;
    padding: 10px;
    padding-left: 0px;
    width: calc(100% - 60px);
	resize: none;
}
#myContact h1{
	font-size:25px;
	float:left;
	padding-left:25px;
	padding-bottom:20px;
	line-height:28px;
}
#contact_form input[type="checkbox"]{
	height:20px;
	color:#abca60;
	font-family:ubuntu;
	float:left;
	margin-left:22px;
	width: 30px;
	margin-right: 5px;	
}
#contact_form{
	font-size:15px;
	float:left;
}
#contact_form p{
	float:left;
}
#contact_form_success{
	display:none;
	text-align:left;
}
#close_button {
    border: none;
    background-color: #abca60;
    color: white;
    height: 40px;
    width: 110px;
    font-family: ubuntuBold;
	float: inherit;
    margin-top: 50px;
	text-decoration:none;
	cursor:pointer;
}

#box_color{
    border: 1px solid black;
    min-height:wrap-content;
    max-width: 100px;
    top: 50px;
    left: 0;
    position: absolute;
	background-color:white;
	padding:10px;
	font-family:ubuntuMedium;
    z-index: 5;
}
#box_img {
    border: 1px solid black;
    min-height: 30px;
    max-width: 100px;
    top: 50px;
    left: 0;
    position: absolute;
	background-color:white;
	padding:10px;
	font-family:ubuntuMedium;
    z-index: 5;
}
#box_color + #box_img{
	top: 120px;
}
#box_img img{
	width:100%;
	height:100%;
}
.menu_subsection img{
	width:100%;
	height:100%;
	/* opacity:0.6; */
}
.visible{
	display:block;
}
#more_news{
	font-style:italic;
	float:right;
	cursor:pointer;
	text-decoration:underline;
	font-size: 15px;
    padding-right: 20px;
}
#rhs_container li{
	padding-top:5px;
}
.has_child{
	background-image:url("images/before.png");
	background-repeat:no-repeat;
	background-position:top 5px left 10px;
	background-size:25px; 
}
.multifour .multiField_3, .multifour .multiField_2{
	width:calc(425px/2) !important;
}
#rhs_show{
	display:None;
}
.admin_message,
#news_box_colour {
	font-family: ubuntuMedium;
}
.admin_message {
	color: #63a9b2;
	margin-bottom: 5px;
}
#news_box_colour {
	min-width: 73px;
	max-width: 100px;
	padding: 10px;
	margin-bottom: 20px;
	background-color: white;
	border: 1px solid black;
}
#contact_form input[type="button"]{
	background-color: #abca60;
	border: none;
	color: white;
	width: 90px;
	cursor: pointer;
	border-radius: 3px;
	font-weight: bold;
}

/* ================
			FOOTER
   ================= */
#footer{
    position: relative;
	height:215px;
	background-color:#abca60;
	margin-top: 60px;
}
#footer,
#footer a {
	font-family:ubuntuMedium;
	font-size: 14px;
	line-height:21px;
	color:white;
}
#footer a {
	margin: 0;
	text-decoration: none;
}
#footer p{
	padding-top:8px;
}
#foot_grey{
	position:relative;
	bottom:0;
	width:100%;
	background-color:#F0F0F0;
	color:#6f6f6f;
	font-size:14px;
	font-family:ubuntuMedium;
	overflow: hidden;
}
.foot_left{
	width:1280px;
	margin-right: auto;
    margin-left: auto;
	padding-top: 15px;
    padding-left: 30px;
	box-sizing: border-box;
}
.foot_left img{
	height:30px;
	margin-right:15px;
}
.foot_left h1{
	font-size:18px;
	padding-bottom:6px;
}
.foot_left a{
	font-size:10px;
	margin:0 7px;
}
#foot_right{
	max-width: 210px;
	float:right;
	margin-top: -175px;
	padding-right: 30px;
}
#foot_right img{
	margin-bottom: 6px;
	margin-left:10px;
	cursor:pointer;
}

.foot_div{
	padding-right: 130px;
	float: left;
	max-width: 315px;
}

#foot_right_div{
	float:right;
}

#copyright{
	font-size:11px;
	margin-top:6px;
}
#mobile_menu,#burger img{
	display:none;
}
#footer_bottom_text {
	margin-bottom: 17px;
}
.footer_bottom .foot_left {
	max-width: 1280px;
	width: 100%;
	/* padding-right: 30px; */
}
.logo_container {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	margin-left: -4%;
	margin-right: -4%;
}
.logo_container .logo {
	width: 160px;
	min-width: 100px;
	margin: 0 4% 27px;
}
.logo_container .logo img {
	display: block;
	max-width: 180px;
	width: 100%;
	height: auto;
}
.foot_left .logo_container img {
	margin-right: 0;
}

.main_content:after {
	content: "";
	clear: both;
	display: block;
}
.main_content ul,
#lhs_container .main_content ul {
	padding-top: 0;
}
.main_content h3 {
	margin-bottom: 5px;
}
