/*
* 
* 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 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: 0.67em 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;
  }
}

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: 11;
    border-bottom: 1px solid #EEE;
}

@media (max-width:767px) {
    .smartbanner-app #header {
        top: 80px;
        position: absolute;
    }
    #header.sticky {
        position: fixed;
        top: 0;
    }
}

@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-wrapper {
        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%;
    }
    #header .container #header-region-wrapper #header-region {
        display: table;
        width: 309px;
    }
}

@media (max-width:767px) and (max-width:767px) {
    #header .container #header-region-wrapper .menu {
        margin-top: 55px;
        border-top: 1px solid #F5F5F5;
    }
    .not-logged-in #header .container #header-region-wrapper .menu {
        margin-top: 115px;
    }
}

@media (max-width:320px) {
    #header .container #header-region-wrapper {
        width: 269px;
        left: -275px;
    }
}

@media (min-width:1180px) {
    #header .container #header-region-wrapper {
        position: relative;
        background: none;
        display: inline-block;
        left: auto;
        width: 993px;
        float: left;
        box-shadow: none;
        border: 0;
        overflow: visible;
    }
}

#header .container #header-region-wrapper .mega-menu {
    border-top: 1px solid #F5F5F5;
    display: none;
}

@media (min-width:1180px) {
    #header .container #header-region-wrapper .mega-menu {
        margin: 0;
        padding: 0;
        position: absolute;
        left: -9999px;
        border: 0;
        box-shadow: 0 5px 10px;
        display: block;
        opacity: 0;
        transition: all 0.3s ease-in;
    }
    #header .container #header-region-wrapper .mega-menu.open {
        left: auto;
    }
    #header .container #header-region-wrapper .mega-menu.open.right {
        right: 0;
    }
}

#header .container #header-region-wrapper .mega-menu .pane-views-exp-job-search-job-search,
#header .container #header-region-wrapper .mega-menu .views-widget-filter-field_job_salary_min,
#header .container #header-region-wrapper .mega-menu .views-widget-filter-field_job_salary_max,
#header .container #header-region-wrapper .mega-menu .views-widget-filter-currency_code,
#header .container #header-region-wrapper .mega-menu .panel-separator {
    display: none;
}

#header .container #header-region-wrapper .mega-menu .panel-panel {
    width: 100%;
}

@media (min-width:1180px) {
    #header .container #header-region-wrapper .mega-menu .panel-panel {
        width: 324px;
        padding: 0 30px;
        float: left;
        margin-top: -7px;
    }
}

#header .container #header-region-wrapper .mega-menu .panel-panel .inside {
    margin: 0;
}

#header .container #header-region-wrapper .mega-menu .panel-divider {
    display: none;
}

@media (min-width:1180px) {
    #header .container #header-region-wrapper .mega-menu .panel-divider {
        border-left: 1px solid #E3E5EA;
        float: left;
        min-height: 250px;
        display: block;
    }
}

#header .container #header-region-wrapper .mega-menu .pane-views-exp-job-search-job-search .pane-title {
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
}

#header .container #header-region-wrapper .mega-menu .pane-views-exp-job-search-job-search .views-exposed-widget {
    padding: 10px 0 0;
}

#header .container #header-region-wrapper .mega-menu .menu-box-content {
    display: none;
}

@media (min-width:1180px) {
    #header .container #header-region-wrapper .mega-menu .menu-box-content {
        display: block;
    }
}

#header .container #header-region-wrapper .mega-menu .menu-box-content ul {
    margin: 0;
}

#header .container #header-region-wrapper .mega-menu .menu-box-content ul li {
    padding-left: 37px;
}

@media (min-width:1180px) {
    #header .container #header-region-wrapper .mega-menu .menu-box-content ul li {
        padding-left: 0;
    }
}

#header .container #header-region-wrapper .mega-menu .menu-box-content ul li.first {
    display: none;
}

@media (min-width:1180px) {
    #header .container #header-region-wrapper .mega-menu .menu-box-content a.active {
        padding-bottom: 12px;
        border: 0;
    }
}

@media (min-width:1180px) {
    #header .container #header-region-wrapper .mega-menu a.active {
        padding-bottom: 12px;
        border: 0;
    }
}

@media (min-width:768px) and (max-width:1179px) {
    #header .container #header-region-wrapper .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-wrapper .menu ul li {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #F5F5F5;
    position: relative;
}

@media (min-width:1180px) {
    #header .container #header-region-wrapper .menu ul li {
        display: inline-block;
        padding: 0;
        border: 0;
        border-left: 1px solid #F5F5F5;
        position: relative;
    }
}

#header .container #header-region-wrapper .menu ul li.open {
    padding-bottom: 0;
    border: 0;
}

#header .container #header-region-wrapper .menu ul li.active-trail > a.active {
    border-left: 3px solid #124395;
}

@media (min-width:1180px) {
    #header .container #header-region-wrapper .menu ul li.active-trail > a.active {
        border-left: 0;
    }
}

#header .container #header-region-wrapper .menu ul li a {
    font-family: 'Roboto', "Microsoft YaHei", Arial, 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-wrapper .menu ul li a {
        width: 280px;
    }
}

@media (min-width:1180px) {
    #header .container #header-region-wrapper .menu ul li a {
        width: auto;
        padding: 29px 15px 22px;
    }
}

#header .container #header-region-wrapper .menu ul li a.active {
    color: #124395;
}

@media (min-width:1180px) {
    #header .container #header-region-wrapper .menu ul li a.active {
        border-left: 0;
        border-bottom: 2px solid #124395;
        padding-bottom: 21px;
    }
}

#header .container #header-region-wrapper .menu ul li a.active-sub {
    color: #124395;
}

#header .container #header-region-wrapper .menu ul li a.submenu-icon,
#header .container #header-region-wrapper .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-wrapper .menu ul li a.submenu-icon.plus-icon:before,
#header .container #header-region-wrapper .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-wrapper .menu ul li a.submenu-icon.active-icon,
#header .container #header-region-wrapper .menu ul li a.second-level.active-icon {
    background-color: #F5F5F5;
    opacity: 0.5;
}

#header .container #header-region-wrapper .menu ul li a.submenu-icon.active-icon:before,
#header .container #header-region-wrapper .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-wrapper .menu ul li a.submenu-icon,
    #header .container #header-region-wrapper .menu ul li a.second-level {
        display: none;
    }
}

@media (max-width:1179px) {
    #header .container #header-region-wrapper .menu ul li a.submenu-icon,
    #header .container #header-region-wrapper .menu ul li a.second-level {
        right: 0;
        top: 0;
        position: absolute;
    }
}

#header .container #header-region-wrapper .menu ul li a.second-level {
    padding-top: 12px;
    height: 100%;
}

#header .container #header-region-wrapper .menu ul .menu-box-header {
    border-bottom: 1px solid #F5F5F5;
    padding: 13px 50px 12px 45px;
    font-family: 'Roboto', "Microsoft YaHei", Arial, sans-serif;
    font-weight: 500;
    font-size: 14px;
    position: relative;
}

@media (min-width:1180px) {
    #header .container #header-region-wrapper .menu ul .menu-box-header {
        border: 0;
        padding: 0;
    }
}

#header .container #header-region-wrapper .menu ul .menu-box-header a {
    padding: 0;
    width: 210px;
}

@media (min-width:768px) {
    #header .container #header-region-wrapper .menu ul .menu-box-header a {
        width: 280px;
    }
}

@media (min-width:1180px) {
    #header .container #header-region-wrapper .menu ul .menu-box-header a {
        padding: 0;
        width: auto;
    }
}

#header .container #header-region-wrapper .menu #block-mp-mypage-save-jobs-block {
    display: none;
}

#header .container #header-region-wrapper .menu #block-system-main-menu h3.title {
    display: none;
}

#header .container #header-region-wrapper #block-mp-mypage-save-jobs-block {
    display: block;
    position: absolute;
    top: 63px;
    border-top: 1px solid #F5F5F5;
    width: 100%;
    padding-top: 14px;
}

@media (min-width:768px) {
    #header .container #header-region-wrapper #block-mp-mypage-save-jobs-block {
        position: relative;
        top: 14px;
        right: 55px;
        left: auto;
        z-index: 5;
        width: auto;
        padding: 0;
        border: 0;
        float: right;
    }
}

@media (min-width:1180px) {
    #header .container #header-region-wrapper #block-mp-mypage-save-jobs-block {
        right: 0;
        top: 28px;
    }
}

#header .container #header-region-wrapper #block-mp-mypage-save-jobs-block a {
    color: #706F6F;
    font-family: 'Roboto Condensed', "Microsoft YaHei", Arial, sans-serif;
    font-weight: 700;
    padding: 15px 25px;
    text-decoration: none;
    font-family: 'Roboto', "Microsoft YaHei", Arial, sans-serif;
    font-weight: 500;
    font-size: 14px;
    padding: 15px 0;
}

#header .container #header-region-wrapper #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-wrapper #block-mp-mypage-save-jobs-block a {
        padding: 15px 0 15px 25px;
    }
}

#header .container #header-region-wrapper #block-mp-mypage-save-jobs-block a.save_job_present:before {
    content: "\f005";
    color: #F1A121;
}

#header .container #header-region-wrapper #block-mp-mypage-save-jobs-block a:before {
    font-size: 14px;
}

#header .container #header-region-wrapper .sign-in a,
#header .container #header-region-wrapper #hybrid-mob-app-login a {
    color: #124395;
    font-family: 'Roboto Condensed', "Microsoft YaHei", Arial, sans-serif;
    font-weight: 700;
    padding: 15px 25px;
    text-decoration: none;
    font-family: 'Roboto', "Microsoft YaHei", Arial, sans-serif;
    font-weight: 500;
    font-size: 14px;
    padding: 15px 0;
}

#header .container #header-region-wrapper .sign-in a:before,
#header .container #header-region-wrapper #hybrid-mob-app-login 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-wrapper .sign-in a:before,
#header .container #header-region-wrapper #hybrid-mob-app-login a:before {
    font-size: 14px;
}

#header .container #header-region-wrapper .sign-in a:hover span,
#header .container #header-region-wrapper #hybrid-mob-app-login a:hover span,
#header .container #header-region-wrapper .sign-in a:focus span,
#header .container #header-region-wrapper #hybrid-mob-app-login a:focus span {
    text-decoration: underline;
}

#header .container #header-region-wrapper #hybrid-mob-app-login {
    display: none;
}

#header .container #header-region-wrapper .user-links {
    display: table-header-group;
}

@media (max-width:767px) {
    #header .container #header-region-wrapper .user-links .user-menu,
    #header .container #header-region-wrapper .user-links .sign-in,
    #header .container #header-region-wrapper .user-links #hybrid-mob-app-login {
        padding: 20px 25px;
    }
    .not-logged-in #header .container #header-region-wrapper .user-links .sign-in,
    .not-logged-in #header .container #header-region-wrapper .user-links #hybrid-mob-app-login {
        position: absolute;
        top: 0;
    }
}

@media (min-width:768px) {
    #header .container #header-region-wrapper .user-links {
        position: absolute;
        margin-left: 20px;
        top: 14px;
        width: 100%;
        left: auto;
        right: 30px;
        width: auto;
        position: relative;
        float: right;
    }
}

@media (min-width:1180px) {
    #header .container #header-region-wrapper .user-links {
        right: 0;
        top: 28px;
        display: block;
    }
}

@media (min-width:768px) and (max-width:1179px) {
    #header .container #header-region-wrapper .user-links .username {
        text-align: right;
    }
}

#header .container #header-region-wrapper .user-links .username .name {
    display: inline-block;
}

@media (max-width:767px) {
    #header .container #header-region-wrapper .user-links .username .name {
        width: 55%;
    }
}

#header .container #header-region-wrapper .user-links .username .name a {
    max-height: 25px;
    display: inline-block;
    padding: 0;
}

@media (max-width:767px) {
    #header .container #header-region-wrapper .user-links .username .name a {
        max-width: 100%;
    }
}

#header .container #header-region-wrapper .user-links .username a {
    color: #124395;
    font-family: 'Roboto Condensed', "Microsoft YaHei", Arial, sans-serif;
    font-weight: 700;
    padding: 15px 25px;
    text-decoration: none;
    font-family: 'Roboto', "Microsoft YaHei", Arial, sans-serif;
    font-weight: 500;
    font-size: 14px;
    padding: 30px 0;
}

#header .container #header-region-wrapper .user-links .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-wrapper .user-links .username a:before {
    font-size: 14px;
    display: initial;
}

#header .container #header-region-wrapper .user-links .username a:hover,
#header .container #header-region-wrapper .user-links .username a:focus {
    color: #124395;
}

#header .container #header-region-wrapper .user-links .user-submenu {
    position: absolute;
}

@media (max-width:767px) {
    #header .container #header-region-wrapper .user-links .user-submenu {
        right: 20px;
        top: 15px;
    }
    #header .container #header-region-wrapper .user-links .user-submenu .mypage-link {
        display: none;
    }
}

@media (min-width:768px) {
    #header .container #header-region-wrapper .user-links .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-wrapper .user-links .user-submenu:hover,
    #header .container #header-region-wrapper .user-links .user-submenu:focus {
        left: auto;
    }
}

#header .container #header-region-wrapper .user-links .user-submenu li {
    list-style: none;
    display: block;
    text-align: right;
}

#header .container #header-region-wrapper .user-links .user-submenu a {
    font-family: 'Roboto Condensed', "Microsoft YaHei", Arial, sans-serif;
    font-weight: 400;
    display: inline-block;
    color: #3F4048;
    padding: 5px 0 15px;
    font-size: 16px;
    width: 100%;
}

#header .container #header-region-wrapper .user-links .user-submenu a:before {
    content: "";
    margin: 0;
}

#header .container #header-region-wrapper .user-links .tablet-logout {
    display: none;
}

#header .container #header-region-wrapper .user-links .tablet-logout a:before {
    content: '';
    margin: 0;
}

@media (min-width:768px) and (max-width:1179px) {
    #header .container #header-region-wrapper .user-links {
        right: 55px;
    }
    #header .container #header-region-wrapper .user-links .tablet-logout {
        display: inline-block;
        margin-left: 4px;
        vertical-align: top;
    }
}

@media (min-width:1180px) {
    #header .container #header-region-wrapper .user-links .username .name {
        padding-bottom: 30px;
    }
    #header .container #header-region-wrapper .user-links .username .name:hover ~ .user-submenu {
        left: auto;
    }
}

@media (min-width:1180px) {
    #header #header-region-wrapper .menu li.start {
        float: left;
    }
    #header #header-region-wrapper .menu li.start:hover,
    #header #header-region-wrapper .menu li.start.active,
    #header #header-region-wrapper .menu li.start > a:focus {
        background-color: #F5F5F5;
    }
    #header #header-region-wrapper .menu li.start:hover span,
    #header #header-region-wrapper .menu li.start.active span,
    #header #header-region-wrapper .menu li.start > a:focus span {
        color: #124395;
    }
    #header #header-region-wrapper .menu li.start:hover .mega-menu,
    #header #header-region-wrapper .menu li.start.active .mega-menu,
    #header #header-region-wrapper .menu li.start > a:focus .mega-menu {
        opacity: 1;
        transition-delay: 0s, 0s, 0.3s;
    }
    #header #header-region-wrapper .menu li.start.first {
        display: none;
    }
    #header #header-region-wrapper .menu li.start.last {
        border-right: 1px solid #F5F5F5;
    }
    #header #header-region-wrapper .menu .hassubmenu:hover .mega-menu,
    #header #header-region-wrapper .menu .hassubmenu a:focus ~ .mega-menu {
        left: auto;
    }
    #header #header-region-wrapper .menu .hassubmenu:hover .mega-menu.right,
    #header #header-region-wrapper .menu .hassubmenu a:focus ~ .mega-menu.right {
        right: 0;
    }
    #header #header-region-wrapper .menu .mega-menu {
        background: #FFFFFF;
    }
    #header #header-region-wrapper .menu .mega-menu .panel-one-col {
        padding: 25px 0;
    }
    #header #header-region-wrapper .menu .mega-menu .panel-2col {
        width: 650px;
        padding: 25px 0 35px;
    }
    #header #header-region-wrapper .menu .mega-menu .panel-3col-33 {
        padding: 25px 0 35px;
        width: 780px;
    }
    #header #header-region-wrapper .menu .mega-menu .panel-3col-33 .panel-panel {
        width: 259px;
        padding: 0 30px;
        margin-top: -7px;
    }
    #header #header-region-wrapper .menu .mega-menu .panel-2col .views-exposed-form .form-item ul li,
    #header #header-region-wrapper .menu .mega-menu .panel-3col-33 .views-exposed-form .form-item ul li {
        display: block;
    }
    #header #header-region-wrapper .menu .mega-menu .panel-2col .pane-views-exp-job-search-job-search,
    #header #header-region-wrapper .menu .mega-menu .panel-3col-33 .pane-views-exp-job-search-job-search {
        display: block;
    }
    #header #header-region-wrapper .menu .mega-menu .panel-2col .pane-views-exp-job-search-job-search .form-autocomplete,
    #header #header-region-wrapper .menu .mega-menu .panel-3col-33 .pane-views-exp-job-search-job-search .form-autocomplete {
        width: 100%;
    }
    #header #header-region-wrapper .menu .mega-menu .panel-pane {
        margin-bottom: 9px;
    }
    #header #header-region-wrapper .menu .mega-menu .menucluster a {
        padding: 0 0 3px;
        color: #706F6F;
    }
    #header #header-region-wrapper .menu .mega-menu .menucluster li {
        border: 0;
        display: block;
    }
    #header #header-region-wrapper .menu .mega-menu .menucluster li a:hover,
    #header #header-region-wrapper .menu .mega-menu .menucluster li a:focus {
        color: #124395;
    }
    #header #header-region-wrapper .menu .mega-menu .menucluster .menu-box-header {
        font-family: 'Roboto Condensed', "Microsoft YaHei", Arial, sans-serif;
        font-weight: 700;
        color: #3F4048;
        text-align: left;
        font-size: 20px;
    }
    #header #header-region-wrapper .menu .mega-menu .menucluster .menu-box-header a {
        line-height: 25px;
        font: inherit;
        color: inherit;
    }
    #header #header-region-wrapper .menu .mega-menu .menucluster .menu-box-header a.active {
        border: 0;
        padding-bottom: 0;
    }
}

@media (min-width:1180px) and (min-width:1180px) {
    #header #header-region-wrapper .menu .single,
    #header #header-region-wrapper .menu .multiple {
        display: none;
    }
}

@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 .form-submit {
    background-color: #F1A121;
    transition: background-color 0.5s;
    color: #FFFFFF;
    font-family: 'Roboto Condensed', "Microsoft YaHei", Arial, 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: #FFFFFF;
    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;
    font-weight: normal;
}

#header .container .pane-content .views-exposed-form .form-item label.error:after {
    top: 64px;
}

#header .container .pane-content .views-exposed-form .form-autocomplete {
    width: 265px;
}

#header .container .pane-content .views-exposed-form .views-exposed-widgets {
    margin-bottom: -7px;
}

@media (min-width:768px) {
    #header #header-region-wrapper {
        float: right;
    }
}
#header-region .block-locale ul.lang-hover li:first-child:after {
    position: relative;
    top: 1px;
}

#header-region .single .block-locale ul li.active {
    display: none;
}

#header-region .block-locale ul li.active a {
    pointer-events: none;
}

#header-region .single .block-locale ul li a.locale-untranslated {
    display: none;
}

.lang-hide {
    display: none !important;
}

@media screen and (max-width:767px) {
    #header-region .block-locale {
        top: 0;
    }
    #header-region .block-locale ul {
        position: relative;
        margin: 14px 0 0;
    }
}

#header .container #header-region .language-switcher-block {
   /* display: none; */
}

