@charset "utf-8";

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/


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 {
      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;
    }
  }
  



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, strong, sub, sup, tt, var,
b, 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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
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;
}

/*------------*/
/*   Global   */
/*------------*/

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, strong, sub, sup, tt, var,
b, 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,
:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: 'Poppins', sans-serif;
    font-size: 1em;
    font-weight: 300;
    color: #27251a;
    line-height: 1.42857;
}

h1, h2, h3, h4, h5, h6, .detailedTitle {
    color: #888678;
    font-weight: 500;
    margin: 0.6em 0 0.4em;
}

h1 {
    font-size: 1.5em;
}
h2,
.detailedTitle {
    font-size: 1.25em;
}
h3 {
    font-size: 1.125em;
}
h4 {
    font-size: 1.0625em;
}
h5 {
    font-size: 1.03125em;
}
h6 {
    font-size: 1em;
}

p {
    margin: 0.5em 0 1em;
}

strong {
    font-weight: 500;
}

ul, ol {
    padding: 0 0 1em;
}

li {
    margin: 0.1em 0 0.2em;
}

a {
    -webkit-transition: all 0.25s linear;
    -moz-transition:    all 0.25s linear;
    -o-transition:      all 0.25s linear;
    transition:         all 0.25s linear;
}

nav,
footer {
    clear: both;
}

nav ul {
    padding: 0;
}

nav li {
    margin: 0;
}

nav a {
    text-decoration: none;
}

.container,
#inner-main {
    margin: 0 auto;
    max-width: 1066px;
    width: 100%;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

/*----------*/
/*   Grid   */
/*----------*/

.sg-row:after, 
.sg-row:before {
    display: table; 
    content: ''; 
    clear: both; 
} 
.sg-row {
    margin: 0 -15px; 
    display: block; 
    max-width: 1066px;
}
.sg-row .c1,
.sg-row .c2,
.sg-row .c3,
.sg-row .c4,
.sg-row .c5,
.sg-row .c6,
.sg-row .c7,
.sg-row .c8,
.sg-row .c9,
.sg-row .c10,
.sg-row .c11,
.sg-row .c12 {
    padding: 0 15px; 
    float: left; 
    margin-bottom: 30px; 
}
.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%;
}

/*--------------------*/
/*   Helper classes   */
/*--------------------*/

.clear {
    clear: both;
}
.text-center {
    text-align: center;
}
.text-lg {
    font-size: 1.125em;
}
.display-table {
    display: table;
}
.display-table-cell {
    display: table-cell;
}
.full-height {
    height: 100%;
}
.vertical-align-middle {
    vertical-align: middle;
}

/*-----------------------*/
/*   Mobile navigation   */
/*-----------------------*/

.toggle-nav {
    text-indent: -9999em;
    outline: 0;
    background-color: #fff;
    background-color: rgba(255,255,255,0.85);
    border: 0 none;
    cursor: pointer;
    position: fixed; 
    right: 5px;
    top: 18px;
    width: 34px;
    height: 34px;
    padding: 0;
    z-index: 9999;
    -webkit-transition: all 0.25s linear;
    -moz-transition:    all 0.25s linear;
    -o-transition:      all 0.25s linear;
    transition:         all 0.25s linear;
}

.open .toggle-nav {
    right: 203px;
    border-radius: 50%;
    background-color: #fff;
    -webkit-box-shadow: inset 0px 0px 0px 1px rgba(231,231,228,1);
    -moz-box-shadow: inset 0px 0px 0px 1px rgba(231,231,228,1);
    box-shadow: inset 0px 0px 0px 1px rgba(231,231,228,1);
}

.toggle-nav .icon-bar {
    display: block;
    background-color: #686658;
    width: 24px;
    height: 4px;
    border-radius: 15%;
    position: absolute;
    top: 7px;
    left: 5px;
    -webkit-transition: all 0.25s linear;
    -moz-transition:    all 0.25s linear;
    -o-transition:      all 0.25s linear;
    transition:         all 0.25s linear;
}

.toggle-nav .icon-bar + .icon-bar {
    top: 15px;
}

.toggle-nav .icon-bar + .icon-bar + .icon-bar {
    top: 23px;
}

