@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Baloo|Open+Sans:400,600,700');
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;
    }
  }

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 1em;
    color: #000;
    line-height: 1.42857;
}

h1, h2, h3, h4, h5, h6, .detailedTitle {
    color: #024370;
    font-weight: 600;
    margin: 1em 0;
    line-height: 1.25;
}

h1 {
    font-size: 2em;
    font-family: 'Baloo', sans-serif;
    font-weight: normal;
    margin: 0.6em 0 0.4em;
}
h2,
.detailedTitle {
    font-size: 1.25em;
}
h3 {
    font-size: 1.125em;
    font-family: 'Baloo', sans-serif;
    font-weight: normal;
    color: #000;
    margin: 1.25em 0 0.75em;
}
h4 {
    font-size: 1.1em;
}
h5 {
    font-size: 1.0625em;
}
h6 {
    font-size: 1em;
}

p {
    margin: 0.25em 0 1em;
}

strong {
    font-weight: 600;
}

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,
.all-jobs-wrapper {
    margin: 0 auto;
    max-width: 1230px;
    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: 1230px;
}
.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;
}
.inline-block {
    display: inline-block;
}
.no-margin {
    margin: 0 !important;
}
.no-padding {
    padding: 0 !important;
}
.margin-top-1em {
    margin-top: 1em;
}
.margin-top-2em {
    margin-top: 2em;
}
.margin-bottom-1em {
    margin-bottom: 1em;
}
.margin-bottom-2em {
    margin-bottom: 2em;
}
.section {
    padding-top: 1.75em;
    padding-bottom: 1.75em;
    overflow: hidden;
}
.img-responsive {
    max-width: 100%;
}
.bg-lightblue {
    background-color: #e0edf6;
}
.bg-lightblue .container {
    margin-top: 140px !important;
}

.lifehack #text{
    margin-top: 140px !important;
}
.map-wrapper {
    width: 100%;
    height: 354px;
    overflow: hidden;
}
.map-wrapper iframe {
    margin-top: -46px;
    display: block;
    pointer-events: none;
	position: relative; /* IE needs a position other than static */
}
.map-wrapper iframe.clicked{
	pointer-events: auto;
}
.video-wrapper {
	position: relative;
	padding-bottom: 52.616279%;
	height: 0;
}
.video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*-----------------------*/
/*   Mobile navigation   */
/*-----------------------*/

.toggle-nav {
    text-indent: -9999em;
    outline: 0;
    background-color: #fff;
    border: 0 none;
    cursor: pointer;
    position: fixed; 
    right: 10px;
    top: 20px;
    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%;
    -webkit-box-shadow: 1px 1px 1px 0px rgba(0,0,0,1);
    -moz-box-shadow:    1px 1px 1px 0px rgba(0,0,0,1);
    box-shadow:         1px 1px 1px 0px rgba(0,0,0,1);
}

.toggle-nav .icon-bar {
    display: block;
    background-color: #024370;
    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: #0e76bc;
    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;
    color: #fff;
}

.nav-mobile.open > ul {
    opacity: 1;
    right: 0;
    -webkit-box-shadow: 1px 0px 1px 2px rgba(0,0,0,0.3);
    -moz-box-shadow:    1px 0px 1px 2px rgba(0,0,0,0.3);
    box-shadow:         1px 0px 1px 2px rgba(0,0,0,0.3);
}

.nav-mobile > ul li a:hover, 
.nav-mobile > ul li a:focus,
.nav-mobile > ul li.active a,
#home .nav-mobile > ul li:first-child a {
    background-color: #024370;
}

.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: #024370;
}

/*--------------------*/
/*   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: #024370;
}

/*------------*/
/*   Header   */
/*------------*/

.header-wrapper {
    background-color: #fff;
    width: 100%;
    float: left;
    z-index: 9996;
    -webkit-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.2);
}
.header a.logo {
    float: left;
    margin: 30px 0;
}
.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;
}

/*-----------------------*/
/*   Header navigation   */
/*-----------------------*/

