/*
Author: Artery Media Ltd
*/

/*#---------------Reset---------------#*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
body {
	background: #fff;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
	vertical-align:top;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

/*#---------------General---------------#*/

h1, h2, h3 {
	font-family: 'Nunito', sans-serif !important;
}
h1 {
	font-size:24px;
	font-weight:bold;
	margin:0 0 20px 0;
	
	padding-bottom:8px;
	color:#222;
}
.home h1,
.training h1,
.home h2,
.training h2 {
	color:#EB3132 !important;
}
.publications h1,
.publications h2 {
	color:#649C43 !important;
}
.recruitment h1,
.recruitment h2 {
	color:#F3A737 !important;
}
.consultancy h1,
.consultancy h2 {
	color:#4984C0 !important;
}
.assessments h1,
.assessments h2 {
	color:#813D94 !important;
}
h2 {
	font-size:18px;
	font-weight:bold;
	margin:5px 0 10px 0;
	border-bottom:solid 1px #ccc;
	padding-bottom:8px;
	color:#222;
}
h3 {
	font-size:15px;
	font-weight:bold;
	margin:5px 0 10px 0;
	border-bottom:solid 1px #eee;
	padding-bottom:5px;
	color:#222;
}
h1 a, h2 a, h3 a {
	color:#222;
	text-decoration:none;
}
h1 a:hover, h2 a:hover, h3 a:hover {
	color:#fb9a02;
}
li a, p a {
	color:#444;
}
li a:hover, p a:hover {
	color:#fb9a02;
	text-decoration:none;
}
li, p, label, input, textarea, select, span, a, td, th {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
p, li, td, th {
	font-size:13px;
	color:#444;
}
p {
	margin:0 0 20px 0;
	line-height:16px;
}
.strikethrough {
	text-decoration: line-through;
}
strong {
	font-weight:bold;
}
.clear {
	clear:both;
}
.hidden {
	display:none;
}
.pie {
	behavior: url(/cmscustom/scripts/PIE.htc);
}
body.IE6 {
	behavior: url(/cmscustom/scripts/csshover3.htc);
}

.button-link,
.AddToCartLink,
div.course-booking-button a,
input.large-button,
.book-button-small,
.FormButton,
.ContentButton,
.SubmitButton,
.LongButton {
	cursor:pointer;
	padding:4px;
	background-color:#fb9a02;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	border:solid 1px #d78503;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: #666 0px 2px 5px;
	-moz-box-shadow: #666 0px 2px 5px;
	box-shadow: #666 0px 2px 5px;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fb9a02), to(#d78503));
	background: -webkit-linear-gradient(#fb9a02, #d78503);
	background: -moz-linear-gradient(#fb9a02, #d78503);
	background: -ms-linear-gradient(#fb9a02, #d78503);
	background: -o-linear-gradient(#fb9a02, #d78503);
	background: linear-gradient(#fb9a02, #d78503);
	-pie-background: linear-gradient(#fb9a02, #d78503);
	behavior: url(/cmscustom/scripts/PIE.htc);
}
.ContentButton {
	padding:5px 10px 5px 10px;
	font-size:12px;
}
.SubmitButton,
.LongButton {
	padding:15px 20px 15px 20px;
	font-size:15px;
}
.grey-button {
	background:#ccc !important;
	border:solid 1px #ccc !important;
	color:#777 !important;
}
.TextBoxField,
.textbox,
.TextAreaField {
	font-size:12px;
	padding:7px;
	width:300px;
	background:#ccc;
	border:0;
	margin:0 0 10px 0;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: #666 0px 2px 5px;
	-moz-box-shadow: #666 0px 2px 5px;
	box-shadow: #666 0px 2px 5px;
	behavior: url(/cmscustom/scripts/PIE.htc);
}
.EditingFormControlNestedControl {
	padding-bottom:10px;
}
.EditingFormErrorLabel {
	color:#f00;
	display:block;
	padding:0 0 5px 0;
}
label.EditingFormLabel {
	width:130px;
	display:block;
}
.TextAreaField {
	height:70px;
}
.AddToCartLink {
	margin-bottom:20px;
}
.button-link:hover {
	color:#000;
}

p.intro-para,
ul.intro-para li {
	font-family: 'Oxygen', sans-serif !important;
	font-size:18px;
	line-height:21px;
}

/*#---------------Structure---------------#*/

#wrapper {
	width:960px;
	margin:0 auto 0 auto;
	position:relative;
}
#header {
	height:190px;
}
#footer {
	
}

/*#---------------Header---------------#*/

#header .logo {
	position:absolute;
	top:20px;
	left:0;
}
#header .contact-details {
	position:absolute;
	top:0;
	right:0;
	background-color:#fff;
	border-bottom:solid 1px #ccc;
	border-left:solid 1px #ccc;
	border-right:solid 1px #ccc;
	padding:0 15px 15px 15px;
	-webkit-border-radius: 0 0 15px 15px;
	-moz-border-radius: 0 0 15px 15px;
	border-radius: 0 0 15px 15px;
	-webkit-box-shadow: #ccc 0px 2px 5px;
	-moz-box-shadow: #ccc 0px 2px 5px;
	box-shadow: #ccc 0px 2px 5px;
	behavior: url(/cmscustom/scripts/PIE.htc);
}
#header .contact-details p {
	font-family: 'Nunito', sans-serif;
	color:#000;
	font-size:16px;
	font-weight:bold;
	margin:30px 0 0 0;
	padding:0;
	position:relative;
}
#header .contact-details p a {
	color:#000;
	text-decoration:none;
}
#header .contact-details p a:hover {
	color:#EB3132;
}
#header .contact-details p img {
	padding:0 7px 0 3px;
	margin-top:-13px;
	vertical-align:text-top;
}
#header .contact-details p span {
	color:#EB3132;
	font-size:18px;
}

