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

/* 
------------------------------------------------------
Global
------------------------------------------------------
*/
body {
	background-color: #fff;
	overflow-x: hidden;
}

a {
	color: #425563;
}

h1, h2, h3, h4, h5 {
	font-family: 'Stag Sans Web', "Helvetica Nue", Helvetica, Arial, sans-serif !important;
	color: #425563;
	text-align: left;
	line-height: 120%;
	font-weight:  600;
}

h1 {
	font-family: "Stag Sans Web", "Helvetica Nue", Helvetica, Arial, sans-serif !important;
	font-size:28px;
	text-align: left;
	font-weight:  700;
}

p {
	font-family: 'Stag Sans Web', Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align: left;
	color: #182d3c;
	line-height: 140%;
	font-weight:  400;
}

ul li{
	font-family: 'Stag Sans Web', Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align: left;
	color: #182d3c;
	line-height:150%;
	font-weight:  400;
}

i {
	width:auto;
	max-width:100%;
}


.btnPrimary {
	width: auto;
	height: auto;
	padding: 8px 15px;
	margin: 18px;
	background: #ffd100;
	display: inline-block;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	border: 2px solid #ed8d00;
	font-family: "Stag Sans Web", Arial, Helvetica, "Lucinda Grande";
	font-size: 18px;
	font-weight:  400;
	text-decoration: none;
	line-height: 18px;
	cursor: pointer;
	pointer-events: auto;
	color: #425563;
}


.btnPrimary:after {
	content: "\f054";
	font-family: "FontAwesome" !important;
	font-size: 15px;
	margin-top: 1px;
	margin-left: 8px;
	float: right;
	color: #425563;
}

.btnPrimary:hover {
  	color: #33424d;
  	border: 2px outset #ED8d00;
	clear:both;
}

.btnSecondary {
	width: auto;
	height: auto;
	padding: 8px 15px;
	margin: 18px;
	background: #33424d;
	display: inline-block;
	border: 2px solid #425563;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	font-family: "Stag Sans Web", Arial, Helvetica, "Lucinda Grande";
	font-size: 18px;
	font-weight:  400;
	color: #d3d8db;
	text-decoration: none;
	line-height: 18px;
	cursor: pointer;
	pointer-events: auto;
	//behavior: url("../js/pie/PIE.htc");

}

.btnSecondary:after {
	content: "\f054";
	font-family: "FontAwesome" !important;
	font-size: 15px;
	margin-top: 1px;
	margin-left: 8px;
	float: right;
  	color: #FFD100;

}


.btnSecondary:hover {
	color: #d3d8db;
 	background: #425563;
  	border: 2px outset #425563;
	clear: both;

}

ul.tickCheckList > li {
	list-style: none !important;
	background: url("../img/tick.png") 0px 2px no-repeat !important;
	line-height: 140% !important;
	margin-left: -20px;
	padding-left: 35px;
}
 
/* 
------------------------------------------------------
Navigation header
------------------------------------------------------
*/
.topOfWindowAlertBar {
	//border:2px solid #ffd100;
	background:#182d3c;
	color:#ffd100;
	height:26px;
	margin:0 auto;
	padding-top:5px;
	text-align:center;
	border-bottom:solid 1px #fff;
}

.topOfWindowAlertBar a{color:white; font-weight:normal}

#Searchbar {
	display:none;
}

#Page-header-container{
 	max-height: 80px;
	height:54px;
	position:relative;
}

#Page-header-background {
	display:none;
}

#Rac-logo-container {
	float: right;
	width: 100%;
	height: 89px;
	background-color: #fff;
}

#Rac-logo-mobile {
	display:block;
	margin: 0 auto;
	height:auto;
}

#Rac-logo-mobile a {
	display:block;
	border:none;
}

#Rac-logo {
	display: none;
}

#Nav-open {
	//margin-left:-15%;
	//font-size: 1.15em;
	background-color:#fff;
}


