/* 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;
}
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;
}
.readmorejd {
	text-align: right;
	font-weight: bold;
	margin: 0;
	background-color: #ccc;
	border-radius: 0 0 0 10px;
	-webkit-border-radius: 0 0 0 10px;
	-moz-border-radius: 0 0 0 10px;
}
.readmorejd a {
	color: #666;
}
.readmorejd a:hover {
	color: #fff;
	text-decoration: none;
}
.redtext {/*used to emphasize text*/
	color: #9a0000;
	font-weight: bold;
}
/* 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 { /* creates arrow*/
	content: "";
	display: block; /* reduce the damage in FF3.0 */
	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);
}
/* scrolling picture marquee*/
.marquee {
	font-size: 16px;
	height: 350px;
	max-width: 1000px;
	margin: 0px auto 20px auto;/*border: 1px solid #ccc;*/
}
.marquee .marquee_data {
	display: none;
}
.marquee .marquee_stage_large {
	height: inherit;
	position: relative;
	overflow: hidden;
}
.marquee .marquee_container_1, .marquee .marquee_container_2 {
	height: inherit;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
}
.marquee .marquee_container_1 {
	z-index: 101;
}
.marquee .marquee_container_2 {
	z-index: 102;
} /*will always be above container1*/
.marquee .marquee_panel {
	height: inherit;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background-repeat: no-repeat;
	background-position: center 0px;
	background-size: cover;
}
.marquee .marquee_panel .panel_caption {
	width: 85%;
	position: absolute;
	bottom: 20px;
	left: 0px;
	margin-left: 10%;
	font-family: 'Arial', sans-serif;
	padding-bottom: 15px;
	text-align: left;
}
.marquee .marquee_panel .panel_caption h3 {
	margin: 0px 0px 0px 0px;
	font-weight: 400;
	font-size: 3.5em;
	color: #fff;
	width: 55%;
}
.marquee .marquee_panel .panel_caption p {
	margin: 20px 0px 15px 0px;
	color: #888;
	font-size: 1.2em;
	color: #fff;
	width: 100%;
	line-height: 1.5em;
}
.marquee_panel i.fa-chevron-circle-right, .marquee_panel i.fa-check { /*puts space next to the circles in picture*/
	padding-right: 10px;
	padding-left: 10px;
}
.marquee a {
	color: #fff;
}
.marquee a:visited {
	color: #fff;
}
.marquee a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #9a0000;
}
.marquee .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%;
}
.marquee .marquee_nav {
	position: absolute;
	bottom: 10px;
	left: 0px;
	text-align: center;
	width: 100%;
	z-index: 103;
}
.marquee .marquee_nav div {
	display: inline-block;
	width: 10px;
	height: 10px;
	border: 2px solid rgba(255,255,255,.5);
	border-radius: 50%;
	margin: 0px 8px 0px 8px;
	cursor: pointer;
	transition: background-color .4s, border .4s;
}
.marquee .marquee_nav div:hover {
	border-color: #fff;
	background-color: rgba(255,255,255,.2);
}
.marquee .marquee_nav div.selected {
	background-color: #fff;
}
.marquee .btn {
	width: 39px;
	height: 39px;
	background: rgba(255,255,255,.2) no-repeat;
	background-size: 50px 30px;
	position: absolute;
	top: 192px;
	cursor: pointer;
	border-radius: 50%;
	border: 2px solid rgba(255,255,255,.5);
	transition: background-color .4s, border .4s;
}
.marquee .btn:hover {
	border-color: #fff;
	background-color: rgba(0,0,0,.6);
}
.marquee .btn.prev {
	left: 20px;
	z-index: 104;
	background-image: url(../images/arrow_left.svg);
	background-position: -8px 4px;
}
.marquee .btn.next {
	right: 20px;
	z-index: 105;
	background-image: url(../images/arrow_right.svg);
	background-position: -3px 4px;
}
.marquee .marquee_stage_small {
	height: inherit;
	position: relative;
	overflow: hidden;
}
.marquee .marquee_stage_small .marquee_panel {
	width: 100%;
	height: inherit;
	position: absolute;
	top: 0px;
	left: 0px;
}
/* tag line */
#tagLine {
	margin: 30px 45px;
	padding: 0px;
}
#tagLine p {
	font-size: 1.7em;
	color: #9a0000;/*#A84240;*/
	padding-bottom: 0px;
}
/* Section - All*/
section {
	padding: 0 0 0 30px; /*change this value for gap on lefthandside*/
}
section::after {
	content: '';
	display: block;
	clear: both;
}
section.workers h1, section.customers h1, section.centraldelivers h1, section.clientlogos h1 {
	font-size: 1.65em;
	margin: 0px;
	margin-left: 2px;
	margin-right: 20px;
	padding: 25px 0px 15px 10px;
}
/* Workers */
section.workers, section.customers {
	margin: 0px;
	padding-bottom: 30px;
}
section.workers aside {
	width: 33%;
	float: left;
	text-align: left;
}
section.workers h2 {
	color: #fff;
	display: block;
	padding: 10px 0px 10px 10px;
	margin: 0;
	font-size: 1.2em;
	font-family: 'Open Sans', sans-serif;
}
section.workers .jobs {/*inside of boxes.currentjobs, section.workers .jobs.registernow, section.workers .jobs.testimonials*/
	margin: 0px 10px;
	padding: 0px;
	border-radius: 0 0 0 10px;
	-webkit-border-radius: 0 0 0 10px;
	-moz-border-radius: 0 0 0 10px;
	text-align: left;
	background-color: #efefef;
	height: 360px;
	position: relative;
}
/*headings for each section within jobs*/
.jobs.currentjobs h2 {
	background-color: #666;
}
.jobs.registernow h2 {
	background-color: #999;
}
.jobs.testimonials h2 {
	background-color: #A84240;
}
.jobs.registernow p, .jobs.testimonials p {
	padding: 15px 20px 10px 25px;
	line-height: 1.45em;
}
/*Current Jobs*/
section.workers .jobs.currentjobs {
	background-color: white;
}
.jobs.currentjobs h3.title { /*job titles*/
	color: #9a0000;
	display: block;
	padding: 10px 0 0 25px;
	margin: 5px 0 0 0; /*space between boxes*/
	font-family: 'Open Sans', sans-serif;
	background-color: #efefef;
	border-right: 5px solid #b50c21;
}
.jobdescription {
	padding-bottom: 10px;
	padding-left: 20px;
	margin-bottom: 7px;
	display: block;
	background-color: #efefef;
	border-radius: 0 0 0 10px;
	-webkit-border-radius: 0 0 0 10px;
	-moz-border-radius: 0 0 0 10px;
	border-right: 5px solid #b50c21;
}
.jobs/*.currentjobs .readmorejd, .jobs.registernow .readmorejd, .jobs.testimonials*/ .readmorejd {
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
}
.jobs.currentjobs p.readmorejd {
	padding: 13px 10px 12px 0px;
}
.jobs.registernow p.readmorejd, .jobs.testimonials p.readmorejd {
	padding: 10px 10px 10px 0px;
}
.jobs.registernow #registertoday {
	display: block;
	padding: 10px 10px;
}
/*Testimonials*/
section.workers ul {
	list-style: none;
	padding-bottom: 15px;
	padding-top: 0px;
	margin-top: 0px;
}
section.workers ul li {
	line-height: 1.5em;
}
section.workers ul li:before {
	content: "\003e \0020";
	font-size: 1em;
	font-weight: bold;
	padding-right: 10px;
	color: #9a0000;
}
/*Customers*/