/*#---------------Navigation---------------#*/
/*#Navigation/Primary#*/
.primary-navigation {
	width:960px;
	position:absolute;
	top:106px;
	left:0;
	z-index:9999999;
	border-bottom:solid 1px #ccc;
}
.primary-navigation ul {
	list-style-type:none;
}
.primary-navigation ul li {
	font-size:12px;
	float:left;
	height:auto;
	width:auto;
	display:block;
	position:relative;
	background:#707070 url(/site-assets/images/layout/primary-nav-bg.aspx) no-repeat 0 0;
	color:#000;
	
}
.primary-navigation ul li a {
	display:block;
	color:#000;
	padding:15px 15px 10px 30px;
	text-decoration:none;
}
.primary-navigation ul li a:hover {
	color:#fff;
}
.primary-navigation ul li:hover {
	background:#707070 url(/site-assets/images/layout/primary-nav-bg-ov.aspx) no-repeat 0 0;
	color:#fff;
}
.primary-navigation ul li,
.primary-navigation ul li:hover,
.primary-navigation ul li div {
	background-color:#707070;
}
.primary-navigation ul li.training,
.primary-navigation ul li.training:hover,
.primary-navigation ul li.training div {
	background-color:#EB3132;
}
.primary-navigation ul li.publications,
.primary-navigation ul li.publications:hover,
.primary-navigation ul li.publications div {
	background-color:#649C43;
}

.primary-navigation ul li.recruitment,
.primary-navigation ul li.recruitment:hover,
.primary-navigation ul li.recruitment div {
	background-color:#F3A737;
}
.primary-navigation ul li.consultancy,
.primary-navigation ul li.consultancy:hover,
.primary-navigation ul li.consultancy div {
	background-color:#4984C0;
}
.primary-navigation ul li.assessments,
.primary-navigation ul li.assessments:hover,
.primary-navigation ul li.assessments div {
	background-color:#813D94;
}
.primary-navigation ul li.selected {
	background-image:url(/site-assets/images/layout/primary-nav-bg-ov.aspx);
}
.primary-navigation ul li.selected a {
	color:#fff;
}
.primary-navigation ul li li a,
.primary-navigation ul li li a:hover {
	background:0;
	display:block;
	color:#fff;
}
.primary-navigation ul li li a:hover {
	color:#000;
}
.primary-navigation ul li .dropdown {
	width:auto;
	margin:0 0 0 1px;
	float:left;
	position:absolute;
	left:-999em; /* Hides the drop down */
	text-align:left;
	width:auto !important;
	padding:20px 15px 10px 15px;
	-moz-border-radius: 0 0 20px 20px;
	-webkit-border-radius: 0 0 20px 20px;
	border-radius: 0 0 20px 20px;
	-webkit-box-shadow: #000 0px 3px 4px;
	-moz-box-shadow: #000 0px 3px 4px;
	box-shadow: #000 0px 3px 4px;
	behavior: url(/cmscustom/scripts/PIE.htc);
}
.primary-navigation ul li .dropdown div {
	margin:0 0 10px 0;
}
.primary-navigation ul li .dropdown a {
	background:0 !important;
	padding:0 !important;
	margin:0 !important;
	font-weight:normal;
	width:auto !important;
	color:#fff;
}
.primary-navigation ul li .dropdown a:hover {
	color:#000;
}

/*.primary-navigation ul li .dropdown_1column {width: 140px;}
.primary-navigation ul li .dropdown_2columns {width: 280px;}
.primary-navigation ul li .dropdown_3columns {width: 420px;}
.primary-navigation ul li .dropdown_4columns {width: 560px;}
.primary-navigation ul li .dropdown_5columns {width: 700px;}*/

.primary-navigation ul li:hover div {
	left:-1px;
	top:auto;
}

.primary-navigation ul li .col_1,
.primary-navigation ul li .col_2,
.primary-navigation ul li .col_3,
.primary-navigation ul li .col_4,
.primary-navigation ul li .col_5 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 5px;
	margin-right: 5px;
	width:215px;
}

/*#Navigation/Secondary#*/

.secondary-navigation {
	width:960px;
	height:40px;
	position:absolute;
	top:147px;
	left:0;
	z-index:9999990;
}
.secondary-navigation ul {
	list-style-type:none;
}
.secondary-navigation ul li {
	float:left;
	width:238px;
	height:40px;
	font-family: 'Nunito', sans-serif;
	font-weight:bold;
	font-size:15px;
	margin-right:3px;
}
.secondary-navigation ul li.login {
	margin-right:0;
	width:237px;
}
.secondary-navigation ul li a {
	display:block;
	width:228px;
	height:29px;
	padding:11px 0 0 10px;
	color:#fff;
	text-decoration:none;
}
.secondary-navigation ul li.login a {
	width:227px;
}
.secondary-navigation ul li a img {
	margin-top:-3px;
	vertical-align:text-top;
	padding:0 7px 0 0;
}
.secondary-navigation ul li.training-courses a {
	background:#EB3132 url(/site-assets/images/layout/arrow-down.aspx) no-repeat 220px 17px;
	padding:13px 0 0 10px;
	height:27px;
}
.secondary-navigation ul li.quick-search a {
	background:#649C43 url(/site-assets/images/layout/arrow-down.aspx) no-repeat 220px 17px;
}
.secondary-navigation ul li.chat-online a {
	background:#F3A737 url(/site-assets/images/layout/arrow-right.aspx) no-repeat 220px 15px;
}
.secondary-navigation ul li.login a {
	background:#4984C0 url(/site-assets/images/layout/arrow-down.aspx) no-repeat 220px 17px;
}
.secondary-navigation ul li.quick-search a img {
	margin-top:-5px;
}
.secondary-navigation ul li.chat-online a img {
	margin-top:-6px;
}
.secondary-navigation .navigation-box {
	width:218px;
	float:left;
	padding:10px;
	position:absolute;
	top:40px;
	z-index:9999990;
}
.secondary-navigation .box-courses {
	background-color:#EB3132;
	left:0;
}
.secondary-navigation .box-callback {
	background-color:#649C43;
	left:241px;
}
.secondary-navigation .box-chat {
	background-color:#F3A737;
	left:480px;
}
.secondary-navigation .box-login {
	background-color:#4984C0;
	width:217px;
	left:723px;
}
.secondary-navigation .navigation-box p {
	padding:7px 0 7px 0;
	margin:0;
	color:#fff;
}
.secondary-navigation .navigation-box p.error-message {
	color:#f00;
}