#Header-list i {
	margin-top:20px;
}

#Header-list em {
	margin-top:20px;
}

#Header-list span {
	display:none;
}

nav {
    width: 0px;
	max-height:90px;
	height:54px;
    background:#ffd100;
	display:inline-block;
	float: right;
	border-bottom: 3px solid #ffd100;
}

nav ul {
    width: 100%;

	height:54px;
    list-style: none;
	padding: 0;
	margin:0;
}

nav ul li {
    	float: left !important;
		width:32%;
		margin-left:1.3%;
		height: 100%;
		font-size: 1.10em;
}
 
nav ul li a {
        display: block;
        text-align: center;
        text-decoration: none;
        color: #425563;
		height: 100%;
		width: 100%;
}
 
nav ul li:hover {
            background-color: #fff;
			//height: 100%;
			//width: 100%;
			
}
 
nav ul li.selected a {
            background-color: #fff;
			height: 100%;
			width: 100%;
}

            #Rac-logo-container {
            //display:none;
            }
            #Rac-logo-mobile {
            display: block;
            height: auto;
            margin-right: 10px;
            margin-top: 5px;
            float: right;
            }


/*  
hide desktop nav bar
*/
nav.desktop{
display:none;
}
/*
Header is relative so z-index: 1 guarantees always displayed on top
*/
header#Page-header-container {
    z-index: 1;
	background-color:#fff;
	}
/*
using background color is important to cover the menu
position absolute isset to cover the whole viewport
*/
#container{
    background-color: #FFFFFF;
    position: relative;
	z-index:1;
    width: auto;
    height: 100%;
}
/*
hamburger button
            */
            #hamburger {
            cursor: pointer;
            height: 24px;
            position: absolute;
            width: 30px;
            margin-left: 14px;
            margin-top: 15px;
			z-index:1;
            }
            #hamburger div {
            background-color: #425563;
            border: 1px solid #425563;
            border-radius: 2px 2px 2px 2px;
            height: 2px;
            margin-top: 3px;
            width: 90%;
            }
			#bar1, #bar2, #bar3{
				transition:All 0.4955s ease;
				#bar1.cross{transform: rotate(0deg) scale(1) skew(0deg) translate(0);}
			}
			.cross > #bar1{transform: rotate(45deg) scale(1) skew(0deg) translate(33%);}
			.cross > #bar2{transform: rotate(0deg) scale(0) skew(0deg) translate(0%);}
			.cross > #bar3{transform: rotate(-45deg) scale(1) skew(0deg) translate(33%);}
			
			#hamburgerBackground {
			height: 80px;
    		position: absolute;
   			background: #ffd100;
    		width: 220px;
			}
/*
The navigation container in the background
*/
#mobile-nav  {
    opacity: 0;
    left: 0px;
    top: 0px;
    position: fixed;
    z-index: 0;
    width: 70%;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: auto;
    background: #182d3c;

	max-height:100%;
	overflow-y: hidden;
}

/*
Style the navigation menu
*/
#mobile-nav ul {
    list-style: none;
    margin: 0;
    width: 100%;
    padding: 0;
}

#mobile-nav li {
    position: relative;
    font-size: 1em;
    font-weight: bold;
    border-bottom: 1px solid #33424d;
    border-top: 1px solid #425563;
    padding: 12px 10px;
	width:92%;
	font-size:18px;
}

#mobile-nav li a {
    color: #ffd100;
    text-decoration: none;
}

#mobile-nav li a:hover {
    color: #425563;
    text-decoration: none;
}

/*
The Layer that will be layed over the content
so that the content is unclickable while menu is shown
*/
#contentLayer {
    display: none;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 30%;
    z-index: 5;
}


/* 
------------------------------------------------------
General styles
------------------------------------------------------
*/
.fullWidthContent {
	margin-left: auto;
	margin-right: auto;
	
}