.header-nav {
    display: none;
    float: right;
    clear: right;
    margin: 63px 0 7px;
}
.header-nav li {
    float: left;
}
.header-nav li:before {
    content: '\00a0\007c';
    color: #ccc;
}
.header-nav li:first-child:before {
    content: none;
}
.header-nav li a {
    display: inline-block;
    padding: 0 0.875em;
    line-height: 60px;
    color: #000;
}
.header-nav li a:hover,
.header-nav li a:focus,
.header-nav li.active a { 
    color: #0e76bc; 
}

/*---------------------*/
/*   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: #024370; 
}

/*---------------*/
/*   Slideshow   */
/*---------------*/

.slideshow-wrapper {
    clear: both;
    position: relative;
    overflow: hidden;
}
#home .slideshow-wrapper {
    display: block;
}
.slideshow { 
    height: 0;
    padding-top: 37.5%;
    background-color: #d0c7c6;
    background-image: url('https://microcontrib.hays.com/documents/4353321/4353407/hero-parallax.jpg/e2ccad77-8964-0b2b-1e77-dc8f2b283754?t=1579099655710');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 79%;
}
/* Remove .slideshow.container rules for a non-full-width slideshow */ 
.slideshow.container {
    max-width: none;
    border: 0;
}
.slideshow img {
    display: none;
    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;
    display: table;
}
.strapline { 
    font-size: 0.5em;
    display: table-cell;
    vertical-align: middle;
}

.strapline h1 {
    font-size: 2.5em;
    max-width: 11.5em;
    color: #004d88;
    margin: 0;
    background-color: #fff;
    padding: 0.25em 0.5em;
}
.strapline h1 span {
    color: #333;
}
.strapline h2 {
    display: none;
    font-size: 1em;
    margin: 10px 0 0;
}
.strapline p {
    display: none;
}

/*-----------------------*/
/*   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: #024370; 
}

/*-------------------------*/
/*   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.container {
    max-width: none;
    border: 0;
}
#inner-main.section {
    overflow: visible;
    clear: both;
}
.main a {
    color: #2991d6;
    text-decoration: none;
}
.main a:hover,
.main a:focus {
    color: #2275ac;
    text-decoration: underline;
}
.content ul,
#content ul {
    list-style: square inside;
}

.content ol,
#content ol {
    list-style: decimal inside;
}

#text.sg-row {
    margin: 0;
}

.experience-dunkerque {
    background-color: #108282;
    color: #fff;
    padding: 1em;
    margin: 45px 0 30px;
}
.experience-dunkerque h3 {
    color: #fff;
}

/*   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 #004d88;
    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: #0e76bc;
    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: #004d88;
    color: #fff;
    text-decoration: none;
}
.tab-content {
    display: block;
    background-color: #eee;
    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: #0e76bc;
    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: #004d88;
    color: #fff;
    text-decoration: none;
}
.accordion .collapse {
    display: block;
    background-color: #eee;
    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   */

.all-jobs-wrapper {
    padding-top: 1.75em;
    padding-bottom: 1.75em;
}
.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: #024370;
    font-weight: 600;
    border-bottom: 1px solid;
}
.sideblock .jobListHeader {
    display: none;
}
.jobTable th,
.jobTable td {
    text-align: left;
}
.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;
}
.content .jobListItem,
#content .jobListItem {
    background-color: rgba(0,0,0,0.05);
}
.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: #0e76bc;
    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: #004d88;
    text-decoration: none;
}
.pagination li.next a:before {
    content: '\00a0\25b6';
}
.pagination li.prev a:before {
    content: '\00a0\25c0';
}

/*   Job details   */

