@import url(normalize.css);

@font-face {
	font-family: Museo700Regular;
	src: url("../fonts/Museo700-RegularWeb.eot");
	src: url("../fonts/Museo700-RegularWeb.woff") format("woff");
}

body {
	background: #d9531e;
	color: #ffffff;
	font-size: 13px;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

button,
input,
select,
textarea {
	background: #fff;
	border: 1px solid #bebebe;
	color: #000020;
	padding: 2px;
}

button,
input,
textarea {
	padding: 10px;
}

input[type=checkbox] {
	margin: 3px;
	padding: 0;
}

input[type=image] {
	background: none;
	border: 0;
	padding: 0;
}

textarea {
	resize: vertical;
}

h1, h2, h3, h4, h5, h6 {
	color: #fb8c19;
	font-family: 'Museo700Regular', sans-serif;
}

body.home h2 {
	color: #676767;
}

a {
	color: #fb8d1a;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	vertical-align: middle;
}

.tooltip {
	display: none !important;
}

#header-bg {
	background: #ffffff;
}

#header {
	padding: 10px;
}

#header:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#header .logo img {
	float: left;
	height: 46px;
}

#header .signup {
	background: url(../images/enrol.png) center no-repeat;
	display: block;
	float: right;
	height: 36px;
	margin: 5px 0;
	width: 92px;
}

#header .login {
	background: url(../images/login.png) center no-repeat;
	display: block;
	float: right;
	height: 36px;
	margin: 5px 0;
	width: 75px;
}

#header .custom {
	display: none;
}

#menu {
	background: #d9531e;
	text-align: center;
}

#menu button {
	background: url(../images/logo2.png) right center no-repeat;
	border: 0;
	color: #000000;
	font-family: 'Museo700Regular', sans-serif;
	font-size: 1.5em;
	height: 26px;
	margin: 10px 0;
	padding: 0 46px 0 0;
}

#menu button:focus {
	outline: none;
}

#menu ul.menu {
	display: none;
	list-style: none;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

#menu ul.menu > li {
	border-top: 1px solid #d9531e;
}

#menu ul.menu li a {
	color: #fff;
	display: block;
	font-family: 'Droid Sans', sans-serif;
	padding: 0 20px;
}

#menu ul.menu li a:hover {
	color: #fb951e;
	text-decoration: none;
}

#menu ul.menu > li > a {
	font-size: 1.1em;
	height: 50px;
	line-height: 50px;
}

#menu ul ul {
	display: none;
}

#banner {
	background: #ffffff url(../images/bannerbg.png);
	padding: 20px;
}

#banner h1 {
	color: #fff;
	margin: 0;
	text-align: center;
	text-shadow: 2px 2px #1d1917;
}

#boxes div.moduletable {
	background: #1e1916;
	border-radius: 5px;
	padding: 0 25px 40px;
	position: relative;
}

#boxes div.moduletable + div.moduletable {
	margin-top: 20px;
}

#boxes div.moduletable h3 {
	background: #1e1916 linear-gradient(to bottom, #1e1916, #312c29);
	border-radius: 3px 3px 0 0;
	color: #fff;
	font-size: 1.4em;
	height: 55px;
	line-height: 55px;
	margin: 0 -25px;
	text-align: center;
}

#boxes div.moduletable p {
	color: #b8b7b7;
	font-size: 1.3em;
}

#boxes div.moduletable p.price {
	bottom: 55px;
	color: #4e4a48;
	font-size: 2.2em;
	font-weight: bold;
	margin: 0;
	position: absolute;
	right: 20px;
}

#boxes div.moduletable p.price span {
	font-size: 2em;
}

#boxes div.moduletable p.buttons {
	margin: 0;
}

#boxes div.moduletable a.start,
#boxes div.moduletable a.info {
	bottom: 0;
	color: #fff;
	display: block;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
}

#boxes div.moduletable a.start {
	background: #ed8b18 linear-gradient(to bottom, #ed8b18, #c36200);
	border-bottom-left-radius: 3px;
	left: 0;
	width: 50%;
}

#boxes div.moduletable a.info {
	background: #616161;
	border-bottom-right-radius: 3px;
	border-left: 1px solid #1e1916;
	right: 0;
	width: 50%;
}

#sequence {
	display: none;
}

#body-bg {
	background: #fff;
	box-shadow: 0 0 8px 8px rgba(0,0,0,0.3);
	position: relative;
}

#body {
	padding: 20px;
}

body.home #body {
	padding: 1px 20px 20px;
}

