/******************************************************************* variables */
/************************* fonts */
/********************************************************* colors */
/******************************************************* font stacks */
/******************************************************************** functions */
/*
    @include mq('tablet-wide') {
        padding-top: 4rem;
        font-size: 2.4rem;
    }
 */
/********************************************************************** animations */
/*
@include grid-generator(xs, 12);

@include respond-from(vs) {
  @include grid-generator(vs, 12);
}

@include respond-from(sm) {
  @include grid-generator(sm, 12);
}

@include respond-from(md) {
  @include grid-generator(md, 12);
}

@include respond-from(lg) {
  @include grid-generator(lg, 12);
}

@include respond-from(xl) {
  @include grid-generator(xl, 12);
}
*/
/**
 * Columns
 *
 */
/**
 * Columns, Mobile
 *@include columns-mobile( 2, 400px, li );
@include columns-tablet( 3, 700px, li );
@include columns-desktop( 4, 1000px, li );
 */
/**
 * Columns, Tablet
 *
 */
/**
 * Columns, Tablet Up
 *
 */
/**
 * Columns, Desktop
 *
 */
/************************************************************************************** CLASSES */
html {
  box-sizing: border-box;
  font-size: "14px";
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

p, li {
  margin-bottom: 0;
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.container {
  width: 1134px;
  margin: 0px auto;
  padding: 0px;
  max-width: 100%;
}
.container.full {
  width: 100%;
  max-width: 100%;
}
.container.full > .row {
  margin: 0;
}

.row {
  margin: 0px -15px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  display: block;
  clear: both;
  height: 1px;
  margin-top: -1px;
  visibility: hidden;
}
.row.rtl .col-md-1-12 {
  float: none;
}
.row.rtl .col-md-2-12 {
  float: none;
}
.row.rtl .col-md-3-12 {
  float: none;
}
.row.rtl .col-md-4-12 {
  float: none;
}
.row.rtl .col-md-5-12 {
  float: none;
}
.row.rtl .col-md-6-12 {
  float: none;
}
.row.rtl .col-md-7-12 {
  float: none;
}
.row.rtl .col-md-8-12 {
  float: none;
}
.row.rtl .col-md-9-12 {
  float: none;
}
.row.rtl .col-md-10-12 {
  float: none;
}
.row.rtl .col-md-11-12 {
  float: none;
}
.row.rtl .col-md-12-12 {
  float: none;
}

@media (min-width: 991px) {
  .col-md-1-12 {
    float: left;
    min-height: 1px;
    width: 8.3333333333%;
    max-width: 8.3333333333%;
    padding: 0px 15px;
  }
  .col-md-2-12 {
    float: left;
    min-height: 1px;
    width: 16.6666666667%;
    max-width: 16.6666666667%;
    padding: 0px 15px;
  }
  .col-md-3-12 {
    float: left;
    min-height: 1px;
    width: 25%;
    max-width: 25%;
    padding: 0px 15px;
  }
  .col-md-4-12 {
    float: left;
    min-height: 1px;
    width: 33.3333333333%;
    max-width: 33.3333333333%;
    padding: 0px 15px;
  }
  .col-md-5-12 {
    float: left;
    min-height: 1px;
    width: 41.6666666667%;
    max-width: 41.6666666667%;
    padding: 0px 15px;
  }
  .col-md-6-12 {
    float: left;
    min-height: 1px;
    width: 50%;
    max-width: 50%;
    padding: 0px 15px;
  }
  .col-md-7-12 {
    float: left;
    min-height: 1px;
    width: 58.3333333333%;
    max-width: 58.3333333333%;
    padding: 0px 15px;
  }
  .col-md-8-12 {
    float: left;
    min-height: 1px;
    width: 66.6666666667%;
    max-width: 66.6666666667%;
    padding: 0px 15px;
  }
  .col-md-9-12 {
    float: left;
    min-height: 1px;
    width: 75%;
    max-width: 75%;
    padding: 0px 15px;
  }
  .col-md-10-12 {
    float: left;
    min-height: 1px;
    width: 83.3333333333%;
    max-width: 83.3333333333%;
    padding: 0px 15px;
  }
  .col-md-11-12 {
    float: left;
    min-height: 1px;
    width: 91.6666666667%;
    max-width: 91.6666666667%;
    padding: 0px 15px;
  }
  .col-md-12-12 {
    float: left;
    min-height: 1px;
    width: 100%;
    max-width: 100%;
    padding: 0px 15px;
  }
  .row.rtl .col-md-1-12 {
    float: right;
  }
  .row.rtl .col-md-2-12 {
    float: right;
  }
  .row.rtl .col-md-3-12 {
    float: right;
  }
  .row.rtl .col-md-4-12 {
    float: right;
  }
  .row.rtl .col-md-5-12 {
    float: right;
  }
  .row.rtl .col-md-6-12 {
    float: right;
  }
  .row.rtl .col-md-7-12 {
    float: right;
  }
  .row.rtl .col-md-8-12 {
    float: right;
  }
  .row.rtl .col-md-9-12 {
    float: right;
  }
  .row.rtl .col-md-10-12 {
    float: right;
  }
  .row.rtl .col-md-11-12 {
    float: right;
  }
  .row.rtl .col-md-12-12 {
    float: right;
  }
}
.col-md-1-12 {
  padding: 0px 15px;
}

.col-md-2-12 {
  padding: 0px 15px;
}

.col-md-3-12 {
  padding: 0px 15px;
}

.col-md-4-12 {
  padding: 0px 15px;
}

.col-md-5-12 {
  padding: 0px 15px;
}

.col-md-6-12 {
  padding: 0px 15px;
}

.col-md-7-12 {
  padding: 0px 15px;
}

.col-md-8-12 {
  padding: 0px 15px;
}

.col-md-9-12 {
  padding: 0px 15px;
}

.col-md-10-12 {
  padding: 0px 15px;
}

.col-md-11-12 {
  padding: 0px 15px;
}

.col-md-12-12 {
  padding: 0px 15px;
}

@media only screen and (max-width: 1199px) {
  .container {
    padding: 0px 15px;
  }
}
#page {
  min-height: calc(100vh - 64px);
  padding-top: 77px;
  /*
  transform: translateX(0);
  @include transition();
  */
}

@media only screen and (max-width: 1199px) {
  #page {
    padding-top: 66px;
  }
}
@media only screen and (max-width: 990px) {
  #page {
    padding-top: 52px;
  }
}
/********************************************************** body + fonts */
html {
  font-size: 14px;
}

body {
  font-family: "Montserrat", sans-serif;
  color: #333333;
  font-weight: normal;
  line-height: 1.5;
  font-size: 14px;
  font-size: 1rem;
}

p {
  font-family: "Montserrat", sans-serif;
  color: #333333;
  font-weight: normal;
  line-height: 1.5;
  font-size: 14px;
  font-size: 1rem;
  margin: 0;
  margin-bottom: 25px;
}
p b {
  font-family: "Montserrat", sans-serif;
}

b {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
}

ul {
  padding: 0;
}

a {
  transition: color 0.3s ease-in-out, border 0.3s ease-in-out;
}

input[type=submit] {
  transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
  cursor: pointer;
}

button {
  transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
  cursor: pointer;
}
button:focus {
  outline: none;
}

/*************************************************************** entry-content */
h1, h2 {
  font-family: "Montserrat", sans-serif;
  color: #142a4f;
  font-weight: 500;
  line-height: 100%;
  margin: 0;
  margin-bottom: 15px;
}
h1 strong, h2 strong {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
}

h3, h4, h5, h6 {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  color: #142a4f;
  font-weight: 500;
  line-height: 100%;
}

h1 {
  font-size: 48px;
  font-size: 3.4285714286rem;
  margin-bottom: 25px;
}

h2 {
  font-size: 26px;
  font-size: 1.8571428571rem;
  font-weight: bold;
  margin-bottom: 25px;
}

h4 {
  font-size: 16px;
  font-size: 1.1428571429rem;
  font-weight: bold;
  margin-bottom: 25px;
}

.relative {
  position: relative;
}

input[type], select {
  width: 100%;
  border: none;
}
input[type]:focus, select:focus {
  outline: none;
}

select {
  cursor: pointer;
}

.triangle-bottom {
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #2ca4f5 transparent transparent transparent;
}

.desktop {
  display: block;
}

.mobile {
  display: none;
}

.pull-to-front {
  position: relative;
  z-index: 9;
}

.textScroll {
  position: relative;
  display: block;
  overflow: hidden;
  white-space: nowrap;
}
.textScroll span {
  position: relative;
  left: 0px;
  width: 100%;
  transform: translateX(0%);
  transition: left 0.25s ease;
}
.textScroll:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 100%;
  background: rgb(255, 255, 255);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 70%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}
.textScroll.thin:after {
  width: 50px;
}

.popin {
  position: relative;
  transform: translate(0px, 100px) translate3d(0, 0, 0);
  transition: all 0.7s ease-in-out;
  opacity: 0;
  visibility: hidden;
  filter: alpha(opacity=0);
}
.popin.in {
  transform: translate(0px, 0px) translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible;
  filter: alpha(opacity=100);
}

.scroll-wrappers {
  position: relative;
}
.scroll-wrappers > div {
  position: absolute;
  top: -100px;
}

@media only screen and (max-width: 990px) {
  .desktop {
    display: none;
  }
  .mobile {
    display: block;
  }
}
header#site-header {
  z-index: 20;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 0px;
  background: #fff;
  box-shadow: 0 2px 11px -1px rgba(0, 0, 0, 0.1);
  transform: translateX(0);
  transition: all 0.3s ease-in-out;
}
header#site-header nav {
  text-align: center;
}
header#site-header nav:before, header#site-header nav:after {
  content: " ";
  display: table;
}
header#site-header nav:after {
  display: block;
  clear: both;
  height: 1px;
  margin-top: -1px;
  visibility: hidden;
}
header#site-header nav .link_item {
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
}
header#site-header nav .link_item .logo {
  margin-right: 10px;
  display: block;
}
header#site-header nav .link_item .logo img {
  display: block;
}
header#site-header nav .link_item a {
  font-family: "Montserrat", sans-serif;
  color: #142a4f;
  font-weight: normal;
  line-height: 1;
  font-size: 14px;
  font-size: 1rem;
}
header#site-header nav .link_item a.active {
  color: #2ca4f5;
}
header#site-header nav .link_item a:hover {
  color: #2ca4f5;
}
header#site-header nav .link_item span {
  display: inline-block;
  margin-left: 5px;
}
header#site-header nav .link_item.jobseeker_login_popup {
  position: relative;
}
header#site-header nav .link_item.jobseeker_login_popup > a.open {
  color: #2ca4f5;
}
header#site-header nav .link_item.jobseeker_login_popup .popup {
  position: absolute;
  top: 150%;
  left: 50%;
  width: 410px;
  height: auto;
  background: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 2px 1px 6px 2px rgba(0, 0, 0, 0.1);
  transform: translate(-50%, 0);
  border-top: 2px #2ca4f5 solid;
  border-radius: 4px;
  display: none;
}
header#site-header nav .link_item.jobseeker_login_popup .popup .inner {
  padding: 36px 25px 20px;
}
header#site-header nav .link_item.jobseeker_login_popup .popup .inner .google_signup {
  margin-bottom: 15px;
}
header#site-header nav .link_item.jobseeker_login_popup .popup .inner .google_signup a {
  height: 47px;
}
header#site-header nav .link_item.jobseeker_login_popup .popup .inner .google_signup a span {
  margin: 0;
}
header#site-header nav .link_item.jobseeker_login_popup .popup .inner .google_signup a span.icon {
  width: 47px;
}
header#site-header nav .link_item.jobseeker_login_popup .popup .inner .google_signup a span.text {
  font-size: 16px;
  line-height: 44px;
}
header#site-header nav .link_item.jobseeker_login_popup .popup .inner .separator {
  margin-bottom: 15px;
}
header#site-header nav .link_item.jobseeker_login_popup .popup .inner .separator:before {
  width: 44px;
}
header#site-header nav .link_item.jobseeker_login_popup .popup .inner .separator:after {
  width: 44px;
}
header#site-header nav .link_item.jobseeker_login_popup .popup .inner .form .input input {
  padding: 11px 18px;
  font-size: 14px;
}
header#site-header nav .link_item.jobseeker_login_popup .popup .inner .form .other {
  padding: 12px 0;
}
header#site-header nav .link_item.jobseeker_login_popup .popup .inner .form .other:before, header#site-header nav .link_item.jobseeker_login_popup .popup .inner .form .other:after {
  content: " ";
  display: table;
}
header#site-header nav .link_item.jobseeker_login_popup .popup .inner .form .other:after {
  display: block;
  clear: both;
  height: 1px;
  margin-top: -1px;
  visibility: hidden;
}
header#site-header nav .link_item.jobseeker_login_popup .popup .inner .form .other span.sign_up {
  float: left;
  font-family: "Montserrat", sans-serif;
  color: #031434;
  font-weight: normal;
  line-height: 1;
  font-size: 12px;
  font-size: 0.8571428571rem;
}
header#site-header nav .link_item.jobseeker_login_popup .popup .inner .form .other span.sign_up a {
  color: #2ca4f5;
  font-size: 12px;
}
header#site-header nav .link_item.jobseeker_login_popup .popup .inner .form .other a.forgot_password {
  float: right;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  color: #031434;
  font-weight: normal;
  line-height: 1;
  font-size: 12px;
  font-size: 0.8571428571rem;
  border-bottom: 1px #031434 solid;
}
header#site-header nav .link_item.jobseeker_login_popup .popup .inner .form .other a.forgot_password:hover {
  color: #2ca4f5;
  border-color: #2ca4f5;
}
header#site-header nav .link_item.jobseeker_login_popup .popup .inner .form .action {
  float: none;
}
header#site-header nav .link_item.jobseeker_login_popup .popup .inner .form .action input {
  width: 100%;
}
header#site-header nav .link_item.jobseeker_login_popup .popup.open {
  display: block;
}
header#site-header nav .link_item.account {
  position: relative;
}
header#site-header nav .link_item.account a.toggle {
  display: block;
  width: 32px;
  height: 32px;
  background: url(../img/icons/profile-icon-1.svg) no-repeat center;
  background-size: 100%;
}
header#site-header nav .link_item.account a.toggle.open {
  background: url(../img/icons/profile-icon-2.svg) no-repeat center;
  background-size: 100%;
}
header#site-header nav .link_item.account .popup {
  position: absolute;
  top: 100%;
  right: 0;
  width: 255px;
  height: auto;
  background: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 2px 1px 6px 2px rgba(0, 0, 0, 0.1);
  display: none;
}
header#site-header nav .link_item.account .popup .inner {
  padding: 36px 25px 0;
}
header#site-header nav .link_item.account .popup .inner span.user_name {
  display: block;
  text-align: center;
  color: #031434;
  font-weight: bold;
  line-height: 1;
  font-size: 16px;
  font-size: 1.1428571429rem;
  margin-bottom: 10px;
}
header#site-header nav .link_item.account .popup .inner span.user_email {
  display: block;
  text-align: center;
  color: #031434;
  font-weight: normal;
  line-height: 1;
  font-size: 12px;
  font-size: 0.8571428571rem;
  margin-bottom: 40px;
}
header#site-header nav .link_item.account .popup .inner nav a {
  display: block;
  border-top: 0.5px #e8eaed solid;
  padding: 15px 0;
  text-align: left;
}
header#site-header nav .link_item.account .popup .inner nav a span {
  display: inline-block;
  vertical-align: middle;
}
header#site-header nav .link_item.account .popup .inner nav a span.icon {
  width: 25px;
  height: 20px;
}
header#site-header nav .link_item.account .popup .inner nav a span.text {
  font-family: "Montserrat", sans-serif;
  color: #3c4043;
  font-weight: 500;
  line-height: 1;
  font-size: 14px;
  font-size: 1rem;
  text-transform: none;
  transition: all 0.2s ease-out;
}
header#site-header nav .link_item.account .popup .inner nav a:hover span.text {
  color: #2ca4f5;
}
header#site-header nav .link_item.account .popup .inner nav a.link_account span.icon {
  background: url(../img/icons/account.svg) no-repeat center left;
}
header#site-header nav .link_item.account .popup .inner nav a.link_permanent span.icon {
  background: url(../img/icons/search.svg) no-repeat center left;
}
header#site-header nav .link_item.account .popup .inner nav a.link_cv span.icon {
  background: url(../img/icons/cv-icon.svg) no-repeat center left;
}
header#site-header nav .link_item.account .popup .inner nav a.link_saved_jobs span.icon {
  background: url(../img/icons/save.svg) no-repeat center left;
}
header#site-header nav .link_item.account .popup .inner a.sign_out {
  display: block;
  padding: 22px 0;
  text-align: center;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  color: #2ca4f5;
  font-weight: 500;
  line-height: 1;
  font-size: 14px;
  font-size: 1rem;
  border-top: 1px #2ca4f5 solid;
}
header#site-header nav .link_item.account .popup.open {
  display: block;
}
header#site-header nav.menu_left {
  float: left;
}
header#site-header nav.menu_right {
  float: right;
}
header#site-header nav.menu_right .link_item a {
  font-weight: bold;
  text-transform: uppercase;
  display: block;
}
header#site-header nav.menu_right .link_item a.btn.btnLblue:hover {
  color: #fff;
}

#site-header.registration {
  padding: 20px 0 0;
}
#site-header.registration nav.menu_left {
  float: none;
  position: absolute;
  top: 16px;
}
#site-header.registration .steps {
  position: relative;
  padding-top: 10px;
}
#site-header.registration .steps a {
  display: inline-block;
  vertical-align: bottom;
  padding: 0 15px 20px;
  margin-left: -5px;
  border-bottom: 2px transparent solid;
  font-family: "Montserrat", sans-serif;
  color: #142a4f;
  font-weight: 500;
  line-height: 1;
  font-size: 13px;
  font-size: 0.9285714286rem;
  top: 1px;
  position: relative;
}
#site-header.registration .steps a.complete {
  color: #a5b6ca;
  border-color: #47d47f;
}
#site-header.registration .steps a.current {
  color: #47d47f;
  border-color: #47d47f;
}
#site-header.registration .steps .progress {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 33.2%;
  background: #47d47f;
  display: none;
}

#site-header.recruiter nav.menu_left {
  margin-top: 5px;
}
#site-header.recruiter .account a.dashboard_link span {
  display: inline-block;
  vertical-align: middle;
}
#site-header.recruiter .account a.dashboard_link span.icon {
  position: relative;
  width: 18px;
  height: 18px;
  background: url(../img/icons/profile-icon-1.svg) no-repeat center;
  background-size: 100%;
}
#site-header.recruiter .account a.dashboard_link span.text {
  text-transform: none;
  color: #031434;
  font-weight: normal;
  line-height: 1;
  font-size: 14px;
  font-size: 1rem;
}
#site-header.recruiter .account.notification span.icon:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border: 1px #fff solid;
  background: #2ca4f5;
  border-radius: 50%;
  position: absolute;
  top: -2px;
  right: -2px;
}

#mobile-navigation {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  max-width: 100vw;
  overflow-y: auto;
  transform: translateX(-100%);
  overflow-x: hidden;
  z-index: 9999;
  transition: all 0.3s ease-in-out;
}
#mobile-navigation .mobile-user-profile {
  display: flex;
}
#mobile-navigation .mobile-user-profile .user_name {
  display: block;
}
#mobile-navigation .mobile-user-profile .user_email {
  font-weight: normal;
  font-size: 0.8rem;
  text-transform: lowercase;
}
#mobile-navigation .profile-picture {
  width: 40px;
  height: 40px;
  margin-right: 20px;
}
#mobile-navigation .wrapper {
  position: relative;
  height: 100%;
  overflow: auto;
  min-height: 100%;
  padding-bottom: 80px;
  background: #fff;
}
#mobile-navigation .wrapper .top {
  padding: 20px 15px;
  border-bottom: 1px #edf0f4 solid;
}
#mobile-navigation .wrapper .top:before, #mobile-navigation .wrapper .top:after {
  content: " ";
  display: table;
}
#mobile-navigation .wrapper .top:after {
  display: block;
  clear: both;
  height: 1px;
  margin-top: -1px;
  visibility: hidden;
}
#mobile-navigation .wrapper .top img {
  width: 95px;
  float: left;
}
#mobile-navigation .wrapper .top a.close_nav {
  display: block;
  width: 14px;
  height: 14px;
  background: url(../img/icons/close.svg) no-repeat center;
  float: right;
}
#mobile-navigation .wrapper ul.main_nav {
  margin: 0;
}
#mobile-navigation .wrapper ul.main_nav > li {
  border-bottom: 1px #edf0f4 solid;
}
#mobile-navigation .wrapper ul.main_nav > li > a {
  position: relative;
  display: block;
  padding: 22px 40px;
  font-family: "Montserrat", sans-serif;
  color: #031434;
  font-weight: bold;
  line-height: 1;
  font-size: 16px;
  font-size: 1.1428571429rem;
}
#mobile-navigation .wrapper ul.main_nav > li > a:after {
  content: "";
  display: block;
  width: 11px;
  height: 16px;
  background: url(../img/icons/chevron_right_large.svg) no-repeat;
  position: absolute;
  top: 22px;
  right: 25px;
}
#mobile-navigation .wrapper ul.main_nav li.jobseeker_login .popup {
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
#mobile-navigation .wrapper ul.main_nav li.jobseeker_login .popup .wrapper {
  padding: 20px 40px;
}
#mobile-navigation .wrapper ul.main_nav li.jobseeker_login .popup .wrapper .google_signup {
  margin-bottom: 15px;
}
#mobile-navigation .wrapper ul.main_nav li.jobseeker_login .popup .wrapper .google_signup a {
  height: 30px;
}
#mobile-navigation .wrapper ul.main_nav li.jobseeker_login .popup .wrapper .google_signup a span {
  margin: 0;
}
#mobile-navigation .wrapper ul.main_nav li.jobseeker_login .popup .wrapper .google_signup a span.icon {
  width: 30px;
  background-size: 100%;
}
#mobile-navigation .wrapper ul.main_nav li.jobseeker_login .popup .wrapper .google_signup a span.text {
  font-size: 12px;
  line-height: 26px;
  width: calc(100% - 30px);
  font-weight: 500;
}
#mobile-navigation .wrapper ul.main_nav li.jobseeker_login .popup .wrapper .separator {
  margin-bottom: 15px;
}
#mobile-navigation .wrapper ul.main_nav li.jobseeker_login .popup .wrapper .separator:before {
  width: 101px;
}
#mobile-navigation .wrapper ul.main_nav li.jobseeker_login .popup .wrapper .separator:after {
  width: 101px;
}
#mobile-navigation .wrapper ul.main_nav li.jobseeker_login .popup .wrapper .form li.field {
  margin-bottom: 10px;
}
#mobile-navigation .wrapper ul.main_nav li.jobseeker_login .popup .wrapper .form .input input {
  padding: 8px 14px;
  font-size: 12px;
}
#mobile-navigation .wrapper ul.main_nav li.jobseeker_login .popup .wrapper .form .action {
  float: none;
}
#mobile-navigation .wrapper ul.main_nav li.jobseeker_login .popup .wrapper .form .action input {
  width: 100%;
  height: 35px;
  line-height: 35px;
  font-size: 12px;
  font-size: 0.8571428571rem;
}
#mobile-navigation .wrapper ul.main_nav li.jobseeker_login.open .popup {
  max-height: 700px;
}
#mobile-navigation .wrapper .other_links {
  padding: 22px 40px;
  margin-bottom: 80px;
}
#mobile-navigation .wrapper .other_links ul li {
  margin-bottom: 30px;
}
#mobile-navigation .wrapper .other_links ul li a {
  color: #333;
}
#mobile-navigation .wrapper .bottom {
  padding: 0 40px;
}
#mobile-navigation .wrapper .bottom a,
#mobile-navigation .wrapper .bottom span.copyright {
  display: block;
  margin-bottom: 15px;
  font-size: 12px;
  color: #333;
}

body.mobile_nav_open #mobile-navigation {
  transform: translateX(0);
}

body.mobile_nav_open #page,
body.mobile_nav_open header#site-header {
  transform: translateX(100%);
}

@media only screen and (max-width: 1199px) {
  #site-header.registration {
    padding-top: 15px;
  }
  #site-header.registration .steps a {
    font-size: 12px;
    font-size: 0.8571428571rem;
    padding-left: 10px;
    padding-right: 10px;
  }
  #site-header.recruiter {
    padding: 13px 0;
  }
  #site-header.recruiter nav.menu_left .link_item {
    display: none;
  }
  #site-header.recruiter nav.menu_left .link_item.logo_wrapper {
    display: block;
  }
  #site-header.recruiter nav.menu_right {
    display: none;
  }
  #site-header.recruiter .respMenu {
    display: inline-block;
    float: right;
    padding: 17px 20px;
    position: relative;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    cursor: pointer;
    margin-top: 20px;
    padding: 0 20px;
    z-index: 5;
  }
  #site-header.recruiter .respMenu .navicon {
    background: #333;
    display: block;
    height: 2px;
    position: relative;
    transition: background 0.2s ease-out;
    width: 18px;
  }
  #site-header.recruiter .respMenu .navicon:before {
    background: #333;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    transition: all 0.2s ease-out;
    width: 100%;
    top: 5px;
  }
  #site-header.recruiter .respMenu .navicon:after {
    background: #333;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    transition: all 0.2s ease-out;
    width: 100%;
    top: -5px;
  }
  #site-header.recruiter nav.menu_left {
    position: relative;
    z-index: 4;
  }
  #site-header.recruiter.registration nav.menu_right {
    display: block;
    position: fixed;
    top: 52px;
    left: 0;
    width: 100%;
    height: auto;
    padding: 15px 0 15px 40px;
    background: #fff;
    box-shadow: 0 2px 11px -1px rgba(0, 0, 0, 0.1);
    z-index: 3;
  }
  #site-header.recruiter nav.menu_right .link_item {
    margin: 0 15px;
  }
  #site-header.recruiter nav.menu_right {
    box-shadow: none;
    display: block;
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    height: auto;
    padding: 2px 0 0;
  }
  #site-header.recruiter nav.menu_right .link_item {
    display: none;
  }
  #site-header.recruiter nav.menu_right .link_item.account {
    display: block;
    margin: 11px 0 0;
  }
}
@media only screen and (max-width: 990px) {
  header#site-header nav.menu_left .link_item {
    display: none;
  }
  header#site-header nav.menu_left .link_item.logo_wrapper {
    display: block;
  }
  header#site-header {
    padding: 13px 0;
  }
  header#site-header nav.menu_right {
    display: none;
  }
  header#site-header a.respMenu {
    margin-top: 13px;
    padding: 0 20px;
  }
  header#site-header nav .link_item .logo img {
    max-width: 95px;
  }
  .respMenu {
    cursor: pointer;
    display: inline-block;
    float: right;
    padding: 17px 20px;
    position: relative;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    cursor: pointer;
  }
  .respMenu .navicon {
    background: #333;
    display: block;
    height: 2px;
    position: relative;
    transition: background 0.2s ease-out;
    width: 18px;
  }
  .respMenu .navicon:before {
    background: #333;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    transition: all 0.2s ease-out;
    width: 100%;
    top: 5px;
  }
  .respMenu .navicon:after {
    background: #333;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    transition: all 0.2s ease-out;
    width: 100%;
    top: -5px;
  }
  #site-header.registration {
    padding: 15px 0;
    height: 60px;
  }
  #site-header.registration .steps {
    display: block;
    position: fixed;
    top: 52px;
    left: 0;
    width: 100%;
    height: auto;
    padding: 15px 0;
    background: #fff;
    box-shadow: 0 2px 11px -1px rgba(0, 0, 0, 0.1);
  }
  #site-header.registration a.respMenu {
    display: none;
  }
  #site-header.profile .menu_right {
    display: block;
  }
  #site-header.profile .post_job_button {
    display: none;
  }
  #site-header.profile a.respMenu {
    display: none;
  }
  #site-header.profile nav.menu_left .link_item.logo_wrapper {
    margin-right: 0;
  }
  #site-header.profile nav.menu_right .link_item {
    margin-right: 10px;
  }
  #site-header.profile nav.menu_right .link_item.account {
    margin-right: 0;
  }
  #site-header.profile nav.menu_right .link_item a {
    font-size: 11px;
    font-size: 0.7857142857rem;
    padding: 5px 10px;
  }
  header#site-header nav .link_item.account a.toggle {
    width: 25px;
    height: 25px;
  }
  #site-header.recruiter .respMenu {
    margin-top: 11px;
  }
  #site-header.recruiter nav.menu_right .link_item.account {
    margin: 1px 0 0;
  }
  #site-header.registration .mobile .steps {
    padding-left: 0;
  }
}
@media only screen and (max-width: 781px) {
  #site-header.registration .steps {
    text-align: center;
    padding-left: 35px;
  }
  #site-header.registration .steps a {
    border: none;
    position: relative;
    padding: 0;
    width: 50px;
  }
  #site-header.registration .steps a span.text {
    display: none;
  }
  #site-header.registration .steps a:before {
    content: "";
    display: block;
    width: 15px;
    height: 14px;
    background: #fff url(../img/icons/icon_step_inactive.svg) no-repeat center;
    border-radius: 50%;
    position: relative;
    z-index: 2;
  }
  #site-header.registration .steps a:after {
    content: "";
    width: calc(100% - 15px);
    height: 2px;
    background: #031434;
    position: absolute;
    top: 50%;
    left: calc(-100% + 15px);
    margin-top: -1px;
    z-index: 1;
  }
  #site-header.registration .steps a.current:before,
  #site-header.registration .steps a.complete:before {
    background: #fff url(../img/icons/icon_step_active.svg) no-repeat center;
  }
  #site-header.registration .steps a.current:after,
  #site-header.registration .steps a.complete:after {
    background: #47d47f;
  }
  #site-header.registration .steps a:first-of-type:after {
    display: none;
  }
  #site-header.profile nav .link_item.account .popup {
    width: 100%;
    position: fixed;
  }
  #site-header.profile nav .link_item.account .popup .inner {
    padding-left: 0;
    padding-right: 0;
  }
  #site-header.profile nav .link_item.account .popup .inner nav a {
    padding: 15px;
  }
  #site-header.profile nav .link_item.account .popup .inner nav a.link_item:after {
    content: "";
    display: block;
    width: 11px;
    height: 16px;
    background: url(../img/icons/chevron_right_large.svg) no-repeat;
    position: absolute;
    top: 22px;
    right: 25px;
  }
  #site-header.profile nav .link_item.account .popup .inner a.sign_out {
    background: #2ca4f5;
    color: #fff;
  }
  #site-header.recruiter nav.menu_left {
    margin-top: 0;
  }
}
@media only screen and (max-width: 479px) {
  #site-header.registration .steps a {
    width: 40px;
  }
}
footer#site-footer .upper {
  background: #ffffff;
  padding: 40px 0px;
}
footer#site-footer .upper .col-md-12-12:before, footer#site-footer .upper .col-md-12-12:after {
  content: " ";
  display: table;
}
footer#site-footer .upper .col-md-12-12:after {
  display: block;
  clear: both;
  height: 1px;
  margin-top: -1px;
  visibility: hidden;
}
footer#site-footer .upper nav {
  float: left;
}
footer#site-footer .upper nav ul {
  margin: 0;
}
footer#site-footer .upper nav ul:before, footer#site-footer .upper nav ul:after {
  content: " ";
  display: table;
}
footer#site-footer .upper nav ul:after {
  display: block;
  clear: both;
  height: 1px;
  margin-top: -1px;
  visibility: hidden;
}
footer#site-footer .upper nav ul li {
  float: left;
  margin-right: 24px;
}
footer#site-footer .upper nav ul li a {
  color: #031434;
  font-weight: normal;
  line-height: 1;
  font-size: 16px;
  font-size: 1.1428571429rem;
}
footer#site-footer .upper nav ul li a:hover {
  color: #2ca4f5;
}
footer#site-footer .upper p {
  float: right;
  margin: 0;
  color: #031434;
  font-weight: normal;
  line-height: 1;
  font-size: 16px;
  font-size: 1.1428571429rem;
}
footer#site-footer .lower {
  background: #142a4f;
  padding: 16px 0;
}
footer#site-footer .lower .col-md-12-12:before, footer#site-footer .lower .col-md-12-12:after {
  content: " ";
  display: table;
}
footer#site-footer .lower .col-md-12-12:after {
  display: block;
  clear: both;
  height: 1px;
  margin-top: -1px;
  visibility: hidden;
}
footer#site-footer .lower .tag_line {
  background: url(../img/icons/j_icon.svg) left center no-repeat;
  padding-left: 38px;
  font-family: "Montserrat", sans-serif;
  color: #ffffff;
  font-weight: 500;
  line-height: 30px;
  font-size: 14px;
  font-size: 1rem;
  float: left;
  margin: 0;
}
footer#site-footer .lower .site_by {
  float: right;
  padding-right: 17px;
  border-left: 1px solid #ffffff;
  width: 101px;
  height: 30px;
  background: url(../img/icons/hi-logo.svg) center right no-repeat;
  text-indent: -9999px;
  overflow: hidden;
  display: block;
}