section.customers aside {
	width: 33%;
	float: left;
}
section.customers .content {/*inside of box*/
	margin: 0px 10px;
	padding: 30px 0px;
	height: 200px;
	text-align: center; /*this is for heading and icon*/
}
.customers h2 {
	font-size: 1.25em;
	color: #fff;
	padding: 10px 0;
}
section.customers ul {
	list-style: none;
	padding-top: 0px;
	margin-top: 5px;
}
section.customers ul li {
	color: #fff;
	text-align: left;
	margin-left: -5px;
	font-size: 1em;
	line-height: 1.7em;
}
section.customers ul li:before {
	content: "\00BB \0020";
	font-size: 1.25em;
	font-weight: bold;
}
.fa-users, .fa-calendar, .fa-laptop {
	color: #fff;
}
.centralRecruitment {
	background-color: #A84240;
}
.centralAxis {
	background-color: #024166;
}
.centralTraining {
	background-color: #52769A;
}
.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;
}
.customers a:hover {
	color: #fff;
	text-decoration: none;
}
/*Central delivers*/
section.centraldelivers {
	margin: 0px;
	padding-bottom: 10px;
}
section.centraldelivers aside {
	width: 33%;
	float: left;
	text-align: left;
}
section.centraldelivers h2 {
	padding: 10px;
	color: #fff;
	display: block;
	padding: 10px 0px 10px 10px;
	margin: 0;
	font-size: 1.2em;
	font-family: 'Open Sans', sans-serif;
}
.outsourced h2 {
	background-color: #024166;
}
.technology h2 {
	background-color: #52769A;
}
.costsavings h2 {
	background-color: #A84240;
}
section.centraldelivers .info {/*inside of box*/
	margin: 0px 10px 20px 10px;
	padding: 0px;
	background-color: #efefef;
	border-radius: 0 0 0 10px;
	-webkit-border-radius: 0 0 0 10px;
	-moz-border-radius: 0 0 0 10px;
	height: 275px;
	position: relative;
}
.info p {
	padding: 15px 20px 20px 25px;
	line-height: 1.45em;
}
.info p.readmorejd {
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	padding: 10px;
}
/*Logos*/
section.clientlogos {
	margin: 0;
	padding-bottom: 20px;
}
.clientlogos p {
	margin-left: 14px;
	margin-bottom: 20px;
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	color: #9a0000;
	font-weight: bold;
}
.clientlogos .readmore {
	background-color: #fff;
	padding-bottom: 20px;
	margin-bottom: 0px;
	padding-right: 35px;
}
.clientlogos .readmore a {
	color: #666;
}
.logoWrapper {
	width: 100%;
	margin: 0;
	padding: 0;
	/*white-space: nowrap;*/
	overflow-x: auto;
	overflow-y: auto;
	text-align: center;
}
.logoWrapper img {
	margin: 0;
	padding: 0;
	border: 1px solid #efefef;
}
.logoWrapper img:hover {
	box-shadow: 0 4px 8px 0 rgba(181, 12, 33, 0.2), 0 6px 20px 0 rgba(181, 12, 33, 0.19);
}
.logo {
	display: inline-block;
	margin: 0 10px;
	padding: 10px 10px 10px 0;
}
/*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;*/
	padding: 0px;
}
/*jobs*/
#gvJobs {
	margin: 0px;
	padding: 0px;
}
#gvDetails {
	margin: 0px;
	padding: 0px;
}
#gvJobs h3 { /*had to add MainContent as after using master pages, the page source shows the grid is called MainContent_gvJobs*/
	color: #9a0000;
	display: block;
	padding: 10px 20px 5px 20px;
	margin: 7px 0px 0px 0px; /*space between boxes*/
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	background-color: #efefef;
	border-right: 5px solid #b50c21;/*width:85%;*/
	
}
#jddetails {
	background-color: #efefef;
	/*width: 85%;*/
	border-radius: 0 0 0 15px;
	border-right: 5px solid #b50c21;
	padding: 0px 20px 15px 20px;
	margin: 0; /*space between boxes*/
}
#coronavirus {
    background-color:#ccc;
    color:#000;
    padding:20px;
    font-weight:bold;
    margin-top:0px;
    text-align:center;
}
@media screen and (max-width: 970px) {
section.workers aside, section.customers aside, section.centraldelivers aside {/*make all boxes width of screen*/
	width: 95%;
	float: left;
}
section.workers .jobs {
	margin-bottom: 20px;
}
section.workers .jobs p {/*inside of box*/
	margin: 0 10px;
	padding-top: 20px;
}
section.workers p.readmorejd {/*set back to 0*/
	margin: 0px;
}
section.workers h1, section.customers h1, section.centraldelivers h1, section.clientlogos h1 {
	font-size: 1.8em;
	padding: 25px 0px 15px 10px;
}
section.customers i.fa-users, section.customers i.fa-calendar, section.customers i.fa-laptop {
	float: left;
	padding: 10px 30px;
	line-height: 110px;
}
section.customers .content {
	height: auto;
	text-align: left;
}
section.customers .content ul {
	overflow: hidden;
	margin-left: 0;
	padding-left: 0;
}
section.centraldelivers .info {
	height: 175px;
	text-align: left;
}
section.customers .readmore {
	margin-bottom: 20px;
}
.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;
}
#gvJobs h3, #jddetails { /*had to add MainContent as after using master pages, the page source shows the grid is called MainContent_gvJobs*/
/*width:94%;*/
}
}

