/*
* 
* Top navigation styles goes here
*
*/
* {
  padding: 0;
  margin: 0;
}
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
.clear {
  clear: both;
}
body {
  margin: 0;
  background-color: #F5F5F5;
}
body.i18n-ja {
  font-family: "Roboto","メイリオ",Meiryo,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","MS PGothic","MS UI Gothic",Arial,sans-serif !important;
}
body.i18n-ja textnormal,
body.i18n-ja p,
body.i18n-ja a,
body.i18n-ja li,
body.i18n-ja th,
body.i18n-ja td,
body.i18n-ja div,
body.i18n-ja span,
body.i18n-ja label,
body.i18n-ja input,
body.i18n-ja button,
body.i18n-ja strong,
body.i18n-ja select,
body.i18n-ja textarea,
body.i18n-ja h1,
body.i18n-ja h2,
body.i18n-ja h3,
body.i18n-ja h4,
body.i18n-ja h5,
body.i18n-ja h6,
body.i18n-ja i,
body.i18n-ja blockquote {
  font-family: "Roboto","メイリオ",Meiryo,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","MS PGothic","MS UI Gothic",Arial,sans-serif !important;
}
body a {
  text-decoration: none;
  outline: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 150px 0 0 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
 /* max-width: 100%;*/
  height: auto;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

i {
  font-style: normal;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

.fade {
  opacity: 0.5;
}
/*
 * Theme specific variables. This takes the place of the normal _settings.scss.
 * See the STARTER/README.txt file regarding "CHANGING FOUNDATION DEFAULT
 * SETTINGS" for documentation.
 */

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: "";
  clear: both;
  height: 0;
}
body {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #3F4048;
  line-height: 23px;
}
h1 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  color: #3F4048;
  text-align: left;
  font-size: 32px;
  line-height: 39px;
}
h2 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  color: #3F4048;
  text-align: left;
  font-size: 24px;
  line-height: 29px;
}
h3,
h4,
.heading-three {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 500;
  color: #3F4048;
  text-align: left;
  font-size: 20px;
  line-height: 25px;
}
h4,
.heading-four {
  font-weight: 700;
}
h5,
h6 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 500;
  color: #3F4048;
  text-align: left;
  font-size: 16px;
  line-height: 19px;
}
p,
div {
  font-weight: 300;
  font-size: 14px;
  color: #3B454C;
  text-align: left;
  line-height: 21px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
@media (min-width: 1180px) {
  p,
  div {
    font-size: 16px;
    line-height: 23px;
  }
}
@media (min-width: 1180px) {
  p,
  div {
    font-size: 16px;
    line-height: 23px;
  }
}
@media (min-width: 1180px) {
  p,
  div {
    font-size: 16px;
  }
}

a,
.ui-widget-content a {
  color: #124395;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a:focus,
.ui-widget-content a:focus,
a:hover,
.ui-widget-content a:hover,
a:active,
.ui-widget-content a:active {
  outline: 0;
}
.link-disabled {
  color: #6F6C67;
}

@media (max-width: 767px) {
  .hidden-mobile {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1179px) {
  .hidden-tablet {
    display: none;
  }
}
@media (min-width: 768px) {
  .hidden-tablet-up {
    display: none;
  }
}

#header {
  height: 50px;
  width: 100%;
  background: #FFFFFF;
  position: fixed;
  top: 0;
  z-index: 0;
  border-bottom: 1px solid #EEE;
}
@media (min-width: 1180px) {
  #header {
    height: 75px;
    width: 100%;
    float: left;
    background: #FFFFFF;
  }
}
#header .container {
  height: 100%;
}
@media (min-width: 768px) and (max-width: 1179px) {
  #header .container {
    padding: 0;
  }
}
@media (min-width: 1180px) {
  #header .container {
    width: 1160px;
  }
}
#header .container .mobile-menu {
  display: inline-block;
  padding: 14px 0 15px 15px;
  position: relative;
  z-index: 10;
}
@media (min-width: 768px) and (max-width: 1179px) {
  #header .container .mobile-menu {
    vertical-align: top;
  }
}
#header .container .mobile-menu .menu-icon:before {
  font-family: FontAwesome;
  content: "\f0c9";
  color: #3F4048;
  display: inline-block;
  font-size: 25px;
  margin-right: 5px;
}
@media (max-width: 1179px) {
  #header .container .mobile-menu .menu-icon#save_job_present:after {
    font-family: FontAwesome;
    content: "\f005";
    color: #F1A121;
    display: inline-block;
    font-size: 16px;
    margin-right: 5px;
    top: -10px;
    left: -10px;
    position: relative;
  }
}
@media (min-width: 1180px) {
  #header .container .mobile-menu {
    display: none;
  }
}
#header .container .logo {
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 15px 0;
  width: 100%;
  top: -56px;
  left: 0;
}
#header .container .logo.large-logo {
  top: -63px;
}
#header .container .logo img {
  width: 137px;
}
@media (min-width: 1180px) {
  #header .container .logo img {
    margin-top: 2px;
  }
}
@media (min-width: 768px) and (max-width: 1179px) {
  #header .container .logo {
    text-align: left;
    top: 0;
    width: auto;
    left: 15px;
  }
  #header .container .logo.large-logo {
    top: -8px;
  }
}
@media (min-width: 1180px) {
  #header .container .logo {
    width: auto;
    text-align: left;
    float: left;
    margin-right: 30px;
    top: 0;
    padding: 24px 0 22px;
  }
  #header .container .logo.large-logo {
    top: 0;
  }
}
#header .container .search-filter-toggle,
#header .container .mobile-search-icon {
  position: absolute;
  right: 10px;
  top: 13px;
  z-index: 8;
}
@media (min-width: 768px) {
  #header .container .search-filter-toggle {
    display: none;
  }
}
@media (min-width: 1180px) {
  #header .container .mobile-search-icon {
    display: none;
  }
}
.page-search-job #header .container .mobile-search-icon {
  display: none;
}
#header .container .mobile-search-icon .menu-icon:before {
  font-family: FontAwesome;
  content: "\f002";
  color: #3F4048;
  display: inline-block;
  font-size: 25px;
  margin-right: 5px;
}
@media (max-width: 767px) {
  #header .container #header-region {
    left: -315px;
    position: fixed;
    width: 309px;
    top: 0;
    background: #FFFFFF;
    border-bottom: 1px solid #F5F5F5;
    border-right: 1px solid #F5F5F5;
    box-shadow: 0 0 2px #F5F5F5;
    z-index: 100;
    overflow-y: scroll;
    height: 100%;
  }
}
@media (max-width: 320px) {
  #header .container #header-region {
    width: 269px;
    left: -275px;
  }
}
@media (min-width: 1180px) {
  #header .container #header-region {
    position: relative;
    background: none;
    display: inline-block;
    left: auto;
    width: 993px;
    float: left;
    box-shadow: none;
    border: 0;
    overflow: visible;
  }
}
#header .container #header-region .mega-menu {
  border-top: 1px solid #F5F5F5;
  display: none;
}
@media (min-width: 1180px) {
  #header .container #header-region .mega-menu {
    margin: 0;
    padding: 0;
    position: absolute;
    left: -9999px;
    border: 0;
    box-shadow: 0 5px 10px;
    display: block;
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    transition: all 0.3s ease-in;
  }
  #header .container #header-region .mega-menu.open {
    left: auto;
  }
  #header .container #header-region .mega-menu.open.right {
    right: 0;
  }
}
#header .container #header-region .mega-menu .pane-views-exp-job-search-job-search,
#header .container #header-region .mega-menu .views-widget-filter-field_job_salary_min,
#header .container #header-region .mega-menu .views-widget-filter-field_job_salary_max,
#header .container #header-region .mega-menu .views-widget-filter-currency_code,
#header .container #header-region .mega-menu .panel-separator {
  display: none;
}
#header .container #header-region .mega-menu .panel-panel {
  width: 100%;
}
@media (min-width: 1180px) {
  #header .container #header-region .mega-menu .panel-panel {
    width: 324px;
    padding: 0 30px;
    float: left;
    margin-top: -7px;
  }
}
#header .container #header-region .mega-menu .panel-panel .inside {
  margin: 0;
}
#header .container #header-region .mega-menu .panel-divider {
  display: none;
}
@media (min-width: 1180px) {
  #header .container #header-region .mega-menu .panel-divider {
    border-left: 1px solid #E3E5EA;
    float: left;
    min-height: 250px;
    display: block;
  }
}
#header .container #header-region .mega-menu .pane-views-exp-job-search-job-search .pane-title {
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
}
#header .container #header-region .mega-menu .pane-views-exp-job-search-job-search .views-exposed-widget {
  padding: 10px 0 0;
}
#header .container #header-region .mega-menu .menu-box-content {
  display: none;
}
@media (min-width: 1180px) {
  #header .container #header-region .mega-menu .menu-box-content {
    display: block;
  }
}
#header .container #header-region .mega-menu .menu-box-content ul {
  margin: 0;
}
#header .container #header-region .mega-menu .menu-box-content ul li {
  padding-left: 37px;
}
@media (min-width: 1180px) {
  #header .container #header-region .mega-menu .menu-box-content ul li {
    padding-left: 0;
  }
}
#header .container #header-region .mega-menu .menu-box-content ul li.first {
  display: none;
}
@media (min-width: 1180px) {
  #header .container #header-region .mega-menu .menu-box-content a.active {
    padding-bottom: 12px;
    border: 0;
  }
}
@media (min-width: 1180px) {
  #header .container #header-region .mega-menu a.active {
    padding-bottom: 12px;
    border: 0;
  }
}
@media (min-width: 768px) and (max-width: 1179px) {
  #header .container #header-region .menu {
    left: -368px;
    width: 368px;
    position: fixed;
    top: 0;
    background: #FFFFFF;
    border-bottom: 1px solid #F5F5F5;
    border-right: 1px solid #F5F5F5;
    box-shadow: 0 0 2px #F5F5F5;
    z-index: 100;
    overflow-y: scroll;
    height: 100;
    padding-top: 0;
    height: 100%;
  }
}
#header .container #header-region .menu ul li {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #F5F5F5;
}
@media (min-width: 1180px) {
  #header .container #header-region .menu ul li {
    display: inline-block;
    padding: 0;
    border: 0;
    border-left: 1px solid #F5F5F5;
    position: relative;
  }
}
#header .container #header-region .menu ul li.open {
  padding-bottom: 0;
  border: 0;
}
#header .container #header-region .menu ul li.first {
  border-top: 1px solid #F5F5F5;
  margin-top: -1px;
}
#header .container #header-region .menu ul li.active-trail > a.active {
  border-left: 3px solid #124395;
}
@media (min-width: 1180px) {
  #header .container #header-region .menu ul li.active-trail > a.active {
    border-left: 0;
  }
}
#header .container #header-region .menu ul li a {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #3F4048;
  text-decoration: none;
  width: 215px;
  padding: 14px 0 14px 25px;
  display: inline-block;
  word-wrap: break-word;
}
@media (min-width: 768px) {
  #header .container #header-region .menu ul li a {
    width: 280px;
  }
}
@media (min-width: 1180px) {
  #header .container #header-region .menu ul li a {
    width: auto;
    padding: 29px 15px 22px;
  }
}
#header .container #header-region .menu ul li a.active {
  color: #124395;
}
@media (min-width: 1180px) {
  #header .container #header-region .menu ul li a.active {
    border-left: 0;
    border-bottom: 2px solid #124395;
    padding-bottom: 21px;
  }
}
#header .container #header-region .menu ul li a.active-sub {
  color: #124395;
}
#header .container #header-region .menu ul li a.submenu-icon,
#header .container #header-region .menu ul li a.second-level {
  float: right;
  font-size: 0;
  padding: 10px 17px;
  width: 50px;
  height: 50px;
  border-left: 1px solid #F5F5F5;
}
#header .container #header-region .menu ul li a.submenu-icon.plus-icon:before,
#header .container #header-region .menu ul li a.second-level.plus-icon:before {
  font-family: FontAwesome;
  content: "\f078";
  color: #BCBEC0;
  display: inline-block;
  font-size: 16px;
  margin-right: 5px;
  margin: 0;
}
#header .container #header-region .menu ul li a.submenu-icon.active-icon,
#header .container #header-region .menu ul li a.second-level.active-icon {
  background-color: #F5F5F5;
  opacity: 0.5;
}
#header .container #header-region .menu ul li a.submenu-icon.active-icon:before,
#header .container #header-region .menu ul li a.second-level.active-icon:before {
  font-family: FontAwesome;
  content: "\f077";
  color: #124395;
  display: inline-block;
  font-size: 16px;
  margin-right: 5px;
  margin: 0;
}
@media (min-width: 1180px) {
  #header .container #header-region .menu ul li a.submenu-icon,
  #header .container #header-region .menu ul li a.second-level {
    display: none;
  }
}
#header .container #header-region .menu ul li a.second-level {
  padding-top: 12px;
}
#header .container #header-region .menu ul .menu-box-header {
  border-bottom: 1px solid #F5F5F5;
  padding-left: 20px;
}
@media (min-width: 1180px) {
  #header .container #header-region .menu ul .menu-box-header {
    border: 0;
    padding: 0 0 1px;
  }
}
#header .container #header-region .menu ul .menu-box-header a {
  padding: 13px 0 12px 25px;
  width: 190px;
}
@media (min-width: 768px) {
  #header .container #header-region .menu ul .menu-box-header a {
    width: 280px;
  }
}
@media (min-width: 1180px) {
  #header .container #header-region .menu ul .menu-box-header a {
    padding: 0;
    width: auto;
  }
}
#header .container #header-region .menu #block-mp-mypage-save-jobs-block {
  display: none;
}
#header .container #header-region .menu #block-system-main-menu {
  padding-top: 100px;
}
@media (min-width: 768px) {
  #header .container #header-region .menu #block-system-main-menu {
    padding-top: 0;
  }
}
#header .container #header-region .menu #block-system-main-menu h3.title {
  display: none;
}
#header .container #header-region #block-mp-mypage-save-jobs-block {
  display: block;
  position: absolute;
  top: 50px;
  border-top: 1px solid #F5F5F5;
  width: 100%;
  padding-top: 14px;
}
@media (min-width: 768px) {
  #header .container #header-region #block-mp-mypage-save-jobs-block {
    top: 28px;
    left: auto;
    right: 89px;
    z-index: 5;
    width: auto;
    padding: 0;
    border: 0;
  }
  .i18n-fr.site-name-MP_BE #header .container #header-region #block-mp-mypage-save-jobs-block {
    right: 125px;
  }
}
@media (min-width: 768px) and (max-width: 1179px) {
  #header .container #header-region #block-mp-mypage-save-jobs-block {
    top: 14px;
    right: 140px;
  }
  .i18n-fr.site-name-MP_BE #header .container #header-region #block-mp-mypage-save-jobs-block {
    right: 185px;
  }
}
#header .container #header-region #block-mp-mypage-save-jobs-block a {
  color: #706F6F;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  padding: 15px  25px;
  text-decoration: none;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 14px;
  padding: 15px 0;
}
#header .container #header-region #block-mp-mypage-save-jobs-block a:before {
  font-family: FontAwesome;
  content: "\f006";
  color: #3F4048;
  display: inline-block;
  font-size: 16px;
  margin-right: 5px;
  font-weight: 400;
}
@media (max-width: 1179px) {
  #header .container #header-region #block-mp-mypage-save-jobs-block a {
    padding: 15px 0 15px 25px;
  }
}
#header .container #header-region #block-mp-mypage-save-jobs-block a.save_job_present:before {
  content: "\f005";
  color: #F1A121;
}
#header .container #header-region #block-mp-mypage-save-jobs-block a:before {
  font-size: 14px;
}
#header .container #header-region .sign-in {
  position: absolute;
  top: 15px;
  margin-left: 25px;
}
@media (min-width: 768px) {
  #header .container #header-region .sign-in {
    top: 28px;
    left: auto;
    right: 0;
    margin-left: 35px;
  }
}
@media (min-width: 768px) and (max-width: 1179px) {
  #header .container #header-region .sign-in {
    top: 14px;
    right: 60px;
  }
}
#header .container #header-region .sign-in a {
  color: #124395;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  padding: 15px  25px;
  text-decoration: none;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 14px;
  padding: 15px 0;
}
#header .container #header-region .sign-in a:before {
  font-family: FontAwesome;
  content: "\f007";
  color: #124395;
  display: inline-block;
  font-size: 16px;
  margin-right: 5px;
  font-weight: 400;
}
#header .container #header-region .sign-in a:before {
  font-size: 14px;
}
#header .container #header-region .sign-in a:hover span,
#header .container #header-region .sign-in a:focus span {
  text-decoration: underline;
}
#header .container #header-region .user-menu {
  position: absolute;
  margin-left: 25px;
  top: 14px;
  width: 100%;
}
@media (min-width: 768px) {
  #header .container #header-region .user-menu {
    top: 28px;
    left: auto;
    right: 30px;
    width: auto;
  }
}
@media (min-width: 1180px) {
  #header .container #header-region .user-menu {
    right: 0;
  }
}
@media (min-width: 768px) and (max-width: 1179px) {
  #header .container #header-region .user-menu .username {
    text-align: right;
  }
}
#header .container #header-region .user-menu .username .name {
  display: inline-block;
}
@media (max-width: 767px) {
  #header .container #header-region .user-menu .username .name {
    width: 55%;
  }
}
#header .container #header-region .user-menu .username .name a {
  max-height: 25px;
  display: inline-block;
  padding: 0;
}
@media (max-width: 767px) {
  #header .container #header-region .user-menu .username .name a {
    max-width: 100%;
  }
}
#header .container #header-region .user-menu .username a {
  color: #124395;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  padding: 15px  25px;
  text-decoration: none;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 14px;
  padding: 30px 0;
}
#header .container #header-region .user-menu .username a:before {
  font-family: FontAwesome;
  content: "\f007";
  color: #124395;
  display: inline-block;
  font-size: 16px;
  margin-right: 5px;
  font-weight: 400;
}
#header .container #header-region .user-menu .username a:before {
  font-size: 14px;
  display: initial;
}
#header .container #header-region .user-menu .username a:hover,
#header .container #header-region .user-menu .username a:focus {
  color: #124395;
}
#header .container #header-region .user-menu .user-submenu {
  position: absolute;
}
@media (max-width: 767px) {
  #header .container #header-region .user-menu .user-submenu {
    right: 40px;
    top: -5px;
  }
  #header .container #header-region .user-menu .user-submenu .mypage-link {
    display: none;
  }
}
@media (min-width: 768px) {
  #header .container #header-region .user-menu .user-submenu {
    background: #FFFFFF;
    left: -9999px;
    padding: 15px 25px 25px;
    right: -23px;
    top: 49px;
    width: 220px;
    box-shadow: 0 0 2px;
    border: 1px solid #F5F5F5;
    height: 122px;
  }
  #header .container #header-region .user-menu .user-submenu:hover,
  #header .container #header-region .user-menu .user-submenu:focus {
    left: auto;
  }
}
#header .container #header-region .user-menu .user-submenu li {
  list-style: none;
  display: block;
  text-align: right;
}
#header .container #header-region .user-menu .user-submenu a {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  display: inline-block;
  color: #3F4048;
  padding: 5px 0 15px;
  font-size: 16px;
  width: 100%;
}
#header .container #header-region .user-menu .user-submenu a:before {
  content: "";
  margin: 0;
}
#header .container #header-region .user-menu .tablet-logout {
  display: none;
}
#header .container #header-region .user-menu .tablet-logout a:before {
  content: '';
  margin: 0;
}
@media (min-width: 768px) and (max-width: 1179px) {
  #header .container #header-region .user-menu {
    top: 14px;
    right: 55px;
  }
  #header .container #header-region .user-menu .tablet-logout {
    display: inline-block;
    margin-left: 4px;
    vertical-align: top;
  }
}
@media (min-width: 1180px) {
  #header .container #header-region .user-menu .username .name {
    padding-bottom: 30px;
  }
  #header .container #header-region .user-menu .username .name:hover ~ .user-submenu {
    left: auto;
  }
}
@media (min-width: 1180px) {
  #header .container #header-region .multiple {
    position: absolute;
    top: -17px;
    right: 250px;
  }
}
@media (min-width: 1180px) {
  #header .container #header-region .single {
    position: absolute;
    top: -17px;
    right: 250px;
  }
}
@media (min-width: 768px) and (max-width: 1179px) {
  .logged-in #header .container #header-region #block-mp-mypage-save-jobs-block {
    right: 215px;
  }
}
@media (min-width: 1180px) {
  .logged-in #header .container #header-region #block-mp-mypage-save-jobs-block {
    right: 100px;
  }
  
  #header #header-region .menu li.start:hover .mega-menu, #header #header-region .menu li.start.active .mega-menu, #header #header-region .menu li.start > a:focus .mega-menu {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    transition-delay: 0s,0s,0.3s;
  }
  
  #header #header-region .menu li.start {
    float: left;
  }
  #header #header-region .menu li.start:hover,
  #header #header-region .menu li.start.active,
  #header #header-region .menu li.start > a:focus {
    background-color: #F5F5F5;
  }
  #header #header-region .menu li.start:hover span,
  #header #header-region .menu li.start.active span,
  #header #header-region .menu li.start > a:focus span {
    color: #124395;
  }
  #header #header-region .menu li.start.first {
    display: none;
  }
  #header #header-region .menu li.start.last {
    border-right: 1px solid #F5F5F5;
  }
  #header #header-region .menu .hassubmenu:hover .mega-menu,
  #header #header-region .menu .hassubmenu a:focus ~ .mega-menu {
    left: auto;
  }
  #header #header-region .menu .hassubmenu:hover .mega-menu.right,
  #header #header-region .menu .hassubmenu a:focus ~ .mega-menu.right {
    right: 0;
  }
  #header #header-region .menu .mega-menu {
    background: #FFFFFF;
  }
  #header #header-region .menu .mega-menu .panel-one-col {
    padding: 25px 0;
  }
  #header #header-region .menu .mega-menu .panel-2col {
    width: 650px;
    padding: 25px 0 35px;
  }
  #header #header-region .menu .mega-menu .panel-3col-33 {
    padding: 25px 0 35px;
    width: 780px;
  }
  #header #header-region .menu .mega-menu .panel-3col-33 .panel-panel {
    width: 259px;
    padding: 0 30px;
    margin-top: -7px;
  }
  #header #header-region .menu .mega-menu .panel-2col .pane-views-exp-job-search-job-search,
  #header #header-region .menu .mega-menu .panel-3col-33 .pane-views-exp-job-search-job-search {
    display: block;
  }
  #header #header-region .menu .mega-menu .panel-2col .pane-views-exp-job-search-job-search .form-autocomplete,
  #header #header-region .menu .mega-menu .panel-3col-33 .pane-views-exp-job-search-job-search .form-autocomplete {
    width: 100%;
  }
  #header #header-region .menu .mega-menu .panel-pane {
    margin-bottom: 9px;
  }
  #header #header-region .menu .mega-menu .menucluster a {
    padding: 0 0 3px;
    color: #706F6F;
  }
  #header #header-region .menu .mega-menu .menucluster li {
    border: 0;
    display: block;
  }
  #header #header-region .menu .mega-menu .menucluster li a:hover,
  #header #header-region .menu .mega-menu .menucluster li a:focus {
    color: #124395;
  }
  #header #header-region .menu .mega-menu .menucluster .menu-box-header {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    color: #3F4048;
    text-align: left;
    font-size: 20px;
  }
  #header #header-region .menu .mega-menu .menucluster .menu-box-header a {
    line-height: 25px;
    font: inherit;
    color: inherit;
  }
  #header #header-region .menu .mega-menu .menucluster .menu-box-header a.active {
    border: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 1179px) {
  #header .container {
    width: 768px;
    margin: 0 auto;
    position: relative;
  }
}
#header .container .mobile-search {
  display: none;
  z-index: 20;
  position: absolute;
  top: 0;
  width: 100%;
}
#header .container .mobile-search .search-content {
  background: #124395;
  padding: 15px 20px;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
}
#header .container .mobile-search .search-content form {
  margin-top: 20px;
}
#header .container .mobile-search .search-content form input.form-text {
  max-width: inherit;
}
#header .container .mobile-search .close-search {
  float: right;
  z-index: 30;
  margin-top: -35px;
}
#header .container .mobile-search .close-search:before {
  font-family: FontAwesome;
  content: "\f00d";
  color: #FFFFFF;
  display: inline-block;
  font-size: 20px;
  margin-right: 5px;
}
#header .container .mobile-search label.error:after {
  top: 17px;
}
#header .container .mobile-search label,
#header .container .mobile-search .views-widget-filter-field_job_salary_min,
#header .container .mobile-search .views-widget-filter-field_job_salary_max,
#header .container .mobile-search .views-widget-filter-currency_code,
#header .container .mobile-search #browse-by-category {
  display: none;
}
#header .container .mobile-search .views-exposed-form .views-exposed-widget {
  padding: 0 0 10px;
  float: none;
  text-align: center;
}
#header .container .mobile-search .views-exposed-form .views-exposed-widget .form-submit {
  margin-top: 10px;
  float: none;
}
#header .container .mobile-search .search_title {
  color: #FFFFFF;
  text-align: center;
  padding-bottom: 10px;
}
#header .container .mobile-search .fancy-line {
  border-top: 1px solid #3F67A8;
  width: 112%;
  position: relative;
  float: left;
  margin-left: -26px;
}
#header .container .views-submit-button {
  width: 100%;
  padding: 0;
  position: relative;
}
#header .container .views-submit-button:before {
  font-family: FontAwesome;
  content: "\f002";
  color: #FFFFFF;
  display: inline-block;
  font-size: 20px;
  margin-right: 5px;
  position: absolute;
  left: 33%;
  top: 23px;
  cursor: pointer;
}
@media (min-width: 768px) and (max-width: 1179px) {
  #header .container .views-submit-button:before {
    left: 43%;
    top: 24px;
  }
}