.open .toggle-nav .icon-bar {
    -webkit-transform: translateY(8px) rotate(45deg);
    -moz-transform:    translateY(8px) rotate(45deg);
    -ms-transform:     translateY(8px) rotate(45deg);
    -o-transform:      translateY(8px) rotate(45deg);
    transform:         translateY(8px) rotate(45deg);
}

.open .toggle-nav .icon-bar + .icon-bar {
    opacity: 0;
}

.open .toggle-nav .icon-bar + .icon-bar + .icon-bar {
    opacity: 1;
    -webkit-transform: translateY(-8px) rotate(-45deg);
    -moz-transform:    translateY(-8px) rotate(-45deg);
    -ms-transform:     translateY(-8px) rotate(-45deg);
    -o-transform:      translateY(-8px) rotate(-45deg);
    transform:         translateY(-8px) rotate(-45deg);
}

.nav-mobile {
    float: right;
}

.nav-mobile.open {
    position: fixed;
    width: 100%;
    height: 100%;
/*    background-color: rgba(0,0,0,0.3);*/
    z-index: 9997;
}

.nav-mobile > ul {
    opacity: 0;
    font-size: 1.125em;
    background-color: #f3f3f1;
    background-color: rgba(243,243,241,0.85);
    height: 100%;
    list-style: none;
    padding: 1.125em 0;
    position: fixed;
    top: 0;
    right: -220px;
    width: 220px;
    z-index: 9998;
    overflow-y: auto;
    -webkit-transition: all 0.25s linear;
    -moz-transition:    all 0.25s linear;
    -o-transition:      all 0.25s linear;
    transition:         all 0.25s linear;
}

.nav-mobile > ul li a {
    display: block;
    padding: 0.625em 0.625em 0.625em 1.5em;
    background-color: #f3f3f1;
    color: #27251a;
}

.nav-mobile.open > ul {
    opacity: 1;
    right: 0;
    -webkit-box-shadow: inset 0px 0px 0px 1px rgba(231,231,228,1);
    -moz-box-shadow: inset 0px 0px 0px 1px rgba(231,231,228,1);
    box-shadow: inset 0px 0px 0px 1px rgba(231,231,228,1);
}

.nav-mobile > ul li a:hover, 
.nav-mobile > ul li a:focus {
    background-color: #ededea;
}
.nav-mobile > ul li.active a {
    background-color: #e7e7e4;
}

.mobile-langnav .langnav li {
    display: block;
}

/*-------------------------*/
/*   Language navigation   */
/*-------------------------*/

.langnav-wrapper { 
    display: none;
    background-color: #ddd;
}
.langnav {
    background-color: #777;
    text-align: right;
    font-size: 0.875em;
}
.langnav li {
    display: inline-block;
}
.langnav li a {
    display: block;
    padding: 0 1em;
    line-height: 30px;
    color: #fff;
}
.langnav li a:hover, 
.langnav li a:focus,
.langnav li.active a {
    background-color: #27251a;
}

/*--------------------*/
/*   Top navigation   */
/*--------------------*/

.topnav-wrapper { 
    display: none;
    background-color: #eee;
}
.topnav {
    background-color: #999;
}
.topnav li {
    display: inline-block;
}
.topnav li a {
    display: block;
    padding: 0 1em;
    line-height: 50px;
    color: #fff;
}
.topnav li a:hover, 
.topnav li a:focus,
.topnav li.active a {
    background-color: #27251a;
}

/*------------*/
/*   Header   */
/*------------*/

.header-wrapper {
    width: 100%;
    float: left;
}
.header a.logo {
    float: left;
    margin: 25px 0 50px;
}
.header a.secondary-logo {
    float: right;
    padding-top: 10px;
    padding-bottom: 10px;
    display: none;
}
.header h1 {
    display: none;
    float: left;
    clear: left;
}
.header a.logo img {
    float: left;
    width: 100px;
}

/*-----------------------*/
/*   Header navigation   */
/*-----------------------*/

.header-nav {
    display: none;
    float: left;
    clear: both;
}
.header-nav li {
    float: left;
    clear: both;
}
.header-nav li a {
    display: block;
    padding: 0 1em;
    line-height: 45px;
    background-color: #f3f3f1;
    color: #27251a;
    width: 184px;
}
.header-nav li a:hover,
.header-nav li a:focus { 
    background-color: #ededea;
}
.header-nav li.active a { 
    background-color: #e7e7e4; 
}
.header-nav li.active a:after {
    content: '';
    position: absolute;
    left: 100%;
    top: 0;
    width: 0;
    height: 0;
    border-top: 22.5px solid transparent;
    border-left: 16px solid #e7e7e4;
    border-bottom: 22.5px solid transparent;
}

