@charset "utf-8";

body {
    font-family: 'Poppins', sans-serif;
    color: #35464f;
    background-color: #35464f;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
}

/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}


/* IE 6 does not support max-width so default to width 100% */


/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	15;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}



.imgfade {
	opacity: 1.0;
	transition: opacity .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out;
	-webkit-transition: opacity .2s ease-in-out;
	-o-transition: opacity .2s ease-in-out;
}
.imgfade:hover {
	opacity: 0.6;
	transition: opacity .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out;
	-webkit-transition: opacity .2s ease-in-out;
	-o-transition: opacity .2s ease-in-out;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	border-top-width: 2px;
	border-right-width: 4px;
	border-bottom-width: 2px;
	border-left-width: 4px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


.white {
	background-color: #FFF;
}
.black {
    background-color: #35464f;
}
.blue {
    background-color: #1F8DBF;
}



.greendk {
	background-color: #707C64;
}
.cream {
	background-color: #E7E0C9;
}
.yellow {
	background-color: #1f8dbf;
}
.purple {
	background-color: #af9fa5;
}



.red {
	background-color: #cf0a2c;
}




.grey {
	background-color: #3D3D3F;
}

.ltgrey {
    background-color: #f2f2f2;
}
.ltblue {
	background-color: #DFE8F1;
}




.text-white {
	color: #FFF;
}

.text-center {
	text-align: center;
}
.border-grey {
	border: 1px solid #CCC;
}

.link-white {
	color: #FFF;
	text-decoration: none;
}



.link-white:hover {
	color: #333;
	text-decoration: none;
}
.link-button-pink {
	color: #FFF;
	text-decoration: none;
	background-color: #d44699;
	display: inline-block;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	font-size: 18px;
	line-height: 21px;
	font-weight: 600;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
}

.link-button-pink:hover {
	text-decoration: none;
	background-color: #35464f;
	color: #FFF;
}
.link-button-outline {
	color: #FFF;
	text-decoration: none;
	display: inline-block;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	font-size: 18px;
	line-height: 21px;
	font-weight: 600;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	border: 2px solid #FFF;
}
.link-button-outline:hover {
	text-decoration: none;
	display: inline-block;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 2px solid #686e60;
	color: #35464f;
	background-color: #FFF;
}

.link-button-blue {
    color: #FFFFFF;
    text-decoration: none;
    background-color: #1f8dbf;
    display: inline-block;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    font-size: 18px;
    line-height: 21px;
    font-weight: 600;
    padding-top: 15px;
    padding-right: 20px;
    padding-bottom: 15px;
    padding-left: 20px;
}


.link-button-blue:hover {
	text-decoration: none;
	background-color: #35464f;
	color: #FFF;
}


.link-button-white {
    color: #1f8dbf;
    text-decoration: none;
    background-color: #FFFFFF;
    display: inline-block;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    font-size: 18px;
    line-height: 21px;
    font-weight: 600;
    padding-top: 15px;
    padding-right: 20px;
    padding-bottom: 15px;
    padding-left: 20px;
}


.link-button-white:hover {
	text-decoration: none;
	background-color: #35464f;
	color: #FFF;
}
*::-webkit-input-placeholder {
    color: #666;
}
*:-moz-placeholder {
    /* FF 4-18 */
    color: #666;
}
*::-moz-placeholder {
    /* FF 19+ */
    color: #666;
}
*:-ms-input-placeholder {
    /* IE 10+ */
    color: #666;
}
.link-button-course {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #82BFE7;
	display: inline-block;
	font-weight: 600;
	font-size: 18px;
	padding-top: 14px;
	padding-right: 60px;
	padding-bottom: 14px;
	padding-left: 14px;
	z-index: 100;
	background-image: url(/images/icon_calender.png);
	background-repeat: no-repeat;
	background-position: 90% center;
	line-height: 18px;
	letter-spacing: 0em;
}
.link-button-course:hover {
	color: #FFFFFF;
	background-color: #909A82;
	display: inline-block;
	z-index: 100;
}



.link-rotate {
	-webkit-transition: -webkit-transform .8s ease-out;
    -ms-transition: -ms-transform .8s ease-out;
    transition: transform .8s ease-out;
}


.link-rotate:hover {
	 transform:rotate(360deg);
    -ms-transform:rotate(360deg);
    -webkit-transform:rotate(360deg);
}

.link-translate {
	-webkit-transition: -webkit-transform .8s ease-out;
    -ms-transition: -ms-transform .8s ease-out;
    transition: transform .8s ease-out;
}

.link-translate:hover {
	-ms-transform: translate(20px,0px); /* IE 9 */
   	-webkit-transform: translate(20px,0px); /* Chrome, Safari, Opera */
    transform: translate(20px,0px);
}

.link-scale {
	-webkit-transition: -webkit-transform .8s ease-out;
    -ms-transition: -ms-transform .8s ease-out;
    transition: transform .8s ease-out;
}

.link-scale:hover {
	-ms-transform: scale(1.1,1.1); /* IE 9 */
    -webkit-transform: scale(1.1,1.1); /* Chrome, Safari, Opera */
    transform: scale(1.1,1.1);
}

.link-opacity {
	opacity: 1;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
}

.link-opacity:hover {
	opacity: 0.5;

}


#enquiryform td {
	padding-bottom: 20px;
	padding-top: 0px;
	color: #FFF;
}