@media (min-width: 1180px) {
  #header .container .views-submit-button .form-submit {
    width: 130px;
    margin-top: 10px;
  }
}

#header .container .views-submit-button .form-submit {
  background-color: #F1A121;
  transition: background-color 0.5s;
  color: #ffffff;
  font-family: 'Roboto Condensed',sans-serif;
  font-size: 16px;
  line-height: 20px;
  padding: 15px 25px;
  text-decoration: none;
  border: 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  float: right;
  width: 100%;
}
#header .container .views-submit-button .form-submit:hover {
  background-color: #E19400;
}
#header .container .views-submit-button .form-submit:before {
  font-family: FontAwesome;
  content: '';
  color: '';
  display: inline-block;
  font-size: 16px;
  margin-right: 5px;
}
@media (min-width: 1180px) {
  #header .container .views-submit-button .form-submit {
    width: 130px;
    margin-top: 10px;
  }
}
#header .container .pane-content #browse-by-category {
  display: none;
}
#header .container .pane-content .views-exposed-form label {
  display: none;
}
#header .container .pane-content .views-exposed-form .form-item label {
  display: block;
}
#header .container .pane-content .views-exposed-form .form-item label.error:after {
  top: 17px;
}
#header .container .pane-content .views-exposed-form .form-autocomplete {
  width: 265px;
}
#header .container .pane-content .views-exposed-form .views-exposed-widgets {
  margin-bottom: -7px;
}
html,
body {
  height: 100%;
}
.grayscale {
  /* IE4-8 and 9 (deprecated). */
  -webkit-filter: Gray();
  filter: Gray();
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  /* future-proof */
}
#page {
  width: 100%;
  padding-top: 50px;
}
#page.no-featured-jobs {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #FFFFFF;
}
@media (min-width: 1180px) {
  #page {
    padding-top: 75px;
    height: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.container {
  width: 100%;
}
@media (min-width: 768px) and (max-width: 1179px) {
  .container {
    width: 768px;
    margin: 0 25px;
  }
}
@media (min-width: 1180px) {
  .container {
    width: 1180px;
    margin: 0 25px;
  }
}
@media (min-width: 768px) {
  .front #main {
    margin-top: -125px;
  }
}
@media (min-width: 1180px) {
  .front #main {
    position: relative;
    margin-top: -125px;
  }
  .front #main.open {
    margin-top: -144px;
  }
}
@media (min-width: 768px) and (max-width: 1179px) {
  .front .no-featured-jobs #block-views-exp-job-search-job-search {
    top: -150px;
  }
}
.front .no-featured-jobs #main {
  margin-top: -10px;
}
@media (min-width: 768px) and (max-width: 1179px) {
  .front .no-featured-jobs #main {
    margin-top: -160px;
  }
}
@media (min-width: 1180px) {
  .front .no-featured-jobs #main {
    margin-top: -170px;
  }
}
.front #page h1.title {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
}
#main {
  clear: both;
  margin-top: 25px;
  float: left;
  width: 100%;
  word-wrap: break-word;
}
@media (min-width: 1180px) {
  #main {
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
}
#footer #block-locale-language-content ul li a {
  padding-left: 0;
}
#modalBackdrop,
.ui-widget-overlay {
  background: #3F4048 !important;
  opacity: 0.8 !important;
}
.ui-front {
  z-index: 999999;
}
.ui-dialog.ui-widget-content {
  background: #FFFFFF;
  color: #3F4048;
  border: none;
  box-shadow: 0 5px 5px;
  border-radius: 0;
  padding: 0 0 20px;
}
@media (max-width: 767px) {
  .ui-dialog.ui-widget-content {
    width: 100% !important;
  }
}
.ui-dialog.ui-widget-content .ui-widget-header {
  background: none;
  border: 0;
}
.ui-dialog.ui-widget-content .ui-widget-header .ui-dialog-title {
  display: none;
}
.ui-dialog.ui-widget-content .ui-widget-header .ui-dialog-titlebar-close {
  right: 30px;
  top: 25px;
  z-index: 10;
}
.ui-dialog.ui-widget-content p {
  margin: 10px 0;
}
.ui-dialog.ui-widget-content p.buttons {
  text-align: right;
}
.ui-dialog.ui-widget-content .login,
.ui-dialog.ui-widget-content .primary {
  background-color: #F1A121;
  color: #FFFFFF;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  line-height: 20px;
  padding: 15px  25px;
  text-decoration: none;
  border: 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  margin-left: 10px;
  margin-top: 20px;
  float: right;
}
.ui-dialog.ui-widget-content .login:hover,
.ui-dialog.ui-widget-content .primary:hover {
  background-color: #E19400;
}
.ui-dialog.ui-widget-content .login:before,
.ui-dialog.ui-widget-content .primary:before {
  font-family: FontAwesome;
  content: '';
  color: #FFFFFF;
  display: inline-block;
  font-size: 16px;
  margin-right: 5px;
}
.ui-dialog.ui-widget-content .register,
.ui-dialog.ui-widget-content .secondary {
  background-color: #E7ECF4;
  color: #124395;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  line-height: 20px;
  padding: 15px  25px;
  text-decoration: none;
  border: 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  margin-top: 20px;
}
.ui-dialog.ui-widget-content .register:hover,
.ui-dialog.ui-widget-content .secondary:hover {
  background-color: #E7ECF4;
}
.ui-dialog.ui-widget-content .register:before,
.ui-dialog.ui-widget-content .secondary:before {
  font-family: FontAwesome;
  content: '';
  color: #124395;
  display: inline-block;
  font-size: 16px;
  margin-right: 5px;
}
.ui-dialog.ui-widget-content #popup-flagged-job,
.ui-dialog.ui-widget-content #popup {
  padding: 10px 25px;
}
.ui-dialog.ui-widget-content .form-error {
  color: #BE1200;
  margin-bottom: 5px;
}