.detailedLocation > span,
.detailedSalary > span,
.detailedType > span,
.detailedClosingDate > span,
.detailedRef > span,
.detailedContact > span,
.detailedOffice > span,
.detailedPhone > span,
.detailedEmail > span {
    font-weight: 600;
}
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 1.25em;
    background-color: #ddd;
    color: #333;
    margin: 0.5em 1em 0.5em 0;
    text-decoration: none;
    /* Override ucm_regions_micro.css */
    font-weight: normal;
    background-image: none;
    border-radius: 0;
    text-shadow: none;
}
a.detailedBack:hover,
a.detailedBack:focus {
    background-color: #eee;
    color: #000;
    text-decoration: none;
}
a.button.detailedApply,
a.Viewall {
    background-color: #0e76bc;
    color: #fff;
}
a.Viewall {
    margin: 0;
    text-transform: lowercase;
}
a.Viewall:first-letter {
    text-transform: uppercase;
}
a.button.detailedApply:hover,
a.button.detailedApply:focus,
a.Viewall:hover, 
a.Viewall:focus {
    background-color: #004d88;
    color: #fff;
    text-decoration: none;
}
.clientfooter-wrapper.has-cards a.Viewall {
    border: 1px solid #fff;
}
.clientfooter-wrapper.has-cards a.Viewall:hover, 
.clientfooter-wrapper.has-cards a.Viewall:focus {
    border-color: #0e76bc;
}

script + br {
    display: none;
}

/*   Job cards   */

.job-cards {
    margin-top: 1.5em;
}

.job-cards .c4:nth-child(3n+1) {
    clear: both;
}

.job-cards a {
    color: #004d88;
    font-weight: normal;
    text-decoration: none;
}

.job-card {
    background-color: #fff;
    padding: 1em 1.25em 4em;
    position: relative;
    width: 100%;
    -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: #e0edf6; 
}

.job-card h2 {
    font-size: 1.125em;
    font-weight: bold;
    color: #004d88;
    margin: 0 0 0.2em;
    text-overflow: ellipsis;
    overflow: hidden;
}

.job-card:after {
    content: "Voir l'offre";
    position: absolute;
    right: 10px;
    bottom: 10px;
    background-color: #0e76bc;
    color: #fff;
    display: inline-block;
    padding: 0.75em 1.25em;
    -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:after,
a:focus .job-card:after {
    background-color: #004d88;
}

/*   Side blocks  */

#sidebar-left,
#sidebar-right {
    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: #024370; 
    color: #fff;
}
.sideblock {
    background-color: #eee;
    padding: 1em;
    margin-bottom: 1em;
}
.aside-after .sideblock {
    display: none;
}

/*-------------------*/
/*   Client footer   */
/*-------------------*/

.clientfooter-wrapper.has-cards {
    background-color: #0e76bc;
    color: #fff;
    padding-top: 1.5em;
    padding-bottom: 3em;
}
.clientfooter-wrapper.has-cards h1 {
    color: #fff;
}

/*------------------------*/
/*   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) {
    .strapline {
        font-size: 0.75em;
    }
    .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;
    }
    .experience-dunkerque {
        background-image: url('https://microcontrib.hays.com/documents/4353321/4353407/experience-dunkerque.jpg/f3835530-9bc2-91f7-bf53-8fc2e76949bd?t=1579099655359');
        background-repeat: no-repeat;
        background-position: 24% center;
        background-size: cover;
        padding-left: 24%;
    }
}

@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%;
    }
    .c6 img {
        float:left;
    }
    body {
        font-size: 1.0625em;
    }
    
    .nav-mobile {
        display: none;
    }
    
    .mobile-back {
        display: none !important;
    }
    
    .header-wrapper {
        position: fixed;
        top: 0;
    }
    
    .slideshow-wrapper {
        margin-top: 130px;
    }
    
    .main-wrapper,
    #outer-main {
        margin-top: 0px;
    }
    #home .main-wrapper {
        margin-top: 0;
    }
    
    .header-nav {
        display: block;
    }
    
    .header h1 {
        float: right;
        clear: right;
    }
    
    .strapline {
        font-size: 1em;
    }
    
    .job-card {
        min-height: 9.5em;
        margin-bottom: 15px;
    }
/*
    .jobTable th + th + th,
    .jobTable td + td + td {
        display: table-cell;
    }
*/
}

@media (min-width: 992px) {  
    .header-nav {
        font-size: 1.125em;
    }
}

/*-----------*/
/*   Print   */
/*-----------*/

@media print {

}

