div.row {
    clear: left;
    padding: unset;
    width: 100%;
  }
  .ds-custom #wrapper {
    padding-bottom: unset;
    padding-top: unset;
    position: relative;
  }
  .ds-custom #wrapper .portlet-column-content.empty {
    padding: unset;
  }
  .ds-custom #wrapper .portlet-title-text {
    display: none;
  }
  .ds-custom #wrapper .portlet-content, .ds-custom #wrapper .portlet-minimized .portlet-content-container {
    padding: unset;
  }
  .ds-custom #wrapper .portlet-decorate .portlet-content {
    border: unset;
  }
  .ds-custom #wrapper .portlet {
    margin: 0;
  }
  .ds-custom #wrapper .row {
    margin: 0 !important;
  }
  .ds-custom #wrapper .col-xs-1, .ds-custom #wrapper .col-sm-1, .ds-custom #wrapper .col-md-1, .ds-custom #wrapper .col-lg-1, .ds-custom #wrapper .col-xs-2, .ds-custom #wrapper .col-sm-2, .ds-custom #wrapper .col-md-2, .ds-custom #wrapper .col-lg-2, .ds-custom #wrapper .col-xs-3, .ds-custom #wrapper .col-sm-3, .ds-custom #wrapper .col-md-3, .ds-custom #wrapper .col-lg-3, .ds-custom #wrapper .col-xs-4, .ds-custom #wrapper .col-sm-4, .ds-custom #wrapper .col-md-4, .ds-custom #wrapper .col-lg-4, .ds-custom #wrapper .col-xs-5, .ds-custom #wrapper .col-sm-5, .ds-custom #wrapper .col-md-5, .ds-custom #wrapper .col-lg-5, .ds-custom #wrapper .col-xs-6, .ds-custom #wrapper .col-sm-6, .ds-custom #wrapper .col-md-6, .ds-custom #wrapper .col-lg-6, .ds-custom #wrapper .col-xs-7, .ds-custom #wrapper .col-sm-7, .ds-custom #wrapper .col-md-7, .ds-custom #wrapper .col-lg-7, .ds-custom #wrapper .col-xs-8, .ds-custom #wrapper .col-sm-8, .ds-custom #wrapper .col-md-8, .ds-custom #wrapper .col-lg-8, .ds-custom #wrapper .col-xs-9, .ds-custom #wrapper .col-sm-9, .ds-custom #wrapper .col-md-9, .ds-custom #wrapper .col-lg-9, .ds-custom #wrapper .col-xs-10, .ds-custom #wrapper .col-sm-10, .ds-custom #wrapper .col-md-10, .ds-custom #wrapper .col-lg-10, .ds-custom #wrapper .col-xs-11, .ds-custom #wrapper .col-sm-11, .ds-custom #wrapper .col-md-11, .ds-custom #wrapper .col-lg-11, .ds-custom #wrapper .col-xs-12, .ds-custom #wrapper .col-sm-12, .ds-custom #wrapper .col-md-12, .ds-custom #wrapper .col-lg-12 {
    padding: unset;
    width: unset;
    margin: unset;
    float: none;
  }
  @media (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .ds-custom #wrapper {
      padding: 0;
      margin: 0;
    }
    .ds-custom .portlet-decorate .portlet-content {
		background: unset !important;
      border: none;
      margin: 0;
      padding: 0;
    }
    .ds-custom .col-xs-1, .ds-custom .col-sm-1, .ds-custom .col-md-1, .ds-custom .col-lg-1, .ds-custom .col-xs-2, .ds-custom .col-sm-2, .ds-custom .col-md-2, .ds-custom .col-lg-2, .ds-custom .col-xs-3, .ds-custom .col-sm-3, .ds-custom .col-md-3, .ds-custom .col-lg-3, .ds-custom .col-xs-4, .ds-custom .col-sm-4, .ds-custom .col-md-4, .ds-custom .col-lg-4, .ds-custom .col-xs-5, .ds-custom .col-sm-5, .ds-custom .col-md-5, .ds-custom .col-lg-5, .ds-custom .col-xs-6, .ds-custom .col-sm-6, .ds-custom .col-md-6, .ds-custom .col-lg-6, .ds-custom .col-xs-7, .ds-custom .col-sm-7, .ds-custom .col-md-7, .ds-custom .col-lg-7, .ds-custom .col-xs-8, .ds-custom .col-sm-8, .ds-custom .col-md-8, .ds-custom .col-lg-8, .ds-custom .col-xs-9, .ds-custom .col-sm-9, .ds-custom .col-md-9, .ds-custom .col-lg-9, .ds-custom .col-xs-10, .ds-custom .col-sm-10, .ds-custom .col-md-10, .ds-custom .col-lg-10, .ds-custom .col-xs-11, .ds-custom .col-sm-11, .ds-custom .col-md-11, .ds-custom .col-lg-11, .ds-custom .col-xs-12, .ds-custom .col-sm-12, .ds-custom .col-md-12, .ds-custom .col-lg-12 {
      padding: 0;
      width: unset;
      margin: 0;
      float: none;
    }
  }
  

  .portlet-decorate .portlet-content {
	background: unset !important;
  }

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, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	text-decoration:none;
}
/*  display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}


body,html { 
	min-height: 100%; height: 100%;
} 
ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* added to reset */
ul, a {
	list-style: none;
	text-decoration: none;
	padding: 0;
}


*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

a {
	-webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out;
	cursor: pointer;
}

body {
	font-size: 0.9em;
	font-family: 'Helvetica', Arial, sans-serif;
	background-color: #fff;
	color: #323232;
	overflow:visible;
}
#wrapper {
    background: #eee;
}
#container {overflow: hidden;}






/*----------------------------*/
/*	   	  Main Elements  	  */
/*----------------------------*/

#outer-topnavigation {display: none;}
#outer-bottomnavigation {display: none;}
#outer-navigation {display: none;}
#sub-navigation {display: none;}
#headernavigation {}
#inner-header h1 {display: none;}
#sideleft-navigation {display: none;}
#sideright-navigation {display: none;}

#outer-header {}
#outer-slideshow {}
#outer-main {}
#outer-footer {}

#outer-clientfooter {display: none;}
#outer-languagebar {display: none;}
#breadcrumbs { display: none;}

/* Make sure these add up to your sites width */
#sidebar-left, #content { float: left; }
#sidebar-left {display: none;}
#content {width: 62%;padding-right: 3%;}
#sidebar-right {width: 35%;float:right;padding: 0px;background-color: #fff;}