/***Backgrounds***/
.content-bg-e9 { 
	background-color: #e9eef2;
	border-bottom: 3px solid #ffd100;
	padding-top:20px;
	padding-bottom:20px;
}

.content-bg-d3 { 
	background-color: #d3d8db;
	//border-bottom: 3px solid #fff;
	padding-top:20px;
	padding-bottom:20px;
}

.content-bg-ff { 
	background-color: #fffff;
	border-top: 3px solid #ffd100;
	border-bottom: 3px solid #ffd100;
	padding-top:20px;
	padding-bottom:20px;
}

.noMargin {
	margin:0
}

#Btm-nav  {
	display:none;
}

/* 
------------------------------------------------------
Homepage
------------------------------------------------------
*/
/***Intro article***/
.introAlternate p {
	font-family: 'Stag Sans Web', Arial, Helvetica, sans-serif !important;
	font-size: 15px !important;
	font-weight:  500;
	color: #182d3c;
	line-height:140%;
}	

.introAlternate a {
	color: #182d3c;
}	

#Header-article  {
	background-color: #ffffff;
}


#Intro-article {
	max-width:300px;
	padding: 8%;
	margin: 0 auto;
	display: block;
}

#Intro-article p {
	font-family: 'Stag Sans Web', Arial, Helvetica, sans-serif !important;
	font-size: 18px;
  	font-weight:  400;
	color: #425563;
	max-width:300px;
}	

#Intro-article-img {
   display: none;	
}

#Mobile-btns {
	border-top: 3px solid #e9eef2;
	padding:8%;
}
#Mobile-btns div{
	margin:0 auto;
	width:300px;
}
.desktop-only {
	display: none;
}

/***About dtec content***/
#About-dtec-content {
	background-color: #e9eef2;
	border-bottom: 3px solid #ffd100;
	padding-top:30px;
	padding-bottom:30px;

}

.imageGrid {
	margin-left: auto;
	margin-right: auto;
	width: 96%;	
	max-width: 300px;
}

.imageGrid img {
	width: 28%;
	height: 28%;
	margin:2%;
	max-width: 128px;
	display: inline-block;
	
}

.contentSplitList{
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
	width: 96%;	
}

.contentSplitList .ulContainer {
	margin:4px 10px 30px 20px
}

.contentSplitList ul {
	margin: 0;
}


/***Logos container***/
#Logos-container {
	padding: 4%;
	margin: auto;
	clear:both;

}

#Logos-container H2 {
	text-align: center;
	font-size:18px;
	
}

.logoRow {
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	max-width:300px;
}

.logoRow img {
	width: 40%;
	height: auto;
	margin: 4%;
	max-width: 100px;
}

	
.sixLogos img {

}

.fiveLogos img {

}
.fiveLogos img:nth-child(5){padding-left:20%;}

.sevenLogos  img:first-child{margin: 0 auto; display: block;}

#jointLogo {
	width: 80%;
	max-width: 200px;
	margin: 0 auto;
	display: block;
	border-right: none;
}

#signUpForm {
	max-width: 340px;
	overflow: hidden !important;
	padding: 0px;
	width:96%;
}

/* 
------------------------------------------------------
About
------------------------------------------------------
*/
#About-us-article-content {
	clear:both;
	background-color: #e9eef2;
	width:100%;
	border-bottom: 3px solid #ffd100;
	overflow:hidden;

}

#About-us-article-container {
	overflow:hidden;
	width: auto;
}

#About-us-article {
	width: 96%;
	display: inline-block;
	padding: 2%;
	height: auto;
	margin:0 auto;
	max-width: 300px;
	display: block;
	
}

#About-us-article img {
	max-width: 300px;
	width: 100%;
	height: auto;
	
}

#About-us-article p {
	padding: 1%;
	display: inline-block;
	max-width: 300px;
	
}