@media only screen and (max-width: 990px) {
  footer#site-footer .upper nav {
    float: none;
    text-align: center;
    margin-bottom: 15px;
  }
  footer#site-footer .upper nav ul {
    width: 100%;
  }
  footer#site-footer .upper nav ul li {
    float: none;
    display: inline-block;
    margin: 0px 15px 15px;
  }
  footer#site-footer .upper p {
    float: none;
    width: 100%;
    text-align: center;
  }
}
@media only screen and (max-width: 639px) {
  footer#site-footer .upper nav ul li {
    float: none;
    display: block;
    margin: 0px 0px 15px;
    width: 100%;
  }
}
@media only screen and (max-width: 559px) {
  footer#site-footer .lower .site_by {
    width: 30px;
    border: none;
  }
}
@media only screen and (max-width: 399px) {
  footer#site-footer .lower .tag_line {
    font-size: 12px;
    font-size: 0.8571428571rem;
  }
}
@media only screen and (max-width: 339px) {
  footer#site-footer .lower .tag_line {
    font-size: 10px;
    font-size: 0.7142857143rem;
  }
}
a.link_messages span.icon {
  background: url(/content/design3f/img/icons/messages.svg) no-repeat center left;
}

.selectWrap {
  background: white;
}

.how-it-works {
  text-align: center;
}

#register-landing {
  background: #f8f8f7;
  margin-bottom: 0;
}
#register-landing .step h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  font-size: 54.8571428576px;
  font-size: 3.918367347rem;
}
#register-landing .step p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  font-size: 18px;
  font-size: 1.2857142857rem;
}

.btn {
  display: inline-block;
  padding: 10px 15px;
}

.btn.btnBlue {
  border: solid 2px #2ca4f5;
  font-family: "Montserrat", sans-serif;
  color: #2ca4f5;
  font-weight: 500;
  line-height: 1;
  font-size: 14px;
  font-size: 1rem;
  text-transform: uppercase;
}
.btn.btnBlue:hover {
  border: solid 2px #142a4f;
  color: #142a4f;
}

.btn.btnDanger {
  border: solid 2px #de350a;
  text-align: center;
  border-radius: 24px;
  transition: all 0.3s ease-in-out;
  color: #de350a;
  font-weight: normal;
  line-height: 1;
  font-size: 14px;
  font-size: 1rem;
}
.btn.btnDanger.white {
  color: #e5f1ef;
}
.btn.btnDanger.bold {
  font-family: "Montserrat", sans-serif;
}
.btn.btnDanger:hover {
  background: #de350a;
  color: #fff;
}

.btn.btnLblue {
  border: solid 2px #2ca4f5;
  text-align: center;
  border-radius: 24px;
  transition: all 0.3s ease-in-out;
  color: #2ca4f5;
  font-weight: normal;
  line-height: 1;
  font-size: 14px;
  font-size: 1rem;
}
.btn.btnLblue.white {
  color: #e5f1ef;
}
.btn.btnLblue.bold {
  font-family: "Montserrat", sans-serif;
}
.btn.btnLblue:hover {
  background: #2ca4f5;
  color: #fff;
}

.btn.btnLblueMicro {
  text-align: center;
  border-radius: 24px;
  transition: all 0.3s ease-in-out;
  color: #2ca4f5;
  font-weight: normal;
  line-height: 0;
  font-size: 14px;
  font-size: 1rem;
  display: inline-block;
  padding: 10px;
  margin-bottom: 5px;
}
.btn.btnLblueMicro.white {
  color: #e5f1ef;
}
.btn.btnLblueMicro.bold {
  font-family: "Montserrat", sans-serif;
}
.btn.btnLblueMicro:hover {
  background: #2ca4f5;
  color: #fff;
}

.btn.btnLblue2 {
  padding: 5px 0px;
  border-bottom: solid 2px #2ca4f5;
  color: #2ca4f5;
  font-weight: normal;
  line-height: 1;
  font-size: 14px;
  font-size: 1rem;
  color: #e5f1ef;
}
.btn.btnLblue2:hover {
  border-bottom: solid 2px #142a4f;
}

.btn.btnLblue3 {
  border-radius: 24px;
  padding: 13px 22px;
  background: #2ca4f5;
  font-family: "Montserrat", sans-serif;
  color: #ffffff;
  font-weight: normal;
  line-height: 1;
  font-size: 13px;
  font-size: 0.9285714286rem;
  transition: all 0.3s ease-in-out;
  text-align: center;
  border: none;
}
.btn.btnLblue3.thin {
  padding: 11px 25px;
}
.btn.btnLblue3:hover {
  background: #142a4f;
}

.btn.btnLblue4 {
  border-radius: 24px;
  padding: 13px 22px;
  background: #e1f2fd;
  font-family: "Montserrat", sans-serif;
  color: #ffffff;
  font-weight: 500;
  line-height: 1;
  font-size: 13px;
  font-size: 0.9285714286rem;
  text-align: center;
}

.btn.btnLblue3 {
  border-radius: 24px;
  padding: 13px 22px;
  background: #2ca4f5;
  font-family: "Montserrat", sans-serif;
  color: #ffffff;
  font-weight: normal;
  line-height: 1;
  font-size: 13px;
  font-size: 0.9285714286rem;
  transition: all 0.3s ease-in-out;
  text-align: center;
  border: none;
}
.btn.btnLblue3.thin {
  padding: 11px 25px;
}
.btn.btnLblue3:hover {
  background: #142a4f;
}

.faq_section {
  padding: 65px 0 95px;
  background: #f8f8f7;
}
.faq_section h2 {
  font-size: 29.7142857136;
}
.faq_section #faq_wapper_landing {
  margin-top: 60px;
  border-top: solid 1px #333333;
}
.faq_section #faq_wapper_landing .faq {
  border-bottom: solid 1px #333333;
}
.faq_section #faq_wapper_landing .faq .head {
  padding: 20px 80px 20px 0;
  display: block;
  color: #333333;
  line-height: 1.2;
  font-size: 18px;
  font-size: 1.2857142857rem;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.faq_section #faq_wapper_landing .faq .head span {
  background: url(/content/design3f/img/icons/down-arrow-thin.svg) center/22px 12px no-repeat;
  display: block;
  width: 22px;
  height: 12px;
  position: absolute;
  right: 27px;
  top: 50%;
  margin-top: -6px;
  transition: all 0.3s ease-in-out;
}
.faq_section #faq_wapper_landing .faq .head.open, .faq_section #faq_wapper_landing .faq .head:hover {
  color: #2ca4f5;
}
.faq_section #faq_wapper_landing .faq .head.open span, .faq_section #faq_wapper_landing .faq .head:hover span {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}
.faq_section #faq_wapper_landing .faq .body {
  display: none;
  padding: 30px 20px;
}
.faq_section #faq_wapper_landing .faq .body ul,
.faq_section #faq_wapper_landing .faq .body ol {
  padding-left: 30px;
  margin-bottom: 30px;
}
.faq_section #faq_wapper_landing .faq .body li {
  list-style: disc;
  margin-bottom: 5px;
}
.faq_section #faq_wapper_landing .faq .body a {
  border-bottom: 1px solid #2ca4f5;
  color: #333333;
}
.faq_section #faq_wapper_landing .faq .body a:hover {
  color: #2ca4f5;
}

.information h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  font-size: 54.8571428576px;
  font-size: 3.918367347rem;
  text-align: center;
}
.information h2 {
  text-align: center;
}

#multiform-landing-2 h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  font-size: 54.8571428576px;
  font-size: 3.918367347rem;
}

#multiform-landing h1, #multiform-landing-2 h1, #multiform-landing-3 h1, #multiform-landing-4 h1, #multiform-landing-3 h1, #multiform-landing-4 h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  font-size: 54.8571428576px;
  font-size: 3.918367347rem;
}
#multiform-landing .information, #multiform-landing-2 .information, #multiform-landing-3 .information, #multiform-landing-4 .information, #multiform-landing-3 .information, #multiform-landing-4 .information {
  padding: 90px 0 65px;
}
#multiform-landing .information span, #multiform-landing-2 .information span, #multiform-landing-3 .information span, #multiform-landing-4 .information span, #multiform-landing-3 .information span, #multiform-landing-4 .information span {
  font-size: 18px;
}
#multiform-landing .information .caption, #multiform-landing-2 .information .caption, #multiform-landing-3 .information .caption, #multiform-landing-4 .information .caption, #multiform-landing-3 .information .caption, #multiform-landing-4 .information .caption {
  max-width: 415px;
  margin: 0 auto 90px;
}
#multiform-landing .information .caption h1, #multiform-landing-2 .information .caption h1, #multiform-landing-3 .information .caption h1, #multiform-landing-4 .information .caption h1, #multiform-landing-3 .information .caption h1, #multiform-landing-4 .information .caption h1 {
  margin-bottom: 15px;
  color: #566783;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  color: #142a4f;
  font-weight: 800;
  font-size: 26px;
  font-size: 1.8571428571rem;
}
#multiform-landing .information .caption p, #multiform-landing-2 .information .caption p, #multiform-landing-3 .information .caption p, #multiform-landing-4 .information .caption p, #multiform-landing-3 .information .caption p, #multiform-landing-4 .information .caption p {
  text-align: center;
  margin-bottom: 30px;
  color: #566783;
}
#multiform-landing .information .caption .btn.light_blue_outline, #multiform-landing-2 .information .caption .btn.light_blue_outline, #multiform-landing-3 .information .caption .btn.light_blue_outline, #multiform-landing-4 .information .caption .btn.light_blue_outline, #multiform-landing-3 .information .caption .btn.light_blue_outline, #multiform-landing-4 .information .caption .btn.light_blue_outline {
  border-radius: 0px;
  padding: 10px 22px;
}
#multiform-landing .information .icons, #multiform-landing-2 .information .icons, #multiform-landing-3 .information .icons, #multiform-landing-4 .information .icons, #multiform-landing-3 .information .icons, #multiform-landing-4 .information .icons {
  text-align: center;
}
#multiform-landing .information .icons .image_wrapper, #multiform-landing-2 .information .icons .image_wrapper, #multiform-landing-3 .information .icons .image_wrapper, #multiform-landing-4 .information .icons .image_wrapper, #multiform-landing-3 .information .icons .image_wrapper, #multiform-landing-4 .information .icons .image_wrapper {
  border-right: 1px solid #a5b6ca;
  margin: 0 -15px 20px;
}
#multiform-landing .information .icons .image_wrapper.last, #multiform-landing-2 .information .icons .image_wrapper.last, #multiform-landing-3 .information .icons .image_wrapper.last, #multiform-landing-4 .information .icons .image_wrapper.last, #multiform-landing-3 .information .icons .image_wrapper.last, #multiform-landing-4 .information .icons .image_wrapper.last {
  border: none;
}
#multiform-landing .information .icons img, #multiform-landing-2 .information .icons img, #multiform-landing-3 .information .icons img, #multiform-landing-4 .information .icons img, #multiform-landing-3 .information .icons img, #multiform-landing-4 .information .icons img {
  display: inline-block;
}
#multiform-landing .information .icons p, #multiform-landing-2 .information .icons p, #multiform-landing-3 .information .icons p, #multiform-landing-4 .information .icons p, #multiform-landing-3 .information .icons p, #multiform-landing-4 .information .icons p {
  color: #142a4f;
  font-size: 18px;
  font-size: 1.2857142857rem;
}
#multiform-landing .information .button_wrapper, #multiform-landing-2 .information .button_wrapper, #multiform-landing-3 .information .button_wrapper, #multiform-landing-4 .information .button_wrapper, #multiform-landing-3 .information .button_wrapper, #multiform-landing-4 .information .button_wrapper {
  text-align: center;
  padding-top: 80px;
}
#multiform-landing .information .button_wrapper .get_started, #multiform-landing-2 .information .button_wrapper .get_started, #multiform-landing-3 .information .button_wrapper .get_started, #multiform-landing-4 .information .button_wrapper .get_started, #multiform-landing-3 .information .button_wrapper .get_started, #multiform-landing-4 .information .button_wrapper .get_started {
  width: 270px;
  font-weight: 900;
  line-height: 40px;
  font-size: 16px;
  font-size: 1.14286rem;
  border-radius: 39px;
  text-transform: uppercase;
}
#multiform-landing #found-freelancers, #multiform-landing-2 #found-freelancers, #multiform-landing-3 #found-freelancers, #multiform-landing-4 #found-freelancers, #multiform-landing-3 #found-freelancers, #multiform-landing-4 #found-freelancers {
  background: #f4faff;
  display: none;
  padding: 20px;
}
#multiform-landing #found-freelancers p, #multiform-landing-2 #found-freelancers p, #multiform-landing-3 #found-freelancers p, #multiform-landing-4 #found-freelancers p, #multiform-landing-3 #found-freelancers p, #multiform-landing-4 #found-freelancers p {
  color: #2ca4f5;
  text-align: center;
  font-size: 18px;
  font-size: 1.2857142857rem;
  margin: 0;
}
#multiform-landing #found-freelancers p span, #multiform-landing-2 #found-freelancers p span, #multiform-landing-3 #found-freelancers p span, #multiform-landing-4 #found-freelancers p span, #multiform-landing-3 #found-freelancers p span, #multiform-landing-4 #found-freelancers p span {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
#multiform-landing #found-freelancers.open, #multiform-landing-2 #found-freelancers.open, #multiform-landing-3 #found-freelancers.open, #multiform-landing-4 #found-freelancers.open, #multiform-landing-3 #found-freelancers.open, #multiform-landing-4 #found-freelancers.open {
  display: block;
}
#multiform-landing .stepsanchor,
#multiform-landing .bottomanchor, #multiform-landing-2 .stepsanchor,
#multiform-landing-2 .bottomanchor, #multiform-landing-3 .stepsanchor,
#multiform-landing-3 .bottomanchor, #multiform-landing-4 .stepsanchor,
#multiform-landing-4 .bottomanchor, #multiform-landing-3 .stepsanchor,
#multiform-landing-3 .bottomanchor, #multiform-landing-4 .stepsanchor,
#multiform-landing-4 .bottomanchor {
  position: relative;
}
#multiform-landing .stepspacer, #multiform-landing-2 .stepspacer, #multiform-landing-3 .stepspacer, #multiform-landing-4 .stepspacer, #multiform-landing-3 .stepspacer, #multiform-landing-4 .stepspacer {
  display: none;
  height: 65px;
}
#multiform-landing .bottomanchor, #multiform-landing-2 .bottomanchor, #multiform-landing-3 .bottomanchor, #multiform-landing-4 .bottomanchor, #multiform-landing-3 .bottomanchor, #multiform-landing-4 .bottomanchor {
  width: 100%;
  height: 1px;
}
#multiform-landing #steps, #multiform-landing-2 #steps, #multiform-landing-3 #steps, #multiform-landing-4 #steps, #multiform-landing-3 #steps, #multiform-landing-4 #steps {
  z-index: 5;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 0 0;
  background: #fff;
  box-shadow: 0 2px 11px -1px rgba(0, 0, 0, 0.1);
  transform: translateX(0);
}
#multiform-landing #steps .wrapper, #multiform-landing-2 #steps .wrapper, #multiform-landing-3 #steps .wrapper, #multiform-landing-4 #steps .wrapper, #multiform-landing-3 #steps .wrapper, #multiform-landing-4 #steps .wrapper {
  position: relative;
  padding-top: 5px;
  float: none;
  text-align: center;
}
#multiform-landing #steps .wrapper a, #multiform-landing-2 #steps .wrapper a, #multiform-landing-3 #steps .wrapper a, #multiform-landing-4 #steps .wrapper a, #multiform-landing-3 #steps .wrapper a, #multiform-landing-4 #steps .wrapper a {
  display: inline-block;
  vertical-align: bottom;
  padding: 5px 15px 20px;
  margin-left: -5px;
  border-bottom: 2px transparent solid;
  font-family: "Montserrat", sans-serif;
  color: #142a4f;
  font-weight: 500;
  line-height: 1;
  font-size: 13px;
  font-size: 0.9285714286rem;
  top: 1px;
  position: relative;
}
#multiform-landing #steps .wrapper a.complete, #multiform-landing-2 #steps .wrapper a.complete, #multiform-landing-3 #steps .wrapper a.complete, #multiform-landing-4 #steps .wrapper a.complete, #multiform-landing-3 #steps .wrapper a.complete, #multiform-landing-4 #steps .wrapper a.complete {
  color: #a5b6ca;
  border-color: #47d47f;
  background: url(/content/design3f/img/multi/tick-icon.svg) top right 5px no-repeat;
}
#multiform-landing #steps .wrapper a.current, #multiform-landing-2 #steps .wrapper a.current, #multiform-landing-3 #steps .wrapper a.current, #multiform-landing-4 #steps .wrapper a.current, #multiform-landing-3 #steps .wrapper a.current, #multiform-landing-4 #steps .wrapper a.current {
  color: #47d47f;
  border-color: #47d47f;
}
#multiform-landing #steps .wrapper .progress, #multiform-landing-2 #steps .wrapper .progress, #multiform-landing-3 #steps .wrapper .progress, #multiform-landing-4 #steps .wrapper .progress, #multiform-landing-3 #steps .wrapper .progress, #multiform-landing-4 #steps .wrapper .progress {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 33.2%;
  background: #47d47f;
  display: none;
}

#page.sticky {
  transform: none;
  transition: none;
}
#page.sticky #steps {
  position: fixed;
  top: 73px !important;
  z-index: 10;
  width: 100%;
}
#page.sticky .stepspacer {
  display: block;
}

.testamonial {
  display: flex;
  overflow-x: scroll;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  text-align: center;
}
.testamonial::-webkit-scrollbar {
  display: none;
}
.testamonial .col-md-4-12 {
  flex: 0 0 auto;
  width: 80%;
  scroll-snap-align: start;
  margin-right: 10px;
}
@media (min-width: 769px) {
  .testamonial .col-md-4-12 {
    width: 30%;
  }
}

#multiform-landing-3 .information {
  padding: 90px 0 0;
}

#multiform-landing-4 .information {
  padding: 60px 0 0;
}

a.all-jobs {
  text-align: center;
  width: 34%;
  float: right;
  background: #2ca4f5;
  text-transform: uppercase;
  padding: 0;
  height: 48px;
  border-radius: 24px;
  font-family: "Montserrat", sans-serif;
  color: #ffffff;
  font-weight: 500;
  line-height: 48px;
  font-size: 14px;
  font-size: 1rem;
  cursor: pointer;
}
a.all-jobs:hover {
  background: #142a4f;
}

a.all-industries {
  text-align: center;
  width: 24%;
  float: right;
  background: #2ca4f5;
  text-transform: uppercase;
  padding: 0;
  height: 48px;
  border-radius: 24px;
  font-family: "Montserrat", sans-serif;
  color: #ffffff;
  font-weight: 500;
  line-height: 48px;
  font-size: 14px;
  font-size: 1rem;
  cursor: pointer;
}
a.all-industries:hover {
  background: #142a4f;
}

@media only screen and (max-width: 990px) {
  #multiform-landing .information .icons .image_wrapper.second, #multiform-landing-2 .information .icons .image_wrapper.second, #multiform-landing-3 .information .icons .image_wrapper.second, #multiform-landing-4 .information .icons .image_wrapper.second {
    border: none;
  }
  #multiform-landing #steps, #multiform-landing-2 #steps, #multiform-landing-3 #steps, #multiform-landing-4 #steps {
    padding-bottom: 20px;
  }
  #multiform-landing #steps .wrapper, #multiform-landing-2 #steps .wrapper, #multiform-landing-3 #steps .wrapper, #multiform-landing-4 #steps .wrapper {
    padding: 0;
  }
  #multiform-landing #steps p, #multiform-landing-2 #steps p, #multiform-landing-3 #steps p, #multiform-landing-4 #steps p {
    margin-bottom: 0;
  }
  #page.sticky #steps {
    top: 47px !important;
  }
}
#multiform-landing .information {
  background: white;
  padding: 90px 0 65px;
}

@media only screen and (max-width: 849px) {
  #multiform-landing .information, #multiform-landing-2 .information, #multiform-landing-3 .information, #multiform-landing-4 .information {
    padding: 80px 0 0px;
  }
}
@media only screen and (max-width: 781px) {
  #multiform-landing, #multiform-landing-2, #multiform-landing-3, #multiform-landing-4 h2 {
    font-size: 24px;
    font-size: 1.7142857143rem;
    padding: 60px 0 0;
  }
  #home h2 {
    font-size: 24px;
    font-size: 1.7142857143rem;
  }
  #home h3 {
    font-size: 20px;
    font-size: 1.4285714286rem;
  }
  #home .faq_section #faq_wapper_landing .faq .head {
    font-size: 15px;
    font-size: 1.0714285714rem;
  }
}
@media only screen and (max-width: 639px) {
  a.all-jobs {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 50px;
  }
  a.all-industries {
    width: 100%;
    margin-top: 20px;
  }
  #multiform-landing, #multiform-landing-2, #multiform-landing-3, #multiform-landing-4 .information {
    padding: 60px 0 0;
  }
  #register-landing .step {
    margin-bottom: 60px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    line-height: 1.2;
    font-size: 27.4285714288px;
    font-size: 1.9591836735rem;
  }
  #home .category {
    width: 100%;
  }
  #home .premium_freelancers #freelance_slider .slick-prev,
  #home .premium_freelancers #freelance_slider .slick-next {
    bottom: 20px;
    top: auto;
  }
  #home .premium_freelancers #freelance_slider .slick-dots {
    margin-top: 80px;
  }
  #home .freelancer_statistics {
    padding: 120px 0 60px;
  }
  #home .freelancer_statistics #statistic_slider .statistic .amount {
    font-size: 45px;
    font-size: 3.2142857143rem;
  }
  #home .freelancer_statistics #statistic_slider .statistic h3 {
    font-size: 14px;
    font-size: 1rem;
  }
  #home .freelancer_statistics #statistic_slider .slick-dots {
    margin-top: 40px;
  }
  #home .freelancer_statistics #statistic_slider .slick-next,
  #home .freelancer_statistics #statistic_slider .slick-prev {
    top: -45px;
  }
  #home .faq_section {
    padding: 65px 0 35px;
  }
}
@media only screen and (max-width: 479px) {
  .faq_section h2 {
    font-size: 22px;
  }
  #register-landing .step {
    margin-bottom: 60px;
  }
  #register-landing .step h1 {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    line-height: 1.2;
    font-size: 27.4285714288px;
    font-size: 1.9591836735rem;
  }
  #register-landing .step p {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    line-height: 1.2;
    font-size: 15px;
    font-size: 1.0714285714rem;
  }
  #multiform-landing-2 h2 {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    line-height: 1.2;
    font-size: 27.4285714288px;
    font-size: 1.9591836735rem;
  }
  #multiform-landing, #multiform-landing-2, #multiform-landing-3, #multiform-landing-4 {
    padding: 0 0 0;
  }
  #multiform-landing .information, #multiform-landing-2 .information, #multiform-landing-3 .information, #multiform-landing-4 .information {
    padding: 50px 0 0;
  }
  #multiform-landing .information .icons .image_wrapper, #multiform-landing-2 .information .icons .image_wrapper, #multiform-landing-3 .information .icons .image_wrapper, #multiform-landing-4 .information .icons .image_wrapper {
    border: none;
    margin-bottom: 10px;
  }
  #multiform-landing .information .icons p, #multiform-landing-2 .information .icons p, #multiform-landing-3 .information .icons p, #multiform-landing-4 .information .icons p {
    margin-bottom: 40px;
  }
  #multiform-landing .information .icons i, #multiform-landing-2 .information .icons i, #multiform-landing-3 .information .icons i, #multiform-landing-4 .information .icons i {
    font-size: 15px;
  }
  #multiform-landing .information .button_wrapper, #multiform-landing-2 .information .button_wrapper, #multiform-landing-3 .information .button_wrapper, #multiform-landing-4 .information .button_wrapper {
    padding-top: 20px;
  }
  #multiform-landing .information h1, #multiform-landing-2 .information h1, #multiform-landing-3 .information h1, #multiform-landing-4 .information h1 {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    line-height: 1.2;
    font-size: 27.4285714288px;
    font-size: 1.9591836735rem;
  }
  #multiform-landing .information span, #multiform-landing-2 .information span, #multiform-landing-3 .information span, #multiform-landing-4 .information span {
    font-size: 15px;
  }
}
#cover-landing.multi {
  background: linear-gradient(to right, #2b5876, #4e4376);
  padding-bottom: 50px;
}
#cover-landing.multi h1 {
  max-width: 700px;
}
#cover-landing.multi h1,
#cover-landing.multi h2 {
  color: #ffffff;
}
#cover-landing.multi h3 {
  margin-bottom: 80px;
}
#cover-landing.multi a.get_started {
  width: 270px;
  margin-bottom: 50px;
  font-weight: 900;
  line-height: 47px;
  font-size: 16px;
  font-size: 1.1428571429rem;
  border-radius: 39px;
  text-transform: uppercase;
}
#cover-landing.multi .features {
  position: relative;
  text-align: center;
  padding-bottom: 15px;
}
#cover-landing.multi .features ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px;
}
#cover-landing.multi .features ul li span {
  display: inline-block;
  vertical-align: middle;
}
#cover-landing.multi .features ul li span.tick {
  width: 14px;
  height: 10px;
  background: url(/content/design3f/img/icons/white-tick.svg) center no-repeat;
}
#cover-landing.multi .features ul li span.text {
  font-family: "Montserrat", sans-serif;
  color: #f8f8f7;
  font-weight: 900;
  font-size: 13px;
  font-size: 0.9285714286rem;
}

@media only screen and (max-width: 1023px) {
  #cover h1 {
    font-size: 42px;
    font-size: 3rem;
  }
}
@media only screen and (max-width: 990px) {
  #cover .cover_search {
    margin-top: 50px;
  }
  #cover .cover_search li {
    display: block;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
  #cover .cover_search li a {
    display: block;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 639px) {
  #cover-landing {
    padding-top: 60px;
  }
  #cover-landing h1 {
    font-size: 36px;
    font-size: 2.5714285714rem;
  }
  #cover-landing h1 .typed:after {
    height: 3px;
  }
  #cover-landing .cover_search li a {
    font-weight: 500;
    line-height: 1.5;
  }
  #cover-landing .search_wrapper {
    padding: 10px;
    padding-left: 60px;
    background: #ffffff url(/content/design3f/img/icons/search-icon@2x.png) left+20px center/20px auto no-repeat;
  }
  #cover-landing .search_wrapper .term {
    line-height: 32px;
  }
  #cover-landing .search_wrapper .submit {
    padding: 8px;
    max-width: 100px;
  }
  #cover-landing.multi h1 {
    margin-bottom: 80px;
  }
  #cover-landing.multi a.get_started {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 559px) {
  #cover h1 span.force-new-line {
    display: block;
  }
}
@media only screen and (max-width: 479px) {
  .information h1 {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    line-height: 1.2;
    font-size: 27.4285714288px;
    font-size: 1.9591836735rem;
    text-align: center;
  }
  .information h2 {
    font-size: 15px;
    text-align: center;
    margin-bottom: 50px;
  }
  .information p .image_wrapper {
    margin-bottom: 0;
  }
  .information .icons > .how-it-works {
    margin-bottom: 60px;
  }
  .information .icons > .how-it-works h2 {
    margin-bottom: 0;
  }
  #multiform-landing-3 .information {
    padding: 60px 0 0;
  }
  #cover .cover_search li a {
    font-weight: 500;
    line-height: 1.5;
  }
  #cover .search_wrapper {
    background: transparent;
    padding: 0;
  }
  #cover .search_wrapper .term {
    max-width: 100%;
    background: #ffffff url(/content/design3f/img/icons/search-icon@2x.png) left+20px center/20px auto no-repeat;
    border-radius: 34px;
    padding: 13px 30px 13px 60px;
    margin-bottom: 15px;
  }
  #cover .search_wrapper .submit {
    max-width: 100%;
    padding: 13px 30px;
    font-size: 14px;
    font-size: 1rem;
  }
}
@media only screen and (max-width: 479px) {
  #multiform-landing-3 .information {
    padding: 60px 0 0;
  }
  #cover h1 {
    font-size: 30px;
    font-size: 2.1428571429rem;
  }
  #cover h3 {
    font-size: 13px;
    font-size: 0.9285714286rem;
  }
  #cover .cover_search li a {
    font-size: 14px;
    font-size: 1rem;
  }
  #cover .search_wrapper .term {
    font-size: 14px;
    font-size: 1rem;
  }
}
@media only screen and (max-width: 399px) {
  #multiform-landing-3 .information {
    padding: 60px 0 0;
  }
  #cover {
    padding-top: unset;
  }
  #cover h1 {
    font-size: 30px;
    font-size: 2.1428571429rem;
  }
}
#cover {
  background: linear-gradient(to right, #2b5876, #4e4376);
  position: relative;
}
#cover .image {
  position: absolute;
  height: 375px;
  width: 100%;
}
#cover .image:before {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  display: block;
}
#cover .caption {
  text-align: center;
  padding: 115px 0 140px;
}
#cover .caption h1 {
  margin-bottom: 25px;
  position: relative;
  color: #ffffff;
  font-weight: 1;
  font-size: 42px;
}
#cover .caption h1 strong {
  position: relative;
  font-weight: 900;
}
#cover .caption h1 strong:after {
  content: "";
  width: 100%;
  height: 5px;
  background: #2ca4f5;
  position: absolute;
  bottom: 4px;
  left: 0;
  bottom: -5px;
}
#cover .caption h1 span.force-new-line {
  display: inline-block;
}
#cover .caption h1 .height-fix {
  display: inline-block;
}
#cover .caption p {
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  color: #ffffff;
  position: relative;
}