/* CSS for login/register popup  */

.ui-dialog.ui-widget-content {
  background: #FFFFFF;
  color: #3F4048;
  border: none;
  box-shadow: 0 5px 5px;
  border-radius: 0;
  padding: 0 0 20px;
  display: none;
}

.ui-dialog.ui-widget-content .ui-widget-header {
  background: none;
  border: 0;
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 30px;
  top: 25px;
  width: 21px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
  z-index: 10;
  border: 1px solid #d3d3d3;
  background-color: #e6e6e6;
  border-radius: 4px;
  color: #7a7c85;;
  cursor: pointer;
}

.ui-dialog .ui-dialog-titlebar-close:hover {
  border: 1px solid #999;
  background-color: #dadada;
  color: #212121;
}

.ui-dialog .ui-dialog-titlebar-close:before {
  font-family: FontAwesome;
  content: "\f00d";
  display: inline-block;
  font-size: 14px;
  margin-left: 1px;
  margin-top: 1px;
  font-weight: 400;
  position: relative;
  top: -4px;
}

.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative;
}

.ui-dialog .ui-dialog-title, .ui-button-text {
  display: none;
}

.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px;
  left: 50%;
  margin-left: -8px;
}

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 10px 25px;
  background: 0;
  overflow: auto;
}