#About-us-article a {
	text-decoration: none;
    color: #425563;
	
}

#About-us-article a:hover  {
	text-decoration: none;
    color: #768692;
	
}

#About-us-logoRow-container {
	margin-left: auto;
	margin-right: auto;
	width: 70%;
}

#Img-right-dash {
	border: none;
}	

/* 
------------------------------------------------------
Contact
------------------------------------------------------
*/
#Intro-article-img.contact-page-img{
	background-image: url("../img/introArticle-contact.jpg");
	background-repeat: no-repeat;
	background-position: center top;
}

#Contact-form {
	width: 80%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10%;
	max-width: 300px;
	display: block;
	padding:20px;
	background-color:#fff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	border: 2px solid #d3d8db;
}

#Contact-color-block {
	display:none;


}

/* 
------------------------------------------------------
Enquire
------------------------------------------------------
*/
#Intro-article-enquire {
	max-width: 300px;
	padding: 8%;
	margin: 0 auto;
	display: block;
}


#Enquire-form {
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10%;
	max-width: 300px;
	display: block;
	padding:20px;
	background-color:#fff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	border: 2px solid #d3d8db;
}

/* 
------------------------------------------------------
Course listing
------------------------------------------------------
*/	

.courseListingAccordion {
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px 0 10px;
    width: 90%;
	
}

.accordionImgText {
	width:90%;
	border-bottom: 1px dashed #d3d8db;
}

.margin-left {
	display:none;
}


.accordionImgText>div:last-child{border:none}

.imgLeftAccordion {
	 display:none;
}

.floatRightAccordion {
	width:100%; 
	padding:2%;
	margin-top: 10px;
}

.floatRightAccordion>div:last-child{border:none}

.floatRightAccordion h2 {
	margin-top: 0px;
}

.floatRightAccordion a {
	font-size: 14px;
}

/* 
------------------------------------------------------
Course detail
------------------------------------------------------
*/

.CourseContentRight {
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
	width: 96%;	
	padding: 20px 0;
}

.CourseContentRight h4 {
	margin: 2px;
	line-height: 135%;
}

.CourseContentRight>div:last-child{padding-top:10px;}

div.CourseimgWithText {
	width: 22%;
	margin: 0;
	border-bottom: 0px;
	display: inline-block;
	margin-right: 10%;
	padding-bottom:20px;
	vertical-align: top;
}

.CourseimgWithText img {
	margin-left: auto;
	margin-right: auto;
	max-width: 70px;
	margin-bottom:6px;
}

.CourseimgWithText h4 {
	text-align: center;
	width:100%;
}


div.CourseQuickInfoList {
	padding: 10px 0;
	clear: both;
	border-bottom: 1px solid #fff;
	display: block;
}

.CoursetopAndBtmBorder {
	padding: 10px 0;
	clear: both;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	display: block;
}

/* 
------------------------------------------------------
Footer
------------------------------------------------------
*/
footer {
	font-size: .75em;
	padding: 20px;
	
}

footer p {
	font-size: 11px;
}

#Page-footer a {
	font-size:11px;
	color:#182d3c;
}

.callDtec  {
	background-color: #ffd100;
	padding: 12px;
	width: auto;
	height:auto;
	text-align: center;
	display:block;
	
}

.callDtec a {
	font-family: 'Stag Sans Web', "Helvetica Nue", Helvetica, Arial, sans-serif !important;
	text-decoration:none;
	font-weight:  600;
	color: #425563;
	font-size:18px;
	
}
	
/* 
------------------------------------------------------
TABLET/DESKTOP
######################################################
Everything above 768px 
######################################################
*/	
@media (min-width: 768px) {
	
	
	
h1 {
	font-size:34px;
}


#Page-header-container {
	border-bottom: 3px solid #ffd100;
	height: 89px;
	max-height: 89px;

}