.box-callback .TextBoxField,
.box-callback select,
.box-callback .TextAreaField,
.box-login .TextBoxField,
.box-login .TextAreaField {
	width:203px;
	margin:0 !important;
}
.box-callback label, .box-callback p {
	margin:0 !important;
}
.secondary-navigation .navigation-box .FormButton {
	margin-top:10px;
}
.secondary-navigation .course-category-link {
	font-size:12px;
	margin-bottom:10px;
	height:25px;
}
.secondary-navigation .course-category-link a {
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#666), to(#000));
	background: -webkit-linear-gradient(#666, #000);
	background: -moz-linear-gradient(#666, #000);
	background: -ms-linear-gradient(#666, #000);
	background: -o-linear-gradient(#666, #000);
	background: linear-gradient(#666, #000);
	-pie-background: linear-gradient(#666, #000);
	border:solid 1px #000;
}
.secondary-navigation .course-category-link a:hover {
	color:#ccc;
}

/*#---------------Content---------------#*/

.page-content-top {
}
.page-content {
}
.page-content .column {
	float:left;
}
.page-content .column.left,
.page-content .column.right {
	width:220px;
}
.page-content .column.center {
	width:480px;
	padding:30px 20px 0 20px;
}
.page-content.column-two .column.center {
	width:700px;
}
.page-content.column-three .column.center {
	width:920px;
}
.page-content .column ul {
	list-style-type:square;
}
.page-content .column ol {
	list-style-type:decimal;
}
.page-content .column ul li,
.page-content .column ol li {
	padding:0 0 0 0;
	margin:0 0 5px 15px;
}
.page-content .column.left ul,
.page-content .column.left ol,
.page-content .column.right ul,
.page-content .column.right ol {
	padding:0;
	margin:0;
	list-style:none;
}
.page-content .column.left ul li,
.page-content .column.left ol li,
.page-content .column.right ul li,
.page-content .column.right ol li {
	padding:0;
	margin:0 0 1px 0;
}
.page-content .column.left ul li a,
.page-content .column.left ol li a,
.page-content .column.right ul li a,
.page-content .column.right ol li a {
	padding:5px 0 5px 5px;
	display:block;
}
.page-content .column.left ul li a:hover,
.page-content .column.left ol li a:hover,
.page-content .column.right ul li a:hover,
.page-content .column.right ol li a:hover {
	background-color:#000;
	text-decoration:none;
}
.training .page-content .column.left ul li a:hover,
.training .page-content .column.left ol li a:hover,
.training .page-content .column.right ul li a:hover,
.training .page-content .column.right ol li a:hover {
	background-color:#EB3132;
}
.publications .page-content .column.left ul li a:hover,
.publications .page-content .column.left ol li a:hover,
.publications .page-content .column.right ul li a:hover,
.publications .page-content .column.right ol li a:hover {
	background-color:#649C43;
}
.recruitment .page-content .column.left ul li a:hover,
.recruitment .page-content .column.left ol li a:hover,
.recruitment .page-content .column.right ul li a:hover,
.recruitment .page-content .column.right ol li a:hover {
	background-color:#F3A737;
}
.consultancy .page-content .column.left ul li a:hover,
.consultancy .page-content .column.left ol li a:hover,
.consultancy .page-content .column.right ul li a:hover,
.consultancy .page-content .column.right ol li a:hover {
	background-color:#4984C0;
}
.assessments .page-content .column.left ul li a:hover,
.assessments .page-content .column.left ol li a:hover,
.assessments .page-content .column.right ul li a:hover,
.assessments .page-content .column.right ol li a:hover {
	background-color:#823E95;
}
.page-content .column .trainer {
	padding:15px 15px 1px 15px;
	background-color:#eee;
}
.page-content .column .trainer.alternate {
	background-color:transparent;
}
.page-content .column .trainer img {
	float:left;
	margin:0 10px 10px 0;
}
.page-content .column .trainer h3,
.page-content .column .trainer p {

}
.page-content .column .blog-preview {
	padding:15px 15px 1px 15px;
	background-color:#eee;
}
.page-content .column .blog-preview.alternate {
	background-color:transparent;
}
.sharing-buttons {
	margin-top:20px;
	border-top:solid 1px #ccc;
	padding:15px 0 15px 0;
}
.page-content .column.center ul, .page-content .column.center ol {
	margin-bottom:20px;
	margin-left:15px;
}

ul.categories {
	margin-left:0 !important;
	padding:0 !important;
}
ul.categories li {
	list-style: none !important;
	margin:0 0 20px 0 !important;
	padding:0 !important;
}
.page-content .column.center .product-preview {
	background-color:#eee;
	padding:15px;
}
.page-content .column.center .product-preview .AddToCartLink {
	float:right;
	font-size:13px;
}
.page-content .column.center .product-preview.alternate {
	background-color:transparent;
}
.page-content .column.center .product-preview img {
	float:left;
	margin:0 10px 10px 0;
}
.job-preview {
	margin-bottom:10px;
}

/*# Content/Quick search #*/

.page-content-top .search-box {
	background-color:#EB3132;
	position:relative;
	height:118px;
	margin-top:0;
	border-top:solid 3px #fff;
}
.page-content-top .search-box h2 {
	height:23px;
	width:195px;
	margin:0;
	padding:10px 0 0 45px;
	background:#EB3132 url(/site-assets/images/layout/search-icon.aspx) no-repeat 10px 5px;
	display:block;
	z-index:9;
	font-weight:bold;
	color:#fff !important;
	font-size:18px;
	position:absolute;
	top:-36px;
	left:0;
	border-top:solid 3px #fff;
	border-right:solid 3px #fff;
	border-bottom:0;
}
.page-content-top .search-box input,
.page-content-top .search-box select {
	padding:4px;
	border:solid 1px #ccc;
}
.page-content-top .search-box div select {
	width:280px !important;
}
.page-content-top .search-box .category-field {
	position:absolute;
	left:10px;
	top:10px;
}
.page-content-top .search-box .course-field {
	position:absolute;
	left:10px;
	top:43px;
}
.page-content-top .search-box .location-field {
	position:absolute;
	left:10px;
	top:76px;
}
.page-content-top .search-box .date-from-field {
	position:absolute;
	left:300px;
	top:10px;
}
.page-content-top .search-box .date-to-field {
	position:absolute;
	left:300px;
	top:43px;
}
.page-content-top .search-box .date-from-field input.textbox,
.page-content-top .search-box .date-to-field input.textbox {
	background:#fff url(/site-assets/images/layout/calendar-icon.aspx) no-repeat 130px 5px;
	width:140px;
}
.page-content-top .search-box .search-button,
.page-content-top .search-box .more-courses-button {
	position:absolute;
	height:35px;
	behavior: url(/cmscustom/scripts/PIE.htc);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: #666 0px 2px 5px;
	-moz-box-shadow: #666 0px 2px 5px;
	box-shadow: #666 0px 2px 5px;
}
.page-content-top .search-box .search-button a,
.page-content-top .search-box .more-courses-button a {
	display:block;
	text-decoration:none;
	font-weight:bold;
	height:19px;
	font-size:14px;
	padding:12px 10px 0 10px;
}
.page-content-top .search-box .search-button {
	left:475px;
	width:270px !important;
	top:40px;
	background-color:#F7A223;
}
.page-content-top .search-box .more-courses-button {
	left:760px;
	top:40px;
	width:180px;
	background:#ccc url(/site-assets/images/layout/button-grey-tile.aspx) repeat-x 0 0;
}
.page-content-top .search-box .more-courses-button a {
	width:180px;
	color:#666;
}
.page-content-top .search-box .search-button a {
	background:transparent url(/site-assets/images/layout/search-small.aspx) no-repeat 6px 7px;
	padding-left:35px;
	width:235px;
	color:#fff;
}

.course-search .date-filter input.textbox,
.course-search .date-filter input.textbox {
	background:#fff url(/site-assets/images/layout/calendar-icon.aspx) no-repeat 130px 5px;
	width:140px;
}
.course-search select {
	margin-bottom:8px;
	
}




table.table-partners {
}
table.table-partners tr td {
	width:50% !important;
	text-align:center !important;
}
table.table-fee-structure {
}
table.table-fee-structure tr th,
table.table-fee-structure tr td {
	padding:10px;
	border-right:solid 1px #fff;
}
table.table-fee-structure tr th {
	background-color:#F3A737;
}
table.table-fee-structure tr td {
	background-color:#ccc;
}
table.table-fee-structure tr.alternate td {
	background-color:#fff;
}

/*# Content/Side panel #*/

.side-panel {
	margin-top:10px;
}
.side-panel h2 {
	display:block;
	padding:10px;
	margin:0;
	font-size:14px;
	background-color:#000000;
	color:#fff !important;
	border:0;
}
.about-the-grey-matters .side-panel h2 {
	background-color:#000000 !important;
}
.home .side-panel h2,
.training .side-panel h2 {
	background-color:#EB3132 !important;
}
.publications .side-panel h2 {
	background-color:#649C43 !important;
}
.recruitment .side-panel h2 {
	background-color:#F3A737 !important;
}
.consultancy .side-panel h2 {
	background-color:#4984C0 !important;
}
.assessments .side-panel h2 {
	background-color:#813D94 !important;
}
.side-panel .content {
	padding:10px;
	background-color:#707070;
	color:#fff;
}
.side-panel .content p {
	color:#fff;
	margin:0;
}
.side-panel .content a {
	text-decoration:none;
	color:#fff;
}
.side-panel .content a:hover {
	text-decoration:underline;
}
.side-panel.testimonials .content {
	height:115px;
}
.side-panel.testimonials .content p {
	color:#fff;
	font-size:16px;
	margin:10px;
	line-height:19px;
}

.side-panel .special-offer {
	border-bottom:solid 1px #ccc;
	padding-bottom:8px;
	margin-bottom:8px;
}
.center .special-offer {
	border-bottom:solid 1px #ccc;
	padding-bottom:10px;
	margin-bottom:12px;
}
.side-panel .special-offer .star,
.center .special-offer .star {
	float:left;
	width:15px;
}
.side-panel .special-offer .offer {
	float:left;
	width:182px;
}
.side-panel .special-offer p {
	font-size:12px;
}
.center .special-offer p {
	float:left;
	margin:0;
	padding:0;
}
.side-panel .special-offer p em {
	color:#FF9900;
	font-weight:bold;
}
.side-panel .special-offer a.button-link,
.center .special-offer a.button-link {
	font-size:11px;
	height:14px;
	width:65px;
	display:block;
	margin-top:5px;
}
.center .special-offer a.button-link {
	float:right;
	margin:-5px 0 0 10px;
}

.side-panel .location {
	font-size:12px;
	width:50%;
	float:left;
	margin-bottom:5px;
}

/*# Course pages #*/

/*# Course pages/content/booking request #*/
.book-button-small {
	font-size:11px !important;
	font-weight:normal !important;
	color:#fff !important;
	margin:5px !important;
	display:block;
	text-align:center;
}
.mandatory {
	color:#f00;
}
.request-booking-form
{
 float: left;
 width:700px;
}
.request-booking-form .training-details
{
 margin: 5px 0 10px 0;
}
.request-booking-form input.large-button
{
 border: 0;
 /*width: 80px;*/
background-color:#000;
padding:10px;
color:#FFF;
font-weight:bold;
}

.request-booking-form .form-label {
	width:200px;
	padding-right:20px;
	font-size:13px;
	display:block;
	float:left;
	font-weight:bold;
}
.request-booking-form input.textbox,
.request-booking-form select,
.request-booking-form textarea,
.request-booking-form td,
.request-booking-form label {
	font-size:13px;
	padding:3px;
}
.request-booking-form input.textbox,
.request-booking-form select,
.request-booking-form textarea {
	font-size:12px;
	background:#ccc;
	border:0;
	padding:7px;
}
.request-booking-form input.textbox,
.request-booking-form textarea {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	/*-webkit-box-shadow: #666 0px 2px 5px;
	-moz-box-shadow: #666 0px 2px 5px;
	box-shadow: #666 0px 2px 5px;*/
	behavior: url(/cmscustom/scripts/PIE.htc);
}

.request-booking-form .clear {
	width:100%;
	border-bottom:solid 1px #eee;
	margin:7px 0 7px 0;
	display:block;
}
.booking-course-details
{
	font-size:13px;
}
.booking-course-details .form-label
{
 font-weight: bold;
 width: 50px;
}
.booking-course-details .form-value
{
 float: right;
 width: 120px;
}
.booking-course-details a {
	color:#222;
	text-decoration:none;
}
.booking-course-details a:hover {
	color:#fb9a02;
}
.request-booking-form .textbox, .request-booking-form .dropdownlist
{
 width: 250px;
}
.booking-course-details .clear {
	width:100%;
	border-bottom:solid 1px #eee;
	margin:5px 0 5px 0;
	display:block;
}

/*# Course pages/content/course details #*/
div.course-details-general
{
 float: left;
 margin: 0 0 20px 0;
 font-size:13px;
}
.course-results span.error {
	padding:10px;
	display:block;
	background-color:#F7ADAD;
	clear:both;
	margin-top:25px;
}
div.course-details li
{
 line-height: 1.5;
}
div.course-details-general span
{
 display: block;
 margin-bottom: 4px;
}
div.course-details-notes
{
 border: 1px solid #EB3132;
 padding: 10px;
 margin: 0 0 25px 0;
}
div.course-booking-button
{
 float: right;
 margin: 20px 0 20px 0;
 width: 220px;

}
div.course-booking-button a
{
 font-size: 15px;
 font-weight: bold;
 padding: 20px;
 display:block;
 text-align:center;
 
}
div.course-booking-button a:hover
{
 text-decoration: underline;
}


div.course-back-button
{
 float: right;
 margin:30px 0 0 0;
 width: 220px;
}
div.course-back-button a
{
 	background-color:#649C43;
	font-size: 15px;
	padding: 20px;
	display:block;
	color:#fff;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: #ccc 0px 2px 5px;
	-moz-box-shadow: #ccc 0px 2px 5px;
	box-shadow: #ccc 0px 2px 5px;
	behavior: url(/cmscustom/scripts/PIE.htc);
}
div.course-back-button a:hover
{
 text-decoration: underline;
}


div.course-details-footer
{
 text-align: center;
 padding: 6px 0px;
 margin-bottom:20px;
}
div.course-details-footer a
{
 display:block;
 font-size:13px;
 padding:10px 4px 10px 4px;
	background-color:#fb9a02;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	border:solid 1px #d78503;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: #ccc 0px 2px 5px;
	-moz-box-shadow: #ccc 0px 2px 5px;
	box-shadow: #ccc 0px 2px 5px;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fb9a02), to(#d78503));
	background: -webkit-linear-gradient(#fb9a02, #d78503);
	background: -moz-linear-gradient(#fb9a02, #d78503);
	background: -ms-linear-gradient(#fb9a02, #d78503);
	background: -o-linear-gradient(#fb9a02, #d78503);
	background: linear-gradient(#fb9a02, #d78503);
	-pie-background: linear-gradient(#fb9a02, #d78503);
	behavior: url(/cmscustom/scripts/PIE.htc);
}
div.course-details-footer a:hover
{
 text-decoration:underline;
}

/*# Course pages/content/course details/tabs #*/
.tabs {
	
}
.tabs .ajax__tab_body
{
 padding: 0px;
}
.tabs .ajax__tab_header
{
 position: relative;
margin-bottom:20px;
border-bottom:solid 1px #EB3132 !important;
}
.tabs .ajax__tab_outer
{
 margin: 0 5px 0 0;
 padding: 0 10px 0 10px;
 position: relative;
 cursor:pointer;
 -webkit-border-radius: 8px 8px 0 0;
	-moz-border-radius: 8px 8px 0 0;
	border-radius: 8px 8px 0 0;
	behavior: url(/cmscustom/scripts/PIE.htc);
}
.tabs .ajax__tab_inner
{
 color: #EB3132;
 font-weight: bold;
 padding: 9px 0 8px 0;
 text-align: center;
 font-size:14px;
}
.tabs .ajax__tab_tab
{
 color:#EB3132;
 font-weight:bold;
 padding: 2px 0;
 text-align:center;
}
.tabs .ajax__tab_active .ajax__tab_outer{
 z-index:1000;
}
.tabs .ajax__tab_active .ajax__tab_outer{
 background:#EB3132;
 
 position:relative;
  
}
.tabs .ajax__tab_active .ajax__tab_inner{
 background: #EB3132;
 font-weight:bold;
 padding:9px 0 8px 0;
 text-align:center;
 text-decoration: underline;
}
.tabs .ajax__tab_active .ajax__tab_tab{
 color:#fff;
 padding: 2px 0;
}
.tabs .ajax__tab_hover .ajax__tab_tab{
 text-decoration: underline !important;
}
#plc_lt_zoneContent_pageplaceholder_pageplaceholder_lt_zoneCenter_CourseDetails_TabContainer_tabDatesLocations_tab{
 position:relative;
 left:-30px;
 top:2px;
}
#plc_lt_zoneContent_pageplaceholder_pageplaceholder_lt_zoneCenter_CourseDetails_TabContainer_tabCourseDetails_tab{
 position:relative;
 left:-20px;
 top:2px;
}
#plc_lt_zoneContent_pageplaceholder_pageplaceholder_lt_zoneCenter_CourseDetails_TabContainer_tabWhatYouWillLearn_tab{
 position:relative;
 left:-10px;
 top:2px;
}
#plc_lt_zoneContent_pageplaceholder_pageplaceholder_lt_zoneCenter_CourseDetails_TabContainer_tabCourseHighlights_tab{
 position:relative;
 top:2px;
}
.tabs .ajax__tab_active{
 position:relative;
 z-index:999;
}


/*# Course pages/content/course list #*/
table.grid
{
 width:100%;
}
table.grid td, table.grid th
{
 border:1px solid #fff;
}
table.grid th
{
 background-color: #EB3132;
 color: #fff;
 text-align: left;
 padding: 8px 6px;
 font-weight:bold;
}
table.grid th a
{
 color:#fff;
}
table.grid td
{
 padding:8px;
 color:#000;
 font-size:13px;
}
table.grid td a
{
 color:#000;
 font-weight:bold;
 text-decoration:none;
}
table.grid td a:hover
{
 font-weight:bold;
 text-decoration:underline;
}
table.grid tr.grid-row td
{
 
}
table.grid tr.grid-row-alternate td
{
 background-color:#eee;
}

/*#---------------Footer---------------#*/

#footer {
	background-color:#ccc;
}
#footer .footer-container {
	width:960px;
	margin:0 auto 0 auto;
	padding:20px 0 20px 0;
	position:relative;
}
.base-logos {
	width:100%;
	text-align:center;
	padding:0 0 10px 0;
}
#footer .column {
	float:left;
}
#footer .column.left {
	width:320px;
}
#footer .column.right {
	width:620px;
	padding:0 0 0 20px;
}
#footer .contact-details {
	margin:0 0 20px 0;
}
#footer .contact-details p {
	font-size:18px;
	line-height:20px;
}
#footer .contact-details p a {
	color:#000;
	text-decoration:none;
}
#footer .contact-details p a:hover {
	text-decoration:underline;
}
#footer .newsletter {
	padding:10px;
	background-color:#333;
}
#footer .newsletter label {
	font-size:12px;
	color:#fff;
	display:block;
	padding:7px 0 7px 0;
}
#footer .newsletter input {
	float:left;
	margin-left:10px;
}
#footer .newsletter input.SubscriptionTextbox {
	padding:5px;
	width:240px;
	font-size:12px;
	margin-left:0;
	border:solid 1px #000;
}
#footer .newsletter span.ErrorMessage {
	color:#f00;
	font-size:12px;
}
#footer .newsletter h2 {
	color:#fff;
	font-size:16px;
	font-weight:bold;
}
#footer .footer-sitemap ul {
	list-style-type:none;
}
#footer .footer-sitemap ul li {
	float:left;
	padding:0 10px 0 0;
	border-right:solid 1px #666;
	margin:0 10px 5px 0;
	font-size:12px;
}
#footer .footer-sitemap ul li a {
	color:#666;
	text-decoration:none;
}
#footer .footer-sitemap ul li a:hover {
	text-decoration:underline;
}
#footer .credit-cards {
	position:absolute;
	left:340px;
	top:80px;
}
#footer .footer-text {
	margin-top:110px;
}
#footer .footer-text p {
	color:#666;
	font-size:11px;
}