@media (min-width:1180px) {
    #header .container #header-region .language-switcher-block {
        position: relative;
        top: 28px;
        float: right;
        display: block;
    }
    #header .container #header-region .language-switcher-block .single,
    #header .container #header-region .language-switcher-block .multiple {
        position: relative;
        top: 0;
        right: 0;
    }
    #header .container #header-region .language-switcher-block .multiple ul li a {
        display: inline-block;
    }
    #header .container #header-region .language-switcher-block .multiple ul li a.active {
        padding: 0;
    }
}

@media (max-width:1179px) {
    .not-logged-in #header .container #header-region .multiple .block-locale {
        position: relative;
    }
}

@media (min-width:1180px) {
    #header .container #header-region .multiple {
        position: absolute;
        top: -17px;
        right: 250px;
    }
}

#header .container #header-region .multiple 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;
}

@media (max-width:767px) {
    #header .container #header-region .multiple h3 {
        margin: 0;
    }
}

@media (min-width:1180px) {
    #header .container #header-region .multiple h3 {
        display: none;
    }
}

#header .container #header-region .multiple .language-switcher-locale-url {
    margin: 0;
    background: none !important;
}

#header .container #header-region .multiple .language-switcher-locale-url li {
    background: #FFFFFF;
    margin: 0;
    display: none;
    list-style: none;
}