#Header-background-right {
	display: block;
	width: 50%;
	height: 89px;
	margin:0;
	margin-left:50%;
	position: absolute;
	top:0;
	z-index:-100;
	background-color: #ffd100;
}

#Header-background-searchbar-right {
	margin: 0;
	width:100%;
	height:24px;
	background-color: #33424d;
}

#Searchbar {
	background: #33424d;
	height: 24px;
    width: 380px;
    float: right;
    display: block;
    padding-right: 80px;
	
}

#Searchbar span {
	padding-left:10px;
	font-size: 12px;
	color:#fff;
	position: relative;
	top: -8px;
}

#Searchbar a {
	color: #fff;
	font-size: 12px;
	text-decoration:none;
}

#Rac-logo-container {
	float: left;
	width: 27%;
	height: 89px;
	min-width: 290px;
}

#Rac-logo-mobile {
	display: none;
}

#Rac-logo {
	margin: 0 auto;
	height:89px;
	display: block;
	float:right;
}

#Rac-logo a {
	display: block;
	border:none;
}



/*#Nav-rays {

	height: 89px;
}
*/

#Header-list i {
	font-size:18px;
	margin-top:12px;
}

#Header-list em {
	font-size:18px;
	margin-top:12px;
}

#Header-list span {
	font-size:13px;
	display:inline-block;
}

nav {
    width: 60%;
	max-width: 420px;
	float:right;
	height:89px;
    background:#ffd100;
	display:inline-block;
	border-bottom: 3px solid #ffd100;

}

nav ul {
	clear: both;
	width: 441px;
	list-style: none;
	height: 65px;
	float: right;
	margin: 0;
	display: block;
    //margin-right: 80px;
}

nav ul li {
    	float: left !important;
        width: 18%; 
        height: 100%;
        font-size: 1.10em;
}

/*nav ul li:nth-child(5) {
	background-color:#fcf2c0
}*/
 
nav ul li a {
        display: block;
        text-align: center;
        text-decoration: none;
        color: #425563;
		height: 100%;
		width: 100%;
}
 
nav ul li a:hover {
            background-color: #fff;
			height: 100%;
			width: 100%;
			
}
 
nav ul li.selected a {
            background-color: #fff;
			height: 100%;
			width: 100%;
}

#Nav-first {
	margin-left:0;
}


/* 
------------------------------------------------------
General styles
------------------------------------------------------
*/
.fullWidthContent {
	margin-left: auto;
	margin-right: auto;
	width: 96%;
	max-width: 1256px;
	overflow: auto;	
}

/***Backgrounds***/
.content-bg-d3 { 
	background-color: #d3d8db;
	//border-bottom: 3px solid #ffd100;
	padding-top:20px;
	padding-bottom:40px;
}

.mobile-only {
	display: none;
}
.desktop-only {
	display: block;
}

.content-bg-e9 {
	overflow:auto; 
}


/* 
------------------------------------------------------
Homepage
------------------------------------------------------
*/
/***Intro article***/
#Header-article {
	border-bottom: none;
	position: relative;
	height:540px;
	z-index:0;
}

#Intro-article {
	display: inline-block;
	float: left;
	font-size: 1em;
	width: 34%;
	padding-right: 4%;
	background:#fff;
	padding-top: 50px;
	padding-bottom: 30px;
	height: 460px;
	max-width:none;
}	

#Intro-article p {
	font-size:17px;
	max-width:none;
}

#Intro-article-svg {
	clear: both;
	position: absolute;
	display: inline;
	top: 0;
	left: 0;
	z-index: -5;
}

#Intro-article-img {
    clear: both;
	position: absolute;
	width: 56%;
	display: block;
	top: 0;
	left:0;
	margin-left: 44%;
	height: 100%;
	overflow:hidden;
	z-index:-10;

}


#Intro-article-img.home-page-img{
	background-image: url("../img/introArticle-home.jpg");
	background-repeat: no-repeat;
	background-position: center top;
}