.ui-dialog.ui-widget-content p {
  margin: 10px 0;
}

.ui-dialog.ui-widget-content p.buttons {
  text-align: right;
}

.ui-dialog.ui-widget-content .login {
  background-color: #F1A121;
  transition: background-color 0.5s;
  color: #FFFFFF;
  font-family: 'Roboto Condensed',sans-serif;
  font-size: 16px;
  line-height: 20px;
  padding: 15px 25px;
  text-decoration: none;
  border: 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  margin-left: 10px;
  margin-top: 20px;
  float: right;
}
.ui-dialog.ui-widget-content .login:hover {
  background-color: #E19400;
}

.ui-dialog.ui-widget-content .register {
  background-color: #E7ECF4;
  color: #124395;
  font-family: 'Roboto Condensed',sans-serif;
  font-size: 16px;
  line-height: 20px;
  padding: 15px 25px;
  text-decoration: none;
  border: 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  margin-top: 20px;
  cursor: pointer;
}

.ui-widget-overlay {
  background: #3F4048;
  opacity: 0.8;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}

.ui-front {
  height: auto;
  width: 500px;
  top: 15%;
  left: 30%;
  position: fixed;
  z-index: 999999;
}
@media (width: 768px) {
  .ui-front {
    left: 17%;
  }
}
@media (width: 1024px) {
  .ui-front {
    left: 25%;
  }
}
@media (max-width: 767px) {
  .ui-front {
    left: 0;
  }
}
.overlay {
  display: none;
  height: 100%;
  width: 100%;
  display: none;
  background-color: #3F4048;
  opacity: 0.5;
  position: fixed;
  z-index: 10;
  top: 0;
}

