@charset "UTF-8";
* {
  box-sizing: border-box; }

/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * 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; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * 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; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 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 */ }

/* Forms
   ========================================================================== */
/**
 * Change font properties to `inherit` in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  font: inherit; }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 * 2. Show the overflow in Edge, Firefox, and IE.
 */
button,
input,
select {
  /* 2 */
  overflow: visible; }

/**
 * Remove the margin in Safari.
 * 1. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  /* 1 */
  margin: 0; }

/**
 * Remove the inheritence of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritence of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Change the cursor in all browsers (opinionated).
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer; }

/**
 * Restore the default cursor to disabled elements unset by the previous rule.
 */
[disabled] {
  cursor: default; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 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 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
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; }

/**
 * Correct the odd appearance of search inputs in Chrome and Safari.
 */
[type="search"] {
  -webkit-appearance: textfield; }

/**
 * Remove the inner padding and cancel buttons in Chrome on OS X and
 * Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

p {
  margin: 1em 0;
  line-height: 1.8rem; }

body {
  font-family: Alef, Arial, sans-serif; }

.range {
  position: relative;
  width: 100%;
  height: 5px;
  margin-top: 36px; }

.range input {
  width: 100%;
  position: absolute;
  top: 2px;
  height: 0;
  -webkit-appearance: none; }
  .range input::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    margin: -8px 0  0;
    border-radius: 50%;
    background: #37adbf;
    cursor: pointer;
    border: 0 !important; }
  .range input::-moz-range-thumb {
    width: 18px;
    height: 18px;
    margin: -8px 0  0;
    border-radius: 50%;
    background: #37adbf;
    cursor: pointer;
    border: 0 !important; }
  .range input::-ms-thumb {
    width: 18px;
    height: 18px;
    margin: -8px 0  0;
    border-radius: 50%;
    background: #37adbf;
    cursor: pointer;
    border: 0 !important; }
  .range input::-webkit-slider-runnable-track {
    width: 100%;
    height: 2px;
    cursor: pointer;
    background: #b2b2b2; }
  .range input::-moz-range-track {
    width: 100%;
    height: 2px;
    cursor: pointer;
    background: #b2b2b2; }
  .range input::-ms-track {
    width: 100%;
    height: 2px;
    cursor: pointer;
    background: #b2b2b2; }
  .range input:focus {
    background: none;
    outline: none; }
  .range input::-ms-track {
    width: 100%;
    cursor: pointer;
    background: transparent;
    border-color: transparent;
    color: transparent; }

.range-labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 18px -41px 0;
  padding: 0;
  list-style: none; }
  .range-labels li {
    position: relative;
    float: right;
    width: 90.25px;
    text-align: center;
    color: #b2b2b2;
    font-size: 16px;
    cursor: pointer; }
    .range-labels li::before {
      position: absolute;
      top: -25px;
      right: 0;
      left: 0;
      content: "";
      margin: 0 auto;
      width: 9px;
      height: 9px;
      background: #b2b2b2;
      border-radius: 50%; }
  .range-labels .active {
    color: #37adbf;
    font-weight: 700; }
  .range-labels .selected::before {
    background: #37adbf; }
  .range-labels .active.selected::before {
    display: none; }

.container {
  max-width: 49.175rem;
  margin: 0 auto; }
  @media (min-width: 1100px) {
    .container {
      max-width: 69.175rem; } }
  @media (min-width: 1440px) {
    .container {
      max-width: 75.875rem; } }

.wide-container {
  max-width: 75rem;
  margin: 0 auto; }

.row-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around; }
  .row-container--space-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }

.centered-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.cv-creator__thankyou-wrapper {
  margin-bottom: 5rem; }

/* Overrides default google map marker popup styling */
.gm-style-iw {
  left: 0 !important; }