.enquiryform-checkbox {
	width: 10%;
}


#enquiryform input {
	width: 96%;
	color: #35464f;
	font-size: 16px;
	background: rgb(255, 255, 255); /* Fall-back that don't support rgba */
	background: rgba(255, 255, 255, .4);
	line-height: 16px;
	border: 1px solid #909A82;
	padding: 2%;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

#enquiryform select {
	width: 100%;
	background: rgb(255, 255, 255); /* Fall-back that don't support rgba */
	background: rgba(255, 255, 255, .4);
	border: 1px solid #909A82;
	color: #668d3b;
	font-size: 16px;
	line-height: 16px;
	padding: 2%;
}

#enquiryform textarea {
	width: 96%;
	padding-right: 2%;
	padding-left: 2%;
	height: 60px;
	background: rgb(255, 255, 255); /* Fall-back that don't support rgba */
	background: rgba(255, 255, 255, .4);
	border: 1px solid #909A82;
	color: #FFFFFF;
	font-size: 16px;
}
#enquiryform h6 {
	color: #FFFFFF;
	font-size: 16px;
	display: block;
	margin-bottom: 6px;
}



#calculator td {

}

#calculator input {
	width: 96%;
	color: #35464f;
	padding-top: 4%;
	padding-right: 2%;
	padding-bottom: 4%;
	padding-left: 2%;
	font-size: 16px;
	background: rgb(255, 255, 255); /* Fall-back that don't support rgba */
	background: rgba(255, 255, 255, .4);
	line-height: 16px;
	border: 1px solid #FFF;
	text-align: center;
}

#calculator h6 {
	font-size: 16px;
	display: block;
	margin-bottom: 8px;
	font-weight: 400;
	margin-top: 0px;
	padding-top: 0px;
	line-height: 18px;
}
#calculator h5 {
	font-size: 14px;
	font-weight: 300;
	line-height: 14px;
	font-style: italic;
	margin-top: 6px;
	margin-bottom: 12px;
}
.calculator-button {
	color: #FFFFFF;
	font-size: 18px;
	font-weight: 600;
	line-height: 20px;
	background-color: #909A82;
	padding: 15px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;
	margin-top: 8px;
	margin-bottom: 8px;
}
.calculator-button:hover {
	color: #FFFFFF;
	background-color: #3C4768;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}





.img-left {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
.img-right {
	float: right;
	margin-bottom: 15px;
	margin-left: 15px;
}
.cta {
    float: left;
    width: 92%;
    text-decoration: none;
    background-color: #1f8dbf;
    color: #FFFFFF;
    font-size: 26px;
    line-height: 29px;
    font-weight: 400;
    text-align: center;
    padding-top: 1%;
    padding-right: 4%;
    padding-bottom: 1%;
    padding-left: 4%;
}

.cta2 {
	float: left;
	width: 98%;
	text-decoration: none;
	background-color: #35464f;
	color: #FFFFFF;
	font-size: 26px;
	line-height: 29px;
	font-weight: 400;
	text-align: center;
	padding: 1%;
}
.fmb {
	float: left;
	width: 92%;
	text-decoration: none;
	background-color: #b20838;
	color: #FFFFFF;
	font-size: 26px;
	line-height: 29px;
	font-weight: 400;
	text-align: center;
	padding-top: 0%;
	padding-right: 4%;
	padding-bottom: 0%;
	padding-left: 4%;
}

.cta-icon {
	text-decoration: none;
	position: absolute;
	left: 47%;
	top: -40px;
	height: 82px;
	width: 83px;
}

.test {
	background-image: url(/images/banners-images/02.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	margin-right: auto;
	margin-left: auto;
}


.quote {
	float: left;
	width: 100%;
	text-align: center;
	font-size: 20px;
	font-weight: 400;
	line-height: 22px;
	color: #7C829F;
	margin-top: 20px;
	margin-bottom: 20px;
}

.pulse {
	-webkit-animation: pulsate 1s ease-out;
	-webkit-animation-iteration-count: infinite;
	opacity: 0.0;
	margin: 0px;
	padding: 0px;
}

.overlay {
   background:transparent; 
   position:relative; 
   width:100%;
   height:460px; /* your iframe height */
   top:460px;  /* your iframe height */
   margin-top:-460px;  /* your iframe height */
}










DESKTOP {
}
h1 {
    font-size: 36px;
    font-weight: 600;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 30px;
    margin-left: 0px;
    padding: 0px;
    line-height: 40px;
    letter-spacing: -1px;
    text-transform: none;
}
h2, h3 {
    font-size: 28px;
    font-weight: 600;
    margin-right: 0px;
    margin-bottom: 25px;
    margin-left: 0px;
    padding: 0px;
    line-height: 32px;
    letter-spacing: -1px;
    text-transform: none;
    margin-top: 0px;
}

h4 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    line-height: 27px;
}
h5 {
    font-size: 20px;
    margin: 0px;
    padding: 0px;
    line-height: 24px;
}
h6 {
    font-size: 18px;
    font-weight: 600;
    padding: 0px;
    line-height: 22px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
}


.gridContainer {
    width: 96%;
    max-width: 1200px;
    margin: auto;
    clear: none;
    float: none;
    padding-top: 0%;
    padding-right: 2%;
    padding-bottom: 0%;
    padding-left: 2%;
}
.gridContainerMobile {
    width: 96%;
    max-width: 1200px;
    margin: auto;
    clear: none;
    float: none;
    padding-top: 0%;
    padding-right: 2%;
    padding-bottom: 0%;
    padding-left: 2%;
}





.zeroMargin_desktop {
margin-left: 0;
}

.container_header {
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	z-index: 100;
}
.container_pagetitles {
	width: 100%;
	margin: 0px;
	background-color: #98a9c7;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.container_navigation {
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #1f8dbf;
}
#container_banner_wrap {
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0%;
	margin-left: 0px;
	z-index: -50;
	background-size: cover;
	float: left;
	background-color: #FFFFFF;
}



#container_banner {
	width: 100%;
	color: #FFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0%;
	margin-left: 0px;
	z-index: -50;
	background-position: center top;
	float: left;
	height: 500px;
	background-repeat: no-repeat;
	background-size: cover;
}

