/* CSS Document for Screens */

/* color palette
Body
Text #555
Background color #e0e0e0
Top bar background-color: #333;	
Bright red  #b50c21
Menu #9a0000
Top menu hover over: background-color: #ccc;
Dropdown menu: background-color: rgba(6,6,6,.65); 
Dropdown menu hover over: #b50c21;
Sub sub menu: background-color: rgba(154, 0, 0, 0.8);
Sub sub menu hover over: background-color: rgba(6,6,6,.65);	
Tagline:#9a0000;
Workers
Currentjobs h2: background-color: #666;
Registernow h2:	background-color: #999;
Testimonials h2: background-color: #A84240;
Custoemr
.centralRecruitment:background-color: #A84240;
.centralAxis:background-color: #024166;
.centralTraining:background-color: #52769A;

*/
 
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #555;
	margin: 0;
	padding: 0;
	background-color: #e0e0e0;
}
/* Text */
h1 {
	margin: 0 0 1em 0;
	padding: 20px 0 10px 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 2em;
	color: #A84240;
	border-top: 1px solid #dedede;
}
.immediateh2 {
	margin-bottom: 0.5em;
}
h2 {
	margin: 0;
	padding: 0;
	font-size: 1.6em;
	line-height: 1.1em;
	color: #ccc;
}
h3 {
	margin: 0.5em 0 .5em 0;
	font-size: 1.2em;
	color: #fff;
}
h4 {
	margin: 0 0 1.5em 0;
	font-size: 1em;
}
p {
	margin: 0;
	padding: 0;
}
a {
	color: #9a0000;
	text-decoration: none;
}
a:visited {
	color: #b50c21;
}
a:hover {
	text-decoration: underline;
}
.redtext {/*used to emphasize text*/
	color: #9a0000;
	font-weight: bold;
}
.bluetext {
	color: #52769A;
}
/* top bar */
#topContact {
	height: 40px;
	background-color: #333;/*position:fixed;
	width:100%;
	z-index:200;
	top:0;this is for creating fixed top bar*/
}
#contact {
	max-width: 1000px;
	margin: 0 auto;
	padding: 10px 0 0 0;
	color: #e0e0e0; /*color for font icons*/
}
#contact a {
	text-decoration: none;
	color: #fff;
}
#phoneNumber, #phonedirectory {
	margin: 0px;
	padding: 0 20px;
	border-right: 1px solid #e0e0e0;
}
#phoneNumber i.fa-phone-square { /* this colours the padlock*/
	padding-right: 10px;
}
#phonedirectory a:hover {
	color: #ccc;
}
/* Telephone Directory*/
#tooltip_container {
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	position: absolute;
	display: none;
	width: 275px; /* need i.e. rule */
	background-color: #999;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #ccc;
	z-index: 103;
	padding: 5px 10px;
	margin: 0px;
	line-height: 1.5em;
}
#tooltip_container::before {
	content: "";
	display: block;
	position: absolute;
	top: -15px;
	left: 30px;
	width: 0;
	border-width: 0 15px 15px;
	border-style: solid;
	border-color: #999 transparent;
}
#tooltip_container ul {
	padding: 0 0 0 10px;
	list-style-type: none;
}
#tooltip_container ul li span {
	float: left;
	width: 150px;
}
.tooltip-html-source {
	display: none;
}
#login, #twitter {
	float: right;
	margin: 0;
	padding: 0;
}
#login {
	margin: 0 7px 0 0;
}
#login a, #twitter a {
	border-left: 1px solid #e0e0e0;
	padding: 0 10px;
}
#login a:hover i.fa-lock, #twitter a:hover i.fa-twitter { /* this colours the padlock*/
	color: #b50c21;
}
#login i.fa-lock { /* this colours the padlock*/
	padding-right: 2px;
}
/*page*/
#page {
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
	background-color: #fff;
	box-shadow: 0px 0px 3px #999;
}
/* Header*/ 
header {
	background: #fff;
	position: relative;/*padding-top:50px; for using fixed top bar*/
}
header a.centrallogo {
	position: absolute;
	display: block;
	width: 250px;
	height: 115px; /* links are normally inline elements*/
	background: url(../images/centrallargelogogif.gif) no-repeat 0 0;
	background-size: contain; /*this ensures the logo is scaled to fit the width and height properties*/
	top: 15px; /*65px if use fixed top bar*/
	left: 20px;
}
header a.centrallogo span { /*this is here to hide the words Central Recruitment*/
	display: none;
	background-color: #ffffff;
}
/* Menus */
/*top-level*/
#topNavigation {
	padding: 100px 0 0 0; /*pushes recruitment/training menu down 100px from top*/
}
#topNavigation::after {/*ensures that the links appear on their own line*/
	content: '';
	display: block;
	clear: both;
}
#topNavigation ul {
	list-style: none;
	margin: 0 0 15px 0;
	padding: 0;
	float: right;
	padding-right: 2%;
}
#topNavigation ul li {
	display: inline-block;
	float: left;
	margin: 0 0 10px 0;
	height: 100%;
}
#topNavigation ul a:hover {
	background-color: #e0e0e0;
	border-right: 2px solid #b50c21;
}
#topNavigation ul li a {
	display: inline-block; /*will behave like graphics*/
	padding: 10px 20px;
	text-decoration: none;
	color: #777;
	border-right: 2px solid #999;
	font-size: 1.1em;
	font-weight: bold;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
}
#topNavigation ul li:nth-child(1) a:hover {
	border-right: 2px solid #003399;
}
#topNavigation ul li:nth-child(2) a:hover {
	border-right: 2px solid #3A9E46;
}
a.mobile_menu {
	width: 32px;
	height: 32px;
	background: url(../images/icon_menu.svg) no-repeat 0 0;
	background-size: contain;
	display: none;
}
#hamburger_menu {
	height: 32px;
	background-color: #9a0000;
	display: none;
	padding-left: 92%;
	color: #fff;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 0px;
}
/* second-level*/
#secondNavigation {
	background-color: #9a0000;
	top: 0px;
	left: 0px;
	padding: 0;
	width: 100%;
	position: relative;
	z-index: 110;
	font-weight: normal;
	font-size: 1.1em;
	margin-bottom: 2px;
}
#secondNavigation::after {
	content: '';
	display: block;
	clear: both;
}
#secondNavigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#secondNavigation > ul {
	padding-left: 0px;
}
#secondNavigation > ul>li {
	float: left;
}
#secondNavigation ul li a { /*top level menus*/
	display: inline-block; /*will behave like graphics*/
	color: #fff;
	padding: 10px 20px;
	text-decoration: none;
	width: 100px; /*width of top level menu items*/
	text-align: center;
}
#secondNavigation ul:first-child > li:first-child a {   /* home button not as wide as others*/
	width: 20px;
}
#secondNavigation li {
	border-right: 1px solid #fff;
}
#secondNavigation ul li:hover > ul {/*target uls that are direct descendants of lis in their hover state*/
	display: block; /*shows sub menus when hover over top menus*/
}
#secondNavigation ul li a:hover {
	background-color: #ccc; /*top menu hover over back colour*/
}
#secondNavigation ul ul { /* dropdown menu*/
	position: absolute;
	top: 100%;
	background-color: rgba(6,6,6,.65); /*dropdown menu back colour*/
	display: none; /* this is where sub menus are hidden*/
	color: #fff;
}
#secondNavigation ul ul li { /* width of dropdown menus*/
	position: relative;
	width: 200px;
}
#secondNavigation ul ul li a {
	font-size: .95em;
	color: #fff;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	width: 180px;
	padding: 10px 0px 15px 20px;
	text-align: left;
}
#secondNavigation ul ul li a:hover {
	width: 180px;
	background-color: #b50c21;
	color: #fff;
}
/*sub menus*/
#secondNavigation ul ul ul {
	left: 100%;
	top: 2px;
	background-color: rgba(154, 0, 0, 0.8);
	border-top: 1px solid #fff;
}
#secondNavigation ul ul ul li a {
	color: #fff;
}
#secondNavigation ul ul ul li a:hover {
	color: #fff;
	background-color: rgba(6,6,6,.65);
}
div[id^="topPicture"], div[id*="topPicture"] {
	width: 1000px;
	height: 350px;
	background-size: contain; /*background graphic sized to fit element*/
	position: relative;/*background graphic sized to fit element*/
}
#topPicture {
	background: url(../images/mixedracewoman.jpg) no-repeat 0 0;
}
#topPicture2 {
	background: url(../images/candidates1000.jpg) no-repeat 0 0;
}
#topPicture3 {
	background: url(../images/customers1000.jpg) no-repeat 0 0;
}
#topPicture4 {
	background: url(../images/ourservices1000.jpg) no-repeat 0 0;
}
#topPicture5 {
	background: url(../images/contactus1000.jpg) no-repeat 0 0;
}
div[id^="topPicture"] h1, div[id*="topPicture"] h1 {
	color: #fff;
	font-size: 3em;
	position: absolute;
	top: 65%;
	left: 5%;
	border: 0px;
	width: 55%;
	padding-bottom: 10px;
}
.headingText {
	color: #fff;
	position: absolute;
	left: 5%;
	border: 0px;
	padding-bottom: 10px;
}
.oneLine {
	font-size: 3em;
	top: 60%;
	width: 45%;
}
.twoLine {
	font-size: 3em;
	top: 45%;
	width: 45%;
}
.threeLine {
	font-size: 3em;
	top: 45%;
	width: 49%;
}
.fourLine {
	font-size: 2.75em;
	top: 40%;
	width: 55%;
	line-height: 1.1em;
}
div[id^="topPicture"] .overlay, div[id*="topPicture"] .overlay {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(to left, rgba(0,0,0,0) 45%, rgba(0,0,0,.7)99%);
	background-size: 100%;
}
/* Section - All*/
.readmore {
	background-color: #ccc;
	color: #666;
	margin: 0 10px;
	padding: 10px 10px 10px 0;
	border-radius: 0 0 0 10px;
	-webkit-border-radius: 0 0 0 10px;
	-moz-border-radius: 0 0 0 10px;
	text-align: right;
	font-weight: bold;
	font-size: 1em;
}
.readmore:hover {
	color: #fff;
}
/*individual page css*/
#breadcrumbs p {
	margin: 0;
	padding: 15px 0 15px 40px;
	color: #555;
	background-color: #efefef;
}
#breadcrumbs a {
	text-decoration: none;
	color: #555;
}
#breadcrumbs a:hover {
	color: #9a0000;
	text-shadow: 1px 1px #ccc;
}
/*Main content 2 columns*/
#sideBar {
	width: 25%;
	float: left;
	margin: 0;
	padding: 0;
}
#mainContent {
	width: 75%;
	float: right;
	margin: 0;
	padding: 0;
	padding-bottom: 20px/*background-color:red;*/
}
#mainContentNoSideBar {
	width: 90%;
	margin: 0 auto;
	padding: 0;
	padding-bottom: 20px/*background-color:red;*/
}
#mainContentShortNoSideBar {
	width: 90%;
	margin: 0 auto;
	padding: 0;
	padding-bottom: 20px;/*background-color:red;*/
	height: 500px;
}
#page:after {
	clear: both;
	content: "";
	display: block;
}
/*left sidebar*/
#sideBar nav ul {
	list-style: none;
}
#sideBar nav ul li {
	background-color: #efefef;
	border-radius: 0 0 0 15px;
	padding: 10px 0px 10px 10px;
	border-right: 5px solid #9a0000;
	margin: 0;
	margin-bottom: 5px;
	display: inline-block;
	width: 175px;
}
#sideBar nav ul li a {
	color: #555;
}
#sideBar nav ul li a:hover {
	color: #9a0000;
	text-shadow: 1px 1px #ccc;
	text-decoration: none;
}
#sideBar nav ul li a.selected {
	color: #9a0000;
}
#sideBar p {
	color: #9a0000;
	background-color: #efefef;
	border-radius: 0 0 0 15px;
	border-right: 5px solid #9a0000;
	font-size: 1.35em;
	padding: 20px;
	padding-right: 10px;
	margin: 50px 20px 20px 20px;
	font-family: 'Open Sans';
	line-height: 1.25em;
}
#sideBar p.inverse {
	background-color: #9a0000;
	border-right: 5px solid #efefef;
	color: #efefef;
}
#sideBar p a {
	color: #efefef;
	font-weight: bold;
}
#sideBar p a:visited {
	color: #fff;
	font-weight: bold;
}
/*main content*/
#mainContent h1, #mainContentNoSideBar h1, #mainContentShortNoSideBar h1 {
	border-top: none;
	font-size: 1.6em;
	margin-top: 15px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#mainContent h2, #mainContentNoSideBar h2 {
	color: #666;
	font-size: 1.25em;
	padding: 20px 0 0 10px;
	margin-bottom: 5px;
}
#mainContent h3, #mainContentNoSideBar h3 {
	color: #9a0000;
	font-size: 1.15em;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-left: 10px;
}
#mainContent h3.immediateh3 { /*used in Our Services category page*/
	margin-bottom: 0px;
}
#mainContent h4, #mainContentNoSideBar h4 {
	margin: 30px 0 10px 10px;
	font-size: 1em;
	color: #9a0000;
}
#mainContent p, #mainContentNoSideBar p, #mainContentShortNoSideBar p {
	margin: 0px 35px 15px 10px;
	padding: 0;
}
#mainContent ol, #mainContent ul {
	margin-right: 35px;
}
#mainContent p.intropara {
	margin-top: 40px;
}
#mainContent p.coloured {
	border-radius: 0 0 0 15px;
	padding: 20px;
	font-family: 'Open Sans';
	font-size: 1.45em;
	margin-top: 40px;
	background-color: #efefef;
	border-right: 5px solid #9a0000;
	color: #9a0000;
}
#mainContent p.inverse {
	color: #efefef;
	background-color: #9a0000;
	border-right: 5px solid #efefef;
}
#mainContent p.coloured a {
	color: #fff;
	font-weight: bold;
}
#mainContent p.coloured a:visited {
	color: #fff;
	font-weight: bold;
}
#mainContent p.inverse i.fa-chevron-circle-right { /* this colours the padlock*/
	padding: 0px 7px;
}