#content:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#content h2:first-child {
	margin-top: 0;
}

#content ul.actions {
	margin: 0;
	position: absolute;
	right: 0;
	text-align: right;
	top: 0;
	width: 100%;
}

#content ul.actions li {
	display: inline;
}

#content ul.actions a {
	text-decoration: none;
}

#content .hover-images {
	display: none;
}

#content .home-table div {
	margin-top: 20px;
}

#content .course-box {
	background: #1e1916;
	border-radius: 5px;
	padding: 25px;
	position: relative;
}

#content .course-box + .course-box {
	margin-top: 20px;
}

#content .course-box h2 {
	background: #1e1916 linear-gradient(to bottom, #1e1916, #312c29);
	border-radius: 3px 3px 0 0;
	color: #fff;
	margin: -25px -25px 25px;
	padding: 15px 20px;
	text-align: center;
}

#content .course-box h2 a {
	color: #fff;
}

#content .course-box p {
	color: #b8b7b7;
}

#content .course-box p.buttons {
	margin: 25px -25px -25px;
}

#content .course-box p.buttons a {
	background: #ed8b18 linear-gradient(to bottom, #ed8b18, #c36200);
	border-radius: 0 0 3px 3px;
	bottom: 0;
	color: #fff;
	display: block;
	font-size: 1.2em;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	right: 0;
	text-align: center;
	text-transform: uppercase;
}

#content table.competencies {
	width: 100%;
}

#content table.competencies th,
#content table.competencies td {
	padding: 15px;
}

#content table.competencies th {
	background: #fb8a18;
	color: #fff;
	font-family: 'Museo700Regular', sans-serif;
}

#content table.competencies td {
	background: #f0ebe5;
	border: 1px solid #dfd8cf;
}

#content table.competencies td p:last-child {
	margin-bottom: 0;
}

#content table.competencies td ul {
	margin: 0;
	padding-left: 15px;
}

#content .article-info {
	font-size: .9em;
	margin-top: -1em;
}

#content .article-info .article-info-term {
	display: none;
}

#content .article-info .published {
	margin: 0;
}

#content p.readmore {
	margin-bottom: 30px;
}

#content .pagination ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

#content .pagination li {
	display: inline;
	padding: 0 5px !important;
}

#sidebar {
	padding-top: 20px;
}

#sidebar .moduletable {
	background: #f0ebe5;
	border: 1px solid #dfd8cf;
	border-top-left-radius: 6px;
	color: #777;
	margin-bottom: 20px;
	padding: 15px;
}

#sidebar .moduletable h3 {
	background: #fb8a18;
	border-bottom: 1px solid #dfd8cf;
	border-top-left-radius: 5px;
	color: #fff;
	display: block;
	font-size: 1.3em;
	height: 40px;
	line-height: 40px;
	margin: -16px -16px 15px;
	text-align: center;
}

#sidebar ul {
	list-style: none;
	margin: -15px;
	padding: 0;
}

#sidebar li {
	background: url(../images/dots.png) left center no-repeat;
}

#sidebar li + li {
	border-top: 1px solid #cbc4bc;
}

#sidebar ul li a {
	color: #676767;
	display: block;
	padding: 10px 15px;
}

#footer {
	font-size: .9em;
	padding: 20px 20px 0;
}

#sitemap {
	color: #fff;
	padding: 1px 0;
	text-align: center;
}

#sitemap div.custom {
	margin: 15px 0;
}

#sitemap p {
	margin: 0;
}

#sitemap ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#sitemap ul li {
	display: inline;
	padding: 0 10px;
}

#sitemap ul li + li {
	border-left: 1px solid #fff;
}

#sitemap ul li a {
	color: #fff;
}

#copyright {
	color: #888;
	padding-bottom: 15px;
	text-align: center;
}

#copyright a {
	color: #888;
}