@media only screen and (max-width: 781px) {
  #cover .caption {
    text-align: center;
    padding: 75px 0 100px;
  }
  #cover .caption h1 {
    font-size: 38px;
    font-size: 2.7142857143rem;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 479px) {
  #multiform-landing-3 .information {
    padding: 60px 0 0;
  }
  #cover .caption h1 span.force-new-line {
    display: block;
  }
  #cover .caption h1 b {
    position: relative;
    font-size: 32px;
  }
}
.recent_search_item {
  display: block;
  border: solid 2px #e4e9ef;
  padding: 18px 83px 22px 19px;
  transition: border 0.3s ease-in-out;
  position: relative;
}
.recent_search_item .search_term {
  font-family: "Montserrat", sans-serif;
  color: #333333;
  font-weight: 500;
  line-height: 1.5;
  font-size: 13px;
  font-size: 0.9285714286rem;
  white-space: nowrap;
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.recent_search_item .search_term:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 135px;
  height: 100%;
  background: rgb(255, 255, 255);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 80%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}
.recent_search_item .job_count {
  font-family: "Montserrat", sans-serif;
  color: #2ca4f5;
  font-weight: 500;
  line-height: 1.5;
  font-size: 14px;
  font-size: 1rem;
  position: absolute;
  top: 18px;
  right: 34px;
}
.recent_search_item i {
  display: block;
  width: 8px;
  height: 12px;
  background: url(../img/icons/chevron-right.svg) center/100% no-repeat;
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: 23px;
  right: 10px;
}
.recent_search_item i:before {
  background: url(../img/icons/chevron-right-blue.svg) center/100% no-repeat;
  content: "";
  display: none;
}
.recent_search_item:hover {
  border: solid 2px #2ca4f5;
}
.recent_search_item:hover i {
  background: url(../img/icons/chevron-right-blue.svg) center/100% no-repeat;
}

@media only screen and (max-width: 1023px) {
  #home #recent_search .recent_search_item {
    padding-top: 21px;
  }
  .recent_search_item .job_count {
    top: 20px;
  }
  .recent_search_item i {
    top: 25px;
  }
}
a.job_item a {
  color: #5e6672;
}
a.job_item a:hover {
  color: #2ca4f5;
}
a.job_item a .apply-submit {
  cursor: pointer;
}
a.job_item p.job_title {
  margin-bottom: 7px;
  font-family: "Montserrat", sans-serif;
  color: #2ca4f5;
  font-weight: 900;
  line-height: 1.5;
  font-size: 14px;
  font-size: 1rem;
}
a.job_item ul.job_details {
  margin: 0 0 30px;
}
a.job_item ul.job_details li {
  font-family: "Montserrat", sans-serif;
  color: #142a4f;
  font-weight: 500;
  line-height: 1.5;
  font-size: 13px;
  font-size: 0.9285714286rem;
}
a.job_item p.job_description {
  word-break: break-word;
  color: #333333;
  font-weight: normal;
  line-height: 1.5;
  font-size: 13px;
  font-size: 0.9285714286rem;
  opacity: 0.7;
  visibility: visible;
  filter: alpha(opacity=70);
}
a.job_item span.more_info {
  color: #333333;
  font-weight: normal;
  line-height: 1.5;
  font-size: 14px;
  font-size: 1rem;
  position: relative;
}
a.job_item span.more_info:before {
  content: "";
  width: 100%;
  height: 2px;
  background: transparent;
  position: absolute;
  bottom: -2px;
  left: 0;
  transition: all 0.3s ease-in-out;
}
a.job_item:hover span.more_info:before {
  background: #2ca4f5;
}

@media only screen and (max-width: 479px) {
  .apply-submit {
    width: 100%;
  }
}
#create_an_account {
  border-top: 4px solid #2ca4f5;
  background: #ffffff;
  padding: 20px 25px 25px;
}
#create_an_account h3 {
  color: #142a4f;
  font-weight: bold;
  line-height: 1.5;
  font-size: 16px;
  font-size: 1.1428571429rem;
  margin: 0;
  text-align: center;
  margin-bottom: 34px;
}
#create_an_account .field_wrapper {
  margin-bottom: 15px;
}
#create_an_account .field_wrapper input {
  background: #f1f5f9;
  padding: 10px 15px;
  color: #142a4f;
  font-weight: normal;
  line-height: 1.5;
  font-size: 12px;
  font-size: 0.8571428571rem;
}
#create_an_account .field_wrapper input.input-validation-error {
  color: #de350a;
  border: 2px solid #de350a;
}
#create_an_account .field_wrapper a.google {
  display: block;
  background: #ffffff url(../img/icons/google.png) center left no-repeat;
  padding: 0;
  height: 48px;
  border-radius: 24px;
  font-family: "Montserrat", sans-serif;
  color: #142a4f;
  font-weight: 500;
  line-height: 48px;
  font-size: 14px;
  font-size: 1rem;
  border: solid 1px rgba(151, 151, 151, 0.5);
  text-align: center;
}
#create_an_account .submit_wrapper {
  margin-bottom: 15px;
}
#create_an_account .submit_wrapper input {
  background: #2ca4f5;
  padding: 0;
  height: 48px;
  border-radius: 24px;
  font-family: "Montserrat", sans-serif;
  color: #ffffff;
  font-weight: 500;
  line-height: 48px;
  font-size: 14px;
  font-size: 1rem;
  cursor: pointer;
}
#create_an_account .submit_wrapper input:hover {
  background: #142a4f;
}
#create_an_account .separator {
  margin-bottom: 15px;
}

@media only screen and (max-width: 559px) {
  #create_an_account h3 {
    margin-bottom: 15px;
  }
}
.information_card {
  height: 288px;
  padding: 32px;
  position: relative;
}
.information_card h2 {
  color: #e5f1ef;
  margin-bottom: 10px;
}
.information_card p {
  color: #e5f1ef;
  width: 100%;
  max-width: 300px;
}
.information_card .btn_wrapper {
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0;
  padding: 0px 32px 32px;
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
}
.information_card.freelancer {
  background: url(../img/cover_images/jobvine_freelancer.jpg) center center/cover no-repeat;
}
.information_card.recruiter {
  background: url(../img/cover_images/jobvine_recruiter.jpg) center center/cover no-repeat;
}

.btn {
  display: inline-block;
  padding: 10px 15px;
}

.btn.btnBlue {
  float: right;
  border: solid 2px #2ca4f5;
  font-family: "Montserrat", sans-serif;
  color: #2ca4f5;
  font-weight: 500;
  line-height: 1;
  font-size: 14px;
  font-size: 1rem;
  text-transform: uppercase;
}
.btn.btnBlue:hover {
  border: solid 2px #142a4f;
  color: #142a4f;
}

.btn.btnDanger {
  border: solid 2px #de350a;
  text-align: center;
  border-radius: 24px;
  transition: all 0.3s ease-in-out;
  color: #de350a;
  font-weight: normal;
  line-height: 1;
  font-size: 14px;
  font-size: 1rem;
}
.btn.btnDanger.white {
  color: #e5f1ef;
}
.btn.btnDanger.bold {
  font-family: "Montserrat", sans-serif;
}
.btn.btnDanger:hover {
  background: #de350a;
  color: #fff;
}

.btn.btnLblue {
  border: solid 2px #2ca4f5;
  text-align: center;
  border-radius: 24px;
  transition: all 0.3s ease-in-out;
  color: #2ca4f5;
  font-weight: normal;
  line-height: 1;
  font-size: 14px;
  font-size: 1rem;
}
.btn.btnLblue.white {
  color: #e5f1ef;
}
.btn.btnLblue.bold {
  font-family: "Montserrat", sans-serif;
}
.btn.btnLblue:hover {
  background: #2ca4f5;
  color: #fff;
}

.btn.btnLblueMicro {
  text-align: center;
  border-radius: 24px;
  transition: all 0.3s ease-in-out;
  color: #2ca4f5;
  font-weight: normal;
  line-height: 0;
  font-size: 14px;
  font-size: 1rem;
  display: inline-block;
  padding: 10px;
  margin-bottom: 5px;
}
.btn.btnLblueMicro.white {
  color: #e5f1ef;
}
.btn.btnLblueMicro.bold {
  font-family: "Montserrat", sans-serif;
}
.btn.btnLblueMicro:hover {
  background: #2ca4f5;
  color: #fff;
}

.btn.btnLblue2 {
  padding: 5px 0px;
  border-bottom: solid 2px #2ca4f5;
  color: #2ca4f5;
  font-weight: normal;
  line-height: 1;
  font-size: 14px;
  font-size: 1rem;
  color: #e5f1ef;
}
.btn.btnLblue2:hover {
  border-bottom: solid 2px #142a4f;
}

.btn.btnLblue3 {
  border-radius: 24px;
  padding: 13px 22px;
  background: #2ca4f5;
  font-family: "Montserrat", sans-serif;
  color: #ffffff;
  font-weight: normal;
  line-height: 1;
  font-size: 13px;
  font-size: 0.9285714286rem;
  transition: all 0.3s ease-in-out;
  text-align: center;
  border: none;
}
.btn.btnLblue3.thin {
  padding: 11px 25px;
}
.btn.btnLblue3:hover {
  background: #142a4f;
}

.btn.btnLblue4 {
  border-radius: 24px;
  padding: 13px 22px;
  background: #e1f2fd;
  font-family: "Montserrat", sans-serif;
  color: #ffffff;
  font-weight: 500;
  line-height: 1;
  font-size: 13px;
  font-size: 0.9285714286rem;
  text-align: center;
}

.btn.btnLblue3 {
  border-radius: 24px;
  padding: 13px 22px;
  background: #2ca4f5;
  font-family: "Montserrat", sans-serif;
  color: #ffffff;
  font-weight: normal;
  line-height: 1;
  font-size: 13px;
  font-size: 0.9285714286rem;
  transition: all 0.3s ease-in-out;
  text-align: center;
  border: none;
}
.btn.btnLblue3.thin {
  padding: 11px 25px;
}
.btn.btnLblue3:hover {
  background: #142a4f;
}

/* form heading */
.form_heading {
  position: relative;
  text-align: center;
  margin-bottom: 80px;
}
.form_heading h1 {
  display: block;
  color: #142a4f;
  font-weight: 900;
  line-height: 1.5;
  font-size: 18px;
  font-size: 1.2857142857rem;
  text-align: center;
  margin-bottom: 50px;
}
.form_heading h2 {
  font-family: "Montserrat", sans-serif;
  color: #142a4f;
  font-weight: normal;
  line-height: 1.2;
  font-size: 48px;
  font-size: 3.4285714286rem;
}
.form_heading span {
  font-size: 18px;
}

/* form fields */
.form {
  max-width: 463px;
  position: relative;
  margin: 0 auto;
  /* addtional fields */
  /* input */
  /* checkbox */
  /* radio buttons */
  /* file upload */
  /* dropdown */
}
.form .banner {
  margin-top: 35px;
  margin-bottom: 20px;
  padding: 19px 50px 19px 15px;
  position: relative;
  border-radius: 4px;
}
.form .banner.success {
  padding: 19px 15px;
  text-align: center;
  background: #e7fff1;
}
.form .banner.success p {
  color: #2a9f59;
}
.form .banner.warning {
  text-align: left;
  background: #fcf0db;
  border: 1px solid #f09400;
}
.form .banner.warning p {
  color: #333333;
  font-weight: normal;
  line-height: normal;
  font-size: 18px;
  font-size: 1.2857142857rem;
  margin: 0;
  color: #d98600;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.form .banner.warning p a {
  color: #d98600;
}
.form ul li.field {
  margin-bottom: 15px;
}
.form ul li.submit {
  padding-top: 10px;
}
.form ul li.submit:before, .form ul li.submit:after {
  content: " ";
  display: table;
}
.form ul li.submit:after {
  display: block;
  clear: both;
  height: 1px;
  margin-top: -1px;
  visibility: hidden;
}
.form ul li.submit .left {
  float: left;
}
.form ul li.submit .left a.btn {
  padding: 0 20px;
  height: 48px;
  line-height: 45px;
  border-radius: 24px;
}
.form ul li.submit .left a.skip {
  color: #979797;
  font-weight: 500;
  line-height: 48px;
  font-size: 14px;
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.form ul li.submit .left a.skip:hover {
  color: #2ca4f5;
}
.form ul li.submit .left a.previous_step {
  padding-top: 15px;
  display: inline-block;
  text-transform: uppercase;
  color: #979797;
  font-weight: normal;
  line-height: 1.2;
  font-size: 14px;
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.form ul li.submit .left a.previous_step:hover {
  color: #2ca4f5;
}
.form ul li.submit .left .checkbox {
  margin-bottom: 10px;
}
.form ul li.submit .left.large {
  margin-bottom: 25px;
}
.form ul li.submit .action {
  float: right;
}
.form ul li.submit .action a.btn, .form ul li.submit .action input.btn {
  display: block;
  width: 100%;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  color: #142a4f;
  font-weight: 500;
  line-height: 1.2;
  font-size: 14px;
  font-size: 1rem;
}
.form ul li.submit .action input.upload {
  background: #2ca4f5;
  color: #e5f1ef;
  margin-bottom: 80px;
}
.form ul li.submit .action input.upload:hover {
  background: #142a4f;
  border: solid 2px #142a4f;
}
.form ul li.submit .action a.back_home {
  color: #2ca4f5;
  background: #fff;
  margin-bottom: 15px;
}
.form ul li.submit .action a.back_home:hover {
  background: #2ca4f5;
  color: #e5f1ef;
  border: solid 2px #2ca4f5;
}
.form ul li.submit .action a.sign_u {
  color: #2ca4f5;
  background: #fff;
  margin-bottom: 15px;
}
.form ul li.submit .action a.sign_u:hover {
  background: #2ca4f5;
  color: #e5f1ef;
  border: solid 2px #2ca4f5;
}
.form ul li.submit .action input {
  display: block;
  cursor: pointer;
  width: 175px;
  background: #2ca4f5;
  text-transform: uppercase;
  padding: 0;
  height: 48px;
  border-radius: 24px;
  font-family: "Montserrat", sans-serif;
  color: #ffffff;
  font-weight: 500;
  line-height: 48px;
  font-size: 14px;
  font-size: 1rem;
}
.form ul li.submit .action input:hover {
  background: #142a4f;
}
.form ul li.submit .action input.complete {
  width: 235px;
}
.form ul li.submit .action.return_to_login {
  padding-top: 12px;
  margin-right: 30px;
}
.form ul li.submit .action.return_to_login a {
  color: #2ca4f5;
  text-decoration: underline;
  font-size: 12px;
  font-size: 0.8571428571rem;
}
.form .select2-multi {
  position: relative;
}
.form .select2-multi .select2 {
  max-width: 100%;
}
.form .select2-multi .select2.select2-container--open .select2-selection--multiple {
  border: 2px #2ca4f5 solid;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-left-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-bottomleft: 0px;
  -moz-border-radius-bottomright: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background: #f1f5f9;
}
.form .select2-multi .select2.select2-container--open .select2-selection--multiple:after {
  content: "";
  width: 12px;
  height: 12px;
  display: block;
  background: url(../img/icons/close-button-2.svg) center center no-repeat;
  position: absolute;
  top: 28px;
  right: 15px;
  cursor: pointer;
}
.form .select2-multi .select2.select2-container--open + span.label {
  background: #f1f5f9;
  padding: 0;
  font-size: 8px;
  font-size: 0.5714285714rem;
  top: 4px;
  left: 20px;
}
.form .select2-multi .select2 .select2-selection--single {
  padding: 7px 8px 17px;
  border: 2px #142a4f solid;
  height: 64px;
  border-radius: 4px;
  color: #142a4f;
  font-weight: normal;
  line-height: 1.2;
  font-size: 16px;
  font-size: 1.1428571429rem;
}
.form .select2-multi .select2 .select2-selection--single .select2-selection__rendered {
  display: block;
  position: relative;
  padding: 7px 17px;
}
.form .select2-multi .select2 .select2-selection--single .select2-selection__choice {
  position: relative;
  border: 1px solid #9ed5fb;
  padding: 7px 17px;
  background: #e9f5fe;
  border-radius: 50px;
  font-size: 12px;
  font-size: 0.8571428571rem;
  margin-top: 10px;
}
.form .select2-multi .select2 .select2-selection--single .select2-selection__choice .select2-selection__choice__remove {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  overflow: hidden;
}
.form .select2-multi .select2 .select2-selection--single .select2-search .select2-search__field {
  padding: 5px;
  margin-top: 10px;
  min-width: 30px;
  font-size: 16px;
  font-size: 1.1428571429rem;
  color: #2ca4f5;
}
.form .select2-multi .select2 .select2-selection--single .select2-selection__arrow {
  display: none;
}
.form .select2-multi .select2 .select2-selection--multiple {
  padding: 7px 8px 17px;
  border: 2px #142a4f solid;
  border-radius: 4px;
  color: #142a4f;
  font-weight: normal;
  line-height: 1.2;
  font-size: 16px;
  font-size: 1.1428571429rem;
}
.form .select2-multi .select2 .select2-selection--multiple .select2-selection__rendered {
  display: block;
}
.form .select2-multi .select2 .select2-selection--multiple .select2-selection__choice {
  position: relative;
  border: 1px solid #9ed5fb;
  padding: 7px 17px;
  background: #e9f5fe;
  border-radius: 50px;
  font-size: 12px;
  font-size: 0.8571428571rem;
  margin-top: 10px;
}
.form .select2-multi .select2 .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  overflow: hidden;
}
.form .select2-multi .select2 .select2-selection--multiple .select2-search .select2-search__field {
  padding: 5px;
  margin-top: 10px;
  min-width: 30px;
  font-size: 16px;
  font-size: 1.1428571429rem;
  color: #2ca4f5;
}
.form .select2-multi .select2 + span.label {
  position: absolute;
  font-size: 12px;
  font-size: 0.8571428571rem;
  left: 10px;
  top: -10px;
  background: #ffffff;
  padding: 2px 12px;
  display: none;
}
.form .select2-multi .select2.select2-container--above.select2-container--open .select2-selection--multiple {
  border: 2px #2ca4f5 solid;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-topright: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  background: #f1f5f9;
}
.form .select2-multi .select2.select2-container--below + span.label, .form .select2-multi .select2.select2-container--above + span.label {
  display: block;
}
.form .select2-multi select.error + .select2 .select2-selection--multiple {
  border: 2px #de350a solid;
}
.form .select2-multi p.suggestions {
  position: relative;
  margin-top: 18px;
  padding-left: 160px;
  font-size: 12px;
  font-size: 0.8571428571rem;
  display: none;
}
.form .select2-multi p.suggestions span.title {
  position: absolute;
  top: 0;
  left: 22px;
}
.form .select2-multi p.suggestions span.inserter a {
  color: #142a4f;
  margin-right: 6px;
  display: inline-block;
  border-bottom: 1px solid #2ca4f5;
}
.form .select2-multi p.suggestions.open {
  display: block;
}
.form .list.added {
  border-top: 1px #d5dde5 solid;
}
.form .list.added h3 {
  margin: 10px 0;
}
.form .input {
  position: relative;
}
.form .input input,
.form .input textarea {
  padding: 21px 24px 20px;
  border: 2px #142a4f solid;
  border-radius: 4px;
  color: #142a4f;
  font-weight: normal;
  line-height: 1.2;
  font-size: 16px;
  font-size: 1.1428571429rem;
}
.form .input input.readonly,
.form .input textarea.readonly {
  border: 2px #142a4f solid;
  background-color: rgba(235, 239, 240, 0.596);
  font-style: italic;
}
.form .input textarea {
  width: 100%;
  height: 350px;
  outline: none !important;
}
.form .input ::-moz-placeholder {
  color: #000;
}
.form .input input::-moz-placeholder,
.form .input input::-webkit-input-placeholder,
.form .input input:-ms-input-placeholder,
.form .input ::placeholder {
  color: #000;
}
.form .checkbox {
  position: relative;
}
.form .checkbox label {
  color: #142a4f;
  font-weight: normal;
  line-height: 1.2;
  font-size: 12px;
  font-size: 0.8571428571rem;
  cursor: pointer;
}
.form .checkbox label input[type=checkbox] {
  visibility: hidden;
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  overflow: hidden;
}
.form .checkbox label input[type=checkbox]:checked ~ span {
  /*@include rounded(4px);*/
  background: url(../img/forms/icon_checkbox_tick.svg) no-repeat center;
}
.form .checkbox label span {
  cursor: pointer;
  height: 16px;
  width: 16px;
  margin-right: 7px;
  border: 2px solid #031434;
  border-radius: 1px;
  display: inline-block;
  vertical-align: middle;
}
.form .checkbox label a {
  color: #2ca4f5;
}
.form .checkbox label a:hover {
  text-decoration: underline;
}
.form .checkbox.large {
  overflow: hidden;
}
.form .checkbox.large input[type=checkbox] {
  visibility: hidden;
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  overflow: hidden;
}
.form .checkbox.large input[type=checkbox]:checked ~ label {
  border: 2px #2ca4f5 solid;
  background: rgba(44, 164, 245, 0.05);
  color: #2ca4f5;
}
.form .checkbox.large input[type=checkbox]:checked ~ label span:after {
  display: block;
}
.form .checkbox.large label {
  position: relative;
  cursor: pointer;
  color: #142a4f;
  font-weight: normal;
  line-height: 1.2;
  font-size: 16px;
  font-size: 1.1428571429rem;
  display: block;
  height: 64px;
  line-height: 60px;
  border: 2px #142a4f solid;
  text-align: center;
  border-radius: 4px;
  transition: 0.2s;
}
.form .checkbox.large label span {
  position: absolute;
  left: 18px;
  top: 18px;
  width: 22px;
  height: 22px;
  border: 2px solid #2ca4f5;
  border-radius: 100%;
  background: #fff;
}
.form .checkbox.large label span:after {
  content: "";
  display: none;
  width: 14px;
  height: 14px;
  background: #2ca4f5;
  position: absolute;
  top: 2px;
  left: 2px;
  border-radius: 100%;
  transition: all 0.2s ease;
}
.form .option {
  position: relative;
  text-align: center;
}
.form .option [type=radio]:checked,
.form .option [type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.form .option [type=radio]:checked + label,
.form .option [type=radio]:not(:checked) + label {
  position: relative;
  cursor: pointer;
  color: #142a4f;
  font-weight: normal;
  line-height: 1.2;
  font-size: 16px;
  font-size: 1.1428571429rem;
  display: block;
  height: 64px;
  line-height: 60px;
  border: 2px #142a4f solid;
  border-radius: 4px;
  transition: 0.2s;
}
.form .option [type=radio]:checked + label {
  border-color: #2ca4f5;
  background: rgba(44, 164, 245, 0.05);
  color: #2ca4f5;
}
.form .option [type=radio]:checked + label:before,
.form .option [type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 18px;
  top: 18px;
  width: 22px;
  height: 22px;
  border: 2px solid #2ca4f5;
  border-radius: 100%;
  background: #fff;
}
.form .option [type=radio]:checked + label:after,
.form .option [type=radio]:not(:checked) + label:after {
  content: "";
  width: 14px;
  height: 14px;
  background: #2ca4f5;
  position: absolute;
  top: 22px;
  left: 22px;
  border-radius: 100%;
  transition: all 0.2s ease;
}
.form .option [type=radio]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.form .option [type=radio]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
.form .upload {
  position: relative;
}
.form .upload .button {
  position: relative;
  border: 2px #142a4f solid;
  height: 64px;
  line-height: 67px;
  text-align: center;
  cursor: pointer;
  border-radius: 4px;
  z-index: 2;
}
.form .upload .button span {
  display: inline-block;
}
.form .upload .button span.icon {
  width: 38px;
  height: 38px;
  background: url(../img/register/icon_upload_add.svg) no-repeat center;
  position: absolute;
  top: 12px;
  left: 16px;
}
.form .upload .button span.text {
  position: relative;
  max-width: calc(100% - 120px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: "Montserrat", sans-serif;
  color: #031434;
  font-weight: bold;
  line-height: 1.2;
  font-size: 16px;
  font-size: 1.1428571429rem;
}
.form .upload .button .loading {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 5;
  text-align: center;
  display: none;
}
.form .upload .button .loading .bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  background: #2ca4f5;
  transition: width 1s ease-in-out;
}
.form .upload .button .loading span.text {
  color: #fff;
}
.form .upload input[type=file] {
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  border: 1px solid red;
  opacity: 0;
  cursor: pointer;
  z-index: 4;
}
.form .upload input[type=file] + .profile-picture {
  position: absolute;
  width: 50px;
  top: 7px;
  right: 10px;
}
.form .selectWrap {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 64px;
  line-height: 60px;
  margin: 0;
}
.form .selectWrap > select {
  opacity: 0;
  pointer-events: none;
  position: absolute !important;
  z-index: 3;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  width: 100% !important;
  height: 100% !important;
  cursor: pointer;
}
.form .selectWrap > .fakeSelect {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  vertical-align: bottom;
  padding: 0 50px 0 25px;
  white-space: nowrap;
  text-overflow: ellipsis;
  border: 2px solid #142a4f;
  border-radius: 4px;
  color: #142a4f;
  font-weight: normal;
  line-height: 1.2;
  font-size: 16px;
  font-size: 1.1428571429rem;
  height: 64px;
  line-height: 60px;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.form .selectWrap > .fakeSelect.focus {
  border-color: #98c7f8;
}
.form .selectWrap > .fakeSelect.focus:after {
  color: #81b5ec;
}
.form .selectWrap > .fakeSelect span {
  position: absolute;
  top: 27px;
  right: 25px;
  width: 22px;
  height: 12px;
  background: url(../img/forms/icon_dropdown_arrow.svg) no-repeat center;
}
.form .selectWrap > .dropdown {
  display: none;
  position: absolute;
  top: 64px;
  width: 100%;
  z-index: 9999;
  max-height: 224px;
  overflow: auto;
  background: #fff;
  border: 2px #2ca4f5 solid;
  border-top: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.form .selectWrap > .dropdown span {
  display: block;
  padding: 12px 15px;
  color: #142a4f;
  font-weight: normal;
  line-height: 1.2;
  font-size: 16px;
  font-size: 1.1428571429rem;
  cursor: pointer;
  text-align: left;
  border-bottom: 1px #e5e7ea solid;
  transition: all 0.3s ease-in-out;
}
.form .selectWrap > .dropdown span:hover {
  color: #2ca4f5;
}
.form .selectWrap.open .fakeSelect {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background: #f1f5f9;
  border-color: #2ca4f5;
  color: #2ca4f5;
}
.form .selectWrap.open .fakeSelect span {
  background: url(../img/forms/icon_dropdown_arrow_active.svg) no-repeat center;
}
.form .selectWrap.open > .dropdown {
  display: block;
}
.form .selectWrap.sub .dropdown {
  width: 320px !important;
}
.form .error_message {
  color: #de350a;
  background: #f5dcd5;
  padding: 10px 15px;
  font-size: 12px;
  font-size: 0.8571428571rem;
  text-align: center;
  border-radius: 4px;
}
.form .success_message {
  color: #2a9f59;
  background: #e7fff1;
  padding: 10px 15px;
  font-size: 12px;
  font-size: 0.8571428571rem;
  text-align: center;
  border-radius: 4px;
}
.form .input .error {
  color: #de350a;
  border: 2px solid #de350a;
}
.form .input .error::-moz-placeholder {
  color: #de350a;
  opacity: 1;
}
.form .input .error::placeholder {
  color: #de350a;
  opacity: 1;
}
.form .input .error:-ms-input-placeholder {
  color: #de350a;
}
.form .input .error::-ms-input-placeholder {
  color: #de350a;
}
.form .input-validation-error + .select2 .select2-selection {
  border-color: #de350a !important;
}
.form .input-validation-error ~ .label, .form .input-validation-error + .select2 .select2-search__field {
  color: #de350a;
}
.form .input-validation-error ~ .fakeSelect, .form .input-validation-error[type=hidden] + input {
  color: #de350a;
  border-color: #de350a !important;
}
.form .input .input-validation-error {
  color: #de350a;
  border: 2px solid #de350a;
}
.form .input .input-validation-error::-moz-placeholder {
  color: #de350a;
  opacity: 1;
}
.form .input .input-validation-error::placeholder {
  color: #de350a;
  opacity: 1;
}
.form .input .input-validation-error:-ms-input-placeholder {
  color: #de350a;
}
.form .input .input-validation-error::-ms-input-placeholder {
  color: #de350a;
}
.form .field-validation-error {
  color: #de350a;
}

/* Select2 drop down */
.select2-container--default .select2-dropdown {
  border: 2px solid #2ca4f5;
  border-top: 0px;
  border-radius: 4px;
  -webkit-border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-topright: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.select2-container--default .select2-dropdown .select2-results__option {
  padding: 15px;
  color: #687285;
  font-size: 16px;
  font-size: 1.1428571429rem;
  border-bottom: solid 1px #e5e7ea;
}
.select2-container--default .select2-dropdown .select2-results__option.select2-results__option--highlighted, .select2-container--default .select2-dropdown .select2-results__option[aria-selected=true] {
  color: #2ca4f5;
  background: #fff;
}
.select2-container--default .select2-dropdown.select2-dropdown--above {
  border: 2px solid #2ca4f5;
  border-bottom: 0px;
  border-radius: 4px;
  -webkit-border-bottom-left-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-bottomleft: 0px;
  -moz-border-radius-bottomright: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

/* google sign in button */
.google_signup {
  max-width: 463px;
  position: relative;
  margin: 0 auto 30px;
}
.google_signup a {
  display: block;
  height: 62px;
  width: 100%;
  position: relative;
  background: #2ca4f5;
  border: 2px #2ca4f5 solid;
  border-radius: 4px;
}
.google_signup a:before, .google_signup a:after {
  content: " ";
  display: table;
}
.google_signup a:after {
  display: block;
  clear: both;
  height: 1px;
  margin-top: -1px;
  visibility: hidden;
}
.google_signup a span.icon {
  display: block;
  float: left;
  width: 60px;
  background: #fff url(../img/register/google-logo@2x.jpg) no-repeat center/contain;
  height: 100%;
}
.google_signup a span.text {
  display: block;
  float: left;
  width: calc(100% - 60px);
  height: 100%;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  color: #e5f1ef;
  font-weight: bold;
  line-height: 1.2;
  font-size: 16px;
  font-size: 1.1428571429rem;
  line-height: 60px;
}

/* form seperator */
.separator {
  max-width: 463px;
  position: relative;
  margin: 0 auto 30px;
  text-align: center;
}
.separator span {
  color: #333;
  font-weight: normal;
  line-height: 1.2;
  font-size: 14px;
  font-size: 1rem;
  display: inline-block;
  background: #fff;
  padding: 0 10px;
  position: relative;
  z-index: 5;
}
.separator:before {
  content: "";
  display: block;
  width: 93px;
  height: 2px;
  position: absolute;
  top: 10px;
  left: 0;
  background: url(../img/register/separator.svg) no-repeat center;
}
.separator:after {
  content: "";
  display: block;
  width: 93px;
  height: 2px;
  position: absolute;
  top: 10px;
  right: 0;
  background: url(../img/register/separator.svg) no-repeat center;
}

@media only screen and (max-width: 781px) {
  .form_heading {
    margin-bottom: 25px;
  }
  .form_heading h1 {
    font-size: 14px;
    font-size: 1rem;
    margin-bottom: 25px;
  }
  .form_heading h2 {
    font-size: 32px;
    font-size: 2.2857142857rem;
  }
  .form_heading span {
    font-size: 15px;
    font-size: 1.0714285714rem;
  }
  .form ul li.submit .left a.skip {
    font-size: 12px;
    font-size: 0.8571428571rem;
  }
  .form .input input,
  .form .input textarea {
    font-size: 14px;
    font-size: 1rem;
  }
  .google_signup a span.text {
    font-size: 14px;
    font-size: 1rem;
  }
  .form .selectWrap > .fakeSelect,
  .form .selectWrap > .dropdown span {
    font-size: 14px;
    font-size: 1rem;
  }
}
@media only screen and (max-width: 559px) {
  #register {
    padding-top: 80px;
  }
  .form_heading h2 {
    font-size: 24px;
    font-size: 1.7142857143rem;
    margin-bottom: 15px;
  }
  .form .option [type=radio]:checked + label,
  .form .option [type=radio]:not(:checked) + label {
    font-size: 14px;
    font-size: 1rem;
  }
  .form ul li.submit .left {
    float: none;
    margin-bottom: 20px;
  }
  .form ul li.submit .left.previous {
    float: left;
  }
  .form ul li.submit .left.previous a.previous_step {
    font-size: 12px;
    font-size: 0.8571428571rem;
  }
  .form ul li.submit .action input {
    width: 145px;
    font-size: 12px;
    font-size: 0.8571428571rem;
  }
  .form ul li.submit .action input.complete {
    width: 175px;
    font-size: 10px;
    font-size: 0.7142857143rem;
  }
  .form .checkbox.large label {
    text-align: left;
    padding-left: 60px;
    font-size: 14px;
    font-size: 1rem;
  }
}
::-moz-placeholder {
  color: #031434;
}
::placeholder {
  color: #031434;
}

@media only screen and (max-width: 479px) {
  /* form seperator */
  .separator:before {
    width: 50px;
  }
  .separator:after {
    width: 50px;
  }
}
@media only screen and (max-width: 339px) {
  /* form seperator */
  .separator:before {
    width: 25px;
  }
  .separator:after {
    width: 25px;
  }
}
.multi_selector {
  position: relative;
}
.multi_selector .input {
  position: relative;
}
.multi_selector .input span {
  display: none;
  position: absolute;
  top: 10px;
  left: 25px;
  color: #6c6c6c;
  font-weight: normal;
  line-height: 1.2;
  font-size: 8px;
  font-size: 0.5714285714rem;
}
.multi_selector .input input {
  cursor: pointer;
  padding-right: 60px;
}
.multi_selector .input:after {
  content: "";
  display: block;
  position: absolute;
  top: 28px;
  right: 26px;
  width: 22px;
  height: 12px;
  background: url(../img/forms/icon_dropdown_arrow.svg) no-repeat center;
}
.multi_selector .list {
  position: absolute;
  top: 83px;
  left: 0;
  width: 100%;
  height: auto;
  border: 2px #2ca4f5 solid;
  background: #fff;
  z-index: 2;
  display: none;
  border-radius: 4px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.multi_selector .list:before, .multi_selector .list:after {
  content: " ";
  display: table;
}
.multi_selector .list:after {
  display: block;
  clear: both;
  height: 1px;
  margin-top: -1px;
  visibility: hidden;
}
.multi_selector .list .checkbox {
  float: left;
  width: 50%;
  padding: 12px 25px;
  box-sizing: border-box;
  border: 1px #e5e7ea solid;
}
.multi_selector .list .checkbox label {
  display: block;
}
.multi_selector .list .checkbox label input[type=checkbox]:checked + span {
  background: url(../img/forms/oval.svg) no-repeat center;
}
.multi_selector .list .checkbox label span {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 2px #2ca4f5 solid;
}

.multi_selector.open .input span {
  display: block;
}
.multi_selector.open .input input {
  color: #2ca4f5;
  background: #f1f5f9;
  border-color: #2ca4f5;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.multi_selector.open .input:after {
  content: "";
  display: block;
  position: absolute;
  top: 45px;
  right: 25px;
  width: 22px;
  height: 12px;
  background: url(../img/forms/icon_dropdown_arrow_active.svg) no-repeat center;
}
.multi_selector.open .list {
  display: block;
}

@media only screen and (max-width: 479px) {
  .multi_selector .list {
    top: 80px;
  }
  .multi_selector .list .checkbox {
    float: none;
    width: 100%;
  }
}
.language_selector {
  position: relative;
}
.language_selector .input {
  position: relative;
}
.language_selector .input span {
  display: none;
  position: absolute;
  top: 10px;
  left: 25px;
  color: #6c6c6c;
  font-weight: normal;
  line-height: 1.2;
  font-size: 8px;
  font-size: 0.5714285714rem;
}
.language_selector .input input {
  cursor: pointer;
  padding-right: 60px;
}
.language_selector .input:after {
  content: "";
  display: block;
  position: absolute;
  top: 48px;
  right: 25px;
  width: 22px;
  height: 12px;
  background: url(../img/forms/icon_dropdown_arrow.svg) no-repeat center;
}
.language_selector .list {
  position: absolute;
  top: 84px;
  left: 0;
  width: 100%;
  height: auto;
  border: 2px #2ca4f5 solid;
  background: #fff;
  z-index: 2;
  display: none;
  border-radius: 4px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.language_selector .list:before, .language_selector .list:after {
  content: " ";
  display: table;
}
.language_selector .list:after {
  display: block;
  clear: both;
  height: 1px;
  margin-top: -1px;
  visibility: hidden;
}
.language_selector .list .checkbox {
  float: left;
  width: 50%;
  padding: 12px 25px;
  box-sizing: border-box;
  border: 1px #e5e7ea solid;
  margin-top: -1px;
  margin-left: -1px;
}
.language_selector .list .checkbox label {
  display: block;
}
.language_selector .list .checkbox label input[type=checkbox]:checked + span {
  background: url(../img/forms/oval.svg) no-repeat center;
}
.language_selector .list .checkbox label span {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 2px #2ca4f5 solid;
}

.language_selector.open .input span {
  display: block;
}
.language_selector.open .input input {
  color: #2ca4f5;
  background: #f1f5f9;
  border-color: #2ca4f5;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.language_selector.open .input:after {
  content: "";
  display: block;
  position: absolute;
  top: 48px;
  right: 25px;
  width: 22px;
  height: 12px;
  background: url(../img/forms/icon_dropdown_arrow_active.svg) no-repeat center;
}
.language_selector.open .list {
  display: block;
}

@media only screen and (max-width: 479px) {
  .language_selector .list .checkbox, .language_selector2 .list .checkbox {
    float: none;
    width: 100%;
  }
  .language_selector .input:after, .language_selector2 .input:after {
    top: 48px;
  }
}
.language_selector2 {
  position: relative;
}
.language_selector2 .input {
  position: relative;
}
.language_selector2 .input span {
  display: none;
  position: absolute;
  top: 10px;
  left: 25px;
  color: #6c6c6c;
  font-weight: normal;
  line-height: 1.2;
  font-size: 8px;
  font-size: 0.5714285714rem;
}
.language_selector2 .input input {
  cursor: pointer;
  padding-right: 60px;
}
.language_selector2 .input:after {
  content: "";
  display: block;
  position: absolute;
  top: 30px;
  right: 25px;
  width: 22px;
  height: 12px;
  background: url(../img/forms/icon_dropdown_arrow.svg) no-repeat center;
}
.language_selector2 .list {
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  height: auto;
  border: 2px #2ca4f5 solid;
  background: #fff;
  z-index: 2;
  display: none;
  border-radius: 4px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.language_selector2 .list:before, .language_selector2 .list:after {
  content: " ";
  display: table;
}
.language_selector2 .list:after {
  display: block;
  clear: both;
  height: 1px;
  margin-top: -1px;
  visibility: hidden;
}
.language_selector2 .list .checkbox {
  float: left;
  width: 50%;
  padding: 12px 25px;
  box-sizing: border-box;
  border: 1px #e5e7ea solid;
  margin-top: -1px;
  margin-left: -1px;
}
.language_selector2 .list .checkbox label {
  display: block;
}
.language_selector2 .list .checkbox label input[type=checkbox]:checked + span {
  background: url(../img/forms/oval.svg) no-repeat center;
}
.language_selector2 .list .checkbox label span {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 2px #2ca4f5 solid;
}

.language_selector2.open .input span {
  display: block;
}
.language_selector2.open .input input {
  color: #2ca4f5;
  background: #f1f5f9;
  border-color: #2ca4f5;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.language_selector2.open .input:after {
  content: "";
  display: block;
  position: absolute;
  top: 30px;
  right: 25px;
  width: 22px;
  height: 12px;
  background: url(../img/forms/icon_dropdown_arrow_active.svg) no-repeat center;
}
.language_selector2.open .list {
  display: block;
}

#progressbar {
  position: relative;
  max-width: 463px;
  position: relative;
  margin: 0 auto 40px;
}
#progressbar .top {
  margin-bottom: 10px;
}
#progressbar .top:before, #progressbar .top:after {
  content: " ";
  display: table;
}
#progressbar .top:after {
  display: block;
  clear: both;
  height: 1px;
  margin-top: -1px;
  visibility: hidden;
}
#progressbar .top span {
  text-transform: uppercase;
  color: #333333;
  font-weight: normal;
  line-height: 1.4;
  font-size: 12px;
  font-size: 0.8571428571rem;
}
#progressbar .top span.label {
  float: left;
}
#progressbar .top span.count {
  float: right;
}
#progressbar .bar {
  position: relative;
  width: 100%;
  height: 3px;
  border-radius: 1.5px;
  background: #e1ffed;
}
#progressbar .bar .inner {
  position: relative;
  background: #47d47f;
  height: 3px;
  width: 0;
  border-radius: 1.5px;
}
#progressbar .bar .inner:before {
  content: "";
  display: block;
  position: absolute;
  right: -3px;
  top: -2px;
  width: 7px;
  height: 7px;
  background: #47d47f;
  border-radius: 50%;
}

