@charset "utf-8";
/* CSS Document */
/* CSS styles for ie8 (media queries not supported */


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

/*  
hide desktop nav bar
*/
nav.desktop{
display:block;
}
/*
Header is relative so z-index: 1 guarantees always displayed on top
*/
header#Page-header-container {
    z-index: 1;
	background-color:#fff;
	}

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

#mobile-nav ul {
	display:none !important;
}

#mobile-nav li {
	display:none !important;
}

#mobile-nav li a {
    display:none !important;
}

#mobile-nav li a:hover {
    display:none !important;
}

.fullWidthContent {
	margin-left: auto;
	margin-right: auto;
	width: 96%;
	max-width: 1256px;
	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: 18px;
	color: #425563;
  	font-weight:  400;
	max-width:300px;
}	


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

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


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

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

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

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

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

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

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

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

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

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

.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: normal;
	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%;
}