/*---------------------*/
/*   Main navigation   */
/*---------------------*/

.nav-wrapper {
    display: none;
    background-color: #eee;
}
.nav { 
    background-color: #999;
}
.nav li {
    display: inline-block;
}
.nav li a {
    display: block;
    padding: 0 1em;
    line-height: 50px;
    color: #fff;
}
.nav li a:hover, 
.nav li a:focus, 
.nav li.active a {
    background-color: #27251a; 
}

/*---------------*/
/*   Slideshow   */
/*---------------*/

.slideshow-wrapper {
    display: none;
    clear: both;
    position: relative;
    overflow: hidden;
}
.slideshow { 
    height: 100%;  
}
/* Remove .slideshow.container rules for a non-full-width slideshow */ 
.slideshow.container {
    max-width: none;
    border: 0;
}
.slideshow img {
    float: left;
    width: 100%;
}
.slideshow img + img {
    display: none;
}
.outer-strapline {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
}
.strapline-wrapper {
    height: 100%;
    position: relative;
}
.strapline { 
    font-size: 0.75em;
    background-color: #fff; 
    position: absolute; 
    bottom: 4%; 
    left: 0; 
    padding: 1.5em 2em;
}

.strapline h1 { 
}
.strapline h2 {
    display: none;
}
.strapline p {
    display: none;
}

/*------------------*/
/*   Owl Carousel   */
/*------------------*/

figure {
    position: relative;
}
figcaption {
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #494638;
    background-color: rgba(73,70,56,0.85);
    color: #fff;
    padding: 0.5em 1em;
}
.owl-carousel figure + p {
    margin-bottom: 0;
}
.owl-theme .owl-dots .owl-dot span {
    background: #d8d5d9 !important;
    -webkit-transition: all 0.2s ease-in-out !important;
    -moz-transition:    all 0.2s ease-in-out !important; 
    -o-transition:      all 0.2s ease-in-out !important; 
    transition:         all 0.2s ease-in-out !important; 
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #8b828e !important;
}

/*-----------------------*/
/*   Bottom navigation   */
/*-----------------------*/

.bottomnav-wrapper {
    display: none;
    background-color: #eee;
}
.bottomnav {
    background-color: #999;
}
.bottomnav li { 
    display: inline-block;
}
.bottomnav li a { 
    display: block;
    padding: 0 1em;
    line-height: 50px;
    color: #fff;
}
.bottomnav li a:hover, 
.bottomnav li a:focus, 
.bottomnav li.active a { 
    background-color: #27251a; 
}

/*-------------------------*/
/*   Dropdown navigation   */
/*-------------------------*/

nav li {
    position: relative;
}
.subnav {
    display: none;
    position: absolute;
    background-color: #bbb;
    min-width: 100%;
    z-index: 9996;
}
.header-nav .subnav {
    right: 0;
}
li:hover .subnav,
li a:focus + .subnav,
li a.focus + .subnav {
    display: block;
}
.subnav li {
    display: block;
    white-space: nowrap;
}

/*-------------*/
/*   Content   */
/*-------------*/

/*   Main content   */

.main-wrapper,
#outer-main {
    background-image: url('https://microcontrib.hays.com/documents/4337821/4339185/bg.jpg/4f45ebcf-c7db-7d7b-acf0-e1711e1fc693?t=1579081212128');
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 100% auto;
}
.main,
#inner-main {
    overflow: hidden;
/*
    background-image: url('/cs/groups/hays_common/@fr/@content/documents/digitalasset/hays_1818699.jpg');
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 100% auto;
*/
    padding-bottom: 150px;
/*    margin-bottom: 25px;*/
}
.main a,
#inner-main a {
    color: #645868;
    text-decoration: none;
    font-weight: 500;
}
.main a:hover,
.main a:focus,
#inner-main a:hover,
#inner-main a:focus {
    color: #271e2a;
}
.content,
#content {
    padding: 2em 0;
}
.content ul,
#content ul {
    list-style: square inside;
}

.content ol,
#content ol {
    list-style: decimal inside;
}

/*   Profiles   */