#inner-topnavigation, #inner-header, #inner-navigation,  #inner-main, #inner-clientfooter, #inner-footer, #inner-bottomnavigation, #inner-languagebar {
	max-width: 1200px; /* SITE WRAPPER WIDTH recommend: 960px, 1140px */
	min-width: 0;
	width: 100%;
	margin: 0 auto;
}

#outer-topnavigation, #strapBox, #outer-header, #outer-navigation, #outer-bottomnavigation, #outer-slideshow, #outer-main, #outer-clientfooter, #outer-languagebar {
	width: 100%;
	float: left;
}
#strapBox {
	max-width: 42%;
}



#inner-slideshow {/* max-height: 450px; *//* overflow: hidden; */}

/*----------------------------*/
/*	  MISC/GENERAL STYLES  	  */
/*----------------------------*/


/* HELPER CLASSES */
.last { margin-right: 0!important; }
.profileimg {margin: 0 15px 15px 0; float: left; width: 22%;}
.fullwidth {width: 100%;}
.fullimg img {width: 100%; }
.clear { clear:both; }
#content iframe, .module iframe {width: 100%;}
.download {
    background: url(https://microcontrib.hays.com/documents/4532037/4530880/pdf.png/ccf6cc5e-e98f-e28c-e19f-a90a96d3763c?t=1579770169556) 10px center no-repeat;
    display: block;
    padding: 15px 0px 15px 53px;
    text-decoration: none!important;
    -webkit-transition:all 0.2s ease-in-out;
    -moz-transition:all 0.2s ease-in-out; 
    -o-transition:all 0.2s ease-in-out; 
    transition:all 0.2s ease-in-out;  
}

.download:hover {
    background: url(https://microcontrib.hays.com/documents/4532037/4530880/pdf.png/ccf6cc5e-e98f-e28c-e19f-a90a96d3763c?t=1579770169556) 10px 0px no-repeat;
}

.downloadword {
    background: url(https://microcontrib.hays.com/documents/4532037/4530880/word.png/88a17b82-aa27-7573-c763-b6304431a18b?t=1579770223552) 10px center no-repeat;
    display: block;
    padding: 15px 0px 15px 53px;
    text-decoration: none!important;
    -webkit-transition:all 0.2s ease-in-out;
    -moz-transition:all 0.2s ease-in-out; 
    -o-transition:all 0.2s ease-in-out; 
    transition:all 0.2s ease-in-out;  
}

.downloadword:hover {
    background: url(https://microcontrib.hays.com/documents/4532037/4530880/word.png/88a17b82-aa27-7573-c763-b6304431a18b?t=1579770223552) 10px 0px no-repeat;
}

.downloadpowerpoint {
    background: url(https://microcontrib.hays.com/documents/4532037/4530880/pp.png/a9c72841-77e7-44f1-a6d1-cf4b04671df5?t=1579770325744) 10px center no-repeat; 
    display: block;
    padding: 15px 0px 15px 53px;
    text-decoration: none!important;
    -webkit-transition:all 0.2s ease-in-out;
    -moz-transition:all 0.2s ease-in-out; 
    -o-transition:all 0.2s ease-in-out; 
    transition:all 0.2s ease-in-out;  
}

.downloadpowerpoint:hover {
    background: url(https://microcontrib.hays.com/documents/4532037/4530880/pp.png/a9c72841-77e7-44f1-a6d1-cf4b04671df5?t=1579770325744) 10px center no-repeat; 
}




/*// GRID */
.sg-row:after, .sg-row:before {display: table; content: ''; clear: both; } .sg-row {margin: 0 -15px; display: block; max-width: 1248px; } .sg-row .c1 {width: 8.3333333333333%; padding: 0 15px; float: left; margin-bottom: 20px; } .sg-row .c2 {width: 16.666666666667%; padding: 0 15px; float: left; margin-bottom: 20px; } .sg-row .c3 {width: 25%; padding: 0 15px; float: left; margin-bottom: 20px; } .sg-row .c4 {width: 33.333333333333%; padding: 0 15px; float: left; margin-bottom: 20px; } .sg-row .c5 {width: 41.666666666667%; padding: 0 15px; float: left; margin-bottom: 20px; } .sg-row .c6 {width: 50%; padding: 0 15px; float: left; margin-bottom: 20px; } .sg-row .c7 {width: 58.333333333333%; padding: 0 15px; float: left; margin-bottom: 20px; } .sg-row .c8 {width: 66.666666666667%; padding: 0 15px; float: left; margin-bottom: 20px; } .sg-row .c9 {width: 75%; padding: 0 15px; float: left; margin-bottom: 20px; } .sg-row .c10 {width: 83.333333333333%; padding: 0 15px; float: left; margin-bottom: 20px; } .sg-row .c11 {width: 91.666666666667%; padding: 0 15px; float: left; margin-bottom: 20px; } .sg-row .c12 {width: 100%; padding: 0 15px; float: left; margin-bottom: 20px; }






/*----------------------------*/
/*	   	  Header style   	  */
/*----------------------------*/

#outer-header {background-color: #2e7846;/* border-bottom: 4px solid #edc204; */}
#inner-header { }
#inner-header:after {content:""; display: table; clear: both;}
#inner-header a.logo {float: left; margin: 30px 0; }
#inner-header a.logo IMG {
    max-width: 150px;
}
#inner-header a.secondarylogo {float:right; margin: 20px 0; display: none; }
#inner-header a.secondarylogo IMG {width: 250px;}
#inner-header h1 { font-size: 2.4em; position:relative; margin: 10px 0; font-weight:bold; color: #2e7846; float:right; clear: right; }

/*----------------------------*/
/*	   	  Slideshow style  	  */
/*----------------------------*/

/*
#outer-slideshow { position:relative; padding: 0; zoom: 1; z-index: 1; margin: 0; }
#inner-slideshow { position:relative; height: 100%; z-index: 0; zoom: 1; }
#inner-slideshow .strapline { clear: both; background: #2e7846; padding:1em; color: #fff; border-bottom: 10px solid #acd235; }

#inner-slideshow h1 { font-size: 1.625em; font-weight:bold; color: inherit; margin: 0; }
#inner-slideshow h1 strong { color: #edc204; display: inline-block; }
#inner-slideshow h2 { font-size: 1.25em; font-weight:bold; color: #edc204; margin: 0; display: none; }
#inner-slideshow p { font-size: 0.9em; font-weight:normal; display: none; }
*/


#outer-slideshow { position:relative; padding: 0; zoom:1; z-index: 1; }
#inner-slideshow { max-width: 1200px; position:relative;/* height:375px; */z-index:0;zoom:1;margin: auto;}

#inner-slideshow .strapline {background:rgba(255, 255, 255, 0.82);z-index:9;color: #333;width: 100%;left: 0;position: absolute;top: 0;display: none;}
#strapBox {position: absolute;left: 10px;top: 246px;padding: 20px 15px; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ /* IE6-9 */copy; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ /* IE6-9 */copy;background-color: rgba(255, 211, 9, 0.75);border-radius: 5px;}


#inner-slideshow h1 {font-size: 2em;font-weight:bold;margin-bottom: 0;/* float: left; */line-height: 38px;/*background: rgba(237, 194, 4, 0.82)*//* text-transform: uppercase; */padding:  0 10px;}
#inner-slideshow h2 {font-size: 1.3em;font-weight:bold;/* margin-top: 60px; *//* display: none; *//*background: rgba(237, 194, 4, 0.82)*//* margin-top: 74px; */padding: 0px 10px;margin-bottom: -0;}
#inner-slideshow p {font-size:0.9em;font-weight:normal;display: none;}

/*----------------------------*/
/*	  Main navigation style	  */
/*----------------------------*/

#outer-navigation { background: #edc204; }
#inner-navigation { }
#inner-navigation li { float: left; }
#inner-navigation li a { display:block; padding: 5px 2em; line-height: 42px; color: #003300; }
#inner-navigation li a:hover, #inner-navigation li a:focus, #inner-navigation li.active a {background-color: #cc6600; color: #fff; }

/*----------------------------*/
/*	  Top navigation style	  */
/*----------------------------*/

#outer-topnavigation {background: #eee; }
#inner-topnavigation { background: #999; height: 56px; }
#inner-topnavigation li { float: left; }
#inner-topnavigation li a { display:block; padding: 0 20px; line-height: 56px; color: #fff; }
#inner-topnavigation li a:hover, #inner-topnavigation li a:focus, #inner-topnavigation li.active a { background: #2e7846; }

/*--------------------------------*/
/*	  Bottom navigation style	  */
/*--------------------------------*/

#outer-bottomnavigation {background: #eee; margin: 0 0 20px 0; }
#inner-bottomnavigation {background: #999; height: 56px; }
#inner-bottomnavigation li { float: left; }
#inner-bottomnavigation li a { display: block; padding: 0 20px; line-height: 56px; color: #fff; }
#inner-bottomnavigation li a:hover, #inner-bottomnavigation li a:focus, #inner-bottomnavigation li.active a { background: #2e7846; }

/*--------------------------------*/
/*	  header navigation style	  */
/*--------------------------------*/

#headernavigation {clear: right;float:right;background: #2E7846;position:relative;margin: 30px 0 20px 0;font-weight: bold;}
#headernavigation li { float: left; }
#headernavigation li a {display:block;padding: 0 15px;line-height: 56px;color: #fff;}
#headernavigation li a:hover, #headernavigation li a:focus, #headernavigation li.active a {color: #ffd309!important;}






/*----------------------------*/
/*	 	 Content styles	      */
/*----------------------------*/

#outer-main { }
#inner-main {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}
#content {
	padding: 10px 20px;
	margin-bottom: 30px !important;
	border-radius: 0 0 5px 5px;
	background-color: #fff;
}
#text {}



#jobs-page #content {
	width: 69%!important;
}

#jobs-page #sidebar-right {
	width: 31%;
}



/*----------------------------*/
/*	Sidebar + module style    */
/*----------------------------*/

#sidebar-left { }
#sidebar-right { }
.module { margin-bottom: 30px; }
/* Individual module boxes and remove ones not getting used */
.module.a {}
.module.b {}
.module.c {}
.module.d {background: #fff;/* background: url(/cs/groups/hays_common/@uk/@content/documents/webassets/hays_1781219.jpg) 22px 75px no-repeat #ffffff; */background-size: 88%;padding-bottom: 20px;border-radius: 5px;}

.module.e {display: none;}
.module.f {display: none;}
.module.g {display: none;}
.module.h {display: none;}

/*----------------------------*/
/*    Client footer styles	  */
/*----------------------------*/

#outer-clientfooter {
	background-color: #f5f5f5;
	padding: 40px 0;
}
#inner-clientfooter {}
#inner-clientfooter h1 {}
#inner-clientfooter h1:after {
	content: "";
	display: table;
	clear: both;
}



.explore-card {
	box-shadow: 0 3px rgba(0,0,0,0.05);
}

.explore-card .explore-descr {
	background-color: #fff;
	padding: 20px;
	font-size: 0.9em;
	line-height: 1.4em;
	font-weight: normal;
	color: #444;
}

.explore-descr h1 {
	font-size: 1.2em;
}

.explore-card a {
	display: block;
	margin-top: 15px;
	/* background-color: #ddd; */
	color: #777;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	border-top: solid 1px #eee;
	padding-top: 15px;
}


.text {
	width: 1200px;
	max-width: 100%;
	margin: 0 auto;
	padding: 4em 0;
}

@media(max-width: 1200px) {
	.text {
		padding: 4em 2em;
	}
}

@media(max-width: 420px) {
	.text {
		padding: 4em 1em;
	}
}



.text p, .text ul { margin: 0 0 1em 0; line-height: 1.6em;}
.text em {font-style: italic;}
.text a { color: #c35400; text-decoration:none; font-weight: bold;}
.text a:hover { color: #2e7846; text-decoration:none; }
.text ol {list-style-type: decimal!important; padding: 0 10px 0.5em 20px;}
.text ul {list-style: square; padding: 0 10px 0.5em 20px;}
.text li {padding: 0 0 0.25em; }
h1, h2, h3, h4, h5 { margin: 0 0 10px 0; font-weight:normal; color: #2e7846; line-height: 1.6em; }
.text h1 {font-size: 2em;margin-bottom: 20px;font-weight: bold;}
.text h2 { font-size: 1.8em; }
.text h3 { font-size: 1.5em; }
.text h4 { font-size: 1.25em; }
.text h5 { font-size: 1.125em; }
#strapBox h1, h2 {color: #323232!important;font-size: 2.2em;}


/*----------------------------*/
/*	 	   Typography	      */
/*----------------------------*/

#content p, #content ul { margin: 0 0 1em 0; line-height: 1.6em;}
#content em {font-style: italic;}
#content a { color: #c35400; text-decoration:none; font-weight: bold;}
#content a:hover { color: #2e7846; text-decoration:none; }
#content ol {list-style-type: decimal!important; padding: 0 10px 0.5em 20px;}
#content ul {list-style: square; padding: 0 10px 0.5em 20px;}
#content li {padding: 0 0 0.25em; }
h1, h2, h3, h4, h5 { margin: 0 0 10px 0; font-weight:normal; color: #2e7846; line-height: 1.6em; }
#content h1 {font-size: 2em;margin-bottom: 20px;font-weight: bold;}
#content h2 { font-size: 1.8em; }
#content h3 { font-size: 1.5em; }
#content h4 { font-size: 1.25em; }
#content h5 { font-size: 1.125em; }
#strapBox h1, h2 {color: #323232!important;font-size: 2.2em;}

/* Module */
.module h1 {background: #2e7846;font-size: 1.8em;/* margin: 0px 0px 20px 0px; */font-weight: bold;/* margin-bottom: 200px; */border-radius: 5px 5px 0 0;color: #fff;padding: 10px;}
.module a { color: #2e7846; font-weight: bold;}
.module a:hover { text-decoration:none; }

a.Viewall {
	font-weight: bold!important;
	border-radius: 6px;
	clear: both;
	text-transform: lowercase;
	text-align: left;
	display: block;
	width: 168px;
	margin: 10px 0 0;
	/*	background: url(../imgs/joblink_bullet.png) 95% center no-repeat #eee;*/
	/* background-color: #2E7846; */
	padding: 15px 13px;
	color: #2E7846;
	font-weight: normal;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
a.Viewall:first-letter {
	text-transform: uppercase;
}

a.Viewall:hover {
	/* background-color: #ffd30a; */
	color: #c35400;
	text-decoration: underline;
}
/* Client footer */
#inner-clientfooter h1 { }










.jobTable, .Micro {width: 100%;color: #333;text-align: left;clear: both;}

.jobTable tr {
	-webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out;
}

tr.jobListHeader th, tr.MicroHeader th 	{width: 65%; color: #fff; text-align: left;  line-height: 1.2em; font-weight:bold; padding: 15px 0 15px 10px;background: #2e7846;display: none; }

/* Job row */
tr.jobListItemAlt, tr.jobListItem, tr.MicroItem, tr.MicroAltItem {}
tr.MicroItem, tr.jobListItem				{background-color: rgba(0,0,0,0.07);}
tr.MicroItem td, tr.jobListItem td 			{ padding: 25px 20px 25px 10px; }
.module tr.MicroItem td, .module tr.jobListItem td { padding: 0 20px 0 10px; vertical-align: middle; }

tr.MicroAltItem, tr.jobListItemAlt 			{ }
tr.MicroAltItem td, tr.jobListItemAlt td 	{ padding: 25px 20px 25px 10px; }
.module tr.MicroAltItem td, .module tr.jobListItemAlt td { padding: 0 20px 0 10px; vertical-align: middle; }

/*BULLET TO THE JOB LINKS, ADD THEM HERE */
.module .jobTitle a, table.Micro a:link {
	display: block; 
	padding: 25px 0;
	/*background: url(../imgs/joblink_bullet.png) left center no-repeat; padding-left: 20px;*/

	-webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out;
}

tr.MicroItem td:first-child, tr.jobListItem td.jobTitle, tr.MicroAltItem td:first-child, tr.jobListItemAlt td.jobTitle {padding: 10px;}
tr.MicroItem td:first-child a, tr.jobListItem td.jobTitle a, tr.MicroAltItem td:first-child a, tr.jobListItemAlt td.jobTitle a { padding: 25px 20px; }

.module .jobTitle a:hover, table.Micro a:hover {
	/*background: url(../imgs/joblink_bullet.png) 5px center no-repeat;*/
}

/* Job links */
#content .jobTitle a,
.jobTitle,
.jobRate,
table.Micro a,
table.Micro a:link, table.Micro a:visited		{ /*color: #2e7846;*/ text-decoration: none; display:block; }

#content .jobTitle a:hover,
.module .jobTitle a:hover,
table.Micro a:hover, table.Micro a:focus 		{ /*color: #2e7846;*/ text-decoration: none; display:block; }


/* JOB TABLE HOVER EFFECTS */
tr.MicroItem:hover, tr.jobListItem:hover,   tr.MicroAltItem:hover, tr.jobListItemAlt:hover {background-color: #2e7846; color: #fff;} 
tr.MicroItem:hover a, tr.jobListItem:hover a,tr.MicroAltItem:hover a, tr.jobListItemAlt:hover a {color: #fff!important;}

input.MicroButton {
	display: none;
}




/* Applylinks */
.applylinks {
	cursor: pointer; 
	padding: 14px 30px; 
	text-decoration: none !important;
	margin: 20px 10px 0 0;
	font-weight: normal !important;
	position: relative;
	display: inline-block;
	border: none !important;
	/*	border-radius: 2px !important;*/
	text-shadow: none !important;
}
a.detailedApply,
a.applylinks {
	background: #5a9130;
	color: #fff !important;
	border-radius: 0 !important;
	padding: 14px 30px; 
}
a.detailedBack,
a.applylinks:first-of-type {
	background-color: #ccc;
	color: #444 !important;
	cursor: pointer; 
	padding: 14px 30px; 
	text-decoration:none !important;
	margin: 20px 10px 0 0;
	font-weight: normal !important;
	position: relative;
	display: inline-block;
	border: none !important;
	border-radius: 0 !important;
	text-shadow: none !important;
}
a.detailedApply:hover, a.detailedApply:focus, a.applylinks:hover, a.applylinks:focus { background: #2e7846; }
a.detailedBack:hover, a.detailedBack:focus, a.applylinks:first-of-type:hover, a.applylinks:first-of-type:focus { background: #ddd; }

/*-----------------------------------------*/
/* DETAILED JOB STYLES */
/*-----------------------------------------*/

/* Job titles */
.title, .detailedTitle { padding-top: 10px; margin: 0; color: #2e7846; font-size: 1.8em!important;  } 

/* Job details bulletpoints */
.recordInfo li { line-height: 18px; list-style:square; list-style-type:square; list-style-position:outside; margin: 0 0 5px 10px; }

/* RSS links */
.rsslink, .rsslink img, .rsslinkLocal {display: none;}

.rsslink span, .rsslink { float: left; padding: 0 0 10px 0; text-indent: 5px; }
.rsslink img { float: left; }
.rsslinkLocal { 
	float: left; padding: 0 0 0 15px; margin-bottom: 15px; text-indent: 5px; background: url(http://www1.hays.com/jobs/styleapps/template-assets/rss.png) no-repeat top left; 
}

.jobTitle, .jobRate { vertical-align:middle; }
.jobTitle a { }
.jobTitle { }
.jobLocation { }
.jobRate { }





/* Job Description */
.detailedDescription { }
.detailedDescription p { }
.detailedDescription ul{ }
.detailedDescription li{ }




/* Job Closing Date */


.detailedOffice, .detailedPhone, .detailedEmail, .detailedContact,.detailedRef, .detailedClosingDate, .detailedType, .detailedSalary, .detailedLocation  {
	border-right: solid thin #ddd;
	border-top: solid thin #ddd;
	border-left: solid thin #ddd;
	padding: 0 0;
	margin: 0!important;
	/*white-space: nowrap;*/
	max-width: 680px;
}
.detailedEmail span, .detailedPhone span, .detailedOffice span, .detailedContact span, 
.detailedRef span, .detailedClosingDate span, .detailedType span, .detailedSalary span, .detailedLocation span {
	width: 160px;
	display: inline-block;
	font-weight: normal;
	padding: 10px;
	color: #555;
	border-right: solid 4px #ddd;
	margin-right: 19px;
	background-color: #eee;
	font-size: 1em;
}



.detailedEmail, .detailedRef {
	margin:  0 0 30px 0 !important;
	border-bottom: solid thin #ddd;
}
.detailedContact { 
	margin: 30px 0 0 0 !important;
}







/* Hide 1 of 1 jobs text below table */
p.Micro, span#MSearch br { display: none !important; }






/* Job Cards */

#job-cards { }

.job-card {
	border-radius: 6px;
	/* background-color: #2e7846; */
	padding: 8px 4em 10px 13px;
	width: 100%;
	margin: 0px 0px 10px;
	float: left;
	/* margin-left: 1%!important; */
	display: inline-block;
	position: relative;
	color: #a92b32;
}

.job-card h2 {
	font-weight: bold;
	margin:  2px 0 !important;
	font-size: 1em !important;
	color: #c35400!important;
	-webkit-transition:all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-in-out;
	-o-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
}

.job-card h2:after {
	content: "";
	height: 15px;
	width: 15px;
	background-image: url(/cs/groups/hays_common/@uk/@content/documents/webassets/hays_1781389.png);
	background-repeat: no-repeat;
	background-size: 100%;
	display: inline-block;
	background-position: center;
	position: absolute;
	top: 9px;
	right: 21px;
}

.job-card h3 {
	display: none;
	margin: 0!important; 
	color: #a92b32;
	font-size: 0.75em !important; 
	font-weight: 600;
	-webkit-transition:all 0.2s ease-in-out;-moz-transition:all 0.2s ease-in-out; -o-transition:all 0.2s ease-in-out; transition:all 0.2s ease-in-out;  
}
.job-card .applylinks {
	width: 4em;
	display: none!important;
	display: inline-block;
	color: #c35400 !important;
	text-align: center;
	font-size: 0.9em;
	font-weight: normal;
	line-height: 40px;
	padding: 0;
	position: absolute;
	top: 50%;
	right: 0;
	margin: -20px 0 0;
	-webkit-transition:all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-in-out;
	-o-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
}

a:hover .job-card h2,
a:focus .job-card h2 {
	color: #2E7846 !important;
	text-decoration: underline;
}

a:hover .job-card .applylinks,
a:focus .job-card .applylinks {
	color: #2e7846 !important;
	text-decoration: underline !important;
}


.module .job-card {
	/* width: 39%; */
	margin-right: 0 !important;
	min-height: 50px;
}



hr { border: 0; height: 1px;
	background-color: #ccc;
	margin: 1.5em 0;
}

/*hr { border: 0; height: 1px;
background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.5), rgba(0,0,0,0));
background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(242,101,45,0.5), rgba(0,0,0,0));
background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(242,101,45,0.5), rgba(0,0,0,0));
background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(242,101,45,0.5), rgba(0,0,0,0));
}*/






/*---------------------------------------------*/
/*	 	   Page: Tab styles				       */
/*---------------------------------------------*/

ul#tabnav { float: left; padding: 0; margin: 30px 0 0 0; width: 100%;}
ul#tabnav li {  float: left; list-style:none; width: 33.33333%; margin: 0; padding: 0; }
ul#tabnav li a { 
	float: left; background: #ececec; padding: 15px; width: 100%; text-decoration: none!important; color: #666;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out;
	border-top: 4px solid #fff; font-weight: lighter;
}

ul#tabnav li#active a { border-top: 4px solid #2e7846;  }
ul#tabnav li#active a, ul#tabnav li a:hover, ul#tabnav li a:focus { background: #2e7846; color: #fff;  }
ul#tabnav li#active a {  }
#tabs { position:relative; width: 100%; background-color: #2e7846; padding: 20px; }
#tabs h1, #tabs h2, #tabs h3, #tabs h4, #tabs h5, #tabs h6, #tabs p { color: #fff; }
#tabs { position:relative; width: 100%; background-color: #2e7846; padding: 20px; }
#tabs { position:relative; width: 100%; background-color: #2e7846; padding: 20px; }
#tabs > div {display: none;}


/* EXPAND AND CLOSE FAQ */
.expand {
	background-color: #2e7846;
	color: #fff!important;
	text-decoration: none!important;
	padding: 20px 50px 20px 20px;
	margin: 10px 0;
	cursor: pointer;
	position: relative;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
.expand:after {
	content: '\25bc';
	float: right;
/*
	position: relative;
	right: -36px;
	*/
	position: absolute;
	right: 1.125em;
	top: 50%;
	margin-top: -0.5em;
}
.expand.open:after {
	content: '\25b2';
}
.expand:hover {background-color: #edc204;color: #2e7846!important;}
.expand.open {background-color: #2e7846; color: #fff!important; }
.expand h4 {
	margin: 0;
}
.collapse {display: none;}
.collapse:after {content: ""; display: table; clear: both; }
.collapse p {padding: 10px; margin: 0!important; }





/*----------------------------*/
/*	  MOBILE ELEMENTS 	  	  */
/*----------------------------*/
.show {display: none;}
ul#mobilenavigation, #mobilenav, #topbar {display: none;}







/*----------------------------*/
/*	  MEDIA QUERIES		 	  */
/*----------------------------*/
@media handheld, only screen and (max-width: 1200px) {
	#wrapper {
		width: auto; padding: 0; 
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out; 
		-o-transition: all 0.2s ease-in-out; 
		transition: all 0.2s ease-in-out;  
	}
	#inner-slideshow {height: auto;}

	#inner-main, #inner-header, #inner-clientfooter {
		padding-left: 15px;
		padding-right: 15px;
	}

	/* HIDE LOCATION ON JOB TABLE */
	tr.jobListItemAlt td:last-child, tr.jobListItem td:last-child, tr.MicroItem td:last-child, tr.MicroAltItem td:last-child { display: none;}


	.detailedOffice, .detailedPhone, .detailedEmail, .detailedContact,.detailedRef, .detailedClosingDate, .detailedType, .detailedSalary, .detailedLocation  {
		padding: 10px;
		margin: 0;
	}
	.detailedEmail span, .detailedPhone span, .detailedOffice span, .detailedContact span, 
	.detailedRef span, .detailedClosingDate span, .detailedType span, .detailedSalary span, .detailedLocation span {
		width: 100%;
		display: inline-block;
		font-weight: bold;
		padding: 0;
		color: #555;
		border-right: none;
		margin-right: 0;
		background-color: #fff;
	}
	
	#strapBox{
		top: 200px;
	}
}


@media handheld, only screen and (max-width: 1040px) {
    
    
    #strapBox{
		max-width: 90%;
	}
}


@media handheld, only screen and (min-width: 771px) {
	a:not(:first-child) .job-card {
		/* margin-left: 1%; */
		margin-right: 1%;
	}
	a:nth-child(3n) .job-card {
		/* margin-left: 1%; */
		margin-right: 0;
	}
	a:first-child .job-card, 
	a:nth-child(3n+1) .job-card,
	a .job-card.alt {
		margin-left: 0;
		margin-right: 1%;
		clear: both;
	}
}





@media handheld, only screen and (max-width: 770px) {
	body {font-size: 1em;}
	
	.sg-row .c1 { width: 16.666666666667%; } .sg-row .c2 { width: 50%; } .sg-row .c3 { width: 50%; } .sg-row .c4 { width: 100%; } .sg-row .c5 { width: 100%; } .sg-row .c6 { width: 100%; } .sg-row .c7 { width: 100%; } .sg-row .c8 { width: 100%; } .sg-row .c9 { width: 100%; } .sg-row .c10 { width: 100%; } .sg-row .c11 { width: 100%; } .sg-row .c12 { width: 100%; }

	body, #wrapper, #outer-topnavigation, #outer-header, #outer-navigation, #outer-slideshow, #outer-main, #inner-main, #outer-clientfooter, #outer-footer,#inner-topnavigation, #inner-header, #inner-navigation, #inner-slideshow, #inner-main, #inner-bottomnavigation, #inner-clientfooter, #inner-footer, #sidebar-left, #sidebar-right, #content, #text, ul#tabnav li a, ul#tabnav li  {
		width: 100%;
		min-width: 0;
		margin-left: 0;
		margin-right: 0;
		padding-left: 0;
		padding-right: 0;
		margin: 0;
		padding: 0;
		padding-left: 0;
		padding-right: 0;
		padding-top: 0;
		padding-bottom: 0;
		border: 0;
	}

	#outer-slideshow, #sidebar-right {margin: 0 0;}

	#inner-topnavigation, #outer-navigation, #outer-bottomnavigation,  #sideright-navigation, 
	#inner-bottomnavigation, #inner-navigation, #headernavigation, #inner-languagebar, #inner-slideshow .strapline h2, .strapline p { 
		display:none; 
	}

	#inner-header h1 {float: left; clear:both; font-size: 1.7em; display: none; }


	#inner-header a.logo { float: none; display: block;margin: 15px auto; text-align: center;}
	#inner-header a.logo img { width: 70%; margin: 0 auto; max-width: 140px;}


	

	/*	.jobTable, .Micro, #mainjobs {font-size: 0.8em;}	*/
	a.detailedBack,a.detailedApply,.applylinks {width: 100%; display: block; margin: 20px 0 0 0; padding: 20px 0; text-align: center;}

	/*	#outer-footer {font-size: 0.8em;}*/
	#inner-footer .addthis_toolbox {float: left; margin: 20px 30px 0 10px; clear: both; }

	/* START OF SLIDEOUT NAV */
	.show {display: block!important; }
	#topbar, #wrapper {
		-webkit-transition: all 400ms cubic-bezier(0.720, 0.080, 0.210, 1); /* older webkit */
		-webkit-transition: all 400ms cubic-bezier(0.720, 0.080, 0.210, 1.250); 
		-moz-transition: all 400ms cubic-bezier(0.720, 0.080, 0.210, 1.250); 
		-o-transition: all 400ms cubic-bezier(0.720, 0.080, 0.210, 1.250); 
		transition: all 400ms cubic-bezier(0.720, 0.080, 0.210, 1.250); /* custom */	
	}
	ul#mobilenavigation {
		display:block;
	}


	#inner-main, #inner-header, #inner-clientfooter {
		padding-left: 15px;
		padding-right: 15px;
	}


	#wrapper { padding:0px; position: relative; width: auto; }
	#container {overflow-x: hidden!important;}



	.nav-open #container {overflow: hidden!important; height: 100%;}
	.nav-open #mobilenav {
		transform:translate(100%,0);
		-webkit-transform:translate(100%,0); 
		-moz-transform:translate(100%,0);
		-o-transform:translate(100%,0);	
	}
	.nav-open #wrapper, .nav-open #topbar {
		transform:translate(80%,0); 
		-webkit-transform:translate(80%,0); 
		-moz-transform:translate(80%,0);	
		-o-transform:translate(80%,0);	
		box-shadow: -15px 0px 70px rgba(0,0,0,0.08);
	}
	/* END OF SLIDEOUT NAV */

	/* PLUGINS */
	ul#tabnav li a {padding: 20px 0px; text-indent: 20px; margin: 5px 0px;}
	
	
	.job-card {
		margin-left: 0;
		margin-right: 1%;
		width: 100%;
	}
	


	/* ### MOBILE MENU STYLE ### */

	.Menu {
		background-color: #2e7846;
		position: absolute;
		width: 47px; height: 47px;
		top: 12.5px; left: 5px;
		cursor: pointer;
		margin: 0; padding: 0;
		padding: 6px 9px;
		display: inline-block;
		transition:all 0.2s ease-in-out; -webkit-transition:all 0.2s ease-in-out; -moz-transition:all 0.2s ease-in-out; -o-transition:all 0.2s ease-in-out;
	}
	/*THREE BARS*/
	.Menu  div {
		display:block;
		-webkit-transition:0.2s linear; -webkit-transform-origin:center;
		background: #fff;
		width:30px;
		height:5px;
		border-radius:2px;
		margin-top: 5px;
	}
	.Menu.animate {
		left: 214px;
		border-radius: 50%;
		box-shadow: 0 2px 2px rgba(0,0,0,0.4);
	}

	#topbar {
		z-index: 9999999;
		position:fixed;
		width: auto;
		display: block;
		top: 0;
	} 

	ul#mobilenavigation {
		background: #313541;
		padding:20px 0px;
		width: 240px;
		min-width: 240px;
		position:fixed;
		top: 0;
		height:100%;
		margin-top: 0;
		font-weight: 300;
		z-index:999991;
		list-style:none;

		-webkit-transform: translate3d(-100%, 0, 0) translate3d(-2em, 0, 0) scale3d(0.5, 1, 1);
		transform: translate3d(-100%, 0, 0) translate3d(-2em, 0, 0) scale3d(0.5, 1, 1);
		-webkit-transform-origin: 100% 50%; transform-origin: 100% 50%;
		-webkit-transform: 0.5s; -moz-transform: 0.5s; -ms-transform: 0.5s; transition: transform 0.2s;
		-webkit-transition-timing-function: ease-out; transition-timing-function: ease-in;
	}

	ul#mobilenavigation li a {
		position: relative;
		display: inline-block;
		padding: 16px 20px;
		font-size: 1.1em;
		opacity: 0.5;
		color: #FFFFFF;
		overflow:hidden;
		-webkit-transition:all 0.3s ease-in-out; -moz-transition:all 0.3s ease-in-out; -o-transition:all 0.3s ease-in-out; transition:all 0.3s ease-in-out;
	}

	ul#mobilenavigation h5 {
		/* display: none; */ 
		font-size: 1em;
		color: #62646D;
		padding: 12px 20px;
		font-weight: bold;
		margin: 0;
		text-transform: uppercase;
	}


	#mobilenavigation.nav-open {
		-webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -0-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0);
		box-shadow: 2px 13px rgba(0,0,0,0.2);
	}
	#mobilenavigation li {
		display:none;
		color:#fff;
		-webkit-transition: 0.5s; -moz-transform: 0.5s; -ms-transform: 0.5s; -0-transform: 0.5s; transition: transform 0.5s;
		-webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
		transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
	}
	#mobilenavigation li a {
		color:#fff;
		text-decoration:none;
	}
	#mobile_back {
		display:none;
		background: rgba(0,0,0,0.4);
		position:fixed;
		height:100%; width:100%;
		top:0px; left:0px;
		z-index: 99;
	}
	ul#mobilenavigation li.active a, ul#mobilenavigation li:hover a{
		font-weight: bold;
		opacity: 1;
	}

	/* ############## */
	/* MENU ANIMATIONS */
	/* ############## */
	.animate #rect1 {
		-webkit-transform: translateY(10px) rotate(45deg);
		-webkit-transform: translateY(10px) rotate(45deg);
		-moz-transform:    translateY(10px) rotate(45deg);
		-ms-transform:     translateY(10px) rotate(45deg);
		-o-transform:      translateY(10px) rotate(45deg);
		transform:         translateY(10px) rotate(45deg);
	}
	.animate #rect2 {
		opacity:0;
	}
	.animate #rect3 {
		-webkit-transform: translateY(-10px) rotate(-45deg);
		-webkit-transform: translateY(-10px) rotate(-45deg);
		-moz-transform:    translateY(-10px) rotate(-45deg);
		-ms-transform:     translateY(-10px) rotate(-45deg);
		-o-transform:      translateY(-10px) rotate(-45deg);
		transform:         translateY(-10px) rotate(-45deg);
	}
	
	
	#strapBox{
		top: 80px;
		padding: 10px;
	}

	#inner-slideshow h1{
		line-height: 30px;
	}
	
	#jobs-page #content {
		width: 100%!important;
		margin-bottom: 0!important;
	}

	#jobs-page #sidebar-right {
		width: 100%;
	}
    #strapBox h1{
        font-size: 1.6em;
    }