@media (min-width:1180px) {
    #header .container #header-region .multiple .language-switcher-locale-url li {
        position: relative;
        top: 47px;
        border: 1px solid #F5F5F5;
    }
}

#header .container #header-region .multiple .language-switcher-locale-url li.active {
    margin: 0;
    padding: 0;
    display: list-item !important;
    position: absolute;
    top: 15px;
    right: 0;
    border: 0;
}

@media (max-width:767px) {
    #header .container #header-region .multiple .language-switcher-locale-url li.active {
        top: -52px;
        right: 0;
    }
}

@media (min-width:1180px) {
    #header .container #header-region .multiple .language-switcher-locale-url li.active {
        right: 20px;
        top: 0;
    }
    #header .container #header-region .multiple .language-switcher-locale-url li.active.no-arrow {
        padding: 2px 17px;
    }
}

#header .container #header-region .multiple .language-switcher-locale-url li.active.no-arrow {
    padding: 0 17px;
}

#header .container #header-region .multiple .language-switcher-locale-url li.active.no-arrow a:after {
    display: none;
}

#header .container #header-region .multiple .language-switcher-locale-url li a {
    font-family: 'Roboto', "Microsoft YaHei", Arial, sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #706F6F !important;
}

@media (min-width:768px) and (max-width:1179px) {
    #header .container #header-region .multiple .language-switcher-locale-url li a {
        padding: 20px 0 20px 45px;
    }
}

