/*
Theme Name: Hays Theme
Version: 1.1.9
*/

/* FONTS */

@font-face {
  font-family: 'FontAwesome';
  src: url('fonts/fontawesome/fontawesome-webfont.eot?v=4.7.0');
  src: url('fonts/fontawesome/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('fonts/fontawesome/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('fonts/fontawesome/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('fonts/fontawesome/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('fonts/fontawesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* / FONTS */

/* COMMON */

.cf::after {
    content: " ";
    clear: both;
    display: table;
}
.cl {
	clear: left;
}
.cr {
	clear: right;
}
.cb {
	clear: both;
}
a {
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.hays-caps {
	text-transform: uppercase;
}
/*
.hays-cta {
	display: inline-block;
	border: 2px solid #646464;
	padding: 10px 20px 10px 20px;
	margin: 10px 5px 0 5px;
	text-transform: uppercase;
	font-size: 0.9em;
	line-height: 1.2em;
	text-decoration: none;
	color: #646464;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	cursor: pointer;
}
.hays-cta-block {
	display: block;
}
.hays-cta-single {
	display: table;
	margin: 15px 0 0 0;
}
input.submit-button,
input[type=submit] {
	display: inline-block;
	border: 2px solid #646464;
	padding: 10px 20px 10px 20px;
	text-transform: uppercase;
	font-size: 0.9em;
	line-height: 1em;
	text-decoration: none;
	color: #646464;
	background-color: transparent;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
*/
/* CTA BUTTONS */

.hays-cta,
.hays-content .hays-cta,
input[type=button],
input[type=submit] {
	background-color: #009fda;
	color: #ffffff;
	font-weight: bold;
	border-radius: 0;
	padding: 12px 20px;
	font-size: 1em;
	text-decoration: none;
	border-radius: 0;
	text-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none!important;
	border: none;
	-webkit-transition: ease-in-out 0.3s;
	-o-transition: ease-in-out 0.3s;
	transition: ease-in-out 0.3s;
	display: inline-block;
	line-height: 1.4;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	touch-action: manipulation;
	user-select: none;
	background-image: none;
}
.hays-cta:active,
.hays-cta:focus,
.hays-cta:hover,
.hays-content .hays-cta:active,
.hays-content .hays-cta:focus,
.hays-content .hays-cta:hover,
input[type=button]:active,
input[type=button]:focus,
input[type=button]:hover,
input[type=submit]:active,
input[type=submit]:focus,
input[type=submit]:hover {
	background-color: #002776;
	color: #ffffff;
	font-weight: bold;
	background-image: none;
}

/* / CTA BUTTONS */

.hays-error {
	color: #c40000;
}

.screen-reader-text,
.assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}
.nowrap,
.no-wrap {
	white-space: nowrap;
}
.hays-hidden {
	display: none;
}
.alignleft {
	display: inline;
	float: left;
}
.alignright {
	display: inline;
	float: right;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.hays-float-right {
	float: right;
}
.hays-float-left {
	float: left;
}
span.hays-line-break {
	display: inline-block;
}
a:hover span.hays-line-break,
a:active span.hays-line-break {
	text-decoration: underline; 
}
/* / COMMON */

/* LAYOUT */

body {
	font-family: "Gotham Narrow A", "Gotham Narrow B", arial, sans-serif;
	font-size: 16px;
	line-height: 1.4em;
	color: #666666;
    overflow: visible;
    background-color: #eeeeee;
	margin: 0px;
}
body,
[canvas=container] {
	background-color: #eeeeee;
}
.body-container {
	box-sizing: border-box;
	margin: 0 auto;
	max-width: 1200px;
}

/* / LAYOUT */

/* SPINNER */

.hays-spinner {
  margin: 100px auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}

.hays-spinner > div {
  background-color: #333333;
  height: 100%;
  width: 6px;
  display: inline-block;
  
  -webkit-animation: sip-spinner-stretchdelay 1.2s infinite ease-in-out;
  animation: sip-spinner-stretchdelay 1.2s infinite ease-in-out;
}

.hays-spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.hays-spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.hays-spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.hays-spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes hays-spinner-stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes hays-spinner-stretchdelay {
  0%, 40%, 100% { 
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% { 
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}

/* / SPINNER */

/* OFF CANVAS */

.hays-off-canvas-right {
	background-color: #ffffff;
	box-shadow: -3px 0 0px rgba(0,0,0,0.07);
}

/* / OFF CANVAS */

/* HEADER */

.hays-header-outer-container {
	background-color: #ffffff;
	box-shadow: 0 3px 0px rgba(0,0,0,0.07);
	margin: 0 0 30px 0;
}
.hays-header-inner-container {
	padding: 30px 30px 0 30px;
	position: relative;
}
.hays-header-container-upper {
	padding: 0;
}
.hays-header-container-lower {
	padding: 12px 0 0 0;
}
.hays-header-menu-container {
	padding: 0 30px 0 30px;
	position: relative;
}
@media only screen and (max-width: 970px) {
	.hays-header-inner-container {
		padding: 30px 30px 0 30px;
	}
	.hays-header-menu-container {
		padding: 0 30px 20px 30px;
	}
}
@media only screen and (max-width: 400px) {
	.hays-header-inner-container {
		padding: 15px 15px 0 15px;
	}
	.hays-header-menu-container {
		padding: 0 15px 12px 15px;
	}
}
.hays-header-inner-container .hays-logo {
	display: inline-block;
	vertical-align: top;
	width: 80%;
	max-width: 250px;
	margin: 0 40px 20px 0;
}
.hays-header-inner-container .hays-logo img {
	display: block;
	width: 100%;
	height: auto;
}
.hays-header-inner-container .hays-main-logo {
	display: inline-block;
	vertical-align: top;
	max-width: 250px;
	margin: 0 40px 20px 0;
}
.hays-header-inner-container .hays-main-logo img {
	display: block;
	width: auto;
	height: 100%;
}
.hays-header-inner-container .hays-client-logo {
	display: inline-block;
	vertical-align: top;
	float: right;
	margin: 0 0 20px 0;
}
.hays-header-inner-container .hays-client-logo img {
	display: block;
	width: auto;
	height: 100%;
}
@media only screen and (max-width: 970px) {
	.hays-header-inner-container .hays-client-logo {
		float: none;
		margin: 0 50px 10px 0;
	}
}
.hays-mobile-menu-icon {
    cursor: pointer;
    display: none;
    padding: 28px 20px;
    position: relative;
    user-select: none;
	position: absolute;
	top: 15px;
	right: 15px;
}
@media only screen and (max-width: 970px) {
	.hays-mobile-menu-icon {
		display: inline-block;
	}
}
@media only screen and (max-width: 400px) {
	.hays-mobile-menu-icon {
	top: 8px;
	right: 8px;
	}
}
.hays-mobile-menu-icon .navicon {
  background-color: #002776;
  display: block;
  height: 4px;
  position: relative;
  transition: background .2s ease-out;
  width: 28px;
}
 
.hays-mobile-menu-icon .navicon:before,
.hays-mobile-menu-icon .navicon:after {
  background-color: #002776;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}
 
.hays-mobile-menu-icon .navicon:before {
  top: 9px;
}
 
.hays-mobile-menu-icon .navicon:after {
  top: -9px;
}
.hays-mobile-menu-icon.active .navicon {
  background: transparent;
}
 
.hays-mobile-menu-icon.active .navicon:before {
  transform: rotate(-45deg);
}
 
.hays-mobile-menu-icon.active .navicon:after {
  transform: rotate(45deg);
}
 
.hays-mobile-menu-icon.active:not(.steps) .navicon:before,
.hays-mobile-menu-icon.active:not(.steps) .navicon:after {
  top: 0;
}

/* / HEADER */

/* HEADER MENU BAR */

.hays-desktop-menu {
	margin-top: 0px;
}
@media only screen and (max-width: 970px) {
	.hays-desktop-menu {
		display: none;
	}
}

/* / HEADER MENU BAR */

/* BODY */

.hays-body-outer-container {
	margin: 30px 0 30px 0;
}
.hays-body-inner-container {
	padding: 0 30px;
}
@media only screen and (max-width: 400px) {
	.hays-body-inner-container {
		padding: 0 15px;
	}
}
.hays-body-colset {
	margin: 0 -15px;
}
.hays-body-colset:after {
    content: " ";
    clear: both;
    display: table;
}
.hays-body-colset .hays-body-content-column-outer {
	padding: 0 15px;
	box-sizing: border-box;
}
.hays-body-colset.hays-twocol .hays-body-content-column-outer {
	float: left;
	width: 66.6666667%;
}
.hays-body-colset.hays-twocol .hays-aside-column-outer {
	padding: 0 15px;
	float: left;
	box-sizing: border-box;
	width: 33.3333333%;
}
@media only screen and (max-width: 900px) {
	.hays-body-colset.hays-twocol .hays-body-content-column-outer {
		width: 60%;
	}
	.hays-body-colset.hays-twocol .hays-aside-column-outer {
		width: 40%;
	}
}
@media only screen and (max-width: 760px) {
	.hays-body-colset.hays-twocol .hays-body-content-column-outer {
		float: none;
		width: auto;
	}
	.hays-body-colset.hays-twocol .hays-aside-column-outer {
		float: none;
		width: auto;
		margin-top: 30px;
	}
}

/* / BODY */

/* CONTENT */

.hays-content {
	overflow-wrap: break-word;
	word-wrap: break-word;
	/*-ms-word-break: break-all;*/
	word-break: break-word;
	/*-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;*/
}

.hays-content > *:first-child,
.hays-content article > *:first-child,
.hays-content .textwidget > *:first-child {
	margin-top: 0px;
}
.hays-content > *:last-child,
.hays-content article > *:last-child,
.hays-content .textwidget > *:last-child {
	margin-bottom: 0px;
}
.hays-content img {
	max-width: 100%;
	height: auto;
}
.hays-body-content {
	background-color: #ffffff;
	padding: 20px;
}
.hays-content p:first-child {
	margin-top: 0;
}
.hays-content p:last-child {
	margin-bottom: 0;
}
.hays-content a {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	color: #009fda;
	font-weight: bold;
}
.hays-content a:hover,
.hays-content a:active {
	color: #002776;
}
.hays-content h1, .hays-content h2, .hays-content h3, .hays-content h4, .hays-content h5 .hays-content h6 {
	margin: 0px 0px 10px 0px;
	font-weight: normal;
	font-weight: bold;
	line-height: 1.3em;
}
.hays-content h1 {
	color: #002776;
	font-size: 2em;
	margin-bottom: 20px;
	text-transform:capitalize;
}
.hays-content h2 {
	color: #002776;
	font-size: 1.8em;
}
.hays-content h3 {
	color: #002776;
	font-size: 1.6em;
}
.hays-content h4 {
	color: #002776;
	font-size: 1.4em;
}
.hays-content h5 {
	color: #002776;
	font-size: 1.2em;
}
.hays-content h6 {
	color: #002776;
	font-size: 1em;
}

/* TABLES */

.hays-responsive-table-container {
	width: 100%;
	overflow-y: auto;
	_overflow: auto;
	margin: 20px 0;
}
.hays-content table {
	width: 100%;
	border: 0;
	border-spacing: 0;
	margin: 0 0 10px 0;
	border-collapse: collapse;
	min-width: 600px;
}
.hays-content table th,
.hays-content table td {
	border: 0;
	border-spacing: 0;
}
.hays-content table th {
    font-weight: bold;
    text-align: left;
    border: 1px solid #0c266f;
	background-color: #009fda;
    padding: 20px 10px;
	color: #ffffff;
}
.hays-content table td {
    border: 1px solid #ddd;
    padding: 20px 10px;

}
.hays-content table tr {
	background-color: #ffffff;
}
.hays-content table tr:nth-child(odd) {
	background-color: #f7f7f7;
}
.hays-content table tr td.highlighted {
	font-weight: bold;
	font-size: 1em;
	color: #ffffff;
	background-color: #0066a3;
	text-align: center;
}
.hays-content table th,
.hays-content table td {
    overflow-wrap: normal;
    word-wrap: normal;
    -ms-word-break: normal;
    word-break: normal;
}
.hays-content table th[align=center],
.hays-content table td[align=center] {
	text-align: center;
}
.hays-content table th[align=right],
.hays-content table td[align=right] {
	text-align: right;
}

/* LOGIN FORM */

.hays-content form.hays-login {
	margin: 30px auto;
	display: block;
	position: relative;
	max-width: 400px;
}
.hays-content form.hays-login p {
	margin: 30px 0;
}
.hays-content form.hays-login input[type=text],
.hays-content form.hays-login input[type=password] {
	padding: 10px;
	transition: all 0.2s ease-in;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	margin: 0;
	color: inherit;
	box-sizing: border-box;
	width: 100%;
}

/* / LOGIN FORM */

.hays-content hr {
	margin: 29px 0 30px 0;
	color: transparent;
	height: 1px;
	border: 0px;
	border-bottom: 1px solid #eeeeee;
}

/* / CONTENT */

/* CONTENT ITEMS */

.hays-content-item {
	margin: 20px 0;
}

/* / CONTENT ITEMS */

/* ACCORDION */

dl.hays-accordion {
	margin: 20px 0 -20px 0;
}
dl.hays-accordion dt {
	display: block;
	padding: 0 0 20px 0;
	margin: 0;
}
dl.hays-accordion dt a {
	display: block;
	text-decoration: none;
	padding: 20px;
	margin: 0;
	color: #ffffff;
	background-color: #009fda;
	font-weight: normal;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
html.js dl.hays-accordion dt a:hover,
html.js dl.hays-accordion dt a:active,
dl.hays-accordion dt.active a {
	color: #ffffff;
	background-color: #002776;
}
dl.hays-accordion dt img.hays-accordion-icon {
	display: inline-block;
	height: 1.4em;
	width: auto;
	line-height: 1em;
	position: relative;
	top: 0.27em;
	margin: 0 0.7em 0 0;
}
dl.hays-accordion dd {
	margin: 0;
	padding: 0 0 20px 0;
}

/* / ACCORDION */

/* IMAGE AND TEXT BLOCK */

.hays-content-item-image-and-text-item {
	margin: 20px 0;
}
.hays-content-item-image-and-text-item:after {
	content: " ";
    clear: both;
    display: table;
}
.hays-content-item-image-and-text-item .hays-image-and-text-image {
	float: left;
	width: 33%;
	height: auto;
	display: block;
}
.hays-content-item-image-and-text-item .hays-image-and-text-content {
	box-sizing: border-box;
	margin-left: 33%;
	padding-left: 20px;
}
.hays-content-item-image-and-text-item.hays-content-item-image-and-text-item-align-right .hays-image-and-text-image {
	float: right;
	width: 33%;
	height: auto;
}
.hays-content-item-image-and-text-item.hays-content-item-image-and-text-item-align-right .hays-image-and-text-content {
	box-sizing: border-box;
	margin-left: 0;
	margin-right: 33%;
	padding-left: 0;
	padding-right: 20px;
}

@media only screen and (max-width: 400px) {
	.hays-content-item-image-and-text-item .hays-image-and-text-image,
	.hays-content-item-image-and-text-item.hays-content-item-image-and-text-item-align-right .hays-image-and-text-image {
		float: none;
		width: 100%;
		margin: 0 0 20px 0;
	}
	.hays-content-item-image-and-text-item .hays-image-and-text-content,
	.hays-content-item-image-and-text-item.hays-content-item-image-and-text-item-align-right .hays-image-and-text-content {
		float: none;
		width: 100%;
		padding: 0;
		margin: 0;
	}
}

/* / IMAGE AND TEXT BLOCK */

/* CONTENT BLOCK */

.hays-block-content {
	padding: 20px;
}

/* / CONTENT BLOCK */

/* BLOCKS COMMON */

.hays-block {
	margin: 0 0 30px 0;
	display: block;
	text-decoration: none;
	background-color: #ffffff;
}
.hays-block:last-child {
	margin: 0;
}

/* / BLOCKS COMMON */

/* BANNER BLOCK */

.hays-block-banner {
	position: relative;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	overflow: hidden;
}
.hays-block-banner img.hays-banner-block-image {
	position: relative;
	z-index: 1;
	width: 100%;
	top: 0px;
	left: 0px;
	display: block;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	transform: translateZ(0);
	-webkit-filter: blur(0);
	backface-visibility: hidden;
}
a.hays-block-banner:hover img.hays-banner-block-image,
a.hays-block-banner:active img.hays-banner-block-image {
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
.hays-block-banner .hays-banner-block-heading {
	display: inline-block;
	padding: 15px 15px 13px 15px;
	line-height: 1.1em;
	text-transform: uppercase;
	background-color: #ffffff;
	color: #002776;
	margin: 0;
	max-width: 100%;
	font-weight: bold;
	font-size: 1.35em;
	backface-visibility: hidden;
}
.hays-block-banner .hays-banner-block-heading-container {
	position: absolute;
	z-index: 2;
	width: auto;
	padding: 20px;
	top: 0px;
	left: 0px;
	display: inline-block;
	max-width: 100%;
	box-sizing: border-box;
}
.hays-block-banner .hays-banner-block-heading-container.hays-position-top-left {
	top: 0px;
	right: auto;
	bottom: auto;
	left: 0px;
}
.hays-block-banner .hays-banner-block-heading-container.hays-position-top-right {
	top: 0px;
	right: 0px;
	bottom: auto;
	left: auto;
}
.hays-block-banner .hays-banner-block-heading-container.hays-position-bottom-left {
	top: auto;
	right: auto;
	bottom: 0px;
	left: 0px;
}
.hays-block-banner .hays-banner-block-heading-container.hays-position-bottom-right {
	top: auto;
	right: 0px;
	bottom: 0px;
	left: auto;
}
.hays-block-banner .hays-banner-block-heading-container.hays-position-below {
	position: relative;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
	padding: 0;
	display: block;
}
.hays-block-banner .hays-banner-block-heading-container.hays-position-below h2 {
	display: block; 
}
.hays-block-banner .hays-banner-block-heading span {
	white-space:pre-wrap;
}
.hays-block-banner .hays-banner-block-heading span:after {
	content: '\A';
}
@media only screen and (max-width: 400px) {
	.hays-block-banner .hays-banner-block-heading-container {
		font-size: 0.8em;
		line-height: 1.3em;
		padding: 15px;
	}
	.hays-block-banner .hays-banner-block-heading-container h2 {
		padding: 10px 10px 8px 10px;
	}
}
@media only screen and (max-width: 350px) {
	.hays-block-banner .hays-banner-block-heading-container {
		font-size: 0.6em;
		line-height: 1.3em;
		padding: 10px;
	}
	.hays-block-banner .hays-banner-block-heading-container h2 {
		padding: 8px 8px 7px 8px;
	}
}

/* / BANNER BLOCK */

/* DOWNLOADS BLOCK */

.hays-download-items {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.hays-download-items li {
	margin: 10px 0 10px 0;
	padding: 0;
}
.hays-download-items li a {
	display: block;
	background-position: left top;
	background-repeat: no-repeat;
	min-height: 20px;
	margin: 0;
	padding: 0 0 0 28px;
}

/* / DOWNLOADS BLOCK */

/* SLIDER */

.hays-slider-outer-container {
	padding: 0 30px;
}
@media only screen and (max-width: 400px) {
	.hays-slider-outer-container {
		padding: 0 15px;
	}
}
.hays-slider-outer-container .slides .hays-slide {
	position: relative;
}
.hays-slider .hays-slider-slide-heading {
	display: inline-block;
	padding: 20px 20px 18px 20px;
	line-height: 1.1em;
	text-transform: uppercase;
	background-color: #ffffff;
	color: #002776;
	margin: 0;
	max-width: 100%;
	font-weight: bold;
	font-size: 1.7em;
	backface-visibility: hidden;
}
.hays-slider .hays-slider-slide-heading-container {
	position: absolute;
	z-index: 2;
	width: auto;
	padding: 30px;
	top: 0px;
	left: 0px;
	display: inline-block;
	max-width: 100%;
	box-sizing: border-box;
}
@media only screen and (max-width: 700px) {
	.hays-slider .hays-slider-slide-heading {
		font-size: 3vw;
		padding: 20px;
		display: block;
	}
	.hays-slider .hays-slider-slide-heading-container {
		position: static;
		padding: 0;
		display: block;
	}
}
.hays-slider .hays-slider-slide-heading-container.hays-position-top-left {
	top: 0px;
	right: auto;
	bottom: auto;
	left: 0px;
}
.hays-slider .hays-slider-slide-heading-container.hays-position-top-right {
	top: 0px;
	right: 0px;
	bottom: auto;
	left: auto;
}
.hays-slider .hays-slider-slide-heading-container.hays-position-bottom-left {
	top: auto;
	right: auto;
	bottom: 0px;
	left: 0px;
}
.hays-slider .hays-slider-slide-heading-container.hays-position-bottom-right {
	top: auto;
	right: 0px;
	bottom: 0px;
	left: auto;
}
.hays-slider .hays-slider-slide-heading span {
	white-space:pre-wrap;
}
.hays-slider .hays-slider-slide-heading span:after {
	content: '\A';
}

/* / SLIDER */

/* FOOTER BAR */

.hays-footer-outer-container {
	background-color: #ffffff;
	box-shadow: 0 -3px 0px rgba(0,0,0,0.07);
	margin: 30px 0 0 0;
}
.hays-footer-inner-container {
	padding: 30px;
	position: relative;
}
.hays-footer-content {
	font-size: 0.9em;
	line-height: 1.2em;
	margin: 10px 0;
}

/* FOOTER BAR MENU */

.hays-footer-menu {
	margin: 10px 0;
}
.hays-footer-content ul,
.hays-footer-menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 0px;
}
.hays-footer-content ul li,
.hays-footer-menu ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: inline-block;
	font-size: 15px;
}
.hays-footer-content ul li:after,
.hays-footer-menu ul li:after {
	content: '|';
	display: inline-block;
	padding: 0 10px;
	font-size: 14px;
	line-height: 1.1em;
	position: relative;
	top: -2px;
	color: #c1c1c1;
}
.hays-footer-content ul li:last-child:after,
.hays-footer-menu ul li:last-child:after {
	display: none;
}
.hays-footer-content ul li a,
.hays-footer-menu ul li a {
	color: #009fda;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.hays-footer-content ul li a:active,
.hays-footer-menu ul li a:active,
.hays-footer-content ul li a:hover,
.hays-footer-menu ul li a:hover {
	color: #002776;
}
/* / FOOTER BAR MENU */

.hays-footer-inner-container > *:first-child {
	margin-top: 0px;
}
.hays-footer-inner-container > *:last-child {
	margin-bottom: 0px;
}

/* FOOTER BAR */

/* COLOURS */

.hays-background-colour-dark-blue {
	background-color: #002776!important;
}
.hays-background-colour-light-blue {
	background-color: #009fda!important;
}
.hays-background-colour-purple {
	background-color: #80379b!important;
}
.hays-background-colour-orange {
	background-color: #e98300!important;
}
.hays-background-colour-green {
	background-color: #739600!important;
}
.hays-background-colour-magenta {
	background-color: #d71f85!important;
}
.hays-background-colour-grey {
	background-color: #747678!important;
}
.hays-background-colour-white {
	background-color: #ffffff!important;
}
.hays-background-colour-transparent {
	background-color: transparent!important;
}
.hays-colour-dark-blue {
	color: #002776!important;
}
.hays-colour-light-blue {
	color: #009fda!important;
}
.hays-colour-purple {
	color: #80379b!important;
}
.hays-colour-orange {
	color: #e98300!important;
}
.hays-colour-green {
	color: #739600!important;
}
.hays-colour-magenta {
	color: #d71f85!important;
}
.hays-colour-grey {
	color: #747678!important;
}
.hays-colour-white {
	color: #ffffff!important;
}
.hays-colour-black {
	color: #666666!important;
}

/* / COLOURS */

/*Custom*/

.meet-video {
	background-color: #ff0a0a;
	
}


/* Upgrade font */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');


/* Hiring Manager Journeys */

.hm-journey {
    margin-top: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.hm-journey .cd-bx {
    width: 48.5%;
    background-color: #322332;
    border: 2px solid #ff0a0a;
    border-radius: 10px;
    padding: 1.2em;
    box-sizing: border-box;
    text-align: center;
}

.hm-journey .cd-bx h4 {
    font-weight: bold;
    color: #ff0a0a;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    font-size: 1.25em;
    line-height: 1.5em;
    margin-bottom: 1em;
}

.hm-journey .cd-bx p {
    color: #ffffff;
    font-size: 1em;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    margin-bottom: 1em;
}
.hm-journey .cd-bx a {
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}


.hm-journey .cd-bx .pdf-container {
    background-color: #ff0a0a;
    width: 100px;
    height: 100px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 50%;
    margin: 1em 0;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.hm-journey .cd-bx .pdf-container svg {
    width: 50px;
    height: 50px;
    fill: #ffffff;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.hm-journey .cd-bx a:hover .pdf-container {
    background-color: #ffffff;
}

.hm-journey .cd-bx a:hover .pdf-container svg {
    fill: #ff0a0a;
}


@media(max-width: 840px) {
    .hm-journey .cd-bx {
        width: 100%;
        margin-bottom: 1.2em;
    }
}

/* NEW HIRING MANAGER JOURNEY */


.heading-hth h5 {
    margin-top: 0;
    margin-bottom: 1em;
}

.heading-hth .btn-group-wrapper {
	margin: 2em auto;
}

.heading-hth .hays-cta {
    padding: 10px 3em;
    background-color: #ff0a0a;
    color: #ffffff;
    text-decoration: none;
}
.title-bx {
    background-color: #ff0a0a;
    padding: 1em;
    box-sizing: border-box;
    margin-bottom: -2px;
}

.title-bx h5 {
	color: #ffffff !important;
	text-align: center !important;
    font-style: normal !important;
    font-size: 1.3em !important;
}

.road-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    font-size: calc(0.75em + 1vmin);
    font-family: Arial, Helvetica, sans-serif;
    /* border-top: 40px solid #ff0a0a; */
    margin-bottom: 5em;

}
.road-container .pane-a {
    width: calc(50% - 90px);
    /* background-color: pink; */
    z-index: 25;
}
.road-container .pane-b {
    width: calc(50% - 90px);
    /* background-color: honeydew; */
    z-index: 25;
}
.road-container .center-dv {
    width: 180px;
    max-width: 100%;
    /* background-color: lightcoral; */
    z-index: 2;
    overflow: hidden;
}

/* LEFT HAND SIDE */
.road-container .pane-a .stop-1 {
    /* background-color: gold; */
    padding: 0.2em 1em;
    box-sizing: border-box;
    margin-top: 1.75em;
    margin-right: -2em;
    
}

.road-container .pane-a .stop-3 {
    /* background-color: gold; */
    padding: 0.2em 1em;
    box-sizing: border-box;
    margin-top: 1em;
    margin-right: -2em;
    
}

.road-container .pane-a .stop-5 {
    /* background-color: gold; */
    padding: 0.2em 1em;
    box-sizing: border-box;
    margin-top: 1em;
    margin-right: -2em;
    
}

.road-container .pane-a .stop-7 {
    /* background-color: gold; */
    padding: 0.2em 1em;
    box-sizing: border-box;
    margin-top: 0.7em;
    margin-right: -2em;
    
}

.road-container .pane-a .stop-9 {
    /* background-color: gold; */
    padding: 0.2em 1em;
    box-sizing: border-box;
    margin-top: 0.7em;
    margin-right: -2em;
    
}

.road-container .pane-a .stop-11 {
    /* background-color: gold; */
    padding: 0.2em 1em;
    box-sizing: border-box;
    margin-top: 0.7em;
    margin-right: -2em;
    
}

.road-container .pane-a .stop-a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.road-container .pane-a .stop-a .txt-pane {
    width:79%;
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.road-container .pane-a .stop-a .txt-pane .road-title {
    font-weight: bold;
}
.road-container .pane-a .stop-a .txt-pane p {
    font-size: 0.7em;
    margin-bottom: 0.5em;
    margin-top: 0;
    line-height: 1.15em;
}
.road-container .pane-a .stop-a .img-pane {
    width: 19.5%;
}

/* RIGHT HAND SIDE */
.road-container .pane-b .stop-2 {
    /* background-color: gold; */
    padding: 0.2em 1em;
    box-sizing: border-box;
    margin-top: 3.8em;
}

.road-container .pane-b .stop-4 {
    /* background-color: gold; */
    padding: 0.2em 1em;
    box-sizing: border-box;
    margin-top: 1em;
}

.road-container .pane-b .stop-6 {
    /* background-color: gold; */
    padding: 0.2em 1em;
    box-sizing: border-box;
    margin-top: 1.4em;
}

.road-container .pane-b .stop-8 {
    /* background-color: gold; */
    padding: 0.2em 1em;
    box-sizing: border-box;
    margin-top: 0.75em;
}

.road-container .pane-b .stop-10 {
    /* background-color: gold; */
    padding: 0.2em 1em;
    box-sizing: border-box;
    margin-top: 0.75em;
}

.road-container .pane-b .stop-12 {
    /* background-color: gold; */
    padding: 0.2em 1em;
    box-sizing: border-box;
    margin-top: 2em;
}

.road-container .pane-b .stop-b {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.road-container .pane-b .stop-b .txt-pane {
    width:79%;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.road-container .pane-b .stop-b .txt-pane .road-title {
    font-weight: bold;
}
.road-container .pane-b .stop-b .txt-pane p {
    font-size: 0.7em;
    margin-bottom: 0.5em;
    margin-top: 0;
    line-height: 1.15em;
}
.road-container .pane-b .stop-b .img-pane {
    width: 19.5%;
}


.road-container .pane-b .stop-b .img-pane svg .st0 {
    fill: #DADADA
}

.road-container .pane-b .stop-b .img-pane svg .st1 {
    fill: #878787
}

.road-container .pane-b .stop-b .img-pane svg .st2 {
    fill: #B2B2B2
}

.road-container .pane-b .stop-b .img-pane svg .st3 {
    fill: #FF0000
}

.road-container .pane-b .stop-b .img-pane svg .st4 {
    fill: #322332
}

.road-container .pane-b .stop-b .img-pane svg .st5 {
    fill: #FFFFFF
}


.svg-container-1 {
    display: inline-block;
	position: relative;
    width: 100%;
    height: 100%;
	padding-bottom: 100%; 
	vertical-align: middle; 
	overflow: hidden; 
}
.svg-container-1 .svg-content-road {
    display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
}

.svg-container-1 svg .cls-1 {
    fill: none;
}

.svg-container-1 svg .cls-2 {
    clip-path: url(#clip-path);
}

.svg-container-1 svg .cls-3 {
    fill: #b2b2b2;
}

.svg-container-1 svg .cls-4,
.svg-container-1 svg .cls-5 {
    fill: #fff;
}

.svg-container-1 svg .cls-5 {
    font-size: 20px;
    font-family: Arial-BoldMT, Arial;
    font-weight: 700;
}


.cls-1 {
    fill: none;
}

.cls-2 {
    clip-path: url(#clip-path);
}

.cls-3 {
    fill: #b2b2b2;
}

.cls-4,
.cls-5 {
    fill: #fff;
}

.cls-5 {
    font-size: 20px;
    font-family: Arial-BoldMT, Arial;
    font-weight: 700;
}


.mobile-journey {
    display: none;
}

@media(max-width: 768px) {

    .title-bx {
        margin-bottom: 1em;
    }

    .road-container {
        display: none;
    }

    .mobile-journey {
        display: block;
        margin-bottom: 2em;
        font-family: Arial, Helvetica, sans-serif;
    }

    .mobile-journey .stop {
        padding: 1em;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: wrap;
            flex-flow: wrap;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
    .mobile-journey .stop .img-pane {
        width: 10%;
    }

    .mobile-journey .stop .txt-pane {
        width: 89%;
    }

    .mobile-journey .stop .txt-pane .road-title {
        font-weight: bold;
        margin-bottom: 0.5em;
    }
    .mobile-journey .stop .txt-pane {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .mobile-journey .stop .txt-pane p {
        margin-bottom: 0.5em;
        font-size: 0.85em;
        line-height: 1.25em;
    }

    .arrow-grp {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }

    .arrow-icon {
        /* background-color: lightcoral; */
        height: 2.8em;
        width: 2.8em;
        display: block;
        padding: 0.5em;
        margin: 1em auto 0 auto;
        position: relative;
        cursor: pointer;
        border-radius: 4px;
      }
      
      .left-bar {
        position: absolute;
        background-color: #ff0a0a;
        top: 0;
        left: 0;
        width: 40px;
        height: 10px;
        display: block;
        -webkit-transform: rotate(35deg);
            -ms-transform: rotate(35deg);
                transform: rotate(35deg);
        float: right;
        border-radius: 2px;
      }
      
      .right-bar {
        position: absolute;
        background-color: #ff0a0a;
        top: 0px;
        left: 26px;
        width: 40px;
        height: 10px;
        display: block;
        -webkit-transform: rotate(-35deg);
            -ms-transform: rotate(-35deg);
                transform: rotate(-35deg);
        float: right;
        border-radius: 2px;
      }

}

@media(max-width: 540px) {
    .mobile-journey .stop .img-pane {
        width: 20%;
    }

    .mobile-journey .stop .txt-pane {
        width: 79%;
    }

   
      
}
/* END OF NEW HIRING MANAGER JOURNEY */

/* SPECIAL BOXES HOME PAGE */


.sp-bx {
  background-color: #fff;
  border: 10px solid #343738;
	border-radius: 10px;
}

.sp-bx .card:nth-of-type(4n+1) .card__inner {
  background-color: #322332;
}

.sp-bx .card:nth-of-type(4n+1) .card__inner h3 {
  color: #f2cadd !important;
	text-transform: unset !important;
}

.sp-bx .card:nth-of-type(4n+2) .card__inner {
  background-color: #ffffff;
}

.sp-bx .card:nth-of-type(4n+2) .card__inner h3 {
  color: #ff0000 !important;
}

.sp-bx .card:nth-of-type(4n+3) .card__inner {
  background-color: #f2cadd;
}

.sp-bx .card:nth-of-type(4n+3) .card__inner h3 {
  color: #322332 !important;
}

.sp-bx .card:nth-of-type(4n+4) .card__inner {
  background-color: #ff0000;
}

.sp-bx .card:nth-of-type(4n+4) .card__inner h3 {
  color: #ffffff;
}

.cards {
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: calc(0.75em + 1vmin) !important;
}

.card {
  width: calc(52% - 30px);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin-bottom: 1em;
}

@media screen and (max-width: 767px) {
  .card {
    width: 100%;
  }
}

.card:hover .card__inner {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.card__inner {
  width: 100%;
	border-radius: 10px;
  padding: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  cursor: pointer;
  border: 6px outset #ff000d;
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
  font-size: 1.5em;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
	
}

.card__inner h3 {
  font-weight: 900 !important;
  text-align: center;
  font-size: 0.85em !important;
  margin-bottom: 0 !important;
  text-transform: unset !important;
}

.card__inner:after {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.card__inner .fa {
  width: 100%;
  margin-top: .25em;
}

@media (max-width: 380px) {
  .card__inner {
    height: 250px;
  }
}

.card:nth-of-type(4n+1) .card__inner {
  background-color: #322332;
  color: #f2cadd !important;
}

.card__expander {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: #343738;
  width: calc(190% + 30px);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: 'Roboto', sans-serif;
}

.card__expander h4 {
  margin: 0em 0 0 0 !important;
  color: #c99d67 !important;
  font-weight: 600 !important;
}

.card__expander p {
  color: #ffffff;
  font-size: 0.65em;
  line-height: 1.5em;
  margin-bottom: 1em;
  margin-top: 0;
}

.card__expander::before {
  content: "";
  opacity: 1;
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  top: 0px;
  left: 2em;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #ffffff;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  z-index: 95;
}

.card__expander .fa {
  font-size: 0.75em;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

.card__expander .fa:hover {
  opacity: 0.9;
}

.card.is-collapsed .card__inner:after {
  content: "";
  opacity: 0;
}

.card.is-collapsed .card__expander {
  max-height: 0;
  min-height: 0;
  overflow: hidden;
  margin-top: 0;
  opacity: 0;
}

.card.is-expanded .card__inner .fa:before {
  content: "\f115";
}

.card.is-expanded .card__expander {
  max-height: 1000px;
  min-height: 200px;
  overflow: visible;
  margin-top: 1em;
  opacity: 1;
  padding: 1em;
}

@media (max-width: 768px) {
  .card.is-expanded .card__expander {
    max-height: none;
    min-height: none;
    height: auto;
  }
}

.card.is-expanded:hover .card__inner {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.card.is-inactive .card__inner {
  opacity: 0.5;
}

.card.is-inactive:hover .card__inner {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.card:nth-of-type(2n+2) .card__expander {
  margin-left: calc(-98% - 30px);
}

.card:nth-of-type(2n+3) {
  clear: left;
}

.card.is-expanded.extra .card__expander {
  max-height: none;
  min-height: none;
  height: auto;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .card:nth-of-type(2n+2) .card__expander {
    margin-left: calc(-100% - 30px);
  }
  .card:nth-of-type(2n+3) {
    clear: left;
  }
  .card__expander {
    width: calc(190% + 30px);
  }
}

@media (max-width: 768px) {
  .card__expander {
    width: calc(100% - 2em);
  }
  .card:nth-of-type(2n+2) .card__expander {
    margin-left: 0;
  }
  .card:nth-of-type(2n+3) {
    clear: left;
  }
  .card {
    margin-bottom: 1em;
  }
}
/* END OF SPECIAL BOXES HOME PAGE */


/* sp boxes home */

.sp-bx.sp-home .cards .card {
	width: calc(53% - 30px);
	margin-bottom: 1em;
	border-radius: 10px;
}

.sp-bx.sp-home .cards .card .card__expander {
    width: calc(184% + 30px);
}

.sp-bx.sp-home .cards .card:nth-of-type(2n+2) .card__expander {
    margin-left: calc(-98% - 30px);
}

@media(max-width: 768px) {
    .sp-bx.sp-home .cards .card {
        width: 100%;
        margin-bottom: 1em;
    }
    .sp-bx.sp-home .cards .card:last-child {
        margin-bottom: 0;
    }

    .sp-bx.sp-home .cards .card:nth-of-type(2n+2) .card__expander {
        margin-left: 0 !important;
    }
    .sp-bx.sp-home .cards .card .card__expander {
        width: calc(100% - 2em);
    }
}

/* sp boxes home */

/* Accordion styles */
.acc .expand {
	background-color: #c99d67;
	padding: 0.8em;
	box-sizing: border-box;
    margin-bottom: 0.5em;
    cursor: pointer;
	
}

.acc .expand h4 {
    font-size: 0.85em;
    color: #ffffff !important;
}

.acc .collapse-bar {
	background-color: #ffffff;
	padding: 0.5em;
	box-sizing: border-box;
	margin-top: -0.5em;
}

.acc .collapse-bar h5 {
    font-style: normal;
    font-size: 0.78em;
    margin: 0 0 0.5em 0;
}

.acc .collapse-bar ul li {
    font-size: 0.7em;
}
.acc .collapse-bar ul {
    margin: 0 0 1em 0;
}
.acc .collapse-bar .btn-group-wrapper {
    margin: 1em;
}
.acc .collapse-bar .btn-group-wrapper .hays-cta {
    padding: 0.5em 3em;
    margin: 0;
}
.acc .collapse-bar p {
    color: #000000;
    margin-bottom: 1em;
}


/* End Accordion styles */



/* Accordion market insights page */

.mi .hays-cta {
	white-space: unset !important;
}
@media(max-width:540px) {
	.mi {
		margin: 0 !important;
	}	
}
.grp {
	margin-top: 20px;
}

.grp .expand {
	background-color: #322332;
	border-radius: 25px;
	-webkit-box-shadow: 0px 6px 6.65px 0.35px rgba(0, 0, 0, 0.33);
	        box-shadow: 0px 6px 6.65px 0.35px rgba(0, 0, 0, 0.33);
	padding: 1.3em 1.25em;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	margin-bottom: 1.25em;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.grp .expand h4 {
    font-size: 0.85em;
    margin: 0 !important;
    color: #ffffff !important;
}

.grp .collapse-bar {
	background-color: #ffffff;
	padding: 0.5em;
	box-sizing: border-box;
	margin-top: -0.5em;
}

.grp .collapse-bar h5 {
    font-style: normal;
    font-size: 0.78em;
    margin: 0 0 0.5em 0;
}

.grp .collapse-bar ul li {
    font-size: 0.7em;
}
.grp .collapse-bar ul {
    margin: 0 0 1em 0;
}
.grp .collapse-bar .btn-group-wrapper {
    margin: 1em;
}
.grp .collapse-bar .btn-group-wrapper .hays-cta {
    padding: 0.5em 3em;
    margin: 0;
}
.grp .collapse-bar p {
    color: #000000;
    margin-bottom: 1em;
}

/* end of Accordion market intelligence page */
.subtitle h2 {
	font-weight: 300 !important;
}

/** Update **/
.hays-content h1 {
	text-transform: initial !important;
}
.subtitle h2 {
	text-transform: initial !important;
}
/* Rounded Corners */

.hays-slider {
	border-radius: 20px;
}

.hays-slider .slides {
	border-radius: 20px;
	overflow: hidden;
}

.main-content-grp .pane:nth-child(2) {
	border-radius: 20px;
}