ul.arrows {
	list-style: none;
	margin-left: 0;
	padding-left: 2em;
	text-indent: -1.55em;
}
ul.sitemap, ul.sitemap ul {
	list-style: none;
	margin-left: 0;
}
ul.arrows li:before {
	content: "\003e \0020";
	font-size: 1em;
	font-weight: bold;
	padding-right: 10px;
	color: #9a0000;
}
ul.sitemap ul li:before {
	content: "\003e \0020";
	font-size: 1em;
	font-weight: bold;
	padding-right: 10px;
	color: #9a0000;
}
ul.sitemap ul li.noarrow:before {
	content: "";
}
#mainContentNoSideBar ul.sitemap ul li h3 {
	padding: 0px;
	margin: 0px;
}
ul.sitemap ul li a {
	color: #555;
}
ul.arrows li {
	padding-left: 20px;
}
ol {
	line-height: 1.35em;
}
/*footer*/
footer {
	background-color: #666;
	margin: 0;
	padding: 20px 0px 0 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
}
footer::after {
	content: '';
	display: block;
	clear: both;
}
/* Footer menu*/
.footerMenu {
	max-width: 1000px;
	position: relative;
	margin: 0 auto;
	padding: 15px 0 30px 40px;
	text-align: left;
}
.footerMenu::after {
	content: '';
	display: block;
	clear: both;
}
.footerMenu i.fa-circle { /*circles are hidden until smaller sizes*/
	display: none;
}
.footerMenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.footerMenu > ul>li { /*top menus*/
	float: left;
	font-size: .95em;
}
.footerMenu ul > li li { /*smaller menus*/
	font-size: .9em;
}
.footerMenu ul li a { /*top level menus*/
	color: #fff;
	padding: 3px 20px;
	display: inline-block;
	text-decoration: none;
	width: 140px; /*width of top level menu items */
}
/*div containing contact details*/
.footerAddress {
	max-width: 1000px;
	position: relative;
	margin: 0 auto;
	padding: 15px 0 10px 0;
	font-size: 1.5em;
	color: #fff;
	text-align: left;
	border-top: 1px solid #fff;
	min-height: 95px;
	background-size: contain;
}
.telno {
	border-right: 1px solid #eaeaea;
	padding-right: 10px;
	margin-right: 8px;
}
.footerAddress p {
	padding-left: 20px;
}
.footerAddress .copyright, .footerAddress .registeredcompanyno, .footerAddress .designer {
	font-size: .5em;
}
.footerAddress .registeredcompanyno, .footerAddress .designer {
	margin-left: 15px;
	padding-left: 15px;
	border-left: 1px solid #ccc;
}
.footerAddress a.footerlogo {
	position: absolute;/*this is here so that the image floats at the same height as the address*/
	display: block;
	width: 175px;
	height: 62px;
	background: url(../images/centralfooterlogosmall.gif) no-repeat 0 0;
	background-size: contain; /*background graphic sized to fit element*/
	margin-left: 85%;
	top: 20px;
}
.socialmediaBar {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0px 0 20px 20px;
	font-size: 1.25em;
	text-align: left;
	background-color: #666;/*#efefef;*/
	display: none;
}
#twitterBar a .fa.fa-twitter.fa-fw.fa-lg {
	color: #efefef; /*#999;*/
}
.sharebar {
	background-color: #efefef;
	margin: 0 0 0 10px;
	padding: 20px 0px 5px 10px;
	border-radius: 0 0 0 15px;
	display: inline-block;
}
.sharebar .share {
	font-family: 'Open sans', sans-serif;
	font-size: 1.5em;
	padding-right: 10px;
	color: #9a0000;
}
.sharebar [class^="fa"] {
	padding-left: 5px;
	padding-right: 5px;
}
/*testimonials*/