@media (min-width:1180px) {
    #header .container #header-region .multiple .language-switcher-locale-url li a {
        padding: 20px 30px;
    }
}

#header .container #header-region .multiple .language-switcher-locale-url li a:hover,
#header .container #header-region .multiple .language-switcher-locale-url li a:focus {
    text-decoration: underline;
}

#header .container #header-region .multiple .language-switcher-locale-url li a.active {
    color: #124395 !important;
    padding-left: 25px;
    width: auto;
}

#header .container #header-region .multiple .language-switcher-locale-url li a.active:after {
    font-family: FontAwesome;
    content: "\f078";
    color: #BCBEC0;
    display: inline-block;
    font-size: 16px;
    margin-right: 5px;
    margin-right: 0;
    padding: 0 20px;
}

@media (min-width:768px) and (max-width:1179px) {
    #header .container #header-region .multiple .language-switcher-locale-url li a.active {
        padding: 0;
    }
}

@media (min-width:1180px) {
    #header .container #header-region .multiple .language-switcher-locale-url li a.active {
        border-bottom: none;
        padding: 40px 0 20px;
        color: #706F6F !important;
    }
    #header .container #header-region .multiple .language-switcher-locale-url li a.active:after {
        display: inline;
        padding: 0 0 0 5px;
    }
}