.profiles {
    margin-bottom: 3em;
}
.profile {
    margin-bottom: 2em;
}
.profile:after {
    content: "";
    display: block;
    clear: both;
}
.profile .img-wrapper {
    float: left;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 1.5em 1.5em 0;
}
.profile .img-wrapper img {
    width: 100%;
}

/*   Tabs   */

.tabs {
    margin-bottom: 2em;
}
.tabs > ul {
    border-bottom: 2px solid #453b49;
    padding: 0;
}
.tabs > ul li {
    display: inline-block;
    margin: 0;
    width: 100%;
}
.tabs > ul li a {
    display: block;
    padding: 0 1em;
    line-height: 50px;
    background-color: #645868;
    color: #fff;
    border: 0;
}
.tabs > ul li a:hover,
.tabs > ul li a:focus,
.tabs > ul li:hover a,
.tabs > ul li.active a {
    background-color: #453b49;
    color: #fff;
}
.tab-content {
    display: block;
    background-color: #f9f9f8;
    padding: 1em;
    margin-bottom: 1.5em;
    /* Anchor jump balance */
    border-top: 120px solid transparent;
    margin-top: -120px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}
.tab-content.inactive {
    display: none;
}

/*   Accordion   */

.accordion {
    margin-bottom: 2em;
}
.accordion .expand {
    font-size: inherit;
    font-weight: inherit;
    margin-bottom: 0;
}
.accordion .expand a {
    display: block;
    border: 0;
    padding: 0.75em 3em 0.75em 1em;
    background-color: #645868;
    color: #fff;
    position: relative;
}
.accordion .expand a:after {
    content: '\25bc';
    float: right;
    position: absolute;
    right: 1em;
}
.accordion .expand.active a:after {
    content: '\25b2';
}
.accordion .expand a:hover,
.accordion .expand a:focus,
.accordion .expand.active a {
    background-color: #453b49;
    color: #fff;
}
.accordion .collapse {
    display: block;
    background-color: #f9f9f8;
    padding: 1em;
    margin-bottom: 0.6em;
    border-top: 120px solid transparent;
    margin-top: -120px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}
.collapse.inactive {
    display: none;
}

/*   Job table   */

.jobTable {
    width: 100%;
    margin-bottom: 2em;
}
.jobTable tr:first-child:not(.jobListHeader):not(.jobListItem):not(.jobListItemAlt):not(.MicroItem),
.jobTable .rsslink {
    display: none; /* Hiding RSS link */
}
.jobListHeader {
    color: #27251a;
    font-weight: 500;
    border-bottom: 1px solid;
}
.sideblock .jobListHeader {
    display: none;
}
.jobTable th,
.jobTable td {
    text-align: left;
    vertical-align: middle;
}
.jobTable th + th,
.jobTable td + td {
    display: none;
    padding-right: 1em;
}
.jobTable th:first-child,
.jobTable a {
    padding: 0.75em 1em 0.75em;
}
.jobTable a {
    display: block;
    border-bottom: 0;
}
.jobListItem {
    background-color: #ededea;
    background-color: rgba(237,237,234,0.85);
}
.jobListItemAlt {
    background-color: #fff;
    background-color: rgba(255,255,255,0.85);
}
.pagination ul {
    list-style: none;
    margin-bottom: 2em;
}
.pagination li {
    display: inline-block;
    margin: 0 1em 1em 0;
}
.pagination li.resultCount {
    float: right;
    margin-right: 0;
}
.pagination li.pageNumber {
    border-right: 1px solid #ccc;
    padding-right: 1em;
}
.pagination li.next a,
.pagination li.prev a {
    background-color: #645868;
    color: #fff;
    border: 0;
}
.pagination li.next a:hover,
.pagination li.next a:focus,
.pagination li.prev a:hover,
.pagination li.prev a:focus {
    background-color: #453b49;
}
.pagination li.next a:before {
    content: '\00a0\25b6';
}
.pagination li.prev a:before {
    content: '\00a0\25c0';
}

/*   Job details   */