#container_banner_sub {
    width: 100%;
    float: left;
    background-position: center center;
    background-color: #666666;
    background-repeat: no-repeat;
    background-size: cover;



"
; 			    height: 450px;
    z-index: 0;
}





.container_banner_slider {
    width: 100%;
    margin: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
    text-align: center;
    background-color: #FFF;
    background-position: right center;
    background-size: cover;
    background-repeat: no-repeat;
}
.banner-content-slider {
    width: 100%;
    color: #333;
    position: relative;
    float: left;
    padding-top: 60px;
    padding-bottom: 20px;
    height: 400px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
}
.banner-left-slider {
    width: 53%;
    float: left;
    margin-right: 2%;
    clear: none;
    text-align: left;
}

.banner-left-slider h5 {
    font-size: 50px;
    line-height: 54px;
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    color: #FFF;
    text-transform: none;
}

.banner-left-slider h6 {
    font-size: 20px;
    line-height: 24px;
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    color: #FFF;
    text-transform: none;
}
.banner-left-slider-sub {
    width: 53%;
    float: left;
    margin-right: 2%;
    clear: none;
    text-align: left;
    padding-top: 60px;
}
.banner-left-slider-sub h5 {
	font-size: 50px;
    line-height: 54px;
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    color: #FFF;
    text-transform: none;
}
.banner-left-slider-sub h1 {
	font-size: 60px;
	line-height: 64px;
	padding: 0px;
	margin-top: 10%;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #FFF;
	font-weight: 700;
}



.banner-right-slider {
	width: 45%;
	float: left;
	margin-right: 0%;
	clear: none;
	text-align: right;
}



.container_footer {
	width: 100%;
}




.navigation {
	z-index: 100;
}


.container {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
    float: left;
}
.container-nopad {
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
}
.header {
	width: 100%;
	float: left;
	padding-top: 20px;
	padding-bottom: 20px;
}

.header-logo {
	float: left;
	width: 32%;
}

.header-content {
	display: block;
	width: 55%;
	float: right;
	color: #FFFFFF;
	padding-bottom: 0%;
	margin-top: 1%;
}

.header-tagline1 {
	visibility: visible;
	text-align: right;
	width: 100%;
	font-size: 24px;
	line-height: 27px;
	font-weight: 700;
	display: block;
	padding-top: 0px;
	padding-right: 0%;
	padding-bottom: 0px;
	padding-left: 0px;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	color: #333;
}
.header-tagline1 a:hover {
	visibility: visible;
	color: #35464f;
}
.header-tagline1-social {
	float: right;
	height: 35px;
	width: 49px;
	clear: none;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #DEE7F0;
}



.header-tagline2 {
	visibility: visible;
	text-align: right;
	width: 100%;
	font-size: 20px;
	font-weight: 400;
	display: block;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 22px;
	float: right;
	color: #333;
}
.header-tagline2 img {
	visibility: visible;
	padding-bottom: 5px;
}
.header-tagline3 {
	text-align: right;
	width: 100%;
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 20px;
}



.header-nav {
	z-index: 100;
}

.topbar_buttons {
	width: 100%;
}

.topbar-button1 {
	color: #909A82;
	text-align: left;
	padding-right: 0px;
	padding-left: 0px;
	height: 30px;
	padding-top: 6px;
	font-size: 14px;
	text-decoration: none;
	float: left;
	font-weight: bold;
	display: none;
}
.topbar-button1 a {
	color: #1f8dbf;
	text-decoration: none;
}


.topbar-button2 {
	color: #FFF;
	background-color: #29ABA4;
	text-align: left;
	display: block;
	padding-right: 12px;
	padding-left: 12px;
	height: 30px;
	padding-top: 6px;
	font-size: 14px;
	text-decoration: none;
	float: right;
}
.topbar-button2:hover {
	background-color: #909A82;
	color: #FFF;
}