#header .container #header-region .multiple .language-switcher-locale-url.lang-hover li a.active:after {
    content: "\f077";
}

@media (max-width:1179px) {
    .not-logged-in #header .container #header-region .single .block-locale {
        position: relative;
    }
}

@media (min-width:1180px) {
    #header .container #header-region .single {
        position: absolute;
        top: -17px;
        right: 250px;
    }
}

#header .container #header-region .single 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;
}

@media (max-width:767px) {
    #header .container #header-region .single h3 {
        margin: 0;
    }
}

@media (min-width:1180px) {
    #header .container #header-region .single h3 {
        display: none;
    }
}

#header .container #header-region .single .language-switcher-locale-url {
    margin: 0;
    background: none !important;
}

#header .container #header-region .single .language-switcher-locale-url li {
    background: #FFFFFF;
    margin: 0;
    display: none;
    list-style: none;
}

@media (min-width:1180px) {
    #header .container #header-region .single .language-switcher-locale-url li {
        position: relative;
        top: 47px;
        border: 1px solid #F5F5F5;
    }
}

#header .container #header-region .single .language-switcher-locale-url li.active {
    margin: 0;
    padding: 0;
    display: list-item !important;
    position: absolute;
    top: 15px;
    right: 0;
    border: 0;
}

@media (max-width:767px) {
    #header .container #header-region .single .language-switcher-locale-url li.active {
        top: -52px;
        right: 0;
    }
}