#content{
	padding: 10px;
	
}

}



@media handheld, only screen and (max-width: 520px) {
	#inner-header a.secondarylogo {
		float: left;
		clear: both;
	}
	.boxgrid {
		width: 90px;
		height: 90px;
		font-size: .4em;
	}
	
	#inner-slideshow h1{
		font-size: 1em;
	}

	#strapBox{
		top: 40px;
		padding: 10px;
	}

}

@media handheld, only screen and (max-width: 320px) {
	
	#strapBox{
		top: 5px;
		padding: 0;
	}


}








/*----------------------------*/
/*	  MISC/GENERAL STYLES  	  */
/*----------------------------*/

/*---------------------------------------------*/
/*	 	   Page: Google map API			       */
/*---------------------------------------------*/

#map_canvas { height: 400px; width: 100%;  z-index: 10; }
#map_canvas img, #map_canvas embed, #map_canvas object { max-width:none;}
#buttons{ margin: 0; padding: 0; position:relative; z-index: 20; border-radius:4px; border-radius:4px; height: 68px; display:none; }
#buttons a { margin-right: 10px; }


/*---------------------------------------------*/
/*	 	   Page: Profile styles				   */
/*---------------------------------------------*/
.profileTab {float: left; margin: 0 10px 10px 0; }
.boxgrid {
	width: 140px; 
	height: 140px;
	margin: 0 20px 0px 0; 
	float: left; 
	overflow: hidden; 
	position: relative; 
	border: 1px solid #eee;
	font:.8em Arial, sans-serif;
	cursor:auto;
}
.boxcaption {
	position: absolute; 
	bottom: -100%;
	left: 0;
	background: #2e7846; 
	height: 100%;
	width: 100%; 
	opacity: 1;
	overflow: hidden;
	display: none;
}
.captionfull .boxcaption {
	bottom: -100%;
	left: 0;
}
.boxgrid img{ 
	position: relative;  
	border: 0; 
}		
.boxgrid h2{
	position: relative; 
	color: #fff!important; 
	font-size: 1.5em; 
	font-weight:bold; 
	text-transform: uppercase; 
	width: 80%; 
	margin: 22% auto 0 auto!important;
	text-align: center;  
	display: block; 
	padding: 10px 0;
}
.boxgrid p {
	border-top: 1px dashed #eee; 
	position: relative;
	display: block;
	width: 80%;
	color: #fff; 
	padding: 10px 0;
	font-weight:bold !important; 
	text-transform: uppercase; 
	margin: 0 auto !important;
	text-align: center;
	line-height: 130%!important;
}