.testimonial {
  position: relative;
}
.testimonial blockquote {
  position: relative;
  margin: 0;
}
.testimonial blockquote:before {
  content: "";
  display: block;
  width: 25px;
  height: 22px;
  margin-bottom: 15px;
}
.testimonial blockquote p {
  color: #031434;
  font-weight: normal;
  line-height: 1.6;
  font-size: 12px;
  font-size: 0.8571428571rem;
}
.testimonial blockquote cite {
  display: block;
  font-style: normal;
  margin-bottom: 3px;
  color: #031434;
  font-weight: normal;
  line-height: 1.4;
  font-size: 12px;
  font-size: 0.8571428571rem;
}
.testimonial blockquote span.company {
  display: block;
  font-family: "Montserrat", sans-serif;
  color: #031434;
  font-weight: bold;
  line-height: 1.4;
  font-size: 12px;
  font-size: 0.8571428571rem;
}

a.add_additional {
  display: block;
  text-align: center;
}
a.add_additional span {
  display: inline-block;
  vertical-align: middle;
}
a.add_additional span.icon {
  width: 12px;
  height: 12px;
  background: url(../img/icons/add-icon.svg) no-repeat center;
}
a.add_additional span.text {
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  color: #031434;
  font-weight: 500;
  line-height: 1.2;
  font-size: 14px;
  font-size: 1rem;
}

#job_seeekers_statistics {
  background-color: #2ca4f5;
}
#job_seeekers_statistics.sign-in {
  padding-top: 20px;
}
#job_seeekers_statistics.sign-in .statistics .stat_item {
  padding-bottom: 40px;
}
#job_seeekers_statistics .details {
  margin-top: 70px;
}
#job_seeekers_statistics .sign_up {
  position: relative;
  top: -48px;
  margin-left: -49px;
  padding: 70px;
  background: url(../img/home/jobseekers.svg) center center/cover no-repeat;
  max-width: 100%;
}
#job_seeekers_statistics .sign_up:before, #job_seeekers_statistics .sign_up:after {
  content: " ";
  display: table;
}
#job_seeekers_statistics .sign_up:after {
  display: block;
  clear: both;
  height: 1px;
  margin-top: -1px;
  visibility: hidden;
}
#job_seeekers_statistics .sign_up h2 {
  color: #ffffff;
  margin-bottom: 7px;
}
#job_seeekers_statistics .sign_up p {
  color: #ffffff;
  width: 100%;
  max-width: 410px;
}
#job_seeekers_statistics .sign_up .form_wrapper {
  width: 100%;
  max-width: 340px;
  float: left;
}
#job_seeekers_statistics .sign_up .stats {
  float: left;
  width: 100%;
  max-width: 500px;
  padding-left: 90px;
}
#job_seeekers_statistics .sign_up .stats ul li {
  margin-bottom: 60px;
  font-family: "Montserrat", sans-serif;
  color: #a8b6d2;
  font-weight: normal;
  line-height: 1.5;
  font-size: 16px;
  font-size: 1.1428571429rem;
  padding-left: 40px;
}
#job_seeekers_statistics .sign_up .stats ul li b {
  font-weight: 900;
  color: #e5f1ef;
  display: block;
}
#job_seeekers_statistics .sign_up .stats ul li.sign {
  background: url(../img/icons/sign-up-icon.svg) left top no-repeat;
}
#job_seeekers_statistics .sign_up .stats ul li.alert {
  background: url(../img/icons/bell-icon.svg) left top no-repeat;
}
#job_seeekers_statistics .sign_up .stats ul li.search {
  background: url(../img/icons/job-icon.svg) left top no-repeat;
}
#job_seeekers_statistics .statistics {
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
}
#job_seeekers_statistics .statistics .stat_item {
  display: inline-block;
  text-align: center;
  -moz-text-align-last: center;
       text-align-last: center;
  padding: 12px 60px 60px;
}
#job_seeekers_statistics .statistics .stat_item .number {
  color: #e5f1ef;
  font-weight: 300;
  line-height: 1;
  font-size: 98px;
  font-size: 7rem;
}
#job_seeekers_statistics .statistics .stat_item .number sup {
  font-size: 28px;
  font-size: 2rem;
  top: -3.5rem;
}
#job_seeekers_statistics .statistics .stat_item .description {
  font-family: "Montserrat", sans-serif;
  color: #e5f1ef;
  font-weight: bold;
  line-height: 1;
  font-size: 16px;
  font-size: 1.1428571429rem;
  text-transform: uppercase;
}

@media only screen and (max-width: 1199px) {
  #job_seeekers_statistics.sign-in {
    padding-top: 0px;
  }
  #job_seeekers_statistics .statistics .stat_item {
    padding: 45px 60px 60px;
  }
  #job_seeekers_statistics .statistics .stat_item .number {
    font-size: 74px;
    font-size: 5.2857142857rem;
  }
  #job_seeekers_statistics .statistics .stat_item .number sup {
    font-size: 24px;
    font-size: 1.7142857143rem;
    top: -2rem;
  }
  #job_seeekers_statistics .statistics .stat_item .description {
    font-size: 14px;
    font-size: 1rem;
  }
}
@media only screen and (max-width: 1023px) {
  #job_seeekers_statistics .statistics .stat_item {
    padding: 25px 40px 40px;
  }
  #job_seeekers_statistics .statistics .stat_item .number {
    font-size: 60px;
    font-size: 4.2857142857rem;
  }
  #job_seeekers_statistics .statistics .stat_item .number sup {
    font-size: 22px;
    font-size: 1.5714285714rem;
  }
}
@media only screen and (max-width: 990px) {
  #job_seeekers_statistics .statistics .stat_item {
    padding: 25px 40px 40px;
  }
  #job_seeekers_statistics .statistics .stat_item .number {
    font-size: 60px;
    font-size: 4.2857142857rem;
  }
  #job_seeekers_statistics .statistics .stat_item .number sup {
    top: -2rem;
    font-size: 22px;
    font-size: 1.5714285714rem;
  }
}
@media only screen and (max-width: 849px) {
  #job_seeekers_statistics .statistics .stat_item {
    padding: 25px 20px 40px;
  }
  #job_seeekers_statistics .statistics .stat_item .number {
    font-size: 50px;
    font-size: 3.5714285714rem;
  }
  #job_seeekers_statistics .statistics .stat_item .number sup {
    font-size: 22px;
    font-size: 1.5714285714rem;
  }
}
@media only screen and (max-width: 781px) {
  #job_seeekers_statistics .statistics .stat_item {
    width: 100%;
  }
  #job_seeekers_statistics .statistics .stat_item .number sup {
    top: -1.5rem;
  }
}
#search {
  position: relative;
  z-index: 3;
}
#search .search_form {
  background: #ffffff;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  border-radius: 0.25rem;
  border: solid 2px #f8f8f7;
}
#search .search_form:before, #search .search_form:after {
  content: " ";
  display: table;
}
#search .search_form:after {
  display: block;
  clear: both;
  height: 1px;
  margin-top: -1px;
  visibility: hidden;
}
#search .search_form .input {
  float: left;
  padding: 20px 0px;
}
#search .search_form .input .inner {
  position: relative;
}
#search .search_form .input.keyword {
  width: 38%;
}
#search .search_form .input.keyword > .inner {
  padding: 0px 38px 0px 38px;
  margin: 0px 0px 0px 32px;
  border-right: 1px solid #142a4f;
}
#search .search_form .input.keyword > .inner:before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -9px;
  left: 0;
  background: url(../img/icons/magnifying_glass.svg) center center no-repeat;
  width: 18px;
  height: 18px;
}
#search .search_form .input.province {
  width: 38%;
}
#search .search_form .input.province > .inner {
  padding: 0px 6px 0px 36px;
  margin: 0px 0px 0px 32px;
}
#search .search_form .input.province > .inner:before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: 0;
  background: url(../img/icons/location_marker.svg) center center no-repeat;
  width: 14px;
  height: 20px;
}
#search .search_form .input.submit {
  width: 24%;
  padding: 16px 0px;
}
#search .search_form .input.submit .inner {
  padding: 0px 32px;
}
#search .search_form .input.submit input {
  background: #2ca4f5;
  text-transform: uppercase;
  padding: 0;
  height: 48px;
  border-radius: 24px;
  font-family: "Montserrat", sans-serif;
  color: #ffffff;
  font-weight: 500;
  line-height: 48px;
  font-size: 14px;
  font-size: 1rem;
}
#search .search_form .input.submit input:hover {
  background: #142a4f;
}
#search .search_form .input input,
#search .search_form .input select,
#search .search_form .input .fakeSelect {
  width: 100%;
  padding: 0px 10px;
  height: 40px;
  color: #a5b6ca;
  font-weight: normal;
  line-height: 40px;
  font-size: 18px;
  font-size: 1.2857142857rem;
  border: none;
}
#search .search_form .input input::-moz-placeholder,
#search .search_form .input select::-moz-placeholder,
#search .search_form .input .fakeSelect::-moz-placeholder {
  color: #a5b6ca;
  opacity: 1;
}
#search .search_form .input input::-moz-placeholder, #search .search_form .input select::-moz-placeholder, #search .search_form .input .fakeSelect::-moz-placeholder {
  color: #a5b6ca;
}
#search .search_form .input input::placeholder,
#search .search_form .input select::placeholder,
#search .search_form .input .fakeSelect::placeholder {
  color: #a5b6ca;
}
#search .search_form .input input.error,
#search .search_form .input select.error,
#search .search_form .input .fakeSelect.error {
  border: 1px solid #de350a;
}
#search .search_form .input input.error::-moz-placeholder,
#search .search_form .input select.error::-moz-placeholder,
#search .search_form .input .fakeSelect.error::-moz-placeholder {
  color: #de350a;
  opacity: 1;
}
#search .search_form .input input.error::-moz-placeholder, #search .search_form .input select.error::-moz-placeholder, #search .search_form .input .fakeSelect.error::-moz-placeholder {
  color: #de350a;
}
#search .search_form .input input.error::placeholder,
#search .search_form .input select.error::placeholder,
#search .search_form .input .fakeSelect.error::placeholder {
  color: #de350a;
}
#search .advanced_search {
  margin-top: 20px;
  text-align: right;
}
#search .advanced_search a {
  color: #142a4f;
  font-weight: normal;
  line-height: 1.5;
  font-size: 14px;
  font-size: 1rem;
  border-bottom: 1px solid #142a4f;
  padding-bottom: 4px;
}
#search .selectWrap,
#search .textAutoComplete {
  position: relative;
}
#search .selectWrap .dropdown,
#search .textAutoComplete .dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.04);
  display: none;
}
#search .selectWrap .dropdown .inner span,
#search .textAutoComplete .dropdown .inner span {
  display: block;
  cursor: pointer;
  padding: 10px 15px;
}
#search .selectWrap .dropdown .inner span:hover,
#search .textAutoComplete .dropdown .inner span:hover {
  background: #2ca4f5;
  color: #fff;
}
#search .selectWrap.open .dropdown,
#search .textAutoComplete.open .dropdown {
  display: block;
}
#search .selectWrap .custom_select {
  display: none;
}
#search .selectWrap .fakeSelect {
  cursor: pointer;
  position: relative;
}
#search .selectWrap .fakeSelect span {
  display: block;
  width: 12px;
  height: 8px;
  background: url(../img/icons/search_chevron.svg) center center no-repeat;
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -4px;
}

@media only screen and (max-width: 849px) {
  #search .search_form .input {
    float: none;
    width: 100%;
  }
  #search .search_form .input.keyword {
    width: 100%;
  }
  #search .search_form .input.keyword .inner {
    padding: 0 36px 0 36px;
    border-right: none;
  }
  #search .search_form .input.province {
    width: 100%;
  }
  #search .search_form .input.province .inner {
    padding: 0 36px 0 36px;
  }
  #search .search_form .input input,
  #search .search_form .input select {
    border-bottom: 1px solid #a5b6ca;
  }
  #search .search_form .input.submit {
    width: 100%;
  }
  #search .search_form .input .fakeSelect {
    border-bottom: 1px solid #a5b6ca;
  }
  #search .search_form .input.province {
    position: relative;
    z-index: 1;
  }
}
@media only screen and (max-width: 479px) {
  #search .search_form .input.keyword .inner {
    padding: 0 15px 0 30px;
    margin-left: 10px;
  }
  #search .search_form .input.province .inner {
    padding: 0 15px 0 30px;
    margin-left: 10px;
  }
  #search .search_form .input input,
  #search .search_form .input select {
    font-size: 14px;
    font-size: 1rem;
  }
  #search .search_form .input ::-webkit-input-placeholder {
    font-size: 14px;
    font-size: 1rem;
  }
  #search .search_form .input ::-moz-placeholder {
    font-size: 14px;
    font-size: 1rem;
  }
  #search .search_form .input :-ms-input-placeholder {
    font-size: 14px;
    font-size: 1rem;
  }
  #search .search_form .input :-moz-placeholder {
    font-size: 14px;
    font-size: 1rem;
  }
  #search .search_form .input .fakeSelect {
    font-size: 14px;
    font-size: 1rem;
  }
}
.info_bar {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  background: #f4faff;
  border: 1px solid #a5b6ca;
  padding: 24px;
  margin-top: 20px;
  margin-bottom: 32px;
  border-radius: 4px;
}
.info_bar:before, .info_bar:after {
  content: " ";
  display: table;
}
.info_bar:after {
  display: block;
  clear: both;
  height: 1px;
  margin-top: -1px;
  visibility: hidden;
}
.info_bar .title_wrapper {
  display: block;
  padding: 2px 0px;
}
.info_bar .title_wrapper:before, .info_bar .title_wrapper:after {
  content: " ";
  display: table;
}
.info_bar .title_wrapper:after {
  display: block;
  clear: both;
  height: 1px;
  margin-top: -1px;
  visibility: hidden;
}
.info_bar .title_wrapper h1 {
  color: #142a4f;
  font-weight: 500;
  line-height: normal;
  font-size: 26px;
  font-size: 1.8571428571rem;
  margin: 0;
  float: left;
}
.info_bar .title_wrapper .premium_benefits {
  float: right;
  width: 100%;
  max-width: 485px;
}
.info_bar .title_wrapper .premium_benefits p {
  color: #707070;
  font-weight: normal;
  line-height: normal;
  font-size: 12px;
  font-size: 0.8571428571rem;
  margin: 0;
}
.info_bar .title_wrapper .premium_benefits p b {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
}
.info_bar .title_wrapper .premium_benefits_2 {
  float: right;
  width: 100%;
  max-width: 485px;
  padding-top: 9px;
}
.info_bar .title_wrapper .premium_benefits_2 p {
  color: #707070;
  font-weight: normal;
  line-height: normal;
  font-size: 12px;
  font-size: 0.8571428571rem;
  margin: 0;
}
.info_bar .title_wrapper .premium_benefits_2 p b {
  font-weight: bold;
}
.info_bar .recruiter_info {
  float: left;
  width: 420px;
}
.info_bar .recruiter_info .profile_image {
  float: left;
  margin-right: 25px;
}
.info_bar .recruiter_info .profile_image img {
  display: block;
}
.info_bar .recruiter_info .profile_information .name p {
  font-family: "Montserrat", sans-serif;
  color: #031434;
  font-weight: 500;
  line-height: normal;
  font-size: 18px;
  font-size: 1.2857142857rem;
  margin-bottom: 4px;
}
.info_bar .recruiter_info .profile_information .information ul {
  margin: 0;
}
.info_bar .recruiter_info .profile_information .information ul:before, .info_bar .recruiter_info .profile_information .information ul:after {
  content: " ";
  display: table;
}
.info_bar .recruiter_info .profile_information .information ul:after {
  display: block;
  clear: both;
  height: 1px;
  margin-top: -1px;
  visibility: hidden;
}
.info_bar .recruiter_info .profile_information .information ul li {
  float: left;
  color: #5e6672;
  font-weight: normal;
  line-height: normal;
  font-size: 13px;
  font-size: 0.9285714286rem;
  margin: 0 15px 0 0;
  padding-left: 17px;
}
.info_bar .recruiter_info .profile_information .information ul li.location {
  background: url(../img/dashboard/location.svg) left center no-repeat;
}
.info_bar .recruiter_info .profile_information .information ul li.activity {
  background: url(../img/dashboard/calendar.svg) left center no-repeat;
}
.info_bar .post_job_button {
  float: right;
  padding-top: 8px;
}
.info_bar .post_job_button a {
  text-transform: uppercase;
}

@media only screen and (max-width: 849px) {
  .info_bar .title_wrapper .premium_benefits {
    float: none;
    clear: both;
  }
}
@media only screen and (max-width: 639px) {
  .info_bar .recruiter_info {
    float: none;
    width: 100%;
  }
  .info_bar .post_job_button {
    float: none;
    padding-top: 0px;
    margin-top: 15px;
  }
  .info_bar .post_job_button a {
    display: block;
  }
}
@media only screen and (max-width: 399px) {
  .info_bar .recruiter_info .profile_image {
    float: none;
    margin: 0px 0px 15px;
  }
  .info_bar .recruiter_info .profile_image img {
    margin: 0px;
  }
  .info_bar .recruiter_info .profile_information {
    text-align: left;
  }
}
.super_bar {
  text-align: right;
  margin-top: 86px;
  margin-bottom: 20px;
  position: relative;
}
.super_bar:before, .super_bar:after {
  content: " ";
  display: table;
}
.super_bar:after {
  display: block;
  clear: both;
  height: 1px;
  margin-top: -1px;
  visibility: hidden;
}
.super_bar p {
  float: right;
  margin-left: 15px;
  margin-bottom: 0;
  color: #031434;
  font-weight: normal;
  line-height: normal;
  font-size: 13px;
  font-size: 0.9285714286rem;
}
.super_bar p a {
  color: #2ca4f5;
  border-bottom: 1px solid transparent;
  padding-bottom: 2px;
}
.super_bar p a:hover {
  border-bottom: 1px solid #2ca4f5;
}
.super_bar p b.call {
  margin-right: 15px;
  color: #4e5a71;
  color: #031434;
  font-weight: 500;
  line-height: normal;
  font-size: 13px;
  font-size: 0.9285714286rem;
}
.dashboard_banner + .super_bar {
  margin-top: 20px;
}
.super_bar .back {
  float: left;
  position: relative;
  top: -8px;
}
.super_bar .back a {
  display: block;
  position: relative;
}
.super_bar .back a img {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  left: 0;
  transition: left 0.3s ease-in-out;
}
.super_bar .back a span {
  display: inline-block;
  vertical-align: middle;
  color: #031434;
  font-weight: normal;
  line-height: normal;
  font-size: 13px;
  font-size: 0.9285714286rem;
}
.super_bar .back a:hover img {
  left: -10px;
}