@media (min-width:1180px) {
    #header .container #header-region .single .language-switcher-locale-url li.active {
        right: 20px;
        top: 0;
    }
    #header .container #header-region .single .language-switcher-locale-url li.active.no-arrow {
        padding: 2px 17px;
    }
}

#header .container #header-region .single .language-switcher-locale-url li.active.no-arrow {
    padding: 0 17px;
}

#header .container #header-region .single .language-switcher-locale-url li.active.no-arrow a:after {
    display: none;
}

#header .container #header-region .single .language-switcher-locale-url li a {
    font-family: 'Roboto', "Microsoft YaHei", Arial, sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #706F6F !important;
}

@media (min-width:768px) and (max-width:1179px) {
    #header .container #header-region .single .language-switcher-locale-url li a {
        padding: 20px 0 20px 45px;
    }
}

@media (min-width:1180px) {
    #header .container #header-region .single .language-switcher-locale-url li a {
        padding: 20px 30px;
    }
}

#header .container #header-region .single .language-switcher-locale-url li a:hover,
#header .container #header-region .single .language-switcher-locale-url li a:focus {
    text-decoration: underline;
}

#header .container #header-region .single .language-switcher-locale-url li a.active {
    color: #124395 !important;
    padding-left: 25px;
    width: auto;
}