.form_buttons {
    margin-bottom: 2em;
}
.detailedSalary,
.detailedClosingDate {
    display: none;
}
.detailedLocation > span,
.detailedSalary > span,
.detailedType > span,
.detailedClosingDate > span,
.detailedRef > span,
.detailedContact > span,
.detailedOffice > span,
.detailedPhone > span,
.detailedEmail > span {
    font-weight: 500;
}
hr.rule {
    background-color: #c9c9c9;
    border: 0;
    height: 1px;
    margin: 1.5em 0;
    padding: 0;
}
.form_buttons .button,
a.detailedBack,
a.Viewall {
    display: inline-block;
    border: 0;
    padding: 0.75em 1em;
    background-color: #f3f3f1;
    color: #333;
    margin: 0.5em 1em 0.5em 0;
    /* Override ucm_regions_micro.css */
    font-weight: inherit !important;
    background-image: none;
    border-radius: 0;
    text-shadow: none;
}
a.detailedBack:hover,
a.detailedBack:focus {
    background-color: #ededea;
    color: #000;
}
a.button.detailedApply,
a.Viewall {
    background-color: #645868;
    color: #fff !important;
}
a.Viewall {
    margin-top: 0;
}
a.button.detailedApply:hover,
a.button.detailedApply:focus,
a.Viewall:hover, 
a.Viewall:focus {
    background-color: #453b49;
    color: #fff;
}

/*   Job cards   */

.job-cards {
    padding: 15px 0 0;
}

.job-cards .c6:nth-child(2n+1) {
    clear: both;
}

.job-cards a {
    color: #645868;
    font-weight: normal;
    text-decoration: none;
}

.job-card {
    background-color: #fff;
    background-color: rgba(255,255,255,0.85);
/*    margin-bottom: 15px;*/
    padding: 25px;
    position: relative;
    width: 100%;
    -webkit-box-shadow: inset 0px 0px 0px 1px rgba(243,243,241,1);
    -moz-box-shadow: inset 0px 0px 0px 1px rgba(243,243,241,1);
    box-shadow: inset 0px 0px 0px 1px rgba(243,243,241,1);
    -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,
a:focus .job-card {
    background-color: #fff;
}

.job-card h2 {
    color: #645868;
    font-size: 1.125em;
    font-weight: 300;
    padding-right: 1.5em;
    margin: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    -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:after {
    content: "\25b6";
    position: absolute;
    right: 25px;
    top: 50%;
    color: #645868;
    font-size: 1.25em;
    line-height: 50px;
    margin-top: -25px;
    display: inline-block;
    text-transform: uppercase;
    -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,
a:hover .job-card:after,
a:focus .job-card:after {
    color: #453b49;
}

/*   Side blocks  */

#sideleft-navigation,
#sideright-navigation {
    display: none;
}
.sidenav {
    display: none;
    background-color: #999;
    margin-bottom: 1em;
}
.sidenav a {
    display: block;
    padding: 0 1em;
    line-height: 50px;
    color: #fff;
    border: 0;
}
.sidenav li a:hover, 
.sidenav li a:focus, 
.sidenav li.active a {
    background-color: #27251a; 
    color: #fff;
}
.sideblock {
    margin: 25px 0;
}

.aside-before .block1,
#sidebar-left .block1 {
    display: none;
    color: #494638;
}
.description-visible .aside-before .block1,
.description-visible #sidebar-left .block1 {
    display: block;
}
/*
.aside-after {
    padding-left: 15px;
    padding-right: 15px;
}
*/

/*------------------------*/
/*   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;
  }
  

/*----------------*/
/*   Responsive   */
/*----------------*/

/* IE10 viewport fix */
@-webkit-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }

@media (min-width: 480px) {
    .header a.logo img {
        width: 150px;
    }
    .strapline h2 {
        display: block;
    }
    
    .tabs > ul li {
        width: auto;
        margin-right: 2px;
    }
    
    .jobTable th:first-child + th,
    .jobTable td:first-child + td {
        display: table-cell;
    }
}