@media only screen and (max-width: 781px) {
  .super_bar {
    margin-top: 46px;
  }
  .super_bar p {
    float: none;
    margin: 0;
    text-align: center;
  }
  .super_bar .back {
    float: none;
    position: relative;
    top: 0px;
    margin-bottom: 15px;
    text-align: left;
  }
}
@media only screen and (max-width: 781px) {
  .super_bar .back {
    display: none;
  }
}
.breadcrumb a, .breadcrumb span {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
.breadcrumb a {
  color: #979797;
  font-weight: normal;
  line-height: normal;
  font-size: 14px;
  font-size: 1rem;
  border-bottom: 1px solid transparent;
}
.breadcrumb a:hover {
  border-bottom: 1px solid #979797;
}
.breadcrumb span {
  width: 4px;
  height: 8px;
  background: url(../img/icons/breadcrumb.svg) center center no-repeat;
}
.breadcrumb span + a {
  color: #2ca4f5;
}
.breadcrumb span + a:hover {
  border-bottom: 1px solid #2ca4f5;
}

.clickable {
  color: #2ca4f5;
  border-bottom: 1px solid transparent;
  padding-bottom: 2px;
}
.clickable:hover {
  border-bottom: 1px solid #2ca4f5;
}

.cardlet {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  border-radius: 0.25rem;
}

#messages .message_block {
  border: 1px #d9d9d9 solid;
  position: relative;
  margin-bottom: 45px;
}
#messages .message_block .heading {
  padding: 18px 24px;
  margin: 0;
}
#messages .message_block .heading:before, #messages .message_block .heading:after {
  content: " ";
  display: table;
}
#messages .message_block .heading:after {
  display: block;
  clear: both;
  height: 1px;
  margin-top: -1px;
  visibility: hidden;
}
#messages .message_block .heading h3 {
  float: left;
  color: #142a4f;
  font-weight: 900;
  line-height: 1;
  font-size: 14px;
  font-size: 1rem;
}
#messages .message_block .message {
  padding: 0 24px;
}
#messages .message_block .message .message_wrapper {
  border-top: solid 1px #d9d9d9;
}
#messages .message_block .message .message-info {
  padding: 15px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#messages .message_block .message .message-info .user img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
}
#messages .message_block .message .message-info .user p {
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  font-family: "Montserrat", sans-serif;
  color: #142a4f;
  font-weight: 500;
  line-height: 1;
  font-size: 12px;
  font-size: 0.8571428571rem;
}
#messages .message_block .message .message-info .details > div {
  display: block;
  float: left;
  margin-left: 30px;
  position: relative;
}
#messages .message_block .message .message-info .details img {
  display: block;
  position: absolute;
  top: -1px;
  left: 0;
}
#messages .message_block .message .message-info .details .exclusivity {
  padding-left: 22px;
}
#messages .message_block .message .message-info .details .exclusivity span {
  color: #919ba6;
}
#messages .message_block .message .message-info .details span {
  color: #142a4f;
  line-height: 1;
  font-size: 12px;
  font-size: 0.8571428571rem;
  display: block;
}
#messages .message_block .message .message-area {
  position: relative;
  padding: 12px 0 15px 57px;
}
#messages .message_block .message .message-area .inner p {
  font-size: 14px;
  color: #637180;
}
#messages .message_block .message .message-area .reply {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#messages .message_block .message .message-area .reply a {
  padding: 7px 10px 7px 32px;
  border-radius: 15px;
  display: block;
  float: left;
  position: relative;
}
#messages .message_block .message .message-area .reply a svg {
  display: block;
  position: absolute;
  top: 5px;
  left: 6px;
  margin-right: 5px;
}
#messages .message_block .message .message-area .reply a svg .fill-circle, #messages .message_block .message .message-area .reply a svg .fill-icon {
  transition: all 0.3s ease-in-out;
}
#messages .message_block .message .message-area .reply a span {
  color: #637180;
  line-height: 1;
  font-size: 12px;
  font-size: 0.8571428571rem;
  transition: all 0.3s ease-in-out;
  display: block;
}
#messages .message_block .message .message-area .reply a.block {
  border: 1px solid #d9dde0;
}
#messages .message_block .message .message-area .reply a.call {
  border: 1px solid #47d47f;
  background: #eefbf3;
}
#messages .message_block .message .message-area .reply a.reply_btn {
  border: 1px solid #2ca4f5;
  background: #e6f4fe;
}
#messages .message_block .message .message-area .reply a.reply_btn .fill-circle {
  fill: #2ca4f5;
}
#messages .message_block .message .message-area .reply a.reply_btn .fill-icon {
  fill: #ffffff;
}
#messages .message_block .message .message-area .reply a:hover span {
  color: #fff;
}
#messages .message_block .message .message-area .reply a:hover.block {
  border: 1px solid #de350a;
  background: #de350a;
}
#messages .message_block .message .message-area .reply a:hover.block .fill-circle {
  fill: #ffffff;
}
#messages .message_block .message .message-area .reply a:hover.block .fill-icon {
  fill: #de350a;
}
#messages .message_block .message .message-area .reply a:hover.call {
  background: #47d47f;
}
#messages .message_block .message .message-area .reply a:hover.call .fill-circle {
  fill: #ffffff;
}
#messages .message_block .message .message-area .reply a:hover.call .fill-icon {
  fill: #47d47f;
}
#messages .message_block .message .message-area .reply a:hover.reply_btn {
  background: #2ca4f5;
}
#messages .message_block .message .message-area .reply a:hover.reply_btn .fill-circle {
  fill: #ffffff;
}
#messages .message_block .message .message-area .reply a:hover.reply_btn .fill-icon {
  fill: #2ca4f5;
}
#messages .message_block .message .message-area .reply .contact_recruiter a {
  margin-left: 22px;
}
#messages .message_block .message.active {
  background: #f4faff;
}

.dropdown {
  overflow-y: scroll;
  max-height: 200px;
  position: absolute;
  z-index: 99;
}

.dashboard_banner {
  margin-top: 35px;
  margin-bottom: 20px;
  padding: 19px 50px 19px 15px;
  position: relative;
  border-radius: 4px;
}
.dashboard_banner p {
  color: #333333;
  font-weight: normal;
  line-height: normal;
  font-size: 18px;
  font-size: 1.2857142857rem;
  margin: 0;
}
.dashboard_banner.profile_success {
  padding: 19px 15px;
  text-align: center;
  background: #e7fff1;
}
.dashboard_banner.profile_success p {
  color: #2a9f59;
}
.dashboard_banner.premium_benefits {
  text-align: center;
  background: #2ca4f5;
}
.dashboard_banner.premium_benefits p {
  color: #e5f1ef;
}
.dashboard_banner.premium_benefits p a {
  color: #e5f1ef;
  border-bottom: 1px solid transparent;
  padding-bottom: 2px;
}
.dashboard_banner.premium_benefits p a:hover {
  border-bottom: 1px solid #e5f1ef;
}
.dashboard_banner.premium_benefits a.close:before, .dashboard_banner.premium_benefits a.close:after {
  background-color: #fff;
}
.dashboard_banner.warning {
  text-align: left;
  background: #faedea;
  border: 1px solid #de350a;
}
.dashboard_banner.warning p {
  color: #de350a;
}
.dashboard_banner.warning a.close:before, .dashboard_banner.warning a.close:after {
  background-color: #de350a;
}
.dashboard_banner.soft_warning {
  text-align: left;
  background: #fcf0db;
  border: 1px solid #f09400;
}
.dashboard_banner.soft_warning p {
  color: #c17700;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.dashboard_banner.soft_warning p a {
  color: #c17700;
}
.dashboard_banner.soft_warning a.close:before, .dashboard_banner.soft_warning a.close:after {
  background-color: #d98600;
}
.dashboard_banner.job_upload_success {
  text-align: left;
  background: #e7fff1;
  border: 1px solid #47d47f;
  padding: 19px 15px;
}
.dashboard_banner.job_upload_success:before, .dashboard_banner.job_upload_success:after {
  content: " ";
  display: table;
}
.dashboard_banner.job_upload_success:after {
  display: block;
  clear: both;
  height: 1px;
  margin-top: -1px;
  visibility: hidden;
}
.dashboard_banner.job_upload_success p {
  color: #2a9f59;
  float: left;
  line-height: 24px;
}
.dashboard_banner.job_upload_success ul.share {
  width: 100%;
  max-width: 370px;
  height: 24px;
  float: right;
  border-left: 1px solid #2a9f59;
  margin: 0;
}
.dashboard_banner.job_upload_success ul.share li {
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
}
.dashboard_banner.job_upload_success ul.share li:last-child {
  margin-left: 57px;
}
.dashboard_banner.job_upload_success ul.share li a {
  display: block;
  width: 24px;
  height: 24px;
  opacity: 1;
  visibility: visible;
  filter: alpha(opacity=100);
  transition: opacity 0.3s ease-in-out;
}
.dashboard_banner.job_upload_success ul.share li a.facebook {
  background: url(../img/dashboard/share_icons/facebook.svg);
}
.dashboard_banner.job_upload_success ul.share li a.twitter {
  background: url(../img/dashboard/share_icons/twitter.svg);
}
.dashboard_banner.job_upload_success ul.share li a.linked_in {
  background: url(../img/dashboard/share_icons/linked_in.svg);
}
.dashboard_banner.job_upload_success ul.share li a.google_plus {
  background: url(../img/dashboard/share_icons/google_plus.svg);
}
.dashboard_banner.job_upload_success ul.share li a.close:before, .dashboard_banner.job_upload_success ul.share li a.close:after {
  background-color: #2a9f59;
}
.dashboard_banner.job_upload_success ul.share li a:hover {
  opacity: 0.5;
  visibility: visible;
  filter: alpha(opacity=50);
}
.dashboard_banner.renew_premium_warning {
  text-align: left;
  background: #fcf0db;
  border: 1px solid #f09400;
}
.dashboard_banner.renew_premium_warning p {
  color: #d98600;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.dashboard_banner.renew_premium_warning p a {
  color: #d98600;
}
.dashboard_banner.renew_premium_warning a.renew {
  margin-left: 8px;
  display: inline-block;
  vertical-align: middle;
}
.dashboard_banner.renew_premium_warning a.renew img {
  display: block;
}
.dashboard_banner.renew_premium_warning a.close:before, .dashboard_banner.renew_premium_warning a.close:after {
  background-color: #d98600;
}
.dashboard_banner.renew_premium_warning a.close:hover {
  background: #F2E1C3;
}
.dashboard_banner a.close {
  position: absolute;
  top: 50%;
  margin-top: -13px;
  right: 11px;
  width: 30px;
  height: 30px;
  border-radius: 90px;
  background: transparent;
  transition: background 0.3s ease-in-out;
}
.dashboard_banner a.close:before, .dashboard_banner a.close:after {
  position: absolute;
  top: 5px;
  left: 14px;
  content: " ";
  height: 20px;
  width: 2px;
  background-color: #d98600;
}
.dashboard_banner a.close:before {
  transform: rotate(45deg);
}
.dashboard_banner a.close:after {
  transform: rotate(-45deg);
}
.dashboard_banner a.close:hover {
  background: rgba(0, 0, 0, 0.06);
}
.info_bar + .dashboard_banner {
  margin-bottom: 48px;
}

@media only screen and (max-width: 1023px) {
  .dashboard_banner {
    padding: 19px 25px 19px 15px;
  }
  .dashboard_banner.job_upload_success {
    text-align: center;
  }
  .dashboard_banner.job_upload_success p {
    float: none;
  }
  .dashboard_banner.job_upload_success ul.share {
    float: none;
    margin: 15px auto 0;
    border-left: none;
  }
  .dashboard_banner a.close {
    margin-top: 0;
    top: 10px;
    right: 10px;
  }
  .dashboard_banner.renew_premium_warning, .dashboard_banner.job_upload_success, .dashboard_banner.premium_benefits, .dashboard_banner.warning {
    padding: 30px 15px;
  }
}
@media only screen and (max-width: 399px) {
  .dashboard_banner p {
    font-size: 14px;
    font-size: 1rem;
  }
  .dashboard_banner.job_upload_success ul.share {
    height: auto;
  }
  .dashboard_banner.job_upload_success ul.share li.text {
    margin: 0 auto 10px;
    display: block;
  }
  .dashboard_banner.job_upload_success ul.share li {
    margin: 0 5px;
  }
  .dashboard_banner.job_upload_success ul.share li:last-child {
    display: block;
    margin: 0;
  }
}
.sidebar_block {
  padding: 18px 22px;
  border: solid 1px #d9d9d9;
  margin-bottom: 32px;
  border-radius: 4px;
}
.sidebar_block .title_wrapper {
  position: relative;
  border-bottom: solid 1px #d9d9d9;
  padding-bottom: 12px;
}
.sidebar_block .title_wrapper h4 {
  color: #031434;
  font-weight: normal;
  line-height: normal;
  font-size: 14px;
  font-size: 1rem;
  padding-right: 20px;
  margin: 0;
}
.sidebar_block .title_wrapper .edit {
  position: absolute;
  border-radius: 90px;
  right: -10px;
  top: -10px;
  display: block;
  height: 30px;
  width: 30px;
  transition: all 0.3s ease-in-out;
  background: transparent url(../img/dashboard/edit.svg) center center no-repeat;
}
.sidebar_block .title_wrapper .edit:hover {
  background: #f4f4f4 url(../img/dashboard/edit.svg) center center no-repeat;
}
.sidebar_block .content_wrapper {
  padding-top: 15px;
}
.sidebar_block .content_wrapper ul {
  margin: 0;
}
.sidebar_block .content_wrapper ul li {
  color: #212121;
  font-weight: normal;
  line-height: normal;
  font-size: 12px;
  font-size: 0.8571428571rem;
  margin-bottom: 16px;
  padding-left: 24px;
  overflow: hidden;
}
.sidebar_block .content_wrapper ul li a {
  color: #212121;
  transition: all 0.3s ease-in-out;
}
.sidebar_block .content_wrapper ul li a:hover {
  color: #2ca4f5;
}
.sidebar_block .content_wrapper ul li:last-child {
  margin-bottom: 0;
}
.sidebar_block .content_wrapper ul li.name {
  background: url(../img/dashboard/name.svg) left top+3px no-repeat;
}
.sidebar_block .content_wrapper ul li.position {
  background: url(../img/dashboard/position.svg) left top+3px no-repeat;
}
.sidebar_block .content_wrapper ul li.phone {
  background: url(../img/dashboard/phone.svg) left top+3px no-repeat;
}
.sidebar_block .content_wrapper ul li.company_name {
  background: url(../img/dashboard/company_name.svg) left top+3px no-repeat;
}
.sidebar_block .content_wrapper ul li.company_address {
  background: url(../img/dashboard/company_address.svg) left top+3px no-repeat;
}
.sidebar_block .content_wrapper ul li.email {
  background: url(../img/dashboard/email.svg) left top+3px no-repeat;
  position: relative;
}
.sidebar_block .content_wrapper ul li.email:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 100%;
  background: rgb(255, 255, 255);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 70%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}
.sidebar_block .content_wrapper ul li.creation_date {
  background: url(../img/dashboard/creation_date.svg) left top+3px no-repeat;
}
.sidebar_block .content_wrapper ul li.language {
  background: url(../img/dashboard/language.svg) left top+3px no-repeat;
}
.sidebar_block .content_wrapper .btn_wrapper {
  border-top: solid 0.5px #d8dbdf;
  padding-top: 22px;
  margin-top: 22px;
}
.sidebar_block .content_wrapper .btn_wrapper a {
  padding-left: 0;
  padding-right: 0;
  display: block;
  max-width: 300px;
  margin: 0 auto;
}

@media only screen and (max-width: 990px) {
  .sidebar_block {
    margin-bottom: 20px;
  }
}
.input_block .block_wrapper {
  padding: 18px 22px;
  border: solid 1px #d9d9d9;
  border-radius: 4px;
  margin-bottom: 32px;
}
.input_block .block_wrapper .title_wrapper {
  position: relative;
  border-bottom: solid 1px #d9d9d9;
  padding-bottom: 12px;
}
.input_block .block_wrapper .title_wrapper h4 {
  color: #031434;
  font-weight: normal;
  line-height: normal;
  font-size: 14px;
  font-size: 1rem;
  padding-right: 20px;
  margin: 0;
}
.input_block .block_wrapper .content_wrapper {
  padding-top: 15px;
}
.input_block .block_wrapper .content_wrapper .field_wrapper textarea {
  display: block;
  max-width: 100%;
  min-width: 100%;
  width: 100%;
  min-height: 190px;
  height: 190px;
  border: none;
  color: #7f7f7f;
  font-weight: normal;
  line-height: normal;
  font-size: 12px;
  font-size: 0.8571428571rem;
}
.input_block .block_wrapper .content_wrapper .field_wrapper textarea:focus {
  outline: none;
}
.input_block .btn_wrapper {
  border-top: solid 0.5px #d8dbdf;
  padding-top: 22px;
  margin-top: 22px;
}
.input_block .btn_wrapper a {
  padding-left: 0;
  padding-right: 0;
  display: block;
}
.input_block .submit_wrapper {
  margin-bottom: 40px;
  float: right;
  display: block;
}

.job_postings .no_jobs_posted {
  border: solid 1px #dedede;
  padding: 30px;
  text-align: center;
  margin-bottom: 40px;
}
.job_postings .no_jobs_posted img.briefcase {
  display: block;
  margin: 0 auto 15px;
}
.job_postings .no_jobs_posted p {
  font-family: "Montserrat", sans-serif;
  color: #727275;
  font-weight: 500;
  line-height: normal;
  font-size: 16px;
  font-size: 1.1428571429rem;
  margin-bottom: 10px;
}
.job_postings .no_jobs_posted a {
  font-family: "Montserrat", sans-serif;
  color: #2ca4f5;
  font-weight: 500;
  line-height: normal;
  font-size: 14px;
  font-size: 1rem;
  margin: 0;
}
.job_postings .no_jobs_posted a:hover {
  color: #142a4f;
}
.job_postings .job_item {
  border: 1px solid #dedede;
  padding: 30px 22px;
  margin-bottom: 15px;
  border-radius: 4px;
}
.job_postings .job_item.expired .job_information .content {
  text-decoration: line-through;
  color: red;
}
.job_postings .job_item.job_upload_success {
  border: 1px solid #47d47f;
  background: url(../img/dashboard/approved.svg) top left no-repeat;
}
.job_postings .job_item.premium_benefits {
  border: solid 2px #2ca4f5;
}
.job_postings .job_item.premium_benefits .job_information .title .content p {
  color: #2ca4f5;
}
.job_postings .job_item .job_information {
  width: 100%;
}
.job_postings .job_item .job_information:before, .job_postings .job_item .job_information:after {
  content: " ";
  display: table;
}
.job_postings .job_item .job_information:after {
  display: block;
  clear: both;
  height: 1px;
  margin-top: -1px;
  visibility: hidden;
}
.job_postings .job_item .job_information > div {
  float: left;
}
.job_postings .job_item .job_information p {
  margin: 0;
}
.job_postings .job_item .job_information .heading {
  border-bottom: solid 1px #d9d9d9;
  padding: 0px 0px 5px 0px;
}
.job_postings .job_item .job_information .heading p {
  font-family: "Montserrat", sans-serif;
  color: #566783;
  font-weight: bold;
  line-height: 13px;
  font-size: 12px;
  font-size: 0.8571428571rem;
  white-space: nowrap;
}
.job_postings .job_item .job_information .heading p a {
  font-family: "Montserrat", sans-serif;
  color: #2ca4f5;
  font-weight: normal;
  line-height: 12px;
  display: inline-block;
}
.job_postings .job_item .job_information .heading p a:hover {
  color: #142a4f;
}
.job_postings .job_item .job_information .content {
  padding: 12px 0px 0px 0px;
  position: relative;
  white-space: nowrap;
}
.job_postings .job_item .job_information .content p {
  color: #212121;
  font-weight: normal;
  line-height: 13px;
  font-size: 12px;
  font-size: 0.8571428571rem;
  white-space: nowrap;
}
.job_postings .job_item .job_information .title {
  width: 33.7%;
}
.job_postings .job_item .job_information .publish {
  width: 18.1%;
}
.job_postings .job_item .job_information .expiry {
  width: 17.5%;
}
.job_postings .job_item .job_information .applications {
  width: 18.4%;
  position: relative;
}
.job_postings .job_item .job_information .applications .content {
  position: relative;
}
.job_postings .job_item .job_information .applications .content a {
  position: absolute;
  display: block;
  width: 30px;
  height: 13px;
  background: url(../img/dashboard/arrow-icon.svg) center/10px no-repeat;
  float: right;
  right: 40px;
  bottom: 0;
  transition: background 0.3s ease-in-out;
}
.job_postings .job_item .job_information .applications .content a:hover {
  background: url(../img/dashboard/arrow-icon.svg) center right/10px no-repeat;
}
.job_postings .job_item .job_information .edit {
  width: 12.3%;
}
.job_postings .job_item .job_information .edit .heading p {
  padding-left: 14px;
  position: relative;
}
.job_postings .job_item .job_information .edit .heading p:before {
  content: "";
  display: block;
  width: 10px;
  height: 11px;
  background: url(../img/dashboard/edit.svg) top left/10px no-repeat;
  position: absolute;
  top: 0px;
  left: 0;
}
.job_postings .job_item .job_information .edit .content .refresh_job {
  display: inline-block;
  margin-left: 11px;
}
.job_postings .job_item .job_information .edit .content svg {
  display: block;
}
.job_postings .job_item .job_information .edit .content .exipre_job, .job_postings .job_item .job_information .edit .content .expired {
  position: relative;
  display: inline-block;
  margin-right: 11px;
}
.job_postings .job_item .job_information .edit .content .exipre_job svg, .job_postings .job_item .job_information .edit .content .expired svg {
  cursor: pointer;
}
.job_postings .job_item .job_information .edit .content .exipre_job .color, .job_postings .job_item .job_information .edit .content .expired .color {
  transition: all 0.3s ease-in-out;
}
.job_postings .job_item .job_information .edit .content .exipre_job .job_popup, .job_postings .job_item .job_information .edit .content .expired .job_popup {
  display: none;
}
.job_postings .job_item .job_information .edit .content .exipre_job .job_popup .stage.one, .job_postings .job_item .job_information .edit .content .expired .job_popup .stage.one {
  display: block;
  position: absolute;
  bottom: 15px;
  left: 50%;
  width: 80px;
  margin-left: -40px;
  color: #de350a;
  font-weight: normal;
  line-height: normal;
  font-size: 8px;
  font-size: 0.5714285714rem;
  box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.2);
  border: solid 0.5px #dedede;
  background-color: #fdfdfd;
  padding: 4px 8px;
  cursor: pointer;
}
.job_postings .job_item .job_information .edit .content .exipre_job .job_popup .stage.one a, .job_postings .job_item .job_information .edit .content .expired .job_popup .stage.one a {
  position: relative;
  z-index: 3;
  font-size: 12px;
  font-size: 0.8571428571rem;
  color: #212121;
}
.job_postings .job_item .job_information .edit .content .exipre_job .job_popup .stage.one:before, .job_postings .job_item .job_information .edit .content .expired .job_popup .stage.one:before {
  content: "";
  position: absolute;
  display: block;
  bottom: -4px;
  left: 50%;
  margin-left: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #ffffff transparent transparent transparent;
  z-index: 3;
}
.job_postings .job_item .job_information .edit .content .exipre_job .job_popup .stage.one:after, .job_postings .job_item .job_information .edit .content .expired .job_popup .stage.one:after {
  /*increased hover zone*/
  content: "";
  position: absolute;
  display: block;
  top: 0px;
  left: 50%;
  width: 60px;
  margin-left: -30px;
  height: 35px;
  z-index: 2;
}
.job_postings .job_item .job_information .edit .content .exipre_job .job_popup .stage.two, .job_postings .job_item .job_information .edit .content .expired .job_popup .stage.two {
  display: none;
  position: absolute;
  bottom: 15px;
  right: -35px;
  width: 370px;
  margin-left: -32px;
  color: #212121;
  font-weight: normal;
  line-height: normal;
  font-size: 12px;
  font-size: 0.8571428571rem;
  box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.2);
  border: solid 0.5px #dedede;
  background-color: #fdfdfd;
  padding: 18px 16px;
}
.job_postings .job_item .job_information .edit .content .exipre_job .job_popup .stage.two span, .job_postings .job_item .job_information .edit .content .expired .job_popup .stage.two span {
  position: relative;
  z-index: 3;
  margin-right: 16px;
  display: inline-block;
  vertical-align: middle;
}
.job_postings .job_item .job_information .edit .content .exipre_job .job_popup .stage.two a, .job_postings .job_item .job_information .edit .content .expired .job_popup .stage.two a {
  position: relative;
  z-index: 3;
  display: inline-block;
  vertical-align: middle;
  transition: all 0.3s ease-in-out;
  color: #212121;
  font-weight: normal;
  line-height: normal;
  font-size: 12px;
  font-size: 0.8571428571rem;
  padding: 1px 5px;
  cursor: pointer;
  border-radius: 2px;
  border: solid 0.5px rgba(20, 42, 79, 0.5);
}
.job_postings .job_item .job_information .edit .content .exipre_job .job_popup .stage.two a.yes, .job_postings .job_item .job_information .edit .content .expired .job_popup .stage.two a.yes {
  margin-right: 8px;
}
.job_postings .job_item .job_information .edit .content .exipre_job .job_popup .stage.two a:hover, .job_postings .job_item .job_information .edit .content .expired .job_popup .stage.two a:hover {
  background: #e9f5fe;
  border: solid 0.5px rgba(20, 42, 79, 0);
}
.job_postings .job_item .job_information .edit .content .exipre_job .job_popup .stage.two:before, .job_postings .job_item .job_information .edit .content .expired .job_popup .stage.two:before {
  content: "";
  position: absolute;
  display: block;
  bottom: -4px;
  right: 35px;
  margin-left: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #ffffff transparent transparent transparent;
  z-index: 3;
}
.job_postings .job_item .job_information .edit .content .exipre_job .job_popup .stage.two:after, .job_postings .job_item .job_information .edit .content .expired .job_popup .stage.two:after {
  /*increased hover zone*/
  content: "";
  position: absolute;
  display: block;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 75px;
  z-index: 2;
}
.job_postings .job_item .job_information .edit .content .exipre_job .job_popup.confirm .stage.one, .job_postings .job_item .job_information .edit .content .expired .job_popup.confirm .stage.one {
  display: none;
}
.job_postings .job_item .job_information .edit .content .exipre_job .job_popup.confirm .stage.two, .job_postings .job_item .job_information .edit .content .expired .job_popup.confirm .stage.two {
  display: block;
}
.job_postings .job_item .job_information .edit .content .exipre_job:hover .color, .job_postings .job_item .job_information .edit .content .expired:hover .color {
  fill: #de350a;
}
.job_postings .job_item .job_information .edit .content .exipre_job:hover .job_popup, .job_postings .job_item .job_information .edit .content .expired:hover .job_popup {
  display: block;
}
.job_postings .job_item .job_information .edit .content .view_job, .job_postings .job_item .job_information .edit .content .urgent_job {
  display: inline-block;
  margin-right: 11px;
}
.job_postings .job_item .job_information .edit .content .view_job .color, .job_postings .job_item .job_information .edit .content .urgent_job .color {
  transition: all 0.3s ease-in-out;
}
.job_postings .job_item .job_information .edit .content .view_job:hover .color, .job_postings .job_item .job_information .edit .content .urgent_job:hover .color {
  fill: #2ca4f5;
}
.job_postings .job_item .job_information .edit .content .view_job {
  margin-right: 0;
}

@media only screen and (max-width: 781px) {
  .job_postings .job_item {
    overflow: auto;
  }
  .job_postings .job_item .job_information {
    width: 750px;
  }
}
.applicants_table {
  border: solid 1px #dedede;
  margin-bottom: 60px;
  border-radius: 4px;
  padding-left: 27px;
}
.applicants_table table {
  width: 100%;
  max-width: 100%;
  text-align: left;
}
.applicants_table table thead {
  border-bottom: solid 1px #d9d9d9;
}
.applicants_table table thead th {
  padding: 25px 10px 10px;
  font-family: "Montserrat", sans-serif;
  color: #566783;
  font-weight: bold;
  line-height: normal;
  font-size: 12px;
  font-size: 0.8571428571rem;
}
.applicants_table table tbody tr {
  border-bottom: solid 1px #f3f3f3;
}
.applicants_table table tbody tr:last-child {
  border-bottom: none;
}
.applicants_table table tbody tr td {
  padding: 18px 10px;
  vertical-align: top;
  color: #212121;
  font-weight: normal;
  line-height: normal;
  font-size: 12px;
  font-size: 0.8571428571rem;
}
.applicants_table table tbody tr td a {
  color: #212121;
}
.applicants_table table tbody tr td.star {
  width: 1px;
  white-space: nowrap;
}
.applicants_table table tbody tr td.star .color {
  transition: all 0.3s ease-in-out;
  fill: #fff;
}
.applicants_table table tbody tr td.star a:hover .color {
  fill: #ffd428;
}
.applicants_table table tbody tr td.star.active .color {
  fill: #ffd428;
}
.applicants_table table tbody tr td.star.active a:hover .color {
  fill: #fff;
}
.applicants_table table tbody tr td.download {
  width: 1px;
  white-space: nowrap;
}
.applicants_table table tbody tr td.download a .color,
.applicants_table table tbody tr td.download a .stroke {
  transition: all 0.3s ease-in-out;
}
.applicants_table table tbody tr td.download a:hover .color {
  fill: #2ca4f5;
}
.applicants_table table tbody tr td.download a:hover .stroke {
  stroke: #2ca4f5;
}
.applicants_table table tbody tr td.view {
  width: 1px;
  white-space: nowrap;
}
.applicants_table table tbody tr td.view a .color {
  transition: all 0.3s ease-in-out;
}
.applicants_table table tbody tr td.view a:hover .color {
  fill: #2ca4f5;
}
.applicants_table table tbody tr td.email:hover {
  text-decoration: underline;
}
.applicants_table table tbody tr td.published {
  white-space: nowrap;
}
.applicants_table table tbody tr td.remove {
  width: 1px;
  white-space: nowrap;
}
.applicants_table table tbody tr td.remove a .color {
  transition: all 0.3s ease-in-out;
}
.applicants_table table tbody tr td.remove a:hover .color {
  fill: #de350a;
}
.applicants_table table tbody tr td.notes a {
  color: #2ca4f5;
}
.applicants_table table tbody tr td.notes a:hover {
  text-decoration: underline;
}
.applicants_table table tbody tr td.reject, .applicants_table table tbody tr td.remove_star {
  width: 1px;
  white-space: nowrap;
}
.applicants_table table tbody tr td.reject a, .applicants_table table tbody tr td.remove_star a {
  color: #212121;
  font-weight: normal;
  line-height: normal;
  font-size: 12px;
  font-size: 0.8571428571rem;
  transition: all 0.3s ease-in-out;
}
.applicants_table table tbody tr td.reject a:hover, .applicants_table table tbody tr td.remove_star a:hover {
  color: #de350a;
}
.applicants_table table tbody tr td.title {
  position: relative;
  max-width: 390px;
}