.testimonial {
	margin: 40px 30px 50px 25px;
	background-color: #efefef;
	border-radius: 0px 0px 0px 15px;
}
.testimonial figure {
	margin: 0px;
	padding: 0px;
}
.testimonial blockquote {
	padding: 0px 0px 0px 10px;
	margin: 20px 0px 0px 30px;
	border-left: 1px solid #ccc;
}
.testimonial i.fa-quote-left {
	color: #b50c21;
	margin-top: -1.5em;
	margin-left: -.25em;
}
i.fa-quote-left {
	color: #b50c21;
	padding-right: 7px;
}
.testimonial i.fa-quote-right, i.fa-quote-right {
	color: #b50c21;
	padding-left: 5px;
	font-size: 10px;
	position: relative;
	top: -5px;
}
.testimonial p {
	font-family: 'Open sans';
	line-height: 1.65em;
}
.testimonial footer {
	background: #efefef;
	border-radius: 0px 0px 0px 15px;
	padding: 10px 30px 30px 30px;
}
cite {
	text-transform: uppercase;
	color: #555;
	font-weight: bold;
	font-style: normal;
}
#testimonials::after {
	clear: both;
}
/*tabs*/
ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0 2px;
	cursor: pointer;
	padding: 5px 15px;
	line-height: 31px;
	background-color: #d10000;
	color: #fff;
	overflow: hidden;
	position: relative;
	font-family: 'Open sans';
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
}
ul.tabs li:hover {
	background-color: #9a0000;
}
ul.tabs li.active {
	background: #9a0000;
	color: #fff;
	display: block;
}
/*tab container*/
#tab_container {
	clear: both;
	float: left;
	width: 97%;
	background: #fff;
	overflow: auto;
	margin: 0 0px 20px 0;
	border-bottom: 2px solid #9a0000;
	border-right: 2px solid #9a0000;
	border-left: 1px solid #9a0000;
	border-top: 1px solid #9a0000;
	border-radius: 0px 0px 0px 15px;/**/
}
.tab_content {
	padding: 20px;
	display: none;
}
.tab_drawer_heading {
	display: none;
}
#tab_container .tab_content h3 {
	color: #666;
	margin-bottom: 10px;
	padding-top: 0px;
	margin-top: 0px;
	font-size: 1.2em;
	font-family: 'Open sans';
}
#hiddenRequirements {/*added so that I can hide tab areas when not printing*/
	display: none;
}
/*training and elearning contact details*/
.contactDetails ul {
	padding: 0 0 0 10px;
	list-style-type: none;
}
.contactDetails ul li span {
	float: left;
	width: 100px;
}
.contactDetails li {
	padding-top: 5px;
}
/*recruitment quality and standards*/
.embeddedimage {
	float: right;
	display: block;
	margin: 0px 30px;
	padding: 20px;
	border: 1px solid #999;
}
/*case study*/
.imageright {
	float: right;
	margin-right: 40px;
	margin-top: 20px;
}
.casestudy {
	background-color: #eaeaea;
	padding: 20px 0 20px 20px;
	border-radius: 0 0 0 15px;
	margin: 30px 30px 30px 10px;
}
.casestudy h2 {
	margin-bottom: 20px;
}
.readmorecs {
	font-weight: bold;
	color: #9a0000;
	display: block;
	padding-top: 5px;
}
.readmorecs:hover {
	text-decoration: none;
}
.servicesprovided {
	background-color: #efefef;
	margin: 30px 60px 30px 10px;
	padding: 10px 20px;
	clear: both;
}
.servicesprovided ul {
	font-family: 'Open sans';
}
/*contact us*/
.google-maps {
	position: relative;
	padding-bottom: 75%;
	/* This is the aspect ratio*/  height: 0;
	overflow: hidden;
	margin-left: 35px;
	margin-bottom: 0px;
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 90% !important;
	height: 90% !important;
}
table, #contactTable {
	border: 1px solid #ccc;
	/*font-size:0.9em;*/
	margin: 20px 20px 40px 25px;
	border-radius: 0 0 0 15px;
	color: #000;
	display: inline-block;
}
#contactTable {
	margin-left: 10px;
}
table th, #contactTable th {
	background-color: #9a0000;
	padding: 10px 20px;
	color: #fff;
	font-family: 'Open sans', sans-serif;
}
#contactTable th {
/*background-color: #ccc;*/
}
table td, #contactTable td {
	padding: 10px 20px;
}
#contactTable td {
	font-size: 90%;/*font-family: 'Open sans', sans-serif;*/
}
table tr:nth-child(even) {
	background-color: #ccc;
}
#wkrtestimonialstable {
	margin: 40px auto 40px auto;
}
/* clients and quality and standards*/
#organisationWrapper {
	margin: 0px 35px 20px 15px;
}
.organisation {
	border: 1px solid #999;
	border-radius: 0 0 0 15px;
	margin-top: 20px;
}
.organisation:after {
	content: '';
	display: block;
	display: table;
	clear: both;
}
#organisationWrapper h3 {
	color: #fff;
	background-color: #999;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	padding: 10px 0px 10px 20px;
	margin: 0px;
}
#organisationWrapper figure {
	width: 30%;
	float: left;
	display: inline-block;
	margin: 20px 0px 20px 20px;
	padding: 0px 5px 0 0;
}
#organisationWrapper .organisationinfo {
	width: 65%;
	float: left;
	padding-top: 20px;
}
#organisationWrapper .qandsinfo {
	width: 65%;
	float: left;
	padding-top: 20px;
}
#organisationWrapper img {
	border: 2px solid #efefef;
	padding: 20px 10px;
	margin: 0px;
}
#organisationWrapper .organisationinfo p {
	margin-left: 0px;
}
#organisationWrapper .qandsinfo p {
	margin-left: 20px;
}
button.accordion {
	background-color: #efefef;
	color: #555;
	cursor: pointer;
	padding: 10px 20px;
	margin: 0px 10px;
	width: 95%;
	text-align: left;
	border: none;
	border-bottom: 2px solid #fff;
	outline: none;
	transition: 0.4s;
	font-size: 1em;
	font-family: 'Open Sans';
}
/*got to here*/
/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
button.accordion.active, button.accordion:hover {
	background-color: #9a0000;
	color: #fff;
}
/* Style the accordion panel. Note: hidden by default */
div.panel {
	padding: 0 18px;
	background-color: white;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.5s ease-out;
}
div.space {
	padding: 20px;
	margin: 20px;
}
#mainContent .panel .panel-content h2 {
    color:#666;
    font-size:1.1em;   
   padding-top:10px;
}
.panel-content {
	margin: 20px 0px 10px 0px;
}
#mainContent .panel h3 {
	color: #666;
}
button.accordion:after {
	content: '\02795'; /* Unicode character for "plus" sign (+) */
	font-size: 13px;
	color: #777;
	float: right;
	margin-left: 5px;
}
button.accordion:hover:after {
	color: #fff;
}
button.accordion.active:after {
	content: "\2796"; /* Unicode character for "minus" sign (-) */
	color: #fff;
}