/*--------------------------------*/
/*	  sideleft-navigation style	  */
/*--------------------------------*/

#sideleft-navigation { margin: 15px 0 0 0; background: #000000; }
#sideleft-navigation li {  }
#sideleft-navigation li a { display:block; line-height:46px; color: #fff; background: #2e7846; text-indent: 20px; }
#sideleft-navigation li a:hover, #sideleft-navigation li.active a { background: #2e7846; }

/*--------------------------------*/
/*	  sideright-navigation style  */
/*--------------------------------*/

#sideright-navigation {margin: 0 0 15px 0; background: #000000;  }
#sideright-navigation li { }
#sideright-navigation li a { display:block; line-height:46px; color: #fff; background: #2e7846; text-indent: 20px; }
#sideright-navigation li a:hover, #sideright-navigation li.active a { background: #40b7e3; }

/*----------------------------*/
/*	  Sub-navigation style	  */
/*----------------------------*/

#sub-navigation {margin: 0 0 20px 0; padding-left: 0 !important; }
#sub-navigation li { float: left; list-style-type:none!important;}
#sub-navigation li a { display:block; text-indent: 20px; line-height:46px; color: #fff; background: #2e7846; width: 90px; margin: 0 3px 0 0; text-decoration:none!important;  }
#sub-navigation li a:hover, #sub-navigation li.active a { background: #2e7846; color: #fff; }