.page-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 3.325rem; }
  @media (min-width: 1280px) {
    .page-wrapper {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }
  .page-wrapper--no-flex {
    margin-top: 3.325rem; }

.page__description {
  font-size: 1.125rem;
  font-weight: 400;
  font-family: "alef";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1rem; }

.page__description__text-wrapper {
  max-width: 45.625rem;
  margin-top: 1rem; }

.page__description__link-wrapper {
  max-width: 60rem;
  margin-bottom: 3rem; }

.page__description_link {
  font-weight: bold;
  color: #66a1ff;
  text-decoration: none; }

.page__description__text {
  margin: .2rem 0;
  line-height: 1.7; }

.page__description__img {
  width: 9.5625rem;
  height: 10rem; }
  @media (min-width: 1440px) {
    .page__description__img {
      margin: 0 2.5rem; } }

.page__header__img {
  height: 16.5625rem;
  background-image: url("../../images/hero.jpg");
  background-size: cover;
  background-position: 0% 40%; }

.page__header__title {
  font-size: 5rem;
  font-weight: 400;
  font-family: "stanga";
  position: relative;
  top: 10.625rem;
  color: #fff; }

.page__header__bottom__tagline-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff; }

.page__header__bottom__tagline {
  font-size: 1.125rem;
  font-weight: 400;
  font-family: "alef";
  margin: 0; }

.page__sidebar__title {
  font-size: 1.625rem;
  font-weight: 300;
  font-family: "almoni-dl";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none; }
  @media (min-width: 1280px) {
    .page__sidebar__title {
      display: block;
      width: 13.3rem; } }

.page__sidebar__links__item:nth-child(n+2) {
  margin-right: .625rem; }
  @media (min-width: 1280px) {
    .page__sidebar__links__item:nth-child(n+2) {
      margin-right: 0; } }

@media (min-width: 1280px) {
  .page__sidebar__links__item {
    margin-top: 2.4125rem; } }

.page__sidebar__links__item--active {
  font-weight: 700; }

.page__sidebar__links__item__link {
  text-decoration: none;
  color: #1b2343;
  line-height: 1.3rem; }

.page__sidebar__text {
  font-size: 1.2rem;
  font-weight: 300;
  font-family: "alef";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0;
  margin: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #465153; }
  @media (min-width: 1280px) {
    .page__sidebar__text {
      display: block;
      width: 21rem; } }

.page__sidebar__title-h2 {
  font-size: 1.5rem;
  font-weight: 700;
  font-family: "alef";
  margin: -.25rem 0;
  text-decoration: none;
  color: #174fa2; }

.page__sidebar__text__item {
  margin: .3rem 0;
  line-height: 1.6; }

.page__content__buttons__submit-btn {
  width: 100%; }

.page__content--login-modals {
  margin-bottom: 1.5rem; }

html {
  font-size: 1rem; }

.header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 3.4375rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (min-width: 768px) {
    .header {
      height: 8.125rem;
      padding: .625rem 0 0 8.7rem; } }

.header__mobile-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }
  @media (min-width: 768px) {
    .header__mobile-icons {
      display: none; } }
  .header__mobile-icons .hamburger-icon {
    padding-right: 20px;
    font-size: 20px;
    color: #174fa2; }
  .header__mobile-icons .header__user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 20px; }

.header__logo {
  margin-top: .7rem;
  margin-left: 4.375rem;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3; }
  @media (min-width: 768px) {
    .header__logo {
      margin-left: initial;
      -webkit-box-ordinal-group: NaN;
          -ms-flex-order: initial;
              order: initial; } }

.header__logo__img {
  width: 6.125rem; }
  @media (min-width: 768px) {
    .header__logo__img {
      width: 16.7rem;
      height: 5.8rem; } }

.header__user {
  position: relative;
  display: none;
  margin-left: 1.875rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2; }
  @media (min-width: 768px) {
    .header__user {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-ordinal-group: NaN;
          -ms-flex-order: initial;
              order: initial; } }
  @media (min-width: 1440px) {
    .header__user {
      margin-left: 1.7rem; } }

.header__hero-job-picker {
  display: none;
  background-color: #174fa2; }
  .header__hero-job-picker .job-picker__lists-wrapper {
    padding-top: 0;
    top: 0; }

.hero-job-picker__close-icon {
  position: absolute;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 700;
  top: .7rem;
  cursor: pointer; }

.header__user__guest {
  margin-left: -6.5rem; }

.header__user__bag-img {
  width: 1.5rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer; }
  @media (min-width: 768px) {
    .header__user__bag-img {
      width: 3.5rem;
      height: 3.5rem; } }

.header__jobs-basket-dropdown {
  position: absolute;
  display: none;
  top: 6.1rem;
  right: -4.8rem;
  list-style: none;
  font-size: 1rem;
  z-index: 2; }
  @media (min-width: 768px) {
    .header__jobs-basket-dropdown {
      right: -8rem; } }

.header__jobs-basket-dropdown:before {
  right: 4.7rem;
  position: absolute;
  content: '';
  top: -.8rem;
  display: inline-block;
  width: 0;
  height: 0;
  border-left: .9rem solid transparent;
  border-right: .9rem solid transparent;
  border-bottom: 0.9rem solid #d6dadc; }
  @media (min-width: 768px) {
    .header__jobs-basket-dropdown:before {
      right: 8.9rem; } }

.header__jobs-basket-dropdown-header {
  font-size: 1.1rem;
  display: inline-block;
  width: 100%;
  min-width: 14.4rem;
  height: 1.4rem;
  background-color: #d6dadc;
  text-align: center;
  border: 0.1rem solid #d6dadc;
  padding: 0 .2rem; }

.header__jobs-basket-dropdown__item {
  padding: 0 1rem;
  background-color: #fff;
  list-style-type: none;
  border-width: .1rem .1rem 0;
  border-color: #d6dadc;
  border-style: solid; }
  .header__jobs-basket-dropdown__item:last-child {
    height: 3.4rem;
    text-align: center;
    border-width: .1rem; }
  .header__jobs-basket-dropdown__item a.unflagged {
    display: none; }

.header__jobs-basket-dropdown__show-basket {
  font-size: 1.2rem;
  position: relative;
  display: inline-block;
  margin-right: -1.1rem;
  margin-top: 1rem; }

.header__jobs-basket-dropdown__empty-basket {
  display: inline-block;
  position: relative;
  margin-right: -1rem;
  padding: .9rem 0;
  font-size: 1.2rem;
  text-decoration: underline; }
  .header__jobs-basket-dropdown__empty-basket:hover {
    text-decoration: underline; }

.header__jobs-basket-dropdown__link {
  text-decoration: none;
  color: inherit; }

.header__jobs-basket-dropdown__title {
  font-size: 1.3rem;
  font-weight: 700;
  font-family: "almoni-dl";
  display: block;
  padding-top: 1rem; }

.header__jobs-basket-dropdown__sub-title {
  font-size: 1.1rem;
  font-weight: 400;
  font-family: "almoni-dl";
  display: inline-block;
  padding-bottom: 1rem; }

.header__jobs-basket-dropdown__remove-job {
  float: left;
  width: 2rem;
  margin-right: 1rem;
  color: #66a1ff;
  cursor: pointer; }

.header__jobs-basket-dropdown__arrow {
  position: absolute;
  top: .12rem;
  right: 6.1rem;
  width: .9rem;
  height: .8rem;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.header__user__login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #5277ef; }

.header__user__login__btn {
  width: 9.5625rem;
  height: 1.8125rem;
  margin: .45rem; }

.header__user__login__link {
  font-family: "alef";
  font-size: .875rem;
  text-decoration: none;
  color: #5277ef; }

.header__user__img {
  display: none; }
  @media (min-width: 768px) {
    .header__user__img {
      width: 3.125rem;
      margin: .625rem;
      border-radius: 50%;
      cursor: pointer; } }

.header__user-dropdown {
  position: absolute;
  top: 6.9rem;
  right: -.6rem;
  display: none;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 1rem;
  z-index: 1; }

.header__user-dropdown:before {
  position: absolute;
  content: '';
  top: -.5rem;
  right: 5.8rem;
  display: inline-block;
  width: 0;
  height: 0;
  border-left: .5rem solid transparent;
  border-right: .5rem solid transparent;
  border-bottom: 0.5rem solid #d6dadc; }

.header__user-dropdown-header {
  display: inline-block;
  width: 100%;
  min-width: 12.8rem;
  background-color: #d6dadc;
  text-align: center;
  border: 0.1rem solid #d6dadc; }

.header__user-dropdown-item {
  list-style-type: none;
  background-color: #fff;
  padding: .8rem .5rem;
  border-width: .1rem .1rem 0;
  border-style: solid;
  border-color: #d6dadc;
  border-collapse: collapse; }

.header__user-dropdown-item:last-child {
  padding-bottom: 1rem;
  border-bottom: 0.1rem solid #d6dadc; }

.header__user-dropdown__link {
  text-decoration: none;
  color: inherit; }

.header__user__info {
  display: none; }
  @media (min-width: 768px) {
    .header__user__info {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.header__user__info__name,
.header__user__info__notification {
  text-decoration: none; }

.header__user__info__name {
  font-size: 1.125rem;
  font-weight: 400;
  font-family: "almoni-dl";
  color: #000; }

.header__user__info__notification {
  font-size: 1rem;
  font-weight: 400;
  font-family: "alef";
  white-space: nowrap;
  color: #66a1ff; }

.header__search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  background-color: #174fa2;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  @media (min-width: 768px) {
    .header__search {
      width: 7.8125rem;
      position: absolute;
      top: 0;
      left: .9rem;
      height: 137%;
      -webkit-box-ordinal-group: NaN;
          -ms-flex-order: initial;
              order: initial; } }

.header__search__img {
  height: 1.6rem; }
  @media (min-width: 768px) {
    .header__search__img {
      height: 2.5rem;
      margin-top: 2.5rem; } }

.header__search__title {
  display: none; }
  @media (min-width: 768px) {
    .header__search__title {
      font-size: 2rem;
      font-weight: 400;
      font-family: "stanga";
      display: block;
      margin: 0 2rem;
      text-align: center;
      color: #fff; } }

.ie10 .header {
  margin-top: 25px; }

.ie10 .header__user__guest {
  display: table; }

.ie10 .header__user__login__btn {
  display: table; }

.ie10 .header__user__login__link {
  display: block;
  margin: 0 auto;
  text-align: center; }

.ie10 .header__user__logged-in {
  display: none; }
  @media (min-width: 768px) {
    .ie10 .header__user__logged-in .header__user__bag-img {
      margin-left: -80px; }
    .ie10 .header__user__logged-in .header__jobs-basket-dropdown {
      top: 6.1rem; } }

.ie10 .header__user__bag-img {
  display: table-cell; }

.ie10 .header__user__info {
  display: table; }

.ie10 .header__user__login {
  display: table-cell;
  vertical-align: middle; }

.ie10 .header__user__img,
.ie10 .header__user__info__name {
  margin-right: 100px;
  display: table-row; }

.ie10 .header__search {
  margin-top: -30px;
  height: 160%;
  left: .9rem; }

.ie10 .header__jobs-basket-dropdown {
  top: 4rem;
  right: -8rem; }

.ie11 .header__logo {
  margin-left: 100%; }

.ie11 .header__logo__img {
  height: 5rem; }

.ie11 .header__user__bag-img {
  width: 3.5rem; }

.ie11 .header__search {
  left: .9rem; }

.ie10 .header__user__logged-in,
.ie11 .header__user__logged-in,
.firefox .header__user__logged-in {
  position: absolute;
  top: 2.5rem;
  left: 9rem; }

.btn {
  display: block;
  border: 0;
  font-family: "almoni-dl", Arial, Verdana, sans-serif;
  text-align: center;
  text-decoration: none; }
  .btn--thick {
    width: 13.3rem;
    height: 2.7rem; }

.btn--rounded {
  border-radius: 2px; }

.btn--white {
  border: 1px solid #5277ef;
  background-color: #fff;
  font-size: 1rem;
  line-height: 1.7;
  text-align: center;
  color: #5277ef; }
  .btn--white:hover {
    background: #5277ef;
    color: #fff; }

.btn--azure {
  background: #00b1b5;
  color: #fff; }
  .btn--azure:hover {
    background: #5277ef;
    color: #fff; }

.btn--margin-bottom {
  margin-bottom: .5rem; }

.btn--blue {
  width: 13.125rem;
  padding: 1rem 0;
  background: #5277ef;
  font-size: 1.375rem;
  text-align: center;
  color: #fff;
  border: 0; }
  .btn--blue--thinner {
    font-size: 1.375rem;
    font-weight: 400;
    font-family: "almoni-dl";
    padding: .4rem 0;
    border-radius: 2px;
    float: left;
    cursor: pointer; }
  .btn--blue--thick {
    width: 13.3rem;
    height: 2.7rem;
    margin-top: -.7rem;
    font-size: 1.375rem;
    font-weight: 400;
    font-family: "almoni-dl";
    padding: .7rem 0;
    border-radius: 2px;
    float: left;
    cursor: pointer; }
  .btn--blue--short {
    width: 9rem;
    padding: .6rem 0;
    font-size: 1.25rem; }
  .btn--blue:hover {
    background: #174fa2;
    color: #fff; }
  .btn--blue:active {
    background: #5277ef; }

.btn--red {
  width: 13.125rem;
  padding: 1rem 0;
  background: #ff1145;
  font-size: 1.375rem;
  color: #fff; }
  .btn--red--short {
    width: 6rem;
    padding: .6rem 0;
    font-size: 1.25rem; }
  .btn--red:hover {
    background: #be113a; }

.btn-inline {
  display: inline-block; }

.btn--off {
  padding: .5rem 0;
  background: #e7ecef;
  color: #465153; }

.btn--on {
  padding: .5rem 0;
  background: #00b1b5;
  color: #fff; }

.form__white__submit-btn {
  font-size: 1.25em;
  font-weight: 400;
  font-family: "almoni-dl";
  background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18.63 18.63'%3E%3Ccircle cx='9.31' cy='9.31' r='8.31' style='fill:none;stroke:%23536eb3;stroke-miterlimit:10;stroke-width:2px'/%3E%3Cpolyline points='12.61 7.65 8.24 12.02 5.88 9.74' style='fill:none;stroke:%23536eb3;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px'/%3E%3C/svg%3E") no-repeat right;
  background-size: .9em;
  border: 0;
  color: #5277ef;
  float: left;
  padding-right: 30px; }

.modal__form__btn--facebook {
  width: 100%;
  height: 2.9rem;
  padding-right: 1.3rem;
  background: #3b5998;
  background-size: 1.3rem;
  font-size: 1.26rem;
  color: #fff; }
  @media (min-width: 1365px) {
    .modal__form__btn--facebook {
      background-position: 78%;
      background-size: 1.3rem;
      padding-right: 1.2rem; } }

.btn--cv-creator {
  min-height: 3rem;
  min-width: 13.125rem;
  padding: .5rem;
  font-size: 1.375rem;
  text-align: center;
  color: #fff; }
  .btn--cv-creator--wide {
    width: 15rem;
    padding: 1rem .2rem; }

.breadcrumb {
  font-size: 1.125rem;
  font-weight: 400;
  font-family: "alef";
  padding: .325rem 0;
  background-color: #00b1b5;
  color: #fff; }

.breadcrumb-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.breadcrumb__element:last-child span {
  cursor: default; }

.breadcrumb__link {
  text-decoration: none;
  color: #fff;
  white-space: nowrap; }
  .breadcrumb__link:hover {
    color: #fff; }

.breadcrumb__divider {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

/* Mini-panel width fix. */
.panels-flexible-region.panels-flexible-region-new-center.panels-flexible-region-first.panels-flexible-region-last {
  width: 100%; }

.super-input__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 2.7rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #e7ecef;
  border-radius: .125rem; }

.super-input__element-wrapper {
  padding: 10px; }
  .super-input__element-wrapper:nth-child(1) {
    border-left: 1px solid #bdcbd4; }

.super-input__label-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 6.5rem;
  margin-right: .625rem; }

.super-input__checkbox-wrapper {
  width: 2.7rem;
  height: 100%;
  border-left: 0.1rem solid #d6dadc; }

.super-input__checkbox {
  position: relative;
  top: .7rem;
  margin: 0 .7rem;
  width: 1.2rem;
  height: 1.2rem;
  background: #fff;
  cursor: pointer;
  border: 0.1rem solid #d6dadc;
  -webkit-appearance: none;
  -moz-appearance: none; }

.super-input__checkbox:checked {
  -webkit-appearance: checkbox; }

.super-input__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.super-input__label__icon {
  margin: .3rem 0;
  width: 1rem;
  height: 1.3rem; }

.super-input__label__text {
  font-size: 1.25rem;
  font-weight: 400;
  font-family: "almoni-dl";
  padding: .4rem;
  color: #7e8c92; }

.checkbox-add-sub {
  font-size: 1.5rem;
  font-weight: 400;
  font-family: "almoni-dl";
  position: relative;
  display: inline-block;
  height: 2.5rem;
  background-color: #e7ecef;
  line-height: 0;
  border-radius: 2px;
  padding-right: 3.1rem; }

.checkbox-add-sub__input {
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
  width: 2.5rem;
  height: 2.5rem;
  opacity: 0;
  cursor: pointer; }

.checkbox-add-sub__label {
  position: relative;
  display: block;
  font-size: 1.15rem;
  padding-left: .7rem;
  margin-top: 1.3rem;
  cursor: pointer;
  color: #7e8c92; }
  .checkbox-add-sub__label:before {
    position: absolute;
    top: -.43rem;
    right: -2.3rem;
    padding: .375rem .1123rem .4373rem;
    background: #fff;
    font-size: 1.5rem;
    text-align: center;
    border: 1px solid #e7ecef;
    content: '-'; }

.checkbox-add-sub__input:checked ~ .checkbox-add-sub__label:after {
  position: absolute;
  top: -.43rem;
  right: -2.3rem;
  padding: .375rem .06rem .4374rem;
  background: #fff;
  font-size: 1.5rem;
  text-align: center;
  border: 1px solid #e7ecef;
  content: '+';
  opacity: 1; }

.custom-checkbox {
  position: relative;
  display: inline-block;
  line-height: 0;
  padding-right: 3.1rem; }

.custom-checkbox__input {
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
  width: 2.5rem;
  height: 2.5rem;
  cursor: pointer;
  opacity: 0; }

.custom-checkbox__label {
  position: relative;
  display: block;
  font-size: 1.375rem;
  line-height: 1;
  margin-top: .2rem;
  padding-left: 1.85714rem;
  cursor: pointer;
  color: #000;
  height: 100%; }
  .custom-checkbox__label ::before {
    position: absolute;
    top: .4rem;
    right: -2.32rem;
    width: 1rem;
    height: 1rem;
    border: 1px solid #fff;
    content: '';
    font-size: 1.5rem;
    text-align: center; }

.career__box__active .custom-checkbox__label ::before {
  background-color: #7e8c92; }

.custom-checkbox__input:checked ~ .custom-checkbox__label:after {
  position: absolute;
  top: .45rem;
  right: -2.32rem;
  width: 1rem;
  height: .4rem;
  background: #fff;
  font-size: 1rem;
  text-align: center;
  opacity: 1;
  border: 1px solid #e7ecef;
  content: '\2713'; }

.career__box__checkbox__span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-left: -1.7rem;
  font-size: 2rem;
  color: #fff; }

.bag_label.flag-link-toggle.flag-action {
  background-repeat: no-repeat;
  background-image: url("../../images/elements/bag-icon.svg");
  position: relative; }
  .bag_label.flag-link-toggle.flag-action:hover + .tooltip {
    visibility: visible; }

.bag_label.flag-link-toggle.unflag-action {
  background-repeat: no-repeat;
  background-image: url("../../images/elements/bag-icon-blue.svg");
  position: relative; }
  .bag_label.flag-link-toggle.unflag-action:hover + .tooltip {
    visibility: visible; }

.position__sharing__icon .flag-wrapper.flag-jobs .flag-link-toggle.flag-action,
.position__sharing__icon .flag-wrapper.flag-jobs .flag-link-toggle.unflag-action {
  background-size: 2rem 2rem;
  width: 2rem;
  height: 2rem;
  color: transparent; }

.position__sharing__icon-bag .popover .popover-triangle {
  z-index: -1; }

input[type="checkbox"]:focus {
  outline: 0; }

.toggle-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.toggle-input {
  display: none; }

.toggle-checkbox {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48.5 16.6'%3E%3Ctitle%3Etoggle-off%3C/title%3E%3Cpath d='M40.2,16.6A8.3,8.3,0,1,0,40.2,0H8.2A8.2,8.2,0,0,0,0,8.3a8.4,8.4,0,0,0,8.4,8.3H40.2Z' style='fill:%2341babe'/%3E%3Ccircle cx='40.2' cy='8.3' r='7' style='fill:%23fff'/%3E%3C/svg%3E") no-repeat;
  cursor: pointer;
  display: inline-block;
  height: 1.5rem;
  margin: 0 .5rem;
  width: 3.5rem; }
  .toggle-checkbox::-ms-check {
    display: none; }

.toggle-input:checked ~ .toggle-checkbox {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48.5 16.6'%3E%3Ctitle%3Etoggle-on%3C/title%3E%3Cpath d='M40.2,16.6A8.3,8.3,0,1,0,40.2,0H8.2A8.2,8.2,0,0,0,0,8.3a8.4,8.4,0,0,0,8.4,8.3H40.2Z' style='fill:%231c51a0'/%3E%3Ccircle cx='8.2' cy='8.3' r='7' style='fill:%23e7ecef'/%3E%3C/svg%3E"); }

.toggle-checkbox-label {
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1; }

.label-active {
  color: #465153; }

.label-inactive {
  color: #7e8c92; }

.update-changes-wrapper {
  border-top: 1px solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-top: 1rem; }

.update-changes-button {
  font-size: 1.3rem;
  font-weight: 400;
  font-family: "almoni-dl";
  background-color: transparent;
  border: 0;
  color: #174fa2;
  line-height: 1;
  padding-right: .7rem;
  position: relative; }

.update-changes-button::before {
  content: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18.63 18.63'%3E%3Ccircle cx='9.31' cy='9.31' r='8.31' style='fill:none;stroke:%23536eb3;stroke-miterlimit:10;stroke-width:2px'/%3E%3Cpolyline points='12.61 7.65 8.24 12.02 5.88 9.74' style='fill:none;stroke:%23536eb3;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px'/%3E%3C/svg%3E");
  height: 1.2rem;
  position: absolute;
  right: -1rem;
  top: 0;
  width: 1.2rem; }

.radiobutton-blue__wrapper {
  position: relative;
  display: block; }

.radiobutton-blue {
  position: absolute;
  visibility: hidden; }

.radiobutton-blue__label {
  position: relative;
  z-index: 9;
  display: block;
  padding: .48rem 1.7rem;
  font-size: 1.2rem;
  cursor: pointer; }

.radiobutton-black__label {
  font-size: 1.4rem;
  font-weight: normal;
  font-family: "almoni-dl";
  color: #465153; }

.radiobutton-blue__cover {
  position: absolute;
  z-index: 5;
  top: .6rem;
  right: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  border-radius: 100%;
  border: 1px solid #bdcbd4; }
  .radiobutton-blue__cover::before {
    position: absolute;
    top: 2px;
    left: 2px;
    display: block;
    width: .625rem;
    height: .625rem;
    content: '';
    border-radius: 100%;
    margin: auto; }

.radiobutton-blue:checked ~ .radiobutton-blue__cover {
  border: 1px solid #bdcbd4; }

.radiobutton-blue:checked ~ .radiobutton-blue__cover::before {
  background: #5277ef; }

.form__wrapper {
  font-size: 1rem;
  font-weight: 700;
  font-family: "alef";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column wrap;
      flex-flow: column wrap;
  width: 100%;
  padding: 1rem;
  color: #7e8c92; }
  .form__wrapper--black {
    color: #000; }
  @media (min-width: 960px) {
    .form__wrapper {
      max-width: 37.5rem; } }
  @media (min-width: 960px) {
    .form__wrapper--wider {
      max-width: 48rem; } }
  .form__wrapper--no-padding {
    padding: 0; }
  .form__wrapper--cv-creator {
    position: relative;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    max-width: 53rem;
    margin: 0 auto; }

.form__wrapper__2-fields-rows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.form-group {
  width: 100%; }

.form-group--half-width {
  width: 49%; }

.form__input {
  width: 100%;
  padding: .5rem 1rem;
  margin: .3rem 0 1.5rem;
  font-size: 1.2rem;
  font-weight: 400;
  border: 2px solid #d6dfe4; }
  .form__input--min-margin {
    margin: .3rem 0 1.2rem; }

.form__input:-ms-input-placeholder {
  color: #7e8c92; }

.form__input--login-modals {
  width: 100%;
  padding: .5rem 1rem;
  margin: .3rem 0 1rem;
  font-size: 1.2rem;
  font-weight: 400;
  border: 2px solid #d6dfe4; }

.form__input--error {
  width: 100%;
  padding: .5rem 1rem;
  margin: .3rem 0 1.5rem;
  background-color: #fee8eb;
  font-size: 1.2rem;
  font-weight: 400;
  border: 2px solid #ff1145; }

.form__span--error-message {
  font-weight: 700;
  margin: -.8rem .3rem 1.5rem;
  color: #ff1145; }

.form__input-inactive {
  background-color: #e7ecef;
  color: #7e8c92; }

.form__input-shrink {
  -ms-flex-negative: 2;
      flex-shrink: 2; }

.form__select {
  width: 100%;
  height: 2.8rem;
  padding: 0 .7rem .2rem;
  margin: .3rem 0 1.5rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff url("../../images/elements/arrow-down.svg") 0.5rem no-repeat;
  border: 2px solid #d6dfe4;
  direction: rtl;
  font-size: 1.2rem;
  font-weight: 400; }
  .form__select.cv_creator.ui.selection.dropdown {
    width: 100%;
    background: #fff url("../../images/elements/arrow-down.svg") 0.5rem 50% no-repeat;
    min-height: 2.8rem;
    border-radius: 0;
    border: 0.125rem solid #d6dfe4; }
    .form__select.cv_creator.ui.selection.dropdown > .search {
      padding-right: .9rem;
      font-size: 1.2rem; }
    .form__select.cv_creator.ui.selection.dropdown .menu > .item {
      font-size: 1.2rem; }
    .form__select.cv_creator.ui.selection.dropdown > .text {
      margin: 0;
      font-size: 1.2rem;
      color: #7e8c92; }
  .form__select::-ms-expand {
    display: none; }

.license_dropdown.ui.selection.dropdown {
  width: 100%;
  background: #fff url("../../images/elements/arrow-down.svg") 0.5rem 50% no-repeat;
  min-height: 2.8rem;
  border-radius: 0;
  border: 0.125rem solid #d6dfe4;
  overflow: visible; }
  .license_dropdown.ui.selection.dropdown .menu > .item {
    font-size: 1.2rem; }
  .license_dropdown.ui.selection.dropdown > .text {
    margin: 0;
    font-size: 1.2rem;
    color: #7e8c92; }
  .license_dropdown.ui.selection.dropdown i.dropdown.icon {
    display: none; }

.form__textarea {
  width: 100%;
  height: 9.8rem;
  padding: .5rem 1rem 1.1rem;
  margin: .3rem 0 1.5rem;
  background: transparent;
  font-size: 1.3rem;
  font-weight: 400;
  border: 2px solid #d6dfe4; }

.form__select:required:invalid {
  color: #7e8c92; }

.form__select__option[disabled] {
  display: none; }

.form__select__option {
  color: #465153;
  direction: rtl; }

.form__submit-btn {
  width: 100%; }

.form__content__flex-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 1rem; }
  @media (min-width: 960px) {
    .form__content__flex-wrapper {
      padding: 0; } }
  .form__content__flex-wrapper--nowrap {
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap; }
  .form__content__flex-wrapper--cv-creator {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 65%;
    -ms-flex-item-align: start;
        align-self: flex-start; }

.text-content__flex-wrapper {
  font-size: 1.2rem;
  font-weight: 400;
  font-family: "almoni-dl";
  width: 100%;
  margin-right: 2%;
  -ms-flex-item-align: center;
      align-self: center;
  color: #000;
  line-height: 1.5;
  border: 0.2rem solid #5277ef;
  border-radius: .5rem;
  padding: 1rem;
  box-sizing: border-box; }
  @media (min-width: 560px) {
    .text-content__flex-wrapper {
      position: absolute;
      top: 2rem;
      left: 0;
      -ms-flex-item-align: end;
          align-self: flex-end;
      width: 33%; } }
  @media (min-width: 560px) {
    .text-content__flex-wrapper--space-top {
      top: 5rem; } }

.text-content__header {
  font-family: "almoni-dl";
  color: #174fa2; }

.form__content__form-group {
  margin: .65em 0; }
  .form__content__form-group--submit-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap; }
  .form__content__form-group--flex-end {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }

.form__content__form-group--full {
  width: 98%; }
  @media (min-width: 560px) {
    .form__content__form-group--full {
      width: 100%; } }

.form__content__form-group--3-quarters {
  width: 98%; }
  @media (min-width: 560px) {
    .form__content__form-group--3-quarters {
      width: 73%; }
      .form__content__form-group--3-quarters--wider {
        width: 79%; } }

.form__content__form-group--half {
  width: 98%; }
  @media (min-width: 560px) {
    .form__content__form-group--half {
      width: 48%; }
      .form__content__form-group--half--narrower {
        width: 36%; }
      .form__content__form-group--half--wider {
        width: 55%; } }

.form__content__form-group--quarter {
  width: 48%; }
  @media (min-width: 560px) {
    .form__content__form-group--quarter {
      width: 22%; } }

.form__content__form__field__container {
  width: 60%;
  height: auto;
  margin-top: -2rem; }

.form__content__form-group__multi-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }

.form__content__row__half {
  width: 50%; }

.form__content__edit-link {
  font-size: 1.1em;
  font-weight: normal;
  font-family: "alef";
  color: #5277ef;
  text-decoration: none;
  padding-right: 1.4rem;
  cursor: pointer; }

.form__edit-icon {
  width: .9385rem;
  height: .9385rem; }
  .form__edit-icon--big {
    width: 1.15rem;
    height: 1.15rem; }

.form__content__aligner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.is-hidden {
  display: none; }

.form__content__flex-wrapper__tiny-text {
  font-size: .7em;
  text-decoration: none;
  color: #7e8c92; }

.form__content__flex-wrapper__spacer {
  padding-top: 25px; }

.form__content__form-group__file-upload {
  display: block;
  padding: .5rem;
  border: 2px solid #d6dfe4;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17 18.24'%3E%3Cpath fill='none' stroke='%23536eb3' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M1 14.2v3h15v-3'/%3E%3Cpath fill='none' stroke='%23536eb3' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M8 2.2v10'/%3E%3Cpath fill='none' stroke='%23536eb3' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M3.8 5.2L8 1l4.2 4.2'/%3E%3C/svg%3E") 0.5rem no-repeat;
  background-size: 1em;
  font-size: 1.2em;
  font-weight: normal;
  direction: ltr;
  text-align: right; }

.svg-image__small-size {
  display: inline-block;
  width: .9385rem;
  height: .9385rem; }

.pos-relative {
  position: relative; }

.form__content__form-group__clickable-icon {
  position: absolute;
  top: 40%;
  left: 3%; }

.form__content__form-group__icon {
  width: 1.15rem;
  height: 1.15rem; }

.form__buttons-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0 2rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 1.6rem; }

.form__info-text {
  font-size: 1rem;
  line-height: 1rem;
  color: #7e8c92; }

.form__label--hidden {
  position: absolute;
  overflow: hidden;
  width: 1rem;
  height: 1rem;
  padding: 0;
  margin: -1rem;
  border: 0;
  clip: rect(0 0 0 0); }

.form__checkbox {
  padding-right: 0;
  margin-top: .5rem; }

.required-field-star {
  color: #ff1145;
  vertical-align: middle; }

.ie10 .form__input,
.ie11 .form__input {
  font-size: 1.3rem;
  color: #7e8c92; }

.ie10 .modal__form__textarea,
.ie11 .modal__form__textarea {
  color: #7e8c92; }

.nav {
  display: none; }
  @media (min-width: 768px) {
    .nav {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 3rem;
      background-color: #e7ecef; } }

.nav__logged-in {
  border-bottom: 3px solid #174fa2; }

.nav__list {
  font-size: 1.25rem;
  font-weight: 400;
  font-family: "almoni-dl";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 82.875rem;
  padding: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
  list-style: none;
  text-align: center; }

.nav__list__item {
  margin-left: 3.85rem; }

.nav__list__item__link {
  text-decoration: none;
  color: #465153; }

.job-picker__input-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: .5rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border: 2px solid #bdcbd4;
  color: #000; }
  @media (min-width: 760px) {
    .job-picker__input-container {
      padding: 1rem 1.5rem 1rem .5rem; } }
  @media (min-width: 1920px) {
    .job-picker__input-container {
      width: 31.25rem; } }

.job-picker__input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: "alef", Arial, Verdana, sans-serif;
  font-size: 1.25rem;
  border: 0; }

.job-picker__dropdown-container {
  cursor: pointer;
  display: none;
  margin: 0 .8rem;
  text-align: center; }
  @media (min-width: 730px) {
    .job-picker__dropdown-container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }

.job-picker__dropdown-container__text {
  font-size: 1.25rem;
  font-weight: 400;
  font-family: "almoni-dl";
  display: none;
  text-align: center;
  color: #5277ef; }
  @media (min-width: 1280px) {
    .job-picker__dropdown-container__text {
      display: block;
      margin-left: .625rem;
      white-space: nowrap; } }

.job-picker__dropdown-container__arrow {
  height: .4375rem; }

.job-picker__lists-wrapper {
  position: relative;
  z-index: 0;
  top: -9rem;
  display: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: rgba(23, 79, 162, 0.6);
  padding-top: 8.5rem;
  padding-bottom: 3rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.job-picker__list {
  width: 35rem;
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  padding: 0;
  margin: 0 auto; }
  @media (min-width: 730px) {
    .job-picker__list {
      width: 41rem;
      -webkit-column-count: 3;
         -moz-column-count: 3;
              column-count: 3; } }
  @media (min-width: 960px) {
    .job-picker__list {
      width: 52rem;
      -webkit-column-count: 4;
         -moz-column-count: 4;
              column-count: 4; } }
  @media (min-width: 1280px) {
    .job-picker__list {
      width: 75rem;
      -webkit-column-count: 5;
         -moz-column-count: 5;
              column-count: 5; } }
  @media (min-width: 1920px) {
    .job-picker__list {
      width: 71rem; } }

.job-picker__link {
  display: block;
  color: inherit;
  margin-bottom: .7rem;
  text-decoration: none; }
  .job-picker__link:hover {
    color: inherit; }

.job-picker__title {
  font-family: "alef";
  font-size: 1.2rem;
  color: #fff;
  font-weight: 300;
  line-height: 1.35;
  list-style-type: none; }

.job-picker__categories__main-title {
  margin-top: .6rem;
  margin-bottom: 1rem;
  font-family: "almoni-dl";
  font-size: 1.5rem;
  color: #fff; }

.ie10 .job-picker__input,
.ie11 .job-picker__input {
  color: #7e8c92; }

.ui.search .prompt {
  border: none;
  border-radius: 0;
  font-size: 1.25rem;
  padding: 0; }

#ui-dropdown {
  padding: .5rem;
  border: 2px solid #bdcbd4; }
  #ui-dropdown.error {
    border: 2px solid #ff1145; }
  #ui-dropdown .dropdown__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  #ui-dropdown .dropdown__item__category {
    color: #7e8c92; }
  #ui-dropdown .label {
    display: inline-block !important; }
    #ui-dropdown .label .dropdown__item__category {
      display: none; }

i.icon.delete:before {
  content: '×';
  font-weight: bold; }

.register__form-container #ui-dropdown {
  width: 38.5rem;
  min-height: 3.6rem;
  padding-bottom: 0; }
  .register__form-container #ui-dropdown.error {
    border: 2px solid #ff1145; }

.popover {
  position: relative;
  z-index: 0;
  padding-top: 1rem;
  font-size: 1.2rem;
  font-weight: 400;
  cursor: pointer; }
  .popover--smaller {
    font-size: .9rem; }

.popover-list {
  position: absolute;
  z-index: 1;
  top: 2.5rem;
  display: none;
  padding: 0 .5rem;
  background: #fff;
  list-style: none;
  text-align: center;
  box-shadow: 0 0.1rem 0.7rem 0 #7e8c92; }
  .popover-list--smaller {
    left: -2.5rem;
    padding: .5rem;
    width: 5rem; }

.popover-triangle {
  position: absolute;
  z-index: -1;
  top: -1.3rem;
  left: -2.5rem;
  display: none;
  overflow: hidden;
  width: 5rem;
  height: 5rem;
  box-shadow: 0 1rem 0 -2rem #7e8c92; }
  .popover-triangle--smaller {
    z-index: 2;
    top: -1.6rem;
    left: -3.5rem; }

.popover-triangle:after {
  position: absolute;
  z-index: 0;
  top: 5rem;
  width: 3rem;
  height: 3rem;
  background: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  content: '';
  box-shadow: -0.05rem -0.05rem 0.5rem -0.17rem #465153; }

.popover:hover .popover-list,
.popover:hover .popover-triangle,
.popover-list:hover .popover-list,
.popover-list:hover .popover-triangle {
  display: block; }

.popover-list-item {
  border-bottom: 0.18rem solid #e7ecef;
  line-height: 2rem; }
  .popover-list-item a {
    text-decoration: none;
    color: #465153; }
  .popover-list-item:last-child {
    border-bottom: 0; }
  .popover-list-item--smaller {
    line-height: 1; }

.popover-list-item__social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around; }

.position__sharing__social-icon {
  width: 3rem;
  height: 3rem; }

.page-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 3.325rem; }
  @media (min-width: 1280px) {
    .page-wrapper {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }

.page__title {
  font-size: 3.375rem;
  font-weight: 400;
  font-family: "stanga";
  margin: 2.1rem 0 0;
  color: #174fa2; }
  .page__title--freeze-account {
    margin: 1.7rem 0 0; }
  .page__title--non-existing-jobs {
    width: 100%;
    margin: 1rem 0 -.6rem;
    text-align: center; }
  .page__title--no-margin-top {
    margin-top: 0; }
  .page__title--login-modals {
    line-height: 1; }

.page__description {
  font-size: 1.125rem;
  font-weight: 400;
  font-family: "alef";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.page__description__text-wrapper {
  max-width: 45.625rem;
  margin-top: 1rem; }

.page__description__text {
  margin: .2rem 0;
  line-height: 1.7; }

.page__description__img {
  width: 9.5625rem;
  height: 10rem; }
  @media (min-width: 1440px) {
    .page__description__img {
      margin: 0 2.5rem; } }

.page__description__img--briefcase {
  width: 12.5rem;
  height: 13rem; }

.page__header__img {
  height: 16.5625rem;
  background-size: cover; }

.page__header__title {
  font-size: 5rem;
  font-weight: 400;
  font-family: "stanga";
  position: relative;
  top: 10.625rem;
  color: #fff; }

.page__header__bottom {
  height: 4.5rem;
  background-color: #00b1b5;
  padding: .6rem 0; }
  .page__header__bottom--auto-height {
    height: auto;
    padding: .5rem; }

.page__header__bottom__tagline-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 4.3625rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: right;
  color: #fff; }

.page__header__bottom__tagline__heading {
  font-size: 3.375rem;
  font-weight: 400;
  font-family: "stanga";
  margin: 0;
  color: #fff; }

.page__header__bottom__tagline {
  font-size: 1.125rem;
  font-weight: 400;
  font-family: "alef";
  margin: 0; }

.page__menu {
  height: 5.625rem;
  border-bottom: 2px solid #bdcbd4; }

.page__menu__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.page__menu__section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.page__menu__sort-subject-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-left: 3rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.page__menu__sort-subject__title {
  margin-right: .625rem;
  white-space: pre;
  color: #465153; }

.page__sidebar__links {
  font-size: 1.7rem;
  font-weight: 300;
  font-family: "almoni-dl";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none; }
  @media (min-width: 1280px) {
    .page__sidebar__links {
      display: block;
      width: 13.3rem; } }

@media (min-width: 1280px) {
  .page__sidebar__links__item {
    margin-top: 2.4125rem; } }

.pager-arrow {
  width: .8rem;
  height: .8rem; }

.page__content__table {
  font-size: 0.9rem;
  font-weight: 300;
  font-family: "alef";
  width: 100%;
  margin-bottom: 2rem;
  border-collapse: collapse; }

.page__content__table__tr {
  border-bottom: 2px solid #e7ecef; }
  .page__content__table__tr a {
    display: block;
    color: #465153; }
  .page__content__table__tr.expertise {
    line-height: 1.5; }

.page__content__table__th {
  padding: .2rem 3rem;
  background-color: #d6dfe4;
  text-align: right;
  color: #465153;
  font-size: 1rem; }

.page__content__table__td {
  padding: 1rem;
  color: #7e8c92;
  text-align: right; }
  .page__content__table__td.expertise {
    font-size: 1.4rem;
    font-weight: 400;
    font-family: "almoni-dl";
    color: #1b2343;
    line-height: 1.3; }

/* Overrides semantic default css */
tbody {
  border-top: none; }

th {
  border-bottom: none; }

.simple-table {
  font-size: 1rem;
  font-weight: 400;
  font-family: "alef";
  width: 100%;
  margin: 1.5rem 0;
  table-layout: fixed;
  border-collapse: collapse; }
  .simple-table h1:last-child,
  .simple-table h2:last-child,
  .simple-table h3:last-child,
  .simple-table h4:last-child,
  .simple-table h5:last-child {
    margin: .7rem .9rem 1.3rem 0; }

.simple-table--dark-grey {
  color: #465153; }

.simple-table--light-grey {
  color: #7e8c92; }

.simple-table__header {
  height: 2.125rem;
  background-color: #e7ecef;
  text-align: right; }

.simple-table__header__checkbox {
  width: 5rem; }

.simple-table__header__position {
  width: 55%; }

.simple-table__header__position-spaced {
  padding-right: 1rem;
  width: 64%; }

.simple-table__header__location {
  width: 10rem; }

.simple-table__header__location-spaced {
  width: 12%; }

.simple-table__header__scope {
  width: 6rem; }

.simple-table__header__date {
  width: 6rem; }

.simple-table__row {
  border-bottom: 1px solid #d6dfe4; }

.simple-table__row--thick-border {
  border-bottom-width: 2px; }

.simple-table__row__checkbox-cell {
  padding-right: 1rem;
  position: relative; }

.simple-table__row__position-cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 2.7rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.simple-table__row__cell--align-right {
  text-align: right;
  color: #7e8c92; }

.simple-table__row__position-cell__content {
  font-size: 1.375rem;
  font-weight: 400;
  font-family: "almoni-dl";
  margin: 0;
  color: #1b2343; }
  .simple-table__row__position-cell__content--bold {
    font-weight: 700; }

.simple-table__row__position-cell__content--with-checkbox {
  margin: .5rem .5rem .5rem 0; }

.simple-table__row__position-cell__content--without-checkbox {
  margin: 0 .8rem 0 0; }

.simple-table__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.simple-table__menu--aligned-left {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.simple-table__menu--double-item-on-side {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.simple-table__menu--single-item-aligned-left {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.simple-table__menu__page-num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.simple-table__menu__page-num__count {
  font-size: 1.25rem;
  font-weight: 400;
  font-family: "almoni-dl";
  margin-left: 1.375rem; }

.simple-table__row__cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.simple-table__header__title {
  width: 55%; }
  .simple-table__header__title--wide {
    padding-right: 1rem;
    width: 64%; }
  .simple-table__header__title--narrow {
    width: 7.5rem; }

.simple-table__row__cell__content {
  font-size: 1.3rem;
  font-weight: 400;
  font-family: "almoni-dl";
  margin: .5rem .5rem .5rem 0;
  color: #000; }
  .simple-table__row__cell__content--bold {
    font-weight: 700; }
  .simple-table__row__cell__content--higher {
    line-height: 2.5;
    margin: .7rem 1rem 1.4rem 0; }

.simple-table__row__image--upload {
  width: 1rem;
  height: 1rem;
  color: #5277ef; }

.simple-table__row__upload-link {
  font-size: 1.2rem;
  font-weight: normal;
  font-family: "almoni-dl";
  text-decoration: none;
  color: #5277ef; }
  .simple-table__row__upload-link:hover {
    color: #5277ef; }

.resume-table__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 2.15rem 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #f8f9fb;
  border-bottom: 1px solid #bdcbd4; }
  .resume-table__row:nth-child(odd) {
    background-color: #e7ecef; }
  .resume-table__row:first-child {
    padding: .4rem;
    border-bottom: 0; }

.resume-table {
  width: 100%;
  padding: 1.9rem 1.9rem 0 0; }

.resume-table__data {
  padding: 0 1rem;
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2; }
  .resume-table__data--wide {
    -webkit-box-flex: 3;
        -ms-flex: 3;
            flex: 3; }
  .resume-table__data--wider {
    -webkit-box-flex: 5;
        -ms-flex: 5;
            flex: 5; }

.resume-table__heading {
  font-size: 1rem;
  color: #7e8c92;
  font-weight: 700; }

.resume-table__data__filename {
  font-size: 1.3em;
  padding-right: .25rem; }

.resume-table__data__description {
  font-size: 1.2em;
  color: #7e8c92; }

.resume-table__data__delete {
  font-size: 1.1em;
  text-decoration: none;
  color: #174fa2; }

.resume__bottom {
  padding: 1.9rem 1.5rem; }
  .resume__bottom a {
    font-size: 1.4em;
    font-weight: 400;
    font-family: "almoni-dl";
    text-decoration: underline;
    color: #174fa2; }
    .resume__bottom a:hover {
      text-decoration: none; }

.resume__bottom__icon {
  margin-left: 1rem; }

.resume-table__data__tooltip-icon {
  display: inline;
  width: 1rem;
  height: 1rem;
  margin-right: .25rem; }

.resume-table__centered-icon {
  vertical-align: middle; }

.cv-creator__table {
  width: 100%;
  color: #1b2343;
  font-weight: 400;
  margin: 1rem 0; }

.cv-creator__table-header {
  height: 2.125rem;
  background-color: #e7ecef;
  text-align: right;
  color: #7e8c92;
  font-weight: 700; }

.cv-creator__table-row {
  border-bottom: 0.1rem solid #e7ecef; }

.homepage-title {
  font-size: 3.625rem;
  font-weight: 700;
  font-family: "stanga";
  margin: 0;
  text-align: center;
  color: #174fa2; }

.homepage-title--white {
  color: #fff; }

.homepage-title--career {
  padding-bottom: 1rem; }

.homepage-title--dark-grey {
  margin-bottom: -1.88rem;
  color: #465153; }

.elm--push-left {
  margin-right: .625rem; }

.elm--push-left--medium {
  margin-right: 1rem; }

.elm--medium {
  width: 1.1rem;
  height: 1.1rem; }

.red-circle {
  display: inline-block;
  width: .5rem;
  height: .5rem;
  margin: .15rem .25rem;
  border-radius: 50%;
  background-color: #ff1145; }
  .red-circle:hover + .tooltip {
    visibility: visible; }

.blue-circle {
  display: inline-block;
  width: .5rem;
  height: .5rem;
  margin: .15rem .25rem;
  border-radius: 50%;
  background-color: #5277ef; }
  .blue-circle:hover + .tooltip {
    visibility: visible; }

.close-icon {
  position: absolute;
  top: 1rem;
  right: 2rem;
  font-size: 2rem;
  color: #7e8c92;
  cursor: pointer; }

.close-icon-tighter {
  top: .5rem;
  right: 1rem;
  font-size: 2rem; }
  @media (min-width: 1366px) {
    .close-icon-tighter {
      right: 0; } }

.left-arrow {
  width: .9rem;
  height: .7rem;
  color: #66a1ff; }

.big-arrow-left {
  margin-bottom: -.1rem;
  width: 1.1rem;
  height: 1rem;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

/* Tooltip */
.tooltip {
  position: absolute;
  z-index: 1;
  visibility: hidden;
  width: 130px;
  background-color: #fff;
  color: #465153;
  text-align: center;
  padding: 5px 0;
  border: 1px solid #465153;
  border-radius: 4px;
  bottom: 100%;
  left: 0; }

.circles {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 1.5rem 0 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  display: none; }
  @media (min-width: 768px) {
    .circles {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  .circles--register {
    width: 42rem;
    margin: 3rem auto 0; }
  .circles--cv-creator {
    width: 53rem;
    margin: 3rem auto 0; }

.circles__line {
  position: relative;
  right: -.9%;
  top: 8rem;
  width: 100%;
  color: #e7ecef;
  opacity: .2;
  z-index: -1; }
  @media (min-width: 1024px) {
    .circles__line {
      top: 9.5rem; } }

.circles__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 11.5625rem;
  height: 11.5625rem;
  margin: 0 2.5rem;
  padding: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  font-size: .825rem;
  font-family: "almoni-dl";
  color: #fff;
  z-index: 0;
  list-style-type: none; }
  @media (min-width: 1024px) {
    .circles__item {
      width: 14.5625rem;
      height: 14.5625rem;
      font-size: 1rem; } }

.circles__item--azure {
  background-color: #00b1b5; }

.circles__item--blue {
  background-color: #5277ef; }

.circles__item--grey {
  background-color: #e7ecef; }
  .circles__item--grey .circles__item__number {
    display: block;
    margin: 0;
    color: #7e8c92; }

.circles__item__number {
  font-size: 3rem;
  font-weight: 300;
  font-family: "almoni-dl";
  margin: 0; }
  .circles__item__number--statistics {
    font-size: 5.5rem;
    height: 3.4rem; }
    @media (min-width: 1024px) {
      .circles__item__number--statistics {
        font-size: 5rem; } }

.circles__item__label {
  display: block;
  margin: 0;
  font-weight: 700;
  font-size: 1.375em;
  max-width: 8rem; }

.circle-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.1rem; }
  .circle-wrapper--azure {
    color: #00b1b5; }

.ie10 .circles__line {
  display: none; }

.checkmark {
  display: block;
  width: 4.375rem;
  height: 4.375rem;
  stroke-width: 2;
  stroke: #fff;
  stroke-miterlimit: 10;
  -webkit-animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
          animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both; }

.checkmark__check {
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  -webkit-animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
          animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards; }

@-webkit-keyframes stroke {
  100% {
    stroke-dashoffset: 0; } }

@keyframes stroke {
  100% {
    stroke-dashoffset: 0; } }

.ie10 .checkmark__check,
.ie11 .checkmark__check {
  stroke-dashoffset: 0; }

.form__content.contact-us {
  width: 37.5rem; }

.contact-us__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 3.325rem; }
  @media (min-width: 960px) {
    .contact-us__wrapper {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }

.contact-us__sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 22rem; }

.contact-us__dropdown .dropdown.icon {
  display: none; }

.contact-us__dropdown.ui.search.selection.dropdown {
  width: 100%;
  background: #fff url("../../images/elements/arrow-down.svg") 0.5rem 50% no-repeat;
  height: 2.8rem;
  border: 0.15rem solid #d6dfe4;
  border-radius: 0;
  color: #7e8c92; }
  .contact-us__dropdown.ui.search.selection.dropdown > .search {
    padding: .5rem 1rem;
    font-size: 1.3rem; }
  .contact-us__dropdown.ui.search.selection.dropdown > .text {
    font-size: 1.3rem;
    color: #7e8c92;
    opacity: .8; }
  .contact-us__dropdown.ui.search.selection.dropdown .menu > .item {
    font-size: 1.3rem;
    font-weight: 400;
    font-family: "almoni-dl";
    color: #465153;
    line-height: .5; }

.ie10 .contact-us__dropdown.ui.search.selection.dropdown > .text,
.ie11 .contact-us__dropdown.ui.search.selection.dropdown > .text {
  opacity: 1; }

.career__menu__sort {
  font-size: 1.25rem;
  font-weight: 400;
  font-family: "alef";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.career__menu__select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.career__menu__select__button {
  border-radius: .2rem;
  width: 10rem;
  height: 2.5rem;
  padding: .7rem;
  margin-left: .5rem; }
  .career__menu__select__button:hover {
    color: #fff; }

.career__boxes {
  padding-top: 3.2rem; }

.career__boxes__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around; }

.career__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 18.1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid #bdcbd4;
  background-color: #fff;
  margin-bottom: 2.5rem;
  margin-top: 3rem; }

.career__boxes-title {
  margin: -1.1rem 0 -.6rem;
  font-family: "almoni-dl", Arial, Verdana, sans-serif;
  font-size: 1.6rem;
  font-weight: normal; }

.career__box-bottom-label {
  position: absolute;
  width: 18.1rem;
  font-family: "almoni-dl", "alef";
  font-size: 1.1rem;
  font-weight: normal;
  color: #7e8c92;
  top: -2.6em;
  right: 0.2em; }

.career__box__header {
  font-size: 2rem;
  font-weight: 300;
  font-family: "stanga";
  width: 100%;
  height: 2.4rem;
  background-color: #bdcbd4;
  color: #fff;
  padding-right: 4rem; }

.career__box__footer {
  display: none; }

.career__box__active {
  font-size: 1.25rem;
  font-weight: 400;
  font-family: "alef"; }
  .career__box__active .career__box__body {
    color: #000; }
  .career__box__active .career__box__header {
    background-color: #7e8c92; }
  .career__box__active .career__box__footer {
    display: block;
    width: 100%;
    height: 1.6rem;
    background-color: #ff1145;
    font-size: 1rem;
    text-align: center;
    padding-top: .2em;
    color: #fff; }
  .career__box__active .career__box-bottom-label {
    margin-top: 1rem; }

.career__box-trash-bin-icon {
  position: absolute;
  left: 4.8rem;
  overflow: hidden;
  width: 1rem;
  height: 1.15rem;
  fill: currentColor;
  color: #5277ef; }

.career__box-trash-bin-text {
  position: absolute;
  left: 0;
  color: #5277ef; }

.career__menu__select__trash {
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  background: #e7ecef url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 19'%3E%3Cpath fill='none' stroke='%235f6a6e' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M14 5v13H2V5M1 4h14M6 4V1h4v3M6 14V8M10 14V8'/%3E%3C/svg%3E") center/40% no-repeat;
  cursor: pointer;
  margin-left: .5rem;
  border: 0; }

.career__menu__select_label {
  display: inline-block;
  padding-left: 1rem;
  padding-top: .7rem;
  color: #7e8c92; }

.career__menu__select_list {
  overflow: hidden;
  width: 10.95rem;
  height: 2.8rem;
  margin: 0 1.6rem;
  background: #fff url("data:image/svg+xml;base64, PHN2ZyAgd2lkdGg9JzEwcHgnIGhlaWdodD0nMTBweCcgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJyB2aWV3Qm94PScwIDAgMTAuMTkgNi4xNCc+PHBhdGggZmlsbD0nbm9uZScgc3Ryb2tlPScjMDAwJyBzdHJva2UtbGluZWNhcD0ncm91bmQnIHN0cm9rZS1saW5lam9pbj0ncm91bmQnIHdpZHRoPScxMHB4JyBoZWlnaHQ9JzEwcHgnIHN0cm9rZS13aWR0aD0nMicgZD0nTTEgMS4wOWw0LjA1IDQuMDVMOS4xOSAxJy8+PC9zdmc+") 0.7rem 1rem/10px no-repeat;
  border: 1px solid #bdcbd4;
  border-radius: 2px; }

.career__menu__select-dropdown {
  width: 100%;
  padding: .7rem .9rem;
  background-color: transparent;
  border: 0;
  box-shadow: none;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .career__menu__select-dropdown:focus {
    outline: none; }
  .career__menu__select-dropdown::-ms-expand {
    display: none; }

.career__menu__select__checkbox__vertical-delimiter {
  position: absolute;
  right: 2.5rem;
  height: 2.5rem;
  border: 1.5px solid #d6dfe4; }

.career__menu__checkbox__label {
  margin-left: -1.7rem; }

.career__box__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem 1.6rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "almoni-dl", "alef";
  margin-top: 3rem;
  color: #465153;
  position: relative; }

.career__box__body__job-id {
  margin: 0;
  font-weight: 400;
  font-size: 1.1rem;
  color: #7e8c92; }

.career__box__body__job-titles {
  min-height: 4.6rem;
  padding-top: .3em; }

.career__box__body__job-titles__title {
  margin: 0;
  font-size: 1.9rem;
  font-weight: normal;
  color: #000; }

.career__box__body__job-city {
  display: block;
  margin: 0;
  font-weight: 400;
  font-size: 1rem;
  padding-bottom: 1rem;
  color: #7e8c92; }

.career__box__body__job-link {
  display: block;
  visibility: hidden;
  border-top: 0.1rem solid #e7ecef;
  padding-top: .5rem;
  font-size: 1.3rem;
  color: #5277ef;
  text-align: left; }

.career__empty-container {
  font-size: 3rem;
  font-weight: 700;
  font-family: "almoni-dl";
  margin: 0 auto;
  width: 35rem;
  height: 45rem;
  text-align: center;
  display: block;
  position: relative;
  color: #174fa2; }
  .career__empty-container:after {
    content: "";
    background: url("../../images/elements/bag-red.svg") no-repeat 40%;
    background-size: 80%;
    opacity: 0.5;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1; }

.career__empty__text {
  padding-top: 25rem; }

.career__empty__link {
  color: #174fa2;
  text-decoration: underline; }
  .career__empty__link:hover {
    color: #174fa2;
    text-decoration: underline; }

.branch__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (min-width: 640px) {
    .branch__container {
      padding: 0;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }

.branch__content {
  -webkit-box-flex: 15;
      -ms-flex-positive: 15;
          flex-grow: 15; }

.branch__info {
  padding-bottom: 1.3rem;
  margin: 0 0 2.3rem;
  border-bottom: 2px solid #d6dfe4; }

.branch__info__title {
  font-size: 3.1rem;
  font-weight: 400;
  font-family: "almoni-dl";
  margin-bottom: 0;
  color: #174fa2; }

.branch__info__place-image {
  width: 1rem;
  height: 1.1rem;
  fill: #5277ef;
  color: #5277ef; }

.branch__info__address {
  margin-right: .3rem;
  font-size: 1.25rem; }

.branch__data__title {
  font-size: 1.3rem;
  font-weight: 700;
  font-family: "almoni-dl";
  padding: 0;
  margin: 0;
  color: #174fa2; }

.branch__data__text {
  margin: .5rem 0;
  font-size: 1.1rem;
  color: #465153; }

.branch__content__map {
  width: auto;
  padding: 0 1rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-top: 3.2rem; }

.branch__content__map__item {
  width: 100%; }

.position__nav {
  height: 3.7rem;
  border-bottom: 1px solid #d6dfe4; }

.position__nav-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1.5rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.position__nav-wrapper-p {
  font-size: 1rem;
  font-weight: 700;
  font-family: "alef";
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #66a1ff; }

.position__nav__right-arrow,
.position__nav__left-arrow {
  width: .9rem;
  height: .8rem;
  color: #66a1ff; }

.position__header {
  height: 11.8rem;
  border-bottom: 1px solid #d6dfe4; }

.position__header__job-id {
  display: inline-block;
  margin-top: 2.8rem;
  font-weight: normal;
  color: #7e8c92; }

.position__header__job-title {
  font-size: 3rem;
  font-weight: 400;
  font-family: "almoni-dl";
  margin: -.1em 0 0;
  color: #174fa2; }

.position__header__job-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  font-size: 1.26rem;
  font-weight: normal;
  color: #465153; }

.position__header__job__select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.position__header__job__select-city,
.position__header__job__select-job-type {
  min-width: 5rem;
  width: auto;
  padding-left: 2rem;
  margin: .7rem 0 1.5rem -.4rem;
  background: #fff url("data:image/svg+xml;base64, PHN2ZyAgd2lkdGg9JzEwcHgnIGhlaWdodD0nMTBweCcgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJyB2aWV3Qm94PScwIDAgMTAuMTkgNi4xNCc+PHBhdGggZmlsbD0nbm9uZScgc3Ryb2tlPScjMDAwJyBzdHJva2UtbGluZWNhcD0ncm91bmQnIHN0cm9rZS1saW5lam9pbj0ncm91bmQnIHdpZHRoPScxMHB4JyBoZWlnaHQ9JzEwcHgnIHN0cm9rZS13aWR0aD0nMicgZD0nTTEgMS4wOWw0LjA1IDQuMDVMOS4xOSAxJy8+PC9zdmc+") 0.5rem no-repeat;
  font-size: 1.2rem;
  font-weight: 400;
  text-align: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0; }
  .position__header__job__select-city::-ms-expand,
  .position__header__job__select-job-type::-ms-expand {
    display: none; }

.position__header__job__select-label {
  height: 1rem;
  padding-top: .9rem;
  padding-right: .2rem;
  margin-left: 1rem; }
  .position__header__job__select-label::before {
    content: '|'; }

.position__header__job-date {
  font-size: 1.2rem;
  padding-top: .7rem; }

.position__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 3.6rem; }
  @media (min-width: 1100px) {
    .position__wrapper {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }

.position__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -.6rem 0 2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media (min-width: 1100px) {
    .position__content {
      min-width: 22rem; } }

.position__content__title {
  font-size: 1.625rem;
  font-weight: 300;
  font-family: "almoni-dl";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none; }
  @media (min-width: 1280px) {
    .position__content__title {
      display: block;
      width: 13.3rem; } }

.position__content__text {
  font-size: 1.2rem;
  font-weight: 300;
  font-family: "alef";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0 0 3rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #465153; }
  @media (min-width: 1280px) {
    .position__content__text {
      display: block;
      width: 41rem; } }

.position__content__text__item {
  margin: .3rem 0;
  line-height: 1.6; }

.position__content__title-h2 {
  font-size: 1.5rem;
  font-weight: 700;
  font-family: "almoni-dl";
  margin: -.25rem 0;
  text-decoration: none;
  color: #174fa2; }

.position__header__job-job-type {
  width: 7.5rem; }

.position__header__job-job-date {
  width: 7.5rem;
  padding-top: 1rem;
  font-size: 1.2rem;
  cursor: pointer; }

.position__header__job {
  min-width: 5rem;
  height: 3.5rem;
  margin-top: -1rem; }

.position__header__job-popover {
  min-width: 5rem;
  height: 3.5rem;
  margin-top: -1rem;
  background: transparent url("data:image/svg+xml;base64, PHN2ZyAgd2lkdGg9JzEwcHgnIGhlaWdodD0nMTBweCcgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJyB2aWV3Qm94PScwIDAgMTAuMTkgNi4xNCc+PHBhdGggZmlsbD0nbm9uZScgc3Ryb2tlPScjMDAwJyBzdHJva2UtbGluZWNhcD0ncm91bmQnIHN0cm9rZS1saW5lam9pbj0ncm91bmQnIHdpZHRoPScxMHB4JyBoZWlnaHQ9JzEwcHgnIHN0cm9rZS13aWR0aD0nMicgZD0nTTEgMS4wOWw0LjA1IDQuMDVMOS4xOSAxJy8+PC9zdmc+") 0.5rem 1.5rem no-repeat; }

.position__header__delimiter {
  margin-left: 1rem;
  padding-top: .25rem; }

.position__header__job-list {
  width: 8.5rem; }

.position__sharing {
  width: 14.4rem;
  height: 10rem; }

.position__sharing__button {
  width: 15.5rem;
  height: 3.7rem;
  padding: .9rem 0;
  font-size: 1.85rem; }

.position__sharing__icons {
  padding-top: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around; }

.position__sharing__icon {
  width: 2rem;
  height: 2rem;
  fill: currentColor; }

.position__sharing__list {
  left: -4.5rem;
  padding: .5rem; }
  .position__sharing__list--small {
    left: -2.2rem; }

.position__sharing__list-item {
  width: 9rem; }
  .position__sharing__list-item--small {
    width: 5.5rem; }

.position__sharing__icon-bag {
  margin-top: -.6rem;
  margin-right: .8rem;
  color: #7e8c92; }
  .position__sharing__icon-bag:hover {
    color: #5277ef; }

.position__sharing__icon-share {
  margin-top: -.5rem;
  color: #7e8c92; }
  .position__sharing__icon-share:hover {
    color: #5277ef; }

.position__sharing__icon-email {
  margin-top: -.4rem;
  color: #7e8c92; }
  .position__sharing__icon-email:hover {
    color: #5277ef; }

.position__workplaces {
  font-size: 1rem;
  font-weight: 400;
  font-family: "alef";
  margin: -.25rem 0;
  padding-top: 1rem;
  text-decoration: none;
  background-color: #e7ecef;
  color: #174fa2; }

.position__workplaces__wrapper-h2 {
  font-size: 1.5rem;
  font-weight: 700;
  font-family: "almoni-dl";
  margin: 1.45rem 0 1.5rem; }

.position__workplaces__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around; }
  @media (min-width: 860px) {
    .position__workplaces__container {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }

.position__workplace__header-span {
  display: block;
  white-space: nowrap;
  overflow-x: hidden;
  text-overflow: ellipsis;
  height: 100%;
  line-height: 1;
  margin-right: -3rem;
  margin-top: .45rem; }

.position__workplace__box {
  cursor: pointer;
  margin-top: 0; }
  .position__workplace__box:hover {
    box-shadow: 0 0.1rem 0.7rem 0 #7e8c92; }
    .position__workplace__box:hover .career__box__body {
      color: #000; }
    .position__workplace__box:hover .career__box__header {
      background-color: #00b1b5; }
    .position__workplace__box:hover .career__box__body__job-link {
      visibility: visible; }

.footer-links {
  margin-top: 3.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.footer-links__column {
  max-width: 15rem;
  margin-left: 1.25rem; }

.footer-links__column__title {
  font-size: 1.35rem;
  font-weight: 700;
  font-family: "almoni-dl";
  margin-bottom: 1.5em;
  text-shadow: 0.5px 0.5px #174fa2; }
  @media (min-width: 1440px) {
    .footer-links__column__title {
      margin-bottom: 2.55em;
      font-size: 1.35rem; } }

.footer-links__list {
  font-size: 1.25rem;
  font-weight: 300;
  font-family: "almoni-dl";
  list-style: none;
  padding: 0; }
  @media (min-width: 1440px) {
    .footer-links__list {
      font-size: 1.25rem; } }

.footer-links__list__item {
  margin-bottom: 1.4rem; }

.footer-links__list__item__link {
  text-decoration: none;
  color: #000;
  text-shadow: 0.01px 0.01px #174fa2; }
  .footer-links__list__item__link:hover {
    color: #000; }

.footer-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.375rem 0 3.6rem;
  margin: 5.1875rem 0 2.8125rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 1px solid #e7ecef;
  border-width: 1px 0;
  color: #000;
  text-shadow: 0.3px 0.5px #174fa2; }

.footer-contact__details__title {
  font-size: 1.3rem;
  margin-bottom: 1.8rem; }

.footer-contact__details {
  font-size: 1.625rem;
  font-weight: 700;
  font-family: "almoni-dl"; }

.footer-contact__details__items {
  line-height: 2.1rem; }

.footer-contact__details__item {
  font-size: .8em; }
  @media (min-width: 1280px) {
    .footer-contact__details__item {
      font-size: 1.3rem; } }

.footer-contact__facebook {
  display: none; }
  @media (min-width: 768px) {
    .footer-contact__facebook {
      display: block; } }

.footer-contact__facebook__title {
  font-size: 2rem;
  font-weight: 700;
  font-family: "stanga";
  margin-top: 1.84375rem;
  color: #174fa2; }

.footer__copyright {
  font-size: 1.325rem;
  font-weight: 300;
  font-family: "almoni-dl";
  margin-bottom: 2.5rem;
  text-align: center;
  color: #7e8c92; }

.modal-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 24rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 3.325rem;
  background-color: #fff; }
  @media (min-width: 1366px) {
    .modal-wrapper {
      width: 28.33rem; } }
  .modal-wrapper--padding {
    padding: .8rem 3.5rem 0; }
  .modal-wrapper--less-padding {
    padding: .8rem 1rem 0; }
  .modal-wrapper--wide-light {
    width: 28.33rem; }
  .modal-wrapper--wide {
    width: 39rem; }
    @media (min-width: 1366px) {
      .modal-wrapper--wide {
        width: 44rem;
        max-width: 44rem; } }
  .modal-wrapper--wider {
    width: 39rem; }
    @media (min-width: 1366px) {
      .modal-wrapper--wider {
        width: 47rem;
        max-width: 47rem; } }
  .modal-wrapper--modal-form {
    width: 42rem; }

.modal-wrapper--freeze-account {
  width: 41rem;
  padding: 0; }
  @media (min-width: 1366px) {
    .modal-wrapper--freeze-account {
      max-width: 43rem;
      padding: 0; } }

.modal-wrapper--cv-creator {
  position: relative;
  width: 45rem;
  max-width: 45rem; }

.modal-wrapper--forgot-password {
  max-width: 28.33rem;
  max-height: 23rem;
  padding: 1.4rem 1.6rem; }

.modal__header-image {
  width: 15rem;
  height: 10.7rem; }
  .modal__header-image--padding {
    padding: .8rem 3.5rem 0; }
  .modal__header-image--tnx {
    width: 35rem;
    margin-top: 1rem; }
    @media (min-width: 1366px) {
      .modal__header-image--tnx {
        margin-top: 1rem;
        width: 42.1rem; } }

.modal__header-text {
  font-size: 1.1rem;
  font-weight: 700;
  font-family: "almoni-dl";
  margin-top: -.8rem;
  padding: 0 1rem 0 1.2rem;
  line-height: 1.8; }

.modal-wrapper-wide {
  width: 39rem; }

.modal__header {
  position: relative;
  padding: 0 1.5rem 1.6rem;
  text-align: center;
  border-bottom: 3px solid #d6dfe4; }
  .modal__header--noborder {
    border: 0;
    padding: 0; }
  .modal__header--bordertop {
    border-bottom: 0;
    padding: 1.5rem 0;
    border-top: 1px solid #d6dadc; }
  .modal__header--padding {
    padding: 3rem; }
  .modal__header--freeze-account {
    position: relative;
    padding: 3rem 4rem;
    font-size: 1rem;
    text-align: center; }
  .modal__header--forgot-password {
    margin-top: 1.7rem; }
  .modal__header--register {
    font-size: 1rem;
    padding-right: .5rem; }

.modal__body {
  padding: 3rem 2rem; }
  .modal__body--noborder {
    border: 0;
    padding: 0; }
  .modal__body--less-padding {
    padding: 2rem 2rem 1rem; }
  .modal__body--forgot-password {
    padding-top: 2.5rem; }

a.close-modal {
  display: none; }

.close-icon {
  position: absolute;
  top: 1rem;
  right: 2rem;
  font-size: 2rem;
  color: #7e8c92; }
  .close-icon--small {
    top: .5rem;
    right: .6rem;
    font-size: 1.4rem; }
  .close-icon--login {
    right: -2rem; }
  .close-icon--share-job {
    top: 1rem;
    right: -2rem; }

.close-icon-tighter {
  top: 0;
  right: 1rem;
  font-size: 2rem;
  color: #7e8c92; }
  @media (min-width: 1366px) {
    .close-icon-tighter {
      right: 0; } }
  .close-icon-tighter--less-padding-top {
    padding: 1rem 2rem; }
  .close-icon-tighter--forgot-password {
    padding-top: 0;
    padding-bottom: 2rem; }

.modal__body-bordered {
  border-bottom: 2px solid #d6dfe4; }

.modal-table {
  min-height: 10.7rem;
  padding: 0 4rem;
  margin-top: -1.5rem; }

.modal-table__row {
  min-height: 3rem;
  height: auto;
  vertical-align: middle;
  text-align: right;
  color: #7e8c92; }

.modal-table__row__note {
  color: #d6dfe4; }

.modal__footer {
  height: 7rem; }

.modal__form__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .modal__form__content--login-modals {
    margin-top: .2rem; }

.modal__form__textarea {
  height: 7.8rem; }

.modal__form__input__job-salary {
  height: 3rem; }

.modal__form__submit-btn {
  width: 100%;
  height: 3rem;
  max-width: 100%;
  padding: .5rem 1rem;
  margin: .3rem 0 1.5rem;
  background-color: #00b1b5;
  font-size: 1.2rem;
  color: #fff;
  font-weight: 400; }
  .modal__form__submit-btn--error {
    width: 100%;
    background-color: #7e8c92; }
  .modal__form__submit-btn--blue {
    width: 100%;
    background: #5277ef; }
  .modal__form__submit-btn--lightBlue {
    width: 100%;
    height: 2.8rem;
    background-color: #00b1b5;
    font-size: 1.375rem;
    padding: 0 1.5rem; }
  .modal__form__submit-btn--margin-top {
    margin-top: 1.5rem; }
  .modal__form__submit-btn--login {
    width: 100%; }

.modal__thx__content {
  text-align: center; }

.modal__thx__image {
  width: 35%;
  margin-bottom: 2rem; }
  .modal__thx__image--cv-creator {
    position: absolute;
    top: 4rem;
    left: 4rem;
    width: 18%;
    padding: 0;
    margin: 0; }

.modal__job-apply-success {
  width: 70%; }

.modal__thx__text {
  margin-top: 1rem;
  line-height: .9;
  font-size: 3.3rem;
  font-weight: 400;
  font-family: "stanga"; }
  .modal__thx__text--align-right {
    text-align: right; }

.modal__thx__button {
  width: 16.125rem;
  padding: .5rem 0;
  margin: 3rem auto 1rem; }
  .modal__thx__button--less-margin {
    margin: 1rem auto; }
  .modal__thx__button--more-padding {
    padding: .8rem 0;
    margin: 1rem auto; }

.modal__wrapper__small-window {
  max-width: 24rem;
  padding: 0;
  background-color: #fff; }
  @media (min-width: 1366px) {
    .modal__wrapper__small-window {
      max-width: 28.33rem;
      padding: 0 1.55rem; } }

.modal__wrapper-non-existing-jobs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  width: 38rem;
  margin: 3.325rem auto;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background-color: #fff; }
  .modal__wrapper-non-existing-jobs--job-picker-no-results {
    -webkit-box-flex: column;
        -ms-flex: column wrap;
            flex: column wrap;
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    width: 55rem; }
  .modal__wrapper-non-existing-jobs--smart-agent-no-results {
    margin-top: 0;
    -webkit-box-flex: column;
        -ms-flex: column wrap;
            flex: column wrap;
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    width: 80em;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 5rem;
    padding-right: 2rem; }

.modal-job-picker-no-results__text-wrapper {
  width: 30rem; }

.modal-smart-agent-no-results__text-wrapper {
  width: 32rem; }

.modal__wrapper-non-existing-jobs-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 24.5rem;
  height: 13.5rem;
  margin-left: 3rem; }
  .modal__wrapper-non-existing-jobs-image--job-picker-no-results {
    width: 15rem;
    margin-left: 0; }
  .modal__wrapper-non-existing-jobs-image--smart-agent-no-results {
    width: 35rem;
    height: 34rem;
    margin-left: 0; }

.modal__wrapper__text {
  font-size: 1.2rem;
  font-weight: 400;
  font-family: "almoni-dl";
  margin-top: 0;
  color: #1b2343; }
  .modal__wrapper__text--non-existing-jobs {
    width: 100%;
    font-size: 1.13rem;
    line-height: .8;
    text-align: center;
    font-weight: 700; }
  .modal__wrapper__text--job-picker-no-results {
    text-align: right; }
  .modal__wrapper__text--large {
    font-size: 1.57em;
    font-weight: 400;
    font-family: "almoni-dl"; }
  .modal__wrapper__text--larger {
    font-size: 1.85em;
    font-weight: 400;
    font-family: "almoni-dl"; }
  .modal__wrapper__text--forgot-password {
    margin-top: -.8rem; }
  .modal__wrapper__text--login-modals {
    margin-bottom: 1.5rem; }
  .modal__wrapper__text--change-modal {
    padding: 0 1rem; }
  .modal__wrapper__text--small {
    font-size: 1rem;
    margin-bottom: -1rem; }

.modal__wrapper__text--error {
  color: #ff1145; }

.modal__wrapper__text__link {
  text-decoration: none;
  color: #66a1ff; }
  .modal__wrapper__text__link--big {
    font-size: 1rem; }

.modal-job-apply-success__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.modal-basket-job-apply-success__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.modal__form__tight-input {
  margin: 0 0 1rem; }

.modal__form__label {
  width: 100%;
  font-size: 1rem;
  font-weight: 700;
  color: #7e8c92; }

.modal__form__input__wrapper {
  position: relative;
  display: block;
  width: 100%; }

.modal__form__input__icon {
  position: absolute;
  z-index: 1;
  top: 23%;
  right: 5%;
  overflow: hidden;
  width: 1rem;
  height: 1.15rem; }
  .modal__form__input__icon--email {
    width: 1.2rem;
    height: 1rem; }

.modal__form__input-facebook-icon {
  position: absolute;
  z-index: 1;
  top: 26%;
  right: 15%;
  padding-left: .4rem;
  overflow: hidden;
  width: 1.5rem;
  height: 1.3rem;
  fill: currentColor;
  color: #fff; }
  @media (min-width: 1366px) {
    .modal__form__input-facebook-icon {
      top: 26%;
      right: 22%;
      padding-left: .4rem; } }
  .modal__form__input-facebook-icon--register {
    right: 10%; }
    @media (min-width: 1366px) {
      .modal__form__input-facebook-icon--register {
        right: 18%; } }

.modal__form__tight-input-login-modals {
  opacity: .9;
  padding-right: 3rem; }

.modal-mask {
  position: fixed;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 99; }

.modal__form__input__checkbox__label {
  margin-right: .5rem;
  font-weight: 400; }

.modal__span--grey {
  position: relative;
  z-index: 1;
  top: 1.6rem;
  padding: 0 2rem;
  margin: 0 auto;
  min-width: 6.1rem;
  background-color: #fff;
  color: #7e8c92; }

.modal__div__password__input {
  position: relative;
  z-index: 1;
  top: 1.7rem;
  width: 100%;
  min-width: 6.1rem;
  padding: 0 .3rem;
  background-color: #fff;
  color: #7e8c92; }

.modal__link__forgot_password {
  position: absolute;
  top: 1rem;
  left: 1rem;
  color: #7e8c92; }

.modal__link_register {
  color: #66a1ff; }

.modal__link_freeze_account_page {
  color: #66a1ff;
  font-size: 1.2rem;
  cursor: pointer; }

.modal__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 3rem 1rem 2rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .modal__container--less-padding {
    margin-top: -1.2rem;
    padding-bottom: 1rem; }

.modal__link__div {
  padding: 1rem 1.4rem; }

.modal__link--light-blue {
  color: #66a1ff;
  font-weight: bold;
  cursor: pointer; }

.modal__form__input__checkbox__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0 0 2.1rem;
  font-size: 1rem; }

.modal__form__input__checkbox {
  margin-top: .3rem;
  opacity: .5;
  -webkit-transform: scale(1.5);
          transform: scale(1.5); }

.modal__hr {
  margin: 1rem 0 2rem;
  opacity: .2; }

.modal__form__cancel-btn {
  font-size: 1.2rem;
  font-weight: 400;
  font-family: "almoni-dl";
  display: block;
  padding: 1.2rem 1.8rem;
  color: #66a1ff;
  cursor: pointer; }

.remove-job-modal-wrapper {
  width: 27rem;
  height: 27rem; }

.remove-job-modal-body {
  padding: 5.3rem; }

.remove-job-modal-title {
  margin: 5.5rem 0 3.5rem;
  line-height: 1;
  text-align: center; }

.remove-job-modal-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 3rem;
  padding-right: .7rem; }

.ie10 .modal__form__tight-input-login-modals,
.ie11 .modal__form__tight-input-login-modals {
  color: #000; }

.ui.vertical.menu {
  background-color: #174fa2; }

.ui.vertical.menu .item {
  font-size: 1.5rem;
  font-weight: 400;
  font-family: "stanga"; }
  .ui.vertical.menu .item.mobile-sidebar__login {
    font-size: 1.2rem;
    font-weight: 400;
    font-family: "almoni-dl";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #00b1b5; }
    .ui.vertical.menu .item.mobile-sidebar__login:hover {
      background-color: #00cacf; }
  .ui.vertical.menu .item.mobile-sidebar__user-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #5277ef; }
    .ui.vertical.menu .item.mobile-sidebar__user-info img {
      border-radius: 50%;
      margin-left: 10px; }
  .ui.vertical.menu .item .mobile-sidebar__user-actions__user-name {
    font-size: 1.75rem; }
  .ui.vertical.menu .item .sign.in {
    margin-left: 5px;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  .ui.vertical.menu .item.mobile-sidebar__smart-agent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

.mobile-sidebar__footer {
  font-size: 1rem;
  font-weight: 400;
  font-family: "alef";
  padding: 1rem; }
  .mobile-sidebar__footer a {
    color: #f8f9fb; }
    .mobile-sidebar__footer a:hover {
      color: #66a1ff; }

.mobile-sidebar__social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2rem;
  margin-bottom: 2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.mobile-sidebar__policy-link {
  font-size: 0.9rem;
  opacity: .7; }

.mobile-sidebar__user-actions__log-out {
  font-size: 0.9rem;
  font-weight: 400;
  font-family: "alef";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.hero {
  background: url("../../images/hero.jpg") no-repeat center 0;
  max-height: 70.5rem; }
  @media (min-width: 730px) {
    .hero {
      max-height: 58rem; } }
  @media (min-width: 960px) {
    .hero {
      max-height: 52.5rem; } }
  @media (min-width: 1280px) {
    .hero {
      max-height: 47rem; } }

.hero__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 32.75rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff; }

.header__hero-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 98%;
  margin: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0; }
  .header__hero-wrapper .hero__job-picker {
    width: 100%; }
    @media (min-width: 810px) {
      .header__hero-wrapper .hero__job-picker {
        width: 50.5rem; } }
    @media (min-width: 960px) {
      .header__hero-wrapper .hero__job-picker {
        width: 53rem; } }
    @media (min-width: 1100px) {
      .header__hero-wrapper .hero__job-picker {
        width: 70rem; } }
    @media (min-width: 1156px) {
      .header__hero-wrapper .hero__job-picker {
        width: 73.5rem; } }
    @media (min-width: 1440px) {
      .header__hero-wrapper .hero__job-picker {
        width: 80rem; } }

.hero__slogan {
  position: relative;
  top: 11.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.hero__slogan__title {
  font-size: 4.375rem;
  font-weight: 700;
  font-family: "stanga";
  margin: 0 0 -11px 0;
  text-align: center; }

.hero__slogan__subtitle {
  font-size: 2.125rem;
  font-weight: 400;
  font-family: "almoni-dl";
  margin: 0;
  font: 2.125rem "almoni-dl"; }

.hero__job-picker {
  display: none; }
  @media (min-width: 768px) {
    .hero__job-picker {
      z-index: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 1.5rem 1.1875rem;
      background-color: rgba(23, 79, 162, 0.6);
      -webkit-transition-property: background;
              transition-property: background;
      -webkit-transition-duration: 1.5s;
              transition-duration: 1.5s;
      -webkit-transition-timing-function: linear;
              transition-timing-function: linear; } }
  @media (min-width: 960px) {
    .hero__job-picker {
      width: 56.75rem;
      padding: 2.5rem 2.1875rem; } }
  @media (min-width: 1280px) {
    .hero__job-picker {
      width: 80rem; } }
  @media (min-width: 1920px) {
    .hero__job-picker {
      width: 76rem; } }

.job-picker-open {
  background: none;
  -webkit-transition-property: background;
          transition-property: background;
  -webkit-transition-duration: .5s;
          transition-duration: .5s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear; }

.hero__job-picker__input-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: .5rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border: 2px solid #bdcbd4;
  color: #000; }
  @media (min-width: 760px) {
    .hero__job-picker__input-container {
      padding: 1rem 1.5rem 1rem .5rem; } }
  @media (min-width: 1920px) {
    .hero__job-picker__input-container {
      width: 31.25rem; } }

.hero__job-picker__input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: "alef", Arial, Verdana, sans-serif;
  font-size: 1.25rem;
  border: 0; }

.hero__job-picker__dropdown-container {
  position: relative;
  display: none;
  text-align: center;
  margin: 0 10px 0 20px; }
  @media (min-width: 730px) {
    .hero__job-picker__dropdown-container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }

.hero__job-picker__dropdown-container__text {
  display: none;
  font: 1.25rem "almoni-dl";
  text-align: center;
  color: #5277ef; }
  @media (min-width: 1280px) {
    .hero__job-picker__dropdown-container__text {
      display: block;
      margin-left: .625rem;
      white-space: nowrap; } }

.hero__job-picker__dropdown-container__arrow {
  width: .5625rem;
  height: .4375rem; }

.hero__job-picker__profession {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3; }

.hero__job-picker__location {
  -webkit-box-flex: 1.25;
      -ms-flex: 1.25;
          flex: 1.25;
  border-width: 2px 0; }

.hero__job-picker__submit {
  width: 6rem;
  font-size: 1.5rem;
  border-radius: 2px 0 0 2px; }
  @media (min-width: 960px) {
    .hero__job-picker__submit {
      width: 7.125rem; } }
  @media (min-width: 960px) {
    .hero__job-picker__submit {
      width: 8.5rem; } }

.ie11 .hero__job-picker {
  min-width: 36rem; }
  @media (min-width: 768px) {
    .ie11 .hero__job-picker {
      min-width: 45rem; } }

.professions {
  padding: 3.4375rem 0;
  height: 100%;
  background: #e7ecef; }

.professions__container {
  margin-top: 2.55rem; }

.profession {
  width: 17.8125rem;
  height: 16.3rem;
  margin-bottom: 1.5625rem;
  padding: 1.45rem .625rem;
  background-color: #fff;
  border: 1px solid #bdcbd4;
  border-bottom: 4px solid #00b1b5;
  overflow: hidden; }

.profession__img {
  display: block;
  margin: 0 auto;
  height: 5.3125rem;
  width: 6.25rem; }

.profession__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: .925rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.profession__info__title {
  font-size: 2.875rem;
  font-weight: 400;
  font-family: "stanga";
  margin: 0;
  text-align: center;
  color: #000;
  line-height: 2.4rem; }

.profession__info__numbers {
  display: block;
  width: 1.875rem;
  height: 1.875rem;
  margin-right: .625rem;
  background-color: #00b1b5;
  border-radius: 50%;
  font-family: "alef";
  line-height: 1.8;
  text-align: center;
  color: #fff; }

.profession__links {
  font-size: 1.125rem;
  font-weight: 400;
  font-family: "alef";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin-top: 0.3rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #7e8c92;
  list-style: none; }
  .profession__links li {
    list-style-type: none; }

.profession__links__item {
  margin: 0 .3125rem;
  color: #7e8c92; }

.professions__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: .875rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.professions__list-title {
  font-size: 2.875rem;
  font-weight: 400;
  font-family: "stanga"; }

.professions__list-title__link {
  border-bottom: 2px solid #000;
  text-decoration: none;
  color: #000; }

.profession__text {
  font-size: 1rem;
  font-weight: 400;
  font-family: "alef";
  text-align: center;
  color: #7e8c92; }

.ie11 .profession__links {
  max-width: 100%; }

.ie10 .profession {
  display: block; }

.ie10 .profession__img {
  display: block;
  margin: 0 auto; }

.ie10 .profession__links {
  text-align: center; }

.stats {
  padding-top: 6rem;
  padding-right: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.stats__tagline {
  font-size: 1.1rem;
  font-weight: 400;
  font-family: "alef";
  margin: 6.075rem 0 9.375rem;
  text-align: center; }
  @media (min-width: 1024px) {
    .stats__tagline {
      font-size: 1.375rem; } }

.stats__tagline__text {
  margin: 0;
  font-size: 1em; }

.ie10 .stats__tagline,
.ie11 .stats__tagline {
  max-width: 100%; }

.clients {
  padding-top: 2.5rem;
  background-color: #e7ecef; }
  .clients--specialization-page {
    height: 36rem; }

.clients__item {
  display: inline-block;
  list-style-type: none; }

.clients__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none; }

.client {
  width: 3.75rem;
  height: 3.75rem;
  padding: 0;
  margin: 3.125rem;
  list-style-type: none; }

.career {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.15rem;
  position: relative; }
  @media (min-width: 1024px) {
    .career {
      font-size: 1.375rem; } }

.career-background {
  width: 100%; }

.career-content-wrap {
  width: 100%;
  height: 50%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }
  @media (min-width: 1024px) {
    .career-content-wrap {
      width: 50%; }
      .career-content-wrap .homepage-title {
        font-size: 2.625rem; }
      .career-content-wrap .homepage-title {
        font-size: 3.625rem; } }

.career__content__text {
  font-size: 1em;
  font-weight: 400;
  font-family: "alef";
  text-align: center;
  color: #465153;
  max-width: 100%;
  margin: 0; }
  .career__content__text--margin-top {
    margin-top: -.5rem; }
  .career__content__text--margin-bottom {
    margin-bottom: .35rem; }

.career__btn {
  padding: .425em 1.9125em;
  margin: 2rem auto;
  background: #5277ef;
  font-size: 1em;
  border: 2px solid #fff;
  color: #fff;
  width: 40%; }
  .career__btn:hover {
    background: #174fa2; }
  @media (min-width: 1350px) {
    .career__btn {
      width: 40%; } }

.ie10 .career__content__text,
.ie11 .career__content__text {
  max-width: 100%; }

.our-expertise {
  margin-top: 4.6875rem;
  margin-bottom: 3.2625rem; }

.our-expertise__tagline {
  font-size: 1.1rem;
  font-weight: 400;
  font-family: "alef";
  margin: 1rem 0;
  text-align: center; }
  @media (min-width: 1024px) {
    .our-expertise__tagline {
      font-size: 1.375rem; } }

.our-expertise__list {
  padding: 0;
  list-style: none; }

.our-expertise__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  width: 18.125rem;
  margin-top: 2.6875rem;
  border: 1px solid #bdcbd4;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.our-expertise__item__img {
  width: 10.625rem;
  height: 8.625rem;
  margin: 1rem 0; }

.our-expertise__item__title {
  font-size: 2.5rem;
  font-weight: 300;
  font-family: "almoni-dl";
  padding: .4rem 1.5rem 1.1rem 4rem;
  margin: 0;
  color: #fff;
  background-color: #00b1b5;
  width: 100%;
  min-height: 8rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.our-expertise__btn {
  width: 15.3125rem;
  margin: 3.2625rem auto 0; }

.ie10 .our-expertise__item__img,
.ie11 .our-expertise__item__img {
  height: 8.625rem; }

.ie10 .our-expertise__item__title-wrapper,
.ie11 .our-expertise__item__title-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 6.5625rem;
          flex: 1 1 6.5625rem; }

.register-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10.5rem 1rem 10.5rem 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #174fa2;
  font-size: 1.15rem; }
  @media (min-width: 1024px) {
    .register-block {
      font-size: 1.375rem; } }

.register-block__article {
  padding-top: .1rem; }

.register-block__tagline {
  font-size: 1em;
  font-weight: 400;
  font-family: "alef";
  margin-top: -1rem 0 0;
  text-align: center;
  color: #fff; }

.register-block__form__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -1.5rem 0;
  -ms-flex-flow: column wrap;
      flex-flow: column wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 1.4rem;
  padding-right: 1rem; }
  @media (min-width: 960px) {
    .register-block__form__container {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch; } }

.register-block__form__input {
  margin-top: 1.7rem;
  margin-left: 0;
  width: 21.25rem;
  padding: 1rem;
  font-family: "alef", Arial, Verdana, sans-serif;
  font-size: 1.125rem;
  border: 0; }
  @media (min-width: 960px) {
    .register-block__form__input {
      margin-left: 1.875rem; } }

.register-block__form__input__email {
  direction: ltr; }

.register-block__form__input__email::-webkit-input-placeholder {
  text-align: right; }

.register-block__form__input__email::-moz-placeholder {
  text-align: right; }

.register-block__form__input__email:-ms-input-placeholder {
  text-align: right; }

.register-block__form__submit {
  margin-top: 1.7rem;
  width: 21.25rem;
  padding: 1rem;
  font-size: 1.25rem;
  box-sizing: border-box; }

.register-block__form__submit-label {
  position: absolute;
  font-size: 0.875rem;
  font-weight: 400;
  font-family: "alef";
  width: 19rem;
  margin-top: .4rem;
  padding-right: 2.5rem;
  text-align: center;
  color: #fff; }

.register-block__form-input-wrapper {
  margin-top: 1rem; }

.register-block__form-text {
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "alef";
  color: #fff;
  margin-top: 5rem; }
  @media (min-width: 1112px) {
    .register-block__form-text {
      margin-top: 2rem;
      margin-right: -42rem; } }

.register-block__form-label {
  position: absolute; }

.register-block__form__submit-label__link {
  color: #fff; }

.ie10 .register-block__form__submit-label {
  float: left; }

.ie10 .register-block__form__input__email {
  direction: rtl; }

.ie10 .register-block__form__input {
  color: #7e8c92; }

.ie10 .register-block, .ie11 .register-block {
  display: block; }

.ie10 .register-block__form-input-wrapper, .ie11 .register-block__form-input-wrapper {
  position: relative;
  direction: rtl;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.ie10 .register-block__form__input, .ie11 .register-block__form__input {
  color: #7e8c92; }

.ie10 .register-block__form-text, .ie11 .register-block__form-text {
  display: block;
  margin: 5rem auto;
  width: 25rem; }
  @media (min-width: 1130px) {
    .ie10 .register-block__form-text, .ie11 .register-block__form-text {
      margin-top: 2rem;
      width: 66.5rem; } }

.refer-friend {
  padding: 2.8125rem 0;
  background: #e7ecef; }

.specialization__refer-friend .refer-friend {
  background: #fff; }

.refer-friend__img {
  display: block;
  margin: 0 auto;
  width: 6.75rem;
  height: 6.4375rem; }

.refer-friend__title {
  font-size: 3.1rem;
  font-weight: 400;
  font-family: "almoni-dl";
  padding-right: .5rem;
  margin-bottom: 2.3rem;
  text-align: center;
  color: #174fa2; }

.refer-friend__tagline {
  font-size: 1.9em;
  font-weight: 300;
  font-family: "almoni-dl";
  margin: 1.2rem 4rem 4.2rem;
  text-align: center; }

.refer-friend__tagline__text {
  padding-right: 1.5rem;
  margin: 0 auto .2rem;
  color: #1b2343;
  max-width: 46rem;
  text-align: center; }

.refer-friend__form {
  max-width: 32.5rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (min-width: 1024px) {
    .refer-friend__form {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      max-width: none; } }

.refer-friend__form__input-field {
  height: 3.4375rem;
  padding: 0 .625rem;
  border: 0.1rem solid #7e8c92;
  font-size: 1.3rem; }

.refer-friend__form__input-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

@media (min-width: 1024px) {
  .refer-friend__form__input-wrapper:nth-child(n+2) {
    margin-right: .625rem; } }

.refer-friend__form__label {
  font-size: 1.25rem;
  font-weight: 700;
  font-family: "alef";
  color: #465153;
  margin-bottom: .5rem; }

@media (min-width: 1024px) {
  .refer-friend__form__name-wrapper {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2; } }

@media (min-width: 1024px) {
  .refer-friend__form__phone-wrapper {
    width: 13.8%; } }

.refer-friend__btn {
  width: 12rem;
  height: 2.8rem;
  padding: 1.1rem 1.5rem;
  margin-top: 1.525rem;
  margin-right: 1.25rem;
  line-height: .1;
  -ms-flex-item-align: center;
      align-self: center; }

.ie10 .refer-friend,
.ie11 .refer-friend {
  display: block; }

.career__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.careers-poll__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 75rem;
  margin: 3.9875rem .5em;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around; }

.careers-poll__btn {
  width: 13.125rem;
  margin-top: 1rem;
  font-size: 1.25rem; }

.careers-poll__img {
  display: block;
  height: 4.685rem;
  margin: 5rem auto 0; }

.careers-poll__career-title {
  font-size: 2.875rem;
  font-weight: 400;
  font-family: "stanga";
  margin: 1.225rem 0;
  text-align: center; }

.career-poll__poll-wrapper {
  margin-bottom: 3.125rem; }

.careers-poll__table {
  font-size: 1.375rem;
  font-weight: 300;
  font-family: "almoni-dl";
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse; }

.careers-poll__table__head {
  background: #00b1b5;
  font-size: 1.3rem;
  color: #fff; }

.careers-poll__table__head__data {
  width: 6.875rem;
  padding: .5rem 0;
  font-weight: 400; }
  @media (min-width: 1080px) {
    .careers-poll__table__head__data {
      width: 10rem; } }

.careers-poll__table__head__data--subjects {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  margin-right: 3.5rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (min-width: 1440px) {
    .careers-poll__table__head__data--subjects {
      margin-right: 5.5rem; } }

.careers-poll__table__body {
  color: #7e8c92; }

.careers-poll__table__body__row {
  margin: 1.875rem 0;
  border-bottom: 1px solid #7e8c92; }

.careers-poll__table__body__row-header {
  font-size: 1.25rem;
  font-weight: 400;
  font-family: "alef";
  padding-right: 3.5rem;
  text-align: right; }

.careers-poll__table__body__row-data {
  padding: 1.5rem 0;
  text-align: center; }

.careers-poll__table__body__row-data__right-align {
  padding: 1.5rem 3rem;
  text-align: right; }

.career-poll__btn {
  margin-top: 3.125rem; }

.person-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2.9875rem;
  padding: 1.875rem 2.5rem;
  border: 2px solid #d6dfe4; }

.person-box__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.person-box__info__img {
  width: 8.75rem;
  height: 8.75rem;
  border-radius: 50%; }

.person-box__content__headings {
  color: #174fa2; }

.person-box__content__headings__name {
  font-size: 2.375rem;
  font-weight: 700;
  font-family: "almoni-dl";
  margin: 0; }

.person-box__content__headings__profession {
  font-size: 1.375rem;
  font-weight: 400;
  font-family: "almoni-dl";
  margin: 0; }

.person-box__info__contact-details {
  font-size: 0.75rem;
  font-weight: 400;
  font-family: "alef";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.person-box__info__contact-details__title {
  margin-bottom: .5rem;
  text-align: center; }

.person-box__info__contact-details__social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.person-box__info__contact-details__social-links__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 .9rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  text-decoration: none; }

.person-box__info__contact-details__social-links__item__img {
  width: 2.8125rem;
  height: 2.8125rem; }

.person-box__info__contact-details__social-links__item__img__title {
  margin-top: .625rem; }

.person-box__content {
  margin: .75rem 2.5625rem 0 0; }

.person-box__content__text-wrapper {
  font-size: 1.125rem;
  font-weight: 400;
  font-family: "alef";
  margin-top: 1.1625rem;
  color: #1b2343; }

.person-box__content__text-wrapper__text {
  margin: .3rem 0;
  line-height: 1.6; }

.page__content__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3rem; }

.page__content__buttons__btn:nth-child(n+1) {
  margin-left: .625rem; }

.ie10 .person-box__info__contact-details__title {
  display: none; }

.ie10 .person-box__content,
.ie11 .person-box__content {
  max-width: 65%; }
  @media (min-width: 1280px) {
    .ie10 .person-box__content,
    .ie11 .person-box__content {
      max-width: 55%; } }
  @media (min-width: 1440px) {
    .ie10 .person-box__content,
    .ie11 .person-box__content {
      max-width: 65%; } }

.page__content__text-wrapper {
  font-size: 1.2rem;
  font-weight: 400;
  font-family: "alef";
  margin-top: 2.33rem; }

.page__content__text-wrapper__text {
  margin: .3rem 0;
  line-height: 1.6;
  color: #7e8c92; }

.page__content__text-wrapper__list {
  margin: .3rem -1.5rem;
  line-height: 1.6;
  color: #7e8c92; }

.blog-post__title {
  font-size: 3.375rem;
  font-weight: 700;
  font-family: "stanga";
  margin: 0;
  color: #174fa2; }

.blog-post__sub-title {
  margin: 0;
  font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-size: 1.28rem;
  font-weight: 700;
  line-height: 1.2857rem;
  color: #000;
  padding-bottom: 1rem; }

.blog-post__content {
  font-size: 1.525rem;
  font-weight: 300;
  font-family: "almoni-dl";
  line-height: 1.4;
  color: #1b2343; }
  @media (min-width: 1440px) {
    .blog-post__content {
      font-size: 1.63rem; } }

.blog-post__social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2.5rem;
  -ms-flex-pack: distribute;
      justify-content: space-around; }

.blog-post__social-links__item {
  font-size: 1.25rem;
  font-weight: 400;
  font-family: "alef";
  width: 5.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  text-decoration: none;
  color: #000; }

.blog-post__content__img {
  max-width: 100%; }

.blog-post__social-links__item__img {
  width: 5.75rem;
  height: 5.75rem; }

.blog-post__social-links__item__title {
  margin-top: .625rem; }

.ie10 .blog-post__wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto; }

.employers__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-top: 3.325rem; }
  @media (min-width: 960px) {
    .employers__wrapper {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }

.form__textarea {
  height: 8.6rem;
  margin: .3rem 0 .6rem; }

.employers-jobs__wrapper {
  position: relative; }

.employers-jobs__add-button {
  position: absolute;
  top: 2rem;
  right: 0;
  padding-right: 2rem;
  border: 0;
  background: none;
  color: #66a1ff; }

.employers-jobs__add-icon {
  position: absolute;
  top: 2.1rem;
  right: .5rem;
  width: 1rem;
  height: 1rem;
  color: #66a1ff; }

.employers-jobs__add-textarea {
  min-height: 8.6rem;
  height: auto;
  padding-top: 1.5rem; }

.smart-agent__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 38.7rem;
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .smart-agent__form--setting {
    margin-top: 0;
    width: 100%; }

.smart-agent__form.register-4th-step {
  margin-top: 2rem; }

.smart-agent__form__header-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 37rem;
  margin: 7rem auto 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.smart-agent__form__heading {
  font-size: 4.3rem;
  font-weight: 400;
  font-family: "stanga";
  margin-top: 0;
  margin-bottom: -1rem;
  color: #174fa2; }

.smart-agent__form__tagline {
  font-size: 1.35rem;
  font-weight: 400;
  font-family: "almoni-dl";
  text-align: center; }

.smart-agent__form__tagline__text {
  margin: .3rem 0; }

.smart-agent__dropdown {
  width: 100%;
  margin: 3.125rem 0 2.5rem; }
  .smart-agent__dropdown--hidden {
    visibility: hidden; }

.smart-agent__form__group {
  width: 100%;
  margin-bottom: 4rem;
  -ms-flex-item-align: start;
      align-self: flex-start; }

.smart-agent__form__group-title {
  font-size: 1rem;
  font-weight: 700;
  font-family: "alef";
  margin: 0;
  padding-bottom: .5rem;
  color: #465153;
  border-bottom: 2px solid #d6dfe4; }

.smart-agent__form__inputs__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 1rem; }

.smart-agent__form__input-group {
  font-size: 1.125rem;
  font-weight: 400;
  font-family: "alef";
  width: 4.7rem;
  margin-top: .625rem;
  margin-left: 5.2rem; }

.smart-agent__form__input-group__label {
  margin-right: .3rem; }

.smart-agent__form__submit {
  padding: .7rem 0;
  -ms-flex-item-align: end;
      align-self: flex-end; }

.smart-agent__form__input-group.ui.checkbox {
  margin-left: 0; }

.smart-agent-settings__form__submit {
  position: absolute;
  padding-right: 1.5rem;
  -ms-flex-item-align: end;
      align-self: flex-end;
  background: #fff;
  font-size: 1.375rem;
  color: #5277ef; }

.smart-agent-settings__form-delete-agent {
  position: absolute;
  top: 0;
  padding-right: 1.7rem;
  background: #fff;
  background-size: 1.3rem;
  font-size: 1.375rem;
  color: #7e8c92; }

.smart-agent__form__link {
  display: block;
  width: 13.125rem;
  padding: .7rem 0;
  -ms-flex-item-align: end;
      align-self: flex-end;
  font-size: 1rem;
  line-height: 1;
  text-align: center;
  color: #5277ef; }

.smart-agent-settings__form__div__delete-button {
  position: relative;
  fill: currentColor;
  color: #7e8c92;
  -ms-flex-item-align: start;
      align-self: flex-start; }

.smart-agent-settings__form__div__submit-button {
  position: relative;
  right: -10rem;
  -ms-flex-item-align: end;
      align-self: flex-end;
  color: #5277ef;
  margin-bottom: 1rem; }

.smart-agent-settings__form__icon {
  position: absolute;
  z-index: 1;
  right: 1%;
  overflow: hidden;
  width: 1rem;
  height: 1.15rem; }

.smart-agent-settings__toggle-label {
  font-size: 1.375rem;
  font-weight: bold; }

.smart-agent-settings__toggle-label.label-active {
  color: #7e8c92; }

.smart-agent-settings__toggle-label.label-inactive {
  color: #fff; }

.smart-agent-toggle-checkbox {
  margin-top: .2rem; }

.cv-creator__checkbox-label {
  font-weight: 400; }

.cv-creator__form-header {
  font-size: 1.5rem;
  font-weight: 700;
  font-family: "alef";
  width: 100%; }

.license__checkbox-wrapper {
  padding-top: 0; }
  @media (min-width: 560px) {
    .license__checkbox-wrapper {
      padding-top: 2rem; } }

.smart-agent__wrapper {
  margin-top: 1.425rem; }

.smart-agent__sort {
  width: 13.75rem; }

.smart-agent__sort__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: .625rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #bdcbd4; }

.smart-agent__sort__header__title {
  font-size: 1.625rem;
  font-weight: 400;
  font-family: "almoni-dl";
  margin: 0; }

.smart-agent__sort__clean-selection {
  text-decoration: none;
  font-size: .9rem;
  color: #5277ef; }

.smart-agent__sort__sections {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (min-width: 1280px) {
    .smart-agent__sort__sections {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.smart-agent__sort__section {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }
  .smart-agent__sort__section:nth-child(n+2) {
    margin-right: .5rem; }

.smart-agent__sort__section__heading {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 11.875rem;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.smart-agent__sort__section__heading__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline; }

.smart-agent__sort__section__heading__title__arrow {
  display: none; }
  @media (min-width: 1280px) {
    .smart-agent__sort__section__heading__title__arrow {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding-top: .1rem;
      width: .625rem;
      height: .625rem; } }

.smart-agent__sort__section__heading__title__name {
  font-weight: 700;
  padding: 1.3rem .2rem 0 0;
  margin: 0; }

.smart-agent__sort__section__select {
  width: 100%;
  min-width: 11.875rem;
  height: 9rem;
  padding: .1rem .625rem;
  border: 2px solid #d6dfe4;
  overflow-y: scroll; }

.smart-agent__sort__section__select__option {
  font-size: 1rem;
  font-weight: 400;
  font-family: "alef";
  overflow: hidden;
  text-overflow: ellipsis;
  height: 1.7rem; }

.second-level-option {
  padding-right: 2.2rem; }

.short-select {
  height: 5rem; }

.smart-agent__content {
  width: 100%;
  margin-top: 2rem; }
  @media (min-width: 1280px) {
    .smart-agent__content {
      margin-top: 0;
      margin-right: 3.75rem; } }

.ie10 .smart-agent__sort__section,
.ie10 .smart-agent__content,
.ie11 .smart-agent__sort__section,
.ie11 .smart-agent__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto; }

.smart-agent-popup {
  width: 22rem;
  margin: 3rem auto; }

.smart-agent-popup__header {
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 20rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: -1rem; }

.smart-agent-popup__header__title {
  font-size: 3.6rem;
  font-weight: 700;
  font-family: "stanga";
  margin: 2.1rem 0 0;
  color: #174fa2; }

.smart-agent-popup__header__image {
  width: 8rem;
  margin: -.5rem; }

.smart-agent-popup__form {
  position: relative;
  z-index: 2;
  width: 22.3rem;
  padding: 1.8rem 2rem;
  margin-top: -2.5rem;
  background-color: #e7ecef; }

.smart-agent-popup__form__text {
  font-size: 1.4rem;
  font-weight: 300;
  font-family: "almoni-dl";
  margin: auto; }
  .smart-agent-popup__form__text--padding {
    padding-bottom: 1rem; }

.smart-agent-popup__form__content {
  margin-top: 2rem;
  padding-bottom: 1rem; }

.smart-agent__form__select {
  margin: .3rem 0 1rem; }

.smart-agent-popup__select-profession .dropdown.icon,
.smart-agent-popup__select-location .dropdown.icon,
.form__select.cv_creator .dropdown.icon {
  display: none; }

.smart-agent-popup__select-profession.ui.selection.dropdown,
.smart-agent-popup__select-location.ui.selection.dropdown {
  width: 100%;
  background: #fff url("../../images/elements/arrow-down.svg") 0.5rem 50% no-repeat;
  min-height: 2.8rem;
  border-radius: 0;
  border: 0.125rem solid #d6dfe4; }
  .smart-agent-popup__select-profession.ui.selection.dropdown > .search,
  .smart-agent-popup__select-location.ui.selection.dropdown > .search {
    padding: 0;
    font-size: 1.2rem; }
  .smart-agent-popup__select-profession.ui.selection.dropdown.multiple,
  .smart-agent-popup__select-location.ui.selection.dropdown.multiple {
    padding: 0 .1rem 0 0; }
  .smart-agent-popup__select-profession.ui.selection.dropdown .menu > .item,
  .smart-agent-popup__select-location.ui.selection.dropdown .menu > .item {
    font-size: 1.2rem; }

.smart-agent-popup__select-profession.ui.search.selection.dropdown > .text,
.smart-agent-popup__select-location.ui.search.selection.dropdown > .text {
  padding: .5rem .7rem 0;
  margin: 0;
  font-size: 1.2rem;
  color: #1b2343; }

.smart-agent-popup__no-category-select {
  height: 2.8rem; }
  .smart-agent-popup__no-category-select > .text {
    padding: .3rem; }

.smart-agent-popup__form__submit-btn {
  font-weight: 700;
  width: 100%;
  padding: .7rem 0; }

.smart-agent-list {
  width: 100%;
  margin-top: 2.2rem; }
  @media (min-width: 960px) {
    .smart-agent-list {
      width: 37.5rem; } }

.smart-agent-list__field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 2.8rem;
  padding-left: 1rem;
  margin: 0 0 1.5rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background-color: #e7ecef;
  font-size: 1.2rem;
  border: 3px solid #bdcbd4;
  border-radius: 3px; }

.smart-agent-list__add-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 2.8rem;
  margin: .3rem 0 1.5rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background-color: #fff;
  font-size: 1.2rem;
  border: 3px dashed #bdcbd4;
  border-radius: 3px;
  color: #d6dadc; }

.smart-agent-list__field__text {
  font-size: 1.25rem;
  font-weight: 400;
  font-family: "almoni-dl";
  margin: .6rem 0 0 1rem;
  line-height: 1em;
  color: #465153; }

.smart-agent-list__add-field__text {
  margin: .55rem 0 0 1rem;
  line-height: 1em;
  color: #bdcbd4; }

.smart-agent-list__add-field__image--arrow-down {
  width: .7rem;
  height: .7rem;
  margin: .85rem .7rem;
  fill: #465153;
  color: #465153; }
  .smart-agent-list__add-field__image--arrow-down--blue {
    position: absolute;
    z-index: -2;
    left: 5rem;
    top: 1.4rem;
    width: .5rem;
    height: .5rem;
    margin: 0;
    color: #5277ef; }

.smart-agent-list__add-field__image--arrow-up {
  position: relative;
  top: .2rem;
  width: .7rem;
  height: .7rem;
  margin: .2rem; }

.smart-agent-list__add-field__image--plus {
  width: 1rem;
  height: 1rem;
  margin: .7rem;
  fill: currentColor; }

.smart-agent-list__field__circle {
  font-size: 0.8rem;
  font-weight: 400;
  font-family: Arial, Verdana, sans-serif;
  border-radius: 50%;
  width: 1.3rem;
  height: 1.5rem;
  margin-top: .5rem;
  padding: 0 .2rem 1.3rem 1.1rem;
  background: #5277ef;
  border: 2px solid #5277ef;
  text-align: center;
  color: #fff; }

.smart-agent-list__field__circle--user-settings {
  font-size: 0.8rem;
  font-weight: 400;
  font-family: Arial, Verdana, sans-serif;
  display: inline-block;
  border-radius: 50%;
  margin-right: .5rem;
  width: 1.4rem;
  height: 1.4rem;
  background: #fff;
  line-height: 1.6;
  border: 2px solid #fff;
  text-align: center;
  color: #5277ef; }

.smart-agent-list__toggle {
  margin-right: auto;
  padding-top: .6rem; }
  .smart-agent-list__toggle--user-settings {
    padding: 0; }

.smart-agent-sliding__header {
  position: relative;
  width: 22.3rem;
  height: 4.1rem;
  background-color: #5277ef;
  cursor: pointer;
  color: #fff; }
  .smart-agent-sliding__header.active {
    bottom: 2.6rem; }
    .smart-agent-sliding__header.active .smart-agent-sliding__arrow-up {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }

.smart-agent-sliding__title {
  font-size: 3.6rem;
  font-weight: 700;
  font-family: "stanga";
  margin: -3.1rem 1rem 0;
  text-align: left;
  color: #fff; }

.smart-agent-sliding-popup {
  display: none; }
  @media (min-width: 768px) {
    .smart-agent-sliding-popup {
      position: fixed;
      z-index: 2;
      bottom: 3.1rem;
      left: 6.5%;
      margin: -3.1rem auto;
      display: block; } }

.smart-agent__proffesion-text {
  font-size: 1.15rem;
  font-weight: 700;
  font-family: "almoni-dl";
  position: fixed;
  z-index: -2;
  left: 1rem;
  top: 1rem;
  color: #5277ef;
  padding-bottom: .1rem;
  border-bottom: 0.15rem solid #5277ef; }

.smart-agent-sliding-popup__header__image {
  position: absolute;
  z-index: -1;
  bottom: 2rem;
  width: 8rem;
  margin-right: 14rem; }

.smart-agent-sliding-popup__form {
  -webkit-transition: all 0s, opacity .5s linear;
          transition: all 0s, opacity .5s linear; }
  .smart-agent-sliding-popup__form.active {
    margin-top: -2.6rem; }

.smart-agent-sliding__arrow-up {
  width: 2rem;
  height: 2rem;
  margin-top: 1rem;
  margin-right: 1rem;
  fill: currentColor; }

.ui.accordion .title:not(.ui) {
  font-size: 3.6rem;
  font-weight: 700;
  font-family: "stanga";
  padding: 0;
  color: #fff; }

.ui.accordion:not(.styled) .title ~ .content:not(.ui),
.ui.accordion:not(.styled) .accordion .title ~ .content:not(.ui) {
  padding: .8rem 2rem; }

.info-center__job-picker__wrapper {
  display: block;
  width: 100%; }
  @media (min-width: 760px) {
    .info-center__job-picker__wrapper .hero__job-picker__input-container {
      padding: 0px; } }
  .info-center__job-picker__wrapper .hero__job-picker__dropdown-container {
    margin: 0;
    padding: 0; }
  .info-center__job-picker__wrapper .hero__job-picker__dropdown-container__text {
    margin-left: 0px; }
  .info-center__job-picker__wrapper .ui.dropdown > .default.text, .info-center__job-picker__wrapper .ui.default.dropdown > .text {
    color: #5277ef; }
  .info-center__job-picker__wrapper .ui.selection.dropdown {
    border-radius: 0px;
    border-bottom: 0px;
    border-top: 0px; }
  .info-center__job-picker__wrapper .hero__job-picker__input {
    margin-right: 20px; }

.info-center__job-picker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2.5rem 0;
  margin: auto;
  background-color: transparent; }
  @media (min-width: 730px) {
    .info-center__job-picker {
      padding: 1.5rem 1.1875rem; } }
  @media (min-width: 960px) {
    .info-center__job-picker {
      width: 56.75rem;
      padding: 2.5rem 3rem; } }
  @media (min-width: 1280px) {
    .info-center__job-picker {
      width: 80.25rem; } }
  @media (min-width: 1920px) {
    .info-center__job-picker {
      width: 80.25rem; } }

.info-center__middle-line {
  display: none; }
  @media (min-width: 1279px) {
    .info-center__middle-line {
      position: absolute;
      top: -1.3rem;
      right: -.9rem;
      display: inline-block;
      border-right: 0.2rem solid #5277ef;
      height: 4rem; } }

.info-center__fields-dropdown {
  border-right: 3px solid #5277ef;
  height: 100%;
  margin-left: 1.5rem;
  padding-right: 1.5rem; }
  @media (min-width: 1280px) {
    .info-center__fields-dropdown {
      display: block;
      white-space: nowrap; } }

.info-center__fields-dropdown__text {
  margin: .5rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: "alef", Arial, Verdana, sans-serif;
  font-size: 1.25rem;
  border: 0;
  min-width: 9rem;
  max-width: 9rem;
  overflow: hidden;
  text-overflow: ellipsis; }
  @media (min-width: 760px) {
    .info-center__fields-dropdown__text {
      margin: 1rem 1.5rem 1rem .5rem; } }

.info-center__fields-dropdown__icon {
  margin-bottom: .6rem; }
  @media (min-width: 760px) {
    .info-center__fields-dropdown__icon {
      margin-bottom: 1rem; } }
  @media (min-width: 1920px) {
    .info-center__fields-dropdown__icon {
      margin-bottom: 1rem; } }

.info-center__fields-dropdown .menu {
  width: 100%; }

.info-center__dropdown-container-arrow {
  position: relative;
  right: 1rem; }

.info-center__input-container {
  border: 3px solid #5277ef;
  border-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  color: #000; }
  @media (min-width: 1920px) {
    .info-center__input-container {
      width: 31.25rem; } }

.info-center__wrapper {
  margin-left: 2rem; }

.btn--info-center {
  width: 8rem;
  margin-bottom: 2rem;
  font-size: 1.2rem;
  border-width: 3px;
  float: left;
  color: #5277ef; }

.info-center__blog__delimiter {
  width: 100%;
  clear: both; }

.info-center-picker__input {
  margin: .5rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: "alef", Arial, Verdana, sans-serif;
  font-size: 1.25rem;
  border: 0; }
  @media (min-width: 760px) {
    .info-center-picker__input {
      margin: 1rem 1.5rem 1rem .5rem; } }

.ie10 .hero__job-picker__input,
.ie11 .hero__job-picker__input {
  color: #7e8c92; }

.register-circle {
  width: 4.5rem;
  height: 4.5rem;
  margin-bottom: 1rem; }

.circle-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.register-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.register__heading {
  margin-top: 2rem;
  text-align: center; }
  .register__heading--spaced {
    margin-bottom: 1.8rem; }

.register__title {
  font-size: 4rem;
  font-weight: 700;
  font-family: "stanga";
  margin: 0;
  color: #174fa2; }
  .register__title--3rd-step {
    margin-bottom: -1rem; }

.register__tagline {
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "almoni-dl";
  margin: 0; }
  .register__tagline--3rd-step {
    padding-right: 1rem;
    font-size: 1.2rem; }

.register__heading__tagline__link {
  color: #66a1ff;
  text-decoration: none; }

.register__file-upload {
  position: relative;
  background: #fff url("../../images/illustrations/cloud.png") no-repeat 9rem 4rem;
  background-size: 17rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 37.5rem;
  height: 28.75rem;
  margin-top: 3.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 3px dashed #d6dfe4;
  border-radius: 2%; }

.register__file-upload__input {
  display: none; }

.register__file-upload__btn {
  position: absolute;
  top: 21.5rem;
  left: 9.5rem;
  width: 17.9rem;
  height: 2.9rem;
  padding: .9rem 0;
  font-size: 1.4rem;
  pointer-events: none;
  cursor: pointer; }

.register__box__header {
  padding: .5625rem .2em;
  border-bottom: 2px solid #bdcbd4; }

.register__box__header__title {
  font-size: 1em;
  font-weight: 700;
  font-family: "alef";
  margin: 0;
  color: #465153; }
  .register__box__header__title span {
    font-size: .8em; }

.register__box {
  padding-top: .5rem; }

.register__box__content {
  margin-bottom: .5rem;
  padding: 1.25rem 0 .9375rem; }
  .register__box__content--pull-top {
    padding-top: 0; }
  .register__box__content--wide {
    width: 38.5rem; }

.register__box__big-link {
  font-size: 1.6em;
  font-weight: 400;
  font-family: "almoni-dl";
  letter-spacing: -.4px;
  text-decoration: none;
  color: #5277ef; }

.register__form-container {
  height: 40rem;
  max-width: 37rem;
  margin: 0 auto; }

.register__space {
  padding-bottom: 20rem; }

.register-pick-job__wrapper {
  display: none;
  width: 38.5rem;
  height: 20rem;
  margin: -2.5rem 0 2rem;
  border: 0.1rem solid #e7ecef;
  background-color: #e7ecef; }

.register-pick-job {
  position: relative;
  display: inline-block;
  height: 19rem;
  margin: 0 1rem;
  font-size: 1.2rem;
  font-weight: 700;
  font-family: "almoni-dl";
  color: #465153; }

.register-pick-job-title {
  font-size: 1.1rem;
  font-weight: 700;
  font-family: "alef";
  padding-top: .9rem; }

.register-pick-job-childs {
  margin-right: 12rem; }

.register-pick-job-list {
  position: absolute;
  width: 17rem;
  height: 15rem;
  padding: 0;
  margin-top: -.5rem;
  background-color: #fff;
  font-size: 1.2rem;
  list-style: none;
  overflow-y: auto;
  border: 0.1rem solid #d6dadc; }

.register-pick-job-item {
  width: 100%;
  list-style-type: none;
  padding-right: .5rem;
  background-color: #fff;
  line-height: 1.6;
  cursor: pointer; }
  .register-pick-job-item--selected {
    color: #66a1ff; }
  .register-pick-job-item--category-selected {
    background-color: #5277ef;
    color: #fff; }

.register-pick-job-plus {
  font-size: 1rem;
  font-weight: 700;
  font-family: "almoni-dl";
  margin: 0 .3rem;
  color: #000; }

.register-pick-job-plus--selected {
  font-size: 1rem;
  font-weight: 700;
  font-family: "almoni-dl";
  top: .5rem;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin: 0;
  background-color: #5277ef;
  line-height: 1;
  text-align: center;
  color: #fff;
  border-radius: 50%; }

.register-3rd-step__input-text.default.text {
  font-size: 1.1rem;
  font-weight: 700;
  font-family: "almoni-dl";
  color: #5277ef; }

.register-job-picker__arrow-wrapper {
  padding-top: .2rem;
  width: .7rem;
  height: .7rem; }

.register-job-picker {
  font-size: 1.3rem;
  font-weight: 700;
  font-family: "almoni-dl";
  width: 9rem;
  position: relative;
  top: -1.1rem;
  right: 28rem;
  color: #5277ef;
  cursor: pointer; }

.register-job-picker__arrow {
  fill: currentColor;
  display: block; }

.form__content__flex-wrapper__spacer label {
  display: inline-block; }

.branches__container {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 1.325rem; }

.branches__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2.5rem 1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around; }
  @media (min-width: 750px) {
    .branches__content {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }

.branches__table {
  width: 100%;
  margin-left: 2rem; }
  @media (min-width: 750px) {
    .branches__table {
      max-width: 28rem; } }
  @media (min-width: 900px) {
    .branches__table {
      max-width: 32.5rem;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }
  .branches__table.page__content__table__th {
    background-color: #e7ecef; }

.branches__content__map {
  width: auto;
  padding: 0 1rem; }
  @media (min-width: 1100px) {
    .branches__content__map {
      width: 45rem; } }

.branches__content__map__item {
  width: 100%; }

.specialization__tagline {
  font-size: 1.8em;
  font-weight: 100;
  font-family: "almoni-dl";
  letter-spacing: -1px; }
  .specialization__tagline p {
    margin: 0 .75rem; }

.specialization__heading {
  font-size: 3.2em;
  font-weight: 400;
  font-family: "almoni-dl";
  margin: 3.9rem 0;
  color: #174fa2;
  letter-spacing: -1px;
  border-bottom: 1px solid #e7ecef;
  padding-bottom: 1.2rem; }

.specialization__title {
  font-size: 3rem;
  font-weight: 400;
  font-family: "almoni-dl";
  padding: 1rem 0;
  margin-right: 4.1rem; }

.specialization__button-wrapper {
  margin-top: -.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.btn--specialization-page {
  margin-right: 4.2rem;
  width: 15rem; }

.clients__carousel {
  height: 15rem; }

.slick-dots {
  position: relative;
  top: 10.8rem;
  right: 1.9rem; }
  .slick-dots li {
    margin: .6rem; }
    .slick-dots li button:before {
      font-size: 1.8rem;
      color: #fff;
      opacity: 1; }
    .slick-dots li.slick-active button:before {
      color: #00b1b5; }

.functionaries {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.functionaries__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: -1.5rem; }
  @media screen and (max-width: 768px) {
    .functionaries__container {
      -ms-flex-pack: distribute;
          justify-content: space-around; } }

.functionary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 17rem; }

.functionary__inner {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 1rem .9rem 3rem;
  margin-bottom: 1rem;
  border: 2px solid #e7ecef; }

.functionary__social {
  position: absolute;
  bottom: .8rem; }

.functionary__inner__red {
  border-bottom: 7px solid #ff1145; }

.functionary__inner__blue {
  border-bottom: 7px solid #5277ef; }

.functionary__inner__dark-blue {
  border-bottom: 7px solid #174fa2; }

.functionary__inner__dark-azure {
  border-bottom: 7px solid #349ab7; }

.functionary__social-links__item {
  margin: 0 0 0 .5rem; }

.functionary__inner__img-box {
  text-align: center; }

.functionary__name {
  font-size: 2.4em;
  font-weight: 700;
  font-family: "almoni-dl";
  margin: 1.5rem 0 0;
  color: #174fa2; }

.functionary__role {
  font-size: 1.5em;
  font-weight: 400;
  font-family: "almoni-dl";
  margin: 0;
  color: #174fa2;
  letter-spacing: -1px; }

.functionary__text {
  font-size: 1.1em;
  font-weight: 400;
  font-family: "alef";
  line-height: 1.7; }

.page-not-found__text-wrapper {
  margin-top: -10rem;
  -ms-flex-item-align: baseline;
      align-self: baseline; }

.settings__box {
  box-shadow: 0 0 3px #465153; }

.user-settings__box__content {
  border-top: 0;
  margin-bottom: 3.75rem;
  padding: 1.25rem 2.1875rem .9375rem; }
  .user-settings__box__content--wider {
    padding: 1.25rem 0 .9375rem; }

.settings__btn-create-new-agent {
  width: 100%;
  padding: .5rem 2rem;
  margin: 0 0 1rem;
  border: 4px dashed #d6dadc;
  background: #fff;
  font-size: 1.375rem;
  text-align: right;
  color: #d6dadc;
  opacity: .5; }

.settings__btn__svg-create-new-agent {
  vertical-align: middle;
  width: 2rem; }

.settings__box__notification {
  padding: 1.25rem .85rem .55rem 2.15rem; }

.user-settings__box__header {
  background-color: #5277ef;
  color: #fff;
  padding: .5625rem 1.5125rem; }
  .user-settings__box__header--light {
    background-color: #e7ecef;
    color: #465153; }
    .user-settings__box__header--light span {
      font-size: .8em; }

.user-settings__box__header--error {
  background-color: #be113a; }

.user-settings__table__heading {
  margin: 0;
  font-size: 1.4rem; }

.user-settings__box__header--smart-agent-settings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: .5625rem 1rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #5277ef;
  color: #fff;
  cursor: pointer; }
  .user-settings__box__header--smart-agent-settings--light {
    background-color: #e7ecef;
    color: #465153; }
    .user-settings__box__header--smart-agent-settings--light .toggle-checkbox-label {
      font-weight: normal; }

.settings__box__header__title {
  font-size: 1.41em;
  font-weight: 700;
  font-family: "almoni-dl";
  width: 50%;
  margin: 0;
  letter-spacing: -1px; }

.blue__rule {
  background-color: #5277ef;
  border-color: #5277ef;
  clear: both;
  color: #5277ef;
  opacity: .15; }

.settings__content {
  margin-top: 2.4125rem; }
  @media (min-width: 675px) {
    .settings__content {
      max-width: 42.188rem;
      -ms-flex-item-align: center;
          align-self: center; } }
  @media (min-width: 675px) {
    .settings__content--wider {
      max-width: 48rem; } }
  .settings__content--user-settings {
    width: 42rem; }

.user-settings__box__profile-pic {
  border-radius: 50%;
  width: 100%;
  margin: -1rem; }
  .user-settings__box__profile-pic--smaller {
    width: 5.9rem;
    height: 5.9rem;
    border-radius: 50%; }

.form__content__mini-facebook {
  height: .6875rem;
  margin-left: .5rem;
  width: .6875rem; }

.user-settings__field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 2rem;
  width: 43rem; }

.user-settings__field__title {
  color: #000;
  display: block;
  font-size: 1.3rem;
  font-weight: normal; }

.user-settings__field__description {
  color: #7e8c92;
  font-size: .9rem;
  font-weight: normal; }

.user-settings__submit-btn {
  font-size: 1.25em;
  font-weight: 400;
  font-family: "almoni-dl";
  background: transparent;
  background-size: .9em;
  border: 0;
  color: #5277ef;
  float: left; }
  .user-settings__submit-btn--success {
    color: #388E3C; }
  .user-settings__submit-btn--error {
    color: #be113a; }

.job-history__content__menu__page-num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