.header-navicon {
	display:none;
}
.icon {
	display: block;
	width: 20px;
	height: 18px;
	background-image: url(/images/nav-icon.png);
	background-repeat: no-repeat;
	border: 0;
	margin-left: auto;
	margin-right: auto;
	oveflow: hidden;
}
.banner-wrap {
	width: 100%;
	float: left;
	padding: 0%;
	font-size: 40px;
	line-height: 43px;
	font-weight: 700;
	color: #FFF;
	margin-top: 160px;
	text-align: center;
	display: block;
}


.banner-left {
	width: 55%;
	margin-right: 0%;
	clear: none;
	padding: 0%;
	margin-bottom: 0%;
	margin-top: 0px;
	display: block;
	overflow: hidden;
	position: relative;
	float: left;
	margin-left: 0%;
}


.banner-right {
	width: 45%;
	clear: none;
	padding: 0%;
	margin-top: 4%;
	display: block;
	overflow: hidden;
	position: relative;
	float: left;
}

.banner-right-1 {
	width: 88%;
	position: relative;
	padding: 6%;
	background: rgba(11, 25, 66, 0.8);
	float: left;
}
.banner-right-1 h6 {
	font-size: 26px;
	font-weight: 400;
	line-height: 28px;
	color: #FFFFFF;
	text-align: left;
	display: block;
}


.banner-right-1 a {
	color: #909A82;
	text-decoration: none;
	z-index: 100;
}

.banner-right-1 a:hover {
	text-decoration: none;
	color: #FFF;
}


.banner-right-2 {
	width: 88%;
	margin-right: 0%;
	clear: none;
	padding: 6%;
	margin-bottom: 0%;
	margin-top: 0px;
	overflow: hidden;
	position: relative;
	float: left;
	margin-left: 0%;
	background-color: rgba(255, 255, 255, 0.8);
}
.banner-right-2 h6 {
	font-size: 30px;
	font-weight: 400;
	line-height: 32px;
	color: #3C4768;
	text-align: left;
	display: block;
	margin-bottom: 10px;
}



.banner-right-2 a {
	color: #3C4768;
	text-decoration: none;
	font-weight: 400;
	font-size: 20px;
	z-index: 100;
	line-height: 22px;
	border: 1px solid #3C4768;
	background-image: url(/images/button-arrow-blue.png);
	background-repeat: no-repeat;
	background-position: 96% center;
	padding-top: 3%;
	padding-right: 5%;
	padding-bottom: 3%;
	padding-left: 3%;
	display: block;
	width: 60%;
}

.banner-right-2 a:hover {
	text-decoration: none;
	background-color: #909A82;
	color: #FFF;
}


.banner-right-3 {
	width: 42%;
	margin-right: 0%;
	clear: none;
	padding: 4%;
	margin-bottom: 0%;
	margin-top: 0px;
	display: block;
	overflow: hidden;
	position: relative;
	float: left;
	margin-left: 0%;
	background: rgba(38, 38, 38, 0.8);
	color: #FFF;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
}



.banner-iframe {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 48%;
	text-align: center;
	margin-top: 10.8%;
	margin-left: 29%;
}


.icon:hover
{
	background-position: 0 -18px;
}
.columns-wrap {
	width: 100%;
	float: left;
	margin-bottom: 15px;
}


.content {
	width: 100%;
	float: left;
}

.content li {
	clear: none;
	margin-left: -10px;
	list-style-image: url(/images/bullet.png);
	margin-bottom: 8px;
}