input.form-text, .form-textarea, .form-select {
  box-shadow: inset 2px 2px 2px #F5F5F5;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  padding: 14px 35px 15px 10px;
  border: solid 1px #BCBEC0;
  width: 100%;
  color: #706F6F;
  max-width: 404px;
  font-size: 16px;
  font-style: italic;
}

input.form-text.error, .form-textarea.error, .form-select.error {
  border: 1px solid #BE1200;
}

div.form-item {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
}

#header .container #header-region .single #block-locale-language-content h3 {
    font-family: 'Roboto',"Microsoft YaHei",Arial,sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #706F6F;
    padding: 20px 0 20px 25px;
    line-height: 15px;
    border-bottom: 1px solid #F5F5F5;
	letter-spacing: 0;
}
#header .container #header-region .single #block-locale-language-content .language-switcher-locale-url li {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
}
#header .container #header-region .single #block-locale-language-content .language-switcher-locale-url li a {
    padding-bottom: 19px;
    padding-left: 25px;
    padding-right: 25px;
    width: auto;
    color: rgb(18, 67, 149);
}
#header .container #header-region .single #block-locale-language-content {
    position: relative;
}
#block-locale-language-content {
    top: 3px;
}
.menu li {
    list-style: none;
}
@media (min-width: 1180px){
#header .container #header-region .single #block-locale-language-content h3 {
    display: none;
}
	#header .container #header-region .single #block-locale-language-content .language-switcher-locale-url li a {
    border-bottom: none;
    padding: 42px 0 20px;
    color: #706F6F !important;
}
	#header .container #header-region .single #block-locale-language-content .language-switcher-locale-url li {
    position: relative;
    right: 18px;
}
#header .container #header-region .single #block-locale-language-content {
    left: 35px;
}	
	
}