#footer .footer-phone-image {
	width: 42px; 
	height: 42px;
	padding-right:10px;
	float:left;
}

/*#Footer/Feature box#*/

.feature-box {
	width:184px;
	height:100px;
	margin:15px 10px 0 0;
	float:left;
	position:relative;
}
.feature-box a {
	position:absolute;
	width:184px;
	height:100px;
	display:block;
	top:0;
	left:0;
	text-decoration:none;
}
.feature-box h2 {
	color:#fff !important;
	font-weight:bold;
	font-size:14px;
	margin:10px;
	padding:0;
	border:0;
}
.feature-box p {
	color:#fff;
	font-size:11px;
	line-height:13px;
	margin:0 20px 10px 10px;
}
.feature-box.training {
	background:#EB3132 url(/site-assets/images/layout/feature-training.aspx) no-repeat 0 0;
}
.feature-box.publications {
	background:#649C43 url(/site-assets/images/layout/feature-publications.aspx) no-repeat 0 0;
}
.feature-box.recruitment {
	background:#F3A737 url(/site-assets/images/layout/feature-recruitment.aspx) no-repeat 0 0;
}
.feature-box.consultancy {
	background:#4984C0 url(/site-assets/images/layout/feature-consultancy.aspx) no-repeat 0 0;
}
.feature-box.assessments {
	background:#813D94 url(/site-assets/images/layout/feature-assessments.aspx) no-repeat 0 0;
	margin-right:0;
}
/*#Footer/Social icons#*/
.unit-social-links
{
	position:absolute;
	top:80px;
	right:0;
}
.unit-social-links ul,
.unit-social-links ul li {
	margin:0;
	padding:0;
	list-style-type:none;
}
.unit-social-links ul li {
	float:left;
	margin:0 0 0 2px;
}
.unit-social-links ul li a {
	background-image:url(/site-assets/images/layout/social-icons.aspx);
}
.unit-social-links ul li a {
	height:25px;
	width:25px;
	display:block;
	text-decoration:none;
	background-repeat:no-repeat;
}
.unit-social-links ul li.linkedin a {
	background-position:0 0;
}
.unit-social-links ul li.twitter,
.unit-social-links ul li.vimeo {
	margin:0;
}
.unit-social-links ul li.facebook,
.unit-social-links ul li.xing {
	margin-right:5px;
}
.unit-social-links ul li.twitter a {
	background-position:-25px 0;
}
.unit-social-links ul li.vimeo a {
	background-position:-50px 0;
}
.unit-social-links ul li.facebook a {
	background-position:-77px 0;
}
.unit-social-links ul li.xing a {
	background-position:-105px 0;
}