.container_tabs {
	width: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
	float: left;
}
.container_tabs_sub {
	width: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
	float: left;
	background-image: url(/images/pagetabs-bgd.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}


.content-tabs-wrapper {
	width: 100%;
	float: left;
	z-index: 999;
	
	
}
.content-tabs {
	width: 100%;
	color: #333;
	float: left;
}



.columns1 {
    width: 100%;
    float: left;
    margin-bottom: 25px;
}
.columns1.zerobm {
    margin-bottom: 0px;
}
.columns1 li {
	clear: none;
	margin-left: -10px;
	list-style-image: url(/images/bullet_tick-green.png);
	margin-bottom: 8px;
}
.columns1-pad {
	width: 96%;
	float: left;
	margin-bottom: 20px;
	padding: 2%;
}
.columns2 {
	width: 48.5%;
	margin-right: 3%;
	clear: none;
	padding: 0%;
	margin-bottom: 2%;
	margin-top: 0px;
	margin-left: 0px;
	float: left;
}
.columns2-portfolio {
	width: 48.5%;
	margin-right: 3%;
	clear: none;
	padding: 0%;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	display: block;
	float: left;
}

.columns2-center {
	width: 48.5%;
	margin-right: 3%;
	clear: none;
	padding: 0%;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	display: block;
	float: left;
}

.columns2.last {
	margin-right: 0%;
}

.columns2 li {
	clear: none;
	margin-left: -8px;
	list-style-image: url(/images/bullet_tick-green.png);
	margin-bottom: 12px;
}


.columns2 h4 a {
    min-height: 25px;
    color: #FFFFFF;
    background-color: #1f8dbf;
    display: block;
    width: 92%;
    margin: 0px;
    float: left;
    text-align: center;
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    padding-top: 5%;
    padding-right: 4%;
    padding-bottom: 4%;
    padding-left: 4%;
}






.columns2 img {
    clear: none;
    padding-bottom: 0px;
    width: 100%;
    height: auto;
    display: block;
}

.columns2 h5 {
	font-size: 16px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.columns2 h6 {
	font-size: 14px;
	font-weight: bold;
	color: #333;
}

.columns2-wide {
	width: 70%;
	clear: none;
	padding: 0%;
	float: left;
	margin-right: 4%;
}



.columns2-wide-sidebar {
	width: 26%;
	clear: none;
	float: left;
}

.columns2-table {
    display: table;
    width: 100%;
    margin: 0px;
    float: left;
}

.columns2-table-cell {
    display: table-cell;
    width: 47%;
    position: relative;
    padding-top: 3%;
    padding-right: 3%;
    padding-left: 3%;
    padding-bottom: 3%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}




.columns3 {
    width: 30%;
    clear: none;
    margin-right: 4%;
    float: left;
}

.columns3 img {
	display: block;

}

.columns3 li {
    clear: none;
    margin-left: -10px;
    list-style-image: url(/images/bullet.png);
    margin-bottom: 8px;
}
.columns3 ul {
    clear: none;
    list-style-image: url(/images/bullet_tick-green.png);
    margin-top: 0px;
    padding-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}


.columns3.last {
	margin-right: 0%;
}
.columns3-pad.last {
	margin-right: 0%;
}
.columns3 h4 a {
    min-height: 25px;
    color: #FFFFFF;
    background-color: #1f8dbf;
    display: block;
    width: 92%;
    margin: 0px;
    float: left;
    text-align: center;
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    padding-top: 5%;
    padding-right: 4%;
    padding-bottom: 4%;
    padding-left: 4%;
}

.columns4{
    clear: none;
    z-index: 200;
    width: 21%;
    margin-right: 2%;
    float: left;
    margin-bottom: 3%;
    margin-left: 2%;
}

.columns4.last {
	clear: none;
	z-index: 200;
	width: 24%;
	margin-right: 0%;
	float: left;
	text-align: left;
	margin-bottom: 1.5%;
}


.columns4 h4 {
	z-index: 200;
	position: relative;
	color: #FFF;
	margin-top: 10px;
}

.columns4-center {
	clear: none;
	z-index: 200;
	position: relative;
	width: 24%;
	margin-right: 1.3%;
	text-align: center;
}


.columns4-table-cell {
	display: table-cell;
	position: relative;
	width: 24%;
	font-size: 14px;
}
.columns4-table-cell h6 {
	min-height: 30px;
	margin: 0px;
	padding: 0px;
}
.columns5 {
	clear: none;
	width: 18.4%;
	float: left;
	text-align: center;
	padding: 0px;
	background-image: url(/images/home_bgd_courses.jpg);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 2%;
	margin-bottom: 2%;
	margin-left: 0px;
	background-position: center center;
}

.columns5.last {
	margin-right: 0%;
}

.columns5 img {
	width: 45%;
}

.columns5 h5 {
	text-align: center;
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	font-size: 18px;
	font-weight: 600;
	line-height: 20px;
}
.columns5 h6 {
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	font-size: 16px;
	font-weight: 400;
	color: #333;
}


.columns5 h6 a {
	color: #909A82;
	text-decoration: none;
	background-color: #FFFFFF;
	display: inline-block;
	font-weight: 600;
	font-size: 18px;
	z-index: 100;
	padding-right: 8px;
	padding-left: 8px;
	border: 1px solid #909A82;
	line-height: 18px;
	padding-top: 6px;
	padding-bottom: 6px;
}

.columns5 h6 a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #909A82;
	border: 1px solid #909A82;
}





.columns5-table {
	display: table;
	width: 100%;
	margin: 0px;
	padding: 0px;
	text-align: left;
}


.columns5-table-cell {
	display: table-cell;
	position: relative;
	width: 16%;
	font-size: 14px;
	padding-top: 2%;
	padding-right: 2%;
	padding-bottom: 2%;
	padding-left: 2%;
}





.columns-wrap {
	margin-bottom: 15px;
	padding: 0px;
}


.hide-mobile {
	display: block;
}
.hide-tablet {
	display: block;
}

.hide-desktop {
	display: none;
}

.hide-tablet-mobile {
	display: inline-block;
}

.iframe-newsletter {
	height: 320px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	float: left;
}
.iframe-contact {
	width: 100%;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 400px;
}

.social {
	font-size: 28px;
}

.form-wrap {
	width: 100%;
	margin-top: 40px;
}
.photolabel {
	font-size: 14px;
	line-height: 16px;
	font-weight: 400;
	color: #333;
	background-color: #FC0;
	height: auto;
	width: auto;
	position: absolute;
	left: 0px;
	top: 20px;
	padding: 10px;
	text-transform: uppercase;
}

.form-wrap-sub {
	width: 90%;
	background-image: url(/images/bgd_course-info-kit.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #92B966;
	padding: 5%;
}


.footer {
	width: 100%;
	color: #FFFFFF;
	float: left;
	font-size: 16px;
	line-height: 19px;
	font-weight: 400;
}


.footer-left {
	width: 26%;
	clear: none;
	float: left;
	margin-right: 4%;
}

.footer-right {
	width: 70%;
	clear: none;
	padding: 0%;
	float: left;
}






.footer-tel {
	font-size: 20px;
	line-height: 22px;
	font-weight: 600;
	color: #FFF;
}

.footer a {
    width: 100%;
    color: #FFFFFF;
    text-decoration: none;
    display: block;
    padding: 0px;
    float: left;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
}
.footer a:hover {
	width: 100%;
	color: #1f8dbf;
	text-decoration: none;
}


.footer h5 {
	font-size: 22px;
	font-weight: 400;
	display: block;
	margin-bottom: 20px;
	text-align: left;
	color: #FFFFFF;
	line-height: 24px;
}
.footerleft {
	width: 49%;
	clear: none;
	float: left;
	font-size: 14px;
	text-align: left;
	padding: 0px;
	font-weight: 400;
	margin-right: 2%;
	line-height: 16px;
}

.footerright {
	width: 49%;
	float: left;
	clear: none;
	text-align: left;
	font-size: 14px;
	line-height: 16px;
	font-weight: 400;
}

.button-side {
	height: 283px;
	width: 57px;
	position: fixed;
	top: 200px;
	right: 0px;
	float: right;
	z-index: 999;
	margin-right: 0px;
	padding-right: 0px;
}


.tel-large {
    font-size: 48px;
    line-height: 51px;
    letter-spacing: -1px;
    display: block;
    font-weight: 600;
}


.form_text {
	font-family: 'Source Sans Pro', sans-serif;
    width: 92%;
    padding-right: 4%;
    padding-left: 4%;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 0px;
    border: 0px solid #49A2DB;
    background-color: #FFFFFF;
    height: 60px;
}
.form_textarea {
    font-family: 'Source Sans Pro', sans-serif;
    width: 94%;
    border: 0px solid #49A2DB;
    padding-top: 2%;
    padding-right: 4%;
    padding-bottom: 4%;
    padding-left: 2%;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 0px;
    background-color: #FFFFFF;
}

.form_select {
    font-family: 'Source Sans Pro', sans-serif;
	width: 100%;
    padding-right: 4%;
    padding-left: 4%;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: px;
    border: 0px solid #49A2DB;
    background-color: #FFFFFF;
    height: 60px;
}

.columns1_form {
	width: 100%;
	float: left;
	margin-bottom: 15px;
}

.columns2_form {
    width: 48.5%;
    margin-right: 3%;
    clear: none;
    padding: 0%;
    margin-top: 0px;
    margin-left: 0px;
    display: block;
    float: left;
    margin-bottom: 15px;
}

.columns2_form.last {
    margin-right: 0%;
    position: relative;
    width: 48.5%;
}



/* Tablet Layout: 1120px to 481px. Inherits styles from: Desktop Layout. */

@media only screen and (max-width: 1060px) {






TABLET {
}

h1 {

}
h2, h3 {


}
h4 {

}
h5 {

}
h6 {

}

.gridContainer {
    width: 92%;
    clear: none;
    float: none;
    padding-right: 4%;
    padding-left: 4%;
    padding-top: 0px;
    padding-bottom: 0px;
}

.gridContainerMobile {
	width: 100%;
	clear: none;
	float: none;
	padding-right: 0%;
	padding-left: 0%;
	padding-top: 0px;
	padding-bottom: 0px;

}

.zeroMargin_tablet {
margin-left: 0;
}

.container {

}

.container_footer {

}

#container_banner {
	height: 400px;

}


.header-logo {
	clear: none;
}
.header-content {
	clear: none;
	padding-top: 0px;
}


.header-tagline1 {
	font-size: 23px;
	line-height: 24px;
}



.header-tagline2 {
	font-size: 16px;
	line-height: 18px;
}



.home-right-content {
	font-size: 13px;
	line-height: 15px;
}


.banner-wrap {
	margin-top: 130px;
	font-size: 32px;

}




.banner-left {
	width: 50%;
	overflow: hidden;
}

.banner-right {
	width: 50%;
}
	
	
.container_banner_slider {
    background-position: right center;
    background-size: cover;
    background-repeat: no-repeat;
}	

.banner-content-slider {
	height: 400px;
}


.banner-left-slider h5 {
    font-size: 44px;
    line-height: 48px;
}
.banner-left-slider h6 {
	font-size: 18px;
	line-height: 20px;
}



.container_tabs_sub {
	width: 100%;
	float: left;
	background-image: none;
	padding-top: 3%;
	padding-bottom: 3%;
}
.container_tabs_roadshows {
	width: 100%;
	float: left;
	background-image: none;
	padding-top: 3%;
	padding-bottom: 3%;
}


.content-tabs-wrapper {

}

.columns-wrap {

}



.content {
	margin-top: 1%;
}

.video-left {
	width: 100%;
	margin-right: 0%;
	clear: none;
	padding: 0%;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	display: block;
	float: left;
	text-align: center;
}
.video-right {
	width: 75%;
	padding: 0%;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 12.5%;
	display: block;
	float: left;
	line-height: 0px;
}



.columns2 {
}

.columns2 img {
    clear: none;
    display: block;
}

.columns2 h5 {
	font-size: 16px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.columns2 h6 {
	font-size: 14px;
	font-weight: bold;
	color: #333;
}


.columns2-wide {

}

.columns2-wide-sidebar {

}



.columns2-wide-data {
	width: 60%;
	margin-right: 5%;
	clear: none;
}

.columns2-wide-data-sidebar {
	width: 100%;
	position: relative;
	clear: none;
}

.columns3 {
}

.columns3 h4 a {
	font-size: 16px;
	line-height: 18px;
}

.columns3-table h5 {
	font-size: 14px;
}

.columns4{

}
.columns4-center {

}

.columns5 h5 {
	font-size: 16px;
	line-height: 18px;
}

.columns5 h6 {
	font-size: 16px;
}


.columns5-table-cell {
	display: block;
	position: relative;
	width: 96%;
	padding: 2%;
}

.hide-tablet {
	display: none;
}

.hide-tablet-mobile {
	display: none;
}

.iframe-newsletter {
	height: 320px;
	width: 100%;
}


.iframe-contact {
	height: 500px;
	width: 100%;
}


.social {
	font-size: 24px;
}



.footerright h6 {
	width: 100%;
}

.button-side {
	position: fixed;
	top: 220px;
	right: 0px;
	z-index: 999;
	display: none;
}
    
    

	
.columns2_form {
    width: 100%;
    margin-right: 0%;
	margin-bottom: 15px;
}

.columns2_form.last {
    width: 100%;
}	
	
	
.form_text {

}
.form_textarea {
    width: 92%;
    padding-left: 4%;
}

.form_select {

}
    
    
.tel-large {
    font-size: 36px;
    line-height: 40px;
}
    





}

@media only screen and (max-width: 700px) {



MOBILE {
}


/* Mobile Layout: 480px and below. */
  
h1 {
    font-size: 32px;
    line-height: 36px;
    letter-spacing: 0em;
}

h2, h3 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 15px;
    letter-spacing: 0em;
}

h4 {

}
h5 {

}
h6 {

}

.gridContainer {
    width: 88%;
    clear: none;
    float: none;
    padding-top: 6%;
    padding-right: 6%;
    padding-left: 6%;
    padding-bottom: 6%;
}
.gridContainerMobile {
	width: 100%;
}


.zeroMargin_mobile {
margin-left: 0;
}

.container_topbar {
	width: 100%;
}

.container_header {
	width: 100%;
	position: relative;
}

#container_banner_wrap {
	z-index: -50;
	background-size: cover;
	height: 200px;
}


#container_banner {
	height: 200px;
	background-position: center center;
}