@media screen and (max-width: 970px) {
#sideBar nav ul {
	padding-left: 10px;
}
#sideBar nav ul li {
	width: 170px;
}
#sideBar p {
	padding-left: 10px;
	margin-left: 10px;
	width: 165px;
}
.footerMenu ul li ul {
	display: none;
}
.footerMenu i.fa-circle {
	display: inline-block;
	padding: 0px 10px 0 7px;
	font-size: .25em;
}
.footerMenu {
	padding-left: 20px;
}
.footerMenu ul li a {
	width: auto;
	margin: 0;
	padding: 5px;
}
table {
	margin: 40px auto 40px auto;
	display: table;
}
/*ourclients.htmls, recqands.html*/
#organisationWrapper .organisationinfo {
	width: 100%;
	padding: 0px;
	margin: 0px;
}
#organisationWrapper .organisationinfo p {
	margin-left: 20px;
}
#organisationWrapper .qandsinfo {
	width: 100%;
}
}

@media screen and (max-width: 900px) {
.footerAddress {
	height: 180px;
}
.footerAddress p {
	text-align: center;
}
.footerAddress a.footerlogo {
	position: static;
	margin: auto;
	text-align: center;
	padding-top: 10px;
	margin-top: 10px;
}
}

@media screen and (max-width: 825px) {
#sideBar {
	width: 30%; /*display:none; */
}
#mainContent {
	width: 70%;
}
#secondNavigation ul li a { /*top level menus*/
	width: auto; /*width of top level menu items*/
}
#secondNavigation ul:first-child > li:first-child a { /* home button not as wide as others*/
	width: auto;
}
#secondNavigation ul:first-child > li:last-child a {
	width: auto;
}
#topPicture {
	background: url(../images/mixedracewoman825.jpg) no-repeat 0 0;
}
#topPicture2 {
	background: url(../images/candidates825.jpg) no-repeat 0 0;
}
#topPicture3 {
	background: url(../images/customers825.jpg) no-repeat 0 0;
}
#topPicture4 {
	background: url(../images/ourservices825.jpg) no-repeat 0 0;
}
#topPicture5 {
	background: url(../images/contactus825.jpg) no-repeat 0 0;
}
div[id^="topPicture"], div[id*="topPicture"] {
	width: 825px;
	height: 289px;
	background-size: cover;
}
.oneLine, .twoLine, .threeLine {
	font-size: 2.5em;
}
.fourLine {
	font-size: 2.2em;
}
.tabs {
	display: none;
}
#tab_container {
	margin-right: 0px;
	width: 97%;
}
.tab_drawer_heading {
	background-color: #d10000;
	color: #fff;
	font-family: 'Open sans';
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	border-top: 2px solid #fff;
	margin: 0;
	/*padding: 10px 20px;*/
	display: block;
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	line-height: 40px;
}
#mainContent #tab_container .tab_drawer_heading {
	font-weight: normal;
	font-size: 1em;
	font-family: 'Open sans';
	padding: 0;
	padding-left: 20px;
	margin: 0;
	color: #fff;
}
.tab_drawer_heading:hover {
	background-color: #9a0000;
}
.d_active {
	background: #9a0000;
	color: #fff;
}
/*case study*/
.imageright {
	float: none;
	margin-left: 10px;
}
.casestudy, .servicesprovided {
	margin-right: 10px;
}
/**.casestudy h2, .casestudy h3 {
	margin-left: 10px;
}*/
#mainContent p.coloured {
	margin-right: 10px;
}
#contactTable, #contactTable thead, #contactTable tbody, #contactTable th, #contactTable td, #contactTable tr {
	display: block;
}
/* Hide table headers (but not display: none;, for accessibility) */
#contactTable thead tr {
	position: absolute;
	top: -9999px;
	left: -9999px;
}
/*#contactTable tr {
	border: 1px solid #ccc;
}*/
#contactTable td {
	/* Behave  like a "row" */
	border: none;
	border-bottom: 1px solid #eee;
	position: relative;
	padding-left: 50%;
}
#contactTable td:before {
	/* Now like a table header */
	position: absolute;
	/* Top/left values mimic padding */
	top: 6px;
	left: 6px;
	width: 45%;
	padding-right: 10px;
	white-space: nowrap;
}
#contactTable td:nth-child(1) {
	background-color: #9a0000;
	color: #fff;
	font-family: 'Open sans', sans-serif;
	font-weight: bold;
}   /*
	Label the data
	*/