.applicants .paging {
  text-align: right;
  margin-bottom: 20px;
}
.applicants .paging p {
  float: left;
  font-family: "Montserrat", sans-serif;
  color: #212121;
  font-weight: 500;
  line-height: normal;
  font-size: 14px;
  font-size: 1rem;
  margin-bottom: 0;
  padding: 0px 5px;
}
.applicants .paging a {
  font-family: "Montserrat", sans-serif;
  color: #212121;
  font-weight: 500;
  line-height: normal;
  font-size: 14px;
  font-size: 1rem;
  padding: 0px 5px;
}
.applicants .paging a.active, .applicants .paging a:hover {
  color: #2ca4f5;
  border-bottom: 1px solid #2ca4f5;
}
.applicants .paging.bottom {
  text-align: left;
  padding-top: 12px;
}
.applicants .paging .cv {
  float: right;
  margin-top: -12px;
}
.applicants .paging .cv a {
  color: #fff;
  margin-left: 15px;
}

@media only screen and (max-width: 781px) {
  .applicants_table {
    padding-left: 10px;
    overflow: auto;
  }
}
@media only screen and (max-width: 849px) {
  .applicants_table table tbody tr td.title:after {
    display: none;
  }
}
.premium_benefits_table {
  width: 100%;
  max-width: 908px;
  margin: 0 auto 80px;
}
.premium_benefits_table .mobile_navigation {
  display: none;
  border: solid 2px #142a4f;
  margin-bottom: 20px;
}
.premium_benefits_table .mobile_navigation:before, .premium_benefits_table .mobile_navigation:after {
  content: " ";
  display: table;
}
.premium_benefits_table .mobile_navigation:after {
  display: block;
  clear: both;
  height: 1px;
  margin-top: -1px;
  visibility: hidden;
}
.premium_benefits_table .mobile_navigation:after {
  height: 0px;
}
.premium_benefits_table .mobile_navigation button {
  display: block;
  float: left;
  border: none;
  border-right: solid 2px #142a4f;
  padding: 10px 20px;
  width: 33.3333%;
  background: #fff;
  font-family: "Montserrat", sans-serif;
  color: #4e5a71;
  font-weight: 500;
  font-size: 16px;
  font-size: 1.1428571429rem;
}
.premium_benefits_table .mobile_navigation button:last-child {
  border-right: none;
}
.premium_benefits_table .mobile_navigation button.active {
  background: #2ca4f5;
  color: #ffffff;
}
.premium_benefits_table table {
  width: 100%;
}
.premium_benefits_table table thead td {
  padding: 9px;
}
.premium_benefits_table table thead .essential {
  border: solid 2px #2ca4f5;
  background: #2ca4f5;
  color: #f8f8f7;
  padding: 7px;
}
.premium_benefits_table table tbody {
  border: solid 2px #142a4f;
  border-radius: 4px;
}
.premium_benefits_table table tbody td {
  vertical-align: top;
}
.premium_benefits_table table tbody .table_heading {
  display: none;
  text-align: left;
  font-family: "Montserrat", sans-serif;
  color: #4e5a71;
  font-weight: 500;
  font-size: 16px;
  font-size: 1.1428571429rem;
  margin-bottom: 15px;
}
.premium_benefits_table table tbody .table_heading.invisible {
  visibility: hidden;
}
.premium_benefits_table table tbody .plan {
  padding-top: 45px;
}
.premium_benefits_table table tbody .plan h2 {
  color: #212121;
  font-weight: 900;
  font-size: 26px;
  font-size: 1.8571428571rem;
  margin-bottom: 15px;
}
.premium_benefits_table table tbody .plan .credits {
  background: #f4faff;
  padding: 5px;
}
.premium_benefits_table table tbody .plan .credits p {
  font-family: "Montserrat", sans-serif;
  color: #142a4f;
  font-weight: 900;
  font-size: 13px;
  font-size: 0.9285714286rem;
  margin: 0;
}
.premium_benefits_table table tbody .plan.essential .credits p {
  color: #1e85cb;
}
.premium_benefits_table table tbody .pricing {
  padding-top: 50px;
}
.premium_benefits_table table tbody .pricing .price {
  margin-bottom: 5px;
}
.premium_benefits_table table tbody .pricing .price p {
  color: #212121;
  font-size: 48px;
  font-size: 3.4285714286rem;
  vertical-align: top;
  margin: 0;
}
.premium_benefits_table table tbody .pricing .price p span {
  font-size: 14px;
  font-size: 1rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  vertical-align: top;
  margin-top: 15px;
  display: inline-block;
  margin-right: 5px;
}
.premium_benefits_table table tbody .pricing .discount {
  margin-bottom: 30px;
}
.premium_benefits_table table tbody .pricing .discount p {
  font-family: "Montserrat", sans-serif;
  color: #142a4f;
  font-weight: 500;
  font-size: 13px;
  font-size: 0.9285714286rem;
  margin: 0;
  display: inline-block;
  position: relative;
}
.premium_benefits_table table tbody .pricing .discount p:after {
  content: "";
  width: 105px;
  height: 10px;
  display: block;
  background: url(../img/premium_benefits/crossout.svg) center center no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -52px;
  margin-top: 0px;
}
.premium_benefits_table table tbody .pricing .fee {
  margin-bottom: 25px;
}
.premium_benefits_table table tbody .pricing .fee p {
  color: #4e5a71;
  font-size: 12px;
  font-size: 0.8571428571rem;
  margin: 0;
}
.premium_benefits_table table tbody .pricing .btn_wrapper {
  padding: 0px 25px;
  margin-bottom: 15px;
}
.premium_benefits_table table tbody .pricing .btn_wrapper a {
  display: block;
  padding: 15px 30px;
  font-family: "Montserrat", sans-serif;
  border: solid 2px #2ca4f5;
  font-size: 14px;
  font-size: 1rem;
}
.premium_benefits_table table tbody .pricing .btn_wrapper a.btnLblue3:hover {
  border-color: #142a4f;
}
.premium_benefits_table table tbody .pricing .request {
  padding: 0px 30px;
}
.premium_benefits_table table tbody .pricing .request p {
  color: #4e5a71;
  font-size: 12px;
  font-size: 0.8571428571rem;
  margin: 0;
}
.premium_benefits_table table tbody .features {
  padding: 52px 25px 80px;
}
.premium_benefits_table table tbody .features ul {
  margin: 0;
  padding-left: 15px;
}
.premium_benefits_table table tbody .features li {
  list-style: none;
  margin: 0 0 5px;
  color: #707070;
  font-size: 12px;
  font-size: 0.8571428571rem;
  text-align: left;
}
.premium_benefits_table table tbody .features li span.new {
  display: inline-block;
  padding: 2px 6px;
  background: #d5edfd;
  border-radius: 7px;
  color: #142a4f;
  font-size: 8px;
  font-size: 0.5714285714rem;
}
.premium_benefits_table table tbody .label {
  text-align: left;
  padding-left: 30px;
  font-family: "Montserrat", sans-serif;
  color: #4E5A70;
  font-weight: 500;
  font-size: 13px;
  font-size: 0.9285714286rem;
  text-transform: uppercase;
}
.premium_benefits_table table tbody .standard {
  text-align: center;
  border-left: solid 1px #f3f3f3;
  width: 228px;
}
.premium_benefits_table table tbody .essential {
  border-left: solid 2px #2ca4f5;
  border-right: solid 2px #2ca4f5;
  text-align: center;
  width: 228px;
}
.premium_benefits_table table tbody .essential.top {
  border-top: solid 2px #2ca4f5;
}
.premium_benefits_table table tbody .essential.bottom {
  border-bottom: solid 2px #2ca4f5;
}
.premium_benefits_table table tbody .premium {
  text-align: center;
  width: 228px;
}
.premium_benefits_table .cards {
  text-align: right;
  padding-top: 20px;
}
.premium_benefits_table .cards img {
  display: inline-block;
  margin-left: 23px;
}

.go_to_dashboard {
  float: right;
  margin-top: 20px;
}

@media only screen and (max-width: 849px) {
  .premium_benefits_table table .label {
    display: none;
  }
  .premium_benefits_table table tbody .table_heading {
    display: block;
  }
  .premium_benefits_table table tbody .features, .premium_benefits_table table tbody td {
    padding-left: 10px;
    padding-right: 10px;
  }
  .premium_benefits_table table tbody .pricing .request {
    padding: 0;
  }
}
@media only screen and (max-width: 639px) {
  .premium_benefits_table .mobile_navigation {
    display: block;
  }
  .premium_benefits_table table .premium {
    display: table-cell;
  }
  .premium_benefits_table table td, .premium_benefits_table table th {
    display: none;
  }
  .premium_benefits_table table tbody .table_heading.invisible {
    visibility: visible;
  }
  .premium_benefits_table table tbody .plan, .premium_benefits_table table tbody .pricing, .premium_benefits_table table tbody .features {
    padding: 30px 10px 0px;
  }
  .premium_benefits_table table tbody .features {
    padding-bottom: 30px;
  }
}
.highlighted_benefits p {
  font-family: "Montserrat", sans-serif;
  color: #333333;
  font-weight: 500;
  font-size: 12px;
  font-size: 0.8571428571rem;
  margin: 0;
}

.highlighted_info p {
  font-family: "Montserrat", sans-serif;
  color: #333333;
  font-weight: 500;
  font-size: 14px;
  font-size: 1rem;
  margin: 50px 10px 0px;
}

.heading {
  position: relative;
  text-align: center;
  margin-bottom: 80px;
}
.heading h1 {
  display: block;
  color: #142a4f;
  font-weight: 900;
  line-height: 1.5;
  font-size: 18px;
  font-size: 1.2857142857rem;
  text-align: center;
  margin-bottom: 50px;
}
.heading h2 {
  font-family: "Montserrat", sans-serif;
  color: #142a4f;
  font-weight: normal;
  line-height: 1.2;
  font-size: 48px;
  font-size: 3.4285714286rem;
}
.heading span {
  font-size: 18px;
}

@media only screen and (max-width: 781px) {
  .heading {
    margin-bottom: 40px;
  }
  .heading h1 {
    font-size: 14px;
    font-size: 1rem;
    margin-bottom: 25px;
  }
  .heading h2 {
    font-size: 32px;
    font-size: 2.2857142857rem;
  }
  .heading span {
    font-size: 15px;
    font-size: 1.0714285714rem;
  }
}
@media only screen and (max-width: 559px) {
  .heading h2 {
    font-size: 24px;
    font-size: 1.7142857143rem;
    margin-bottom: 15px;
  }
}
/* For large and xlarge screens */
@media only screen and (min-width: 992px) {
  .premium_info {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .info_box {
    margin: 0;
  }
  .icon {
    display: flex;
    justify-content: center;
  }
  .icon img {
    width: 50px;
  }
  .btn_wrapper a {
    margin: 0 20px;
  }
}
/* For small devices */
@media only screen and (max-width: 991px) {
  .premium_info {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, auto);
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .info_box {
    margin: 0;
  }
  .icon {
    display: flex;
    justify-content: center;
  }
  .icon img {
    width: 50px;
  }
}
/* CSS for large/xlarge screens */
@media only screen and (min-width: 992px) {
  .premium_info {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .info_box {
    display: flex;
    align-items: center;
  }
  .icon {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .description {
    margin-left: 20px;
  }
}
/* CSS for small devices */
@media only screen and (max-width: 991px) {
  .premium_info {
    display: block;
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .info_box {
    margin-bottom: 20px;
    align-items: center;
  }
  .icon {
    width: 50px;
    height: 50px;
    margin: 0 auto;
  }
  .description {
    margin-top: 10px;
  }
}
.info_box {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.icon,
.description {
  width: 80%; /* Ensure both .icon and .description take up full width */
}

/* Center align content inside .footer_links */
.footer_links {
  text-align: center;
  margin-bottom: 70px;
}

/* For large screens */
@media only screen and (min-width: 992px) {
  /* Display btn_wrapper inline */
  .btn_wrapper {
    display: inline;
  }
}
/* For small screens */
@media only screen and (max-width: 991px) {
  /* Stack btn_wrapper */
  .btn_wrapper {
    display: block;
    margin-bottom: 10px; /* Adjust margin as needed */
  }
}
.payfast_logo {
  width: 71px;
  margin-top: 30px;
}

@media only screen and (max-width: 399px) {
  .premium_benefits_table .mobile_navigation button {
    padding: 10px 10px;
    font-size: 14px;
    font-size: 1rem;
  }
}
.why_premium_table {
  width: 100%;
  max-width: 857px;
  margin: 80px auto 80px;
}
.why_premium_table .border {
  border: solid 2px #142a4f;
  border-radius: 4px;
}
.why_premium_table table {
  width: 100%;
}
.why_premium_table table td, .why_premium_table table th {
  border: solid 1px #f3f3f3;
  text-align: center;
  vertical-align: middle;
}
.why_premium_table table td p, .why_premium_table table th p {
  margin: 0;
}
.why_premium_table table td img, .why_premium_table table th img {
  display: block;
  margin: 0 auto;
}
.why_premium_table table thead th {
  background: #f4faff;
  padding: 25px 15px;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  color: #212121;
  font-weight: 900;
  font-size: 18px;
  font-size: 1.2857142857rem;
}
.why_premium_table table thead th.label {
  background: #ffffff;
  text-align: left;
}
.why_premium_table table tbody td {
  padding: 10px;
}
.why_premium_table table tbody td.label {
  text-align: left;
  padding-right: 47px;
  padding-left: 20px;
  width: 287px;
  color: #707070;
  font-size: 14px;
  font-size: 1rem;
}
.why_premium_table table tbody td.label a {
  color: #2ca4f5;
}
.why_premium_table table tbody td.label a:hover {
  text-decoration: underline;
}
.why_premium_table table tbody td.label img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 7px;
}
.why_premium_table .btn_wrapper {
  text-align: right;
  padding-top: 30px;
}
.why_premium_table .btn_wrapper a {
  text-transform: uppercase;
  font-size: 14px;
  font-size: 1rem;
  padding: 17px 50px;
}

@media only screen and (max-width: 781px) {
  .why_premium_table {
    margin: 40px 0 80px;
  }
  .why_premium_table .btn_wrapper a {
    font-size: 11px;
    font-size: 0.7857142857rem;
  }
}
@media only screen and (max-width: 479px) {
  .why_premium_table table thead th {
    font-size: 14px;
    font-size: 1rem;
    padding: 15px;
  }
  .why_premium_table table tbody td.label {
    padding-right: 15px;
  }
  .why_premium_table .btn_wrapper a {
    display: block;
    float: none;
  }
}
@media only screen and (max-width: 399px) {
  .why_premium_table table thead th {
    font-size: 12px;
    font-size: 0.8571428571rem;
    padding: 10px;
  }
}
.form .tox-tinymce {
  border: solid 2px #142a4f;
  border-top: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.form .tox-tinymce .tox-toolbar {
  background: #f8f8f8 !important;
  border: none !important;
}
.form .tox-tinymce .tox-statusbar {
  display: none;
}
.form .tox-tinymce .tox-edit-area label {
  font-size: 12px;
  color: rgba(151, 151, 151, 0.6) !important;
  top: 10px !important;
  left: 20px !important;
}
.form .tinymce-mobile-outer-container .tinymce-mobile-disabled-mask {
  background: rgba(248, 248, 247, 0.5);
  border: solid 2px #142a4f;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  width: calc(100% - 4px);
}
.form .tinymce-mobile-editor-socket label {
  font-size: 12px;
  color: rgba(151, 151, 151, 0.6) !important;
  top: 10px !important;
  left: 20px !important;
  font-family: "Montserrat", sans-serif;
}

.tinymce-mobile-outer-container .tinymce-mobile-disabled-mask .tinymce-mobile-content-container .tinymce-mobile-content-tap-section:not(.tinymce-mobile-mask-tap-icon-selected) .tinymce-mobile-mask-tap-icon {
  box-shadow: 0 2px 11px -1px rgba(0, 0, 0, 0.1);
}

.tinymce-mobile-outer-container .tinymce-mobile-disabled-mask .tinymce-mobile-content-container .tinymce-mobile-content-tap-section .tinymce-mobile-mask-tap-icon::before {
  content: "" !important;
}

.tinymce-mobile-icon-back::before {
  content: "x" !important;
}

#search_filters {
  border-top: solid 1px #e6e6e3;
  background: #fff;
}
#search_filters .search_filters {
  overflow: auto;
  width: 100%;
}
#search_filters .search_filters .inner {
  width: 470px;
}
#search_filters .search_filters .inner:before, #search_filters .search_filters .inner:after {
  content: " ";
  display: table;
}
#search_filters .search_filters .inner:after {
  display: block;
  clear: both;
  height: 1px;
  margin-top: -1px;
  visibility: hidden;
}
#search_filters .search_filters a {
  padding: 10px 15px;
  display: block;
  float: left;
  font-family: "Montserrat", sans-serif;
  color: #848484;
  font-weight: 500;
  line-height: normal;
  font-size: 14px;
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
#search_filters .search_filters a img {
  display: block;
}
#search_filters .search_filters a.filter {
  padding-left: 0;
  padding-right: 40px;
}
#search_filters .search_filters a.filter .default {
  display: block;
}
#search_filters .search_filters a.filter .count {
  display: none;
  background: #e9f5fe;
  border-radius: 16px;
  padding: 3px 5px;
}
#search_filters .search_filters a.filter .count img {
  display: inline-block;
  vertical-align: middle;
}
#search_filters .search_filters a.filter .count .number {
  padding: 0 5px;
  font-family: "Montserrat", sans-serif;
  color: #2ca4f5;
  font-weight: bold;
  font-size: 14px;
  font-size: 1rem;
  display: inline-block;
  vertical-align: middle;
}
#search_filters .search_filters a.filter:hover {
  background: transparent;
}
#search_filters .search_filters a.filter.open .default {
  display: none;
}
#search_filters .search_filters a.filter.open .count {
  display: block;
}
#search_filters .search_filters .filter_type {
  border-bottom: 2px solid transparent;
}
#search_filters #filter_form > div {
  display: none;
  padding: 24px 0px 24px;
}
#search_filters #filter_wrapper button {
  display: none;
  margin-bottom: 33px;
}
#search_filters #filter_wrapper a.close {
  display: none;
}
#search_filters #filter_wrapper.sector .sector {
  color: #2ca4f5;
  border-bottom: 2px solid #2ca4f5;
}
#search_filters #filter_wrapper.sector .sector.active {
  border-color: #f09400;
  color: #f09400;
}
#search_filters #filter_wrapper.sector .sector_block {
  display: block;
}
#search_filters #filter_wrapper.location .location {
  color: #2ca4f5;
  border-bottom: 2px solid #2ca4f5;
}
#search_filters #filter_wrapper.location .location.active {
  border-color: #f09400;
  color: #f09400;
}
#search_filters #filter_wrapper.location .location_block {
  display: block;
}
#search_filters #filter_wrapper.date .date {
  color: #2ca4f5;
  border-bottom: 2px solid #2ca4f5;
}
#search_filters #filter_wrapper.date .date.active {
  border-color: #f09400;
  color: #f09400;
}
#search_filters #filter_wrapper.date .date_block {
  display: block;
}
#search_filters #filter_wrapper.type .type {
  color: #2ca4f5;
  border-bottom: 2px solid #2ca4f5;
}
#search_filters #filter_wrapper.type .type.active {
  border-color: #f09400;
  color: #f09400;
}
#search_filters #filter_wrapper.type .type_block {
  display: block;
}
#search_filters #filter_wrapper a.close {
  background: transparent;
  color: #de350a;
  border: 1px solid transparent;
  margin-left: 15px;
}
#search_filters #filter_wrapper a.close:hover {
  border: 1px solid #de350a;
}
#search_filters #filter_wrapper.open button,
#search_filters #filter_wrapper.open a.close {
  display: inline-block;
}
#search_filters #filter_wrapper .active {
  color: #f09400;
}
#search_filters .check_wrapper {
  position: relative;
  display: inline-block;
  margin: 0 8px 8px 0;
}
#search_filters .check_wrapper input[type=checkbox] {
  position: absolute;
  opacity: 0;
}
#search_filters .check_wrapper input[type=checkbox] + label {
  position: relative;
  cursor: pointer;
  padding: 5px 15px;
  border: solid 1px #979797;
  border-radius: 15px;
  transition: all 0.3s ease-in-out;
  color: #333;
  font-size: 12px;
  font-size: 0.8571428571rem;
  display: block;
}
#search_filters .check_wrapper input[type=checkbox] + label:hover {
  background: #f4f4f4;
}
#search_filters .check_wrapper input[type=checkbox]:checked + label {
  background: #e9f5fe;
  border: solid 1px #9ed5fb;
}
#search_filters .check_wrapper input[type=checkbox]:disabled + label {
  cursor: not-allowed;
}

#job_roll .job_wrapper {
  position: relative;
}
#job_roll .job_wrapper .job_item {
  padding: 15px;
  display: block;
  border: solid 2px transparent;
  background: #fff;
  border: 2px solid #fff;
  transition: all 0.3s ease-in-out;
  border-bottom: 2px solid #f8f8f7;
}
#job_roll .job_wrapper .job_item a {
  color: #5e6672;
}
#job_roll .job_wrapper .job_item a:hover {
  color: #2ca4f5;
}
#job_roll .job_wrapper .job_item .title_wrapper {
  display: block;
  padding-right: 118px;
  position: relative;
}
#job_roll .job_wrapper .job_item .title_wrapper .premium-tag img {
  margin-left: unset;
}
#job_roll .job_wrapper .job_item h3 {
  color: #031434;
  font-weight: 900;
  line-height: 1.4;
  font-size: 16px;
  font-size: 1.1428571429rem;
  margin: 0 0 17px;
  transition: all 0.3s ease-in-out;
}
#job_roll .job_wrapper .job_item h3 img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
#job_roll .job_wrapper .job_item .information {
  margin-bottom: 24px;
  display: block;
  text-align: left;
}
#job_roll .job_wrapper .job_item .information:before, #job_roll .job_wrapper .job_item .information:after {
  content: " ";
  display: table;
}
#job_roll .job_wrapper .job_item .information:after {
  display: block;
  clear: both;
  height: 1px;
  margin-top: -1px;
  visibility: hidden;
}
#job_roll .job_wrapper .job_item .information span {
  display: inline-block;
  vertical-align: middle;
  color: #4c4c4c;
  font-weight: 500;
  font-size: 12px;
  font-size: 0.8571428571rem;
  margin-right: 24px;
}
#job_roll .job_wrapper .job_item .information span.location {
  padding-left: 16px;
  background: url(../img/icons/location_marker.svg) left center no-repeat;
  background-size: auto 14px;
}
#job_roll .job_wrapper .job_item .information span.urgent {
  color: #de350a;
  padding-left: 24px;
  background: url(../img/icons/urgent-icon.svg) left center no-repeat;
}
#job_roll .job_wrapper .job_item .description {
  display: block;
  color: #333333;
  font-size: 13px;
  font-size: 0.9285714286rem;
  width: 100%;
  max-width: 574px;
  margin-bottom: 33px;
}
#job_roll .job_wrapper .job_item .recruiter {
  display: inline-block;
  color: #333333;
  font-size: 12px;
  font-size: 0.8571428571rem;
}
#job_roll .job_wrapper .job_item .recruiter span {
  color: #2ca4f5;
}
#job_roll .job_wrapper .job_item .posted {
  color: #566783;
  font-size: 12px;
  font-size: 0.8571428571rem;
  background: #f4faff;
  padding: 3px 9px;
  float: right;
}
.search_results #job_roll .job_wrapper .job_item:hover {
  border: solid 2px #2ca4f5;
}
.search_results #job_roll .job_wrapper .job_item:hover h3 {
  color: #2ca4f5;
}
#job_roll .job_wrapper a.job_item:hover {
  border: solid 2px #2ca4f5;
}
#job_roll .job_wrapper a.job_item:hover h3 {
  color: #2ca4f5;
}
#job_roll .job_wrapper .save {
  position: absolute;
  top: 18px;
  right: 5px;
  color: #4c4c4c;
  font-size: 12px;
  font-size: 0.8571428571rem;
  z-index: 3;
  padding: 5px 15px;
  transition: all 0.3s ease-in-out;
  border-radius: 4px;
  vertical-align: middle;
}
#job_roll .job_wrapper .save span {
  vertical-align: middle;
  display: inline-block;
}
#job_roll .job_wrapper .save img {
  vertical-align: middle;
  display: inline-block;
  margin-left: 4px;
}
#job_roll .job_wrapper .save:hover {
  color: #2ca4f5;
}
#job_roll .job_wrapper.applied .job_item {
  margin-bottom: 25px;
}
#job_roll .job_wrapper.applied .job_item .title_wrapper {
  border: none;
}
#job_roll .job_wrapper.applied .job_item h3 {
  margin: 0;
  padding: 0;
}
#job_roll .job_wrapper.single .job_item h3 {
  font-size: 18px;
  font-size: 1.2857142857rem;
  margin-bottom: 0px;
  padding-bottom: 28px;
}
#job_roll .job_wrapper.single .job_item .title_wrapper {
  border-bottom: 1px solid #f2f2f1;
}
#job_roll .job_wrapper.single .job_item .information {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f2f2f1;
  margin-bottom: 33px;
}
#job_roll .job_wrapper.single .job_item .information .posted {
  float: none;
}
#job_roll .job_wrapper.single .job_item .apply {
  margin: 0 0px 36px;
  padding-bottom: 33px;
  border-bottom: 1px solid #f2f2f1;
  text-align: right;
}
#job_roll .job_wrapper.single .job_item .apply:before, #job_roll .job_wrapper.single .job_item .apply:after {
  content: " ";
  display: table;
}
#job_roll .job_wrapper.single .job_item .apply:after {
  display: block;
  clear: both;
  height: 1px;
  margin-top: -1px;
  visibility: hidden;
}
#job_roll .job_wrapper.single .job_item .apply a {
  display: inline-block;
  color: #142a4f;
  font-family: "Montserrat", sans-serif;
  cursor: pointer;
}
#job_roll .job_wrapper.single .job_item .apply a:hover {
  color: #fff;
}
#job_roll .job_wrapper.single .job_item .description {
  max-width: 600px;
}
#job_roll .job_wrapper.single .job_item .description:before, #job_roll .job_wrapper.single .job_item .description:after {
  content: " ";
  display: table;
}
#job_roll .job_wrapper.single .job_item .description:after {
  display: block;
  clear: both;
  height: 1px;
  margin-top: -1px;
  visibility: hidden;
}
#job_roll .job_wrapper.single .job_item .description p,
#job_roll .job_wrapper.single .job_item .description li {
  color: #333333;
  font-size: 14px;
  font-size: 1rem;
}
#job_roll .job_wrapper.single .job_item .description p {
  margin-bottom: 20px;
}
#job_roll .job_wrapper.single .job_item .description ul {
  padding-left: 15px;
  margin: 0 0 20px;
}
#job_roll .job_wrapper.single .job_item .description li {
  margin-bottom: 0px;
  padding-left: 12px;
  list-style-image: url(../img/icons/bullet.png);
}
#job_roll .job_wrapper.single .job_item .description a {
  color: #2ca4f5;
}
#job_roll .job_wrapper.single .job_item .description a:hover {
  text-decoration: underline;
}
#job_roll .job_wrapper.single .job_item .apply_button {
  margin-bottom: 15px;
  margin-top: 5px;
  text-align: right;
}
#job_roll .job_wrapper.single .job_item .apply_button a {
  display: inline-block;
  color: #142a4f;
  font-family: "Montserrat", sans-serif;
  cursor: pointer;
}
#job_roll .job_wrapper.single .job_item .apply_button a:hover {
  color: #fff;
}
#job_roll .job_wrapper.single .job_item .recruiter {
  border-top: 1px solid #f2f2f1;
  padding-top: 15px;
  display: block;
}
#job_roll .job_wrapper.single .job_item .recruiter p {
  color: #333333;
  font-size: 13px;
  font-size: 0.9285714286rem;
  margin: 0;
}
#job_roll .job_wrapper.single .job_item .recruiter p a {
  color: #2ca4f5;
}
#job_roll .job_wrapper.single .job_item .recruiter p a:hover {
  text-decoration: underline;
}
#job_roll .notification_block {
  background: #142a4f url(../img/search_results/notification_background.svg) center center/cover no-repeat;
  padding: 34px 15px 57px;
  text-align: center;
}
#job_roll .notification_block img {
  margin-bottom: 5px;
}
#job_roll .notification_block p {
  color: #e5f1ef;
  font-size: 18px;
  font-size: 1.2857142857rem;
  width: 100%;
  max-width: 314px;
  margin: 0 auto 30px;
}
#job_roll .notification_block a {
  font-family: "Montserrat", sans-serif;
  color: #fff;
}
#job_roll .notification_block.success {
  margin: 15px 0;
  padding: 12px 36px 12px 73px;
  background: #e7fff1 url(../img/search_results/green_bell.svg) left+15px center no-repeat;
}
#job_roll .notification_block.success p {
  color: #2a9f59;
  max-width: none;
  margin: 0;
}
#job_roll .application_success {
  margin: 0 0 8px;
  padding: 20px;
  background: #e7fff1;
  text-align: center;
}
#job_roll .application_success p {
  color: #2a9f59;
  font-size: 18px;
  font-size: 1.2857142857rem;
  margin: 0;
}
#job_roll .application_failure {
  margin: 0 0 8px;
  padding: 20px;
  background: #f5dcd5;
  text-align: center;
}
#job_roll .application_failure p {
  color: #de350a;
  font-size: 18px;
  font-size: 1.2857142857rem;
  margin: 0;
}
#job_roll .similar_jobs {
  padding-top: 50px;
}
#job_roll .similar_jobs h3 {
  margin-bottom: 30px;
}