#container_banner_sub {
    width: 100%;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    height: 350px;
    background-position: right 0%;
}

.banner-left-slider-sub {
    width: 100%;
    margin-right: 0%;
    padding-top: 40px;
}
.banner-left-slider-sub h5 {
	font-size: 40px;
    line-height: 44px;
}


.banner-content-slider {
}


.banner-left-slider {
	width: 100%;
	float: left;
	margin-right: 0%;
	clear: none;
	text-align: left;
}


.banner-right-slider {
	width: 100%;
	float: left;
	margin-right: 0%;
	clear: none;
	text-align: right;
	display: none;
}



.container_navigation {
	background-color: #CCFF33;
}


.container {
	padding-top: 5%;
	padding-bottom: 5%;
}

.container_footer {
}


.topbar_buttons {
	width: 50%;
}

.topbar-button1 {
	font-size: 22px;
	text-align: center;
	width: 100%;
	line-height: 25px;
	display: block;
	clear: none;
	float: left;
	color: #35464f;
	font-weight: 600;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0%;
	padding-left: 0px;
	margin-top: 0%;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
}
.topbar-button1 h4 {
	font-size: 18px;
	text-align: center;
	line-height: 18px;
	display: block;
	color: #FFFFFF;
	font-weight: 600;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0%;
	padding-left: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.topbar-button1 h5 {
	font-size: 14px;
	text-align: center;
	line-height: 16px;
	display: block;
	color: #FFFFFF;
	font-weight: 400;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0%;
	padding-left: 0px;
	margin-top: 0%;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}


.topbar-button1 a:hover {
	color: #35464f;
	text-decoration: none;
}


.topbar-button2 {
	font-size: 18px;
	text-align: right;
	width: 50%;
	line-height: 20px;
	padding: 0px;
	display: block;
	clear: none;
	float: left;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.header {
	width: 100%;
	padding-top: 15px;
	padding-bottom: 0px;
}

.header-logo {
	width: 90%;
	text-align: center;
	margin-left: 5%;
	margin-bottom: 15px;
}
.header-navicon {
	float: none;
	width: 100%;
	text-align: center;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #CCCCCC;
}
.header-tagline2 {
	display: block;
	float: none;
	clear: both;
	width: 100%;
	margin-bottom: 26px;
	text-align: center;
	font-size: 17px;
	font-weight: bold;
	color: #35464f;
}


.banner-left {
	display: none;
}

.banner-right {
	width: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
	float: left;
	display: none;
}



.container_tabs_sub {
	width: 100%;
	padding-top: 5%;
	padding-bottom: 5%;
	float: left;
	background-image: none;
}
.container_tabs_roadshows {
	width: 100%;
	padding-top: 5%;
	padding-bottom: 5%;
	float: left;
	background-image: none;
}


.content-tabs-wrapper {
	width: 100%;
	color: #333;
	float: left;
	position: relative;
	padding-top: 20px;
	padding-bottom: 20px;
	min-height: 0px;
}
.content-tabs {
	width: 100%;
	color: #333;
	top: 0px;
	position: relative;
}

.content {
	width: 100%;
	padding: 0%;
	margin: 0px;
}

.video-left {
	width: 100%;
	margin-right: 0%;
	padding: 0%;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	display: block;
	float: left;
	text-align: center;
}
.video-right {
	width: 100%;
	margin-right: 0%;
	padding: 0%;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	display: block;
	float: left;
	line-height: 0px;
}

.columns-wrap {
	margin-bottom: 0px;

}
.columns1-pad {
	width: 92%;
	margin-bottom: 15px;
	padding: 4%;
}



.columns2 {
    width: 100%;
    margin-bottom: 40px;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
}

.columns2-center {
	width: 100%;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	text-align: center;
}


.columns2 img {
    clear: none;
}

.columns2 h5 {
	font-size: 16px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.columns2 h6 {
	font-size: 14px;
	font-weight: bold;
	color: #333;
}


.columns2-wide {
	width: 100%;
	margin-right: 0px;
	margin-bottom: 20px;
}

.columns2-wide-sidebar {
	width: 100%;
	margin: 0px;
}


.columns2-wide-data {
	width: 100%;
	margin-right: 0%;
	margin-bottom: 20px;
}

.columns2-wide-data-sidebar {
	width: 100%;
}


.columns2-table {
	display: table;
	width: 100%;
	margin-top: 0px;
}

.columns2-table-cell {
    width: 88%;
    display: block;
    padding-top: 6%;
    padding-right: 6%;
    padding-bottom: 6%;
    padding-left: 6%;
}




.columns3 {
    clear: none;
    margin-bottom: 15px;
    width: 100%;
}
.columns3-pad {
	clear: none;
	margin-bottom: 15px;
	width: 92%;
	padding: 4%;
	min-height: 0px;
}
.columns3 img {
}


.columns3-table {
display: table;
width: 100%;
}

.columns3-table-cell {
	display: block;
	width: 90%;
	padding-top: 5%;
	padding-right: 5%;
	padding-bottom: 110px;
	padding-left: 5%;
	font-size: 14px;
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
.columns3-table-cell-nopad {
	display: block;
	width: 100%;
	padding-top: 0%;
	padding-right: 0%;
	padding-bottom: 0px;
	padding-left: 0%;
	font-size: 14px;
	border-bottom-style: none;
	background-color: #F0F4F9;
	margin: 0px;
}

.columns3-table-cell-teasers {
	display: block;
	width: 90%;
	padding-top: 5%;
	padding-right: 5%;
	padding-bottom: 60px;
	padding-left: 5%;
}



.columns3-table-link {
}


.columns3-table-link a {

}


.columns3-table h5 {
	min-height: 0px;
	margin-bottom: 10px;
	font-size: 16px;
}
.columns4 {
	clear: none;
	margin-bottom: 4%;
	width: 100%;
	margin-right: 0%;
	padding: 0px;
	margin-top: 0px;
	margin-left: 0px;
}

.columns4.last {
	clear: none;
	margin-bottom: 2%;
	width: 100%;
	margin-right: 0%;
}
.columns5 {
	clear: none;
	margin-bottom: 4%;
	width: 46%;
	margin-right: 2%;
	background-color: #F2F3F7;
	background-image: none;
	margin-left: 2%;
	min-height: 200px;
}
.columns5.last {
	margin-right: 2%;
	min-height: 200px;
}

.columns5 img {
	clear: none;
	width: 108px;
}


.columns4-table-cell {
	display: block;
	width: 100%;
	font-size: 14px;
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding: 0%;
}

.hide-mobile {
	display: none;
}
.hide-tablet {
	display: block;
}

.hide-desktop {
	display: block;
}

.hide-tablet-mobile {
	display: none;
}

.iframe-newsletter {
	height: 560px;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.iframe-contact {
	height: 700px;
	width: 100%;
	margin: 0px;
	padding: 0px;
}


.social {
	font-size: 18px;
}

.footer-left {
	width: 100%;
	text-align: center;
	margin-bottom: 15px;
}

.footer-right {
	width: 100%;
	text-align: center;
}

#enquiryform input {
	font-size: 14px;

}




}