/*-------------------------------------------------*/
/*	 	   Page: FAQ							   */
/*-------------------------------------------------*/
/* Hide elements on pages by referencing the id page names on the body element */
ul.dropdown                         { position: relative; }
ul.dropdown li                      { zoom: 1; z-index: 999; }
ul.dropdown a:hover		            { color: #000; }
ul.dropdown a:active                { color: #ffa500; }
ul.dropdown li a                    { display: block !important; }
ul.dropdown li:last-child a         { } /* Doesn't work in IE */
ul.dropdown li.hover,
ul.dropdown li:hover                { position: relative; }
ul.dropdown li.hover a              { }

ul.dropdown ul 						{box-shadow: 0 5px 10px rgba(0,0,0,0.2);  width: 250px; visibility: hidden; position: absolute; top: 100%; right: 0; }
ul.dropdown ul li 					{ 
	font-weight: normal; background: #2e7846; color: #000; width: 100%; 
	border-bottom: 1px solid #ccc; float: none; padding: 0; text-indent: 20px; 
}

ul.dropdown ul li a					{ 
	border-right: none; width: 100%; display: inline-block; padding: 0 !important; 
	-webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; 
}

ul.dropdown ul ul 					{ right: 50%; top:47px; margin-right: -125px; }
ul.dropdown li:hover > ul 			{ visibility: visible; }
.sub_menu {display: none;}



.pagination ul {
	list-style: none !important;
	margin: 2em 0 !important;
	padding: 0 !important;
	font-size: 0.8em;
}
.pagination li {
	display: inline-block !important;
	margin: 0 1em 1em 0 !important;
}
.pagination li.resultCount {
	float: right !important;
	margin-right: 0 !important;
}
.pagination li.pageNumber {
	border-right: 1px solid #ccc !important;
	padding-right: 1em !important;
}
.pagination li.next a,
.pagination li.prev a {
	background-color: #2e7846 !important;
	color: #fff !important;
	border: 0 !important;
}
.pagination li.next a:hover,
.pagination li.next a:focus,
.pagination li.prev a:hover,
.pagination li.prev a:focus {
	background-color: #333 !important;
}
.pagination li.next a:before {
	content: '\00a0\25b6';
}
.pagination li.prev a:before {
	content: '\00a0\25c0';
}














/*------------------------*/
/*	 Hays footer styles	  */
/*------------------------*/

#outer-footer {
    font-family: 'Arial', Helvetica, sans-serif;
    background: #fff;
    border-top: 1px solid #eee;
    width: 100% !important;
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 20px !important;

  }

  #outer-footer p {
      margin: 0;
  }
  
  #inner-footer-expert {
  
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 0 auto 0 auto;
  }
  
  #inner-footer-expert #footerLogo-Links {
    margin: 10px 0px 0px 0px;
    display: flex;
    align-items: center;
    height: 43px;
  
    font-size: 17px;
    margin-left: 20px;
  }
  
  div#footer-bottom {
    font-size: 13px;
    margin-bottom: 5px;
    margin-left: 11px;
  }
  
  #inner-footer-expert #footer-bottom .single-col .col.col-12 nav ul {
    padding: 0;
    margin: 0;
    display: flex;
    list-style-type: none;
    flex-wrap: wrap;
  
  }

  #inner-footer-expert #footer-bottom .single-col .col.col-12 nav ul  li {
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }
  
  /*NEED AMEND*/
  #inner-footer-expert #copyright-text {
    font-family: Arial, Helvetica, sans-serif !important;
    margin: 19px 0px 0px 20px;
  }
  
  #inner-footer-expert #footerLogo {
    margin: 10px 0px 0px 0px;
  }
  
  #inner-footer-expert p {
    color: #304a7f;
  }
  
  #inner-footer-expert span {
    color: #333;
  }
  
  #inner-footer-expert a {
    margin-right: 8px;
    color: #666;
    font-weight: normal;
  }
  
  #inner-footer-expert a:hover {
    text-decoration: none;
    color: #002776;
  }
  
  #inner-footer-expert #copyright-text {
    display: none;
  }