@media (min-width: 768px) {
    .sg-row .c1,
    .sg-row .c2,
    .sg-row .c3,
    .sg-row .c4,
    .sg-row .c5,
    .sg-row .c6,
    .sg-row .c7,
    .sg-row .c8,
    .sg-row .c9,
    .sg-row .c10,
    .sg-row .c11,
    .sg-row .c12 {
/*        margin-bottom: 15px;*/
    }
    .sg-row .c1 {
        width: 8.3333333333333%; 
    } 
    .sg-row .c2 {
        width: 16.666666666667%;
    } 
    .sg-row .c3 {
        width: 25%; 
    } 
    .sg-row .c4 {
        width: 33.333333333333%;
    } 
    .sg-row .c5 {
        width: 41.666666666667%; 
    } 
    .sg-row .c6 {
        width: 50%;
    } 
    .sg-row .c7 {
        width: 58.333333333333%;
    } 
    .sg-row .c8 {
        width: 66.666666666667%; 
    } 
    .sg-row .c9 {
        width: 75%;
    } 
    .sg-row .c10 {
        width: 83.333333333333%;
    } 
    .sg-row .c11 {
        width: 91.666666666667%;
    } 
    .sg-row .c12 {
        width: 100%;
    }
 
    .nav-mobile {
        display: none;
    }
    
    .mobile-back {
        display: none !important;
    }
    
    .header-wrapper {
        position: fixed;
        top: 0;
        height: 0;
        z-index: 40;
    }
    
    .main-wrapper,
    #outer-main {
        background-image: none;
    }
    .main,
    #inner-main {
        background-image: url('https://microcontrib.hays.com/documents/4337821/4339185/bg.jpg/4f45ebcf-c7db-7d7b-acf0-e1711e1fc693?t=1579081212128');
        background-repeat: no-repeat;
        background-position: left bottom;
        background-size: 100% auto;
        margin-bottom: 25px;
        padding-left: 225px;
        padding-bottom: 225px;
    }

    .header-nav {
        display: block;
    }
    
    .header a.logo img {
        width: 200px;
    }
    
    .header h1 {
        float: right;
        clear: right;
    }
    
    .strapline {
        font-size: 1em;
    }
    .strapline p {
        display: block;
    }
    
    .aside-before .block1,
    #sidebar-left .block1 {
        display: block;
        height: 200px;
    }
    
    .job-cards {
        padding: 0.25em 0 0;
    }
    .content,
    #content,
    .aside-after {
        padding-left: 0;
        padding-right: 30px;
    }
    
/*
    .jobTable th + th + th,
    .jobTable td + td + td {
        display: table-cell;
    }
*/
}



/*---------------*/
/*  Mobile nav   */
/*---------------*/
html body .mobile-nav {
    display: none;
  }

.mobile-nav #navigation {
    padding-left: 0px !important;
}

#nav-items .sg-container {
    border-left: none !important;
    border-right: none !important;
}

.overlay-content #headernavigation {
    width: 100%;
    display: block;
}

.overlay-content #headernavigation a {
    width: 100%;
    padding-bottom:5px;
    padding-top:5px;
}

.overlay-content #headernavigation a:hover {
    background-color: #ededea;
}

.overlay-content #headernavigation li {
    width: 100%;
}