/*# E-Commerce #*/
.top-product {
	margin:0 0 10px 0;
}
.top-product .product-image {
	float:left;
	width:50px;
}
.top-product .product-title {
	float:left;
	margin:0 0 0 10px;
	width:130px;
}
.top-product .product-title h2 {
	padding:0;
	background-color:transparent !important;
	margin:0 0 5px 0;
}
.top-product .product-title p {
	padding:0;
	margin:0;
}

/*#Shopping Cart Preview#*/
.shop-cart-preview
{
	padding:0;
}
.shop-cart-preview h2
{
	color:#ccc;
	font-size:13px;
}
.shop-cart-preview .LargeTextLabel
{
	font-size:17px;
	font-weight:bold;
}
.shop-cart-preview a.ShoppingCartLink
{
	font-weight:bold;
	font-size:12px;
	color:#fff;
	text-decoration:none;
}
.shop-cart-preview a.ShoppingCartLink:hover
{
	text-decoration:underline;
	margin:15px 0 0 0;
}
.ShoppingCartIcon
{
	display:none;
}
/*#Shopping Cart#*/


.subContent .shoppingCart
{
	padding: 0;
}

.IE6 .subContent .shoppingCart
{
	padding-right: 0;
}

.ShoppingCartStepImage
{
    border: none;
	margin-top: 10px;
	padding:0px;
	vertical-align: middle;
}