#signUpForm {
	max-width: 360px;
	overflow: hidden !important;
	padding: 0px;
	width:100%;
}

/***About dtec content***/
#About-dtec-content {
	overflow:auto;
}
#Intro-article-img.about-page-img{
	background-image: url("../img/introArticle-about.jpg");
	background-repeat: no-repeat;
	background-position: center top;
}
.imageGrid {	
	width: 40%;
	display: inline-block;
	margin: 0;
	float: left;
	max-width: 40%;
	margin-left: 5%;
	margin-right: 5%;
}

.imageGrid img {
	width: 128px;
	height: 128px;
	margin:2%;
	display: inline-block;
	float: left;
	
}

.contentSplitList{
	max-width: 450px;
	width: 49%;
	display: inline-block;
	margin: 0;
	overflow: auto;
	height: auto;
}

.contentSplitList .ulContainer {
	margin:4px 10px 30px 20px
}

.contentSplitList ul {
	margin: 0;
	padding: 0;
	float: left;
	width: 47%; 
}

#List-right-margin ul {
	margin-right: 6%;
}

/***Logos container***/
/*#Logos-container {
	padding: 20px;
	margin: auto;
	clear:both;

}
*/
#Logos-container H2 {
	text-align: center;	
	font-size:24px;
}

.logoRow {
	max-width: 1256px;
}

.sevenLogos img {
	width: 10%;
	height: auto;
	margin: 1.5%;
	max-width: 100px;
}

.sixLogos img {
	width: 10%;
	height: auto;
	margin: 3%;
	max-width: 100px;
}

.fiveLogos img {
	width: 9%;
	height: auto;
	margin: 5.2%;
	max-width: 100px;
}


.fiveLogos  img:nth-child(5){padding:0}

.sevenLogos  img:first-child{margin: 1.5% 8% 1.5% 1.5%; display:inline}

#jointLogo {
	width: 18%;
	max-width: 200px;
	display: inline;
	margin: 1.5% 0% 1.5% -1%;
	border-right: 1px solid #e9eef2;
}

/* 
------------------------------------------------------
About
------------------------------------------------------
*/
#About-us-article-content {
	clear:both;
	background-color: #e9eef2;
	width:100%;
	border-bottom: 3px solid #ffd100;
	overflow:hidden;

}

#About-us-article-container {
	overflow:hidden;
	margin-left: auto;
	margin-right: auto;
	width: 84%
}

#About-us-article {
	width: 28%;
	display: inline-block;
	padding: 2.5%;
	float: left;	
}

#About-us-article img {
	max-width: 300px;
	height:auto;
	
}

#About-us-article p {
	padding: 2%;	
}

#Img-right-dash {
	border-right: 1px dashed #b1b5b7;
	display:inline-block;
}	

/* 
------------------------------------------------------
Course listing
------------------------------------------------------
*/	
.topThree {
	margin-left: auto;
	margin-right: auto;
	//width: 80%;
}

.topThreeContainer {
	max-width: 330px;
	display:inline-block;
	background-color:#FFFFFF;
	padding: 1%;
	overflow: hidden;
	margin-left: 1.6%;
	width: 28%;
	vertical-align: top;
	min-height: 130px;
	
}

.topThreeContainer:first-child {
	margin-left: 5%;
}

.topThree img {
	display:block;
	float: left;
	width: 42%;
	
}

.topThreeRightText {
	width: 55%;
	display: inline-block;
	margin-left: 3%;
	margin-top: 0px;
	margin-bottom: 0px;
	min-height: 130px;
	margin-top: 0px;
	position: relative;
	overflow:hidden;
	
}

.topThreeRightText H3 {
	margin-top: 0px;
	margin-bottom:30px;
	
}

.topThreeRightText a {
	vertical-align: text-bottom;	
}