@media only screen and (max-width: 781px) {
  #job_roll .job_wrapper .job_item .title_wrapper {
    padding-right: 75px;
  }
  #job_roll .job_wrapper .job_item .title_wrapper h3 {
    white-space: normal;
  }
  #job_roll .job_wrapper .job_item .title_wrapper h3:after {
    display: none;
  }
}
@media only screen and (max-width: 639px) {
  #job_roll .job_wrapper .job_item .information span {
    float: none;
    display: block;
    padding-left: 24px;
    margin-bottom: 2px;
  }
  #job_roll .job_wrapper .job_item .information span.location {
    padding-left: 24px;
    background-position: 3px center;
  }
  #job_roll .job_wrapper .job_item .information span.urgent {
    background-size: auto 14px;
  }
  #job_roll .job_wrapper .job_item .information span.posted {
    display: inline-block;
    padding-left: 9px;
    margin-left: 24px;
  }
}
@media only screen and (max-width: 479px) {
  #job_roll .job_wrapper .save span {
    display: none;
  }
  #job_roll .job_wrapper .job_item .title_wrapper {
    padding-right: 28px;
  }
  #job_roll .job_wrapper .job_item .recruiter {
    display: block;
  }
  #job_roll .job_wrapper .job_item .posted {
    float: none;
    display: inline-block;
    margin-top: 3px;
  }
  #job_roll.single .job_wrapper .job_item .apply a {
    float: none;
  }
  #job_roll.single .job_wrapper .job_item .apply span {
    margin-top: 15px;
    float: none;
    text-align: center;
  }
}
.browse {
  padding: 30px 0 150px;
}
.browse .breadcrumb {
  margin-bottom: 100px;
}
.browse .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.browse .list ul li {
  margin-top: 5px;
}
.browse .list ul li a {
  color: #333333;
}
.browse .list ul li a:hover {
  color: #2ca4f5;
}

.hidden {
  display: none !important;
}

#home #search {
  margin-top: -40px;
}
#home #recent_search {
  margin-top: 45px;
  margin-bottom: 45px;
}
#home #recent_search h2 {
  margin-bottom: 25px;
}
#home #reccommended_jobs {
  background-color: #f8f8f7;
  padding: 67px 0px 192px;
  margin-top: 15px;
}
#home #reccommended_jobs .title h2 {
  margin-top: 10px;
  margin-bottom: 7px;
}
#home #reccommended_jobs .title p {
  font-size: 16px;
  font-size: 1.1428571429rem;
  color: #031434;
}
#home #reccommended_jobs .title img {
  margin: 15px 0 45px;
}
#home #reccommended_jobs .btn_wrapper {
  text-align: right;
}
#home #featured_on .title {
  text-align: center;
  padding: 70px 0px 30px;
  width: 100%;
  max-width: 415px;
  margin: 0px auto;
}
#home #featured_on .title h2 {
  margin-bottom: 8px;
}
#home #featured_on .title p {
  margin: 0;
}
#home #featured_on .websites {
  padding: 10px 0px 115px;
  text-align: center;
}
#home #featured_on .websites a {
  display: inline-block;
  margin: 15px 20px;
}
#home .information_card {
  margin-bottom: 50px;
}
#home .top_industries {
  padding-top: 65px;
  background: #f8f8f7;
  padding-bottom: 50px;
}
#home .top_industries h2 {
  margin-bottom: 35px;
}
#home .top_industries ul {
  margin-bottom: 60px;
}
#home .top_industries ul:before, #home .top_industries ul:after {
  content: " ";
  display: table;
}
#home .top_industries ul:after {
  display: block;
  clear: both;
  height: 1px;
  margin-top: -1px;
  visibility: hidden;
}
#home .top_industries ul li {
  width: 33.3333%;
  float: left;
}
#home .top_industries ul li a {
  color: #333333;
}
#home .top_industries ul li a:hover {
  color: #2ca4f5;
}
#home .top_industries .btn_wrapper {
  text-align: center;
  margin-bottom: 60px;
}

@media only screen and (max-width: 1199px) {
  #home #reccommended_jobs {
    padding: 67px 0px 152px;
  }
  #home #job_seeekers_statistics {
    width: 90%;
    margin: 0 auto;
  }
  #home #job_seeekers_statistics .sign_up {
    top: -15px;
    margin-left: -15px;
    width: 100%;
    padding: 50px;
  }
  #home #job_seeekers_statistics .sign_up .stats {
    padding-left: 30px;
    max-width: 420px;
  }
}
@media only screen and (max-width: 1023px) {
  #home #job_seeekers_statistics .sign_up .form_wrapper {
    max-width: 300px;
  }
  #home #job_seeekers_statistics .sign_up .stats {
    max-width: 380px;
  }
}
@media only screen and (max-width: 990px) {
  #home #recent_search .recent_search_item {
    margin-bottom: 15px;
  }
  #home #reccommended_jobs {
    padding: 67px 0px 122px;
  }
  #home #reccommended_jobs .btn_wrapper {
    text-align: center;
  }
  #home #reccommended_jobs .btn_wrapper a.btn {
    width: 100%;
    max-width: 400px;
    margin: 15px auto 30px;
    padding: 15px 0px;
  }
  #home #reccommended_jobs .col-md-3-12 {
    width: 50%;
    float: left;
  }
  #home #reccommended_jobs a.job_item {
    display: block;
    margin-bottom: 30px;
  }
  #home #job_seeekers_statistics .details {
    margin-top: 35px;
  }
  #home #job_seeekers_statistics .sign_up {
    padding: 35px 25px;
  }
  #home #job_seeekers_statistics .sign_up .form_wrapper {
    max-width: 300px;
  }
  #home #job_seeekers_statistics .sign_up .stats {
    max-width: 380px;
  }
  #home #job_seeekers_statistics .sign_up .stats ul li {
    margin-bottom: 25px;
  }
  #home #job_seeekers_statistics .statistics .stat_item {
    padding: 25px 40px 40px;
  }
  #home #job_seeekers_statistics .statistics .stat_item .number {
    font-size: 60px;
    font-size: 4.2857142857rem;
  }
  #home #job_seeekers_statistics .statistics .stat_item .number sup {
    top: -2rem;
    font-size: 22px;
    font-size: 1.5714285714rem;
  }
  #home .information_card {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 849px) {
  #home #reccommended_jobs {
    padding: 40px 0px 100px;
    margin-top: 50px;
  }
  #home #job_seeekers_statistics {
    width: 100%;
  }
  #home #job_seeekers_statistics .sign_up {
    padding: 25px;
    top: 0;
    margin-left: 0;
  }
  #home #job_seeekers_statistics .sign_up .form_wrapper {
    width: 300px;
    max-width: 100%;
    margin: 0 auto 25px;
    float: none;
  }
  #home #job_seeekers_statistics .sign_up .stats {
    max-width: 100%;
    padding-left: 0;
  }
  #home #job_seeekers_statistics .statistics .stat_item {
    padding: 25px 20px 40px;
  }
  #home #job_seeekers_statistics .statistics .stat_item .number {
    font-size: 50px;
    font-size: 3.5714285714rem;
  }
  #home #job_seeekers_statistics .statistics .stat_item .number sup {
    font-size: 22px;
    font-size: 1.5714285714rem;
  }
  #home .top_industries ul li {
    width: 50%;
  }
}
@media only screen and (max-width: 781px) {
  #home #reccommended_jobs {
    padding: 40px 0px 70px;
  }
  #home #job_seeekers_statistics .statistics .stat_item {
    width: 100%;
  }
  #home #job_seeekers_statistics .statistics .stat_item .number sup {
    top: -1.5rem;
  }
}
@media only screen and (max-width: 559px) {
  #home #reccommended_jobs .col-md-3-12 {
    width: 100%;
    float: none;
  }
  #home #featured_on .websites {
    padding-bottom: 60px;
  }
  #home .top_industries ul li {
    width: 100%;
    float: none;
  }
}
@media only screen and (max-width: 479px) {
  #home .information_card .btn_wrapper {
    padding-bottom: 15px;
    text-align: center;
    -moz-text-align-last: center;
         text-align-last: center;
  }
  #home .information_card .btn_wrapper a {
    display: block;
    width: 100%;
    margin-bottom: 15px;
  }
}
#register {
  padding-top: 100px;
}
#register .step {
  margin-bottom: 250px;
}
#register .step .form .assistant_optin {
  position: relative;
  text-align: center;
  padding: 35px 0 60px;
  background: url(../img/register/assistant_optin_bg.png) no-repeat center;
  background-size: cover;
  margin-bottom: 20px;
}
#register .step .form .assistant_optin span.bell {
  display: inline-block;
  width: 18px;
  height: 20px;
  background: url(../img/register/icon_bell.svg) no-repeat center;
  margin-bottom: 10px;
}
#register .step .form .assistant_optin p {
  color: #e5f1ef;
  font-weight: normal;
  line-height: 1.4;
  font-size: 18px;
  font-size: 1.2857142857rem;
}
#register .step .form .assistant_optin p span {
  font-family: "Montserrat", sans-serif;
  color: #e5f1ef;
  font-weight: 900;
  line-height: 1.2;
  font-size: 18px;
  font-size: 1.2857142857rem;
}
#register .step .form .assistant_optin .checkbox label {
  font-family: "Montserrat", sans-serif;
  color: #e5f1ef;
  font-weight: 500;
  line-height: 1.2;
  font-size: 12px;
  font-size: 0.8571428571rem;
}
#register .step .form .assistant_optin .checkbox label span {
  width: 32px;
  height: 32px;
  border-color: #2ca4f5;
  border-radius: 50%;
}
#register .step .form .assistant_optin .checkbox label input[type=checkbox]:checked + span {
  background: url(../img/forms/icon_checkbox_tick_white.svg) no-repeat center;
  background-size: 15px;
}
#register .step .form .left .checkbox {
  padding-top: 10px;
}
#register #close-account-form ul li.submit .action input {
  background: transparent;
  color: #de350a;
  border: solid 3px #de350a;
  width: 200px;
  line-height: 43px;
}
#register #close-account-form ul li.submit .action input:hover {
  background: #de350a;
  color: #fff;
}

/* */
#register.complete .wrapper {
  max-width: 463px;
  position: relative;
  margin: 0 auto;
  padding-bottom: 250px;
}
#register.complete .wrapper .status {
  background: #e7fff1;
  text-align: center;
  padding: 20px 0;
  border: none;
  margin-bottom: 65px;
}
#register.complete .wrapper .status span {
  color: #2a9f59;
  font-weight: normal;
  line-height: 1.2;
  font-size: 18px;
  font-size: 1.2857142857rem;
}
#register.complete .wrapper .assistant {
  background: #122648;
  margin-bottom: 30px;
  padding: 23px 17px;
}
#register.complete .wrapper .assistant:before, #register.complete .wrapper .assistant:after {
  content: " ";
  display: table;
}
#register.complete .wrapper .assistant:after {
  display: block;
  clear: both;
  height: 1px;
  margin-top: -1px;
  visibility: hidden;
}
#register.complete .wrapper .assistant .left {
  float: left;
}
#register.complete .wrapper .assistant .left span {
  display: inline-block;
  vertical-align: middle;
}
#register.complete .wrapper .assistant .left span.icon {
  width: 20px;
  height: 18px;
  background: url(../img/register/icon_bell.svg) no-repeat center;
}
#register.complete .wrapper .assistant .left span.text {
  font-family: "Montserrat", sans-serif;
  color: #e5f1ef;
  font-weight: normal;
  line-height: 1.2;
  font-size: 16px;
  font-size: 1.1428571429rem;
}
#register.complete .wrapper .assistant span.tick {
  float: right;
  display: block;
  width: 20px;
  height: 20px;
  background: #7fcbff;
  border-radius: 50%;
}
#register.complete .wrapper .assistant span.tick.true {
  background: #7fcbff url(../img/forms/icon_checkbox_tick_white.svg) no-repeat center;
}
#register.complete .wrapper .block {
  position: relative;
  margin-bottom: 30px;
  border: 2px #142a4f solid;
  border-radius: 4px;
}
#register.complete .wrapper .block .top-inner {
  position: relative;
  padding: 30px 2px 25px;
}
#register.complete .wrapper .block .top-inner span.section_heading {
  float: left;
  font-family: "Montserrat", sans-serif;
  color: #142a4f;
  font-weight: 500;
  line-height: 1.2;
  font-size: 14px;
  font-size: 1rem;
}
#register.complete .wrapper .block .top-inner a.edit {
  float: right;
}
#register.complete .wrapper .block .top-inner a.edit span {
  display: inline-block;
  vertical-align: middle;
}
#register.complete .wrapper .block .top-inner a.edit span.icon {
  width: 15px;
  height: 16px;
  background: transparent url(../img/dashboard/edit.svg) center center no-repeat;
  margin-right: 3px;
}
#register.complete .wrapper .block .top-inner a.edit span.text {
  color: #2ca4f5;
  font-weight: normal;
  line-height: 1.2;
  font-size: 12px;
  font-size: 0.8571428571rem;
}
#register.complete .wrapper .block .top-inner a.edit:hover span.text {
  text-decoration: underline;
}
#register.complete .wrapper .block .top-inner:after {
  content: "";
  display: block;
  clear: both;
}
#register.complete .wrapper .block .top {
  position: relative;
  padding: 30px 23px 25px;
}
#register.complete .wrapper .block .top span.section_heading {
  float: left;
  font-family: "Montserrat", sans-serif;
  color: #2ca4f5;
  font-weight: 500;
  line-height: 1.2;
  font-size: 14px;
  font-size: 1rem;
}
#register.complete .wrapper .block .top a.edit {
  float: right;
}
#register.complete .wrapper .block .top a.edit span {
  display: inline-block;
  vertical-align: middle;
}
#register.complete .wrapper .block .top a.edit span.icon {
  width: 15px;
  height: 16px;
  background: transparent url(../img/dashboard/edit.svg) center center no-repeat;
  margin-right: 3px;
}
#register.complete .wrapper .block .top a.edit span.text {
  color: #2ca4f5;
  font-weight: normal;
  line-height: 1.2;
  font-size: 12px;
  font-size: 0.8571428571rem;
}
#register.complete .wrapper .block .top a.edit:hover span.text {
  text-decoration: underline;
}
#register.complete .wrapper .block .top:after {
  content: "";
  display: block;
  clear: both;
}
#register.complete .wrapper .block .details .form_row {
  padding: 5px 23px 15px;
  border-top: 1px #e5e7ea solid;
  margin: 0;
}
#register.complete .wrapper .block .details .form_row dt {
  display: block;
  margin-bottom: 10px;
  font-family: "Montserrat", sans-serif;
  color: #979797;
  font-weight: 500;
  line-height: 1.2;
  font-size: 12px;
  font-size: 0.8571428571rem;
}
#register.complete .wrapper .block .details .form_row dd {
  position: relative;
  display: block;
  margin: 0;
  color: #142a4f;
  font-weight: normal;
  line-height: 1.2;
  font-size: 18px;
  font-size: 1.2857142857rem;
}
#register.complete .wrapper .block .details .form_row.languages {
  padding-right: 50px;
}
#register.complete .wrapper .block .details .form_row.languages span.tag {
  display: inline-block;
  vertical-align: middle;
  background: #f1f5f9;
  padding: 5px 8px;
  margin-right: 3px;
  margin-bottom: 10px;
  border-radius: 3px;
}
#register.complete .wrapper .actions .btn {
  display: block;
  width: 100%;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 15px;
  font-family: "Montserrat", sans-serif;
  color: #142a4f;
  font-weight: 500;
  line-height: 1.2;
  font-size: 14px;
  font-size: 1rem;
}
#register.complete .wrapper .actions .back_home {
  background: #2ca4f5;
  color: #e5f1ef;
}
#register.complete .wrapper .actions .back_home:hover {
  background: #142a4f;
  border: solid 2px #142a4f;
}
#register.complete .wrapper .actions .sign_up {
  color: #2ca4f5;
  background: #fff;
}
#register.complete .wrapper .actions .sign_up:hover {
  color: #142a4f;
  border: solid 2px #142a4f;
}

/* */
#register.recruiter .login_accounts .list .input {
  margin-bottom: 10px;
}
#register.recruiter .login_accounts .list .input .action-bar {
  text-align: right;
}
#register.recruiter .postal_fields .checkbox {
  margin-bottom: 10px;
}
#register.recruiter .postal_fields .list .input {
  margin-bottom: 10px;
}
#register.recruiter .recruitment_fields .checkbox {
  margin-bottom: 10px;
}
#register.recruiter .recruitment_fields .list .input {
  margin-bottom: 10px;
}

@media only screen and (max-width: 849px) {
  #register .step {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 781px) {
  #register {
    padding-top: 40px;
  }
  #register.jobseeker, #register.recruiter {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 559px) {
  #register #close-account-form ul li.submit .action input {
    width: 155px;
  }
}
@media only screen and (max-width: 399px) {
  #register .step .form .assistant_optin p br {
    display: none;
  }
  #register .step .form .assistant_optin p span {
    display: block;
  }
}
#post-job {
  padding-top: 100px;
}
#post-job .step {
  margin-bottom: 250px;
}
#post-job .step .form_heading h1 {
  margin-bottom: 25px;
}
#post-job .step .job_description {
  margin-bottom: 30px;
}
#post-job .step .job_description .top_label {
  border: solid 2px #142a4f;
  border-bottom: none;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
#post-job .step .job_description .top_label span {
  display: block;
  padding: 20px 25px;
  font-size: 16px;
}
#post-job .step .salary_details:before, #post-job .step .salary_details:after {
  content: " ";
  display: table;
}
#post-job .step .salary_details:after {
  display: block;
  clear: both;
  height: 1px;
  margin-top: -1px;
  visibility: hidden;
}
#post-job .step .salary_details .salary_amount {
  width: 56%;
  float: left;
}
#post-job .step .salary_details .salary_type {
  width: 40%;
  float: right;
}
#post-job .step .premium_link {
  padding-bottom: 15px;
}
#post-job .step .premium_link span, #post-job .step .premium_link a {
  display: block;
  font-size: 13px;
  color: #333;
}
#post-job .step .premium_link a {
  font-family: "Montserrat", sans-serif;
  color: #2ca4f5;
  font-weight: 500;
  font-size: 14px;
  font-size: 1rem;
}

@media only screen and (max-width: 781px) {
  #post-job {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 639px) {
  #post-job .step .salary_details {
    margin-bottom: 0;
  }
  #post-job .step .salary_details .salary_amount {
    width: 100%;
    float: none;
    margin-bottom: 15px;
  }
  #post-job .step .salary_details .salary_type {
    width: 100%;
    float: none;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 849px) {
  #post-job .step {
    margin-bottom: 100px;
  }
}
#sign-in.recruiter {
  position: relative;
}
#sign-in.recruiter > .container {
  position: relative;
  min-height: calc(100vh - 226px);
  padding: 0;
}
#sign-in.recruiter > .container:before, #sign-in.recruiter > .container:after {
  content: " ";
  display: table;
}
#sign-in.recruiter > .container:after {
  display: block;
  clear: both;
  height: 1px;
  margin-top: -1px;
  visibility: hidden;
}
#sign-in.recruiter .left {
  float: left;
  width: 50%;
  position: relative;
}
#sign-in.recruiter .left .wrapper {
  position: relative;
  padding: 70px 0;
  max-width: 463px;
  margin: auto;
}
#sign-in.recruiter .left .wrapper h1 {
  margin-bottom: 50px;
}
#sign-in.recruiter .left .wrapper h1 span {
  border-bottom: 5px #2ca4f5 solid;
}
#sign-in.recruiter .right {
  width: 50%;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background: #f9fcff;
  overflow: auto;
}
#sign-in.recruiter .right .wrapper {
  position: relative;
  padding: 150px 0 70px;
  margin: auto;
  max-width: 463px;
}
#sign-in.recruiter .right .wrapper .stats {
  text-align: center;
  padding: 12px 0;
  color: #031434;
  font-weight: normal;
  line-height: 1.4;
  font-size: 18px;
  font-size: 1.2857142857rem;
  border: solid 1px #90cff9;
  background: rgba(144, 207, 249, 0.3);
  border-radius: 4px;
}
#sign-in.recruiter .right .wrapper .stats span.count {
  font-family: "Montserrat", sans-serif;
  color: #031434;
  font-weight: 900;
  line-height: 1.4;
  font-size: 18px;
  font-size: 1.2857142857rem;
}
#sign-in.recruiter .right .wrapper .stats.left-align {
  text-align: left;
  padding: 12px 15px;
}
#sign-in.recruiter .right .wrapper h3 {
  font-family: "Montserrat", sans-serif;
  color: #031434;
  font-weight: 900;
  line-height: 1.4;
  font-size: 16px;
  font-size: 1.1428571429rem;
}
#sign-in.recruiter .right .wrapper ul {
  margin-bottom: 50px;
  margin-left: 20px;
}
#sign-in.recruiter .right .wrapper ul li {
  position: relative;
}
#sign-in.recruiter .right .wrapper ul li:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: url(../img/icons/tick-icon2.svg) no-repeat 0 0/100%;
  position: absolute;
  left: -20px;
  top: 5px;
}
#sign-in.recruiter .right .wrapper .testimonial {
  margin-top: 25px;
}
#sign-in.recruiter .register_account {
  margin-top: 20px;
  text-align: right;
}
#sign-in.recruiter .register_account p a {
  color: #2ca4f5;
}
#sign-in.recruiter .register_account p a:hover {
  color: #142a4f;
}

#jobseeker-mobile-sign-in .other {
  font-size: 12px;
  display: flex;
  justify-content: space-between;
  padding: 0 1px 5px;
}
#jobseeker-mobile-sign-in .other a {
  color: #2ca4f5;
}
#jobseeker-mobile-sign-in .other a.forgot_password {
  color: #031434;
  text-decoration: underline;
}

#sign-in.user .other {
  display: flex;
  color: #031434;
  font-weight: normal;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  padding: 10px 0;
}
#sign-in.user .other span.sign_up,
#sign-in.user .other span.forgotten-password {
  flex: 1;
  font-size: 1.1rem;
}
#sign-in.user .other span.sign_up a,
#sign-in.user .other span.forgotten-password a {
  color: #2ca4f5;
}
#sign-in.user .other span.forgotten-password {
  text-align: right;
}

@media only screen and (max-width: 399px) {
  #sign-in.user .other span.sign_up,
  #sign-in.user .other span.forgotten-password {
    font-size: 0.85rem;
  }
}
@media only screen and (max-width: 1023px) {
  #sign-in.recruiter .left .wrapper {
    padding: 70px 15px;
  }
  #sign-in.recruiter .left .wrapper h1 {
    font-size: 32px;
    font-size: 2.2857142857rem;
  }
  #sign-in.recruiter .right .wrapper {
    padding: 0 25px;
  }
}
@media only screen and (max-width: 990px) {
  #sign-in.recruiter .right {
    position: relative;
    width: 100%;
    height: auto;
  }
  #sign-in.recruiter .right .wrapper {
    padding-top: 70px;
    padding-bottom: 100px;
    max-width: 720px;
  }
  #sign-in.recruiter .left {
    float: none;
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }
  #sign-in.recruiter .left a {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  #sign-in.recruiter .form ul li.submit .action {
    float: none;
    margin-bottom: 15px;
  }
  #sign-in.recruiter .form ul li.submit .action input {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
}
.sign-in-form .other {
  padding: 12px 0;
}
.sign-in-form .other:before, .sign-in-form .other:after {
  content: " ";
  display: table;
}
.sign-in-form .other:after {
  display: block;
  clear: both;
  height: 1px;
  margin-top: -1px;
  visibility: hidden;
}
.sign-in-form .other span.sign_up {
  float: left;
  font-family: "Montserrat", sans-serif;
  color: #031434;
  font-weight: normal;
  line-height: 1;
  font-size: 12px;
  font-size: 0.8571428571rem;
}
.sign-in-form .other span.sign_up a {
  color: #2ca4f5;
  font-size: 12px;
}
.sign-in-form .other a.forgot_password {
  float: right;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  color: #031434;
  font-weight: normal;
  line-height: 1;
  font-size: 12px;
  font-size: 0.8571428571rem;
  border-bottom: 1px #031434 solid;
}
.sign-in-form .other a.forgot_password:hover {
  color: #2ca4f5;
  border-color: #2ca4f5;
}
.sign-in-form .action {
  float: none;
}
.sign-in-form .action input {
  width: 100%;
}

#contact {
  padding: 30px 0 150px;
}
#contact .breadcrumb {
  margin-bottom: 100px;
}
#contact aside.contactDetails h3 {
  font-family: "Montserrat", sans-serif;
  color: #4c4c4c;
  font-size: 26px;
  font-size: 1.8571428571rem;
  margin-bottom: 20px;
}
#contact aside.contactDetails p {
  color: #666666;
  font-size: 18px;
  font-size: 1.2857142857rem;
}
#contact aside.contactDetails ul.socials {
  padding-top: 30px;
  border-top: 1px #a5b6ca solid;
}
#contact aside.contactDetails ul.socials li {
  margin-bottom: 20px;
}
#contact aside.contactDetails ul.socials li .address, #contact aside.contactDetails ul.socials li .hours, #contact aside.contactDetails ul.socials li .follow-us {
  display: block;
}
#contact aside.contactDetails ul.socials li .address span, #contact aside.contactDetails ul.socials li .hours span, #contact aside.contactDetails ul.socials li .follow-us span {
  display: inline-block;
  vertical-align: middle;
}
#contact aside.contactDetails ul.socials li .address span.icon, #contact aside.contactDetails ul.socials li .hours span.icon, #contact aside.contactDetails ul.socials li .follow-us span.icon {
  width: 25px;
  height: 25px;
}
#contact aside.contactDetails ul.socials li .address span.text, #contact aside.contactDetails ul.socials li .hours span.text, #contact aside.contactDetails ul.socials li .follow-us span.text {
  color: #637180;
  font-weight: 500;
  line-height: 1.2;
  font-size: 16px;
  font-size: 1.1428571429rem;
}
#contact aside.contactDetails ul.socials li a.twitter span.icon {
  background: url(../img/icons/new-twitter.svg) no-repeat center;
}
#contact aside.contactDetails ul.socials li a.facebook span.icon {
  background: url(../img/icons/new-facebook.svg) no-repeat center;
}
#contact aside.contactDetails ul.socials li div.address span.icon {
  vertical-align: top;
}
#contact aside.contactDetails ul.socials li div.hours span.icon {
  vertical-align: top;
}
#contact .form {
  max-width: 560px;
}
#contact .form textarea {
  height: 270px;
}

@media only screen and (max-width: 1023px) {
  #contact {
    padding: 15px 0 70px;
  }
  #contact .breadcrumb {
    margin-bottom: 20px;
  }
  #contact aside.contactDetails {
    margin-bottom: 30px;
  }
}
#terms {
  padding-top: 115px;
}
#terms aside.links .block {
  margin-bottom: 50px;
}
#terms aside.links .block h3 {
  font-family: "Montserrat", sans-serif;
  color: #031434;
  font-weight: 500;
  line-height: 1.4;
  font-size: 14px;
  font-size: 1rem;
  text-transform: uppercase;
  display: block;
  padding: 10px 0;
  margin: 0;
  border-bottom: solid 1px rgba(165, 182, 202, 0.3);
}
#terms aside.links .block ul {
  margin: 0;
}
#terms aside.links .block ul li a {
  display: block;
  padding: 10px 0;
  border-bottom: 1px #a5b6ca solid;
  color: #687684;
  font-weight: normal;
  line-height: 1.4;
  font-size: 14px;
  font-size: 1rem;
  text-transform: uppercase;
}
#terms aside.links .block ul li a:hover {
  color: #2ca4f5;
}
#terms .details {
  margin-bottom: 120px;
}
#terms .details p.intro {
  margin-bottom: 50px;
  color: #031434;
  font-weight: normal;
  font-size: 26px;
  font-size: 1.8571428571rem;
}
#terms .details p.intro-2 {
  font-size: 16px;
  font-size: 1.1428571429rem;
}
#terms .details p {
  color: #637180;
  font-size: 14px;
  font-size: 1rem;
}
#terms .details a {
  color: #2ca4f5;
}
#terms .details a:hover {
  text-decoration: underline;
}
#terms .details h3 {
  font-family: "Montserrat", sans-serif;
  color: #031434;
  font-weight: normal;
  font-size: 26px;
  font-size: 1.8571428571rem;
  margin-top: 60px;
  margin-bottom: 20px;
}
#terms .details .heading {
  background: url(../img/icons/dotted-lines.svg) top center repeat-x;
  margin: 70px 0;
  padding-top: 12px;
}
#terms .details h4 {
  color: #212121;
  font-weight: 500;
  font-size: 14px;
  font-size: 1rem;
}