.ShoppingCartStepSeparator
{
    border: none;
    margin-top: 10px;
    padding: 0;
    vertical-align: middle;
}



.CartStepTable th
{
	background-color: #000;
	color: #ffffff;	
	font-family:Arial;
	font-size: 11px;
}

.CartStepHeader
{
	color: #000 !important;	
	font-weight: bold;
	font-size: 14px !important;
	margin-bottom: 5px;
	padding:0 !important;
}

.CartStepHeader span
{
	display:block;
}

.CartStepTable
{
	border: 0;
	border-collapse: separate;
	width: 700px;
}

.CartStepPanel
{
	padding: 0 !important;
}

.CartContentTable td
{
	border: 1px solid #dddddd;		
	background-color: #707070;
	
}



.CartContentTable th
{
		
	font-family:Arial;
	font-size: 11px;
	background-color:#A6242C;	
}

.ErrorLabel{
color: red;
font-weight: bold;
}

.LineErrorLabel
{
color: #ff0000;
text-align: left;
}


.BlockTitle{
font-size: 14px;
font-weight: bold;
padding: 5px 0 5px 0;
margin: 15px 5px;
display: block;
}

.BlockContent
{
	font-size:12px;
	padding-left:0;
	
}

.BlockContent table
{
	/*width:810px !important;*/
}
.BlockContent table td 
{
	
}