@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: 790px) { /*here we have to change the menu to a hamburger*/
#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;
}
.marquee {
	height: 277px;
	max-width: 790px;
}
.marquee .marquee_panel .panel_caption {
	bottom: 5px;
	margin-left: 7%;
	padding-bottom: 15px;
}
#gvJobs h3, #jddetails { /*had to add MainContent as after using master pages, the page source shows the grid is called MainContent_gvJobs*/
	width: 92%;
}
}

@media screen and (max-width: 700px) {/*this media query is mainly for the footer that breaks down at thsi size*/
section.centraldelivers .info {
	height: 200px;
	text-align: left;
}
.marquee .marquee_panel .panel_caption h3 {
	font-size: 2.5em;
	color: #fff;
	width: 80%;
}
.marquee .marquee_panel .panel_caption p {
	font-size: 1.25em;
	line-height: 1.5em;
	padding-left: 0px;
	margin-left: 0px;
}
#gvJobs h3, #jddetails { /*had to add MainContent as after using master pages, the page source shows the grid is called MainContent_gvJobs*/
/*width:92%;*/
}
.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) {
.marquee {
	height: 180px;
	max-width: 520px;
}
.marquee .marquee_panel .panel_caption h3 {
	font-size: 2em;
	color: #fff;
	width: 80%;
}
.marquee .marquee_panel .panel_caption p {
	display: none;/*font-size: .9em;
	line-height: 1.5em;
	padding-left: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;*/
}
/*}
@media screen and (max-width: 500px) {*/
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%;
}
#tagLine p {
	display: none;
}
section {
	padding-left: 10px;
}
section.workers {
	padding: 0px;
}
section.workers .jobs {/*inside of boxes.currentjobs, section.workers .jobs.registernow, section.workers .jobs.testimonials*/
	margin-right: 0px;
	height: 400px;
	position: relative;
}
section.workers .jobs.currentjobs {
	height: 360px;
}
.jobs.registernow #registertoday {
	padding-left: 0px;
}
section.customers i.fa-users, section.customers i.fa-calendar, section.customers i.fa-laptop {
	float: none;
	padding: 0px;
	line-height: normal;
}
section.customers .content {
	height: 225px;
	text-align: center;
	margin: 0px;
}
section.customers .content ul {
	padding-left: 30px;
}
.readmore {
	margin: 0 0px;
}
section.centraldelivers .info {
	margin-left: 0px;
	margin-right: 0px;
	height: 300px;
}
.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;
}
#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;
}
#gvJobs h3, #jddetails { /*had to add MainContent as after using master pages, the page source shows the grid is called MainContent_gvJobs*/
	width: 85%;
}
.socialmediaBar {
	display: block;
}
}

@media screen and (max-width: 425px) {
.marquee {
	height: 175px;
	max-width: 425px;
}
.marquee .marquee_panel .panel_caption {
	bottom: 5px;
	margin-left: 7%;
	padding-bottom: 15px;
}
.marquee .marquee_panel .panel_caption h3 {
	font-size: 1.5em;
	width: 100%;
}
#gvJobs h3, #jddetails { /*had to add MainContent as after using master pages, the page source shows the grid is called MainContent_gvJobs*/
/*width:85%;*/
}
}