@media only screen and (max-width: 990px) {
  #terms {
    padding-top: 20px;
  }
}
@media only screen and (max-width: 559px) {
  #terms .details p.intro {
    font-size: 20px;
    font-size: 1.4285714286rem;
  }
  #terms .details h3 {
    font-size: 22px;
    font-size: 1.5714285714rem;
    margin-top: 30px;
    margin-bottom: 15px;
  }
}
#about #cover {
  background-image: url(../img/cover_images/about-cover.png);
}
#about #cover h1 {
  margin-bottom: 0;
}
#about #intro {
  background: #f6f7f8;
  position: relative;
  padding-bottom: 110px;
}
#about #intro .breadcrumb {
  padding: 30px 0 15px;
  margin-bottom: 50px;
}
#about #intro .details {
  text-align: center;
  margin-bottom: 80px;
}
#about #intro .details p {
  max-width: 688px;
  margin: auto;
  font-size: 18px;
  font-size: 1.2857142857rem;
}
#about #intro .statistics {
  position: relative;
}
#about #intro .statistics:before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #f6f7f8;
  z-index: 1;
}
#about #intro .statistics:after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #f6f7f8;
  z-index: 1;
}
#about #intro .statistics .stat_item {
  float: left;
  width: 33.33%;
  border: 1px #d5dde5 solid;
  border-right: none;
  border-bottom: none;
  padding-bottom: 25%;
  position: relative;
}
#about #intro .statistics .stat_item .wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
}
#about #intro .statistics .stat_item .wrap:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
#about #intro .statistics .stat_item .wrap .inner {
  display: inline-block;
  vertical-align: middle;
}
#about #intro .statistics .stat_item .wrap .inner .number {
  display: block;
  margin-bottom: 10px;
  font-family: "Montserrat", sans-serif;
  color: #2ca4f5;
  font-weight: bold;
  line-height: 1;
  font-size: 98px;
  font-size: 7rem;
}
#about #intro .statistics .stat_item .wrap .inner .number sup {
  position: relative;
  top: -50px;
  font-size: 28px;
  font-size: 2rem;
}
#about #intro .statistics .stat_item .wrap .inner .description {
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  color: #031434;
  font-weight: bold;
  line-height: 1;
  font-size: 16px;
  font-size: 1.1428571429rem;
}
#about #intro .statistics .stat_item .wrap .inner .description span {
  display: block;
  text-transform: none;
  margin-top: 5px;
  color: #031434;
  font-weight: normal;
  line-height: 1;
  font-size: 14px;
  font-size: 1rem;
}
#about #intro .statistics .clear {
  content: "";
  display: block;
  clear: both;
}
#about #bottom {
  padding: 150px 0;
}
#about #bottom .asideanchor, #about #bottom .bottomanchor {
  position: relative;
}
#about #bottom .bottomanchor {
  width: 100%;
  height: 1px;
}
#about #bottom aside.insight {
  position: relative;
}
#about #bottom aside.insight h3 {
  color: #2ca4f5;
  font-size: 14px;
  font-size: 1rem;
}
#about #bottom aside.insight p {
  margin-bottom: 50px;
  font-size: 14px;
  font-size: 1rem;
}
#about #bottom aside.insight .recruiter_sign_up {
  border-top: 2px #2ca4f5 solid;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  position: relative;
  max-width: 287px;
  min-width: 260px;
  background: #fff;
  top: 0 !important;
}
#about #bottom aside.insight .recruiter_sign_up .top {
  padding: 14px 0;
  border-bottom: 1px #d5dde5 solid;
  text-align: center;
  margin-bottom: 25px;
}
#about #bottom aside.insight .recruiter_sign_up .top h3 {
  font-family: "Montserrat", sans-serif;
  color: #031434;
  font-weight: normal;
  line-height: 1;
  font-size: 14px;
  font-size: 1rem;
}
#about #bottom aside.insight .recruiter_sign_up .top h3 strong {
  font-weight: bold;
}
#about #bottom aside.insight .recruiter_sign_up .inner {
  padding: 0 25px 15px;
}
#about #bottom aside.insight .recruiter_sign_up .google_signup {
  margin-bottom: 15px;
}
#about #bottom aside.insight .recruiter_sign_up .google_signup a {
  height: 30px;
}
#about #bottom aside.insight .recruiter_sign_up .google_signup a span {
  margin: 0;
}
#about #bottom aside.insight .recruiter_sign_up .google_signup a span.icon {
  width: 30px;
  background-size: 100%;
}
#about #bottom aside.insight .recruiter_sign_up .google_signup a span.text {
  font-size: 14px;
  line-height: 26px;
  width: calc(100% - 30px);
  font-weight: 500;
}
#about #bottom aside.insight .recruiter_sign_up .separator {
  margin-bottom: 15px;
}
#about #bottom aside.insight .recruiter_sign_up .separator:before {
  width: 101px;
}
#about #bottom aside.insight .recruiter_sign_up .separator:after {
  width: 101px;
}
#about #bottom aside.insight .recruiter_sign_up .form li.field {
  margin-bottom: 10px;
}
#about #bottom aside.insight .recruiter_sign_up .form .input input {
  padding: 8px 14px;
  font-size: 12px;
  border: 1px #142a4f solid;
}
#about #bottom aside.insight .recruiter_sign_up .form .action {
  float: none;
}
#about #bottom aside.insight .recruiter_sign_up .form .action input {
  width: 100%;
  height: 35px;
  line-height: 35px;
}
#about #bottom .details p.intro {
  margin-bottom: 50px;
  font-family: "Montserrat", sans-serif;
  color: #031434;
  font-weight: 500;
  line-height: 1.4;
  font-size: 26px;
  font-size: 1.8571428571rem;
}
#about #bottom .details p {
  font-size: 18px;
  font-size: 1.2857142857rem;
}
#about #bottom .details p a {
  color: #2ca4f5;
}
#about #bottom .details p a:hover {
  color: #142a4f;
}
#about #bottom .details .partners {
  margin-top: 150px;
}
#about #bottom .details .partners h3 {
  margin-bottom: 10px;
  color: #031434;
  font-weight: bold;
  line-height: 1;
  font-size: 26px;
  font-size: 1.8571428571rem;
}
#about #bottom .details .partners p {
  max-width: 415px;
  margin-bottom: 50px;
  font-size: 14px;
  font-size: 1rem;
}
#about #bottom .details .partners .list {
  position: relative;
}
#about #bottom .details .partners .list:before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 2;
}
#about #bottom .details .partners .list:after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 2;
}
#about #bottom .details .partners .list .partner {
  float: left;
  width: 25%;
  border: 1px #eaeaea solid;
  border-right: none;
  border-bottom: none;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
#about #bottom .details .partners .list .partner a {
  display: block;
  position: relative;
  padding-bottom: 75%;
}
#about #bottom .details .partners .list .partner a .wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0);
  background: #fff;
  z-index: 99;
  text-align: center;
}
#about #bottom .details .partners .list .partner a .wrap:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
#about #bottom .details .partners .list .partner a .wrap img {
  display: inline-block;
  vertical-align: middle;
}
#about #bottom .details .partners .list .partner a.nolink {
  cursor: default;
}
#about #bottom .details .partners .list .clear {
  content: "";
  display: block;
  clear: both;
}
#about .container.underline {
  border-bottom: 1px solid #e6e6e3;
}

#page.sticky {
  transform: none;
  transition: none;
}

#page.sticky #about aside .recruiter_sign_up {
  position: fixed;
  top: 94px !important;
  z-index: 5;
  width: auto;
  max-width: 435px;
}

#page.sticky .asideanchor {
  display: block;
}

@media only screen and (max-width: 1023px) {
  #about #intro .statistics .stat_item .wrap .inner .number {
    font-size: 50px;
    font-size: 3.5714285714rem;
  }
  #about #intro .statistics .stat_item .wrap .inner .number sup {
    font-size: 24px;
    font-size: 1.7142857143rem;
    top: -20px;
  }
  #about #bottom aside.insight {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 990px) {
  #about #bottom aside.insight .recruiter_sign_up {
    max-width: 100%;
    width: 400px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 849px) {
  #about #intro .statistics .stat_item .wrap .inner .description {
    font-size: 14px;
    font-size: 1rem;
  }
}
@media only screen and (max-width: 781px) {
  #about #intro .details h2 {
    font-size: 20px;
    font-size: 1.4285714286rem;
  }
  #about #intro .details p {
    font-size: 14px;
    font-size: 1rem;
  }
  #about #intro .statistics .stat_item {
    width: 50%;
  }
  #about #intro .statistics .stat_item .wrap .inner .number {
    font-size: 40px;
    font-size: 2.8571428571rem;
  }
  #about #intro .statistics .stat_item .wrap .inner .description {
    font-size: 12px;
    font-size: 0.8571428571rem;
  }
  #about #intro .statistics .stat_item .wrap .inner .number sup {
    font-size: 16px;
    font-size: 1.1428571429rem;
  }
  #about #bottom .details p.intro {
    font-size: 18px;
    font-size: 1.2857142857rem;
  }
  #about #bottom .details p {
    font-size: 14px;
    font-size: 1rem;
  }
  #about #bottom {
    padding-top: 75px;
    padding-bottom: 70px;
  }
  #about #bottom .details .partners {
    margin-top: 70px;
  }
  #about #bottom .details .partners .list .partner {
    width: 50%;
  }
  #about #bottom .details .partners .list .partner a .wrap img {
    max-width: calc(100% - 10px);
  }
}
@media only screen and (max-width: 399px) {
  #about #intro .statistics .stat_item {
    width: 100%;
    padding-bottom: 35%;
  }
  #about #intro .statistics .stat_item .wrap .inner {
    max-width: calc(100% - 5px);
  }
}
.content a {
  color: #2ca4f5;
}

.content a:hover {
  color: #2ca4f5;
  text-decoration: underline;
}

div.profile {
  padding: 70px 0 200px;
}
div.profile > .container {
  width: 840px;
}

#cv .block {
  border: 1px #dedede solid;
  border-radius: 4px;
  padding: 30px;
  margin-bottom: 25px;
}
#cv .block:before, #cv .block:after {
  content: " ";
  display: table;
}
#cv .block:after {
  display: block;
  clear: both;
  height: 1px;
  margin-top: -1px;
  visibility: hidden;
}
#cv .block label {
  display: block;
  font-family: "Montserrat", sans-serif;
  color: #031434;
  font-weight: 500;
  line-height: 1.4;
  font-size: 14px;
  font-size: 1rem;
}
#cv .block span.cv_details {
  float: left;
}
#cv .block span.cv_details span {
  display: inline-block;
  vertical-align: middle;
}
#cv .block span.cv_details span.icon {
  width: 12px;
  height: 18px;
  background: url(../img/icons/cv-icon.svg) no-repeat center;
  margin-right: 3px;
}
#cv .block #download-cv {
  display: block;
  font-family: "Montserrat", sans-serif;
  color: #2ca4f5;
  font-weight: 500;
  line-height: 1.6;
  font-size: 14px;
  font-size: 1rem;
}
#cv .block #download-cv:hover {
  color: #142a4f;
}
#cv .actions {
  padding: 0 15% 0;
}
#cv .actions:before, #cv .actions:after {
  content: " ";
  display: table;
}
#cv .actions:after {
  display: block;
  clear: both;
  height: 1px;
  margin-top: -1px;
  visibility: hidden;
}
#cv .actions a.btn {
  display: block;
  width: 100%;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  color: #142a4f;
  font-weight: 500;
  line-height: 1.2;
  font-size: 14px;
  font-size: 1rem;
}
#cv .actions a.upload {
  background: #2ca4f5;
  color: #e5f1ef;
  margin-bottom: 80px;
}
#cv .actions a.upload:hover {
  background: #142a4f;
  border: solid 2px #142a4f;
}
#cv .actions a.back_home {
  color: #2ca4f5;
  background: #fff;
  margin-bottom: 15px;
}
#cv .actions a.back_home:hover {
  background: #2ca4f5;
  color: #e5f1ef;
  border: solid 2px #2ca4f5;
}
#cv .actions a.sign_u {
  color: #2ca4f5;
  background: #fff;
}
#cv .actions a.sign_u:hover {
  background: #2ca4f5;
  color: #e5f1ef;
  border: solid 2px #2ca4f5;
}

#account-settings .block {
  border: 1px #dedede solid;
  border-radius: 4px;
  padding: 30px;
  margin-bottom: 25px;
}
#account-settings .account_details .form {
  width: auto;
  max-width: none;
}
#account-settings .account_details .form li a.change_action {
  display: block;
  font-family: "Montserrat", sans-serif;
  color: #2ca4f5;
  font-weight: 500;
  line-height: 1.6;
  font-size: 14px;
  font-size: 1rem;
  position: absolute;
  bottom: 7px;
  right: 0;
}
#account-settings .account_details .form li a.change_action:hover {
  color: #142a4f;
}
#account-settings .account_details .form li.field {
  position: relative;
}
#account-settings .account_details .form li.field:before, #account-settings .account_details .form li.field:after {
  content: " ";
  display: table;
}
#account-settings .account_details .form li.field:after {
  display: block;
  clear: both;
  height: 1px;
  margin-top: -1px;
  visibility: hidden;
}
#account-settings .account_details .form li.field .input label {
  font-family: "Montserrat", sans-serif;
  color: #031434;
  font-weight: 500;
  line-height: 1.4;
  font-size: 14px;
  font-size: 1rem;
}
#account-settings .account_details .form li.field .input input {
  height: auto;
  border: none;
  border-bottom: 1px #d9d9d9 solid;
  border-radius: 0;
  padding: 7px 0;
  font-size: 14px;
}
#account-settings .account_details .form li.bottom {
  padding-top: 15px;
}
#account-settings .account_details .form li.bottom span.user_email {
  float: left;
  font-family: "Montserrat", sans-serif;
  color: #031434;
  font-weight: 500;
  line-height: 1.4;
  font-size: 14px;
  font-size: 1rem;
}
#account-settings .account_details .form li.bottom a.change_action {
  position: relative;
  bottom: 0;
  float: right;
}
#account-settings .close_account #close-account-action {
  display: inline-block;
  margin-bottom: 20px;
  padding-bottom: 2px;
  font-family: "Montserrat", sans-serif;
  color: #de350a;
  font-weight: 500;
  line-height: 1.6;
  font-size: 12px;
  font-size: 0.8571428571rem;
  border-bottom: 1px solid transparent;
}
#account-settings .close_account #close-account-action:hover {
  border-bottom: 1px solid #de350a;
}
#account-settings .close_account p {
  margin-bottom: 0;
  color: #637180;
  font-weight: normal;
  line-height: 1.6;
  font-size: 14px;
  font-size: 1rem;
}
#account-settings .close_account p a {
  color: #2ca4f5;
}

#seeker-profile .block {
  border: 1px #dedede solid;
  border-radius: 4px;
  padding: 30px;
  margin-bottom: 25px;
}
#seeker-profile .profile-details .form {
  width: auto;
  max-width: none;
}
#seeker-profile .profile-details .form .input label {
  position: absolute;
  font-size: 90%;
  left: 10px;
  top: -9px;
  background: white;
  padding: 0 10px;
}
#seeker-profile .profile-details .form li a.change_action {
  display: block;
  font-family: "Montserrat", sans-serif;
  color: #2ca4f5;
  font-weight: 500;
  line-height: 1.6;
  font-size: 14px;
  font-size: 1rem;
  position: absolute;
  bottom: 7px;
  right: 0;
}
#seeker-profile .profile-details .form li a.change_action:hover {
  color: #142a4f;
}
#seeker-profile .profile-details .form li.field {
  position: relative;
}
#seeker-profile .profile-details .form li.field:before, #seeker-profile .profile-details .form li.field:after {
  content: " ";
  display: table;
}
#seeker-profile .profile-details .form li.field:after {
  display: block;
  clear: both;
  height: 1px;
  margin-top: -1px;
  visibility: hidden;
}
#seeker-profile .profile-details .form li.field .input label {
  font-family: "Montserrat", sans-serif;
  color: #031434;
  font-weight: 500;
  line-height: 1.4;
  font-size: 14px;
  font-size: 1rem;
}
#seeker-profile .profile-details .form li.field .input input {
  height: auto;
  border: none;
  border-bottom: 1px #d9d9d9 solid;
  border-radius: 0;
  padding: 7px 0;
  font-size: 14px;
}
#seeker-profile .profile-details .form li.bottom {
  padding-top: 15px;
}
#seeker-profile .profile-details .form li.bottom span.user_email {
  float: left;
  font-family: "Montserrat", sans-serif;
  color: #031434;
  font-weight: 500;
  line-height: 1.4;
  font-size: 14px;
  font-size: 1rem;
}
#seeker-profile .profile-details .form li.bottom a.change_action {
  position: relative;
  bottom: 0;
  float: right;
}

.wrap_words {
  word-wrap: anywhere;
}

/* Loader css*/
.loader {
  width: 120px;
  height: 20px;
  -webkit-mask: radial-gradient(circle closest-side, #3e2086 94%, rgba(0, 0, 0, 0)) left/20% 100%;
  background: linear-gradient(#2ca4f5 0 0) left/0% 100% no-repeat #ddd;
  animation: l17 3s infinite steps(6);
  margin-bottom: 10px;
}

@keyframes l17 {
  100% {
    background-size: 120% 100%;
  }
}
.aligning {
  display: grid;
  margin-bottom: 10px;
}

.innerdiv {
  margin: auto;
}

.uploading {
  /*margin-bottom: 10px;*/
  font-weight: bold;
  color: #142a4f;
}

/*Loader css*/
span.collapse {
  background: url(/content/design3f/img/icons/down-arrow-thin.svg) center/22px 12px no-repeat;
  display: inline;
  width: 22px;
  height: 12px;
  position: absolute;
  right: 27px;
  margin-top: -6px;
  transition: ease-in 300ms;
}

#Terms:disabled {
  color: grey;
  border-color: grey;
  opacity: 0.1;
}

.collapse {
  background: #4cff00;
  padding-top: 30px;
}

.list-of-languages {
  height: auto;
}

li.group {
  margin-bottom: 30px;
  margin-top: 30px;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input {
  display: none;
}

.job-alert-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
}

.job-alert-slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: 0.4s;
}

.disable-profile-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #2ca4f5;
  transition: 0.4s;
}

.disable-profile-slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: 0.4s;
}

input[type=checkbox]:checked + input[type=hidden] + .job-alert-slider,
input[type=checkbox]:checked + .job-alert-slider {
  background-color: #2ca4f5;
}

/* Job Alert */
input[type=checkbox]:focus + input[type=hidden] + .job-alert-slider,
input[type=checkbox]:focus + .job-alert-slider {
  box-shadow: 0 0 1px #2196F3;
}

input[type=checkbox]:checked + input[type=hidden] + .job-alert-slider:before,
input[type=checkbox]:checked + .job-alert-slider:before {
  transform: translateX(26px);
}

/* Disable Profile */
input[type=checkbox]:checked + input[type=hidden] + .disable-profile-slider,
input[type=checkbox]:checked + .disable-profile-slider {
  background-color: #ccc;
}

input[type=checkbox]:focus + input[type=hidden] + .slider,
input[type=checkbox]:focus + .disable-profile-slider {
  box-shadow: 0 0 1px #ccc;
}

input[type=checkbox]:not(:checked) + input[type=hidden] + .disable-profile-slider:before,
input[type=checkbox]:not(:checked) + .disable-profile-slider:before {
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

#disable_account {
  margin-top: 30px;
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: end;
}

#alerts_title, #profile_enable_title {
  margin-right: 10px;
  font-size: 14px;
  margin-right: auto;
}

#alerts-checkbox {
  background: #142a4f;
}

.switch {
  display: flex;
  justify-content: end;
  align-items: center;
}

.backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9998;
  display: none;
}

.dialog-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 400px;
  height: 250px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  z-index: 9999;
}

.dialog-header {
  padding-top: 10px;
  border-bottom: 1px solid #ddd;
  background-color: #f5f5f5;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  text-align: center;
}

.dialog-body {
  padding: 20px;
  text-align: center;
  font-size: 16px;
  color: #333;
  height: calc(100% - 100px);
  overflow-y: auto;
}

.dialog-footer {
  display: inline-flex;
  justify-content: center;
  padding: 10px;
  border-top: 1px solid #ddd;
  width: 100%;
  position: absolute;
  bottom: 0;
}

.btn-container {
  width: 40%;
  margin: 0 10px 0;
  text-align: center;
}

.close-dialog-box {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  color: #ccc;
  width: 20px;
}

.close {
  width: 25px;
  height: 25px;
  fill: currentColor;
}

.dialog-btn {
  background: #2ca4f5;
}

.dialog-btn-off:hover {
  background-color: #d9534f;
  color: white;
}

@media only screen and (max-width: 781px) {
  div.profile {
    padding: 50px 0 100px;
  }
  #account-settings .block {
    padding: 25px 15px;
  }
  #cv .block {
    padding-left: 15px;
    padding-right: 15px;
  }
  #cv .block span.cv_details {
    width: 100%;
  }
}
@media only screen and (max-width: 559px) {
  #account-settings .account_details .form li a.change_action {
    position: relative;
    bottom: 0;
    font-size: 12px;
    font-size: 0.8571428571rem;
  }
  #account-settings .account_details .form li.field .input label {
    font-size: 12px;
    font-size: 0.8571428571rem;
  }
  #account-settings .account_details .form li.field .input input {
    font-size: 13px;
    font-size: 0.9285714286rem;
  }
  #account-settings .account_details .form li.bottom span.user_email {
    font-size: 13px;
    font-size: 0.9285714286rem;
    float: none;
  }
  #account-settings .account_details .form li.bottom a.change_action {
    float: none;
  }
  .slider.round {
    margin-right: -5px;
  }
  .dialog-box {
    width: 90%;
    height: 250px;
    max-height: 80vh;
    overflow-y: auto;
  }
}
@media only screen and (max-width: 399px) {
  .actions {
    padding: 0;
  }
  .slider.round {
    margin-right: -5px;
  }
  .dialog-box {
    width: 90%;
    height: 250px;
    max-height: 80vh;
    overflow-y: auto;
  }
}
#search_results h2 {
  margin: 0px 0px 10px;
}
#search_results h3 {
  font-size: 16px;
  font-size: 1.1428571429rem;
  font-weight: 600;
  margin: 0px 0px 36px;
}
#search_results h5 {
  color: #031434;
  font-weight: bold;
  font-size: 14px;
  font-size: 1rem;
  margin: 0;
}
#search_results .relative {
  position: relative;
}
#search_results .relative .close {
  position: absolute;
  top: -11px;
  right: 0;
}
#search_results .relative .close img {
  width: 38px;
  height: 38px;
}
#search_results .search_wrapper {
  background: #fff;
  padding: 90px 0px;
}
#search_results .search_wrapper #search .search_form {
  box-shadow: none;
  border: solid 1px #edeaea;
  border-radius: 4px;
}
#search_results .search_wrapper #search .search_form .input input[type=text], #search_results .search_wrapper #search .search_form .input select, #search_results .search_wrapper #search .search_form .input .fakeSelect {
  font-size: 20px;
  font-size: 1.4285714286rem;
}
#search_results .search_wrapper #search .search_form .input.keyword .inner:before {
  background: url(../img/search_results/magnify_glass.svg) no-repeat;
}
#search_results .search_wrapper #search .search_form .input.province .inner:before {
  background: url(../img/search_results/location_marker.svg) no-repeat;
}
#search_results .content_section {
  background: #f6f7f8;
  padding: 30px 0px 200px;
}
#search_results .breadcrumb {
  margin-bottom: 50px;
}
#search_results aside#sidebar {
  padding-top: 70px;
  margin-right: -15px;
  margin-bottom: 40px;
}
#search_results .paging {
  text-align: right;
  margin-bottom: 20px;
}
#search_results .paging p {
  float: left;
  font-family: "Montserrat", sans-serif;
  color: #212121;
  font-weight: 500;
  line-height: normal;
  font-size: 14px;
  font-size: 1rem;
  margin-bottom: 0;
  padding: 0px 5px;
}
#search_results .paging a {
  font-family: "Montserrat", sans-serif;
  color: #212121;
  font-weight: 500;
  line-height: normal;
  font-size: 14px;
  font-size: 1rem;
  padding: 0px 5px;
}
#search_results .paging a.active, #search_results .paging a:hover {
  color: #2ca4f5;
  border-bottom: 1px solid #2ca4f5;
}
#search_results .paging.bottom {
  text-align: left;
  padding-top: 12px;
}
#search_results .paging .cv {
  float: right;
  margin-top: -12px;
}
#search_results .paging .cv a {
  color: #fff;
  margin-left: 15px;
}
#search_results #job_roll {
  margin-bottom: 30px;
}
#search_results a {
  transition: all 0.3s ease-in-out;
}
#search_results .recruiter_sign_up {
  background: #fff;
  border-top: 3px solid #2ca4f5;
  margin-bottom: 55px;
}
#search_results .recruiter_sign_up .inner {
  padding: 22px 24px;
}
#search_results .recruiter_sign_up ul {
  margin: 0;
}
#search_results .recruiter_sign_up .title {
  text-align: center;
  padding: 15px 0px;
  border-bottom: 1px solid #d2dae4;
}
#search_results .recruiter_sign_up .title p {
  margin: 0;
}
#search_results .recruiter_sign_up .google_signup {
  margin-bottom: 15px;
}
#search_results .recruiter_sign_up .google_signup a {
  height: 33px;
}
#search_results .recruiter_sign_up .google_signup a span.icon {
  width: 34px;
  background-size: 90%;
}
#search_results .recruiter_sign_up .google_signup a span.text {
  line-height: 33px;
  width: calc(100% - 34px);
  font-size: 14px;
  font-size: 1rem;
}
#search_results .recruiter_sign_up .separator {
  margin-bottom: 15px;
}
#search_results .recruiter_sign_up .form .input input, #search_results .recruiter_sign_up .form .input textarea {
  font-size: 12px;
  font-size: 0.8571428571rem;
  padding: 10px 14px 11px;
  border-width: 1px;
}
#search_results .recruiter_sign_up .form ul li.submit .action {
  float: none;
}
#search_results .recruiter_sign_up .form ul li.submit .action input {
  display: block;
  width: 100%;
  line-height: 36px;
  height: 36px;
}
#search_results .recent_searches {
  margin-bottom: 100px;
}
#search_results .recent_searches h5 {
  margin: 0 0 12px;
}
#search_results .recent_searches ul {
  margin: 0px 0px 20px;
}
#search_results .recent_searches li a {
  color: #333333;
  position: relative;
  margin-bottom: 2px;
  padding-right: 65px;
  font-size: 12px;
  font-size: 0.8571428571rem;
  border-bottom: 1px solid transparent;
}
#search_results .recent_searches li a span {
  color: #2ca4f5;
  position: absolute;
  top: 0;
  right: 0;
}
#search_results .recent_searches li a:hover {
  color: #2ca4f5;
}
#search_results .recent_searches p {
  margin: 0;
}
#search_results .recent_searches .clear {
  color: #de350a;
  font-size: 12px;
  font-size: 0.8571428571rem;
}
#search_results .recent_searches .clear:hover {
  text-decoration: underline;
}
#search_results .list_side_block {
  border-top: 4px solid #142a4f;
  background: #fff;
}
#search_results .list_side_block h5 {
  text-align: center;
}
#search_results .list_side_block ul {
  margin: 0;
}
#search_results .list_side_block ul li {
  padding: 13px 34px;
  border-bottom: 1px solid #e4ecf6;
  font-size: 12px;
  font-size: 0.8571428571rem;
}
#search_results .list_side_block ul li:last-child {
  border-bottom: none;
}
#search_results .list_side_block a.btn {
  display: block;
  margin: 10px 0px;
}
#search_results .related_jobs {
  padding: 15px 15px 50px;
  background: #fff;
  margin-bottom: 30px;
}
#search_results .related_jobs p {
  width: 100%;
  max-width: 548px;
  margin-bottom: 15px;
}
#search_results .related_jobs p a {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
#search_results .related_jobs p, #search_results .related_jobs li, #search_results .related_jobs h6 {
  color: #333;
  font-size: 12px;
  font-size: 0.8571428571rem;
}
#search_results .related_jobs h6 {
  margin: 0 0 8px;
  font-weight: bold;
}
#search_results .related_jobs a {
  color: #2ca4f5;
  transition: all 0.3s ease-in-out;
}
#search_results .related_jobs a:hover {
  text-decoration: underline;
}
#search_results .related_jobs ul {
  margin: 0;
}
#search_results .related_jobs ul:before, #search_results .related_jobs ul:after {
  content: " ";
  display: table;
}
#search_results .related_jobs ul:after {
  display: block;
  clear: both;
  height: 1px;
  margin-top: -1px;
  visibility: hidden;
}
#search_results .related_jobs ul li {
  float: left;
  margin-bottom: 5px;
  width: 40%;
}
#search_results .related_jobs ul li a {
  color: #333333;
}
#search_results .related_jobs ul li a:hover {
  color: #2ca4f5;
  text-decoration: none;
}
#search_results.application_success .content_section {
  padding-bottom: 50px;
}

@media only screen and (max-width: 990px) {
  #search_results aside#sidebar {
    margin-right: auto;
    padding-top: 0;
  }
  #search_results aside#sidebar .recent_searches {
    margin-bottom: 50px;
  }
  #search_results .content_section {
    padding-bottom: 100px;
  }
  #search_results .search_wrapper {
    padding: 40px 0;
  }
  #search_results .search_wrapper #search .search_form .input input, #search_results .search_wrapper #search .search_form .input select, #search_results .search_wrapper #search .search_form .input .fakeSelect {
    font-size: 16px;
    font-size: 1.1428571429rem;
  }
}
@media only screen and (max-width: 781px) {
  .related_jobs ul li {
    width: 50%;
  }
}
@media only screen and (max-width: 559px) {
  #search_results .paging {
    padding-top: 20px;
    text-align: center;
  }
  #search_results .paging p {
    float: none;
  }
  #search_results .paging.bottom {
    text-align: center;
    padding-bottom: 20px;
  }
  #search_results .paging.bottom .cv {
    float: none;
    margin-top: 20px;
  }
  #search_results .paging.bottom .cv a {
    margin: 15px;
  }
  #search_results .related_jobs ul li {
    width: 100%;
    float: none;
  }
  #search_results .content_section {
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 479px) {
  #search_results.details .breadcrumb span {
    padding-left: 15px;
    margin: 5px 0;
  }
}
#dashboard {
  padding-bottom: 100px;
}
#dashboard .buy_credits {
  text-align: right;
}
#dashboard .buy_credits a {
  display: inline-block;
}

.top_industries {
  padding-top: 65px;
  margin-bottom: 0px;
}
.top_industries h2 {
  margin-bottom: 35px;
}
.top_industries ul {
  margin-bottom: 60px;
}
.top_industries ul:before, .top_industries ul:after {
  content: " ";
  display: table;
}
.top_industries ul:after {
  display: block;
  clear: both;
  height: 1px;
  margin-top: -1px;
  visibility: hidden;
}
.top_industries ul .section {
  float: left;
  width: 25%;
}
.top_industries ul .section li a {
  color: #333333;
}
.top_industries ul .section li a:hover {
  color: #2ca4f5;
}
.top_industries .copyright {
  width: 75%;
  text-align: left;
  display: inline-block;
}
.top_industries .socials {
  width: 20%;
  display: inline-block;
}
.top_industries .btn_wrapper {
  text-align: center;
  margin-bottom: 60px;
}

.social-media-icon {
  margin-right: 10px;
  width: 36px;
  height: 36px;
  display: inline-block;
}
.social-media-icon svg {
  fill: #142a4f;
  width: 36px;
}
.social-media-icon .st0:hover {
  fill: #1d6b9f;
}

@media only screen and (max-width: 849px) {
  #dashboard {
    padding-bottom: 60px;
  }
  .top_industries {
    padding-top: 65px;
  }
  .top_industries h2 {
    margin-bottom: 35px;
  }
  .top_industries ul {
    margin-bottom: 100px;
  }
  .top_industries ul .section {
    width: 100%;
    margin-bottom: 15px;
  }
  .top_industries ul .section li a {
    color: #333333;
  }
  .top_industries ul .section li a:hover {
    color: #2ca4f5;
  }
  .top_industries .copyright {
    width: 100%;
  }
  .top_industries .socials {
    width: 100%;
  }
}
@media only screen and (max-width: 639px) {
  #premium {
    padding-top: 0;
  }
}
#premium {
  padding-top: 0;
}
#premium .dashboard_banner {
  max-width: 1134px;
  margin: auto;
  margin-bottom: 20px;
  text-align: center;
}/*# sourceMappingURL=main.css.map */