.BlockContent table td span
{
	padding:0 0 0 10px;
	color:#f00;
}
.BlockContent table td span.ContentLabel,
.BlockContent table td td span
{
	padding:0;
	color:#000;
}
.BlockContent table.UniGridGrid td span
{
	padding:0;
	color:#fff;
}
span#plc_lt_zoneContent_pageplaceholder_pageplaceholder_lt_zoneCenterContent_ShoppingCart_cartElem_wzdStep4_lblNote {
	display:block;
	padding:0 0 10px 0;
	color:#000;
}

.BlockContent .TextBoxField
{
	font-size:12px;
	background:#ccc;
	border:0;
	padding:10px;
	width:250px;
	margin-bottom:5px;
}
.BlockContent .DropDownField
{
	background:#ccc;
	font-size:12px;
	margin-bottom:5px;
}
.BlockContent .TextAreaField
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:10px;
	background:#ccc;
	width:700px !important;
	border:0;
	margin-bottom:5px;
}

.PricePanel
{
	float: right;
}

.ItemsNotAvailable{
color: red;
}

.MyCredit, .MyOrders, .MyAddresses{
padding: 0px 6px;
}

.UniGridHead td, .UniGridHead th
{
	text-align: left;
}

.UniGridHead th
{
	padding:10px !important;
	color:#fff !important;
	font-size:14px;
	background-color:#649C43;
}
UniGridGrid th
{
    border:0;
	text-align:center;
}

.UniGridGrid td {
	padding:7px;
	color:#fff !important;
}

.UniGridGrid td td, .UniGridGrid th td
{
    border: none;
}
.UniGridGrid
{
	width:700px !important;
}
.CartProductDetailLink
{
	color:#FFFFFF;
}

.UnitsTextBox
{
	font-size:12px;
	background:#ccc;
	border:0;
	padding:5px;
	width:50px;
}
.ContentLabel
{
	font-size:12px;
}
.FieldLabel
{
	font-size:12px;
}
.FieldLabel span
{
	padding-right:10px;
}