#header .container #header-region .single .language-switcher-locale-url li a.active:after {
    font-family: FontAwesome;
    content: "\f078";
    color: #BCBEC0;
    display: inline-block;
    font-size: 16px;
    margin-right: 5px;
    margin-right: 0;
    padding: 0 20px;
}

@media (min-width:768px) and (max-width:1179px) {
    #header .container #header-region .single .language-switcher-locale-url li a.active {
        padding: 0;
    }
}

@media (min-width:1180px) {
    #header .container #header-region .single .language-switcher-locale-url li a.active {
        border-bottom: none;
        padding: 40px 0 20px;
        color: #706F6F !important;
    }
    #header .container #header-region .single .language-switcher-locale-url li a.active:after {
        display: inline;
        padding: 0 0 0 5px;
    }
}

#header .container #header-region .single .language-switcher-locale-url.lang-hover li a.active:after {
    content: "\f077";
}

#header .container #header-region .single .language-switcher-locale-url li {
    margin: 0;
    padding: 0;
    display: list-item !important;
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
}

@media (min-width:1180px) {
    #header .container #header-region .single .language-switcher-locale-url li {
        position: relative;
        right: 20px;
    }
}

#header .container #header-region .single .language-switcher-locale-url li.first {
    position: relative;
}

#header .container #header-region .single .language-switcher-locale-url li.first a {
    position: absolute;
    top: -52px;
    right: 0;
}

@media (min-width:768px) and (max-width:1179px) {
    #header .container #header-region .single .language-switcher-locale-url li.first a {
        top: -59px;
    }
}

@media (min-width:1180px) {
    #header .container #header-region .single .language-switcher-locale-url li.first a {
        position: relative;
        top: 0;
    }
}

#header .container #header-region .single .language-switcher-locale-url li .locale-untranslated {
    font-family: 'Roboto', "Microsoft YaHei", Arial, sans-serif;
    font-weight: 500;
    font-size: 14px;
    position: absolute;
    top: -38px;
    right: 20px;
}

@media (min-width:1180px) {
    #header .container #header-region .single .language-switcher-locale-url li .locale-untranslated {
        position: relative;
        right: 0;
        top: 0;
    }
}

#header .container #header-region .single .language-switcher-locale-url li a {
    color: #124395 !important;
    padding-bottom: 19px;
    padding-left: 25px;
    padding-right: 25px;
	padding-top: 15px;
    width: auto;
}

@media (min-width:1180px) {
    #header .container #header-region .single .language-switcher-locale-url li a {
        border-bottom: none;
        padding: 42px 0 20px;
        color: #706F6F !important;
    }
    #header .container #header-region .single .language-switcher-locale-url li a:after {
        display: inline;
        padding: 0 0 0 5px;
    }
}

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: auto;
    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 auto;
  }
}
@media (min-width: 1180px) {
  .container {
    width: 1180px;
    margin: 0 auto;
  }
}
@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;
}