#contactTable td:nth-of-type(1):before {
	content: "Enquiry";
}
#contactTable td:nth-of-type(2):before {
	content: "Team";
}
#contactTable td:nth-of-type(3):before {
	content: "Contact";
}
#contactTable td:nth-of-type(4):before {
	content: "Email";
}
}

@media screen and (max-width: 700px) { /*this media query is mainly for the footer that breaks down at thsi size*/
#sideBar {
	display: none;
}
#mainContent {
	width: 100%;
}
#mainContent p {
	width: 90%;
	margin-left: 20px;
}
#mainContent h1, h2, ul {
	margin-left: 10px;
}
#mainContent ul {
	margin-left: 50px;
}
#secondNavigation {
	padding: 0px;
	background-color: #9a0000;
	height: 0px;
	overflow: hidden;
}
header a.centrallogo {
	height: 100px;
}
a.mobile_menu {
	display: block;
}
#hamburger_menu {
	display: block;
}
#secondNavigation ul, #secondNavigation ul ul {
	display: block;
	position: static;
}
#secondNavigation > ul {
	padding: 0;
}
#secondNavigation > ul > li {
	float: none;
	margin-top: 0px;
}
#secondNavigation ul li:hover {
	background: none;
}
#secondNavigation ul li a {
	width: auto;
	display: block;
	margin: 4px 10px;
	padding: 6px 15px 6px 12px;
	border-bottom: 1px solid rgba(255,255,255, .25);
	text-align: left;
	background-color: #A84240;
}
#secondNavigation ul li a:hover {
	background-color: rgba(255,255,255, .2);
}
#secondNavigation ul ul {
	background: none;
}
#secondNavigation ul ul li a {
	margin-left: 30px;
}
#secondNavigation ul ul ul li a {
	margin-left: 60px;
}
#secondNavigation ul:first-child > li:first-child a, #secondNavigation ul:first-child > li:last-child a, #secondNavigation ul:first-child > li:last-child > ul > li a { /* home button not as wide as others*/
	width: auto;
}
#secondNavigation li {
	border: 0px;
}
#secondNavigation ul ul li { /* width of dropdown menus*/
	position: relative;
	width: auto;
}
#secondNavigation ul ul li a {
	font-size: .95em;
	color: #fff;
	border: 0px;
	width: auto;
	padding: 10px;
	text-align: left;
	border: 1px solid rgba(255,255,255, .25);
}
#secondNavigation ul ul li a:hover {
	width: auto;
	background-color: #b50c21;
	color: #fff;
	border-right: 1px solid #fff;
}
#secondNavigation ul ul ul {
	border-top: none;
}
#secondNavigation ul ul ul li a:hover {
	background-color: #b50c21;
}
#mainContent p.coloured {
	width: auto;
}
ul.arrows {
	padding-left: 0px;
}
#breadcrumbs p {
	padding-left: 20px;
}
#tab_container .tab_content ul {
	margin-left: 15px;
	padding-left: 10px;
}
#tab_container .tab_content ul.arrows {
	padding-left: 0px;
}
#tab_container .tab_content p {
	margin-left: 10px;
}
#mainContent .servicesprovided .arrows, #mainContent .casestudy .arrows {
	margin-left: 20px;
}
#mainContent .casestudy h2, #mainContent .casestudy p {
	padding-left: 0px;
	margin-left: 10px;
}
.sharebar {
	margin: 0 0 0 20px;
}
.footerAddress .designer {
	display: block;
	border-left: none;
	margin: 0;
	padding: 0;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 20px;
}
}