.TextRight strong span
{
	font-size:18px;
	margin-right:25px;
	text-align:right;
}
fieldset
{
	line-height:16px;
}
.PaymentGatewayDataContainer
{
	width:700px;
	margin-bottom:20px;
}
.PaymentGatewayDataContainer label
{
	float:left;
	height:20px;
	width:100px;
	clear:both;
	padding-top:10px;
	margin-bottom:5px;
}
.PaymentGatewayDataContainer input
{
	float:right;
	font-size:12px;
	background:#ccc;
	border:0;
	padding:10px;
	width:250px;
	margin-bottom:5px;
	
}
.TextRight {
	padding-bottom:10px;
}

#tblSignIn a
{
	color:#A6232B;
}
.PaymentTable label
{
	width:280px;
}
.PaymentTable select
{
	background-color:#CCC;
}
.stock-True
{
	display:none;
}
.stock-False
{
	display:block;
	font-size:11px;
	color:#fff;
	font-weight:bold;
	text-align:right;
	padding:5px 0 5px 0;
}
.CartStepBody td td {
	padding-bottom:7px !important;
	vertical-align:middle !important;
}
.ecommercepayment {
	padding-top:30px;
}
.ecommercepayment div {
	border:0;
}

/*#---------------jQuery---------------#*/

/* #Scrolling feature# */
#scrolling-panel {
	height:255px;
	width:960px;
}
#scrolling-panel .scrolling-feature {
	height:255px;
	width:960px;
}
#scrolling-panel .scrolling-feature .feature-text {
	height:255px;
	width:260px;
	float:right;
	padding:30px 30px 30px 130px;
}
#scrolling-panel .scrolling-feature .feature-text p {
	color:#fff;
}
#scrolling-panel .scrolling-feature .feature-text p.title,
#scrolling-panel .scrolling-feature .feature-text h2 {
	font-size:18px;
	font-weight:bold;
	margin:0;
	padding-bottom:15px;
	line-height:20px;
	color:#fff !important;
}
#scrolling-panel .scrolling-feature .feature-text p a {
	color:#fff;
	text-decoration:none;
}
#scrolling-panel .scrolling-feature .feature-text p a:hover {
	text-decoration:underline;
}
#scrolling-navigation {position:absolute;top:410px;right:167px;z-index:9999;}
#scrolling-navigation a { width:20px; height:21px; background: transparent url(/site-assets/images/layout/radio-banner.aspx) no-repeat 0 -21px; text-indent:-2000px;display:block; margin:0 5px 0 0; padding:0;float:left;  }
#scrolling-navigation a.activeSlide { background: transparent url(/site-assets/images/layout/radio-banner.aspx) no-repeat 0 0 }
#scrolling-navigation a:focus { outline: none; }

.sub-scrolling-panel {
	position:relative;
}
.sub-scrolling-panel img {
	position:absolute;
	z-index:1;
}
.sub-scrolling-panel .scrolling-feature .feature-text {
	position:absolute;
	z-index:2;
	top:0;
	right:0;
	background:transparent url(/site-assets/images/layout/feature-grey.aspx) no-repeat 0 0;
}
.sub-scrolling-panel .scrolling-feature .feature-text p {
	font-family: 'Nunito', sans-serif;
	font-size:23px;
	line-height:26px;
}
.training .sub-scrolling-panel .scrolling-feature .feature-text {
	background:transparent url(/site-assets/images/layout/feature-red.aspx) no-repeat 0 0;
}
.publications .sub-scrolling-panel .scrolling-feature .feature-text {
	background:transparent url(/site-assets/images/layout/feature-green.aspx) no-repeat 0 0;
}
.recruitment .sub-scrolling-panel .scrolling-feature .feature-text {
	background:transparent url(/site-assets/images/layout/feature-yellow.aspx) no-repeat 0 0;
}
.consultancy .sub-scrolling-panel .scrolling-feature .feature-text {
	background:transparent url(/site-assets/images/layout/feature-blue.aspx) no-repeat 0 0;
}
.assessments .sub-scrolling-panel .scrolling-feature .feature-text {
	background:transparent url(/site-assets/images/layout/feature-purple.aspx) no-repeat 0 0;
}

/* the overlayed element */
.overlay {

    /* must be initially hidden */
    display:none;

    /* place overlay on top of other elements */
    z-index:9999999;

    /* styling */
    background-color:#fff;

	padding:30px;

    width:675px;
    min-height:200px;
    border:1px solid #666;

    /* CSS3 styling for latest browsers */
    -moz-box-shadow:0 0 90px 5px #000;
    -webkit-box-shadow: 0 0 90px #000;
}

/* close button positioned on upper right corner */
.overlay .close {
    background-image:url(/site-assets/images/layout/close.aspx);
    position:absolute;
    right:-15px;
    top:-15px;
    cursor:pointer;
    height:35px;
    width:35px;
}
.overlay .overflow-container {
	overflow:auto;
	padding:10px;
	height:400px;
}
/* Other overrides */
.ErrorSummary {
	padding:15px 15px 5px 15px;
	background-color:#F7ADAD;
	margin:0 0 15px 0;
}
.ErrorSummary ul {
	margin:0;
	padding:0;
}
.ErrorSummary ul li {
	margin:0 0 5px 0 !important;
	padding:0;
}
.form-row {
	width:100%;
	clear:both;
	padding:5px 0 10px 0;
	margin:0 0 5px 0;
	border-bottom:solid 1px #ccc;
}
.course-details p,
.course-details span {
	font-size:13px !important;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif !important;
}
.expanding-panel
{
	display:none;
	padding-bottom:20px;
}
.close-button
{
	display:none;
	padding-top:0;
	margin-top:-20px;
}
/* Editor overrides */
.EditMode .sub-scrolling-panel img {
	position:static !important;
}
.EditMode .sub-scrolling-panel .scrolling-feature .feature-text {
	position:relative !important;
}
.EditMode .expanding-panel
{
	display:block !important;
}