.overlay #navigation {
    margin-top: 30%;
}

  html body .mobile-nav .overlay {
    width: 100%;
    height: 0%;
    position: fixed;
    z-index: 230;
    left: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(243,243,241,0.85);
    overflow-y: hidden;
    -webkit-transition: all 0.3s cubic-bezier(0.165, 0.63, 0.14, 0.82);
    transition: all 0.3s cubic-bezier(0.165, 0.63, 0.14, 0.82);
  }
  
  html body .mobile-nav .overlay .overlay-content {
    padding: 1em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  html body .mobile-nav .overlay .overlay-content nav {
    list-style: none;
    padding-left: 0px !important;
  }
  
  html body .mobile-nav .overlay .overlay-content nav li {
    margin-bottom: 2em;
  }
  
  html body .mobile-nav .overlay .overlay-content nav li a {
    font-size: 2em;
    color: #686658;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    text-decoration: none;
  }
  
  html body .mobile-nav .overlay .overlay-content nav li a:hover, html body .mobile-nav .overlay .overlay-content nav li a:focus {
    color: black;
  }
  
  html body .mobile-nav .overlay .overlay-content {
    position: relative;
    top: 20%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    padding: 1em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  html body .mobile-nav .hamburger {
    position: fixed;
    top: 35px;
    right: 15px;
    cursor: pointer;
    z-index: 240;
    outline: none;
    border: 0;
    height: 27px;
    width: 41px;
    background-color: transparent;
    display: block;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  
  html body .mobile-nav .hamburger-inner {
    background: #000000;
    display: block;
    height: 2px;
    width: 100%;
    margin-bottom: 6px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  
  html body .mobile-nav .hamburger-inner:before, html body .mobile-nav .hamburger-inner:after {
    background: rgba(69, 95, 174, 0.97);
  }
  
  html body .mobile-nav .hamburger-inner:first-child {
    width: 100%;
  }
  
  html body .mobile-nav .hamburger-inner:last-child {
    width: 100%;
  }
  
  @media (max-width: 768px) {
    html body .mobile-nav {
      display: block;
    }
  }
  
  html body.is-active .hamburger .hamburger-inner {
    background: #686658;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 100%;
  }
  
  html body.is-active .hamburger .hamburger-inner:nth-of-type(1) {
    -webkit-transform: translate(0px, 5px) rotate(-45deg);
            transform: translate(0px, 5px) rotate(-45deg);
  }
  
  html body.is-active .hamburger .hamburger-inner:nth-of-type(2) {
    display: none;
  }
  
  html body.is-active .hamburger .hamburger-inner:nth-of-type(3) {
    -webkit-transform: translate(0px, -3px) rotate(45deg);
            transform: translate(0px, -3px) rotate(45deg);
  }
  
  html body.is-active .hamburger .hamburger-inner:before, html body.is-active .hamburger .hamburger-inner:after {
    background: #686658;
  }
  
  html body.is-active .overlay {
    height: 100%;
  }
  
  @media screen and (max-height: 450px) {
    html body .overlay a {
      font-size: 20px;
    }
  }



  /* Slider  */

  html body .hero .inner-container .grp-slider .sldr {
    z-index: 10;
  }
  
   .sldr div {
    height: 433px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 12;
  }

.sldr {
    z-index: 50;
}

.sldr div.one {
    background-image: url(https://microcontrib.hays.com/documents/4337821/4339185/01.jpg/6e93aa23-3c33-66b9-fdef-ee26d3f79a13?t=1579081211830);
}
  
.sldr div.two {
    background-image: url(https://microcontrib.hays.com/documents/4337821/4339185/02.jpg/01a6efc3-dbb0-3cd9-522a-3a50c75a578a?t=1579081212666);
}
  
.sldr div.three {
    background-image: url(https://microcontrib.hays.com/documents/4337821/4339185/03.jpg/ebf38063-f0e9-ddea-0003-c4e12c34ff04?t=1579081211115);
}
  
.sldr div.four {
    background-image: url(https://microcontrib.hays.com/documents/4337821/4339185/04.jpg/33a5c30e-63c9-abbd-6191-351f352282df?t=1579081213634);
}
  
.sldr .five {
    background-image: url(https://microcontrib.hays.com/documents/4337821/4339185/05.jpg/ba2b2c62-6439-072d-bff7-ff719a89130f?t=1579081212981);
}
.sldr .six {
    background-image: url(https://microcontrib.hays.com/documents/4337821/4339185/06.jpg/516cb58d-f5fc-5984-adc7-67a7087a09ed?t=1579081212803);
}
.sldr .seven {
    background-image: url(https://microcontrib.hays.com/documents/4337821/4339185/07.jpg/124e9e6e-9c59-f1c4-3925-b558f71b4bb9?t=1579081213202);
}
.sldr .eight {
    background-image: url(https://microcontrib.hays.com/documents/4337821/4339185/08.jpg/1980565d-fb81-036c-1cdd-cda136e590b0?t=1579081211276);
}

.sldr .nine {
    background-image: url(https://microcontrib.hays.com/documents/4337821/4339185/09.jpg/f796227f-b817-3c11-d7e5-2e838a211b8a?t=1579081212292);
}

.sldr .ten {
    background-image: url(https://microcontrib.hays.com/documents/4337821/4339185/10.jpg/0c84e6da-de80-a646-b286-c0378eeafdb8?t=1579081213472);
}

.sldr .eleven {
    background-image: url(https://microcontrib.hays.com/documents/4337821/4339185/11.jpg/429703ba-0bbe-be10-99d5-71a240924f36?t=1579081210957);
}

.sldr .twelve {
    background-image: url(https://microcontrib.hays.com/documents/4337821/4339185/12.jpg/bc2ce501-4b93-3e34-e713-be075b9f98ae?t=1579081213773);
}

.sldr .slider-container {
    display: flex !important;
    flex-direction: column;
}
.sldr .slider-info {
    flex:1;
}




  @media (min-width: 1440px) {
   .sldr div {
      height: 650px;
      background-position: center 15%;
    }
  }
  
  @media (max-width: 480px) {
   .sldr div {
      height: 500px;
    }
  }
  