@media only screen and (min-width: 771px) {
	
	#header {
		margin: 0 auto;
		padding: 10px 20px;
		width: 1000px;
	}
	
	#header .logo img {
		height: 92px;
	}
	
	#header .signup {
		background: url(../images/enrol.png) center no-repeat;
		height: 66px;
		margin: 12px 0 12px 20px;
		width: 163px;
	}
	
	#header .login {
		background: url(../images/login.png) center no-repeat;
		height: 66px;
		margin: 12px 0;
		width: 162px;
	}
	
	#header .phone {
		display: none;
	}
	
	#header .custom {
		display: block;
		float: right;
		margin: 12px 0;
	}
	
	#header .custom p {
		margin: 0;
	}
	
	#menu button {
		display: none;
	}
	
	#menu ul.menu {
		display: table !important;
		padding: 0 20px;
		width: 1000px;
	}
	
	#menu ul.menu > li {
		border-top: 0;
		display: table-cell;
		padding: 0 20px;
	}
	
	#menu ul.menu > li + li {
		border-left: 1px solid #d9531e;
	}
	
	#menu ul.menu > li > a {
		border-bottom: 2px solid transparent;
		padding: 0;
	}
	
	#menu ul.menu > li:hover > a,
	#menu ul.menu > li.current > a {
		border-top: 4px solid #fb951e;
		color: #fb951e;
	}
	
	#menu ul.menu > li > ul {
		margin-left: -20px;
	}
	
	#menu ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	
	#menu ul:after {
		clear: both;
		content: "";
		display: block;
	}
	
	#menu ul li:hover > ul {
		display: block;
		z-index: 100;
	}
	
	#menu ul ul {
		background: rgba(29,25,23,0.8);
		border-bottom: 1px solid #282423;
		position: absolute;
		top: 100%;
	}
	
	#menu ul ul li {
		border-top: 1px solid #282423;
		height: 40px;
		line-height: 40px;
		position: relative;
		text-align: left;
	}
	
	#menu ul ul ul {
		left: 100%;
		top: 0;
	}
	
	#banner {
		background-image: url(../images/bannerbg.png), url(../images/banner.jpg);
		background-position: left top, center top;
		background-repeat: repeat, no-repeat;
		height: 160px;
		padding: 0;
		position: relative;
	}
	
	body.home #banner {
		height: 425px;
	}
	
	#banner h1 {
		font-size: 4em;
		height: 160px;
		line-height: 160px;
	}
	
	#boxes {
		left: 50%;
		margin-left: -500px;
		position: absolute;
		top: 223px;
		width: 1000px;
		z-index: 100;
	}
	
	#boxes:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}
	
	#boxes div.moduletable {
		float: left;
		width: 280px;
	}
	
	#boxes div.moduletable + div.moduletable {
		margin: 0 0 0 5px;
	}
	
	#sequence {
		display: block;
		height: 223px;
		margin: 0 auto;
		overflow: hidden;
		position: relative;
		width: 1000px;
	}
	
	#sequence ul.sequence-canvas {
		height: 100%;
		list-style: none;
		margin: 0;
		padding: 0;
		width: 100%;
	}
	
	#sequence ul.sequence-canvas > li {
		position: absolute;
		width: 100%;
		height: 100%;
		z-index: 1;
	}
	
	#sequence ul.sequence-canvas > li > div {
		color: #fff;
		font-family: 'Museo700Regular', sans-serif;
		font-size: 3.8em;
		height: 223px;
		left: 0;
		line-height: 223px;
		margin: 0;
		position: absolute;
		right: 0;
		text-align: center;
		text-shadow: 2px 2px #1d1917;
		top: 223px;
		transition-duration: 1s;
	}
	
	#sequence ul.sequence-canvas > li.animate-in > div {
		top: 0;
	}
	
	#sequence ul.sequence-canvas > li.animate-out > div {
		top: -223px;
	}
	
	#sequence ul.sequence-canvas li div p {
		display: inline-block;
		line-height: normal;
		margin: 0;
		vertical-align: middle;
	}
	
	#body {
		display: table;
		margin: 0 auto;
		padding: 20px 0;
		width: 1000px;
	}
	
	body.home #body {
		padding-top: 84px;
	}
	
	#content {
		display: table-cell;
		position: relative;
		vertical-align: top;
	}
	
	#content .hover-images {
		display: block;
		position: relative;
	}
	
	#content .hover-images:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}
	
	#content .hover-image {
		float: left;
		cursor: pointer;
	}
	
	#content .hover-image span {
		background: #f0ebe5;
		border: 5px solid #777;
		border-radius: 5px;
		color: #777;
		display: none;
		font-family: 'Museo700Regular', sans-serif;
		font-size: 1.2em;
		left: 0;
		padding: 20px;
		position: absolute;
		right: 0;
		top: 135px;
		text-align: center;
	}
	
	#content .hover-image:hover span {
		display: block;
	}
	
	#content .home-table:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}
	
	#content .home-table div {
		float: left;
		width: 33.33333333333333%;
	}
	
	#content .home-table div p:last-child {
		margin-bottom: 0;
	}
	
	#sidebar {
		display: table-cell;
		padding: 0 0 0 20px;
		vertical-align: top;
		width: 230px;
	}
}