@media screen and (max-width: 520px) {
header a.centrallogo {
	width: 100%; /*set so that the logo takes up the entire width of the header*/
	background-position: center;
	left: 0px;
}
#phonedirectory, #twitter {
	display: none;
}
#login {
	float: none;
}
#login a {
	border-right: 1px solid #e0e0e0;
	border-left: none;
}
#topNavigation ul {
	list-style: none;
	margin: 0 0 15px 0;
	padding: 0;
	text-align: center;
	float: none;
	padding-top: 20px;
}
#topNavigation ul li {
	display: inline-block;
	float: none;
	margin: 10px 0 0px 0;
	height: 100%;
}
#hamburger_menu {
	padding-left: 90%;
}
.footerMenu > ul > li {
	float: none;
	margin-top: 0px;
}
.footerMenu i.fa-circle {
	display: none;
}
.footerAddress p {
	text-align: center;
	padding-left: 0px;
	margin-left: 0px;
}
.socialmediaBar {
	display: block;
}
div[id^="topPicture"], div[id*="topPicture"] {
	display: none
}
#centralContactDetails {
	font-size: .65em;
}
#centralContactDetails .telno, .footerAddress .copyright {
	display: none;
}
#centralContactDetails, .footerAddress .registeredcompanyno {
	border-left: none;
	margin: 0;
	padding: 0;
	text-align: center;
	margin-bottom: 20px;
}
.testimonial {
	margin-left: 10px;
	margin-right: 10px;
}
.testimonial blockquote {
	margin-left: 20px;
	margin-right: 20px;
	padding-left: 0px;
}
#wkrtestimonialstable th:nth-child(4), #wkrtestimonialstable td:nth-child(4) {
	display: none;
}
.contactDetails ul li span {
	width: auto;
}
}