.courseListingAccordion {
	margin-left: auto;
    margin-right: auto;
    display: block;
    //float: left;
    max-width: 990px;
    padding: 20px 0px 0px 0px;
    width: 100%;
}

.accordionImgText {
	width:100%;
	border-bottom: 1px dashed #d3d8db;
}

.margin-left {
	margin-left:90px;
}

.accordionImgText>div:last-child{border:none}


.imgLeftAccordion {
	display:inline-block;
 	float:left; 
 	width:15%; 
 	padding:2%
}

.floatRightAccordion {
	width:90%; 
	padding:2%;

}

.floatRightAccordion p  {
	font-size: 15px;
}

/* 
------------------------------------------------------
Course detail
------------------------------------------------------
*/	
.courseHeaderHeight {
	height: 380px !important;
}

.courseHeaderIntro {
	width: 36% !important;
	height: 330px !important;
	padding-top: 20px !important;
	max-width: 350px !important;
	overflow: hidden;
}

.courseHeaderIntro p {
	font-size: 16px !important;
	max-width: none;
}
.CourseContentRight {
	float:right;
	max-width: 380px;
	width: 40%;
	display: inline-block;
	margin: 0;
	overflow: auto;
	height: auto;
	padding: 0;
}	

.CourseimgWithText img {
	margin-left: auto;
	margin-right: auto;
	max-width: 74px;
}

div.CourseimgWithText {
	width: 18%;
	margin: 0;
	border-bottom: 0px;
	display: inline-block;
	margin-right: 10%;
	padding-bottom:20px;
}

#Course-header-img {
	background-repeat: no-repeat;
	background-position: center top;
}


/* 
------------------------------------------------------
Footer
------------------------------------------------------
*/
footer {
	float: right;
	width: 280px;
	margin-right: 80px;
}

footer p {
	font-size: 12px;
}


.callDtec  {
	background-color: #ffd100;
	font-size:22px;
	padding: 10px;
	width: auto;
	height:auto;
	text-align: center;

}


#Btm-nav  {
    background: #33424d;
	height:32px;
	float:left;
	display:block;
	font: 12px;
	font-weight: normal;
	color:#fff;	
}

#Btm-nav span {
	position: relative;
	padding-left: 470px;
	padding-right: 10px;
}


#Btm-nav a {
	font-size: 12px;
	color:#fff;
	text-decoration:none;
	font-weight:  400;
	position: relative;
}


/* 
------------------------------------------------------
Contact
------------------------------------------------------
*/
#Contact-map {
	width: 70%;
	height: 70%;
	display: block;
	padding:20px;
	margin-top:20px;
	min-width: 230px;
	background-color:#fff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	border: 2px solid #d3d8db;
}	

#Intro-article-img.contact-page-img{
	background-image: url("../img/introArticle-contact.jpg");
	background-repeat: no-repeat;
	background-position: center top;
}

#Contact-form {
	float: right;
	width: 34%;
	height: auto;
	margin-top: 8%;
	margin-bottom: 10%;

	max-width: 34%;
	display: block;
	padding: 20px;
	background-color: #fff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	border: 2px solid #d3d8db;
}

#Contact-min-height {
min-height: 843px;
}


#Contact-color-block {
	background-color:#e9eef2;
	height:306px;
	z-index:-1;
	display:block;
}



/* 
------------------------------------------------------
Enquire
------------------------------------------------------
*/
#Enquire-form {
	width: 50%;
	height: auto;
	margin-bottom: 10%;
	max-width: 50%;
	display: block;
	padding: 20px;
	background-color: #fff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	border: 2px solid #d3d8db;
	float:left;
}


#Enquire-min-height {
	min-height: 880px;
	overflow: hidden;
}


#Intro-article-enquire {
	display: inline-block;
	float: left;
	font-size: 1em;
	padding-right: 4%;
	padding-top: 50px;
	padding-bottom: 30px;
	height: 460px;
	max-width:1200px;
	width:100%;
}







