@charset "UTF-8";
@font-face {
  src: url("/static/fonts/OpenSans-Regular.eot");
  src: url("/static/fonts/OpenSans-Regular.eot?#iefix") format("embedded-opentype"), url("/static/fonts/OpenSans-Regular.svg#OpenSans-Regular") format("svg"), url("/static/fonts/OpenSans-Regular.ttf") format("truetype"), url("/static/fonts/OpenSans-Regular.woff") format("woff"), url("/static/fonts/OpenSans-Regular.woff2") format("woff2");
  font-family: "OpenSans-Regular";
  font-style: normal;
  font-weight: normal; }

@font-face {
  src: url("/static/fonts/OpenSans-Bold.eot");
  src: url("/static/fonts/OpenSans-Bold.eot?#iefix") format("embedded-opentype"), url("/static/fonts/OpenSans-Bold.svg#OpenSans-Bold") format("svg"), url("/static/fonts/OpenSans-Bold.ttf") format("truetype"), url("/static/fonts/OpenSans-Bold.woff") format("woff"), url("/static/fonts/OpenSans-Bold.woff2") format("woff2");
  font-family: "OpenSans-Bold";
  font-style: normal;
  font-weight: normal; }

@font-face {
  src: url("/static/fonts/Nunito-Bold.eot");
  src: url("/static/fonts/Nunito-Bold.eot?#iefix") format("embedded-opentype"), url("/static/fonts/Nunito-Bold.svg#OpenSans-Bold") format("svg"), url("/static/fonts/Nunito-Bold.ttf") format("truetype"), url("/static/fonts/Nunito-Bold.woff") format("woff"), url("/static/fonts/Nunito-Bold.woff2") format("woff2");
  font-family: "Nunito-Bold";
  font-style: normal;
  font-weight: normal; }

*,
*:before,
*:after {
  box-sizing: border-box; }

html,
body,
button,
h1,
h2,
h3,
h4,
ol,
ul {
  padding: 0;
  margin: 0;
  border: 0;
  font-weight: normal; }

input,
textarea,
select {
  border-radius: 0;
  outline: none; }
  input:hover, input:focus, input:active,
  textarea:hover,
  textarea:focus,
  textarea:active,
  select:hover,
  select:focus,
  select:active {
    outline: none; }

button {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none; }

.heading p,
.text p {
  margin: 0; }

div,
header,
footer,
nav,
form,
label {
  display: flex; }

a {
  display: inline-flex;
  text-decoration: none;
  color: #2a2a2a; }
  a:hover {
    text-decoration: none; }

svg {
  fill: #004766;
  width: 100%;
  height: 100%; }

u {
  text-decoration: underline; }

b {
  font-family: "OpenSans-Bold"; }

i {
  font-style: italic; }

s {
  text-decoration: line-through; }

.text-align-center .text,
.text-align-left .text,
.text-align-right .text,
.text-align-justify .text {
  display: inline-block; }

.text-align-left {
  margin: 0 auto 0 0;
  text-align: left; }

.text-align-center {
  margin: 0 auto;
  text-align: center; }

.text-align-right {
  margin: 0 0 0 auto;
  text-align: right; }

.text-align-justify {
  text-align: justify; }

.hidden {
  display: none; }

.component {
  width: 100%;
  flex-flow: column nowrap;
  position: relative; }
  @media only screen and (min-width: 992px) {
    .component > .heading {
      padding-right: 30px;
      padding-left: 30px; } }

/* rich text editor styling */
.group .list,
.group .text,
.group h1,
.group h2,
.group h3,
.group h4 {
  max-width: 780px; }

.group .text {
  width: 100%;
  display: inline-block; }
  .group .text p {
    margin: 0; }
  .group .text a {
    color: #f9234b; }
    .group .text a:hover, .group .text a:active, .group .text a:focus {
      opacity: 0.7; }

/* stylelint-disable selector-no-qualifying-type */
div[data-rte-doc="true"] {
  width: 100%;
  flex-direction: column; }
  div[data-rte-doc="true"] div {
    width: 100%;
    display: inline-block; }

/* stylelint-enable selector-no-qualifying-type */
/* Page layout  */
body,
input,
textarea,
select {
  font-family: "OpenSans-Regular";
  font-size: 16px;
  line-height: 25px;
  color: #2a2a2a; }
  body.no-scroll,
  input.no-scroll,
  textarea.no-scroll,
  select.no-scroll {
    overflow: hidden; }

.link {
  font-family: "Nunito-Bold";
  font-size: 16px;
  cursor: pointer; }

.anchor-link {
  height: 0;
  visibility: hidden; }

html,
body {
  height: 100%; }

.page {
  width: 100%;
  min-height: 100%;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  z-index: 0; }

.page-wrapper {
  flex-direction: column;
  align-items: center;
  scroll-behavior: smooth; }
  .page-wrapper.with-header {
    padding-top: 70px; }
    @media only screen and (min-width: 992px) {
      .page-wrapper.with-header {
        padding-top: 90px; } }

/* Property classes */
.bg-white {
  background: #ffffff; }

.bg-text {
  background: #2a2a2a; }

.bg-color-1 {
  background: #f9234b; }

.bg-color-2 {
  background: #004766; }

.bg-color-3 {
  background: #c3c3c3; }

.bg-color-4 {
  background: #f2f6f8; }

.border-color-1 {
  border: 1px solid #f9234b; }

.border-color-2 {
  border: 1px solid #004766; }

.border-color-3 {
  border: 1px solid #c3c3c3; }

.border-color-4 {
  border: 1px solid #f2f6f8; }

.color-white {
  color: #ffffff; }

.color-1 {
  color: #f9234b; }

.color-2 {
  color: #004766; }

.color-3 {
  color: #c3c3c3; }

.color-4 {
  color: #f2f6f8; }

/* Content */
/* Headings */
h1,
h2,
h3,
h4 {
  padding-bottom: 20px;
  word-break: break-word; }

h1 {
  font-family: "Nunito-Bold";
  font-size: 40px;
  letter-spacing: 0;
  line-height: 40px;
  color: #f9234b; }
  @media only screen and (min-width: 992px) {
    h1 {
      font-size: 60px;
      line-height: 60px; } }

h2 {
  font-family: "Nunito-Bold";
  font-size: 28px;
  letter-spacing: 0;
  line-height: 25px;
  color: #004766; }
  @media only screen and (min-width: 992px) {
    h2 {
      font-size: 28px;
      line-height: 25px; } }

h3 {
  font-family: "Nunito-Bold";
  font-size: 22px;
  letter-spacing: 0;
  line-height: 22px;
  color: #004766; }
  @media only screen and (min-width: 992px) {
    h3 {
      font-size: 22px;
      line-height: 22px; } }

h4 {
  font-family: "Nunito-Bold";
  font-size: 18px;
  letter-spacing: 0;
  line-height: 20px;
  color: #004766; }
  @media only screen and (min-width: 992px) {
    h4 {
      font-size: 18px;
      line-height: 20px; } }

.text,
.list,
.btn-group {
  padding-bottom: 20px;
  word-break: break-word; }
  .text:last-child,
  .list:last-child,
  .btn-group:last-child {
    padding-bottom: 0; }

a,
.link-group {
  word-break: break-word; }

.full-width {
  width: 100%; }

/* List */
.list,
.vacancy-accordion ul,
.text ul,
.text ol {
  padding-left: 20px; }

.list-unordered,
.vacancy-accordion ul,
.text ul {
  list-style-type: none; }
  .list-unordered li,
  .vacancy-accordion ul li,
  .text ul li {
    padding-left: 20px;
    position: relative; }
    .list-unordered li li:before,
    .vacancy-accordion ul li li:before,
    .text ul li li:before {
      content: none; }
    .list-unordered li:before,
    .vacancy-accordion ul li:before,
    .text ul li:before {
      content: "";
      width: 10px;
      height: 10px;
      position: absolute;
      top: 7.27273px;
      left: -15px;
      border-radius: 30px;
      background: #f9234b; }

@media all and (min--moz-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  br {
    margin-top: 8.33333px;
    margin-bottom: 8.33333px; } }

/* Spacer */
.spacer.spacer-size-sm {
  height: 10px;
  min-height: 10px; }

.spacer.spacer-size-md {
  height: 20px;
  min-height: 20px; }

.spacer.spacer-size-lg {
  height: 40px;
  min-height: 40px; }

.spacer.spacer-size-xl {
  height: 80px;
  min-height: 80px; }

/* Video */
.video {
  width: 100%; }
  .group.group-vertical-align-fill .video {
    height: 100%; }
    .group.group-vertical-align-fill .video .video-wrapper {
      height: auto; }
    .group.group-vertical-align-fill .video img {
      height: 100%; }
  .video iframe,
  .video video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 0; }

.video-wrapper.placeholder {
  height: auto;
  padding: 0; }
  .layout-3 .video-wrapper.placeholder,
  .layout-4 .video-wrapper.placeholder {
    height: auto;
    padding: 0; }
  @media only screen and (min-width: 992px) {
    .video-wrapper.placeholder {
      height: 0;
      padding-bottom: 56.25%; } }

.placeholder-video {
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1; }
  .placeholder-video.hidden {
    display: none; }
  .layout-3 .placeholder-video,
  .layout-4 .placeholder-video {
    position: relative; }
  @media only screen and (min-width: 992px) {
    .placeholder-video {
      position: absolute; } }
  @media only screen and (min-width: 992px) {
    .placeholder-video {
      position: absolute; } }

.placeholder-accept-consent {
  width: 100%;
  padding: 30px;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  position: relative;
  text-align: center;
  background: rgba(33, 33, 33, 0.59);
  overflow: hidden; }

.placeholder-logo {
  width: 70px;
  height: auto;
  margin-bottom: 30px; }

.placeholder-text {
  max-width: 700px;
  margin-bottom: 30px;
  color: #ffffff; }

.placeholder-btn {
  border-radius: 3px;
  background: #f9234b; }

.placeholder-poster-image {
  min-width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #212121;
  background-position: cover;
  transform: translate(-50%, -50%);
  z-index: -1; }

.aspect-16-9 .video-wrapper,
.aspect-9-16 .video-wrapper,
.aspect-4-3 .video-wrapper {
  height: auto;
  padding-bottom: 0; }

.aspect-16-9 video,
.aspect-9-16 video,
.aspect-4-3 video {
  object-fit: cover; }

.aspect-16-9 .video-wrapper {
  aspect-ratio: 16 / 9; }

.aspect-9-16 .video-wrapper {
  aspect-ratio: 9 / 16; }

.aspect-4-3 .video-wrapper {
  aspect-ratio: 4 / 3; }

.video-wrapper {
  width: 100%;
  height: 0;
  padding: 0;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden; }

.image-link {
  height: 100%; }

.image img {
  transition: all 0.2s ease-in-out; }

@media only screen and (min-width: 768px) {
  .image {
    overflow: hidden; } }

/* Image */
img {
  object-fit: cover; }

/* Card */
.col-md-3 .card .image,
.col-md-4 .card .image {
  height: 250px; }
  .col-md-3 .card .image .image-wrapper,
  .col-md-4 .card .image .image-wrapper {
    height: 100%; }

.col-md-3 .card .card-body,
.col-md-4 .card .card-body {
  flex: 1 0 auto; }
  .col-md-3 .card .card-body .text,
  .col-md-4 .card .card-body .text {
    flex: 1 0 auto; }

.card {
  width: 100%;
  flex-direction: column;
  box-shadow: 0 0 10px 0 rgba(199, 199, 199, 0.5); }
  .card .image {
    height: 300px; }
    .card .image .image-wrapper {
      height: 100%; }
  @media only screen and (min-width: 992px) {
    .card.card-spacer-sm {
      margin-bottom: 10px; } }
  @media only screen and (min-width: 992px) {
    .card.card-spacer-md {
      margin-bottom: 20px; } }
  @media only screen and (min-width: 992px) {
    .card.card-spacer-lg {
      margin-bottom: 40px; } }
  @media only screen and (min-width: 992px) {
    .card.card-spacer-xl {
      margin-bottom: 80px; } }

.card-body {
  padding: 30px;
  flex-direction: column;
  background: #ffffff; }
  .card-body .text {
    flex-flow: column nowrap; }
  .card-body svg {
    width: 13px;
    height: 13px; }

/* Metadata */
.banner-vacancy .metadata-body,
.vacancy-sticky .metadata-body {
  justify-content: flex-start; }

.banner-vacancy .metadata,
.vacancy-sticky .metadata {
  width: 100%;
  flex-flow: column nowrap; }
  .banner-vacancy .metadata .metadata-list,
  .vacancy-sticky .metadata .metadata-list {
    display: flex;
    flex-flow: column nowrap; }
    .banner-vacancy .metadata .metadata-list.metadata-row,
    .vacancy-sticky .metadata .metadata-list.metadata-row {
      width: 100%;
      flex-flow: row wrap; }
      .banner-vacancy .metadata .metadata-list.metadata-row:first-child,
      .vacancy-sticky .metadata .metadata-list.metadata-row:first-child {
        padding-right: 0; }
      .banner-vacancy .metadata .metadata-list.metadata-row li,
      .vacancy-sticky .metadata .metadata-list.metadata-row li {
        width: auto;
        padding-right: 30px; }
    .banner-vacancy .metadata .metadata-list:first-child,
    .vacancy-sticky .metadata .metadata-list:first-child {
      padding-right: 10px; }
    .banner-vacancy .metadata .metadata-list li,
    .vacancy-sticky .metadata .metadata-list li {
      padding: 0;
      margin-bottom: 20px; }
    @media only screen and (min-width: 992px) {
      .banner-vacancy .metadata .metadata-list,
      .vacancy-sticky .metadata .metadata-list {
        width: 50%; } }
  @media only screen and (min-width: 992px) {
    .banner-vacancy .metadata,
    .vacancy-sticky .metadata {
      flex-flow: row nowrap; } }

.vacancy-item .metadata {
  flex-direction: column; }
  .vacancy-item .metadata li {
    padding-bottom: 10px; }
    .vacancy-item .metadata li.publication-date .date-metadata {
      padding-left: 5px; }

.vacancy-item .metadata-list {
  flex-direction: column; }
  .vacancy-item .metadata-list.metadata-row {
    flex-flow: row wrap; }
    .vacancy-item .metadata-list.metadata-row li {
      padding-right: 15px; }

.metadata {
  display: flex; }
  .metadata .first-column {
    padding-right: 60px;
    flex-direction: column; }
  .metadata .second-column {
    flex-direction: column; }
  .metadata li {
    padding-bottom: 20px;
    display: flex;
    flex-direction: row; }

.company-logo {
  max-width: 200px;
  padding-bottom: 10px; }

.metadata-text {
  padding-left: 20px;
  hyphens: auto; }

.metadata-icon {
  height: 25px;
  align-items: center; }
  .metadata-icon + .metadata-text {
    padding-left: 10px; }
  .metadata-icon svg,
  .metadata-icon .icon {
    width: 20px;
    height: 20px; }

.margin-min-sm {
  margin-top: -20px; }

.margin-min-md {
  margin-top: -60px; }

.margin-min-lg {
  margin-top: -100px; }

.margin-min-lg-xl {
  margin-top: -150px; }

.margin-min-xl {
  margin-top: -200px; }

.visually-hidden {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal;
  white-space: nowrap;
  overflow: hidden; }

.icon {
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat; }

.row {
  width: 100%;
  max-width: 1180px;
  padding: 0 16px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  position: relative; }
  .row.full-width-content {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr)); }
  .row.full-width-background {
    max-width: none; }
  .row.under-row {
    z-index: -1; }
  @media only screen and (min-width: 1212px) {
    .row {
      padding: 0; } }

.row-wrapper {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr)); }
  .row-gutter .row-wrapper {
    grid-gap: 32px 0; }
    @media only screen and (min-width: 1212px) {
      .row-gutter .row-wrapper {
        grid-gap: 0 32px; } }
  .full-width-content .row-wrapper {
    max-width: none; }

.col {
  flex-flow: column nowrap;
  grid-column: span 12;
  position: relative; }
  .col.bg-video {
    z-index: 1; }
  .col:not(.bg-color) + .col.bg-color {
    margin-top: -32px; }
    @media only screen and (min-width: 768px) {
      .col:not(.bg-color) + .col.bg-color {
        margin-top: 0; } }

.col-1 {
  grid-column: span 1; }

@media only screen and (min-width: 768px) {
  .col-sm-1 {
    grid-column: span 1; } }

@media only screen and (min-width: 992px) {
  .col-md-1 {
    grid-column: span 1; } }

.col-2 {
  grid-column: span 2; }

@media only screen and (min-width: 768px) {
  .col-sm-2 {
    grid-column: span 2; } }

@media only screen and (min-width: 992px) {
  .col-md-2 {
    grid-column: span 2; } }

.col-3 {
  grid-column: span 3; }

@media only screen and (min-width: 768px) {
  .col-sm-3 {
    grid-column: span 3; } }

@media only screen and (min-width: 992px) {
  .col-md-3 {
    grid-column: span 3; } }

.col-4 {
  grid-column: span 4; }

@media only screen and (min-width: 768px) {
  .col-sm-4 {
    grid-column: span 4; } }

@media only screen and (min-width: 992px) {
  .col-md-4 {
    grid-column: span 4; } }

.col-5 {
  grid-column: span 5; }

@media only screen and (min-width: 768px) {
  .col-sm-5 {
    grid-column: span 5; } }

@media only screen and (min-width: 992px) {
  .col-md-5 {
    grid-column: span 5; } }

.col-6 {
  grid-column: span 6; }

@media only screen and (min-width: 768px) {
  .col-sm-6 {
    grid-column: span 6; } }

@media only screen and (min-width: 992px) {
  .col-md-6 {
    grid-column: span 6; } }

.col-7 {
  grid-column: span 7; }

@media only screen and (min-width: 768px) {
  .col-sm-7 {
    grid-column: span 7; } }

@media only screen and (min-width: 992px) {
  .col-md-7 {
    grid-column: span 7; } }

.col-8 {
  grid-column: span 8; }

@media only screen and (min-width: 768px) {
  .col-sm-8 {
    grid-column: span 8; } }

@media only screen and (min-width: 992px) {
  .col-md-8 {
    grid-column: span 8; } }

.col-9 {
  grid-column: span 9; }

@media only screen and (min-width: 768px) {
  .col-sm-9 {
    grid-column: span 9; } }

@media only screen and (min-width: 992px) {
  .col-md-9 {
    grid-column: span 9; } }

.col-10 {
  grid-column: span 10; }

@media only screen and (min-width: 768px) {
  .col-sm-10 {
    grid-column: span 10; } }

@media only screen and (min-width: 992px) {
  .col-md-10 {
    grid-column: span 10; } }

.col-11 {
  grid-column: span 11; }

@media only screen and (min-width: 768px) {
  .col-sm-11 {
    grid-column: span 11; } }

@media only screen and (min-width: 992px) {
  .col-md-11 {
    grid-column: span 11; } }

.col-12 {
  grid-column: span 12; }

@media only screen and (min-width: 768px) {
  .col-sm-12 {
    grid-column: span 12; } }

@media only screen and (min-width: 992px) {
  .col-md-12 {
    grid-column: span 12; } }

.bg-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

.bg-video > .video,
.bg-video .row-wrapper > .video,
.col.bg-video > .video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1; }

.hide-on-mobile.hide-in-css {
  display: none; }
  @media only screen and (min-width: 768px) {
    .hide-on-mobile.hide-in-css.full-width-content {
      display: grid; } }
  @media only screen and (min-width: 768px) {
    .hide-on-mobile.hide-in-css {
      display: flex; } }

@media only screen and (min-width: 768px) {
  .hide-on-tablet.hide-in-css.full-width-content {
    display: none; } }

@media only screen and (min-width: 1030px) {
  .hide-on-tablet.hide-in-css.full-width-content {
    display: grid; } }

@media only screen and (min-width: 768px) {
  .hide-on-tablet.hide-in-css {
    display: none; } }

@media only screen and (min-width: 1030px) {
  .hide-on-tablet.hide-in-css {
    display: flex; } }

@media only screen and (min-width: 1030px) {
  .hide-on-desktop.hide-in-css.full-width-content {
    display: none; } }

@media only screen and (min-width: 1030px) {
  .hide-on-desktop.hide-in-css {
    display: none; } }

@media only screen and (min-width: 992px) {
  .row.full-width-background:not(.bg-color):not(.bg-image) :not(.full-width-content) .col.bg-color:first-child:before,
  .row.full-width-background:not(.bg-color):not(.bg-image) :not(.full-width-content) .col.bg-color:last-child:before {
    content: "";
    width: 100vw;
    height: 100%;
    position: absolute;
    top: 0;
    right: 100%;
    background: inherit;
    z-index: -1; } }

@media only screen and (min-width: 992px) {
  .row.full-width-background:not(.bg-color):not(.bg-image) :not(.full-width-content) .col.bg-color:first-child:last-child:before,
  .row.full-width-background:not(.bg-color):not(.bg-image) :not(.full-width-content) .col.bg-color:last-child:last-child:before {
    right: auto;
    left: 100%; } }

@media only screen and (min-width: 992px) {
  .row.full-width-background:not(.bg-color):not(.bg-image) :not(.full-width-content).col-md-6:first-child .group.full-width:only-child .image img, .row.full-width-background:not(.bg-color):not(.bg-image) :not(.full-width-content).col-md-6:last-child .group.full-width:only-child .image img {
    min-width: 50vw;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0; } }

@media only screen and (min-width: 992px) {
  .row.full-width-background:not(.bg-color):not(.bg-image) :not(.full-width-content).col-md-6:last-child .group.full-width:only-child .image img {
    right: auto;
    left: 0; } }

.slider {
  width: 100%;
  flex-flow: column nowrap; }

.slider-container {
  width: 100%;
  flex-flow: row nowrap; }
  @media only screen and (min-width: 992px) {
    .slider-container {
      width: calc(100% + 30px);
      margin: 0 -15px;
      flex-flow: row nowrap; } }
  @media only screen and (min-width: 1200px) {
    .slider-container {
      width: 100%;
      margin: 0; } }

@media only screen and (min-width: 992px) {
  .slider.one .slide-item,
  .slider.one .vacancy-item-cell,
  .slider-container.one .slide-item,
  .slider-container.one .vacancy-item-cell {
    min-width: calc(100%);
    flex-basis: calc(100%); } }

@media only screen and (min-width: 992px) {
  .slider.twos .slide-item,
  .slider.twos .vacancy-item-cell,
  .slider-container.twos .slide-item,
  .slider-container.twos .vacancy-item-cell {
    min-width: calc(100% / 2);
    flex-basis: calc(100% / 2); } }

@media only screen and (min-width: 992px) {
  .slider.thirds .slide-item,
  .slider.thirds .vacancy-item-cell,
  .slider-container.thirds .slide-item,
  .slider-container.thirds .vacancy-item-cell {
    min-width: calc(100% / 3);
    flex-basis: calc(100% / 3); } }

@media only screen and (min-width: 992px) {
  .slider.fours .slide-item,
  .slider.fours .vacancy-item-cell,
  .slider-container.fours .slide-item,
  .slider-container.fours .vacancy-item-cell {
    min-width: calc(100% / 4);
    flex-basis: calc(100% / 4); } }

@media only screen and (min-width: 992px) {
  .slider.fives .slide-item,
  .slider.fives .vacancy-item-cell,
  .slider-container.fives .slide-item,
  .slider-container.fives .vacancy-item-cell {
    min-width: calc(100% / 5);
    flex-basis: calc(100% / 5); } }

.slider-wrapper {
  flex-flow: column nowrap;
  position: relative;
  overflow: hidden; }
  @media only screen and (min-width: 992px) {
    .col-md-12 .slider-wrapper.infinity-slider {
      overflow: visible; } }
  @media only screen and (min-width: 992px) {
    .slider-wrapper.infinity-slider {
      overflow: hidden; } }
  @media only screen and (min-width: 1200px) {
    .slider-wrapper {
      width: calc(100% + 30px);
      margin: 0 -15px; } }

.slide-item,
.slider .vacancy-item-cell {
  min-width: 100%;
  margin-bottom: 30px;
  display: flex;
  flex-basis: 100%;
  flex-flow: column nowrap; }
  @media only screen and (min-width: 992px) {
    .slide-item,
    .slider .vacancy-item-cell {
      padding: 0 15px; } }

.slide-item-card {
  height: 100%;
  flex-flow: column nowrap;
  box-shadow: 0 0 10px 0 rgba(199, 199, 199, 0.5);
  background: #ffffff; }

.slide-item-body {
  height: auto;
  padding: 30px;
  flex-flow: column nowrap; }
  .slide-item-body .description {
    padding-bottom: 20px;
    margin: 0;
    flex: 1 0 auto; }
  .slide-item-body .link-group {
    padding-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .slide-item-body .link-group .link {
      font-size: 18px; }
    .slide-item-body .link-group .icon {
      min-width: 13px;
      height: 13px;
      background-color: #004766; }
  @media only screen and (min-width: 992px) {
    .slide-item-body {
      flex: 1 0 auto; } }

.controller {
  align-items: center;
  justify-content: center; }
  @media only screen and (min-width: 992px) {
    .controller {
      margin: 0 15px;
      justify-content: flex-end;
      position: relative; } }

@media only screen and (min-width: 992px) {
  .slider-arrows {
    display: flex; } }

.slider-arrow {
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
  background: #004766;
  cursor: pointer;
  pointer-events: all; }
  .slider-arrow .icon {
    width: 15px;
    height: 15px;
    background: #ffffff; }
  .slider-arrow.inactive {
    opacity: 0.7;
    cursor: default;
    pointer-events: none; }
  .slider-arrow.slider-arrow-left {
    margin-right: 15px; }
    .slider-arrow.slider-arrow-left .icon {
      transform: rotate(180deg); }

.slider-control-buttons {
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  pointer-events: none; }
  .slider-control-buttons .dot {
    width: 20px;
    height: 3px;
    margin: 0 5px;
    background: #d8d8d8;
    cursor: pointer;
    pointer-events: all; }
    .slider-control-buttons .dot.active {
      background: #f9234b; }
  @media only screen and (min-width: 992px) {
    .slider-control-buttons {
      position: absolute; } }

.row.bg-color .applicant-journey {
  margin-bottom: 30px; }

.applicant-journey .image {
  min-height: 275px;
  max-height: 275px; }
  .applicant-journey .image .image-wrapper {
    height: 100%; }

@media only screen and (min-width: 768px) {
  .applicant-journey .controller.show {
    display: flex; } }

@media only screen and (min-width: 768px) {
  .applicant-journey .controller {
    display: none; } }

.applicant-journey-link {
  padding-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between; }

.applicant-journey-with-tabs {
  width: 100%;
  border: 1px solid #e0e0e0; }
  .row.full-width-background .applicant-journey-with-tabs {
    max-width: 1180px; }
  .applicant-journey-with-tabs .journey-wrapper {
    width: 100%;
    flex-flow: column nowrap; }
    @media only screen and (min-width: 992px) {
      .applicant-journey-with-tabs .journey-wrapper {
        flex-flow: row nowrap;
        overflow: hidden; } }
  .applicant-journey-with-tabs.hovered .video-overlay {
    display: none; }
  .applicant-journey-with-tabs .video,
  .applicant-journey-with-tabs .image {
    height: 100%; }
    .applicant-journey-with-tabs .video .video-wrapper,
    .applicant-journey-with-tabs .video .image-wrapper,
    .applicant-journey-with-tabs .image .video-wrapper,
    .applicant-journey-with-tabs .image .image-wrapper {
      position: relative; }
      @media only screen and (min-width: 992px) {
        .applicant-journey-with-tabs .video .video-wrapper,
        .applicant-journey-with-tabs .video .image-wrapper,
        .applicant-journey-with-tabs .image .video-wrapper,
        .applicant-journey-with-tabs .image .image-wrapper {
          width: 100%;
          height: 100%;
          padding: 0; } }
    .applicant-journey-with-tabs .video img,
    .applicant-journey-with-tabs .image img {
      width: 100%;
      height: 100%; }
  .applicant-journey-with-tabs .journey-links {
    padding: 30px;
    flex-flow: column; }
    .applicant-journey-with-tabs .journey-links .link-group {
      padding: 15px 0;
      justify-content: space-between; }
    .applicant-journey-with-tabs .journey-links .link {
      width: 100%;
      border-bottom: 0; }
    .applicant-journey-with-tabs .journey-links .links {
      flex-flow: column; }
      .applicant-journey-with-tabs .journey-links .links > :last-child {
        border-bottom: 0; }
      .applicant-journey-with-tabs .journey-links .links > .link {
        border-bottom: 1px solid #e0e0e0; }
    @media only screen and (min-width: 992px) {
      .applicant-journey-with-tabs .journey-links {
        width: calc(100% / 3); } }
  .applicant-journey-with-tabs .journey-video {
    position: relative; }
    .applicant-journey-with-tabs .journey-video video {
      object-fit: cover; }
    .applicant-journey-with-tabs .journey-video .video {
      width: 100%;
      height: 100%;
      min-height: 100%; }
      @media only screen and (min-width: 992px) {
        .applicant-journey-with-tabs .journey-video .video {
          position: absolute;
          top: 0;
          left: 0; } }
    @media only screen and (min-width: 992px) {
      .applicant-journey-with-tabs .journey-video .image {
        position: absolute;
        top: 0;
        right: 0; } }
    .applicant-journey-with-tabs .journey-video .journey-card {
      width: 100%;
      display: none;
      flex-flow: row nowrap;
      z-index: 1; }
      @media only screen and (min-width: 992px) {
        .applicant-journey-with-tabs .journey-video .journey-card.visible {
          display: flex;
          justify-content: flex-start; } }
      .applicant-journey-with-tabs .journey-video .journey-card .image {
        width: 50%;
        height: 100%;
        background: #004766; }
        .applicant-journey-with-tabs .journey-video .journey-card .image .image {
          width: 100%;
          height: 100%; }
    @media only screen and (min-width: 992px) {
      .applicant-journey-with-tabs .journey-video {
        width: calc(100% / 3 * 2);
        min-height: auto; } }
  .applicant-journey-with-tabs .journey-body {
    width: 50%;
    padding: 60px;
    flex-flow: column nowrap;
    background: #f2f6f8; }
    .applicant-journey-with-tabs .journey-body .text {
      /* stylelint-disable-line */
      -webkit-line-clamp: 7;
      /* stylelint-disable-line */
      -webkit-box-orient: vertical;
      /* It will end with ellipsis when text-overflow: ellipsis is included */
      /* needed for IOS to work properly */
      display: -webkit-box;
      position: relative;
      text-overflow: ellipsis;
      word-wrap: break-word;
      overflow: hidden;
      visibility: visible;
      padding-bottom: 0;
      margin-bottom: auto; }
      @supports not (-webkit-line-clamp: 7) {
        .applicant-journey-with-tabs .journey-body .text {
          max-height: 2800;
          display: block;
          line-height: 25px; } }
  @media only screen and (min-width: 768px) {
    .applicant-journey-with-tabs {
      min-height: 400px; } }

.applicant-journey-with-hover .slide-item-media {
  position: relative; }
  .applicant-journey-with-hover .slide-item-media .image,
  .applicant-journey-with-hover .slide-item-media .video {
    min-height: 335px; }
    .applicant-journey-with-hover .slide-item-media .image img,
    .applicant-journey-with-hover .slide-item-media .image video,
    .applicant-journey-with-hover .slide-item-media .video img,
    .applicant-journey-with-hover .slide-item-media .video video {
      object-fit: cover; }
  .applicant-journey-with-hover .slide-item-media .video-wrapper {
    height: 100%;
    padding: 0; }
  .applicant-journey-with-hover .slide-item-media .video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; }

/* stylelint-disable */
.styled #hs_overlay.hs_desktop_overlay {
  z-index: 10000; }

.styled #hs_popup {
  display: block;
  z-index: 10001; }
  .styled #hs_popup div,
  .styled #hs_popup form {
    display: block; }

.styled .hs_form_on_page {
  width: 100%;
  max-width: 100%;
  display: block; }
  .styled .hs_form_on_page div,
  .styled .hs_form_on_page form,
  .styled .hs_form_on_page input,
  .styled .hs_form_on_page textarea,
  .styled .hs_form_on_page select {
    display: block; }
  .styled .hs_form_on_page .iti__flag-container {
    display: flex; }
  .styled .hs_form_on_page .hs_platform_form div,
  .styled .hs_form_on_page .hs_platform_form form,
  .styled .hs_form_on_page .hs_platform_form input,
  .styled .hs_form_on_page .hs_platform_form textarea,
  .styled .hs_form_on_page .hs_platform_form select,
  .styled .hs_form_on_page .hs_platform_form label,
  .styled .hs_form_on_page .hs_platform_form label.form-label {
    font-family: "OpenSans-Regular";
    font-size: 16px; }
    .styled .hs_form_on_page .hs_platform_form div:after,
    .styled .hs_form_on_page .hs_platform_form form:after,
    .styled .hs_form_on_page .hs_platform_form input:after,
    .styled .hs_form_on_page .hs_platform_form textarea:after,
    .styled .hs_form_on_page .hs_platform_form select:after,
    .styled .hs_form_on_page .hs_platform_form label:after,
    .styled .hs_form_on_page .hs_platform_form label.form-label:after {
      font-size: 15px; }
  .styled .hs_form_on_page .hs_platform_form .form-label {
    width: 100%; }
  .styled .hs_form_on_page .hs_platform_form .form-group {
    padding: 0; }
  .styled .hs_form_on_page .hs_platform_form .form-group .form-field,
  .styled .hs_form_on_page .hs_platform_form .form_details .form-field {
    width: 100%; }
    .styled .hs_form_on_page .hs_platform_form .form-group .form-field .checkbox-wrap,
    .styled .hs_form_on_page .hs_platform_form .form_details .form-field .checkbox-wrap {
      display: flex;
      flex-flow: row nowrap; }
      .styled .hs_form_on_page .hs_platform_form .form-group .form-field .checkbox-wrap label,
      .styled .hs_form_on_page .hs_platform_form .form_details .form-field .checkbox-wrap label {
        display: flex;
        flex-flow: row wrap;
        font-size: 16px;
        cursor: pointer; }
        .styled .hs_form_on_page .hs_platform_form .form-group .form-field .checkbox-wrap label a,
        .styled .hs_form_on_page .hs_platform_form .form_details .form-field .checkbox-wrap label a {
          margin-left: 5px;
          text-decoration: underline; }
          .styled .hs_form_on_page .hs_platform_form .form-group .form-field .checkbox-wrap label a:hover, .styled .hs_form_on_page .hs_platform_form .form-group .form-field .checkbox-wrap label a:active, .styled .hs_form_on_page .hs_platform_form .form-group .form-field .checkbox-wrap label a:focus,
          .styled .hs_form_on_page .hs_platform_form .form_details .form-field .checkbox-wrap label a:hover,
          .styled .hs_form_on_page .hs_platform_form .form_details .form-field .checkbox-wrap label a:active,
          .styled .hs_form_on_page .hs_platform_form .form_details .form-field .checkbox-wrap label a:focus {
            color: #f9234b; }
    .styled .hs_form_on_page .hs_platform_form .form-group .form-field input.text-field,
    .styled .hs_form_on_page .hs_platform_form .form_details .form-field input.text-field {
      border: 1px solid #d8d8d8; }
    .styled .hs_form_on_page .hs_platform_form .form-group .form-field input.textfield,
    .styled .hs_form_on_page .hs_platform_form .form-group .form-field select,
    .styled .hs_form_on_page .hs_platform_form .form-group .form-field textarea,
    .styled .hs_form_on_page .hs_platform_form .form_details .form-field input.textfield,
    .styled .hs_form_on_page .hs_platform_form .form_details .form-field select,
    .styled .hs_form_on_page .hs_platform_form .form_details .form-field textarea {
      border-radius: 0;
      font-size: 16px; }
  .styled .hs_form_on_page .hs_platform_form .formbuttons,
  .styled .hs_form_on_page .hs_platform_form .formbody {
    padding: 0;
    clear: unset; }
    .styled .hs_form_on_page .hs_platform_form .formbuttons .btn.submit,
    .styled .hs_form_on_page .hs_platform_form .formbody .btn.submit {
      width: 100%;
      margin: 0;
      font-family: "Nunito-Bold";
      font-size: 16px;
      background: #f9234b; }
  .styled .hs_form_on_page .SumoSelect {
    width: auto;
    min-width: 50%; }
    .styled .hs_form_on_page .SumoSelect:hover, .styled .hs_form_on_page .SumoSelect:focus, .styled .hs_form_on_page .SumoSelect:active {
      border-color: #d8d8d8;
      box-shadow: none; }
      .styled .hs_form_on_page .SumoSelect:hover > .CaptionCont, .styled .hs_form_on_page .SumoSelect:focus > .CaptionCont, .styled .hs_form_on_page .SumoSelect:active > .CaptionCont {
        border-color: #d8d8d8;
        box-shadow: none; }
    .styled .hs_form_on_page .SumoSelect.open .optWrapper {
      display: block;
      top: 75px; }
      .styled .hs_form_on_page .SumoSelect.open .optWrapper label {
        font-size: 16px; }
    .styled .hs_form_on_page .SumoSelect .optWrapper {
      display: none; }
    .styled .hs_form_on_page .SumoSelect > .CaptionCont {
      width: 100%;
      display: flex;
      font-size: 16px;
      cursor: pointer; }
  .styled .hs_form_on_page .checkbox.form-field {
    width: unset;
    height: unset;
    padding: unset;
    margin-top: unset;
    margin-right: unset;
    flex: unset;
    border: unset;
    background: unset; }
  .styled .hs_form_on_page .checkbox .checkbox-wrap .checkbox {
    position: relative; }
    .styled .hs_form_on_page .checkbox .checkbox-wrap .checkbox:after {
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      border: 2px solid #004766;
      background: #ffffff;
      z-index: 1; }
    .styled .hs_form_on_page .checkbox .checkbox-wrap .checkbox:checked:after {
      background: #004766; }
  .styled .hs_form_on_page .hs_platform_form .form-group input.textfield,
  .styled .hs_form_on_page .hs_platform_form .form-group select,
  .styled .hs_form_on_page .hs_platform_form .form-group textarea,
  .styled .hs_form_on_page .form.applyform .form_details input.textfield,
  .styled .hs_form_on_page .form.applyform .form_details select,
  .styled .hs_form_on_page .form.applyform .form_details textarea,
  .styled .hs_form_on_page .hs_platform_area .form-group input.textfield,
  .styled .hs_form_on_page .hs_platform_area .form-group select,
  .styled .hs_form_on_page .hs_platform_area .form-group textarea,
  .styled .hs_form_on_page .hs_popup .form-group input.textfield,
  .styled .hs_form_on_page .hs_popup .form-group select,
  .styled .hs_form_on_page .hs_popup .form-group textarea,
  .styled .hs_form_on_page .hs_popup .form_details input.textfield,
  .styled .hs_form_on_page .hs_popup .form_details select,
  .styled .hs_form_on_page .hs_popup .form_details textarea {
    width: 100%; }
  .styled .hs_form_on_page .hs_platform_form input.textfield:focus, .styled .hs_form_on_page .hs_platform_form input.textfield:active, .styled .hs_form_on_page .hs_platform_form input.textfield:hover,
  .styled .hs_form_on_page .hs_platform_form select:focus,
  .styled .hs_form_on_page .hs_platform_form select:active,
  .styled .hs_form_on_page .hs_platform_form select:hover,
  .styled .hs_form_on_page .hs_platform_form textarea:focus,
  .styled .hs_form_on_page .hs_platform_form textarea:active,
  .styled .hs_form_on_page .hs_platform_form textarea:hover,
  .styled .hs_form_on_page .form.applyform input.textfield:focus,
  .styled .hs_form_on_page .form.applyform input.textfield:active,
  .styled .hs_form_on_page .form.applyform input.textfield:hover,
  .styled .hs_form_on_page .form.applyform select:focus,
  .styled .hs_form_on_page .form.applyform select:active,
  .styled .hs_form_on_page .form.applyform select:hover,
  .styled .hs_form_on_page .form.applyform textarea:focus,
  .styled .hs_form_on_page .form.applyform textarea:active,
  .styled .hs_form_on_page .form.applyform textarea:hover {
    border: 1px solid #d8d8d8;
    box-shadow: none; }
  .styled .hs_form_on_page .intl-tel-input input[type="tel"] {
    padding-left: 50px; }
  .styled .hs_form_on_page .intl-tel-input .flag-container {
    height: 43px;
    top: 0;
    left: 0; }
    @media only screen and (min-width: 768px) {
      .styled .hs_form_on_page .intl-tel-input .flag-container {
        top: 42%;
        left: 0; } }
  .styled .hs_form_on_page .hs-disclaimer {
    margin: 30px 0; }
    .styled .hs_form_on_page .hs-disclaimer .form-label {
      display: none; }
  .styled .hs_form_on_page .hs_platform_form .form-group.error input.textfield,
  .styled .hs_form_on_page .hs_platform_form .form-group.error select,
  .styled .hs_form_on_page .hs_platform_form .form-group.error textarea,
  .styled .hs_form_on_page .form.applyform .form_details.error input.textfield,
  .styled .hs_form_on_page .form.applyform .form_details.error select,
  .styled .hs_form_on_page .form.applyform .form_details.error textarea,
  .styled .hs_form_on_page .error .field_label,
  .styled .hs_form_on_page .error .form-label,
  .styled .hs_form_on_page .hs-disclaimer.required.error label {
    border-color: #f9234b !important;
    color: #f9234b !important; }
  @media only screen and (min-width: 768px) {
    .styled .hs_form_on_page {
      max-width: 60%; } }

/* stylelint-enable */
.email-wall {
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000; }
  .email-wall.invisible {
    display: none; }
  .email-wall .backdrop {
    width: 100%;
    height: 100%;
    opacity: 0.5;
    position: fixed;
    top: 0;
    left: 0;
    background: #000000;
    z-index: -1; }
  .email-wall .modal-container {
    width: 100%;
    max-width: 650px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #ffffff;
    transform: translate(-50%, -50%); }
  .email-wall .modal-body,
  .email-wall .modal-container {
    display: flex;
    flex-flow: column nowrap; }
  .email-wall .modal-body {
    padding: 45px;
    padding-bottom: 30px; }
    @media only screen and (min-width: 768px) {
      .email-wall .modal-body {
        padding: 90px;
        padding-bottom: 15px; } }
  .email-wall .modal-footer {
    padding: 45px;
    justify-content: center;
    background: #f9234b; }
  .email-wall .title {
    padding-bottom: 15px; }
  .email-wall .description {
    margin: 0;
    margin-bottom: 45px; }
  .email-wall .form-input {
    margin-bottom: 15px;
    flex: 1 1 auto;
    border: 1px solid #004766; }
    @media only screen and (min-width: 768px) {
      .email-wall .form-input {
        margin-right: 5px;
        margin-bottom: 0; } }
  .email-wall .form-container {
    margin-bottom: 10px;
    flex-flow: column nowrap; }
    @media only screen and (min-width: 768px) {
      .email-wall .form-container {
        flex-flow: row nowrap; } }
  .email-wall .error-message {
    margin: 0;
    margin-bottom: 20px;
    opacity: 0;
    color: #ff0000; }
    .email-wall .error-message.visible {
      opacity: 1; }

.banner {
  width: 100%;
  position: relative; }
  .banner .video video,
  .banner .image img,
  .banner .image picture {
    width: auto;
    min-width: 100%;
    max-width: 125%;
    height: auto;
    min-height: 100%;
    max-height: 200%;
    position: absolute;
    object-fit: cover; }
  .banner .image .image-wrapper {
    width: 100%;
    height: 100%; }
  .banner .btn {
    width: 100%; }
    .banner .btn:focus, .banner .btn:hover, .banner .btn:active {
      outline: 0; }
  .banner .video-wrapper {
    height: 100%;
    padding: 0; }
  .banner video {
    min-width: 100%;
    min-height: 100%;
    position: absolute; }
  .banner .image-wrapper,
  .banner .video-wrapper {
    position: relative; }
  .banner .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 2; }
    .banner .overlay:focus, .banner .overlay:hover, .banner .overlay:active {
      outline: 0; }

.banner-vertical-align-top {
  justify-content: flex-start; }

.banner-vertical-align-center {
  justify-content: center; }

.banner-vertical-align-bottom {
  justify-content: flex-end; }

.banner-focus-top-left .video video,
.banner-focus-top-left .image img,
.banner-focus-top-left .image picture {
  top: 0;
  right: auto;
  bottom: auto;
  left: 0; }

.banner-focus-top-center .video video,
.banner-focus-top-center .image img,
.banner-focus-top-center .image picture {
  top: 0;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translateX(-50%); }

.banner-focus-top-right .video video,
.banner-focus-top-right .image img,
.banner-focus-top-right .image picture {
  top: 0;
  right: 0;
  bottom: auto;
  left: auto; }

.banner-focus-center-left .video video,
.banner-focus-center-left .image img,
.banner-focus-center-left .image picture {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  transform: translateY(-50%); }

.banner-focus-center-center .video video,
.banner-focus-center-center .image img,
.banner-focus-center-center .image picture {
  width: 100%;
  height: 100%;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translate(-50%, -50%); }

.banner-focus-center-right .video video,
.banner-focus-center-right .image img,
.banner-focus-center-right .image picture {
  top: 50%;
  right: 0;
  bottom: auto;
  left: auto;
  transform: translateY(-50%); }

.banner-focus-bottom-left .video video,
.banner-focus-bottom-left .image img,
.banner-focus-bottom-left .image picture {
  top: auto;
  right: auto;
  bottom: 0;
  left: 0; }

.banner-focus-bottom-center .video video,
.banner-focus-bottom-center .image img,
.banner-focus-bottom-center .image picture {
  top: auto;
  right: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%); }

.banner-focus-bottom-right .video video,
.banner-focus-bottom-right .image img,
.banner-focus-bottom-right .image picture {
  top: auto;
  right: 0;
  bottom: 0;
  left: auto; }

.banner-click-through {
  margin-bottom: 70px; }
  .banner-click-through .banner-wrapper {
    position: relative; }
  .banner-click-through .headings {
    padding: 40px;
    padding-bottom: 20px;
    position: relative;
    background: #ffffff; }
    .banner-click-through .headings h1,
    .banner-click-through .headings h2 {
      color: #2a2a2a; }
    @media only screen and (min-width: 992px) {
      .banner-click-through .headings {
        width: 100%;
        max-width: 560px;
        margin: 0 auto; } }
  .banner-click-through .banner-content {
    max-width: none;
    padding: 40px 30px;
    position: relative; }
  .banner-click-through .banner-background {
    padding-top: 30px;
    margin-left: 0; }
    .full-width-background .banner-click-through .banner-background {
      width: 100%;
      left: auto;
      transform: none; }
  .banner-click-through .controller-buttons {
    width: calc(100% + 60px);
    justify-content: space-between;
    position: absolute;
    top: calc(50% - 70px);
    left: -30px;
    z-index: 2; }
    .banner-click-through .controller-buttons.first-page {
      justify-content: flex-end; }
    @media only screen and (min-width: 1200px) {
      .banner-click-through .controller-buttons {
        width: 100%;
        left: 0; } }
    @media only screen and (min-width: 1200px) {
      .banner-click-through .controller-buttons {
        width: calc(100% + 200px);
        margin-left: -100px; } }
  .banner-click-through.banner-sm .banner-background {
    max-height: 300px; }
  .banner-click-through.banner-sm .banner-content {
    min-height: 400px; }
  .banner-click-through.banner-md .banner-background {
    max-height: 400px; }
    @media only screen and (min-width: 992px) {
      .banner-click-through.banner-md .banner-background {
        max-height: 500px; } }
  .banner-click-through.banner-md .banner-content {
    min-height: 500px; }
  .banner-click-through.banner-lg .banner-background {
    max-height: 400px; }
    @media only screen and (min-width: 992px) {
      .banner-click-through.banner-lg .banner-background {
        max-height: 700px; } }
  .banner-click-through.banner-lg .banner-content {
    min-height: 500px; }
  @media only screen and (min-width: 992px) {
    .banner-click-through {
      margin-bottom: 75px; } }

.click-through-button-container {
  width: 80px;
  height: 70px;
  align-items: center;
  justify-content: center;
  border-radius: 40px 0 0 40px;
  background: #004766; }
  .click-through-button-container.left {
    border-radius: 0 40px 40px 0; }
    .click-through-button-container.left .icon {
      transform: rotate(180deg); }
  .click-through-button-container .icon {
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border: 1px solid #ffffff;
    border-radius: 50%; }
    @media only screen and (min-width: 992px) {
      .click-through-button-container .icon {
        width: 75px;
        height: 75px; } }
  .click-through-button-container svg {
    fill: #ffffff;
    width: 15px;
    height: 20px;
    animation: arrow 1s ease infinite; }
    @media only screen and (min-width: 992px) {
      .click-through-button-container svg {
        width: 35px;
        height: 40px; } }

@keyframes arrow {
  90% {
    margin-left: 10px; }
  100% {
    margin-left: 0; } }
  @media only screen and (min-width: 992px) {
    .click-through-button-container {
      width: 115px;
      height: 100px; } }
  @media only screen and (min-width: 1200px) {
    .click-through-button-container {
      width: auto;
      height: auto;
      background: transparent; } }

.direction-indicator {
  width: 100vw;
  display: flex;
  align-items: center;
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translate(-50%); }
  @media only screen and (min-width: 992px) {
    .direction-indicator:before, .direction-indicator:after {
      content: "";
      clip-path: polygon(50% 0, 100% 50%, 50% 100%, 50% 55%);
      width: 20px;
      height: 20px;
      position: absolute;
      bottom: 70px;
      background: #ffffff;
      z-index: 0;
      animation: speed 1s ease infinite; }
    @keyframes speed {
      90% {
        right: 40px;
        transform: scale(1.5); }
      100% {
        right: 0;
        transform: scale(1); } } }
  .direction-indicator:before {
    right: 40px; }
  .direction-indicator:after {
    right: 50px; }
  .direction-indicator .icon {
    position: relative;
    border: 3px solid #ffffff;
    border-radius: 50%; }
    .direction-indicator .icon:after {
      content: "";
      clip-path: polygon(44% 50%, 100% 50%, 50% 100%, 0% 50%);
      width: 30px;
      height: 30px;
      position: absolute;
      top: -51px;
      left: 22%;
      background: #ffffff;
      z-index: -1; }
      @media only screen and (min-width: 768px) {
        .direction-indicator .icon:after {
          top: -57px; } }
    .direction-indicator .icon img {
      width: 52px;
      height: 52px;
      border-radius: 50%; }
  .direction-indicator .direction-indicator-line {
    width: 100%;
    height: 2px; }
    .direction-indicator .direction-indicator-line.is-active {
      background: #ffffff; }
  @media only screen and (min-width: 992px) {
    .direction-indicator {
      bottom: -55px; } }

.banner-search {
  margin-bottom: 40px; }
  .banner-search .banner-vertical-align-center .headings {
    height: 100%;
    justify-content: center; }
  .banner-search .banner-vertical-align-top {
    justify-content: center; }
    .banner-search .banner-vertical-align-top .headings {
      height: 100%;
      justify-content: flex-start; }
  .banner-search .search-bar {
    width: 100%;
    margin-bottom: -40px;
    flex-flow: column nowrap; }
  .banner-search .logos {
    width: 100%;
    padding-bottom: 30px;
    flex-flow: row wrap; }
    .banner-search .logos .image {
      max-width: 200px;
      max-height: 100px; }
  .banner-search.with-logos .headings {
    padding-bottom: 0; }
  .banner-search .btn {
    width: 100%; }
    @media only screen and (min-width: 992px) {
      .banner-search .btn {
        width: auto; } }
  .banner-search .button-submit {
    width: 100%;
    min-height: 52px; }
    @media only screen and (min-width: 992px) {
      .banner-search .button-submit {
        width: auto; } }
  .banner-search option {
    color: #2a2a2a; }
    .banner-search option:disabled {
      color: #d3d3d3; }
  .banner-search .keyword-search {
    margin-bottom: -40px; }
    .banner-search .keyword-search select.form-input {
      height: auto; }
      @media only screen and (min-width: 992px) {
        .banner-search .keyword-search select.form-input {
          height: 100%; } }
    @media only screen and (min-width: 992px) {
      .banner-search .keyword-search {
        margin-bottom: -60px; } }
  @media only screen and (min-width: 992px) {
    .banner-search {
      margin-bottom: 60px; } }

.banner-search-tabs {
  display: none; }
  .banner-search-tabs .amount {
    margin: 7.5px;
    word-break: normal; }
  .banner-search-tabs button {
    padding: 15px;
    margin-right: 15px;
    display: inline;
    word-break: break-word;
    color: #ffffff;
    background-color: #004766;
    cursor: pointer; }
    .banner-search-tabs button:last-child {
      margin-right: 0; }
  .banner-search-tabs .selected {
    color: #2a2a2a;
    background-color: #f2f6f8; }
  @media only screen and (min-width: 992px) {
    .banner-search-tabs {
      display: flex;
      flex-flow: row nowrap; } }

.banner-wrapper {
  width: 100%;
  flex-flow: column nowrap;
  position: relative; }

.banner-background {
  width: calc(100% + 40px);
  height: 100%;
  margin-left: -20px;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 0; }
  @media only screen and (min-width: 1200px) {
    .banner-background {
      width: 100%;
      margin: 0; } }

.banner-content {
  width: 100%;
  max-width: 1180px;
  height: 100%;
  padding-top: 30px;
  margin: 0 auto;
  flex-flow: column nowrap;
  z-index: 1; }
  .banner-content .headings {
    width: 100%;
    padding-bottom: 30px;
    flex-flow: column nowrap; }
  .banner-content .heading {
    color: #ffffff; }
    .banner-content .heading.text-dark {
      color: #2a2a2a; }
  .full-width-content .banner-content {
    max-width: 100%; }
  @media only screen and (min-width: 1030px) {
    .banner-content {
      padding: 30px;
      padding-bottom: 0; } }

.banner-sm .banner-wrapper {
  min-height: 200px; }
  @media only screen and (min-width: 768px) {
    .banner-sm .banner-wrapper {
      min-height: 300px; } }
  @media only screen and (min-width: 992px) {
    .banner-sm .banner-wrapper {
      min-height: 400px; } }

.banner-md .banner-wrapper {
  min-height: 400px; }
  @media only screen and (min-width: 992px) {
    .banner-md .banner-wrapper {
      min-height: 600px; } }

.banner-lg .banner-wrapper {
  min-height: 500px; }
  @media only screen and (min-width: 992px) {
    .banner-lg .banner-wrapper {
      min-height: 800px; } }

@media only screen and (min-width: 992px) {
  .full-width-background .banner-background {
    width: 110vw;
    left: 50%;
    transform: translateX(-50%); } }

.banner-vacancy .banner-content {
  padding: 0;
  padding-top: 60px; }

.banner-headings .metadata,
.headings .metadata {
  color: #ffffff; }
  .banner-headings .metadata .metadata-icon svg,
  .headings .metadata .metadata-icon svg {
    fill: #ffffff; }

.row.text-white .banner-vacancy.with-form.alternative .banner-top h1,
.row.text-white .banner-vacancy.with-form.alternative .banner-top h2 {
  color: #ffffff; }

.row.text-white .banner-vacancy.with-form.alternative .metadata-list .metadata-text {
  color: #ffffff; }

.row.text-white .banner-vacancy.with-form.alternative .metadata-list .metadata-icon svg {
  fill: #ffffff; }

.banner-vacancy.with-form.alternative {
  flex-flow: column nowrap; }
  .banner-vacancy.with-form.alternative.banner-sm .banner-image {
    min-height: 200px; }
  .banner-vacancy.with-form.alternative.banner-md .banner-image {
    min-height: 400px; }
  .banner-vacancy.with-form.alternative.banner-lg .banner-image {
    min-height: 500px; }
  .banner-vacancy.with-form.alternative:before {
    content: "";
    width: 200vw;
    height: 40%;
    position: absolute;
    bottom: -60px;
    left: -100vw;
    background: #ffffff; }
  .banner-vacancy.with-form.alternative .form-container {
    padding: 0; }
  .banner-vacancy.with-form.alternative .banner-top {
    padding: 15px 0; }
    .banner-vacancy.with-form.alternative .banner-top .banner-headings {
      align-items: flex-start;
      text-align: left; }
      .banner-vacancy.with-form.alternative .banner-top .banner-headings h1 {
        color: #f9234b; }
      .banner-vacancy.with-form.alternative .banner-top .banner-headings h2 {
        color: #004766; }
    @media only screen and (min-width: 992px) {
      .banner-vacancy.with-form.alternative .banner-top {
        padding: 30px; } }
  .banner-vacancy.with-form.alternative .banner-content {
    height: auto;
    padding-top: 0;
    align-content: center;
    justify-content: center; }
    @media only screen and (min-width: 768px) {
      .banner-vacancy.with-form.alternative .banner-content .banner-headings .metadata li {
        justify-content: center; } }
    .banner-vacancy.with-form.alternative .banner-content .banner-headings h2 {
      color: #ffffff; }
    .banner-vacancy.with-form.alternative .banner-content h1,
    .banner-vacancy.with-form.alternative .banner-content h2 {
      text-align: center; }
    .banner-vacancy.with-form.alternative .banner-content h2 {
      padding-bottom: 30px;
      color: #004766; }
    .banner-vacancy.with-form.alternative .banner-content.banner-form {
      padding: 30px;
      padding-bottom: 20px;
      background: #f2f6f8; }
      @media only screen and (min-width: 768px) {
        .banner-vacancy.with-form.alternative .banner-content.banner-form {
          padding: 60px;
          padding-bottom: 40px; } }
  .banner-vacancy.with-form.alternative .vacancy-back-button {
    padding: 15px 30px;
    position: absolute;
    bottom: 0;
    left: 0; }
  .banner-vacancy.with-form.alternative .vacancy-header-body {
    padding: 30px 0;
    background: none; }
  .banner-vacancy.with-form.alternative .metadata li {
    width: 100%;
    max-width: 300px; }
    .banner-vacancy.with-form.alternative .metadata li:last-child {
      margin-right: 0; }
  @media only screen and (min-width: 768px) {
    .banner-vacancy.with-form.alternative .metadata {
      flex-flow: row wrap;
      justify-content: center; } }
  .banner-vacancy.with-form.alternative .vacancy-bottom {
    margin: 0 auto; }
  .banner-vacancy.with-form.alternative .application-form-wrapper {
    padding-bottom: 10px;
    margin-bottom: 0; }
    @media only screen and (min-width: 768px) {
      .banner-vacancy.with-form.alternative .application-form-wrapper {
        padding-bottom: 30px; } }
  .banner-vacancy.with-form.alternative .application-form {
    padding: 0;
    background: transparent; }
  .banner-vacancy.with-form.alternative .application-form .form-row {
    width: 100%; }
  .banner-vacancy.with-form.alternative .banner-image {
    min-height: 25vh;
    position: relative; }
    .banner-vacancy.with-form.alternative .banner-image .image {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1; }
    @media only screen and (min-width: 992px) {
      .banner-vacancy.with-form.alternative .banner-image {
        padding: 60px; } }
  .banner-vacancy.with-form.alternative .banner-wrapper {
    flex-flow: column nowrap; }
    @media only screen and (min-width: 992px) {
      .banner-vacancy.with-form.alternative .banner-wrapper {
        flex-flow: row nowrap; } }

.banner-vacancy.hidden-form,
.banner-vacancy.with-form:not(.alternative) {
  margin-bottom: 0;
  flex-flow: column nowrap; }
  .full-width-background .banner-vacancy.hidden-form .banner-image, .full-width-background
  .banner-vacancy.with-form:not(.alternative) .banner-image {
    position: relative; }
    @media only screen and (max-width: 768px) {
      .full-width-background .banner-vacancy.hidden-form .banner-image, .full-width-background
      .banner-vacancy.with-form:not(.alternative) .banner-image {
        overflow: hidden; } }

.banner-vacancy.with-form:not(.alternative) .form {
  max-height: none; }

.banner-vacancy.with-form:not(.alternative) .application-form-wrapper {
  padding: 0; }

.banner-vacancy.with-form:not(.alternative) .banner-wrapper {
  margin-bottom: 30px; }
  @media only screen and (min-width: 992px) {
    .banner-vacancy.with-form:not(.alternative) .banner-wrapper {
      flex-flow: row nowrap; } }

.banner-vacancy.with-form:not(.alternative) .banner-form {
  width: 100%;
  flex-flow: column nowrap; }

.banner-vacancy.with-form:not(.alternative) .banner-headings {
  padding: 30px;
  justify-content: center; }

.banner-vacancy.with-form:not(.alternative) .form-container {
  padding: 30px;
  background: #ffffff; }
  @media only screen and (min-width: 992px) {
    .banner-vacancy.with-form:not(.alternative) .form-container {
      width: 50%; } }

.banner-vacancy.with-form:not(.alternative) .banner-image {
  position: relative; }
  .banner-vacancy.with-form:not(.alternative) .banner-image > .image {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1; }
    @media only screen and (min-width: 992px) {
      .full-width-background .banner-vacancy.with-form:not(.alternative) .banner-image > .image {
        width: 100vw;
        left: 100%;
        transform: translate(-50%); } }
  @media only screen and (min-width: 992px) {
    .banner-vacancy.with-form:not(.alternative) .banner-image {
      width: 50%; } }

.banner-buttons {
  width: 100%; }
  .banner-buttons .btn {
    margin-right: 30px;
    white-space: nowrap; }
    @media only screen and (min-width: 992px) {
      .banner-buttons .btn {
        margin-bottom: 30px;
        white-space: auto; } }
  .banner-buttons .banner-wrapper {
    color: #f9234b; }
    @media only screen and (min-width: 992px) {
      .banner-buttons .banner-wrapper {
        flex-flow: row nowrap; } }
  .banner-buttons .video-wrapper {
    height: 100%;
    padding: 0; }
  .banner-buttons .video {
    overflow: visible; }
  @media only screen and (min-width: 992px) {
    .banner-buttons .banner-content,
    .banner-buttons .banner-video {
      flex: 0 0 50%; } }
  .banner-buttons .banner-video {
    width: calc(100% + 30px);
    height: 100%;
    min-height: auto;
    margin: 0 -15px;
    flex: unset;
    position: absolute;
    top: 0;
    left: 0; }
    @media only screen and (min-width: 992px) {
      .full-width-background .banner-buttons .banner-video {
        transform: none; } }
    .banner-buttons .banner-video .image {
      width: 100%;
      height: 100%;
      display: none;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 0; }
      .banner-buttons .banner-video .image:first-child {
        display: flex;
        align-items: stretch;
        z-index: -1; }
      .banner-buttons .banner-video .image.visible {
        display: flex; }
      @media only screen and (min-width: 992px) {
        .banner-buttons .banner-video .image {
          flex: 0 0 50%; } }
    @media only screen and (min-width: 992px) {
      .banner-buttons .banner-video {
        min-height: auto; } }
  .banner-buttons .banner-content {
    max-width: 1180px;
    padding: 0;
    margin-right: auto;
    flex: auto;
    justify-content: center;
    position: relative;
    z-index: 2; }
    .banner-buttons .banner-content:after {
      content: none; }
    .banner-buttons .banner-content h1,
    .banner-buttons .banner-content h2 {
      text-align: center;
      color: #f2f6f8; }
  .banner-buttons .heading {
    color: #004766; }
  .banner-buttons .buttons {
    scrollbar-width: none;
    width: calc(100% + 30px);
    padding: 30px 15px;
    margin: 0 -15px;
    flex-flow: row nowrap;
    overflow-x: auto; }
    .banner-buttons .buttons .btn {
      background: #f2f6f8; }
    .banner-buttons .buttons::-webkit-scrollbar {
      display: none; }
    @media only screen and (min-width: 992px) {
      .banner-buttons .buttons {
        flex-flow: row wrap;
        justify-content: center; } }

.banner-vacancy.page-alternative {
  margin-bottom: 60px;
  display: flex;
  flex-flow: column nowrap; }
  .banner-vacancy.page-alternative .banner-content {
    justify-content: center; }
  .banner-vacancy.page-alternative .banner-wrapper {
    margin-bottom: 30px;
    position: relative; }
  .banner-vacancy.page-alternative .vacancy-tags {
    margin-top: 0;
    margin-bottom: 15px;
    align-items: center; }
  .banner-vacancy.page-alternative .link-favorites {
    width: 45px;
    height: 45px;
    margin-right: 15px;
    margin-bottom: 15px;
    align-items: center;
    justify-content: center;
    border-radius: 45px;
    background: #ffffff; }
  .banner-vacancy.page-alternative .metadata-text {
    color: #ffffff; }
  .banner-vacancy.page-alternative .favorites-icon {
    width: 15px;
    height: 15px; }
    .banner-vacancy.page-alternative .favorites-icon svg {
      fill: #004766; }
  .banner-vacancy.page-alternative .banner-headings {
    width: 100%; }
    @media only screen and (min-width: 992px) {
      .banner-vacancy.page-alternative .banner-headings {
        max-width: 50%; } }
  .banner-vacancy.page-alternative .metadata-body {
    max-width: 590px;
    margin-bottom: 15px; }
  .banner-vacancy.page-alternative .metadata-icon svg {
    fill: #ffffff; }
  .banner-vacancy.page-alternative .vacancy-appetizer {
    margin-bottom: 30px;
    font-weight: normal; }
    @media only screen and (min-width: 992px) {
      .banner-vacancy.page-alternative .vacancy-appetizer {
        padding: 0;
        margin-right: 15px;
        margin-bottom: 0; } }
  .banner-vacancy.page-alternative .vacancy-header-body {
    padding: 0;
    margin-bottom: 0;
    background: none; }
    @media only screen and (min-width: 992px) {
      .banner-vacancy.page-alternative .vacancy-header-body {
        padding: 30px;
        padding-bottom: 0; } }
  .banner-vacancy.page-alternative .vacancy-bottom {
    flex-flow: column nowrap; }

.banner-vacancy.hidden-form {
  z-index: 1; }
  .banner-vacancy.hidden-form .banner-content {
    padding-top: 60px; }
    @media only screen and (min-width: 992px) {
      .banner-vacancy.hidden-form .banner-content {
        max-width: 50%;
        height: 100%;
        padding: 30px;
        padding-top: 60px;
        position: absolute;
        top: 0;
        left: 0; } }
  .banner-vacancy.hidden-form .banner-form {
    width: 100%;
    flex-flow: column nowrap;
    align-items: flex-end;
    justify-content: flex-end; }
    @media only screen and (min-width: 992px) {
      .banner-vacancy.hidden-form .banner-form {
        margin-bottom: 15px; } }
  .banner-vacancy.hidden-form .form-row:last-child .form-field {
    margin-bottom: 0; }
  .banner-vacancy.hidden-form .banner-bottom {
    padding: 30px 0;
    flex-flow: column nowrap; }
    .banner-vacancy.hidden-form .banner-bottom .nav-actions {
      justify-content: flex-start; }
      @media only screen and (max-width: 768px) {
        .banner-vacancy.hidden-form .banner-bottom .nav-actions {
          flex-flow: row wrap; } }
    @media only screen and (max-width: 768px) {
      .banner-vacancy.hidden-form .banner-bottom .share-message {
        margin-bottom: 10px;
        flex: 1 0 auto; } }
    @media only screen and (max-width: 768px) {
      .banner-vacancy.hidden-form .banner-bottom .share-icons {
        flex-flow: row nowrap; } }
    @media only screen and (min-width: 992px) {
      .banner-vacancy.hidden-form .banner-bottom {
        max-width: 50%;
        padding: 30px;
        margin-bottom: 0;
        flex-flow: column nowrap; } }
  .banner-vacancy.hidden-form .banner-wrapper {
    align-items: flex-end; }
  .banner-vacancy.hidden-form .form-container {
    width: 100%;
    max-height: calc(100vh - 70px);
    padding: 15px;
    flex-flow: column nowrap;
    align-items: center;
    position: fixed;
    bottom: 0;
    left: 0;
    background: #f2f6f8;
    overflow: auto;
    z-index: 100000; }
    .header-sm .banner-vacancy.hidden-form .form-container {
      max-height: calc(100vh - 70px); }
      @media only screen and (min-width: 992px) {
        .header-sm .banner-vacancy.hidden-form .form-container {
          max-height: 100%; } }
    .banner-vacancy.hidden-form .form-container.visible .application-form-wrapper {
      max-height: 2000px;
      transition: max-height 2s ease-in-out; }
    .banner-vacancy.hidden-form .form-container.visible .close-form {
      display: flex; }
    @media only screen and (min-width: 992px) {
      .banner-vacancy.hidden-form .form-container {
        width: 50%;
        max-height: none;
        padding: 30px;
        margin-top: auto;
        margin-bottom: -85px;
        position: relative; } }
  .banner-vacancy.hidden-form .application-form-wrapper {
    max-height: 52px;
    padding: 0;
    margin-bottom: 0;
    align-items: flex-end;
    overflow: hidden;
    transition: max-height 2s cubic-bezier(0, 1, 0, 1); }
  .banner-vacancy.hidden-form .close-form {
    width: 15px;
    margin-bottom: 15px;
    display: none;
    cursor: pointer; }
  .banner-vacancy.hidden-form .btn-display {
    width: calc(100% - 30px);
    height: 52px;
    position: absolute;
    bottom: 15px;
    left: 15px; }
    .banner-vacancy.hidden-form .btn-display:hover {
      opacity: 1; }
    @media only screen and (min-width: 992px) {
      .banner-vacancy.hidden-form .btn-display {
        width: calc(100% - 60px);
        bottom: 60px;
        left: 30px; } }

.btn {
  padding: 15px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Nunito-Bold";
  font-size: 16px;
  text-align: center;
  cursor: pointer; }
  .btn.hidden {
    display: none; }
  .btn:hover {
    opacity: 0.8; }
  .btn.btn-outline:hover, .btn.btn-outline:focus, .btn.btn-outline:active {
    opacity: 1;
    color: #ffffff;
    background: #004766; }

.btn-horizontal-align-left {
  justify-content: flex-start; }

.btn-horizontal-align-center {
  justify-content: center; }

.btn-horizontal-align-right {
  justify-content: flex-end; }

.btn-horizontal-align-fill .btn {
  width: 100%; }

.contact-person {
  width: 100%;
  flex-flow: column nowrap; }
  .contact-person .image {
    max-width: none; }
    @media only screen and (min-width: 992px) {
      .contact-person .image {
        max-width: calc(50% - 32px); } }
  .contact-person .image-wrapper {
    overflow: hidden; }
  .contact-person .contact-person-body {
    padding: 30px 0; }
    .contact-person .contact-person-body .contact-content {
      width: 100%;
      display: block; }
      @media only screen and (min-width: 992px) {
        .contact-person .contact-person-body .contact-content {
          max-width: 460px; } }
    .contact-person .contact-person-body h3 {
      padding-bottom: 0; }
    @media only screen and (min-width: 1030px) {
      .contact-person .contact-person-body {
        height: 100%;
        padding: 30px; } }
  .contact-person .link {
    width: 100%;
    padding-bottom: 15px;
    justify-content: flex-start;
    font-family: "OpenSans-Regular"; }
    .contact-person .link:last-child {
      padding-bottom: 0; }
    .contact-person .link .link-icon {
      width: 20px;
      height: 20px;
      margin-right: 20px; }
  @media only screen and (min-width: 992px) {
    .contact-person {
      flex-flow: row-reverse nowrap;
      justify-content: space-between; } }

.col:not(.col-md-12) .contact-person .image {
  height: auto; }

.col-md-3 .contact-person,
.col-md-6 .contact-person,
.col-md-4 .contact-person {
  align-self: flex-start; }
  .col-md-3 .contact-person .contact-person-body,
  .col-md-3 .contact-person .image,
  .col-md-6 .contact-person .contact-person-body,
  .col-md-6 .contact-person .image,
  .col-md-4 .contact-person .contact-person-body,
  .col-md-4 .contact-person .image {
    max-width: 100%; }
  .col-md-3 .contact-person .contact-person-body,
  .col-md-6 .contact-person .contact-person-body,
  .col-md-4 .contact-person .contact-person-body {
    flex: auto;
    justify-content: flex-start; }
  .col-md-3 .contact-person .image,
  .col-md-6 .contact-person .image,
  .col-md-4 .contact-person .image {
    min-height: 300px; }
  @media only screen and (min-width: 1030px) {
    .col-md-3 .contact-person .contact-content,
    .col-md-6 .contact-person .contact-content,
    .col-md-4 .contact-person .contact-content {
      max-width: 100%; } }
  @media only screen and (min-width: 768px) {
    .col-md-3 .contact-person,
    .col-md-6 .contact-person,
    .col-md-4 .contact-person {
      flex-flow: column nowrap; } }

.contact-form {
  width: calc(100% + 30px);
  padding: 15px;
  margin: 0 -15px;
  flex-flow: column nowrap; }
  .bg-color .contact-form {
    padding: 30px; }
    .bg-color .contact-form .heading {
      padding-right: 0;
      padding-left: 0; }
  .contact-form form {
    width: 100%;
    flex-flow: column nowrap; }
  .contact-form .form-field {
    width: auto;
    flex: 1 1 0;
    flex-flow: column nowrap; }
  .contact-form .field-content {
    margin-bottom: 15px; }
  .contact-form .form-input {
    border: 1px solid #d3d3d3; }
    .contact-form .form-input:focus, .contact-form .form-input:active, .contact-form .form-input:hover {
      border-color: #d3d3d3; }
    .error .contact-form .form-input {
      border-color: #ff0000; }
  .contact-form .error-message {
    margin-bottom: 10px;
    color: #ff0000; }
  .contact-form .success {
    margin: 15px 0;
    display: flex;
    flex-flow: row nowrap;
    color: #008000; }
    .contact-form .success .colored-icon {
      width: auto;
      padding: 0;
      margin-right: 10px;
      background: none; }
      .error .contact-form .success .colored-icon {
        border-color: #ff0000; }
      .contact-form .success .colored-icon .icon {
        background: #008000; }
  @media only screen and (min-width: 992px) {
    .contact-form {
      width: 100%;
      margin: 0; } }
  @media only screen and (min-width: 1030px) {
    .contact-form {
      padding: 30px; } }

.group {
  width: 100%;
  height: 100%;
  flex-direction: column; }
  .group.group-vertical-align-top {
    justify-content: flex-start; }
  .group.group-vertical-align-center {
    justify-content: center; }
  .group.group-vertical-align-bottom {
    justify-content: flex-end; }
  .group .text-align-center,
  .group .link-horizontal-align-center,
  .group .btn-horizontal-align-center {
    margin: 0 auto; }
  .group .text-align-right,
  .group .link-horizontal-align-right,
  .group .btn-horizontal-align-right {
    margin: 0 0 0 auto; }
  .group h1,
  .group h2,
  .group h3,
  .group h4,
  .group > .text {
    padding-bottom: 0; }
  .group .list {
    padding-left: 20px; }
    .group .list p {
      margin: 0; }
  .group > :last-child {
    padding-bottom: 0; }
  @media only screen and (min-width: 1030px) {
    .group.full-width {
      padding-right: 0;
      padding-left: 0; } }
  @media only screen and (min-width: 1030px) {
    .group {
      padding: 0 30px; } }

.col-md-6 .group.full-width .list {
  padding: 0 60px; }

.row.bg-color .group:not(.full-width),
.row.bg-color .vacancy-description,
.row.bg-color > .vacancy-appetizer,
.col.bg-color .group:not(.full-width),
.col.bg-color .vacancy-description,
.col.bg-color > .vacancy-appetizer {
  padding: 0 30px; }

.text-white.bg-color.row .col:not(.text-white):not(.bg-color) > .applicant-journey > h1:not(.text-dark),
.text-white.bg-color.row .col:not(.text-white):not(.bg-color) > .applicant-journey > h2:not(.text-dark),
.text-white.bg-color.row .col:not(.text-white):not(.bg-color) > .applicant-journey > h3:not(.text-dark),
.text-white.bg-color.row .col:not(.text-white):not(.bg-color) > .applicant-journey > h4:not(.text-dark),
.text-white.bg-color.row .col:not(.text-white):not(.bg-color) > .applicant-journey > .heading.text-dark,
.text-white.bg-color.row .col:not(.text-white):not(.bg-color) > .application-procedure > h1:not(.text-dark),
.text-white.bg-color.row .col:not(.text-white):not(.bg-color) > .application-procedure > h2:not(.text-dark),
.text-white.bg-color.row .col:not(.text-white):not(.bg-color) > .application-procedure > h3:not(.text-dark),
.text-white.bg-color.row .col:not(.text-white):not(.bg-color) > .application-procedure > h4:not(.text-dark),
.text-white.bg-color.row .col:not(.text-white):not(.bg-color) > .application-procedure > .heading.text-dark,
.text-white.bg-color.row .col:not(.text-white):not(.bg-color) > .card-slider > h1:not(.text-dark),
.text-white.bg-color.row .col:not(.text-white):not(.bg-color) > .card-slider > h2:not(.text-dark),
.text-white.bg-color.row .col:not(.text-white):not(.bg-color) > .card-slider > h3:not(.text-dark),
.text-white.bg-color.row .col:not(.text-white):not(.bg-color) > .card-slider > h4:not(.text-dark),
.text-white.bg-color.row .col:not(.text-white):not(.bg-color) > .card-slider > .heading.text-dark,
.text-white.bg-color.row .col:not(.text-white):not(.bg-color) > .accordion > h1:not(.text-dark),
.text-white.bg-color.row .col:not(.text-white):not(.bg-color) > .accordion > h2:not(.text-dark),
.text-white.bg-color.row .col:not(.text-white):not(.bg-color) > .accordion > h3:not(.text-dark),
.text-white.bg-color.row .col:not(.text-white):not(.bg-color) > .accordion > h4:not(.text-dark),
.text-white.bg-color.row .col:not(.text-white):not(.bg-color) > .accordion > .heading.text-dark,
.text-white.bg-color.row .col:not(.text-white):not(.bg-color) > .news-overview > h1:not(.text-dark),
.text-white.bg-color.row .col:not(.text-white):not(.bg-color) > .news-overview > h2:not(.text-dark),
.text-white.bg-color.row .col:not(.text-white):not(.bg-color) > .news-overview > h3:not(.text-dark),
.text-white.bg-color.row .col:not(.text-white):not(.bg-color) > .news-overview > h4:not(.text-dark),
.text-white.bg-color.row .col:not(.text-white):not(.bg-color) > .news-overview > .heading.text-dark,
.text-white.bg-color.row .col:not(.text-white):not(.bg-color) > .news > h1:not(.text-dark),
.text-white.bg-color.row .col:not(.text-white):not(.bg-color) > .news > h2:not(.text-dark),
.text-white.bg-color.row .col:not(.text-white):not(.bg-color) > .news > h3:not(.text-dark),
.text-white.bg-color.row .col:not(.text-white):not(.bg-color) > .news > h4:not(.text-dark),
.text-white.bg-color.row .col:not(.text-white):not(.bg-color) > .news > .heading.text-dark,
.text-white.bg-color.row .col:not(.text-white):not(.bg-color) > .related-vacancies > h1:not(.text-dark),
.text-white.bg-color.row .col:not(.text-white):not(.bg-color) > .related-vacancies > h2:not(.text-dark),
.text-white.bg-color.row .col:not(.text-white):not(.bg-color) > .related-vacancies > h3:not(.text-dark),
.text-white.bg-color.row .col:not(.text-white):not(.bg-color) > .related-vacancies > h4:not(.text-dark),
.text-white.bg-color.row .col:not(.text-white):not(.bg-color) > .related-vacancies > .heading.text-dark,
.text-white.bg-color.row .col:not(.text-white):not(.bg-color) > .vacancy-overview > h1:not(.text-dark),
.text-white.bg-color.row .col:not(.text-white):not(.bg-color) > .vacancy-overview > h2:not(.text-dark),
.text-white.bg-color.row .col:not(.text-white):not(.bg-color) > .vacancy-overview > h3:not(.text-dark),
.text-white.bg-color.row .col:not(.text-white):not(.bg-color) > .vacancy-overview > h4:not(.text-dark),
.text-white.bg-color.row .col:not(.text-white):not(.bg-color) > .vacancy-overview > .heading.text-dark,
.text-white.bg-color.row .col:not(.text-white):not(.bg-color) > .vacancy-filter-option-search > h1:not(.text-dark),
.text-white.bg-color.row .col:not(.text-white):not(.bg-color) > .vacancy-filter-option-search > h2:not(.text-dark),
.text-white.bg-color.row .col:not(.text-white):not(.bg-color) > .vacancy-filter-option-search > h3:not(.text-dark),
.text-white.bg-color.row .col:not(.text-white):not(.bg-color) > .vacancy-filter-option-search > h4:not(.text-dark),
.text-white.bg-color.row .col:not(.text-white):not(.bg-color) > .vacancy-filter-option-search > .heading.text-dark,
.text-white.bg-color.row .col:not(.text-white):not(.bg-color) > .form > h1:not(.text-dark),
.text-white.bg-color.row .col:not(.text-white):not(.bg-color) > .form > h2:not(.text-dark),
.text-white.bg-color.row .col:not(.text-white):not(.bg-color) > .form > h3:not(.text-dark),
.text-white.bg-color.row .col:not(.text-white):not(.bg-color) > .form > h4:not(.text-dark),
.text-white.bg-color.row .col:not(.text-white):not(.bg-color) > .form > .heading.text-dark,
.text-white.bg-color.row .col:not(.text-white):not(.bg-color) > .contact-person > h1:not(.text-dark),
.text-white.bg-color.row .col:not(.text-white):not(.bg-color) > .contact-person > h2:not(.text-dark),
.text-white.bg-color.row .col:not(.text-white):not(.bg-color) > .contact-person > h3:not(.text-dark),
.text-white.bg-color.row .col:not(.text-white):not(.bg-color) > .contact-person > h4:not(.text-dark),
.text-white.bg-color.row .col:not(.text-white):not(.bg-color) > .contact-person > .heading.text-dark,
.text-white.bg-color.row .col:not(.text-white):not(.bg-color) > .text-image > h1:not(.text-dark),
.text-white.bg-color.row .col:not(.text-white):not(.bg-color) > .text-image > h2:not(.text-dark),
.text-white.bg-color.row .col:not(.text-white):not(.bg-color) > .text-image > h3:not(.text-dark),
.text-white.bg-color.row .col:not(.text-white):not(.bg-color) > .text-image > h4:not(.text-dark),
.text-white.bg-color.row .col:not(.text-white):not(.bg-color) > .text-image > .heading.text-dark,
.text-white.bg-color.row .col:not(.text-white):not(.bg-color) > .job-alert > h1:not(.text-dark),
.text-white.bg-color.row .col:not(.text-white):not(.bg-color) > .job-alert > h2:not(.text-dark),
.text-white.bg-color.row .col:not(.text-white):not(.bg-color) > .job-alert > h3:not(.text-dark),
.text-white.bg-color.row .col:not(.text-white):not(.bg-color) > .job-alert > h4:not(.text-dark),
.text-white.bg-color.row .col:not(.text-white):not(.bg-color) > .job-alert > .heading.text-dark,
.text-white.bg-color.row .col:not(.text-white):not(.bg-color) > .events > h1:not(.text-dark),
.text-white.bg-color.row .col:not(.text-white):not(.bg-color) > .events > h2:not(.text-dark),
.text-white.bg-color.row .col:not(.text-white):not(.bg-color) > .events > h3:not(.text-dark),
.text-white.bg-color.row .col:not(.text-white):not(.bg-color) > .events > h4:not(.text-dark),
.text-white.bg-color.row .col:not(.text-white):not(.bg-color) > .events > .heading.text-dark {
  color: #ffffff; }

.text-white.bg-color.row .col:not(.text-white):not(.bg-color) > .applicant-journey > h1.text-dark,
.text-white.bg-color.row .col:not(.text-white):not(.bg-color) > .applicant-journey > h2.text-dark,
.text-white.bg-color.row .col:not(.text-white):not(.bg-color) > .applicant-journey > h3.text-dark,
.text-white.bg-color.row .col:not(.text-white):not(.bg-color) > .applicant-journey > h4.text-dark,
.text-white.bg-color.row .col:not(.text-white):not(.bg-color) > .applicant-journey > .heading.text-dark,
.text-white.bg-color.row .col:not(.text-white):not(.bg-color) > .application-procedure > h1.text-dark,
.text-white.bg-color.row .col:not(.text-white):not(.bg-color) > .application-procedure > h2.text-dark,
.text-white.bg-color.row .col:not(.text-white):not(.bg-color) > .application-procedure > h3.text-dark,
.text-white.bg-color.row .col:not(.text-white):not(.bg-color) > .application-procedure > h4.text-dark,
.text-white.bg-color.row .col:not(.text-white):not(.bg-color) > .application-procedure > .heading.text-dark,
.text-white.bg-color.row .col:not(.text-white):not(.bg-color) > .card-slider > h1.text-dark,
.text-white.bg-color.row .col:not(.text-white):not(.bg-color) > .card-slider > h2.text-dark,
.text-white.bg-color.row .col:not(.text-white):not(.bg-color) > .card-slider > h3.text-dark,
.text-white.bg-color.row .col:not(.text-white):not(.bg-color) > .card-slider > h4.text-dark,
.text-white.bg-color.row .col:not(.text-white):not(.bg-color) > .card-slider > .heading.text-dark,
.text-white.bg-color.row .col:not(.text-white):not(.bg-color) > .accordion > h1.text-dark,
.text-white.bg-color.row .col:not(.text-white):not(.bg-color) > .accordion > h2.text-dark,
.text-white.bg-color.row .col:not(.text-white):not(.bg-color) > .accordion > h3.text-dark,
.text-white.bg-color.row .col:not(.text-white):not(.bg-color) > .accordion > h4.text-dark,
.text-white.bg-color.row .col:not(.text-white):not(.bg-color) > .accordion > .heading.text-dark,
.text-white.bg-color.row .col:not(.text-white):not(.bg-color) > .news-overview > h1.text-dark,
.text-white.bg-color.row .col:not(.text-white):not(.bg-color) > .news-overview > h2.text-dark,
.text-white.bg-color.row .col:not(.text-white):not(.bg-color) > .news-overview > h3.text-dark,
.text-white.bg-color.row .col:not(.text-white):not(.bg-color) > .news-overview > h4.text-dark,
.text-white.bg-color.row .col:not(.text-white):not(.bg-color) > .news-overview > .heading.text-dark,
.text-white.bg-color.row .col:not(.text-white):not(.bg-color) > .news > h1.text-dark,
.text-white.bg-color.row .col:not(.text-white):not(.bg-color) > .news > h2.text-dark,
.text-white.bg-color.row .col:not(.text-white):not(.bg-color) > .news > h3.text-dark,
.text-white.bg-color.row .col:not(.text-white):not(.bg-color) > .news > h4.text-dark,
.text-white.bg-color.row .col:not(.text-white):not(.bg-color) > .news > .heading.text-dark,
.text-white.bg-color.row .col:not(.text-white):not(.bg-color) > .related-vacancies > h1.text-dark,
.text-white.bg-color.row .col:not(.text-white):not(.bg-color) > .related-vacancies > h2.text-dark,
.text-white.bg-color.row .col:not(.text-white):not(.bg-color) > .related-vacancies > h3.text-dark,
.text-white.bg-color.row .col:not(.text-white):not(.bg-color) > .related-vacancies > h4.text-dark,
.text-white.bg-color.row .col:not(.text-white):not(.bg-color) > .related-vacancies > .heading.text-dark,
.text-white.bg-color.row .col:not(.text-white):not(.bg-color) > .vacancy-overview > h1.text-dark,
.text-white.bg-color.row .col:not(.text-white):not(.bg-color) > .vacancy-overview > h2.text-dark,
.text-white.bg-color.row .col:not(.text-white):not(.bg-color) > .vacancy-overview > h3.text-dark,
.text-white.bg-color.row .col:not(.text-white):not(.bg-color) > .vacancy-overview > h4.text-dark,
.text-white.bg-color.row .col:not(.text-white):not(.bg-color) > .vacancy-overview > .heading.text-dark,
.text-white.bg-color.row .col:not(.text-white):not(.bg-color) > .vacancy-filter-option-search > h1.text-dark,
.text-white.bg-color.row .col:not(.text-white):not(.bg-color) > .vacancy-filter-option-search > h2.text-dark,
.text-white.bg-color.row .col:not(.text-white):not(.bg-color) > .vacancy-filter-option-search > h3.text-dark,
.text-white.bg-color.row .col:not(.text-white):not(.bg-color) > .vacancy-filter-option-search > h4.text-dark,
.text-white.bg-color.row .col:not(.text-white):not(.bg-color) > .vacancy-filter-option-search > .heading.text-dark,
.text-white.bg-color.row .col:not(.text-white):not(.bg-color) > .form > h1.text-dark,
.text-white.bg-color.row .col:not(.text-white):not(.bg-color) > .form > h2.text-dark,
.text-white.bg-color.row .col:not(.text-white):not(.bg-color) > .form > h3.text-dark,
.text-white.bg-color.row .col:not(.text-white):not(.bg-color) > .form > h4.text-dark,
.text-white.bg-color.row .col:not(.text-white):not(.bg-color) > .form > .heading.text-dark,
.text-white.bg-color.row .col:not(.text-white):not(.bg-color) > .contact-person > h1.text-dark,
.text-white.bg-color.row .col:not(.text-white):not(.bg-color) > .contact-person > h2.text-dark,
.text-white.bg-color.row .col:not(.text-white):not(.bg-color) > .contact-person > h3.text-dark,
.text-white.bg-color.row .col:not(.text-white):not(.bg-color) > .contact-person > h4.text-dark,
.text-white.bg-color.row .col:not(.text-white):not(.bg-color) > .contact-person > .heading.text-dark,
.text-white.bg-color.row .col:not(.text-white):not(.bg-color) > .text-image > h1.text-dark,
.text-white.bg-color.row .col:not(.text-white):not(.bg-color) > .text-image > h2.text-dark,
.text-white.bg-color.row .col:not(.text-white):not(.bg-color) > .text-image > h3.text-dark,
.text-white.bg-color.row .col:not(.text-white):not(.bg-color) > .text-image > h4.text-dark,
.text-white.bg-color.row .col:not(.text-white):not(.bg-color) > .text-image > .heading.text-dark,
.text-white.bg-color.row .col:not(.text-white):not(.bg-color) > .job-alert > h1.text-dark,
.text-white.bg-color.row .col:not(.text-white):not(.bg-color) > .job-alert > h2.text-dark,
.text-white.bg-color.row .col:not(.text-white):not(.bg-color) > .job-alert > h3.text-dark,
.text-white.bg-color.row .col:not(.text-white):not(.bg-color) > .job-alert > h4.text-dark,
.text-white.bg-color.row .col:not(.text-white):not(.bg-color) > .job-alert > .heading.text-dark,
.text-white.bg-color.row .col:not(.text-white):not(.bg-color) > .events > h1.text-dark,
.text-white.bg-color.row .col:not(.text-white):not(.bg-color) > .events > h2.text-dark,
.text-white.bg-color.row .col:not(.text-white):not(.bg-color) > .events > h3.text-dark,
.text-white.bg-color.row .col:not(.text-white):not(.bg-color) > .events > h4.text-dark,
.text-white.bg-color.row .col:not(.text-white):not(.bg-color) > .events > .heading.text-dark {
  color: #000000; }

.text-white.bg-color.row .col:not(.text-white):not(.bg-color) > .group h1:not(.text-dark),
.text-white.bg-color.row .col:not(.text-white):not(.bg-color) > .group h2:not(.text-dark),
.text-white.bg-color.row .col:not(.text-white):not(.bg-color) > .group h3:not(.text-dark),
.text-white.bg-color.row .col:not(.text-white):not(.bg-color) > .group h4:not(.text-dark),
.text-white.bg-color.row .col:not(.text-white):not(.bg-color) > .group .heading:not(.text-dark),
.text-white.bg-color.row .col:not(.text-white):not(.bg-color) > .group .text:not(.text-dark),
.text-white.bg-color.row .col:not(.text-white):not(.bg-color) > .group .btn-group,
.text-white.bg-color.row .col:not(.text-white):not(.bg-color) > .group .link-group,
.text-white.bg-color.row .col:not(.text-white):not(.bg-color) > .group .intro .text:not(.text-dark),
.text-white.bg-color.row .col:not(.text-white):not(.bg-color) > .group .list {
  color: #ffffff; }

.text-white.bg-color.row .col:not(.text-white):not(.bg-color) > .group h1.text-dark,
.text-white.bg-color.row .col:not(.text-white):not(.bg-color) > .group h2.text-dark,
.text-white.bg-color.row .col:not(.text-white):not(.bg-color) > .group h3.text-dark,
.text-white.bg-color.row .col:not(.text-white):not(.bg-color) > .group h4.text-dark,
.text-white.bg-color.row .col:not(.text-white):not(.bg-color) > .group .heading.text-dark,
.text-white.bg-color.row .col:not(.text-white):not(.bg-color) > .group .text.text-dark,
.text-white.bg-color.row .col:not(.text-white):not(.bg-color) > .group .intro .text.text-dark,
.text-white.bg-color.row .col:not(.text-white):not(.bg-color) > .group .list.text-dark {
  color: #000000; }

.text-white.bg-color.row .col:not(.text-white):not(.bg-color) > .vacancy-description:not(.text-dark) {
  color: #ffffff; }
  .text-white.bg-color.row .col:not(.text-white):not(.bg-color) > .vacancy-description:not(.text-dark) h1:not(.text-dark),
  .text-white.bg-color.row .col:not(.text-white):not(.bg-color) > .vacancy-description:not(.text-dark) h2:not(.text-dark),
  .text-white.bg-color.row .col:not(.text-white):not(.bg-color) > .vacancy-description:not(.text-dark) h3:not(.text-dark),
  .text-white.bg-color.row .col:not(.text-white):not(.bg-color) > .vacancy-description:not(.text-dark) h4:not(.text-dark),
  .text-white.bg-color.row .col:not(.text-white):not(.bg-color) > .vacancy-description:not(.text-dark) .heading:not(.text-dark) {
    color: #ffffff; }

.text-white.bg-color.row .col:not(.text-white):not(.bg-color) > .vacancy-description.text-dark {
  color: #000000; }
  .text-white.bg-color.row .col:not(.text-white):not(.bg-color) > .vacancy-description.text-dark h1.text-dark,
  .text-white.bg-color.row .col:not(.text-white):not(.bg-color) > .vacancy-description.text-dark h2.text-dark,
  .text-white.bg-color.row .col:not(.text-white):not(.bg-color) > .vacancy-description.text-dark h3.text-dark,
  .text-white.bg-color.row .col:not(.text-white):not(.bg-color) > .vacancy-description.text-dark h4.text-dark,
  .text-white.bg-color.row .col:not(.text-white):not(.bg-color) > .vacancy-description.text-dark .heading.text-dark {
    color: #000000; }

.text-white.bg-color.col > .applicant-journey > h1:not(.text-dark),
.text-white.bg-color.col > .applicant-journey > h2:not(.text-dark),
.text-white.bg-color.col > .applicant-journey > h3:not(.text-dark),
.text-white.bg-color.col > .applicant-journey > h4:not(.text-dark),
.text-white.bg-color.col > .applicant-journey > .heading:not(.text-dark),
.text-white.bg-color.col > .application-procedure > h1:not(.text-dark),
.text-white.bg-color.col > .application-procedure > h2:not(.text-dark),
.text-white.bg-color.col > .application-procedure > h3:not(.text-dark),
.text-white.bg-color.col > .application-procedure > h4:not(.text-dark),
.text-white.bg-color.col > .application-procedure > .heading:not(.text-dark),
.text-white.bg-color.col > .card-slider > h1:not(.text-dark),
.text-white.bg-color.col > .card-slider > h2:not(.text-dark),
.text-white.bg-color.col > .card-slider > h3:not(.text-dark),
.text-white.bg-color.col > .card-slider > h4:not(.text-dark),
.text-white.bg-color.col > .card-slider > .heading:not(.text-dark),
.text-white.bg-color.col > .contact-form > h1:not(.text-dark),
.text-white.bg-color.col > .contact-form > h2:not(.text-dark),
.text-white.bg-color.col > .contact-form > h3:not(.text-dark),
.text-white.bg-color.col > .contact-form > h4:not(.text-dark),
.text-white.bg-color.col > .contact-form > .heading:not(.text-dark),
.text-white.bg-color.col > .application-form > h1:not(.text-dark),
.text-white.bg-color.col > .application-form > h2:not(.text-dark),
.text-white.bg-color.col > .application-form > h3:not(.text-dark),
.text-white.bg-color.col > .application-form > h4:not(.text-dark),
.text-white.bg-color.col > .application-form > .heading:not(.text-dark),
.text-white.bg-color.col > .accordion > h1:not(.text-dark),
.text-white.bg-color.col > .accordion > h2:not(.text-dark),
.text-white.bg-color.col > .accordion > h3:not(.text-dark),
.text-white.bg-color.col > .accordion > h4:not(.text-dark),
.text-white.bg-color.col > .accordion > .heading:not(.text-dark),
.text-white.bg-color.col > .news-overview > h1:not(.text-dark),
.text-white.bg-color.col > .news-overview > h2:not(.text-dark),
.text-white.bg-color.col > .news-overview > h3:not(.text-dark),
.text-white.bg-color.col > .news-overview > h4:not(.text-dark),
.text-white.bg-color.col > .news-overview > .heading:not(.text-dark),
.text-white.bg-color.col > .news > h1:not(.text-dark),
.text-white.bg-color.col > .news > h2:not(.text-dark),
.text-white.bg-color.col > .news > h3:not(.text-dark),
.text-white.bg-color.col > .news > h4:not(.text-dark),
.text-white.bg-color.col > .news > .heading:not(.text-dark),
.text-white.bg-color.col > .related-vacancies > h1:not(.text-dark),
.text-white.bg-color.col > .related-vacancies > h2:not(.text-dark),
.text-white.bg-color.col > .related-vacancies > h3:not(.text-dark),
.text-white.bg-color.col > .related-vacancies > h4:not(.text-dark),
.text-white.bg-color.col > .related-vacancies > .heading:not(.text-dark),
.text-white.bg-color.col > .vacancy-overview > h1:not(.text-dark),
.text-white.bg-color.col > .vacancy-overview > h2:not(.text-dark),
.text-white.bg-color.col > .vacancy-overview > h3:not(.text-dark),
.text-white.bg-color.col > .vacancy-overview > h4:not(.text-dark),
.text-white.bg-color.col > .vacancy-overview > .heading:not(.text-dark),
.text-white.bg-color.col > .vacancy-filter-option-search > h1:not(.text-dark),
.text-white.bg-color.col > .vacancy-filter-option-search > h2:not(.text-dark),
.text-white.bg-color.col > .vacancy-filter-option-search > h3:not(.text-dark),
.text-white.bg-color.col > .vacancy-filter-option-search > h4:not(.text-dark),
.text-white.bg-color.col > .vacancy-filter-option-search > .heading:not(.text-dark),
.text-white.bg-color.col > .form > h1:not(.text-dark),
.text-white.bg-color.col > .form > h2:not(.text-dark),
.text-white.bg-color.col > .form > h3:not(.text-dark),
.text-white.bg-color.col > .form > h4:not(.text-dark),
.text-white.bg-color.col > .form > .heading:not(.text-dark),
.text-white.bg-color.col > .contact-person > h1:not(.text-dark),
.text-white.bg-color.col > .contact-person > h2:not(.text-dark),
.text-white.bg-color.col > .contact-person > h3:not(.text-dark),
.text-white.bg-color.col > .contact-person > h4:not(.text-dark),
.text-white.bg-color.col > .contact-person > .heading:not(.text-dark),
.text-white.bg-color.col > .text-image > h1:not(.text-dark),
.text-white.bg-color.col > .text-image > h2:not(.text-dark),
.text-white.bg-color.col > .text-image > h3:not(.text-dark),
.text-white.bg-color.col > .text-image > h4:not(.text-dark),
.text-white.bg-color.col > .text-image > .heading:not(.text-dark),
.text-white.bg-color.col > .events > h1:not(.text-dark),
.text-white.bg-color.col > .events > h2:not(.text-dark),
.text-white.bg-color.col > .events > h3:not(.text-dark),
.text-white.bg-color.col > .events > h4:not(.text-dark),
.text-white.bg-color.col > .events > .heading:not(.text-dark) {
  color: #ffffff; }

.text-white.bg-color.col > .applicant-journey > h1.text-dark,
.text-white.bg-color.col > .applicant-journey > h2.text-dark,
.text-white.bg-color.col > .applicant-journey > h3.text-dark,
.text-white.bg-color.col > .applicant-journey > h4.text-dark,
.text-white.bg-color.col > .applicant-journey > .heading.text-dark,
.text-white.bg-color.col > .application-procedure > h1.text-dark,
.text-white.bg-color.col > .application-procedure > h2.text-dark,
.text-white.bg-color.col > .application-procedure > h3.text-dark,
.text-white.bg-color.col > .application-procedure > h4.text-dark,
.text-white.bg-color.col > .application-procedure > .heading.text-dark,
.text-white.bg-color.col > .card-slider > h1.text-dark,
.text-white.bg-color.col > .card-slider > h2.text-dark,
.text-white.bg-color.col > .card-slider > h3.text-dark,
.text-white.bg-color.col > .card-slider > h4.text-dark,
.text-white.bg-color.col > .card-slider > .heading.text-dark,
.text-white.bg-color.col > .contact-form > h1.text-dark,
.text-white.bg-color.col > .contact-form > h2.text-dark,
.text-white.bg-color.col > .contact-form > h3.text-dark,
.text-white.bg-color.col > .contact-form > h4.text-dark,
.text-white.bg-color.col > .contact-form > .heading.text-dark,
.text-white.bg-color.col > .application-form > h1.text-dark,
.text-white.bg-color.col > .application-form > h2.text-dark,
.text-white.bg-color.col > .application-form > h3.text-dark,
.text-white.bg-color.col > .application-form > h4.text-dark,
.text-white.bg-color.col > .application-form > .heading.text-dark,
.text-white.bg-color.col > .accordion > h1.text-dark,
.text-white.bg-color.col > .accordion > h2.text-dark,
.text-white.bg-color.col > .accordion > h3.text-dark,
.text-white.bg-color.col > .accordion > h4.text-dark,
.text-white.bg-color.col > .accordion > .heading.text-dark,
.text-white.bg-color.col > .news-overview > h1.text-dark,
.text-white.bg-color.col > .news-overview > h2.text-dark,
.text-white.bg-color.col > .news-overview > h3.text-dark,
.text-white.bg-color.col > .news-overview > h4.text-dark,
.text-white.bg-color.col > .news-overview > .heading.text-dark,
.text-white.bg-color.col > .news > h1.text-dark,
.text-white.bg-color.col > .news > h2.text-dark,
.text-white.bg-color.col > .news > h3.text-dark,
.text-white.bg-color.col > .news > h4.text-dark,
.text-white.bg-color.col > .news > .heading.text-dark,
.text-white.bg-color.col > .related-vacancies > h1.text-dark,
.text-white.bg-color.col > .related-vacancies > h2.text-dark,
.text-white.bg-color.col > .related-vacancies > h3.text-dark,
.text-white.bg-color.col > .related-vacancies > h4.text-dark,
.text-white.bg-color.col > .related-vacancies > .heading.text-dark,
.text-white.bg-color.col > .vacancy-overview > h1.text-dark,
.text-white.bg-color.col > .vacancy-overview > h2.text-dark,
.text-white.bg-color.col > .vacancy-overview > h3.text-dark,
.text-white.bg-color.col > .vacancy-overview > h4.text-dark,
.text-white.bg-color.col > .vacancy-overview > .heading.text-dark,
.text-white.bg-color.col > .vacancy-filter-option-search > h1.text-dark,
.text-white.bg-color.col > .vacancy-filter-option-search > h2.text-dark,
.text-white.bg-color.col > .vacancy-filter-option-search > h3.text-dark,
.text-white.bg-color.col > .vacancy-filter-option-search > h4.text-dark,
.text-white.bg-color.col > .vacancy-filter-option-search > .heading.text-dark,
.text-white.bg-color.col > .form > h1.text-dark,
.text-white.bg-color.col > .form > h2.text-dark,
.text-white.bg-color.col > .form > h3.text-dark,
.text-white.bg-color.col > .form > h4.text-dark,
.text-white.bg-color.col > .form > .heading.text-dark,
.text-white.bg-color.col > .contact-person > h1.text-dark,
.text-white.bg-color.col > .contact-person > h2.text-dark,
.text-white.bg-color.col > .contact-person > h3.text-dark,
.text-white.bg-color.col > .contact-person > h4.text-dark,
.text-white.bg-color.col > .contact-person > .heading.text-dark,
.text-white.bg-color.col > .text-image > h1.text-dark,
.text-white.bg-color.col > .text-image > h2.text-dark,
.text-white.bg-color.col > .text-image > h3.text-dark,
.text-white.bg-color.col > .text-image > h4.text-dark,
.text-white.bg-color.col > .text-image > .heading.text-dark,
.text-white.bg-color.col > .events > h1.text-dark,
.text-white.bg-color.col > .events > h2.text-dark,
.text-white.bg-color.col > .events > h3.text-dark,
.text-white.bg-color.col > .events > h4.text-dark,
.text-white.bg-color.col > .events > .heading.text-dark {
  color: #000000; }

.text-white.bg-color.col > .group h1:not(.text-dark),
.text-white.bg-color.col > .group h2:not(.text-dark),
.text-white.bg-color.col > .group h3:not(.text-dark),
.text-white.bg-color.col > .group h4:not(.text-dark),
.text-white.bg-color.col > .group .heading:not(.text-dark),
.text-white.bg-color.col > .group .text:not(.text-dark),
.text-white.bg-color.col > .group .btn-group,
.text-white.bg-color.col > .group .link-group,
.text-white.bg-color.col > .group .intro .text:not(.text-dark),
.text-white.bg-color.col > .group .list {
  color: #ffffff; }

.text-white.bg-color.col > .vacancy-description:not(.text-dark) {
  color: #ffffff; }
  .text-white.bg-color.col > .vacancy-description:not(.text-dark) h1:not(.text-dark),
  .text-white.bg-color.col > .vacancy-description:not(.text-dark) h2:not(.text-dark),
  .text-white.bg-color.col > .vacancy-description:not(.text-dark) h3:not(.text-dark),
  .text-white.bg-color.col > .vacancy-description:not(.text-dark) h4:not(.text-dark),
  .text-white.bg-color.col > .vacancy-description:not(.text-dark) .heading:not(.text-dark) {
    color: #ffffff; }

.text-white.bg-color.col > .vacancy-description.text-dark {
  color: #000000; }
  .text-white.bg-color.col > .vacancy-description.text-dark h1.text-dark,
  .text-white.bg-color.col > .vacancy-description.text-dark h2.text-dark,
  .text-white.bg-color.col > .vacancy-description.text-dark h3.text-dark,
  .text-white.bg-color.col > .vacancy-description.text-dark h4.text-dark,
  .text-white.bg-color.col > .vacancy-description.text-dark .heading.text-dark {
    color: #000000; }

.accordion h1.text-white,
.accordion h2.text-white,
.accordion h3.text-white,
.accordion h4.text-white,
.accordion .heading.text-white,
.accordion .text.text-white,
.accordion .intro .text.text-white,
.applicant-journey h1.text-white,
.applicant-journey h2.text-white,
.applicant-journey h3.text-white,
.applicant-journey h4.text-white,
.applicant-journey .heading.text-white,
.applicant-journey .text.text-white,
.applicant-journey .intro .text.text-white,
.application-procedure h1.text-white,
.application-procedure h2.text-white,
.application-procedure h3.text-white,
.application-procedure h4.text-white,
.application-procedure .heading.text-white,
.application-procedure .text.text-white,
.application-procedure .intro .text.text-white,
.card-slider h1.text-white,
.card-slider h2.text-white,
.card-slider h3.text-white,
.card-slider h4.text-white,
.card-slider .heading.text-white,
.card-slider .text.text-white,
.card-slider .intro .text.text-white,
.contact-person h1.text-white,
.contact-person h2.text-white,
.contact-person h3.text-white,
.contact-person h4.text-white,
.contact-person .heading.text-white,
.contact-person .text.text-white,
.contact-person .intro .text.text-white,
.contact-form h1.text-white,
.contact-form h2.text-white,
.contact-form h3.text-white,
.contact-form h4.text-white,
.contact-form .heading.text-white,
.contact-form .text.text-white,
.contact-form .intro .text.text-white,
.application-form h1.text-white,
.application-form h2.text-white,
.application-form h3.text-white,
.application-form h4.text-white,
.application-form .heading.text-white,
.application-form .text.text-white,
.application-form .intro .text.text-white,
.events h1.text-white,
.events h2.text-white,
.events h3.text-white,
.events h4.text-white,
.events .heading.text-white,
.events .text.text-white,
.events .intro .text.text-white,
.job-alert h1.text-white,
.job-alert h2.text-white,
.job-alert h3.text-white,
.job-alert h4.text-white,
.job-alert .heading.text-white,
.job-alert .text.text-white,
.job-alert .intro .text.text-white,
.form h1.text-white,
.form h2.text-white,
.form h3.text-white,
.form h4.text-white,
.form .heading.text-white,
.form .text.text-white,
.form .intro .text.text-white,
.group h1.text-white,
.group h2.text-white,
.group h3.text-white,
.group h4.text-white,
.group .heading.text-white,
.group .text.text-white,
.group .intro .text.text-white,
.keyword-search h1.text-white,
.keyword-search h2.text-white,
.keyword-search h3.text-white,
.keyword-search h4.text-white,
.keyword-search .heading.text-white,
.keyword-search .text.text-white,
.keyword-search .intro .text.text-white,
.news h1.text-white,
.news h2.text-white,
.news h3.text-white,
.news h4.text-white,
.news .heading.text-white,
.news .text.text-white,
.news .intro .text.text-white,
.news-overview h1.text-white,
.news-overview h2.text-white,
.news-overview h3.text-white,
.news-overview h4.text-white,
.news-overview .heading.text-white,
.news-overview .text.text-white,
.news-overview .intro .text.text-white,
.related-vacancies h1.text-white,
.related-vacancies h2.text-white,
.related-vacancies h3.text-white,
.related-vacancies h4.text-white,
.related-vacancies .heading.text-white,
.related-vacancies .text.text-white,
.related-vacancies .intro .text.text-white,
.recruiter h1.text-white,
.recruiter h2.text-white,
.recruiter h3.text-white,
.recruiter h4.text-white,
.recruiter .heading.text-white,
.recruiter .text.text-white,
.recruiter .intro .text.text-white,
.vacancy-filter-links h1.text-white,
.vacancy-filter-links h2.text-white,
.vacancy-filter-links h3.text-white,
.vacancy-filter-links h4.text-white,
.vacancy-filter-links .heading.text-white,
.vacancy-filter-links .text.text-white,
.vacancy-filter-links .intro .text.text-white,
.vacancy-associated-options h1.text-white,
.vacancy-associated-options h2.text-white,
.vacancy-associated-options h3.text-white,
.vacancy-associated-options h4.text-white,
.vacancy-associated-options .heading.text-white,
.vacancy-associated-options .text.text-white,
.vacancy-associated-options .intro .text.text-white,
.text-image h1.text-white,
.text-image h2.text-white,
.text-image h3.text-white,
.text-image h4.text-white,
.text-image .heading.text-white,
.text-image .text.text-white,
.text-image .intro .text.text-white,
.vacancy-overview h1.text-white,
.vacancy-overview h2.text-white,
.vacancy-overview h3.text-white,
.vacancy-overview h4.text-white,
.vacancy-overview .heading.text-white,
.vacancy-overview .text.text-white,
.vacancy-overview .intro .text.text-white,
.component h1.text-white,
.component h2.text-white,
.component h3.text-white,
.component h4.text-white,
.component .heading.text-white,
.component .text.text-white,
.component .intro .text.text-white {
  color: #ffffff; }

.accordion h1.text-dark,
.accordion h2.text-dark,
.accordion h3.text-dark,
.accordion h4.text-dark,
.accordion .heading.text-dark,
.accordion .text.text-dark,
.accordion .intro .text.text-dark,
.applicant-journey h1.text-dark,
.applicant-journey h2.text-dark,
.applicant-journey h3.text-dark,
.applicant-journey h4.text-dark,
.applicant-journey .heading.text-dark,
.applicant-journey .text.text-dark,
.applicant-journey .intro .text.text-dark,
.application-procedure h1.text-dark,
.application-procedure h2.text-dark,
.application-procedure h3.text-dark,
.application-procedure h4.text-dark,
.application-procedure .heading.text-dark,
.application-procedure .text.text-dark,
.application-procedure .intro .text.text-dark,
.card-slider h1.text-dark,
.card-slider h2.text-dark,
.card-slider h3.text-dark,
.card-slider h4.text-dark,
.card-slider .heading.text-dark,
.card-slider .text.text-dark,
.card-slider .intro .text.text-dark,
.contact-person h1.text-dark,
.contact-person h2.text-dark,
.contact-person h3.text-dark,
.contact-person h4.text-dark,
.contact-person .heading.text-dark,
.contact-person .text.text-dark,
.contact-person .intro .text.text-dark,
.contact-form h1.text-dark,
.contact-form h2.text-dark,
.contact-form h3.text-dark,
.contact-form h4.text-dark,
.contact-form .heading.text-dark,
.contact-form .text.text-dark,
.contact-form .intro .text.text-dark,
.application-form h1.text-dark,
.application-form h2.text-dark,
.application-form h3.text-dark,
.application-form h4.text-dark,
.application-form .heading.text-dark,
.application-form .text.text-dark,
.application-form .intro .text.text-dark,
.events h1.text-dark,
.events h2.text-dark,
.events h3.text-dark,
.events h4.text-dark,
.events .heading.text-dark,
.events .text.text-dark,
.events .intro .text.text-dark,
.job-alert h1.text-dark,
.job-alert h2.text-dark,
.job-alert h3.text-dark,
.job-alert h4.text-dark,
.job-alert .heading.text-dark,
.job-alert .text.text-dark,
.job-alert .intro .text.text-dark,
.form h1.text-dark,
.form h2.text-dark,
.form h3.text-dark,
.form h4.text-dark,
.form .heading.text-dark,
.form .text.text-dark,
.form .intro .text.text-dark,
.group h1.text-dark,
.group h2.text-dark,
.group h3.text-dark,
.group h4.text-dark,
.group .heading.text-dark,
.group .text.text-dark,
.group .intro .text.text-dark,
.keyword-search h1.text-dark,
.keyword-search h2.text-dark,
.keyword-search h3.text-dark,
.keyword-search h4.text-dark,
.keyword-search .heading.text-dark,
.keyword-search .text.text-dark,
.keyword-search .intro .text.text-dark,
.news h1.text-dark,
.news h2.text-dark,
.news h3.text-dark,
.news h4.text-dark,
.news .heading.text-dark,
.news .text.text-dark,
.news .intro .text.text-dark,
.news-overview h1.text-dark,
.news-overview h2.text-dark,
.news-overview h3.text-dark,
.news-overview h4.text-dark,
.news-overview .heading.text-dark,
.news-overview .text.text-dark,
.news-overview .intro .text.text-dark,
.related-vacancies h1.text-dark,
.related-vacancies h2.text-dark,
.related-vacancies h3.text-dark,
.related-vacancies h4.text-dark,
.related-vacancies .heading.text-dark,
.related-vacancies .text.text-dark,
.related-vacancies .intro .text.text-dark,
.recruiter h1.text-dark,
.recruiter h2.text-dark,
.recruiter h3.text-dark,
.recruiter h4.text-dark,
.recruiter .heading.text-dark,
.recruiter .text.text-dark,
.recruiter .intro .text.text-dark,
.vacancy-filter-links h1.text-dark,
.vacancy-filter-links h2.text-dark,
.vacancy-filter-links h3.text-dark,
.vacancy-filter-links h4.text-dark,
.vacancy-filter-links .heading.text-dark,
.vacancy-filter-links .text.text-dark,
.vacancy-filter-links .intro .text.text-dark,
.vacancy-associated-options h1.text-dark,
.vacancy-associated-options h2.text-dark,
.vacancy-associated-options h3.text-dark,
.vacancy-associated-options h4.text-dark,
.vacancy-associated-options .heading.text-dark,
.vacancy-associated-options .text.text-dark,
.vacancy-associated-options .intro .text.text-dark,
.text-image h1.text-dark,
.text-image h2.text-dark,
.text-image h3.text-dark,
.text-image h4.text-dark,
.text-image .heading.text-dark,
.text-image .text.text-dark,
.text-image .intro .text.text-dark,
.vacancy-overview h1.text-dark,
.vacancy-overview h2.text-dark,
.vacancy-overview h3.text-dark,
.vacancy-overview h4.text-dark,
.vacancy-overview .heading.text-dark,
.vacancy-overview .text.text-dark,
.vacancy-overview .intro .text.text-dark,
.component h1.text-dark,
.component h2.text-dark,
.component h3.text-dark,
.component h4.text-dark,
.component .heading.text-dark,
.component .text.text-dark,
.component .intro .text.text-dark {
  color: #000000; }

.cookie-modal {
  width: 100%;
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  box-shadow: 0 0 7px 1px #21212147;
  background: #f2f6f8;
  z-index: 11; }
  .cookie-modal.open {
    display: flex; }
  .cookie-modal .row .col {
    padding-bottom: 30px;
    margin: 0;
    flex: 1 0 auto;
    position: relative; }
    .cookie-modal .row .col:before, .cookie-modal .row .col:after {
      content: "";
      width: 2px;
      height: 10px;
      opacity: 0.6;
      position: absolute;
      top: calc(100% - 20px);
      left: 50%;
      background: #004766;
      transform: translateX(-50%); }
      @media only screen and (min-width: 992px) {
        .cookie-modal .row .col:before, .cookie-modal .row .col:after {
          top: 50%;
          left: calc(100% - 1px); } }
    .cookie-modal .row .col:after {
      transform: translateX(-50%) rotate(90deg); }
      @media only screen and (min-width: 992px) {
        .cookie-modal .row .col:after {
          top: 50%;
          left: calc(100% - 1px);
          transform: translateY(-50%) r rotate(90deg); } }
    @media only screen and (min-width: 992px) {
      .cookie-modal .row .col:first-child {
        padding-left: 0; } }
    .cookie-modal .row .col:last-child:before, .cookie-modal .row .col:last-child:after {
      content: none; }
    @media only screen and (min-width: 992px) {
      .cookie-modal .row .col:last-child {
        padding-right: 0; } }
    @media only screen and (min-width: 992px) {
      .cookie-modal .row .col {
        max-width: calc(100% / 3);
        padding: 0 15px 30px 15px; } }
  .cookie-modal .cookie-body {
    width: 100%;
    max-width: 1180px;
    max-height: calc(100vh - 90px);
    padding: 15px;
    margin: 0 auto;
    flex-flow: column nowrap;
    overflow: auto; }
    .cookie-modal .cookie-body form {
      display: flex;
      flex-flow: column nowrap; }
    @media only screen and (min-width: 992px) {
      .cookie-modal .cookie-body {
        padding: 30px;
        flex-flow: row nowrap;
        overflow: unset; } }
  .cookie-modal .cookie-declaration {
    margin-top: 10px;
    display: flex;
    justify-content: center;
    font-family: "OpenSans-Regular";
    text-decoration: underline;
    color: #004766; }
    @media only screen and (min-width: 992px) {
      .cookie-modal .cookie-declaration {
        max-width: 300px;
        margin-top: -35px;
        justify-content: flex-start; } }
  .cookie-modal .card-container {
    padding: 0;
    margin: 0;
    display: none;
    flex-flow: column nowrap; }
    .cookie-modal .card-container.visible {
      display: flex; }
    @media only screen and (min-width: 992px) {
      .cookie-modal .card-container {
        flex-flow: row nowrap; } }
  .cookie-modal .description {
    margin: 0;
    margin-bottom: 22.5px; }
  .cookie-modal .cookie-info {
    width: 100%;
    flex-flow: column nowrap;
    text-align: center; }
    @media only screen and (min-width: 992px) {
      .cookie-modal .cookie-info {
        text-align: left; } }
  .cookie-modal .btn-row {
    flex-flow: column nowrap; }
    .cookie-modal .btn-row .btn,
    .cookie-modal .btn-row .link {
      display: none; }
      .cookie-modal .btn-row .btn.visible,
      .cookie-modal .btn-row .link.visible {
        display: flex; }
      .cookie-modal .btn-row .btn:hover,
      .cookie-modal .btn-row .link:hover {
        color: #ffffff; }
      @media only screen and (min-width: 992px) {
        .cookie-modal .btn-row .btn:first-of-type,
        .cookie-modal .btn-row .link:first-of-type {
          margin-right: 10px; } }
    @media only screen and (min-width: 992px) {
      .cookie-modal .btn-row {
        display: flex;
        flex-flow: row nowrap;
        justify-content: flex-end; } }
  .cookie-modal .card {
    min-height: 185px;
    padding: 15px;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
    text-align: left;
    background: #ffffff;
    cursor: pointer;
    user-select: none;
    transition: all 0.3s ease-in-out; }
    .cookie-modal .card:hover, .cookie-modal .card:focus, .cookie-modal .card:active {
      box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.3); }
    .cookie-modal .card.disabled .card-title,
    .cookie-modal .card.disabled .card-description {
      color: #2a2a2a; }
    .cookie-modal .card.disabled .checkbox {
      border-color: #2a2a2a;
      background: #2a2a2a; }
    .cookie-modal .card .top {
      margin-bottom: 5px;
      display: flex;
      flex-flow: row nowrap;
      align-items: center; }
    .cookie-modal .card .card-title {
      padding: 0;
      font-size: 16px; }

.full-consent-msg {
  display: none; }

.selected-consent-msg {
  display: none; }
  .selected-consent-msg.visible {
    display: block;
    color: #2a2a2a; }
    .selected-consent-msg.visible:hover {
      color: #ffffff; }

.page-wrapper .cookie-modal {
  padding: 15px;
  display: flex;
  position: relative;
  bottom: auto;
  left: auto;
  box-shadow: none;
  background: transparent;
  z-index: auto; }
  @media only screen and (min-width: 1030px) {
    .page-wrapper .cookie-modal {
      padding: 30px; } }

.page-wrapper .cookie-declaration {
  display: none; }

.ot-main-content {
  display: block; }

/* stylelint-disable declaration-no-important, selector-max-id */
#onetrust-consent-sdk #onetrust-banner-sdk > div {
  max-width: 1180px;
  margin: 0 auto; }

#onetrust-consent-sdk #onetrust-button-group #onetrust-accept-btn-handler {
  padding: 10px 15px;
  border: 0;
  color: #ffffff;
  background: #f9234b; }
  @media only screen and (min-width: 992px) {
    #onetrust-consent-sdk #onetrust-button-group #onetrust-accept-btn-handler {
      margin: 0; } }

#onetrust-consent-sdk #onetrust-button-group #onetrust-pc-btn-handler {
  color: #004766; }

@media only screen and (min-width: 992px) {
  #onetrust-consent-sdk #onetrust-button-group {
    display: flex !important;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center; } }

#onetrust-consent-sdk #onetrust-group-container #onetrust-policy-text,
#onetrust-consent-sdk #onetrust-button-group #onetrust-accept-btn-handler,
#onetrust-consent-sdk #onetrust-button-group #onetrust-pc-btn-handler {
  font-family: "OpenSans-Regular";
  font-size: 16px; }

/* stylelint-enable declaration-no-important, selector-max-id */
.confirm-modal {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2; }
  .confirm-modal .modal-background {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.32); }
  .confirm-modal .modal-card {
    width: calc(100vw - 2rem);
    padding: 1.5rem;
    position: absolute;
    top: 50%;
    left: 50%;
    box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
    background: #ffffff;
    transform: translate(-50%, -50%);
    z-index: 3; }
  .confirm-modal .modal-card-header {
    display: flex; }
    .confirm-modal .modal-card-header h2 {
      padding: 0; }
    .confirm-modal .modal-card-header .icon-btn {
      display: none; }
  .confirm-modal .modal-card-footer {
    padding-top: 0.5rem;
    display: flex;
    flex-direction: column; }
    .confirm-modal .modal-card-footer .btn {
      width: 100%;
      padding: 0.5rem 1rem; }
      .confirm-modal .modal-card-footer .btn + .btn {
        margin-top: 0.5rem; }
        @media only screen and (min-width: 768px) {
          .confirm-modal .modal-card-footer .btn + .btn {
            margin-top: 0;
            margin-left: 0.5rem; } }
      @media only screen and (min-width: 768px) {
        .confirm-modal .modal-card-footer .btn {
          width: auto; } }
    .confirm-modal .modal-card-footer .outline {
      border: 1px solid #f9234b;
      color: #f9234b; }
    @media only screen and (min-width: 768px) {
      .confirm-modal .modal-card-footer {
        flex-direction: row;
        justify-content: flex-end; } }

.filters {
  min-width: 280px;
  flex: 1 1 auto;
  flex-direction: column;
  overflow-y: auto; }
  .filters.is-open .filters-toggle {
    background: #f9234b;
    transition: background 150ms ease-in-out; }
    .filters.is-open .filters-toggle:before {
      transform: translateX(100%);
      transition: transform 150ms ease-in-out; }
  .filters.is-open .form-filters {
    left: 0; }
  .filters .keyword-search h2 {
    padding-left: 0;
    font-family: "OpenSans-Regular";
    font-size: 22px;
    line-height: 22px;
    color: #2a2a2a; }
  .filters .keyword-search .form-search {
    padding: 0;
    margin-bottom: 30px;
    flex-flow: column nowrap;
    background: transparent; }
  .filters .keyword-search .input-with-autocomplete,
  .filters .keyword-search .and-or {
    width: 100%;
    margin: 0;
    margin-bottom: 10px; }
  .filters .keyword-search .request-location,
  .filters .keyword-search .location-autocomplete {
    border: 1px solid #f2f6f8; }
  .filters .keyword-search .button-submit,
  .filters .keyword-search .btn-submit {
    width: 100%; }
  @media only screen and (min-width: 768px) {
    .filters {
      flex: 0 0 auto;
      overflow-y: inherit; } }

.form-filters {
  width: 90%;
  height: 100%;
  padding: 30px;
  flex-flow: column nowrap;
  position: fixed;
  top: 0;
  left: -100%;
  box-shadow: 0 0 93px 8px rgba(0, 0, 0, 0.3);
  background: #ffffff;
  overflow-y: auto;
  z-index: 10000;
  transition: all 250ms ease-out; }
  .form-filters .button-container {
    padding: 30px;
    margin-right: -30px;
    margin-left: -30px;
    position: sticky;
    bottom: -30px;
    background: #ffffff;
    z-index: 1; }
  @media only screen and (min-width: 768px) {
    .form-filters {
      width: auto;
      height: auto;
      padding: 0;
      display: flex;
      position: relative;
      top: auto;
      left: auto;
      box-shadow: none;
      background: none;
      overflow-y: inherit;
      z-index: auto;
      transition: none; } }

/* Filters header */
.filters-header {
  flex-wrap: wrap;
  justify-content: space-between;
  position: fixed;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10; }
  .filters-header .btn {
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
    white-space: nowrap;
    background: #ffffff; }
    .filters-header .btn:hover svg, .filters-header .btn:focus svg, .filters-header .btn:active svg {
      fill: #ffffff; }
  .filters-header .icon {
    width: 15px;
    height: 15px;
    margin-right: 10px; }
    .filters-header .icon svg {
      fill: #004766; }
  @media only screen and (min-width: 768px) {
    .filters-header {
      display: none; } }

.filters-toggle {
  width: 40px;
  height: 20px;
  box-sizing: content-box;
  padding: 5px;
  margin-left: 10px;
  flex: 0 0 auto;
  border-radius: 20px;
  cursor: pointer;
  user-select: none;
  transition: background 150ms ease-in-out; }
  .filters-toggle:before {
    content: "";
    width: 20px;
    height: 20px;
    display: flex;
    border-radius: 50%;
    background: #ffffff;
    transition: transform 150ms ease-in-out; }
  @media only screen and (min-width: 768px) {
    .filters-toggle {
      display: none; } }

/* Close filter */
.close-filter {
  width: 100%;
  padding-bottom: 20px;
  justify-content: flex-end; }
  .close-filter svg {
    width: 13px;
    cursor: pointer; }
  @media only screen and (min-width: 768px) {
    .close-filter {
      display: none; } }

/* Filter */
.filter {
  padding-bottom: 30px;
  flex-direction: column; }
  .filter:last-child {
    padding-bottom: 0; }

.filter-title {
  padding-bottom: 20px;
  font-size: 22px;
  line-height: 22px;
  cursor: default;
  user-select: none; }

/* Filter label */
.filter-label {
  padding-bottom: 10px; }
  .filter-label:last-child {
    padding-bottom: 0; }

.filter-checkbox {
  align-items: center;
  position: relative;
  cursor: pointer; }
  .filter-checkbox.disabled {
    color: #d3d3d3;
    cursor: default; }
    .filter-checkbox.disabled .checkbox {
      border: 2px solid #d3d3d3; }
  .filter-checkbox .counter {
    padding-left: 5px; }

.filter-query {
  flex-direction: column; }

.hour-filter-slider {
  /* Firefox */
  -moz-appearance: textfield; }
  .hour-filter-slider::-webkit-inner-spin-button, .hour-filter-slider::-webkit-outer-spin-button {
    -webkit-appearance: none; }

.hours-filter {
  flex-flow: column; }
  .hours-filter .filter-label-input {
    min-height: 50px;
    max-height: 50px;
    padding: 10px;
    flex: 1 1 auto;
    border: 1px solid #d3d3d3; }
    @media only screen and (min-width: 992px) {
      .hours-filter .filter-label-input {
        max-width: 90px; } }

.hours-filter-sliders {
  width: 100%;
  height: 4px;
  position: relative;
  z-index: 1; }

.hours-filter-track {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #f2f6f8;
  z-index: 1; }
  .single-range .hours-filter-track {
    top: -1px;
    bottom: -1px;
    background-color: #004766; }

.hours-filter-range {
  position: absolute;
  top: -1px;
  right: 0;
  bottom: -1px;
  left: 0;
  background-color: #004766;
  z-index: 3; }
  .single-range .hours-filter-range {
    background-color: #f2f6f8; }

.hours-filter-slider-thumb {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 2px;
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(98, 0, 238, 0.1);
  background-color: #004766;
  transform: translate(0, -50%);
  pointer-events: all;
  z-index: 3;
  transition: box-shadow 0.3s ease-in-out; }

.hours-filter-bottom,
.hours-filter-top {
  margin-bottom: 35px;
  position: relative; }

.single-range .hours-filter-top {
  flex-flow: row-reverse;
  justify-content: flex-end; }

.hours-filter-bottom {
  /* stylelint-disable */ }
  .hours-filter-bottom input[type="range"] {
    -webkit-appearance: none;
    width: calc(100% + 16px);
    height: 10px;
    opacity: 0;
    position: absolute;
    top: -5px;
    left: -8px;
    pointer-events: none;
    z-index: 2; }
    .hours-filter-bottom input[type="range"]::-webkit-slider-thumb {
      /* stylelint-enable */
      -webkit-appearance: none;
      width: 30px;
      height: 30px;
      border: 0 none;
      border-radius: 0;
      cursor: pointer;
      pointer-events: all; }
    .hours-filter-bottom input[type="range"]::-moz-range-thumb {
      /* stylelint-enable */
      -webkit-appearance: none;
      width: 30px;
      height: 30px;
      border: 0 none;
      border-radius: 0;
      cursor: pointer;
      pointer-events: all; }
    .hours-filter-bottom input[type="range"]::-moz-slider-thumb {
      /* stylelint-enable */
      -webkit-appearance: none;
      width: 30px;
      height: 30px;
      border: 0 none;
      border-radius: 0;
      cursor: pointer;
      pointer-events: all; }

/* Filter dropdown */
.filter-dropdown.is-open .filter-dropdown-options {
  display: flex; }

.filter-dropdown.is-open .filter-dropdown-icon {
  transform: rotate(180deg);
  transition: transform 150ms ease-in-out; }

.filter-dropdown-toggle {
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  user-select: none; }
  .filter-dropdown-toggle > .filter-title {
    padding: 0;
    cursor: pointer; }

.filter-dropdown-icon {
  width: 20px;
  height: 20px;
  transition: transform 150ms ease-in-out; }

.filter-dropdown-options {
  width: 100%;
  max-width: 350px;
  padding-top: 20px;
  display: none;
  flex-direction: column; }

/* Filter tags */
.filter-tags {
  padding-bottom: 10px;
  flex-wrap: wrap; }

.btn.filter-tag {
  padding: 5px 12px;
  margin-right: 20px;
  margin-bottom: 10px;
  align-items: center;
  font-size: 14px;
  cursor: pointer; }
  .btn.filter-tag.filter-tag-remove {
    border: 0; }
  .btn.filter-tag svg {
    fill: #004766; }
  .btn.filter-tag:hover svg, .btn.filter-tag:focus svg, .btn.filter-tag:active svg {
    fill: #ffffff; }

.filter-tag-label {
  flex: 1 1 0; }

.filter-tag-icon {
  width: 12px;
  height: 12px;
  margin-left: 10px; }
  .filter-tag-icon svg {
    fill: #ffffff; }

/* Hours and salary filter */
@media only screen and (min-width: 992px) {
  .filter.hours {
    max-width: 310px; } }

.hour-title {
  margin-bottom: 20px; }

.hours-filter,
.hour-title {
  text-transform: none; }

.hours-additional-title {
  padding: 20px;
  align-items: center;
  font-size: 16px;
  text-transform: lowercase; }
  .single-range .hours-additional-title {
    padding-left: 0; }
  @media only screen and (min-width: 768px) {
    .hours-additional-title {
      padding: 0 20px; } }

.switch-label {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  position: relative; }
  .switch-label .text-label {
    margin: 0 15px; }

.switch-container {
  align-items: center; }
  .switch-container.checked .switch {
    background-color: #f9234b; }
    .switch-container.checked .switch:before {
      right: 1px;
      left: auto; }
  .switch-container.disabled {
    cursor: not-allowed;
    pointer-events: none; }
    .switch-container.disabled .switch {
      background-color: #d3d3d3;
      cursor: not-allowed; }
    .switch-container.disabled .text-label {
      color: #d3d3d3; }

.switch {
  -webkit-transition: 0.4s;
  width: 45px;
  height: 20px;
  position: relative;
  border-radius: 50px;
  background-color: #004766;
  cursor: pointer;
  transition: 0.2s ease-in; }
  .switch.disabled {
    cursor: not-allowed; }
  .switch:before {
    content: "";
    -webkit-transition: 0.4s;
    width: 18px;
    height: 18px;
    position: absolute;
    bottom: 1px;
    left: 1px;
    border-radius: 50%;
    background-color: #ffffff;
    transition: 0.2s ease-in; }

.vacancy-filter-option-search {
  width: 100%; }
  .vacancy-filter-option-search .vacancy-filter-option-search-content {
    padding: 30px 0;
    flex-flow: column nowrap; }
    @media only screen and (min-width: 992px) {
      .vacancy-filter-option-search .vacancy-filter-option-search-content {
        width: 35%;
        padding: 30px; } }
  .vacancy-filter-option-search .vacancy-filter-option-search-bar {
    flex-flow: column nowrap;
    justify-content: center; }
    .vacancy-filter-option-search .vacancy-filter-option-search-bar .vacancy-filter-option-search-tags {
      flex-flow: row wrap; }
    .vacancy-filter-option-search .vacancy-filter-option-search-bar .vacancy-filter-option-search-tag {
      margin-top: 15px; }
      .vacancy-filter-option-search .vacancy-filter-option-search-bar .vacancy-filter-option-search-tag .btn.filter-tag {
        padding: 15px 20px;
        margin-bottom: 0;
        font-size: 18px; }
    @media only screen and (min-width: 992px) {
      .vacancy-filter-option-search .vacancy-filter-option-search-bar {
        width: 70%; } }
  .vacancy-filter-option-search .search-bar-content .form-search {
    width: 100%; }
  .vacancy-filter-option-search .search-bar-content .form-field:first-child:not(:last-child),
  .vacancy-filter-option-search .search-bar-content .form-field {
    margin: 0; }
  .vacancy-filter-option-search .search-bar-content .form-input {
    flex: 0 1 auto; }
  .text-white .vacancy-filter-option-search h2,
  .text-white .vacancy-filter-option-search .link {
    color: #ffffff; }
  .text-white .vacancy-filter-option-search .link .icon svg {
    fill: #ffffff; }
  .text-white .vacancy-filter-option-search .form-input {
    color: #ffffff;
    background: transparent; }
    .text-white .vacancy-filter-option-search .form-input::placeholder {
      color: #ffffff; }
  .text-white .vacancy-filter-option-search .filter-tag {
    border: 1px solid #ffffff;
    color: #ffffff; }
    .text-white .vacancy-filter-option-search .filter-tag svg {
      fill: #ffffff; }
  @media only screen and (min-width: 992px) {
    .vacancy-filter-option-search {
      flex-flow: row nowrap; } }

.footer {
  width: 100%;
  min-height: 130px;
  box-sizing: border-box;
  padding: 30px 15px;
  padding-bottom: 90px;
  align-items: center;
  justify-content: center; }
  @media only screen and (min-width: 992px) {
    .footer {
      padding-bottom: 30px; } }

.footer-container {
  width: 100%;
  max-width: 1180px;
  flex-direction: column;
  align-items: stretch; }
  @media only screen and (min-width: 992px) {
    .footer-container {
      flex-direction: row; } }

.nav-footer {
  box-sizing: border-box;
  flex-flow: column nowrap;
  align-items: center; }
  .nav-footer:last-child {
    padding-top: 15px;
    padding-bottom: 0; }
    @media only screen and (min-width: 992px) {
      .nav-footer:last-child {
        padding-top: 0;
        align-items: center; } }
  @media only screen and (min-width: 992px) {
    .nav-footer:first-child {
      flex: 1 0 auto; } }
  .nav-footer .nav.nav-social {
    padding-bottom: 40px;
    flex-flow: row wrap; }
    @media only screen and (min-width: 992px) {
      .nav-footer .nav.nav-social {
        padding-bottom: 0;
        flex-flow: row nowrap; } }
  .nav-footer .nav.nav-cms-pages {
    flex-flow: row wrap; }
    @media only screen and (min-width: 768px) {
      .nav-footer .nav.nav-cms-pages {
        flex-flow: row nowrap; } }
  @media only screen and (min-width: 992px) {
    .nav-footer .nav {
      flex-flow: row wrap; } }
  .nav-footer .nav-social .link {
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px; }
  .nav-footer .nav-cms-pages svg,
  .nav-footer .corporate-link svg {
    fill: #2a2a2a;
    width: 12px;
    max-height: 12px;
    margin-bottom: 2px;
    margin-left: 5px; }
  .nav-footer .nav-cms-pages .link,
  .nav-footer .corporate-link .link {
    width: auto;
    margin: 0 15px;
    flex: 1 0 auto;
    justify-content: center;
    position: relative;
    font-family: "OpenSans-Regular";
    font-size: 16px; }
  @media only screen and (min-width: 992px) {
    .nav-footer {
      width: auto;
      padding-bottom: 0;
      align-items: flex-start;
      justify-content: center; } }

.nav-footer .corporate-link {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-end; }
  .nav-footer .corporate-link img {
    max-width: 100px;
    height: 40px; }
  .nav-footer .corporate-link div,
  .nav-footer .corporate-link .link {
    justify-content: flex-start;
    text-align: left; }
  .nav-footer .corporate-link .link {
    padding: 0; }
    .nav-footer .corporate-link .link svg {
      width: 15px; }
  .nav-footer .corporate-link div {
    padding-left: 15px;
    display: flex;
    flex-flow: column nowrap;
    text-align: left; }
    .nav-footer .corporate-link div h2 {
      padding: 0;
      color: #f9234b; }

.application-form {
  width: 100%;
  flex-flow: column nowrap; }

.application-form-wrapper {
  width: 100%;
  max-width: 780px;
  padding: 30px;
  margin-right: auto;
  margin-bottom: 40px; }

.form {
  width: 100%;
  max-width: 780px;
  padding: 0;
  flex-flow: column nowrap; }
  .form .label {
    font-weight: bold; }

.form-row {
  width: 100%;
  flex-flow: column; }
  .form-row.combined, .form-row.has-screening-questions {
    flex-flow: column nowrap; }
  .form-row.joined :not(:first-child).with-icon {
    justify-content: flex-end; }
    .form-row.joined :not(:first-child).with-icon .form-input {
      padding-left: 15px; }
    .form-row.joined :not(:first-child).with-icon .colored-icon {
      display: none; }
  .form-row.align-flex-end {
    align-items: flex-end; }
  @media only screen and (min-width: 992px) {
    .form-row {
      flex-flow: row nowrap; } }

.form-field-wrapper {
  width: 100%;
  position: relative; }
  .inline .form-field-wrapper {
    flex-flow: row nowrap;
    align-items: center; }

.address-form-row,
.address-with-autofill-form-row {
  width: 100%;
  flex-flow: column nowrap; }
  @media only screen and (max-width: 768px) {
    .address-form-row .form-field,
    .address-with-autofill-form-row .form-field {
      margin-right: 0; } }
  @media only screen and (min-width: 992px) {
    .address-form-row .form-field,
    .address-with-autofill-form-row .form-field {
      width: auto; } }
  @media only screen and (min-width: 992px) {
    .address-form-row + .address-form-row .form-field,
    .address-form-row + .address-with-autofill-form-row .form-field,
    .address-with-autofill-form-row + .address-form-row .form-field,
    .address-with-autofill-form-row + .address-with-autofill-form-row .form-field {
      margin-bottom: 0; } }
  @media only screen and (min-width: 992px) {
    .address-form-row,
    .address-with-autofill-form-row {
      flex-flow: row nowrap; } }

@media only screen and (min-width: 992px) {
  .address-form-row .street,
  .address-form-row .city {
    flex: 2 0 auto; } }

@media only screen and (min-width: 992px) {
  .address-form-row {
    align-items: flex-end; } }

@media only screen and (min-width: 992px) {
  .address-with-autofill-form-row .postal-code {
    flex: 2 0 auto; } }

.address-with-autofill-form-row .street .form-input,
.address-with-autofill-form-row .city .form-input,
.address-with-autofill-form-row .street .colored-icon,
.address-with-autofill-form-row .city .colored-icon {
  opacity: 0.6; }
  .address-with-autofill-form-row .street .form-input:hover,
  .address-with-autofill-form-row .city .form-input:hover,
  .address-with-autofill-form-row .street .colored-icon:hover,
  .address-with-autofill-form-row .city .colored-icon:hover {
    border: 1px solid #d8d8d8; }

.form-field {
  max-width: 100%;
  margin-bottom: 15px;
  flex: 1 1 auto;
  flex-flow: column nowrap;
  position: relative; }
  .form-field.inline {
    flex-flow: column nowrap; }
  @media only screen and (min-width: 992px) {
    .form-field:first-child:not(:last-child) {
      margin-right: 15px; } }
  .form-field.with-icon .form-input {
    padding-left: 67px; }
  .form-field.with-icon .colored-icon {
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    left: 0;
    border-right: 1px solid #d8d8d8;
    z-index: 1; }
  .form-field.with-icon .icon {
    width: 20px;
    height: 20px; }
  .form-field.error .label {
    color: #ff0000; }
  .form-field.error .form-input,
  .form-field.error .colored-icon {
    border-color: #ff0000; }
  .form-field.error .error-message {
    margin: 0;
    display: flex; }

.form-input {
  width: 100%;
  min-height: 52px;
  padding: 0 15px;
  flex: 1 0 auto;
  border: 1px solid #d8d8d8; }
  .form-input::placeholder {
    color: #808080; }
  .form-input:focus, .form-input:active, .form-input:hover {
    border-color: #bfbfbf; }
    .form-input:focus + .colored-icon, .form-input:active + .colored-icon, .form-input:hover + .colored-icon {
      border-color: #bfbfbf; }
  @media only screen and (max-width: 768px) {
    .form-input {
      -webkit-appearance: none; } }

.error-message {
  display: none;
  font-size: 16px;
  color: #ff0000; }

.form-textarea {
  padding: 15px; }

.form-checkbox {
  width: 18px;
  height: 18px;
  margin: 0;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 1; }
  .form-checkbox:checked + .checkbox {
    background: #004766; }
    .form-checkbox:checked + .checkbox svg,
    .form-checkbox:checked + .checkbox .icon {
      display: flex; }

.checkbox {
  width: 18px;
  min-width: 18px;
  height: 18px;
  margin-right: 10px;
  display: flex;
  align-self: center;
  align-items: center;
  justify-content: center;
  border: 2px solid #004766;
  background: #ffffff;
  pointer-events: none; }
  .checkbox svg,
  .checkbox .icon {
    width: 14px;
    height: 14px;
    display: none; }
  .checkbox svg {
    fill: #ffffff; }
  .checkbox .icon {
    background: #ffffff; }
  .checkbox + .label {
    cursor: pointer; }

.form-switch {
  width: 40px;
  height: 20px;
  margin: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 1; }
  .form-switch:checked + .switch:before {
    right: 1px;
    left: calc(100% - 19px); }
  .form-switch:checked + .switch:after {
    background: #004766; }

.switch {
  -webkit-transition: 0.4s;
  width: 40px;
  height: 20px;
  margin-right: 15px;
  position: relative;
  border-radius: 20px;
  cursor: pointer;
  pointer-events: none;
  transition: 0.2s ease-in; }
  .switch:before {
    content: "";
    width: 18px;
    height: 18px;
    position: absolute;
    top: 1px;
    left: 1px;
    border-radius: 50%;
    background-color: #ffffff;
    z-index: 1;
    transition: all ease-in-out 0.3s; }
  .switch:after {
    content: "";
    width: 40px;
    height: 20px;
    margin-right: 15px;
    display: inline-block;
    position: relative;
    border-radius: 50px;
    background: #aaaaaa;
    transition: all ease-in-out 0.3s; }

.form-submit-progress {
  width: 100%;
  height: 0.5rem;
  margin: 1rem 0;
  position: relative;
  background: #e1ebef;
  overflow: hidden; }
  .form-submit-progress .form-submit-progress-bar {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #004766;
    transition: transform 0.25s; }

.form-submit-success-message {
  width: 100%;
  padding: 0 10px;
  background: rgba(0, 0, 0, 0.1); }

.or {
  height: 52px;
  margin-bottom: 15px;
  align-items: center; }
  @media only screen and (min-width: 992px) {
    .or {
      margin-right: 15px; } }

.form-http-error {
  width: 100%;
  margin: 1rem 0;
  line-height: normal;
  color: #ff0000; }

.range-input.styled {
  position: relative; }
  .range-input.styled .range,
  .range-input.styled .track {
    height: 5px;
    position: absolute;
    top: 50%;
    right: 0;
    border-radius: 30px;
    background: #c3c3c3;
    transform: translateY(-50%);
    cursor: pointer;
    pointer-events: none; }
  .range-input.styled .track {
    width: 100%;
    background: #004766; }
  .range-input.styled .thumb {
    width: 15px;
    height: 15px;
    position: absolute;
    top: 50%;
    right: 0;
    border-radius: 10px;
    background: #004766;
    transform: translate(-7.5px, -50%);
    cursor: pointer;
    pointer-events: none;
    z-index: 0; }
  .range-input.styled .tooltip {
    padding: 0 5px;
    position: absolute;
    top: -30px;
    border-radius: 5px;
    font-size: 14px;
    color: #ffffff;
    background: #004766;
    transform: translateX(-12px); }
    .range-input.styled .tooltip:before {
      content: "";
      width: 0;
      height: 0;
      position: absolute;
      top: 100%;
      left: 50%;
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      border-top: 5px solid #004766;
      transform: translateX(-50%); }
  .range-input.styled input {
    -webkit-appearance: none;
    width: 100%;
    padding: 0;
    margin: 0;
    opacity: 0;
    cursor: pointer; }
    .range-input.styled input:focus, .range-input.styled input:hover, .range-input.styled input:active {
      outline: none; }

.daypart-field-daypart-labels {
  margin-top: 25px;
  margin-right: 15px;
  margin-bottom: 10px;
  flex-flow: column nowrap;
  justify-content: space-between; }

.daypart-field-daypart-label,
.daypart-field-dayofweek-label,
.daypart-field-daypart-hole {
  height: 30px; }

.daypart-field-dayofweek {
  max-width: 30px;
  display: flex;
  flex: 1 0 auto;
  flex-flow: column;
  align-items: center; }
  .daypart-field-dayofweek .form-field {
    max-height: 30px;
    margin: 0; }
  .daypart-field-dayofweek .checkbox-container {
    height: 30px; }
  .daypart-field-dayofweek .checkbox {
    margin: 0; }

.custom-select {
  min-width: 150px;
  display: flex;
  position: relative;
  border: 1px solid #d8d8d8;
  background: #ffffff;
  cursor: pointer; }
  .custom-select option {
    font-family: "OpenSans-Regular"; }
  .custom-select select {
    appearance: none;
    width: 100%;
    min-height: 52px;
    padding: 0 10px;
    border: 0;
    background-color: #ffffff;
    cursor: pointer; }
  .custom-select:after {
    content: "▼";
    width: 50px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    color: #ffffff;
    background: #004766;
    pointer-events: none; }
  .custom-select:hover:after {
    background-color: #00354d; }

.phone.error {
  margin-bottom: 45px; }
  .phone.error .custom-select {
    border-color: #ff0000; }
  .phone.error .error-message {
    position: absolute;
    bottom: -30px;
    left: 0; }

.phone.with-calling-code .form-field-wrapper,
.combined .phone .form-field-wrapper {
  flex-flow: column nowrap; }
  @media only screen and (min-width: 768px) {
    .phone.with-calling-code .form-field-wrapper,
    .combined .phone .form-field-wrapper {
      width: auto;
      flex: 1 0 auto;
      flex-flow: row nowrap;
      position: static; } }

.phone.with-calling-code .label,
.combined .phone .label {
  width: 100%; }

.phone.with-calling-code .custom-select,
.combined .phone .custom-select {
  padding-left: 15px;
  margin-bottom: 15px; }
  @media only screen and (min-width: 768px) {
    .phone.with-calling-code .custom-select select,
    .combined .phone .custom-select select {
      width: 200px;
      margin: 0; } }
  @media only screen and (min-width: 768px) {
    .phone.with-calling-code .custom-select,
    .combined .phone .custom-select {
      padding-left: 62px;
      margin-bottom: 0;
      border-right: 0; } }

@media only screen and (min-width: 768px) {
  .phone.with-calling-code .form-input,
  .combined .phone .form-input {
    width: auto;
    padding-left: 10px; } }

@media only screen and (min-width: 768px) {
  .phone.with-calling-code,
  .combined .phone {
    flex-flow: row wrap; } }

.privacy-consent {
  display: inline; }
  .privacy-consent .link {
    padding-left: 5px; }

@keyframes bell {
  25% {
    transform: rotate(90deg); }
  50% {
    transform: rotate(0deg); }
  75% {
    transform: rotate(-90deg); }
  100% {
    transform: rotate(0deg); } }

@keyframes heart {
  25% {
    transform: scale(1.5); }
  50% {
    transform: scale(1); }
  75% {
    transform: scale(1.5); }
  100% {
    transform: scale(1); } }

.header {
  width: 100%;
  justify-content: center;
  position: fixed;
  z-index: 9999; }
  .header .header-container {
    width: 100%;
    max-width: 1180px;
    position: relative; }
  .header .header-wrapper {
    width: 100%;
    max-width: 1180px;
    height: 70px;
    padding: 0 15px;
    justify-content: center;
    transition: all ease-in-out 0.25s; }
    @media only screen and (min-width: 992px) {
      .header .header-wrapper {
        height: 90px; } }
    @media only screen and (min-width: 1200px) {
      .header .header-wrapper {
        padding: 0; } }
  @media only screen and (min-width: 992px) {
    .header .link-menu-toggle {
      display: none; } }
  .header .logo {
    flex: 1 0 auto;
    align-items: center;
    justify-content: flex-start; }
    .header .logo img {
      width: 100%;
      max-width: 100px;
      max-height: 35px;
      object-fit: contain;
      object-position: left; }
      @media only screen and (min-width: 992px) {
        .header .logo img {
          max-width: 300px;
          max-height: 60px; } }
    @media only screen and (min-width: 992px) {
      .header .logo {
        flex: 0 0 auto;
        justify-content: center; } }
  .header.header-sm .header-wrapper {
    height: 70px; }
    @media only screen and (min-width: 992px) {
      .header.header-sm .header-wrapper {
        height: 65px; } }
  @media only screen and (min-width: 992px) {
    .header.header-sm .logo img {
      max-width: 200px;
      max-height: 30px; } }
  @media only screen and (min-width: 992px) {
    .header.header-sm .nav-dropdown-menu {
      top: 65px; } }
  .header.header-sm .login-container {
    top: 65px; }
  @media only screen and (min-width: 992px) {
    .header.no-nav-actions .link-underline:last-child,
    .header.no-nav-actions .nav-dropdown:last-child .link-underline {
      padding-right: 0; } }
  .header.referral-page .nav-actions {
    flex: 1 0 auto; }
  .header.referral-page .link-job-alert,
  .header.referral-page .link-favorites,
  .header.referral-page .domain-selector,
  .header.referral-page .nav-menu {
    display: none; }
  .header .login-container-wrapper .login-guest .login-text,
  .header .login-container-wrapper .login-employee .login-text {
    margin: 0;
    font-family: "Nunito-Bold";
    font-size: 28px;
    line-height: 25px;
    color: #004766; }

.domain-selector {
  width: 60px;
  align-self: center;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  cursor: pointer;
  user-select: none; }
  .domain-selector .current-domain-item .domain-name {
    margin-right: 10px;
    display: none;
    white-space: pre; }
  .domain-selector .domain-dropdown {
    max-height: calc(100vh - 90px);
    display: none;
    flex-flow: column nowrap;
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    border: 1px solid #d3d3d3;
    border-radius: 3px;
    box-shadow: 0 0 3px 1px rgba(85, 85, 88, 0.2);
    overflow-y: auto; }
    .domain-selector .domain-dropdown .domain-name {
      margin-right: auto;
      display: block;
      white-space: pre; }
  .domain-selector.open .domain-dropdown {
    display: flex; }
  .domain-selector.open .dropdown-icon {
    transform: rotate(180deg); }
  .domain-selector .domain-icon {
    width: 15px;
    height: 15px;
    margin-right: 10px;
    display: flex; }
    .domain-selector .domain-icon svg {
      fill: #2a2a2a;
      width: auto; }
  .domain-selector .dropdown-icon {
    margin-right: 0;
    transition: all ease-in-out 0.3s; }

.domain-dropdown {
  min-width: 220px;
  background: #ffffff; }
  .domain-dropdown .country {
    padding: 15px;
    flex-flow: column nowrap;
    border-bottom: 1px solid #d3d3d3;
    border-top: 1px solid #d3d3d3; }
    .domain-dropdown .country:first-child {
      border-top: 0; }
    .domain-dropdown .country:last-child {
      border-bottom: 0; }
  .domain-dropdown .country-header {
    padding-bottom: 5px;
    align-items: center;
    font-family: "Nunito-Bold";
    font-weight: bold; }
    .domain-dropdown .country-header .change {
      margin-left: 10px;
      cursor: pointer; }
  .domain-dropdown .domain-item {
    padding: 15px 30px;
    display: flex;
    flex-flow: row nowrap;
    align-items: center; }
    .domain-dropdown .domain-item:hover, .domain-dropdown .domain-item:active, .domain-dropdown .domain-item:focus {
      background: #f3f3f3; }
    .domain-dropdown .domain-item:first-child {
      padding-top: 30px; }
    .domain-dropdown .domain-item:last-child {
      padding-bottom: 30px; }
  .domain-dropdown .domains {
    flex-flow: column nowrap;
    white-space: nowrap; }
  .domain-dropdown .domain {
    margin-left: 25px; }
    .domain-dropdown .domain a {
      color: #f9234b;
      cursor: pointer; }
  .domain-dropdown .country-list {
    display: none;
    flex-flow: column nowrap;
    overflow-y: auto; }
    .domain-dropdown .country-list.open {
      display: flex; }

.domain-selector-simple {
  align-items: center; }
  .domain-selector-simple .domain {
    padding: 0 5px;
    border-right: 2px solid;
    font-family: "Nunito-Bold"; }
    .domain-selector-simple .domain.current a {
      text-underline-offset: 2px;
      font-weight: bold;
      text-decoration: underline; }
    .domain-selector-simple .domain:last-child {
      border-right: 0; }

.job-alert-mobile {
  padding: 15px;
  margin-top: auto;
  display: flex;
  flex-flow: column nowrap; }
  .job-alert-mobile .search {
    width: 100%; }
  .job-alert-mobile .job-alert-content {
    width: 100%;
    flex-flow: column nowrap; }
    @media only screen and (min-width: 992px) {
      .job-alert-mobile .job-alert-content {
        flex-flow: row nowrap; } }
  .job-alert-mobile .form-field {
    margin-bottom: 10px;
    border: 1px solid #d3d3d3; }
  .job-alert-mobile .button-submit {
    padding-top: 0; }
    .job-alert-mobile .button-submit .btn {
      width: 100%; }
  @media only screen and (min-width: 992px) {
    .job-alert-mobile {
      padding: 0;
      display: none; } }

.nav .link {
  flex-flow: row nowrap;
  justify-content: center;
  font-family: "Nunito-Bold"; }

.nav .nav-dropdown {
  cursor: pointer; }
  .nav .nav-dropdown .nav-dropdown-menu {
    display: none; }
    @media only screen and (min-width: 992px) {
      .nav .nav-dropdown .nav-dropdown-menu {
        display: none; } }
  .nav .nav-dropdown.is-open .link-icon {
    transform: rotate(-180deg); }
  .nav .nav-dropdown.is-open .nav-dropdown-menu {
    display: flex; }
  .nav .nav-dropdown .link {
    justify-content: space-between; }
    .nav .nav-dropdown .link .link-label {
      margin-right: 10px;
      font-family: "Nunito-Bold";
      font-size: 16px;
      letter-spacing: 0;
      color: #2a2a2a; }
    .nav .nav-dropdown .link .link-icon {
      width: 12px;
      height: 12px;
      display: flex;
      align-items: center;
      transition: ease-in-out 0.3s; }

.nav .default-open .nav-dropdown-menu {
  display: flex; }
  @media only screen and (min-width: 992px) {
    .nav .default-open .nav-dropdown-menu {
      display: none; } }

.close-menu {
  width: 100%;
  padding-right: 15px;
  display: flex; }
  .close-menu .close-icon {
    width: 100%;
    justify-content: flex-end; }
    .close-menu .close-icon svg {
      width: 18px;
      height: 18px;
      cursor: pointer; }
  @media only screen and (min-width: 992px) {
    .close-menu {
      display: none; } }

.nav-menu {
  width: 100%;
  height: 100%;
  padding: 30px 0;
  padding-top: 50px;
  display: flex;
  flex-flow: column nowrap;
  position: fixed;
  top: 0;
  left: 0;
  background: #ffffff;
  overflow-x: hidden;
  overflow-y: auto;
  transform: translateX(-100%);
  z-index: 9999;
  transition: transform 250ms ease-out; }
  .nav-menu .link {
    width: auto;
    padding: 15px 0;
    margin: 0 15px;
    justify-content: flex-start;
    font-size: 16px;
    letter-spacing: 0;
    color: #2a2a2a; }
  .nav-menu svg {
    fill: #2a2a2a; }
  .nav-menu.is-open {
    transform: translatex(0); }
  .nav-menu .link-underline {
    font-family: "Nunito-Bold"; }
    @media only screen and (min-width: 992px) {
      .nav-menu .link-underline {
        height: 100%; } }
  @media only screen and (min-width: 992px) {
    .nav-menu {
      width: auto;
      padding: 0;
      flex: 1 0 auto;
      flex-flow: row nowrap;
      justify-content: flex-end;
      position: relative;
      top: auto;
      left: auto;
      background: none;
      overflow: inherit;
      transform: none; } }

.nav-dropdown {
  flex-direction: column;
  justify-content: center; }
  .nav-dropdown .nav-dropdown-container span {
    position: relative; }
    .nav-dropdown .nav-dropdown-container span:before {
      content: "";
      width: 10px;
      height: 3px;
      position: absolute;
      top: 10px;
      left: -20px;
      background: #f9234b; }
      @media only screen and (min-width: 992px) {
        .nav-dropdown .nav-dropdown-container span:before {
          display: none; } }
  .nav-dropdown:hover .link-icon, .nav-dropdown:active .link-icon, .nav-dropdown:focus .link-icon, .nav-dropdown.is-open .link-icon {
    transform: rotate(-180deg); }
  @media only screen and (min-width: 992px) {
    .nav-dropdown:hover .nav-dropdown-menu, .nav-dropdown:active .nav-dropdown-menu, .nav-dropdown:focus .nav-dropdown-menu, .nav-dropdown.is-open .nav-dropdown-menu {
      display: flex; } }
  @media only screen and (min-width: 992px) {
    .nav-dropdown .nav-dropdown-menu {
      display: none;
      position: absolute;
      top: 90px;
      left: 0; } }
  @media only screen and (min-width: 992px) {
    .nav-dropdown {
      position: relative; } }

.nav-actions {
  padding-left: 15px;
  justify-content: flex-end; }
  .nav-actions .link {
    padding-right: 20px;
    cursor: auto; }
    .nav-actions .link:last-child {
      padding-right: 0; }
    .nav-actions .link:hover {
      opacity: 1; }
  .nav-actions .link-page {
    position: relative; }
  .nav-actions .link-page:focus-visible {
    outline: none; }
    .nav-actions .link-page:focus-visible svg {
      fill: #f9234b; }
  .nav-actions .link-icon {
    width: 22px;
    height: 22px;
    cursor: pointer; }
  .nav-actions .link-counter {
    width: 18px;
    height: 18px;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -5px;
    left: 15px;
    border-radius: 18px;
    font-size: 10px;
    background: #f2f6f8;
    cursor: pointer; }
  .nav-actions .link-favorites:hover .link-page, .nav-actions .link-favorites:active .link-page, .nav-actions .link-favorites:focus .link-page {
    animation: heart 1s linear; }
  .nav-actions .link-favorites:hover .link-counter, .nav-actions .link-favorites:active .link-counter, .nav-actions .link-favorites:focus .link-counter {
    animation: counter 1s linear; }
  .nav-actions .link-job-alert:hover .link-page, .nav-actions .link-job-alert:active .link-page, .nav-actions .link-job-alert:focus .link-page {
    animation: bell 1s linear; }

.nav-dropdown-container {
  width: 400px;
  padding-left: 30px;
  flex-flow: column;
  background: #ffffff; }
  .nav-dropdown-container .link {
    justify-content: flex-start;
    font-family: "OpenSans-Regular"; }
    @media only screen and (min-width: 992px) {
      .nav-dropdown-container .link span:after {
        content: "";
        width: 0;
        height: 2px;
        display: block;
        bottom: 5px;
        left: 0;
        background: #004766;
        transition: width 200ms ease-in-out; } }
    @media only screen and (min-width: 992px) {
      .nav-dropdown-container .link span:hover:after {
        width: 100%;
        transition: width 200ms ease-in-out; } }
    @media only screen and (min-width: 992px) {
      .nav-dropdown-container .link {
        padding: 10px 15px; } }
  @media only screen and (min-width: 992px) {
    .nav-dropdown-container:after {
      content: "";
      width: 200vw;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background: #ffffff;
      transform: translate(-50%);
      z-index: -1; } }
  @media only screen and (min-width: 992px) {
    .nav-dropdown-container {
      padding: 10px 0; } }

.login-container {
  width: 100%;
  padding: 15px;
  display: none;
  justify-content: center;
  position: fixed;
  top: 90px;
  left: 0;
  background: #ffffff;
  cursor: auto; }
  .login-container .login-container-wrapper {
    width: 100%;
    max-width: 1180px;
    flex-flow: row wrap;
    align-items: flex-end;
    justify-content: space-between; }
    @media only screen and (min-width: 992px) {
      .login-container .login-container-wrapper {
        flex-flow: row nowrap;
        align-items: stretch;
        justify-content: flex-end; } }
  .login-container .logout-block .link {
    width: auto; }
  .login-container .login-block {
    width: 100%;
    padding: 30px;
    margin-bottom: 15px;
    flex: 1 0 auto;
    flex-flow: column nowrap;
    align-items: center;
    text-align: center;
    background: #c3c3c3; }
    .login-container .login-block .login-text {
      padding-bottom: 15px;
      flex: 1; }
    .login-container .login-block .btn {
      width: 100%; }
      .login-container .login-block .btn a {
        color: #ffffff; }
    @media only screen and (min-width: 992px) {
      .login-container .login-block {
        width: auto;
        max-width: 390px;
        margin-bottom: 0;
        margin-left: 30px; } }
  @media only screen and (min-width: 992px) {
    .login-container {
      padding: 30px; } }

.link.link-login {
  padding-right: 15px;
  cursor: pointer; }
  .link.link-login .link {
    cursor: pointer; }
  .link.link-login:hover, .link.link-login:active, .link.link-login:focus {
    opacity: 1; }
    .link.link-login:hover .login-container, .link.link-login:active .login-container, .link.link-login:focus .login-container {
      display: flex; }
  .link.link-login .link-icon,
  .link.link-login .link-icon svg {
    pointer-events: none; }
  .link.link-login.login-active {
    opacity: 1; }
    .link.link-login.login-active .login-container {
      display: flex; }

.login-tag {
  max-width: 150px;
  padding: 5px 10px;
  display: flex;
  align-items: center;
  position: absolute;
  top: calc(100% - 5px);
  right: 0;
  font-size: 14px;
  line-height: 1;
  color: #ffffff;
  background: #004766;
  pointer-events: none;
  z-index: 10000; }
  @media only screen and (min-width: 992px) {
    .login-tag {
      width: auto;
      max-width: 1180px;
      height: 30px;
      top: auto;
      bottom: -15px;
      white-space: nowrap; } }

.header-referral-tool .logo {
  margin-right: auto; }

.html {
  width: 100%;
  position: relative; }
  .html iframe {
    width: 100%;
    height: 100%;
    border: 0; }
  .html.ratio {
    height: 0;
    padding-top: 56.25%;
    overflow: hidden; }
    .html.ratio iframe {
      position: absolute;
      top: 0;
      left: 0;
      border: 0; }

.image {
  width: 100%; }
  .image img,
  .image picture {
    max-width: 100%;
    max-height: 100%;
    display: block; }
  .image .image-wrapper {
    width: auto;
    height: auto; }

/* IMAGE VERTICAL ALIGNMENT */
.image-vertical-align-top {
  align-items: flex-start; }

.image-vertical-align-center {
  align-items: center; }

.image-vertical-align-bottom {
  align-items: flex-end; }

.image-vertical-align-fill {
  height: 100%;
  align-items: flex-start; }
  .image-vertical-align-fill .image-wrapper {
    height: 100%; }
    .image-vertical-align-fill .image-wrapper img {
      height: 100%;
      object-position: center; }

/* IMAGE HORIZONTAL ALIGNMENT */
.image-horizontal-align-left {
  justify-content: flex-start; }

.image-horizontal-align-right {
  justify-content: flex-end; }

.image-horizontal-align-center {
  justify-content: center; }

.image-horizontal-align-fill {
  width: 100%; }
  .image-horizontal-align-fill .image-wrapper,
  .image-horizontal-align-fill img {
    width: 100%; }

.intro {
  max-width: 780px;
  font-family: "Nunito-Bold";
  font-size: 16px;
  letter-spacing: 0;
  line-height: 25px;
  color: #2a2a2a; }
  .intro .text {
    display: block; }

.job-alert-form {
  width: 100%;
  max-width: 700px;
  flex-direction: column; }
  .job-alert-form .form {
    padding: 0;
    flex-direction: column; }
  .job-alert-form .intro-job-alert {
    padding: 30px 0; }
  .job-alert-form .input-with-autocomplete {
    margin-right: 0; }
  .job-alert-form .field-container {
    flex-flow: row nowrap; }
  .job-alert-form .checkbox-container {
    flex: 1 0 auto; }
    .job-alert-form .checkbox-container.inline {
      flex-flow: row nowrap; }
    .job-alert-form .checkbox-container .label {
      font-weight: normal;
      word-break: break-word; }
      @media only screen and (min-width: 768px) {
        .job-alert-form .checkbox-container .label {
          padding-bottom: 0;
          margin-right: 10px;
          align-items: center; } }
    .job-alert-form .checkbox-container .form-field {
      margin-right: 0;
      flex: 1 0 auto; }
      @media only screen and (min-width: 992px) {
        .job-alert-form .checkbox-container .form-field {
          width: 50%; } }
    @media only screen and (min-width: 992px) {
      .job-alert-form .checkbox-container.form-field-wrapper label {
        max-width: calc(100% - 28px);
        align-self: center; } }
    @media only screen and (min-width: 992px) {
      .job-alert-form .checkbox-container.form-field-wrapper {
        flex-flow: row nowrap; } }
    @media only screen and (min-width: 992px) {
      .job-alert-form .checkbox-container {
        flex-flow: row wrap; } }
  @media only screen and (min-width: 768px) {
    .job-alert-form .button-container {
      display: flex; } }
  .job-alert-form .options {
    margin-bottom: 30px;
    flex-flow: column nowrap; }
    .job-alert-form .options .field.label {
      margin-bottom: 15px; }
    .job-alert-form .options select {
      width: 100%;
      padding: 15px;
      border: 1px solid #d3d3d3; }
      @media only screen and (min-width: 768px) {
        .job-alert-form .options select {
          width: 50%; } }
  .job-alert-form .first-field {
    width: 100%; }
  .job-alert-form .selected-location {
    margin-bottom: 1rem;
    flex-direction: column; }
    .job-alert-form .selected-location label {
      display: block; }
  .job-alert-form .select-location-title {
    width: initial;
    padding: 0.75rem 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #f2f6f8; }
    .job-alert-form .select-location-title button:hover {
      opacity: 0.7;
      cursor: pointer; }
    .job-alert-form .select-location-title .colored-icon {
      border: 0;
      background: transparent; }
    .job-alert-form .select-location-title .icon {
      padding: 0;
      margin: 0.25rem;
      border: 0; }
      .job-alert-form .select-location-title .icon img {
        width: 14px; }
  .job-alert-form .distance .form-field-wrapper {
    flex-flow: column nowrap; }

.job-alert-wrapper {
  flex-direction: column; }
  .job-alert-wrapper .form-input {
    border: 1px solid #d3d3d3; }
    @media only screen and (min-width: 768px) {
      .job-alert-wrapper .form-input {
        margin-right: 10px; } }
  .job-alert-wrapper .btn-submit {
    width: 100%; }
  @media only screen and (min-width: 992px) {
    .job-alert-wrapper .form-field {
      margin-bottom: 0;
      flex: 1 0 auto; } }

.search-block {
  width: 100%;
  padding: 15px 30px;
  flex-direction: column; }
  .search-block .heading,
  .search-block .text {
    padding-bottom: 0; }
    .search-block .heading p,
    .search-block .text p {
      margin: 0; }
  .search-block h2 {
    padding-bottom: 5px; }
  @media only screen and (min-width: 768px) {
    .search-block {
      max-width: 530px;
      padding: 30px;
      background-color: #ffffff; } }

.search-block-text {
  padding-bottom: 15px;
  display: flex;
  flex-flow: column nowrap; }

.job-alert-content {
  flex-direction: column; }
  .job-alert-content .button-submit {
    padding-top: 10px; }
    @media only screen and (min-width: 768px) {
      .job-alert-content .button-submit {
        padding-top: 0; } }
  @media only screen and (min-width: 768px) {
    .job-alert-content {
      flex-direction: row; } }

.search-block-content {
  height: 100%; }
  @media only screen and (min-width: 768px) {
    .search-block-content {
      width: 100%;
      align-items: center;
      justify-content: flex-end; } }
  @media only screen and (min-width: 992px) {
    .search-block-content {
      padding: 60px 30px; } }

.job-alert {
  position: relative; }
  @media only screen and (min-width: 768px) {
    .job-alert .job-alert-wrapper {
      width: 100%;
      min-height: 360px; } }
  @media only screen and (min-width: 768px) {
    .job-alert .image-wrapper {
      height: 100%; } }
  @media only screen and (min-width: 768px) {
    .full-width-background .job-alert .image {
      width: calc(100vw + 40px);
      left: 50%;
      transform: translateX(-50%); } }
  @media only screen and (min-width: 768px) {
    .job-alert .image {
      height: 100%;
      position: absolute;
      z-index: -1; } }
  @media only screen and (min-width: 768px) {
    .job-alert {
      width: 100%; } }

.link {
  margin: 0;
  align-items: center;
  position: relative;
  cursor: pointer; }
  .link:hover, .link:focus, .link:active {
    opacity: 0.8; }
  .link.link-menu-toggle {
    padding-right: 20px;
    cursor: pointer; }
    .link.link-menu-toggle.is-open .link-icon:first-child {
      display: none; }
    .link.link-menu-toggle.is-open .link-icon:last-child {
      display: flex; }
    .link.link-menu-toggle .link-icon:last-child {
      display: none; }
    .link.link-menu-toggle svg {
      fill: #2a2a2a; }
  .link .link-icon {
    width: 22px;
    height: 22px; }

.link-icon img {
  width: 100%; }

.link-group {
  width: 100%;
  align-items: center; }
  .link-group .link .icon {
    margin-left: 10px; }
  .link-group .link svg,
  .link-group .link .colored-icon .icon {
    width: 13px;
    height: 13px; }
  .link-group .link span {
    width: 100%; }
  .link-group .link.color-1 svg {
    fill: #f9234b; }
  .link-group .link.color-2 svg {
    fill: #004766; }
  .link-group .link.color-3 svg {
    fill: #c3c3c3; }
  .link-group .link.color-4 svg {
    fill: #f2f6f8; }

.link-horizontal-align-left {
  justify-content: flex-start; }

.link-horizontal-align-center {
  justify-content: center; }
  .link-horizontal-align-center span {
    text-align: center; }

.link-horizontal-align-right {
  justify-content: flex-end; }
  .link-horizontal-align-right span {
    text-align: right; }

.link-horizontal-align-fill .link {
  width: 100%; }

@media only screen and (min-width: 992px) {
  .header.header-sm .dropdown-menu {
    top: 65px; } }

.header-item-with-dropdown-toggle.is-open + .dropdown-menu {
  display: flex; }

.nav-menu .link:focus-visible {
  color: #f9234b;
  outline: none; }

.nav-menu .link:before {
  content: "";
  width: 0;
  height: 2px;
  display: block;
  position: absolute;
  bottom: 15px;
  left: 0;
  background: #004766;
  transition: width 200ms ease-in-out; }

@media only screen and (min-width: 992px) {
  .nav-menu .link:hover:before, .nav-menu .link:focus:before, .nav-menu .link:active:before {
    width: 100%; } }

.nav-menu .nav-dropdown-menu .link:before {
  display: none; }

@media only screen and (min-width: 992px) {
  .nav-menu {
    position: initial; } }

.header-item-with-dropdown {
  flex-flow: column nowrap; }
  .header-item-with-dropdown .link-label {
    width: 100%;
    margin-right: 10px; }
    @media only screen and (min-width: 992px) {
      .header-item-with-dropdown .link-label {
        width: auto; } }
  .header-item-with-dropdown .link-icon {
    width: 12px;
    height: 12px;
    display: flex;
    align-items: center;
    transition: ease-in-out 0.3s; }
  .header-item-with-dropdown:hover .link-icon, .header-item-with-dropdown:focus .link-icon {
    transform: rotate(-180deg); }
  @media only screen and (min-width: 992px) {
    .header-item-with-dropdown:hover .dropdown-menu, .header-item-with-dropdown:focus .dropdown-menu {
      display: flex; } }
  .header-item-with-dropdown.has-submenu-focus .header-item-with-dropdown-toggle {
    opacity: 0.8; }
    @media only screen and (min-width: 992px) {
      .header-item-with-dropdown.has-submenu-focus .header-item-with-dropdown-toggle:before {
        width: 100%; } }
  .header-item-with-dropdown.has-submenu-focus:focus-visible,
  .header-item-with-dropdown.has-submenu-focus:focus-visible .header-item-with-dropdown-toggle .link-label,
  .header-item-with-dropdown.has-submenu-focus:focus-visible .header-item-with-dropdown-toggle .link-icon svg {
    fill: #f9234b;
    color: #f9234b;
    outline: none; }
  .header-item-with-dropdown.has-submenu-focus .dropdown-menu {
    display: flex; }
  @media only screen and (min-width: 992px) {
    .header-item-with-dropdown {
      flex-flow: row nowrap; } }

.dropdown-menu {
  padding: 0 15px;
  display: none; }
  .dropdown-menu ul {
    list-style-type: none; }
  .dropdown-menu .dropdown-menu-items .link {
    padding: 0;
    border: 0;
    font-size: 16px; }
    .dropdown-menu .dropdown-menu-items .link:after, .dropdown-menu .dropdown-menu-items .link:before {
      display: none; }
  @media only screen and (min-width: 992px) {
    .dropdown-menu .dropdown-menu-items {
      margin-bottom: 30px; } }
  .dropdown-menu .link {
    width: 100%;
    padding: 10px 0;
    margin-bottom: 15px;
    border-bottom: 1px solid #f2f6f8;
    font-size: 16px; }
    .dropdown-menu .link:hover:before, .dropdown-menu .link:active:before, .dropdown-menu .link:focus:before {
      width: auto; }
    .dropdown-menu .link:after {
      margin-top: -1px;
      transform: rotate(45deg); }
    .dropdown-menu .link:before {
      margin-top: -6px;
      transform: rotate(135deg); }
    .dropdown-menu .link:after, .dropdown-menu .link:before {
      content: "";
      width: 0;
      height: 8px;
      position: absolute;
      top: 50%;
      right: 0;
      left: auto;
      border-right: 2px solid #004766; }
    .dropdown-menu .link.link-less {
      border-bottom: 0;
      color: #f9234b; }
      .dropdown-menu .link.link-less:before, .dropdown-menu .link.link-less:after {
        display: none; }
  @media only screen and (min-width: 992px) {
    .dropdown-menu {
      width: 100%;
      max-height: calc(100vh - 90px);
      padding: 0 15px;
      margin-top: 0;
      margin-left: 0;
      justify-content: flex-start;
      position: absolute;
      top: 90px;
      left: 0;
      background: #ffffff;
      overflow: auto;
      z-index: 1; } }

.dropdown-container {
  width: 100%; }

.dropdown-column {
  list-style-type: none; }
  @media only screen and (min-width: 992px) {
    .dropdown-column {
      width: calc(100% / 3);
      padding: 0 30px; } }

.dropdown-columns {
  width: 100%;
  list-style-type: none; }
  @media only screen and (min-width: 992px) {
    .dropdown-columns {
      display: flex;
      flex-flow: row nowrap; } }

/* News Component */
.news,
.news-overview {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  flex-flow: row wrap; }
  .news .btn-group,
  .news-overview .btn-group {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }

.news-item-container,
.news-body {
  width: 100%;
  flex-flow: column nowrap;
  word-break: break-word; }

.news-container {
  width: 100%;
  flex-flow: column nowrap; }
  @media only screen and (min-width: 768px) {
    .news-container.masonry {
      margin-top: 30px;
      display: block;
      column-count: 2;
      column-gap: 30px; } }
  @media only screen and (min-width: 992px) {
    .news-container.masonry {
      column-count: 3; } }
  .news-container.masonry .news-item {
    padding: 0;
    display: inline-block; }
  @media only screen and (min-width: 992px) {
    .news-container {
      width: calc(100% + 30px);
      margin: 0 -15px;
      flex-flow: row wrap; } }

.news-item {
  min-width: 100%;
  margin-bottom: 30px;
  flex-basis: 100%; }
  @media only screen and (min-width: 992px) {
    .news-item {
      min-width: calc(100% / 3);
      padding: 0 15px;
      flex-basis: calc(100% / 3); } }

.news-item-container {
  box-shadow: 0 0 10px 0 rgba(199, 199, 199, 0.5); }
  .news-item-container .image {
    min-height: 310px;
    max-height: 310px; }

.news-body {
  height: auto;
  padding: 30px;
  justify-content: space-around;
  position: relative;
  background: #ffffff; }
  .news-body h3,
  .news-body .description {
    padding-bottom: 10px;
    margin: 0; }
  .news-body .description {
    padding-bottom: 30px;
    flex: 1 0 auto; }
  .news-body p {
    margin: 0; }
  .news-body .author,
  .news-body .publication-date {
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    word-break: break-word; }
    .news-body .author svg,
    .news-body .publication-date svg {
      fill: #c3c3c3;
      width: 15px;
      height: 15px; }
  .news-body .link {
    width: 100%;
    color: #f9234b; }
    .news-body .link svg {
      fill: #f9234b; }
  .news-body .meta-data {
    padding-bottom: 15px;
    display: flex;
    flex-flow: row wrap;
    font-size: 14px;
    font-weight: normal;
    color: #c3c3c3; }
    .news-body .meta-data :first-child {
      margin-right: 10px; }
  @media only screen and (min-width: 768px) {
    .news-body {
      height: 100%; } }

.news-tags {
  margin-top: -50px;
  flex-flow: row wrap; }

.news-tag {
  padding: 7.5px 15px;
  margin-right: 15px;
  margin-bottom: 15px;
  font-size: 14px;
  color: #ffffff;
  background: #004766; }

.news-filters {
  width: 100%;
  margin-bottom: 15px;
  flex-flow: row wrap;
  justify-content: center; }

.news-filter {
  margin-right: 15px;
  margin-bottom: 15px; }

.procedure {
  width: 100%;
  flex-flow: column nowrap; }

.application-procedure {
  max-width: 1180px; }
  .application-procedure .slide-item-body {
    padding: 30px; }
    .application-procedure .slide-item-body .title {
      padding-bottom: 10px; }
  .application-procedure .slide-item.with-image .image {
    min-height: 275px;
    max-height: 275px; }
  .application-procedure h3 {
    font-size: 22px;
    line-height: 22px; }
    .application-procedure h3 p {
      margin: 0; }
  .application-procedure .slide-icon {
    width: 100%;
    padding-bottom: 40px;
    flex: 0 0 auto;
    position: relative; }
    .application-procedure .slide-icon .icon {
      width: 115px;
      height: 115px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain; }
  .application-procedure .slide-offset {
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: -10px;
    border-radius: 50%;
    font-size: 16px;
    color: #ffffff;
    background: #f9234b;
    z-index: 1; }
  .application-procedure .slide-step {
    display: none; }
  @media only screen and (min-width: 992px) {
    .application-procedure {
      width: 100%; } }

.related-vacancies {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  flex-flow: column nowrap; }
  .related-vacancies .text-align-center + .related-vacancies-wrapper {
    justify-content: center; }
  .related-vacancies .text-align-right + .related-vacancies-wrapper {
    justify-content: flex-end; }
  .related-vacancies .related-vacancies-wrapper {
    flex-flow: column nowrap; }
    @media only screen and (min-width: 992px) {
      .related-vacancies .related-vacancies-wrapper {
        margin-bottom: 30px;
        flex-flow: row wrap; } }
    @media only screen and (min-width: 1200px) {
      .related-vacancies .related-vacancies-wrapper {
        width: calc(100% + 30px);
        margin: 0 -15px;
        margin-bottom: 30px;
        overflow: hidden; } }
  .related-vacancies .vacancy-item-cell {
    position: relative;
    list-style: none; }
    @media only screen and (min-width: 992px) {
      .related-vacancies .vacancy-item-cell {
        min-width: calc(100% / 3);
        padding: 0 -15px;
        flex-basis: calc(100% / 3); } }
  .related-vacancies .vacancy-item-body {
    flex: 1 1 auto;
    flex-flow: column nowrap; }
    .related-vacancies .vacancy-item-body .text {
      /* stylelint-disable-line */
      -webkit-line-clamp: 8;
      /* stylelint-disable-line */
      -webkit-box-orient: vertical;
      /* It will end with ellipsis when text-overflow: ellipsis is included */
      /* needed for IOS to work properly */
      display: -webkit-box;
      position: relative;
      text-overflow: ellipsis;
      word-wrap: break-word;
      overflow: hidden;
      visibility: visible;
      margin-bottom: 20px; }
      @supports not (-webkit-line-clamp: 8) {
        .related-vacancies .vacancy-item-body .text {
          max-height: 3200;
          display: block;
          line-height: 25px; } }
  .related-vacancies .metadata {
    padding-bottom: 15px;
    flex-flow: column nowrap; }
  .related-vacancies .metadata-text {
    padding-left: 10px; }
  .related-vacancies .metadata-item {
    padding-bottom: 10px;
    align-items: center; }
    .related-vacancies .metadata-item .icon {
      width: 20px;
      height: 20px;
      background: #004766; }
  .related-vacancies .vacancy-item-footer {
    padding-top: 0; }
    .related-vacancies .vacancy-item-footer .icon img {
      width: 5px;
      color: #ffffff; }
  .related-vacancies .btn-group {
    justify-content: center; }
  .related-vacancies .controller {
    padding-bottom: 10px; }

.usp {
  flex-flow: column nowrap; }
  .usp .heading,
  .usp .text {
    width: auto;
    margin: initial; }
    @media only screen and (min-width: 992px) {
      .col-md-12 .usp .heading,
      .col-md-6 .usp .heading, .col-md-12
      .usp .text,
      .col-md-6
      .usp .text {
        width: 100%; } }
    .usp .heading p,
    .usp .text p {
      margin: 0; }
  .usp .image {
    width: auto;
    height: 100%; }
    .usp .image img,
    .usp .image picture {
      width: 100%; }
  .usp .heading {
    width: 100%;
    padding-bottom: 0;
    text-align: center; }
    .col-md-4 .usp .heading,
    .col-md-3 .usp .heading {
      text-align: center; }
    @media only screen and (min-width: 992px) {
      .usp .heading {
        text-align: left; } }
  @media only screen and (min-width: 992px) {
    .layout-1 .usp {
      max-width: 780px; } }
  @media only screen and (min-width: 992px) {
    .layout-2 .usp,
    .layout-1 .usp {
      flex-flow: row nowrap; } }
  @media only screen and (min-width: 992px) {
    .col-md-2 .usp,
    .col-md-1 .usp {
      flex-flow: row nowrap; } }
  @media only screen and (min-width: 992px) {
    .col-md-1 .usp {
      width: 100%;
      max-width: calc(50% - 30px);
      margin: 0 auto; } }
  .usp.text-white .heading,
  .usp.text-white .text {
    color: #ffffff; }

.usp-aside {
  padding-bottom: 20px; }
  @media only screen and (min-width: 992px) {
    .layout-2 .usp-aside,
    .layout-1 .usp-aside {
      width: 100%;
      max-width: 30%;
      padding-bottom: 0;
      margin-right: 30px; } }
  @media only screen and (min-width: 992px) {
    .col-md-2 .usp-aside,
    .col-md-1 .usp-aside {
      width: 30%;
      padding-bottom: 0; } }

@media only screen and (min-width: 992px) {
  .layout-2 .usp-body,
  .layout-1 .usp-body {
    width: 100%;
    max-width: 70%; } }

@media only screen and (min-width: 400px) {
  .col-md-2 .usp-body,
  .col-md-1 .usp-body {
    width: 70%; } }

.usp-aside,
.usp-body {
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center; }
  .col-md-4 .usp-aside,
  .col-md-3 .usp-aside, .col-md-4
  .usp-body,
  .col-md-3
  .usp-body {
    width: 100%; }

.vacancy-detail,
.vacancy-description,
.vacancy-appetizer {
  width: 100%;
  max-width: 780px;
  display: block; }
  .vacancy-detail.text-dark,
  .vacancy-description.text-dark,
  .vacancy-appetizer.text-dark {
    color: #2a2a2a; }
  .vacancy-detail.text-white,
  .vacancy-description.text-white,
  .vacancy-appetizer.text-white {
    color: #ffffff; }
  .vacancy-detail div,
  .vacancy-description div,
  .vacancy-appetizer div {
    display: block; }
  .vacancy-detail .intro,
  .vacancy-detail p,
  .vacancy-description .intro,
  .vacancy-description p,
  .vacancy-appetizer .intro,
  .vacancy-appetizer p {
    padding: 0;
    padding-bottom: 30px;
    margin: 0; }
  .vacancy-detail a,
  .vacancy-description a,
  .vacancy-appetizer a {
    color: #004766; }
  .vacancy-detail ul,
  .vacancy-description ul,
  .vacancy-appetizer ul {
    width: 100%;
    padding-bottom: 30px;
    padding-left: 30px;
    list-style-type: none; }
    .vacancy-detail ul li,
    .vacancy-description ul li,
    .vacancy-appetizer ul li {
      position: relative; }
      .vacancy-detail ul li:before,
      .vacancy-description ul li:before,
      .vacancy-appetizer ul li:before {
        content: "";
        width: 10px;
        height: 10px;
        position: absolute;
        top: 7.27273px;
        left: -20px;
        border-radius: 20px;
        background: #f9234b; }
      .vacancy-detail ul li ul li:before,
      .vacancy-description ul li ul li:before,
      .vacancy-appetizer ul li ul li:before {
        width: 8px;
        left: -18px; }
  @media only screen and (min-width: 1030px) {
    .vacancy-detail,
    .vacancy-description,
    .vacancy-appetizer {
      padding-right: 30px;
      padding-left: 30px; } }

.vacancy-appetizer.text-align-center {
  margin: 0 auto; }

.vacancy-item {
  width: 100%;
  height: 100%;
  min-height: 240px;
  padding: 30px;
  margin-top: 20px;
  flex-flow: column nowrap;
  position: relative;
  transition: ease-in-out 0.2s; }
  .vacancy-item .icon.color-1 {
    background: #004766; }
  @media only screen and (min-width: 768px) {
    .vacancy-item:hover, .vacancy-item:active, .vacancy-item:focus {
      transform: scale(1.03); } }
  .vacancy-item.with-image {
    padding: 0; }
    .vacancy-item.with-image .vacancy-item-body {
      padding: 30px; }
    .vacancy-item.with-image .vacancy-item-footer {
      padding: 30px;
      padding-top: 0; }
  .vacancy-item .text {
    padding-bottom: 0; }

.vacancy-item-cell.vacancy-item-row {
  min-width: 100%;
  flex-basis: 100%; }
  .vacancy-item-cell.vacancy-item-row .vacancy-item {
    padding: 0; }
  .vacancy-item-cell.vacancy-item-row .vacancy-item-right,
  .vacancy-item-cell.vacancy-item-row .vacancy-item-left {
    padding: 30px;
    flex-flow: column nowrap; }
    @media only screen and (min-width: 992px) {
      .vacancy-item-cell.vacancy-item-row .vacancy-item-right,
      .vacancy-item-cell.vacancy-item-row .vacancy-item-left {
        width: 50%; } }
  @media only screen and (min-width: 992px) {
    .vacancy-item-cell.vacancy-item-row .vacancy-item-right {
      justify-content: space-between; } }
  @media only screen and (min-width: 992px) {
    .vacancy-item-cell.vacancy-item-row .vacancy-item-body {
      flex-flow: row nowrap; } }

.vacancy-list .vacancy-item-body {
  flex: 1 1 auto;
  flex-flow: column nowrap; }
  .vacancy-list .vacancy-item-body .text {
    /* stylelint-disable-line */
    -webkit-line-clamp: 8;
    /* stylelint-disable-line */
    -webkit-box-orient: vertical;
    /* It will end with ellipsis when text-overflow: ellipsis is included */
    /* needed for IOS to work properly */
    display: -webkit-box;
    position: relative;
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    visibility: visible;
    margin-bottom: 15px; }
    @supports not (-webkit-line-clamp: 8) {
      .vacancy-list .vacancy-item-body .text {
        max-height: 3200;
        display: block;
        line-height: 25px; } }

.vacancy-item-footer {
  justify-content: flex-end; }
  .vacancy-item-footer .icon {
    width: 25px;
    height: 25px;
    margin-right: 8px;
    margin-left: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 160px;
    background: #f9234b; }
    .vacancy-item-footer .icon .color-1 {
      background: #ffffff; }
    .vacancy-item-footer .icon svg,
    .vacancy-item-footer .icon img {
      width: 10px;
      height: 10px; }
    .vacancy-item-footer .icon svg {
      fill: #ffffff; }
    .vacancy-item-footer .icon .bg-color-2.icon {
      background: #ffffff; }

.vacancy-tag {
  padding: 7.5px 15px;
  margin-right: 15px;
  margin-bottom: 15px;
  align-items: center;
  justify-content: center;
  border-radius: 160px;
  color: #ffffff;
  background: #f9234b;
  z-index: 0; }
  .vacancy-tag:last-child {
    margin-right: 0; }

.vacancy-tags {
  margin-top: -50px;
  flex-flow: row wrap; }

.vacancy-item-image picture,
.vacancy-item-image img,
.vacancy-item-image .image-wrapper {
  width: 100%;
  height: 100%; }

.vacancy-item-titles {
  flex-flow: column nowrap; }

.keyword-search {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  flex-flow: column nowrap; }
  .keyword-search .search-bar-content {
    flex-flow: column nowrap; }
  .keyword-search select {
    width: 100%;
    min-height: 52px;
    padding: 0 10px;
    margin-bottom: 15px; }
    @media only screen and (min-width: 992px) {
      .keyword-search select {
        width: auto;
        margin-right: 15px;
        margin-bottom: 0;
        flex: 1 0 auto; } }
  .keyword-search .form-search {
    padding: 15px;
    flex-flow: row wrap;
    align-items: center;
    background: #f2f6f8; }
    @media only screen and (min-width: 992px) {
      .keyword-search .form-search {
        padding: 30px;
        flex-flow: row nowrap; } }
  .keyword-search .form-field {
    width: 100%;
    margin-bottom: 15px;
    flex: 1 0 auto;
    position: relative; }
    @media only screen and (min-width: 400px) {
      .vacancy-overview .keyword-search .form-field:last-of-type.keyword-and-location-search {
        max-width: 100%; } }
    @media only screen and (min-width: 400px) {
      .keyword-search .form-field:last-of-type.keyword-and-location-search {
        max-width: calc(100% - 60px - 15px); } }
    @media only screen and (min-width: 992px) {
      .col-md-12 .keyword-search .form-field:last-of-type {
        margin-right: 10px; } }
    @media only screen and (min-width: 992px) {
      .vacancy-overview .keyword-search .form-field:last-of-type {
        max-width: 100%;
        margin-right: 0; } }
    @media only screen and (min-width: 992px) {
      .keyword-search .form-field {
        max-width: none;
        margin-right: 10px; } }
    @media only screen and (min-width: 992px) {
      .keyword-search .form-field {
        width: auto;
        margin-bottom: 0; } }
  .keyword-search .btn-submit {
    width: 100%; }
    @media only screen and (min-width: 992px) {
      .keyword-search .btn-submit {
        width: auto; } }

.col-md-6 .form-search,
.col-md-4 .form-search {
  flex-flow: row wrap; }
  .col-md-6 .form-search .btn-submit,
  .col-md-4 .form-search .btn-submit {
    width: 100%; }
  @media only screen and (min-width: 400px) {
    .col-md-6 .form-search .and-or,
    .col-md-4 .form-search .and-or {
      height: auto;
      margin-bottom: 15px;
      margin-left: 0; } }
  .col-md-6 .form-search .form-field,
  .col-md-4 .form-search .form-field {
    width: 100%;
    margin-bottom: 15px; }
    .col-md-6 .form-search .form-field:last-of-type,
    .col-md-4 .form-search .form-field:last-of-type {
      margin-right: 0; }
      @media only screen and (min-width: 400px) {
        .col-md-6 .form-search .form-field:last-of-type.keyword-and-location-search,
        .col-md-4 .form-search .form-field:last-of-type.keyword-and-location-search {
          max-width: calc(100% - 60px - 15px); } }

.and-or {
  width: 60px;
  margin-right: 15px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media only screen and (min-width: 992px) {
    .and-or {
      height: 100%;
      margin-bottom: 0;
      margin-left: 10px; } }
  @media all and (min--moz-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
    .and-or {
      min-height: 52px; } }

.visitor-location-btn {
  width: 50px;
  height: calc(100% - 2px);
  position: absolute;
  top: 1px;
  right: 1px;
  background: none;
  cursor: pointer; }
  .visitor-location-btn:hover, .visitor-location-btn:active, .visitor-location-btn:focus {
    background-color: #e1ebef; }
  .visitor-location-btn .colored-icon {
    justify-content: center; }
  .visitor-location-btn .icon {
    width: 24px;
    height: 24px;
    background-color: #f9234b; }

.search-suggestions,
.visitor-location-error {
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  border-top: 0;
  box-shadow: 0 4px 4px 2px rgba(0, 0, 0, 0.1);
  list-style: none;
  background-color: #ffffff; }
  .search-suggestions img,
  .visitor-location-error img {
    height: 1rem;
    margin: 0.5rem 0.75rem 0.5rem auto;
    display: block; }

.search-suggestions {
  z-index: 1; }

.search-suggestion,
.visitor-location-btn-text {
  width: 100%;
  padding: 10px; }
  .search-suggestion.-current,
  .visitor-location-btn-text.-current {
    background-color: #d1dfe6; }
  .search-suggestion.all-vacancies,
  .visitor-location-btn-text.all-vacancies {
    font-family: "Nunito-Bold";
    color: #ffffff;
    background: #004766; }
    .search-suggestion.all-vacancies.-current,
    .visitor-location-btn-text.all-vacancies.-current {
      background-color: #006b99; }

.vacancy-overview {
  width: 100%;
  max-width: 1180px;
  padding: 0;
  flex-direction: column;
  position: relative; }
  .vacancy-overview .hidden-anchor {
    position: absolute;
    top: -90px; }
  .vacancy-overview .keyword-search .and-or {
    justify-content: flex-start; }
  .vacancy-overview .keyword-search .form-field {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 10px; }
  @media only screen and (min-width: 768px) {
    .vacancy-overview .button-container {
      display: none; } }
  @media only screen and (min-width: 768px) {
    .vacancy-overview {
      margin: 0 auto;
      flex-direction: row; } }

.vacancy-overview-top {
  margin-bottom: 15px;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between; }
  .vacancy-overview-top .switch-label {
    padding-bottom: 15px;
    display: none; }
    @media only screen and (min-width: 992px) {
      .vacancy-overview-top .switch-label {
        display: flex; } }
  .vacancy-overview-top .switch-container.checked .switch:after {
    background-color: #f9234b; }
  .vacancy-overview-top .switch-container .switch:after {
    background-color: #004766; }

.full-width-content .vacancy-overview {
  max-width: none; }

.vacancy-overview-favorites {
  width: 100%; }
  .vacancy-overview-favorites .vacancy-overview-body {
    width: 100%; }
  @media only screen and (min-width: 768px) {
    .vacancy-overview-favorites .vacancy-list {
      width: 100%;
      margin: 0; } }
  @media only screen and (min-width: 992px) {
    .vacancy-overview-favorites .vacancy-item-cell:not(.vacancy-item-row) {
      width: calc(100% / 3); } }
  @media only screen and (min-width: 992px) {
    .vacancy-overview-favorites {
      width: calc(100% + 30px);
      margin: 0 -15px; } }

.vacancy-overview-body {
  flex-direction: column; }
  .vacancy-overview-body .no-result-message {
    justify-content: center;
    text-align: center; }
  @media only screen and (min-width: 768px) {
    .vacancy-overview-body {
      width: 60%;
      padding-left: 15px; } }
  @media only screen and (min-width: 992px) {
    .vacancy-overview-body {
      width: 70%;
      padding: 0; } }

.vacancy-overview-aside {
  flex-direction: column-reverse; }
  @media only screen and (min-width: 768px) {
    .vacancy-overview-aside {
      width: 40%;
      padding-top: 35px;
      padding-right: 30px;
      padding-left: 30px;
      flex-direction: column; } }
  @media only screen and (min-width: 992px) {
    .vacancy-overview-aside {
      width: 35%; } }

.vacancy-list {
  margin-top: -15px;
  display: flex;
  flex-wrap: wrap;
  list-style: none; }
  @media only screen and (min-width: 992px) {
    .vacancy-list {
      width: calc(100% + 30px);
      margin-bottom: 15px;
      margin-left: -15px; } }

.no-result-message {
  width: 100%;
  min-height: 100px;
  align-items: center; }
  .no-result-message a {
    margin: 0 5px;
    text-decoration: underline;
    color: #004766; }
  .no-result-message .text-align-center {
    margin: 0 auto; }
  .no-result-message .text-align-right {
    margin-right: 0; }
  @media only screen and (min-width: 992px) {
    .no-result-message {
      padding: 0 30px; } }

.vacancy-item-cell {
  width: 100%;
  margin-bottom: 30px; }
  @media only screen and (min-width: 992px) {
    .vacancy-item-cell {
      width: 50%;
      padding-right: 15px;
      padding-left: 15px; } }

.vacancies-result-count {
  flex: 1 0 auto;
  justify-content: flex-end; }

.button-container {
  padding-top: 20px; }
  .button-container .btn {
    width: 100%; }

.pagination-block {
  display: none; }
  @media only screen and (min-width: 768px) {
    .pagination-block {
      width: 100%;
      max-width: 1180px;
      display: flex;
      justify-content: center; } }

.pagination {
  width: 35px;
  height: 35px;
  margin: 0 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 10px 0 rgba(199, 199, 199, 0.3); }
  .pagination.current-page {
    box-shadow: none;
    color: #ffffff;
    background: #004766; }
  .pagination.arrow {
    box-shadow: none; }
    .pagination.arrow svg {
      width: 17px;
      height: 19px; }
  .pagination.arrow-left svg {
    transform: rotate(-90deg); }
  .pagination.arrow-right svg {
    transform: rotate(90deg); }
  .pagination.inactive {
    box-shadow: none; }
    .pagination.inactive svg {
      fill: #d3d3d3;
      width: 17px;
      height: 19px; }
  .pagination a {
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center; }
  @media only screen and (min-width: 992px) {
    .pagination {
      width: 50px;
      height: 50px; } }

.banner-vacancy {
  margin-bottom: 60px; }
  .banner-vacancy .company-logo {
    max-width: 150px;
    padding-bottom: 15px; }
    @media only screen and (min-width: 992px) {
      .banner-vacancy .company-logo {
        padding: 0;
        padding-bottom: 15px; } }
  .banner-vacancy.with-form .company-logo,
  .banner-vacancy.hidden-form .company-logo {
    max-width: 150px;
    padding: 0;
    padding-bottom: 15px; }
  .banner-vacancy .banner-content {
    justify-content: flex-end; }
  .banner-vacancy .banner-headings {
    display: flex;
    flex-flow: column nowrap; }
  .banner-vacancy .btn-container {
    width: 100%;
    margin-bottom: 30px;
    flex-flow: column nowrap; }
    .banner-vacancy .btn-container .btn.bg-color-2:first-child {
      margin-bottom: 15px; }
      @media only screen and (min-width: 768px) {
        .banner-vacancy .btn-container .btn.bg-color-2:first-child {
          margin-right: 15px;
          margin-bottom: 0; } }
    .banner-vacancy .btn-container .whatsapp-apply + .btn.bg-color-1 {
      display: none; }
      @media only screen and (min-width: 992px) {
        .banner-vacancy .btn-container .whatsapp-apply + .btn.bg-color-1 {
          display: flex; } }
    @media only screen and (min-width: 992px) {
      .banner-vacancy .btn-container .whatsapp-apply {
        display: none; } }
    @media only screen and (min-width: 768px) {
      .banner-vacancy .btn-container {
        flex-flow: row nowrap; } }

.vacancy-back-button {
  margin-bottom: 15px;
  display: inline-flex;
  align-items: center;
  font-family: "Nunito-Bold";
  color: #ffffff;
  cursor: pointer; }
  .vacancy-back-button .icon {
    width: 15px;
    height: 15px;
    margin-right: 10px; }
    .vacancy-back-button .icon svg {
      fill: #ffffff; }

.vacancy-header {
  flex-direction: column;
  align-items: flex-start; }
  @media only screen and (min-width: 1030px) {
    .vacancy-header {
      padding: 0 30px; } }

.vacancy-header-body {
  width: 100%;
  padding: 30px;
  margin-bottom: -60px;
  flex-flow: column nowrap;
  justify-content: space-between;
  background: #f2f6f8; }
  @media only screen and (min-width: 992px) {
    .vacancy-header-body {
      flex-flow: row nowrap; } }

@media only screen and (min-width: 1030px) {
  .full-width-background .banner-vacancy.apply-page .vacancy-header {
    padding-right: 0;
    padding-left: 0; } }

@media only screen and (min-width: 1030px) {
  .full-width-background .banner-vacancy.apply-page .banner-headings {
    padding-right: 30px;
    padding-left: 30px; } }

@media only screen and (min-width: 1030px) {
  .full-width-background .banner-vacancy.apply-page .vacancy-back-button {
    padding-left: 30px; } }

.metadata-body {
  width: 100%;
  align-items: center; }

@media only screen and (min-width: 992px) {
  .sticky-heading {
    padding-right: 30px;
    flex-flow: column nowrap; } }

.vacancy-sticky {
  width: 100%;
  display: none;
  justify-content: center;
  position: fixed;
  bottom: 0;
  left: 0;
  background: #f2f6f8;
  z-index: 2; }
  .vacancy-sticky.active {
    display: flex; }
    .banner-vacancy.hidden-form + .vacancy-sticky.active,
    .vacancy-sticky.active .sticky-heading {
      display: none; }
      @media only screen and (min-width: 992px) {
        .banner-vacancy.hidden-form + .vacancy-sticky.active,
        .vacancy-sticky.active .sticky-heading {
          display: flex; } }
  .vacancy-sticky .metadata .metadata-list li {
    margin-bottom: 10px; }
  .vacancy-sticky .btn-container {
    margin-bottom: 0; }
    @media only screen and (min-width: 992px) {
      .vacancy-sticky .btn-container {
        width: auto; } }
  .vacancy-sticky .vacancy-sticky-body {
    width: 100%;
    max-width: 1180px;
    padding: 15px;
    align-items: center;
    justify-content: space-between; }
    @media only screen and (min-width: 1200px) {
      .vacancy-sticky .vacancy-sticky-body {
        padding: 10px 0; } }
  .vacancy-sticky h2 {
    padding-bottom: 10px;
    display: none;
    align-items: center;
    font-size: 28px;
    color: #004766; }
    @media only screen and (min-width: 992px) {
      .vacancy-sticky h2 {
        display: flex; } }
  .vacancy-sticky .button-submit,
  .vacancy-sticky .btn-submit,
  .vacancy-sticky .btn-container {
    width: 100%;
    min-width: 200px; }
    @media only screen and (min-width: 992px) {
      .vacancy-sticky .button-submit,
      .vacancy-sticky .btn-submit,
      .vacancy-sticky .btn-container {
        width: auto; } }
  @media only screen and (min-width: 992px) {
    .vacancy-sticky {
      top: 65px;
      bottom: auto; } }

.vacancy-bottom {
  flex-flow: column nowrap;
  align-items: center; }
  .vacancy-bottom .btn-label {
    white-space: nowrap; }
  .vacancy-bottom .nav-actions {
    width: 100%;
    padding-left: 0;
    align-items: center;
    justify-content: center;
    position: relative; }
    .vacancy-bottom .nav-actions .link-favorites {
      padding-left: 0;
      justify-content: center;
      cursor: pointer; }
  .vacancy-bottom .button-submit {
    width: 100%; }
  .vacancy-bottom .btn-submit svg {
    fill: #ffffff;
    width: 15px;
    height: 15px;
    margin-bottom: -3px; }
  .vacancy-bottom .link-icon {
    width: 18px;
    height: 16px;
    margin: 0 15px; }
    @media only screen and (min-width: 768px) {
      .vacancy-bottom .link-icon.link-whatsapp {
        display: none; } }
  @media only screen and (min-width: 992px) {
    .vacancy-bottom.allow-referral {
      width: 100%;
      max-width: 335px; } }
  @media only screen and (min-width: 992px) {
    .vacancy-bottom {
      width: 100%;
      max-width: 290px; } }

.share-tool,
.referral-tool {
  max-width: 590px;
  margin: 0 auto;
  flex-direction: column; }
  .share-tool.share-tool-employee-content,
  .referral-tool.share-tool-employee-content {
    margin: 0;
    background: #f2f6f8; }
    @media only screen and (min-width: 768px) {
      .share-tool.share-tool-employee-content,
      .referral-tool.share-tool-employee-content {
        min-width: 590px;
        margin: auto; } }
  .share-tool .intro,
  .referral-tool .intro {
    padding: 30px; }
  .share-tool .heading,
  .referral-tool .heading {
    margin: 0 auto; }
  .share-tool .page-container .message,
  .referral-tool .page-container .message {
    padding: 30px; }
  .share-tool .btn,
  .share-tool textarea,
  .referral-tool .btn,
  .referral-tool textarea {
    width: 100%; }
  .share-tool textarea,
  .referral-tool textarea {
    padding: 0.5em;
    margin-top: 10px; }
  .share-tool button:disabled,
  .referral-tool button:disabled {
    background: #d3d3d3; }
  .share-tool .btn-group .btn,
  .referral-tool .btn-group .btn {
    margin-bottom: 1rem; }
  .share-tool .btn-group :last-child,
  .referral-tool .btn-group :last-child {
    margin-bottom: 0; }
  .share-tool .error-message,
  .referral-tool .error-message {
    margin: 0.5em 0 0;
    font-size: 0.8em;
    color: #ff0000; }
  .share-tool .checkbox,
  .referral-tool .checkbox {
    width: 35px; }
    .share-tool .checkbox .icon,
    .referral-tool .checkbox .icon {
      width: 10px;
      height: 10px;
      padding: 0; }
  .share-tool ::-webkit-scrollbar,
  .referral-tool ::-webkit-scrollbar {
    display: none; }
  .share-tool .btn.primary,
  .referral-tool .btn.primary {
    color: #ffffff;
    background-color: #f9234b; }
    .share-tool .btn.primary .icon,
    .referral-tool .btn.primary .icon {
      background-color: #ffffff; }
  .share-tool .btn-width-unbounded,
  .referral-tool .btn-width-unbounded {
    width: auto; }
  .share-tool .btn__icon,
  .referral-tool .btn__icon {
    margin: 0.5rem; }
    .share-tool .btn__icon .icon,
    .referral-tool .btn__icon .icon {
      width: 1.25em;
      height: 1.25em; }

div.share-tool__menu {
  padding: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  div.share-tool__menu .logo img {
    max-width: 150px;
    max-height: 2rem; }
  div.share-tool__menu .icon a {
    height: 100%; }
  div.share-tool__menu .icon svg {
    fill: #f9234b; }

div.share-tool-form__tag,
.share-tool-form__tag {
  margin: 0 0.5em 0.5em 0;
  display: inline-block;
  position: relative;
  color: #ffffff; }
  div.share-tool-form__tag .form-checkbox,
  .share-tool-form__tag .form-checkbox {
    opacity: 0;
    position: absolute; }
    div.share-tool-form__tag .form-checkbox + label,
    .share-tool-form__tag .form-checkbox + label {
      padding: 0 0.5em 0 2em;
      opacity: 0.5;
      position: relative;
      border-radius: 0.25em;
      background: #f9234b;
      cursor: pointer;
      transition: opacity 0.2s; }
      div.share-tool-form__tag .form-checkbox + label:before, div.share-tool-form__tag .form-checkbox + label:after,
      .share-tool-form__tag .form-checkbox + label:before,
      .share-tool-form__tag .form-checkbox + label:after {
        content: "";
        height: 100%;
        position: absolute;
        left: 0; }
      div.share-tool-form__tag .form-checkbox + label:before,
      .share-tool-form__tag .form-checkbox + label:before {
        padding: 0.75em;
        border-radius: 0.25em 0 0 0.25em;
        background: #ca062a; }
      div.share-tool-form__tag .form-checkbox + label:after,
      .share-tool-form__tag .form-checkbox + label:after {
        content: "＋";
        padding: 0 0.25em;
        display: flex;
        align-items: center;
        justify-content: center;
        top: 1px;
        font-weight: bold;
        transition: transform 0.2s; }
    div.share-tool-form__tag .form-checkbox:checked + label,
    .share-tool-form__tag .form-checkbox:checked + label {
      opacity: 1; }
      div.share-tool-form__tag .form-checkbox:checked + label:after,
      .share-tool-form__tag .form-checkbox:checked + label:after {
        transform: rotate(45deg); }

.share-tool-form .btn-submit {
  position: relative; }
  .share-tool-form .btn-submit.loading {
    pointer-events: none; }

.share-tool-form .share-tool-form__progress-bar {
  height: 100%;
  opacity: 15%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #ffffff;
  transition: width 0.4s; }

.share-tool__container {
  padding: 2rem;
  display: block; }

div.share-tool__banner,
.share-tool__banner {
  width: 100%;
  height: 250px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden; }
  div.share-tool__banner .heading,
  div.share-tool__banner h1,
  .share-tool__banner .heading,
  .share-tool__banner h1 {
    text-align: center; }

.share-tool__banner-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0;
  object-fit: cover;
  object-position: center; }

.share-tool__banner-text {
  line-height: 0.75em;
  text-align: center;
  z-index: 1; }

.share-tool-welcome__usps li {
  padding: 0.25rem 1rem 0.25rem 2.5rem;
  margin: 0;
  margin-bottom: 1rem;
  position: relative;
  list-style-type: none;
  background: url("/static/icons/heart.svg") no-repeat left center;
  vertical-align: middle; }

.share-tool-form__consent-field {
  margin: 2rem 0;
  display: flex; }
  .share-tool-form__consent-field .form-checkbox {
    margin: 0.4rem 0 0; }
  .share-tool-form__consent-field .link {
    margin-left: 5px; }

.share-tool__request-too-big {
  padding: 2rem;
  margin: 0 -2rem;
  background: #f2f6f8; }
  .share-tool__request-too-big .title {
    padding-bottom: 0; }

.share-tool-form__tags-field {
  background: #f2f6f8; }

.share-tool-form__preview {
  margin-bottom: 1.5rem;
  position: relative; }
  .share-tool-form__preview .img-container {
    max-width: 500px;
    display: flex;
    flex-direction: column;
    align-items: stretch; }
    .share-tool-form__preview .img-container img {
      height: 160px; }
  .share-tool-form__preview .error-overlay {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    font-weight: bold;
    color: #f9234b;
    background: rgba(255, 255, 255, 0.85);
    cursor: pointer; }
    .share-tool-form__preview .error-overlay p {
      margin: 0; }
    .share-tool-form__preview .error-overlay .icon {
      background: #f9234b; }
  .share-tool-form__preview .img-container__banner {
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .share-tool-form__preview .img-container__banner span {
      max-width: 220px;
      margin-right: 1rem;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden; }
    .share-tool-form__preview .img-container__banner button {
      width: auto;
      padding: 1rem;
      margin: -1rem;
      font-weight: bold;
      transform: rotate(45deg); }

.share-tool__btn-group .socials-link {
  margin-top: 2rem;
  display: block;
  text-decoration: underline; }
  .share-tool__btn-group .socials-link span {
    width: 100%;
    display: block;
    text-align: center; }

div.ec-employee-banner,
.ec-employee-banner {
  width: 100%;
  padding: 2rem 1rem 1.5rem;
  display: flex;
  justify-content: space-between;
  background: #ffffff; }
  div.ec-employee-banner h3,
  .ec-employee-banner h3 {
    padding-bottom: 0;
    line-height: normal; }

.ec-employee-banner__greeting {
  padding-top: 0.35rem; }

div.ec-employee-banner__star-count,
.ec-employee-banner__star-count {
  display: flex;
  align-items: center; }
  div.ec-employee-banner__star-count :first-child,
  .ec-employee-banner__star-count :first-child {
    margin-right: 0.5rem; }
  div.ec-employee-banner__star-count .icon,
  .ec-employee-banner__star-count .icon {
    width: 2rem;
    height: 2rem;
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
    background: #f9234b; }

.ec-list {
  width: 100%;
  list-style: none; }

div.ec-header,
.ec-header {
  padding: 1rem;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ffffff;
  list-style-type: none;
  cursor: pointer; }
  div.ec-header.is-active,
  .ec-header.is-active {
    background: #ebf1f4; }

.ec-header__media {
  width: 75px;
  height: 75px;
  position: relative;
  background: rgba(0, 0, 0, 0.05); }
  .ec-header__media img,
  .ec-header__media video {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .ec-header__media .ec-header__media__placeholder {
    margin: 50% 0.5rem 0;
    display: block;
    font-size: 0.75rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: rgba(0, 0, 0, 0.3);
    overflow: hidden;
    transform: translate(0, -50%); }

.ec-header__counter {
  padding: 0.45em;
  position: absolute;
  top: 5px;
  right: 5px;
  border-radius: 0.7rem;
  font-size: 0.65rem;
  font-weight: bold;
  line-height: normal;
  color: #ffffff;
  background: #f9234b; }

div.ec-header__details,
.ec-header__details {
  display: flex;
  flex: 1 1 0;
  align-self: stretch;
  justify-content: space-between;
  position: relative; }

.ec-header__details__date {
  position: absolute;
  bottom: -0.25rem;
  left: 1.5rem;
  font-size: 0.7rem;
  font-style: italic;
  color: #777777; }

.ec-header__details__status {
  margin-left: 1.5rem;
  align-self: center; }

div.ec-item__header__status {
  padding-right: 0.5rem;
  display: flex;
  align-items: center; }
  div.ec-item__header__status .icon {
    width: 1rem;
    height: 1rem;
    margin-right: 0.25rem;
    background: #f9234b; }

.ec-header__arrow {
  padding: 0 0.5rem;
  transform: translateY(-2px);
  transform-origin: 0 0.5rem;
  transition: transform 0.15s; }
  .ec-header__arrow:after {
    content: "";
    width: 0.5rem;
    height: 0.5rem;
    display: inline-block;
    border-right: 1px solid #f9234b;
    border-top: 1px solid #f9234b;
    transform: rotateZ(135deg); }
  .ec-header__arrow.is-active {
    transform: rotateX(180deg) translateY(-0.75rem); }

.ec__detail {
  padding-bottom: 6px;
  padding-left: 1.5rem;
  align-self: center;
  flex-direction: column; }
  .ec__detail h3 {
    padding: 0;
    font-family: "OpenSans-Regular";
    font-size: 0.75em;
    font-weight: bold;
    line-height: normal;
    text-transform: capitalize;
    color: #f9234b; }
  .ec__detail .pending {
    color: #fdb8c5; }
  .ec__detail .retry,
  .ec__detail .aapproved {
    color: #f9234b; }
  .ec__detail .honors {
    font-weight: bold;
    color: #f9234b; }

.ec-item__body {
  padding: 1rem;
  padding-right: 0;
  position: relative;
  border-bottom: 1px solid #ffffff;
  background: #f2f6f8; }
  .ec-item__body .ec__detail {
    padding: 0;
    margin-top: 1em; }

div.ec-item__body__uploads {
  width: 100%;
  display: flex;
  overflow-x: auto; }
  div.ec-item__body__uploads:after {
    content: "";
    width: 1rem;
    position: absolute;
    top: 1rem;
    right: 0;
    bottom: 1rem;
    background: linear-gradient(90deg, rgba(242, 246, 248, 0), #f2f6f8 100%);
    z-index: 1; }

.ec-item__body__upload {
  width: 80%;
  height: 200px;
  margin-right: 1rem;
  flex-shrink: 0;
  border-radius: 5px; }
  .ec-item__body__upload img,
  .ec-item__body__upload video {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    object-fit: cover; }

.ec-item__body__btn-container {
  width: 100%;
  padding-right: 1rem;
  margin-top: 1rem; }

div.ec-item__body__tags,
.ec-item__body__tags {
  padding-top: 0.5em;
  margin-bottom: -0.5em; }

div.ec-item__body__tag,
.ec-item__body__tag {
  padding: 0 0.5em;
  margin: 0 0.5em 0.5em 0;
  display: inline-block;
  position: relative;
  border-radius: 0.25em;
  color: #ffffff;
  background: #f9234b; }

.share-tool form,
.share-tool div {
  display: block; }

.share-tool .banner-background,
.share-tool .banner-wrapper,
.share-tool .banner-content,
.share-tool .banner,
.share-tool .banner-content .headings {
  display: flex; }

.referral-tool .header {
  top: 0;
  left: 0; }

.referral-tool .header-wrapper {
  max-width: 590px;
  height: auto;
  padding: 10px; }

.referral-tool .header-container {
  flex-flow: row nowrap; }

.referral-tool .domain-dropdown {
  padding: 10px; }

.referral-tool .logo {
  margin-right: auto; }

.referral-tool .banner {
  margin-top: 70px;
  border-radius: 2px; }
  @media only screen and (min-width: 992px) {
    .referral-tool .banner {
      margin-top: 90px; } }

.referral-tool .heading,
.referral-tool h1,
.referral-tool h2 {
  padding-bottom: 0;
  text-align: center; }

.referral-tool .intro,
.referral-tool .referral-form {
  padding: 15px; }
  @media only screen and (min-width: 992px) {
    .referral-tool .intro,
    .referral-tool .referral-form {
      padding: 30px; } }

.referral-tool .form-input:active, .referral-tool .form-input:focus, .referral-tool .form-input:hover {
  border: 1px solid #004766; }

.referral-tool .referral-form {
  width: 100%;
  padding: 30px;
  flex-direction: column; }
  .referral-tool .referral-form .form-row {
    width: 100%;
    flex-flow: column nowrap; }
  .modal .referral-tool .referral-form {
    height: 100%;
    max-height: 100vh;
    overflow-y: auto; }
    .modal .referral-tool .referral-form .form-row {
      width: 100%; }
  .referral-tool .referral-form .form-input {
    width: 100%; }
  .referral-tool .referral-form .form-field {
    margin-bottom: 30px;
    flex-direction: column;
    position: relative; }

.modal.edit-info {
  max-height: 90vh;
  padding: 30px;
  background: #ffffff; }
  @media only screen and (min-width: 992px) {
    .modal.edit-info {
      max-height: 100vh; } }

.referral-tool-edit-form {
  width: 100%;
  flex-flow: column nowrap;
  overflow-y: auto; }
  .referral-tool-edit-form .form-field {
    width: 100%;
    margin-bottom: 15px;
    flex-flow: column nowrap; }
  .referral-tool-edit-form label {
    margin-bottom: 10px; }

.referral-form-tabs-container {
  display: block; }

.referral-form-tabs {
  display: flex;
  flex-flow: row wrap; }
  .referral-form-tabs .btn {
    width: auto;
    margin-right: 10px;
    margin-bottom: 10px; }
    .referral-form-tabs .btn.primary {
      border: 2px solid #f9234b;
      color: #f9234b;
      background: transparent; }
    .referral-form-tabs .btn.secondary {
      border: 2px solid #004766;
      color: #004766;
      background: transparent; }

.referral-form-filters-container {
  width: 100%;
  display: block; }

.referral-form-filter {
  margin-left: 0.5rem; }
  .referral-form-filter:first-child {
    margin-left: 0; }

.referral-form-filter-options {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, calc((768px - 120px - 2rem) / 3));
  list-style: none;
  background: #f2f6f8;
  column-gap: 1rem; }
  .referral-form-filter-options .custom-select {
    width: 100%; }
    .referral-form-filter-options .custom-select select {
      border: 1px solid #d8d8d8; }

@keyframes appear {
  to {
    opacity: 1;
    transform: translate(0, 0); } }

.snackbar {
  width: calc(100% - 1rem);
  position: fixed;
  bottom: 1.5rem;
  left: 0.5rem;
  z-index: 3; }
  @media only screen and (min-width: 992px) {
    .snackbar {
      max-width: 640px;
      left: 50%;
      transform: translateX(-50%); } }

div.snackbar__snack {
  padding: 1rem 1.5rem;
  margin-top: 1rem;
  display: flex;
  align-items: center;
  position: unset;
  border-radius: 6rem;
  background: #004766;
  transform: translate(0, 2rem);
  animation: appear 0.125s forwards; }
  div.snackbar__snack span {
    margin-right: 0.5rem;
    flex: 1 1 0;
    color: #ffffff; }
  div.snackbar__snack .remove {
    width: 1.5rem;
    padding: 0;
    background: none; }
    div.snackbar__snack .remove .icon {
      width: 1.5rem;
      height: 1.5rem;
      background: #ffffff; }

.text-image,
.text-video {
  width: 100%;
  flex-flow: column-reverse nowrap;
  align-items: flex-start;
  justify-content: flex-start; }
  .text-image .content-text,
  .text-video .content-text {
    width: 100%;
    padding: 30px;
    flex-flow: column nowrap; }
    @media only screen and (min-width: 992px) {
      .text-image .content-text,
      .text-video .content-text {
        min-height: 80%;
        padding: 70px;
        margin-bottom: 10%;
        flex: 0 0 47.5%;
        z-index: 1; } }
  @media only screen and (min-width: 992px) {
    .text-image.reversed,
    .text-video.reversed {
      flex-flow: row-reverse nowrap; } }
  @media only screen and (min-width: 992px) {
    .text-image,
    .text-video {
      flex-flow: row nowrap; } }

@media only screen and (min-width: 992px) {
  .reversed .content-image, .reversed
  .content-video {
    margin-right: -10%;
    margin-left: 0; } }

.content-image .video-wrapper,
.content-image .image-wrapper,
.content-video .video-wrapper,
.content-video .image-wrapper {
  height: 100%; }

@media only screen and (min-width: 992px) {
  .content-image,
  .content-video {
    height: 100%;
    margin-right: 0%;
    margin-left: -10%;
    flex: auto; } }

.breadcrumbs {
  width: 100%;
  padding: 10px 0; }
  .breadcrumbs ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    list-style-type: none; }
  .breadcrumbs .icon {
    width: 12px;
    height: 12px; }
    .breadcrumbs .icon svg {
      fill: #2a2a2a; }
  @media only screen and (min-width: 1200px) {
    .breadcrumbs {
      padding: 10px 0; } }

.breadcrumb {
  margin-right: 10px;
  display: none;
  align-items: center;
  justify-content: center;
  font-size: 14px; }
  .breadcrumb + .breadcrumb:before {
    content: "";
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    width: 4.5px;
    height: 4.5px;
    border-right: 1px solid #2a2a2a;
    border-top: 1px solid #2a2a2a;
    transform: rotate(45deg); }
    @media only screen and (min-width: 992px) {
      .breadcrumb + .breadcrumb:before {
        margin: 0 10px 0 0; } }
  .breadcrumb:nth-last-child(2) {
    display: flex; }
    .breadcrumb:nth-last-child(2):before {
      content: "";
      -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
      width: 4.5px;
      height: 4.5px;
      margin: 0 10px 0 5px;
      border-right: 1px solid #2a2a2a;
      border-top: 1px solid #2a2a2a;
      transform: rotate(-135deg); }
      @media only screen and (min-width: 992px) {
        .breadcrumb:nth-last-child(2):before {
          content: "";
          -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          border-left: 0;
          border-right: 1px solid #2a2a2a;
          transform: rotate(45deg); } }
    .breadcrumb:nth-last-child(2) .icon {
      align-self: center; }
  @media only screen and (min-width: 992px) {
    .breadcrumb:first-child:before {
      content: none; } }
  @media only screen and (min-width: 992px) {
    .breadcrumb:first-child {
      margin-left: 0; } }
  .breadcrumb:after {
    content: "";
    width: 0;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 22px;
    background: #2a2a2a;
    transition: width 200ms ease-in-out; }
    @media only screen and (min-width: 992px) {
      .breadcrumb:after:hover {
        width: 100%; } }
  @media only screen and (min-width: 992px) {
    .breadcrumb {
      display: flex;
      position: relative;
      overflow: hidden; } }

/* Share component */
.share-component-overview {
  width: 100%;
  margin: 0; }
  .share-component-overview .share-component .news-item-container .image {
    min-height: 140px;
    max-height: none; }
  .share-component-overview .share-component .news-tag {
    margin-right: 10px;
    margin-bottom: 10px; }
  .share-component-overview .share-component .news-body {
    padding-bottom: 30px; }
    .share-component-overview .share-component .news-body .description {
      text-align: left; }
  @media only screen and (min-width: 768px) {
    .share-component-overview .share-component {
      width: 100%; } }
  .share-component-overview .video-wrapper {
    height: 100%;
    padding-bottom: 0; }
    .share-component-overview .video-wrapper video {
      position: relative; }

.salary-calculator {
  width: 100%;
  min-height: 300px;
  padding: 30px;
  flex-flow: column nowrap;
  justify-content: space-between;
  background-color: #f2f6f8; }
  .salary-calculator .salary-calculator-wrapper,
  .salary-calculator .salary-calculator-body,
  .salary-calculator .custom-select,
  .salary-calculator .custom-select select,
  .salary-calculator .form-fields,
  .salary-calculator .salary-calculator-header {
    width: 100%; }
  .salary-calculator .salary-calculator-wrapper,
  .salary-calculator .salary-calculator-body {
    height: 100%;
    flex-flow: column nowrap;
    align-items: flex-end; }
  .salary-calculator .salary-calculator-body {
    justify-content: space-between; }
    .salary-calculator .salary-calculator-body p {
      margin: 0; }
  .salary-calculator .disabled .form-field .track,
  .salary-calculator .disabled .form-field .thumb,
  .salary-calculator .disabled .form-field .range,
  .salary-calculator .disabled .form-field .tooltip {
    background: #c3c3c3; }
  .salary-calculator .disabled .form-field .label {
    color: #c3c3c3; }
  .salary-calculator .disabled .form-field .tooltip:before {
    border-top-color: #c3c3c3; }
  .salary-calculator .custom-select,
  .salary-calculator .form-fields {
    margin-bottom: 15px; }
  .salary-calculator .form-field {
    margin-bottom: 15px;
    flex: 1 0 auto;
    flex-flow: column nowrap;
    position: relative; }
    .salary-calculator .form-field.error {
      color: #f9234b; }
      .salary-calculator .form-field.error input {
        border-color: #f9234b;
        color: #f9234b; }
    .salary-calculator .form-field .label {
      margin-bottom: 30px; }
    @media only screen and (min-width: 992px) {
      .salary-calculator .form-field:first-child {
        margin-right: 15px; } }
    @media only screen and (min-width: 992px) {
      .salary-calculator .form-field {
        margin-bottom: 0; } }
  .salary-calculator .salary-body-text {
    margin-bottom: 15px;
    flex-flow: column nowrap; }
  .salary-calculator .form-fields {
    margin-bottom: 60px;
    flex-flow: column nowrap; }
    .salary-calculator .form-fields .error-message {
      margin: 0;
      font-size: 16px;
      color: #f9234b; }
      @media only screen and (min-width: 768px) {
        .salary-calculator .form-fields .error-message {
          position: absolute;
          top: 100%;
          left: 0; } }
    @media only screen and (min-width: 768px) {
      .salary-calculator .form-fields {
        flex-flow: row nowrap; } }
  .salary-calculator .form-field input,
  .salary-calculator .custom-select select {
    min-height: auto;
    padding: 10px;
    border: 1px solid #c3c3c3;
    background: #ffffff; }
  .salary-calculator .range-input input {
    padding: 0;
    border: 0;
    background: transparent; }
  .salary-calculator .btn {
    width: auto;
    min-width: 150px;
    justify-content: space-between; }
    .salary-calculator .btn span {
      margin-right: 15px; }
    .salary-calculator .btn .colored-icon {
      width: 15px;
      height: 15px; }
      .salary-calculator .btn .colored-icon .icon {
        width: 100%;
        height: 100%; }

.radio-button-container {
  margin: 10px 0;
  display: flex;
  align-items: center;
  cursor: pointer; }

.radio-button {
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  margin: 0;
  margin-bottom: -3px;
  position: relative;
  border: 1px solid #004766;
  border-radius: 50%;
  background-color: transparent; }
  .radio-button:before {
    content: "";
    width: 13px;
    height: 13px;
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    background: #004766;
    transform: translate(-50%, -50%); }
  .radio-button:checked:before {
    display: flex; }

.radio-button-label {
  margin-left: 10px; }

@keyframes openAccordion {
  from {
    max-height: 0; }
  to {
    max-height: 100%; } }

.accordion-group {
  width: 100%;
  flex-flow: column nowrap; }

.accordion {
  width: 100%;
  display: flex;
  flex-flow: column nowrap; }
  .accordion.open .accordion-title:after {
    transform: translateY(-50%) rotate(0); }
  .accordion.open .accordion-content {
    max-height: 100%;
    padding: 15px 0;
    animation: openAccordion 100ms; }
  @media only screen and (min-width: 1030px) {
    .accordion {
      padding: 0 30px; } }

.accordion-title {
  padding: 15px 0;
  position: relative;
  cursor: pointer; }
  .accordion-title h1,
  .accordion-title h2,
  .accordion-title h3 {
    width: 100%;
    padding-right: 40px;
    padding-bottom: 0;
    pointer-events: none; }
  .accordion-title:before, .accordion-title:after {
    content: "";
    width: 16px;
    height: 3px;
    position: absolute;
    top: 50%;
    right: 0;
    background: #004766;
    transform: translateY(-50%);
    transition: ease-in-out 100ms; }
  .accordion-title:after {
    transform: translateY(-50%) rotate(90deg); }

.accordion-content {
  max-height: 0;
  flex-flow: column nowrap;
  border-top: 1px solid #004766;
  overflow: hidden;
  transition: ease-in-out 100ms; }
  .accordion-content h1,
  .accordion-content h2,
  .accordion-content h3 {
    padding-bottom: 0; }
  .accordion-content img {
    max-width: 100%; }
  .accordion-content .text {
    flex-flow: column nowrap; }

.vacancy-accordion ul {
  padding-left: 30px; }
  .vacancy-accordion ul li:before {
    left: -20px; }

.vacancy-accordion .accordion-content div {
  display: block; }

.vacancy-filter-links {
  width: 100%;
  flex-flow: column nowrap;
  align-items: flex-start; }
  .vacancy-filter-links h2 {
    padding-bottom: 0;
    margin-bottom: 15px;
    font-size: 22px;
    line-height: 22px; }
    @media only screen and (min-width: 992px) {
      .vacancy-filter-links h2 {
        max-width: calc(100% / 3);
        flex: 1 0 auto; } }
  .vacancy-filter-links .btn {
    min-width: auto;
    margin-right: 15px;
    margin-bottom: 15px; }
    .vacancy-filter-links .btn:last-child {
      margin-right: 0; }
  .vacancy-filter-links .counter {
    min-width: 30px;
    padding-left: 5px; }
  .vacancy-filter-links .links {
    flex-flow: row wrap; }
    @media only screen and (min-width: 992px) {
      .vacancy-filter-links .links {
        width: 100%;
        max-width: calc(100% / 3 * 2);
        padding-left: 30px; } }
  @media only screen and (min-width: 992px) {
    .vacancy-filter-links {
      flex-flow: row nowrap; } }
  @media only screen and (min-width: 992px) {
    .vacancy-filter-links {
      padding: 0 30px; } }

.vacancy-associated-options {
  flex-flow: column nowrap; }
  .vacancy-associated-options .options {
    flex-flow: row wrap; }
    .vacancy-associated-options .options .btn {
      margin-right: 15px;
      margin-bottom: 15px;
      cursor: auto; }
      .text-white .vacancy-associated-options .options .btn.color-2:hover, .text-white .vacancy-associated-options .options .btn.color-2:focus, .text-white .vacancy-associated-options .options .btn.color-2:active {
        color: #ffffff;
        background: transparent; }
      .vacancy-associated-options .options .btn:hover, .vacancy-associated-options .options .btn:focus, .vacancy-associated-options .options .btn:active {
        color: #004766;
        background: transparent; }
  .bg-image .vacancy-associated-options .color-2,
  .bg-color .vacancy-associated-options .color-2 {
    color: #ffffff; }

@keyframes appear {
  to {
    opacity: 1;
    transform: scale(1) translate(0, 0); } }

@keyframes fade-in {
  to {
    opacity: 1; } }

@keyframes pop-in {
  from {
    opacity: 0;
    transform: scale(0); }
  to {
    opacity: 1;
    transform: scale(1); } }

@keyframes pop-in-quick {
  from {
    opacity: 0;
    transform: scale(0.9); }
  to {
    opacity: 1;
    transform: scale(1); } }

@keyframes pop-out {
  from {
    opacity: 1;
    transform: scale(1); }
  to {
    opacity: 0;
    transform: scale(0); } }

.fade-in {
  opacity: 0;
  animation: fade-in 0.25s forwards; }

.recruitment-chat-inner-wrapper {
  width: 60px;
  height: 60px;
  position: fixed;
  right: 15px;
  bottom: 15px;
  border-radius: 5px;
  transform-origin: bottom right;
  z-index: 9999; }
  .recruitment-chat-inner-wrapper.recruitment-chat-is-open {
    width: 100%;
    height: 100%;
    max-height: 70vh;
    right: 0;
    bottom: 0;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    animation: pop-in-quick 0.25s forwards; }
    @media only screen and (min-width: 992px) {
      .recruitment-chat-inner-wrapper.recruitment-chat-is-open {
        width: 450px;
        height: 65vh;
        min-height: 400px;
        right: 30px;
        bottom: 30px; } }
    @media not all and (min-resolution: 0.001dpcm) {
      .recruitment-chat-inner-wrapper.recruitment-chat-is-open {
        max-height: 70vh; } }
  @media only screen and (min-width: 992px) {
    .recruitment-chat-inner-wrapper {
      right: 30px;
      bottom: 30px; } }

.recruitment-chat-header {
  width: 100%;
  height: 60px;
  padding: 10px;
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  background: #f2f6f8; }
  .recruitment-chat-header h3 {
    padding-bottom: 0;
    margin-right: 15px;
    flex: 1 0 auto; }

.recruitment-chat-close-button {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  cursor: pointer; }
  .recruitment-chat-close-button.refresh {
    margin-right: 10px; }
    .recruitment-chat-close-button.refresh .icon {
      width: 25px;
      height: 25px; }
  .recruitment-chat-close-button .icon {
    width: 30px;
    height: 30px;
    background: #2a2a2a; }
  .recruitment-chat-close-button span {
    transform: rotate(45deg); }
  @media only screen and (min-width: 992px) {
    .recruitment-chat-close-button {
      top: -15px;
      right: -15px; } }

.chatbot-node-avatar {
  width: 30px;
  min-width: 30px;
  height: 30px;
  margin-right: 15px;
  border-radius: 30px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }
  .chatbot-node-avatar.chatbot-node-noavatar {
    width: 0;
    min-width: 0; }

.recruitment-chat-open-button {
  width: 60px;
  height: 60px;
  opacity: 0;
  display: block;
  border-radius: 50%;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
  background-color: #c3c3c3;
  background-position: center center;
  background-size: cover;
  transform: scale(0);
  cursor: pointer;
  transition: transform 0.15s;
  animation: pop-in 0.25s forwards;
  animation-delay: 1s; }
  .recruitment-chat-open-button:hover {
    opacity: 0.9; }
  @media only screen and (min-width: 992px) {
    .recruitment-chat-open-button {
      right: 0;
      bottom: 0; } }

.recruitment-chat-is-open .recruitment-chat-open-button {
  opacity: 0;
  position: absolute;
  animation: pop-out 0.25s forwards; }

.appear {
  opacity: 0;
  transform: scale(0.9) translate(0, 1rem);
  transform-origin: left bottom;
  animation: appear 0.25s forwards; }
  .appear.chatbot-node-salarycalculator, .appear.chatbot-node-vacancyoverview, .appear.chatbot-node-option {
    transform-origin: right bottom; }

.appear-delay {
  animation-delay: 0.25s; }

.chatbot {
  width: 100%;
  min-height: 450px;
  background-color: white; }

.chatbot-nodes {
  width: 100%;
  padding: 30px 15px;
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  overflow-y: auto; }
  .chatbot-nodes pre {
    margin: 0; }

.chatbot-node-wrapper {
  margin-bottom: 15px;
  align-items: flex-end; }

.chatbot-node {
  width: initial;
  min-height: 30px;
  padding: 15px;
  border-radius: 4px;
  background: #f2f6f8; }
  .chatbot-node:after {
    content: "";
    width: 1rem;
    height: 1rem;
    position: absolute;
    bottom: -2px;
    left: -1px;
    background-color: #f2f6f8;
    transform: rotate(45deg) translate(-50%, 0); }
  .chatbot-node.chatbot-loading-node:after {
    content: none; }

.chatbot-loading-node {
  display: inline; }

.chatbot-node-option {
  padding: 0;
  align-self: flex-end;
  background: transparent; }
  .chatbot-node-option .chatbot-node {
    padding: 0;
    background: none; }
    .chatbot-node-option .chatbot-node.chatbot-loading-node {
      color: #ffffff; }
    .chatbot-node-option .chatbot-node:after {
      right: -12px;
      left: auto;
      background: #f9234b; }
  .chatbot-node-option button {
    border-radius: 4px;
    font-family: "OpenSans-Regular";
    text-align: left;
    white-space: pre-wrap; }
    .chatbot-node-option button:hover, .chatbot-node-option button:active, .chatbot-node-option button:focus {
      opacity: 1; }
  .chatbot-node-option:after {
    display: none; }

.chatbot-node-vacancyoverview {
  align-self: flex-end; }
  .chatbot-node-vacancyoverview .chatbot-node {
    width: 100%;
    flex-flow: column nowrap; }
  .chatbot-node-vacancyoverview:after {
    display: none; }
  .chatbot-node-vacancyoverview .form-field {
    margin-bottom: 15px;
    position: relative; }

.chatbot-node-vacancies {
  flex-flow: column nowrap; }
  .chatbot-node-vacancies .chatbot-node-vacancy {
    flex-flow: column nowrap;
    cursor: pointer; }
    .chatbot-node-vacancies .chatbot-node-vacancy:last-child {
      margin-bottom: 30px; }

.chatbot-node-vacancy-metadata span {
  margin-right: 10px; }

.chatbot-node-salarycalculator-inputs {
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between; }
  .chatbot-node-salarycalculator-inputs .chatbot-node-salarycalculator-input-wrapper {
    width: calc(50% - 7.5px); }

.chatbot-node-text pre {
  font-family: "OpenSans-Regular";
  line-height: 130%;
  white-space: pre-wrap; }

.chatbot-node-link a {
  text-decoration: underline; }

.chatbot-node-video video,
.chatbot-node-image img {
  max-width: 100%;
  border-radius: 4px; }

.chatbot .chatbot-node-vacancyoverview {
  width: 100%;
  max-width: 100%; }

.chatbot-node-vacancy {
  padding: 15px;
  margin-bottom: 15px;
  text-align: left;
  background: white; }
  .chatbot-node-vacancy h3 {
    padding-bottom: 5px; }
  .chatbot-node-vacancy:hover {
    background: #f9f9f9; }
  .chatbot-node-vacancy strong {
    display: inline-block;
    font-weight: 500; }
  .chatbot-node-vacancy footer {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px; }
    .chatbot-node-vacancy footer button {
      padding: 7.5px;
      border-radius: 4px;
      font-family: "Nunito-Bold";
      color: #ffffff;
      background-color: #f9234b;
      cursor: pointer; }

.chatbot-node-form {
  margin-top: 30px;
  flex-flow: column nowrap;
  position: relative; }
  .chatbot-node-form .application-form {
    padding: 0; }
    .chatbot-node-form .application-form .form-row .form-field {
      width: 100%;
      margin-right: 0; }
    .chatbot-node-form .application-form .joined .colored-icon {
      display: flex; }
  .chatbot-node-form .form-node-header {
    padding-right: 15px;
    flex-flow: row nowrap; }
    .chatbot-node-form .form-node-header button {
      width: 15px;
      height: 15px;
      display: none;
      position: absolute;
      top: 0;
      right: 0; }

.chatbot-node-salarycalculator {
  width: 100%;
  align-self: flex-end; }
  .chatbot-node-salarycalculator:after {
    display: none; }
  .chatbot-node-salarycalculator .chatbot-node {
    width: 100%;
    flex-flow: column nowrap; }
  .chatbot-node-salarycalculator .form-fields {
    display: flex;
    justify-content: space-between; }
  .chatbot-node-salarycalculator .form-field {
    width: calc(50% - 7.5px); }
  .chatbot-node-salarycalculator label {
    margin: 7.5px 0 15px;
    display: block; }
  .chatbot-node-salarycalculator .btn .colored-icon {
    display: none; }

.chatbot-node-salarycalculator-input-wrapper {
  flex-flow: column nowrap; }

.page-wrapper .recruitment-chat-wrapper {
  width: 100%;
  max-width: 780px;
  padding: 0;
  margin: 0 auto; }
  .page-wrapper .recruitment-chat-wrapper .recruitment-chat-inner-wrapper {
    width: 100%;
    position: relative;
    right: auto;
    bottom: auto;
    box-shadow: none;
    z-index: auto; }
    @media only screen and (min-width: 992px) {
      .page-wrapper .recruitment-chat-wrapper .recruitment-chat-inner-wrapper.recruitment-chat-is-open {
        height: auto;
        min-height: 0;
        max-height: none; } }
    .page-wrapper .recruitment-chat-wrapper .recruitment-chat-inner-wrapper .recruitment-chat-close-button,
    .page-wrapper .recruitment-chat-wrapper .recruitment-chat-inner-wrapper .chatbot-node-avatar {
      display: none; }
    .page-wrapper .recruitment-chat-wrapper .recruitment-chat-inner-wrapper .recruitment-chat-close-button.refresh {
      display: flex; }
    .page-wrapper .recruitment-chat-wrapper .recruitment-chat-inner-wrapper .chatbot,
    .page-wrapper .recruitment-chat-wrapper .recruitment-chat-inner-wrapper .recruitment-chat-header {
      background-color: transparent; }
    .page-wrapper .recruitment-chat-wrapper .recruitment-chat-inner-wrapper .chatbot {
      min-height: unset; }
    .page-wrapper .recruitment-chat-wrapper .recruitment-chat-inner-wrapper .chatbot-node {
      background: none; }
      .page-wrapper .recruitment-chat-wrapper .recruitment-chat-inner-wrapper .chatbot-node:after {
        display: none; }
    .page-wrapper .recruitment-chat-wrapper .recruitment-chat-inner-wrapper .chatbot-nodes {
      max-height: none;
      flex-flow: row wrap;
      justify-content: center; }
    .page-wrapper .recruitment-chat-wrapper .recruitment-chat-inner-wrapper .chatbot-node-option {
      margin: 0 15px 15px; }
    .page-wrapper .recruitment-chat-wrapper .recruitment-chat-inner-wrapper .chatbot-node-text {
      width: 100%;
      justify-content: center; }
      .page-wrapper .recruitment-chat-wrapper .recruitment-chat-inner-wrapper .chatbot-node-text pre {
        font-family: "Nunito-Bold";
        font-size: 16px;
        line-height: 25px;
        text-align: center; }
        @media only screen and (min-width: 992px) {
          .page-wrapper .recruitment-chat-wrapper .recruitment-chat-inner-wrapper .chatbot-node-text pre {
            font-size: 16px;
            line-height: 25px; } }
    .page-wrapper .recruitment-chat-wrapper .recruitment-chat-inner-wrapper .chatbot-node-salarycalculator-inputs .chatbot-node-salarycalculator-input-wrapper {
      align-items: center; }
    .page-wrapper .recruitment-chat-wrapper .recruitment-chat-inner-wrapper .old-node {
      display: none; }

.testimonial {
  width: 100%;
  flex-flow: column nowrap;
  align-items: center;
  border: 2px solid #f2f6f8;
  border-radius: 4px;
  text-align: center; }
  .testimonial .image {
    width: 90px;
    min-width: 90px;
    height: 90px;
    margin-top: -45px;
    margin-bottom: 15px; }
    .testimonial .image .image-wrapper {
      height: 100%;
      justify-content: center; }
    .testimonial .image img {
      width: 100%;
      height: 100%;
      border-radius: 90px; }
  .testimonial .testimonial-body h3,
  .testimonial .text {
    width: 100%;
    justify-content: center;
    text-align: center; }
  .testimonial .text {
    width: 100%;
    padding: 30px;
    padding-bottom: 60px;
    margin-right: 0;
    font-size: 22px;
    line-height: 22px;
    color: #2a2a2a;
    background: #f2f6f8; }
  .testimonial .testimonial-body {
    width: 100%;
    flex-flow: column nowrap; }
    .testimonial .testimonial-body h3 {
      padding-bottom: 0;
      font-family: "Nunito-Bold";
      font-size: 22px; }
      .testimonial .testimonial-body h3:last-child {
        padding-bottom: 30px;
        font-size: 16px; }

@media only screen and (min-width: 992px) {
  .col-md-12 .testimonial .text,
  .col-md-8 .testimonial .text {
    width: 66.66667%;
    min-height: 120px;
    padding-right: 60px;
    padding-bottom: 30px;
    align-items: center; } }

@media only screen and (min-width: 992px) {
  .col-md-12 .testimonial .image,
  .col-md-8 .testimonial .image {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: -45px; } }

@media only screen and (min-width: 992px) {
  .col-md-12 .testimonial .testimonial-body h3:last-child,
  .col-md-8 .testimonial .testimonial-body h3:last-child {
    padding-bottom: 0; } }

@media only screen and (min-width: 992px) {
  .col-md-12 .testimonial .testimonial-body h3,
  .col-md-8 .testimonial .testimonial-body h3 {
    justify-content: flex-start;
    text-align: left; } }

@media only screen and (min-width: 992px) {
  .col-md-12 .testimonial .testimonial-body,
  .col-md-8 .testimonial .testimonial-body {
    width: calc(33.33333% - 120px);
    margin: 0 auto; } }

@media only screen and (min-width: 992px) {
  .col-md-12 .testimonial,
  .col-md-8 .testimonial {
    flex-flow: row nowrap;
    align-items: center; } }

@media only screen and (min-width: 992px) {
  .col-md-8 .testimonial .text {
    width: 50%; } }

@keyframes openAccordion {
  from {
    min-height: 0; }
  to {
    min-height: 600px; } }

.travel-time-accordion {
  cursor: pointer; }
  .travel-time-accordion .travel-time {
    height: 0;
    min-height: 0;
    border-bottom: 1px solid #004766;
    overflow: hidden; }
  .travel-time-accordion.open .travel-time {
    height: auto;
    min-height: 600px;
    display: flex;
    overflow: visible;
    animation: openAccordion 200ms; }
  .travel-time-accordion .travel-time-title .heading {
    pointer-events: none; }

.travel-time {
  width: 100%;
  min-height: 600px;
  display: flex;
  flex-flow: column nowrap;
  position: relative; }
  @media only screen and (min-width: 992px) {
    .col-md-12 .travel-time .btn {
      flex: 0 0 auto;
      border: 0; } }
  @media only screen and (min-width: 768px) {
    .col-md-12 .travel-time .navigation {
      flex-flow: row nowrap; } }
  @media only screen and (min-width: 992px) {
    .col-md-12 .travel-time .navigation {
      position: absolute;
      top: 15px;
      left: 15px;
      z-index: 1; } }
  @media only screen and (min-width: 768px) {
    .col-md-12 .travel-time .input-with-autocomplete.location-search-input {
      margin-right: 15px; } }
  @media only screen and (min-width: 992px) {
    .col-md-12 .travel-time .input-with-autocomplete.location-search-input {
      max-width: 250px;
      margin-bottom: 0;
      border: 0; } }
  @media only screen and (min-width: 992px) {
    .col-md-12 .travel-time .info-window {
      position: absolute;
      bottom: 15px;
      left: 15px;
      background: #ffffff;
      z-index: 1; } }
  .travel-time .map {
    width: 100%;
    height: 100%; }
  .travel-time .search-suggestions {
    padding: 0; }
    .travel-time .search-suggestions li {
      padding: 0; }
      .travel-time .search-suggestions li:before {
        content: none; }
  .travel-time .navigation {
    margin-bottom: 15px;
    flex-flow: column nowrap; }
  .travel-time .form-field {
    margin-bottom: 15px;
    position: relative; }
    @media only screen and (min-width: 992px) {
      .col-md-12 .travel-time .form-field {
        margin-right: 15px; } }
  .travel-time .location-search-input {
    width: 100%;
    padding-bottom: 0;
    margin-bottom: 15px;
    border: 1px solid #004766; }
    .travel-time .location-search-input .location-autocomplete {
      padding-right: 50px;
      border: 0; }
      .travel-time .location-search-input .location-autocomplete input:hover, .travel-time .location-search-input .location-autocomplete input:focus, .travel-time .location-search-input .location-autocomplete input:active {
        border-color: transparent; }
  .travel-time .driving-mode {
    justify-content: space-between; }
    @media only screen and (min-width: 992px) {
      .travel-time .driving-mode {
        justify-content: flex-start; } }
  .travel-time .btn {
    width: 50px;
    height: 50px;
    margin-right: 15px;
    flex: 1 0 auto;
    border: 1px solid #004766;
    color: #2a2a2a;
    background: #ffffff; }
    .travel-time .btn .icon {
      width: 25px;
      height: 25px;
      background: #004766; }
    .travel-time .btn:last-child {
      margin-right: 0; }
    .travel-time .btn.active {
      background: #004766; }
      .travel-time .btn.active .icon {
        background: #ffffff; }
  .travel-time .info-window {
    padding: 15px;
    display: flex;
    flex-flow: column nowrap; }
    .travel-time .info-window h3 {
      width: 100%;
      padding-bottom: 15px; }
    .travel-time .info-window .icon {
      width: 30px;
      height: 30px;
      background: #004766; }
    .travel-time .info-window .colored-icon {
      margin-right: 15px; }
    .travel-time .info-window .info-window-container {
      display: flex;
      flex-flow: row nowrap;
      align-items: center; }
    .travel-time .info-window .distance-info {
      flex-flow: row nowrap;
      align-items: center;
      font-family: "Nunito-Bold";
      font-weight: bold;
      color: #004766; }

/* stylelint-disable declaration-no-important, selector-no-qualifying-type */
.gm-style-mot {
  top: auto !important; }

.gm-style-moc {
  flex: 1 0 auto;
  align-items: center;
  justify-content: center; }

button.gm-control-active.gm-fullscreen-control {
  margin: 15px !important; }

.gmnoprint :first-child {
  flex-flow: column nowrap; }

a[href^="http://maps.google.com/maps"] {
  display: none !important; }

a[href^="https://maps.google.com/maps"] {
  display: none !important; }

.gmnoprint a,
.gmnoprint span,
.gm-style-cc {
  display: none; }

/* stylelint-enable declaration-no-important, selector-no-qualifying-type */
.world-container {
  width: 100%;
  flex-flow: column nowrap; }

.world-map {
  flex-flow: column nowrap;
  position: relative; }
  .world-map svg {
    fill: #c3c3c3; }
    @media not all and (min-resolution: 0.001dpcm) {
      .world-map svg {
        height: auto; } }
  .world-map.asia-continent .asia-continent {
    fill: #004766; }
  .world-map.asia-continent .asia {
    display: flex; }
  .world-map.america-continent .america-continent {
    fill: #004766; }
  .world-map.america-continent .america {
    display: flex; }
  .world-map.europe-continent .europe-continent {
    fill: #004766; }
  .world-map.europe-continent .europe {
    display: flex; }
  .world-map.africa-continent .africa-continent {
    fill: #004766; }
  .world-map.africa-continent .africa {
    display: flex; }
  .world-map.oceania-continent .oceania-continent {
    fill: #004766; }
  .world-map.oceania-continent .oceania {
    display: flex; }

.continent-selector {
  flex-flow: column nowrap;
  align-items: center; }

.continents {
  flex-flow: column; }

.continent {
  padding: 30px 15px;
  flex-flow: column nowrap;
  border-bottom: 1px solid #f2f6f8;
  background: #ffffff;
  z-index: 1; }
  @media only screen and (min-width: 992px) {
    .continent:after {
      content: "";
      clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
      width: 30px;
      height: 15px;
      position: absolute;
      top: -14px;
      left: 50%;
      background: #ffffff;
      transform: translateX(-50%); } }
  @media only screen and (min-width: 992px) {
    .continent {
      padding: 30px;
      position: absolute;
      border-bottom: 0;
      box-shadow: rgba(0, 0, 0, 0.2) 0 0 2rem 0; } }
  @media only screen and (min-width: 992px) {
    .continent {
      display: none; } }

.asia-continent:hover, .asia-continent:focus, .asia-continent:active,
.africa-continent:hover,
.africa-continent:focus,
.africa-continent:active,
.oceania-continent:hover,
.oceania-continent:focus,
.oceania-continent:active,
.europe-continent:hover,
.europe-continent:focus,
.europe-continent:active,
.america-continent:hover,
.america-continent:focus,
.america-continent:active {
  fill: #f9234b;
  cursor: pointer; }

@media only screen and (min-width: 992px) {
  .europe {
    top: 20%;
    left: 45%; } }

@media only screen and (min-width: 992px) {
  .asia {
    top: 30%;
    right: 25%; } }

@media only screen and (min-width: 992px) {
  .oceania {
    right: 10%;
    bottom: 15%; } }

@media only screen and (min-width: 992px) {
  .america {
    top: 30%;
    left: 15%; } }

@media only screen and (min-width: 992px) {
  .africa {
    bottom: 40%;
    left: 45%; } }

@keyframes openAccordion {
  from {
    min-height: 0; }
  to {
    min-height: 200px; } }

.availability-matrix {
  width: 100%;
  flex-flow: column nowrap; }
  .availability-matrix .accordion-title {
    margin-bottom: 15px;
    border-bottom: 1px solid #004766;
    border-top: 0; }
  .availability-matrix.accordion .availability-matrix-wrapper {
    height: 0;
    min-height: 0;
    overflow: hidden; }
  .availability-matrix.accordion.open .availability-matrix-wrapper {
    height: auto;
    min-height: 200px;
    display: flex;
    overflow: visible;
    animation: openAccordion 200ms; }
  @media only screen and (min-width: 992px) {
    .availability-matrix {
      padding: 0 30px; } }

.availability-matrix-wrapper {
  height: 200px;
  flex-flow: row nowrap;
  position: relative; }
  .availability-matrix-wrapper .column {
    flex: 1 0 auto;
    flex-flow: column nowrap;
    align-items: flex-end; }
  .availability-matrix-wrapper .daypart {
    max-width: 75px;
    margin-top: 45px;
    flex: 1 0 auto;
    justify-content: space-between; }
    .availability-matrix-wrapper .daypart .morning,
    .availability-matrix-wrapper .daypart .afternoon,
    .availability-matrix-wrapper .daypart .evening,
    .availability-matrix-wrapper .daypart .night {
      align-items: center; }
      .availability-matrix-wrapper .daypart .morning:before,
      .availability-matrix-wrapper .daypart .afternoon:before,
      .availability-matrix-wrapper .daypart .evening:before,
      .availability-matrix-wrapper .daypart .night:before {
        content: "";
        height: 2px;
        flex: 1 1 100%;
        position: absolute;
        right: 15px;
        left: 85px;
        background: #c3c3c3; }
  .availability-matrix-wrapper .day-header {
    width: 25px;
    height: 30px;
    margin-bottom: 15px;
    align-items: center;
    justify-content: center;
    line-height: 30px; }
  .availability-matrix-wrapper .indicators {
    height: 100%;
    flex-flow: column nowrap;
    justify-content: space-between;
    position: relative; }
    .availability-matrix-wrapper .indicators:before,
    .availability-matrix-wrapper .indicators :before {
      background: #004766; }
    .availability-matrix-wrapper .indicators .morning,
    .availability-matrix-wrapper .indicators .afternoon,
    .availability-matrix-wrapper .indicators .evening,
    .availability-matrix-wrapper .indicators .night {
      width: 30px;
      height: 25px;
      position: relative; }
      .availability-matrix-wrapper .indicators .morning.active:before,
      .availability-matrix-wrapper .indicators .afternoon.active:before,
      .availability-matrix-wrapper .indicators .evening.active:before,
      .availability-matrix-wrapper .indicators .night.active:before {
        content: "";
        width: 15px;
        height: 15px;
        position: absolute;
        top: 50%;
        left: 50%;
        border-radius: 50px;
        transform: translate(-50%, -50%); }
    .availability-matrix-wrapper .indicators.morning-afternoon-evening-night .morning:before,
    .availability-matrix-wrapper .indicators.morning-afternoon-evening-night .afternoon:before,
    .availability-matrix-wrapper .indicators.morning-afternoon-evening-night .evening:before,
    .availability-matrix-wrapper .indicators.morning-afternoon-evening-night .night:before, .availability-matrix-wrapper .indicators.morning-afternoon-evening .morning:before,
    .availability-matrix-wrapper .indicators.morning-afternoon-evening .afternoon:before,
    .availability-matrix-wrapper .indicators.morning-afternoon-evening .evening:before,
    .availability-matrix-wrapper .indicators.morning-afternoon-evening .night:before, .availability-matrix-wrapper .indicators.morning-afternoon .morning:before,
    .availability-matrix-wrapper .indicators.morning-afternoon .afternoon:before,
    .availability-matrix-wrapper .indicators.morning-afternoon .evening:before,
    .availability-matrix-wrapper .indicators.morning-afternoon .night:before, .availability-matrix-wrapper .indicators.afternoon-evening .morning:before,
    .availability-matrix-wrapper .indicators.afternoon-evening .afternoon:before,
    .availability-matrix-wrapper .indicators.afternoon-evening .evening:before,
    .availability-matrix-wrapper .indicators.afternoon-evening .night:before, .availability-matrix-wrapper .indicators.evening-night .morning:before,
    .availability-matrix-wrapper .indicators.evening-night .afternoon:before,
    .availability-matrix-wrapper .indicators.evening-night .evening:before,
    .availability-matrix-wrapper .indicators.evening-night .night:before {
      content: none; }
    .availability-matrix-wrapper .indicators.morning-afternoon-evening-night:before {
      content: "";
      width: 15px;
      height: 15px;
      position: absolute;
      top: 50%;
      left: 50%;
      border-radius: 50px;
      transform: translate(-50%, -50%);
      height: calc(100% - 12.5px);
      top: 7.5px;
      transform: translateX(-50%); }
    .availability-matrix-wrapper .indicators.morning-afternoon-evening:before {
      content: "";
      width: 15px;
      height: 15px;
      position: absolute;
      top: 50%;
      left: 50%;
      border-radius: 50px;
      transform: translate(-50%, -50%);
      height: calc(100 / 3 * 2% - 5px);
      top: 7.5px;
      transform: translateX(-50%); }
    .availability-matrix-wrapper .indicators.morning-afternoon:before {
      content: "";
      width: 15px;
      height: 15px;
      position: absolute;
      top: 50%;
      left: 50%;
      border-radius: 50px;
      transform: translate(-50%, -50%);
      height: calc(100% / 3 + 2.5px);
      top: 7.5px;
      transform: translateX(-50%); }
    .availability-matrix-wrapper .indicators.afternoon-evening:before {
      content: "";
      width: 15px;
      height: 15px;
      position: absolute;
      top: 50%;
      left: 50%;
      border-radius: 50px;
      transform: translate(-50%, -50%);
      height: calc(100% / 3 + 5px);
      top: calc(100% / 3 - 2.5px);
      transform: translateX(-50%); }
    .availability-matrix-wrapper .indicators.evening-night:before {
      content: "";
      width: 15px;
      height: 15px;
      position: absolute;
      top: 50%;
      left: 50%;
      border-radius: 50px;
      transform: translate(-50%, -50%);
      height: calc(100% / 3 + 5px);
      top: calc(100% / 3 * 2 - 10px);
      transform: translateX(-50%); }

@media only screen and (min-width: 992px) {
  .col-md-3 .availability-matrix .daypart {
    display: none; } }

@media only screen and (min-width: 992px) {
  .col-md-3 .availability-matrix .column {
    max-width: 14.28571%;
    align-items: center; } }

@media only screen and (min-width: 992px) {
  .col-md-3 .availability-matrix .day-header {
    width: auto; } }

@media only screen and (min-width: 992px) {
  .col-md-3 .availability-matrix .morning,
  .col-md-3 .availability-matrix .afternoon,
  .col-md-3 .availability-matrix .evening,
  .col-md-3 .availability-matrix .night {
    width: auto; } }

.card-slider {
  max-width: 1180px;
  flex-flow: column nowrap;
  position: relative; }
  .card-slider .link .icon {
    width: 12px;
    height: 12px; }
  .card-slider .color-1 .icon {
    background: #f9234b; }
  .card-slider .color-2 .icon {
    background: #004766; }
  .card-slider .color-3 .icon {
    background: #c3c3c3; }
  .card-slider .color-4 .icon {
    background: #f2f6f8; }

@media only percy {
  .cookie-modal.open,
  .recruitment-chat-wrapper {
    display: none; } }

/* stylelint-disable declaration-no-important */
@media only percy {
  .slider-container {
    transform: none !important;
    transition: none !important; } }

/* stylelint-enable declaration-no-important */
.modal {
  width: 100%;
  max-height: 100vh;
  display: none;
  position: fixed;
  top: 90px;
  left: 50%;
  box-shadow: 0 0 10px 0 rgba(199, 199, 199, 0.5);
  transform: translateX(-50%);
  z-index: 10000; }
  .header-sm .modal {
    top: 65px; }
  .modal.open {
    display: flex; }
  .modal .close {
    position: absolute;
    top: 15px;
    right: 15px; }
  @media only screen and (min-width: 992px) {
    .modal {
      max-width: 590px;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); } }

.fold-out-cards .card-wrapper {
  width: 100%;
  margin-bottom: 30px;
  display: none; }
  .fold-out-cards .card-wrapper.visible {
    display: flex; }
  @media only screen and (min-width: 992px) {
    .fold-out-cards .card-wrapper {
      width: calc(100% / 3 - 30px);
      margin-right: 15px;
      margin-left: 15px; } }

.card-container {
  flex-flow: column nowrap; }
  @media only screen and (min-width: 992px) {
    .card-container {
      margin: 0 -15px;
      flex-flow: row wrap; } }

.back-to-top-container {
  width: 30px;
  height: 30px;
  display: none;
  position: absolute;
  right: 60px;
  bottom: 60px;
  transform: scale(1);
  pointer-events: all;
  z-index: 99; }
  .back-to-top-container:hover, .back-to-top-container:active, .back-to-top-container:focus {
    transform: scale(1.5); }
  .back-to-top-container .back-to-top-button {
    width: 30px;
    height: 30px; }
  .back-to-top-container svg {
    fill: #004766;
    width: 30px;
    height: 30px; }
  @media only screen and (min-width: 768px) {
    .back-to-top-container {
      display: flex; } }

.audio-player {
  min-height: 200px;
  padding: 30px 0; }
  @media only screen and (min-width: 1030px) {
    .audio-player > .text {
      padding-right: 30px;
      padding-left: 30px;
      flex: 1 0 auto; } }
  .audio-player audio {
    width: 100%; }
    .audio-player audio::-webkit-media-controls-panel {
      padding: 10px 20px; }
  .bg-image .audio-player,
  .bg-color .audio-player {
    padding-right: 30px;
    padding-left: 30px; }
    .bg-image .audio-player .heading,
    .bg-image .audio-player .text,
    .bg-color .audio-player .heading,
    .bg-color .audio-player .text {
      padding-right: 0;
      padding-left: 0; }

.location-overview .vacancy-item-cell {
  display: none; }
  .location-overview .vacancy-item-cell.visible {
    display: flex; }

.location-overview .keyword-search {
  margin-bottom: 30px; }
  .location-overview .keyword-search .form-field {
    width: 100%; }
    .col-md-12 .location-overview .keyword-search .form-field {
      margin-right: 0; }

.location-overview .form-field {
  margin-bottom: 10px; }

.location-overview .btn-submit {
  width: 100%; }

.location-overview .form-search {
  flex-flow: column nowrap; }

@media only screen and (min-width: 992px) {
  .extra-applications .extra-applications-wrapper {
    padding: 0 30px; } }

.extra-applications .form {
  padding-bottom: 15px;
  flex-flow: column nowrap; }
  .extra-applications .form.applied,
  .extra-applications .form.applied *:not(.form-checkbox) {
    opacity: 0.5;
    pointer-events: none; }

.extra-applications .location-label {
  margin-bottom: 30px;
  align-items: center; }

.extra-applications .error-message {
  color: #ff0000; }

@media print {
  .col-md-1 .slider-container.one, .col-md-1
  .slider-container.twos, .col-md-1
  .slider-container.thirds, .col-md-1
  .slider-container.fours, .col-md-1
  .slider-container.fives {
    /* stylelint-disable declaration-no-important */
    flex-flow: column;
    transform: none !important; } }

@media print {
  .col-md-2 .slider-container.one, .col-md-2
  .slider-container.twos, .col-md-2
  .slider-container.thirds, .col-md-2
  .slider-container.fours, .col-md-2
  .slider-container.fives {
    /* stylelint-disable declaration-no-important */
    flex-flow: column;
    transform: none !important; } }

@media print {
  .col-md-3 .slider-container.one, .col-md-3
  .slider-container.twos, .col-md-3
  .slider-container.thirds, .col-md-3
  .slider-container.fours, .col-md-3
  .slider-container.fives {
    /* stylelint-disable declaration-no-important */
    flex-flow: column;
    transform: none !important; } }

@media print {
  .col-md-4 .slider-container.one, .col-md-4
  .slider-container.twos, .col-md-4
  .slider-container.thirds, .col-md-4
  .slider-container.fours, .col-md-4
  .slider-container.fives {
    /* stylelint-disable declaration-no-important */
    flex-flow: column;
    transform: none !important; } }

@media print {
  .col-md-5 .slider-container.one, .col-md-5
  .slider-container.twos, .col-md-5
  .slider-container.thirds, .col-md-5
  .slider-container.fours, .col-md-5
  .slider-container.fives {
    /* stylelint-disable declaration-no-important */
    flex-flow: column;
    transform: none !important; } }

@media print {
  .col-md-6 .slider-container.one, .col-md-6
  .slider-container.twos, .col-md-6
  .slider-container.thirds, .col-md-6
  .slider-container.fours, .col-md-6
  .slider-container.fives {
    /* stylelint-disable declaration-no-important */
    flex-flow: column;
    transform: none !important; } }

@media print {
  .col-md-7 .slider-container.one, .col-md-7
  .slider-container.twos, .col-md-7
  .slider-container.thirds, .col-md-7
  .slider-container.fours, .col-md-7
  .slider-container.fives {
    /* stylelint-disable declaration-no-important */
    flex-flow: column;
    transform: none !important; } }

@media print {
  .col-md-8 .slider-container.one, .col-md-8
  .slider-container.twos, .col-md-8
  .slider-container.thirds, .col-md-8
  .slider-container.fours, .col-md-8
  .slider-container.fives {
    /* stylelint-disable declaration-no-important */
    flex-flow: column;
    transform: none !important; } }

@media print {
  .col-md-9 .slider-container.one, .col-md-9
  .slider-container.twos, .col-md-9
  .slider-container.thirds, .col-md-9
  .slider-container.fours, .col-md-9
  .slider-container.fives {
    /* stylelint-disable declaration-no-important */
    flex-flow: column;
    transform: none !important; } }

@media print {
  .col-md-10 .slider-container.one, .col-md-10
  .slider-container.twos, .col-md-10
  .slider-container.thirds, .col-md-10
  .slider-container.fours, .col-md-10
  .slider-container.fives {
    /* stylelint-disable declaration-no-important */
    flex-flow: column;
    transform: none !important; } }

@media print {
  .col-md-11 .slider-container.one, .col-md-11
  .slider-container.twos, .col-md-11
  .slider-container.thirds, .col-md-11
  .slider-container.fours, .col-md-11
  .slider-container.fives {
    /* stylelint-disable declaration-no-important */
    flex-flow: column;
    transform: none !important; } }

@media print {
  .col-md-12 .slider-container.one, .col-md-12
  .slider-container.twos, .col-md-12
  .slider-container.thirds, .col-md-12
  .slider-container.fours, .col-md-12
  .slider-container.fives {
    /* stylelint-disable declaration-no-important */
    flex-flow: column;
    transform: none !important; } }

.header {
  /* stylelint-enable declaration-no-important */ }
  @media print {
    .header {
      display: none; } }

@media print {
  .col-md-1 .related-vacancies, .col-md-1
  .banner-background, .col-md-1
  .banner-vacancy .vacancy-back-button, .col-md-1
  .vacancy-sticky, .col-md-1
  .vacancy-bottom, .col-md-1
  .footer, .col-md-1
  .contact-person .image, .col-md-1
  .application-procedure, .col-md-1
  .breadcrumbs, .col-md-1
  .image, .col-md-1
  .video, .col-md-1
  .usp, .col-md-1
  .job-alert, .col-md-1
  .news, .col-md-1
  .events, .col-md-1
  .banner-vacancy.hidden-form .banner-form, .col-md-1
  .travel-time-accordion, .col-md-1
  .travel-time, .col-md-1
  .salary-calculator, .col-md-1
  .banner-vacancy.with-form:not(.alternative) .banner-form {
    display: none; } }

@media print {
  .col-md-2 .related-vacancies, .col-md-2
  .banner-background, .col-md-2
  .banner-vacancy .vacancy-back-button, .col-md-2
  .vacancy-sticky, .col-md-2
  .vacancy-bottom, .col-md-2
  .footer, .col-md-2
  .contact-person .image, .col-md-2
  .application-procedure, .col-md-2
  .breadcrumbs, .col-md-2
  .image, .col-md-2
  .video, .col-md-2
  .usp, .col-md-2
  .job-alert, .col-md-2
  .news, .col-md-2
  .events, .col-md-2
  .banner-vacancy.hidden-form .banner-form, .col-md-2
  .travel-time-accordion, .col-md-2
  .travel-time, .col-md-2
  .salary-calculator, .col-md-2
  .banner-vacancy.with-form:not(.alternative) .banner-form {
    display: none; } }

@media print {
  .col-md-3 .related-vacancies, .col-md-3
  .banner-background, .col-md-3
  .banner-vacancy .vacancy-back-button, .col-md-3
  .vacancy-sticky, .col-md-3
  .vacancy-bottom, .col-md-3
  .footer, .col-md-3
  .contact-person .image, .col-md-3
  .application-procedure, .col-md-3
  .breadcrumbs, .col-md-3
  .image, .col-md-3
  .video, .col-md-3
  .usp, .col-md-3
  .job-alert, .col-md-3
  .news, .col-md-3
  .events, .col-md-3
  .banner-vacancy.hidden-form .banner-form, .col-md-3
  .travel-time-accordion, .col-md-3
  .travel-time, .col-md-3
  .salary-calculator, .col-md-3
  .banner-vacancy.with-form:not(.alternative) .banner-form {
    display: none; } }

@media print {
  .col-md-4 .related-vacancies, .col-md-4
  .banner-background, .col-md-4
  .banner-vacancy .vacancy-back-button, .col-md-4
  .vacancy-sticky, .col-md-4
  .vacancy-bottom, .col-md-4
  .footer, .col-md-4
  .contact-person .image, .col-md-4
  .application-procedure, .col-md-4
  .breadcrumbs, .col-md-4
  .image, .col-md-4
  .video, .col-md-4
  .usp, .col-md-4
  .job-alert, .col-md-4
  .news, .col-md-4
  .events, .col-md-4
  .banner-vacancy.hidden-form .banner-form, .col-md-4
  .travel-time-accordion, .col-md-4
  .travel-time, .col-md-4
  .salary-calculator, .col-md-4
  .banner-vacancy.with-form:not(.alternative) .banner-form {
    display: none; } }

@media print {
  .col-md-5 .related-vacancies, .col-md-5
  .banner-background, .col-md-5
  .banner-vacancy .vacancy-back-button, .col-md-5
  .vacancy-sticky, .col-md-5
  .vacancy-bottom, .col-md-5
  .footer, .col-md-5
  .contact-person .image, .col-md-5
  .application-procedure, .col-md-5
  .breadcrumbs, .col-md-5
  .image, .col-md-5
  .video, .col-md-5
  .usp, .col-md-5
  .job-alert, .col-md-5
  .news, .col-md-5
  .events, .col-md-5
  .banner-vacancy.hidden-form .banner-form, .col-md-5
  .travel-time-accordion, .col-md-5
  .travel-time, .col-md-5
  .salary-calculator, .col-md-5
  .banner-vacancy.with-form:not(.alternative) .banner-form {
    display: none; } }

@media print {
  .col-md-6 .related-vacancies, .col-md-6
  .banner-background, .col-md-6
  .banner-vacancy .vacancy-back-button, .col-md-6
  .vacancy-sticky, .col-md-6
  .vacancy-bottom, .col-md-6
  .footer, .col-md-6
  .contact-person .image, .col-md-6
  .application-procedure, .col-md-6
  .breadcrumbs, .col-md-6
  .image, .col-md-6
  .video, .col-md-6
  .usp, .col-md-6
  .job-alert, .col-md-6
  .news, .col-md-6
  .events, .col-md-6
  .banner-vacancy.hidden-form .banner-form, .col-md-6
  .travel-time-accordion, .col-md-6
  .travel-time, .col-md-6
  .salary-calculator, .col-md-6
  .banner-vacancy.with-form:not(.alternative) .banner-form {
    display: none; } }

@media print {
  .col-md-7 .related-vacancies, .col-md-7
  .banner-background, .col-md-7
  .banner-vacancy .vacancy-back-button, .col-md-7
  .vacancy-sticky, .col-md-7
  .vacancy-bottom, .col-md-7
  .footer, .col-md-7
  .contact-person .image, .col-md-7
  .application-procedure, .col-md-7
  .breadcrumbs, .col-md-7
  .image, .col-md-7
  .video, .col-md-7
  .usp, .col-md-7
  .job-alert, .col-md-7
  .news, .col-md-7
  .events, .col-md-7
  .banner-vacancy.hidden-form .banner-form, .col-md-7
  .travel-time-accordion, .col-md-7
  .travel-time, .col-md-7
  .salary-calculator, .col-md-7
  .banner-vacancy.with-form:not(.alternative) .banner-form {
    display: none; } }

@media print {
  .col-md-8 .related-vacancies, .col-md-8
  .banner-background, .col-md-8
  .banner-vacancy .vacancy-back-button, .col-md-8
  .vacancy-sticky, .col-md-8
  .vacancy-bottom, .col-md-8
  .footer, .col-md-8
  .contact-person .image, .col-md-8
  .application-procedure, .col-md-8
  .breadcrumbs, .col-md-8
  .image, .col-md-8
  .video, .col-md-8
  .usp, .col-md-8
  .job-alert, .col-md-8
  .news, .col-md-8
  .events, .col-md-8
  .banner-vacancy.hidden-form .banner-form, .col-md-8
  .travel-time-accordion, .col-md-8
  .travel-time, .col-md-8
  .salary-calculator, .col-md-8
  .banner-vacancy.with-form:not(.alternative) .banner-form {
    display: none; } }

@media print {
  .col-md-9 .related-vacancies, .col-md-9
  .banner-background, .col-md-9
  .banner-vacancy .vacancy-back-button, .col-md-9
  .vacancy-sticky, .col-md-9
  .vacancy-bottom, .col-md-9
  .footer, .col-md-9
  .contact-person .image, .col-md-9
  .application-procedure, .col-md-9
  .breadcrumbs, .col-md-9
  .image, .col-md-9
  .video, .col-md-9
  .usp, .col-md-9
  .job-alert, .col-md-9
  .news, .col-md-9
  .events, .col-md-9
  .banner-vacancy.hidden-form .banner-form, .col-md-9
  .travel-time-accordion, .col-md-9
  .travel-time, .col-md-9
  .salary-calculator, .col-md-9
  .banner-vacancy.with-form:not(.alternative) .banner-form {
    display: none; } }

@media print {
  .col-md-10 .related-vacancies, .col-md-10
  .banner-background, .col-md-10
  .banner-vacancy .vacancy-back-button, .col-md-10
  .vacancy-sticky, .col-md-10
  .vacancy-bottom, .col-md-10
  .footer, .col-md-10
  .contact-person .image, .col-md-10
  .application-procedure, .col-md-10
  .breadcrumbs, .col-md-10
  .image, .col-md-10
  .video, .col-md-10
  .usp, .col-md-10
  .job-alert, .col-md-10
  .news, .col-md-10
  .events, .col-md-10
  .banner-vacancy.hidden-form .banner-form, .col-md-10
  .travel-time-accordion, .col-md-10
  .travel-time, .col-md-10
  .salary-calculator, .col-md-10
  .banner-vacancy.with-form:not(.alternative) .banner-form {
    display: none; } }

@media print {
  .col-md-11 .related-vacancies, .col-md-11
  .banner-background, .col-md-11
  .banner-vacancy .vacancy-back-button, .col-md-11
  .vacancy-sticky, .col-md-11
  .vacancy-bottom, .col-md-11
  .footer, .col-md-11
  .contact-person .image, .col-md-11
  .application-procedure, .col-md-11
  .breadcrumbs, .col-md-11
  .image, .col-md-11
  .video, .col-md-11
  .usp, .col-md-11
  .job-alert, .col-md-11
  .news, .col-md-11
  .events, .col-md-11
  .banner-vacancy.hidden-form .banner-form, .col-md-11
  .travel-time-accordion, .col-md-11
  .travel-time, .col-md-11
  .salary-calculator, .col-md-11
  .banner-vacancy.with-form:not(.alternative) .banner-form {
    display: none; } }

@media print {
  .col-md-12 .related-vacancies, .col-md-12
  .banner-background, .col-md-12
  .banner-vacancy .vacancy-back-button, .col-md-12
  .vacancy-sticky, .col-md-12
  .vacancy-bottom, .col-md-12
  .footer, .col-md-12
  .contact-person .image, .col-md-12
  .application-procedure, .col-md-12
  .breadcrumbs, .col-md-12
  .image, .col-md-12
  .video, .col-md-12
  .usp, .col-md-12
  .job-alert, .col-md-12
  .news, .col-md-12
  .events, .col-md-12
  .banner-vacancy.hidden-form .banner-form, .col-md-12
  .travel-time-accordion, .col-md-12
  .travel-time, .col-md-12
  .salary-calculator, .col-md-12
  .banner-vacancy.with-form:not(.alternative) .banner-form {
    display: none; } }

@media print {
  .col-md-1 .spacer {
    height: 10px; } }

@media print {
  .col-md-2 .spacer {
    height: 10px; } }

@media print {
  .col-md-3 .spacer {
    height: 10px; } }

@media print {
  .col-md-4 .spacer {
    height: 10px; } }

@media print {
  .col-md-5 .spacer {
    height: 10px; } }

@media print {
  .col-md-6 .spacer {
    height: 10px; } }

@media print {
  .col-md-7 .spacer {
    height: 10px; } }

@media print {
  .col-md-8 .spacer {
    height: 10px; } }

@media print {
  .col-md-9 .spacer {
    height: 10px; } }

@media print {
  .col-md-10 .spacer {
    height: 10px; } }

@media print {
  .col-md-11 .spacer {
    height: 10px; } }

@media print {
  .col-md-12 .spacer {
    height: 10px; } }

@media print {
  .col-md-1 .banner-vacancy.hidden-form .banner-headings, .col-md-1
  .banner-vacancy .vacancy-header-body, .col-md-1
  .contact-person, .col-md-1
  .contact-person-body {
    padding: 0;
    box-shadow: none; } }

@media print {
  .col-md-2 .banner-vacancy.hidden-form .banner-headings, .col-md-2
  .banner-vacancy .vacancy-header-body, .col-md-2
  .contact-person, .col-md-2
  .contact-person-body {
    padding: 0;
    box-shadow: none; } }

@media print {
  .col-md-3 .banner-vacancy.hidden-form .banner-headings, .col-md-3
  .banner-vacancy .vacancy-header-body, .col-md-3
  .contact-person, .col-md-3
  .contact-person-body {
    padding: 0;
    box-shadow: none; } }

@media print {
  .col-md-4 .banner-vacancy.hidden-form .banner-headings, .col-md-4
  .banner-vacancy .vacancy-header-body, .col-md-4
  .contact-person, .col-md-4
  .contact-person-body {
    padding: 0;
    box-shadow: none; } }

@media print {
  .col-md-5 .banner-vacancy.hidden-form .banner-headings, .col-md-5
  .banner-vacancy .vacancy-header-body, .col-md-5
  .contact-person, .col-md-5
  .contact-person-body {
    padding: 0;
    box-shadow: none; } }

@media print {
  .col-md-6 .banner-vacancy.hidden-form .banner-headings, .col-md-6
  .banner-vacancy .vacancy-header-body, .col-md-6
  .contact-person, .col-md-6
  .contact-person-body {
    padding: 0;
    box-shadow: none; } }

@media print {
  .col-md-7 .banner-vacancy.hidden-form .banner-headings, .col-md-7
  .banner-vacancy .vacancy-header-body, .col-md-7
  .contact-person, .col-md-7
  .contact-person-body {
    padding: 0;
    box-shadow: none; } }

@media print {
  .col-md-8 .banner-vacancy.hidden-form .banner-headings, .col-md-8
  .banner-vacancy .vacancy-header-body, .col-md-8
  .contact-person, .col-md-8
  .contact-person-body {
    padding: 0;
    box-shadow: none; } }

@media print {
  .col-md-9 .banner-vacancy.hidden-form .banner-headings, .col-md-9
  .banner-vacancy .vacancy-header-body, .col-md-9
  .contact-person, .col-md-9
  .contact-person-body {
    padding: 0;
    box-shadow: none; } }

@media print {
  .col-md-10 .banner-vacancy.hidden-form .banner-headings, .col-md-10
  .banner-vacancy .vacancy-header-body, .col-md-10
  .contact-person, .col-md-10
  .contact-person-body {
    padding: 0;
    box-shadow: none; } }

@media print {
  .col-md-11 .banner-vacancy.hidden-form .banner-headings, .col-md-11
  .banner-vacancy .vacancy-header-body, .col-md-11
  .contact-person, .col-md-11
  .contact-person-body {
    padding: 0;
    box-shadow: none; } }

@media print {
  .col-md-12 .banner-vacancy.hidden-form .banner-headings, .col-md-12
  .banner-vacancy .vacancy-header-body, .col-md-12
  .contact-person, .col-md-12
  .contact-person-body {
    padding: 0;
    box-shadow: none; } }

@media print {
  .col-md-1 .group, .col-md-1
  .accordion .accordion-content {
    max-height: 100%; } }

@media print {
  .col-md-2 .group, .col-md-2
  .accordion .accordion-content {
    max-height: 100%; } }

@media print {
  .col-md-3 .group, .col-md-3
  .accordion .accordion-content {
    max-height: 100%; } }

@media print {
  .col-md-4 .group, .col-md-4
  .accordion .accordion-content {
    max-height: 100%; } }

@media print {
  .col-md-5 .group, .col-md-5
  .accordion .accordion-content {
    max-height: 100%; } }

@media print {
  .col-md-6 .group, .col-md-6
  .accordion .accordion-content {
    max-height: 100%; } }

@media print {
  .col-md-7 .group, .col-md-7
  .accordion .accordion-content {
    max-height: 100%; } }

@media print {
  .col-md-8 .group, .col-md-8
  .accordion .accordion-content {
    max-height: 100%; } }

@media print {
  .col-md-9 .group, .col-md-9
  .accordion .accordion-content {
    max-height: 100%; } }

@media print {
  .col-md-10 .group, .col-md-10
  .accordion .accordion-content {
    max-height: 100%; } }

@media print {
  .col-md-11 .group, .col-md-11
  .accordion .accordion-content {
    max-height: 100%; } }

@media print {
  .col-md-12 .group, .col-md-12
  .accordion .accordion-content {
    max-height: 100%; } }

@media print {
  .col-md-1 .group .list-unordered, .col-md-1
  .group .list-unordered li, .col-md-1
  .accordion .accordion-content .list-unordered, .col-md-1
  .accordion .accordion-content .list-unordered li {
    padding-left: 0;
    background: none; } }

@media print {
  .col-md-2 .group .list-unordered, .col-md-2
  .group .list-unordered li, .col-md-2
  .accordion .accordion-content .list-unordered, .col-md-2
  .accordion .accordion-content .list-unordered li {
    padding-left: 0;
    background: none; } }

@media print {
  .col-md-3 .group .list-unordered, .col-md-3
  .group .list-unordered li, .col-md-3
  .accordion .accordion-content .list-unordered, .col-md-3
  .accordion .accordion-content .list-unordered li {
    padding-left: 0;
    background: none; } }

@media print {
  .col-md-4 .group .list-unordered, .col-md-4
  .group .list-unordered li, .col-md-4
  .accordion .accordion-content .list-unordered, .col-md-4
  .accordion .accordion-content .list-unordered li {
    padding-left: 0;
    background: none; } }

@media print {
  .col-md-5 .group .list-unordered, .col-md-5
  .group .list-unordered li, .col-md-5
  .accordion .accordion-content .list-unordered, .col-md-5
  .accordion .accordion-content .list-unordered li {
    padding-left: 0;
    background: none; } }

@media print {
  .col-md-6 .group .list-unordered, .col-md-6
  .group .list-unordered li, .col-md-6
  .accordion .accordion-content .list-unordered, .col-md-6
  .accordion .accordion-content .list-unordered li {
    padding-left: 0;
    background: none; } }

@media print {
  .col-md-7 .group .list-unordered, .col-md-7
  .group .list-unordered li, .col-md-7
  .accordion .accordion-content .list-unordered, .col-md-7
  .accordion .accordion-content .list-unordered li {
    padding-left: 0;
    background: none; } }

@media print {
  .col-md-8 .group .list-unordered, .col-md-8
  .group .list-unordered li, .col-md-8
  .accordion .accordion-content .list-unordered, .col-md-8
  .accordion .accordion-content .list-unordered li {
    padding-left: 0;
    background: none; } }

@media print {
  .col-md-9 .group .list-unordered, .col-md-9
  .group .list-unordered li, .col-md-9
  .accordion .accordion-content .list-unordered, .col-md-9
  .accordion .accordion-content .list-unordered li {
    padding-left: 0;
    background: none; } }

@media print {
  .col-md-10 .group .list-unordered, .col-md-10
  .group .list-unordered li, .col-md-10
  .accordion .accordion-content .list-unordered, .col-md-10
  .accordion .accordion-content .list-unordered li {
    padding-left: 0;
    background: none; } }

@media print {
  .col-md-11 .group .list-unordered, .col-md-11
  .group .list-unordered li, .col-md-11
  .accordion .accordion-content .list-unordered, .col-md-11
  .accordion .accordion-content .list-unordered li {
    padding-left: 0;
    background: none; } }

@media print {
  .col-md-12 .group .list-unordered, .col-md-12
  .group .list-unordered li, .col-md-12
  .accordion .accordion-content .list-unordered, .col-md-12
  .accordion .accordion-content .list-unordered li {
    padding-left: 0;
    background: none; } }

@media print {
  .col-md-1 .banner-vacancy .banner-content {
    padding-top: 0; } }

@media print {
  .col-md-2 .banner-vacancy .banner-content {
    padding-top: 0; } }

@media print {
  .col-md-3 .banner-vacancy .banner-content {
    padding-top: 0; } }

@media print {
  .col-md-4 .banner-vacancy .banner-content {
    padding-top: 0; } }

@media print {
  .col-md-5 .banner-vacancy .banner-content {
    padding-top: 0; } }

@media print {
  .col-md-6 .banner-vacancy .banner-content {
    padding-top: 0; } }

@media print {
  .col-md-7 .banner-vacancy .banner-content {
    padding-top: 0; } }

@media print {
  .col-md-8 .banner-vacancy .banner-content {
    padding-top: 0; } }

@media print {
  .col-md-9 .banner-vacancy .banner-content {
    padding-top: 0; } }

@media print {
  .col-md-10 .banner-vacancy .banner-content {
    padding-top: 0; } }

@media print {
  .col-md-11 .banner-vacancy .banner-content {
    padding-top: 0; } }

@media print {
  .col-md-12 .banner-vacancy .banner-content {
    padding-top: 0; } }

@media print {
  .col-md-1 .banner-vacancy .banner-wrapper {
    min-height: auto; } }

@media print {
  .col-md-2 .banner-vacancy .banner-wrapper {
    min-height: auto; } }

@media print {
  .col-md-3 .banner-vacancy .banner-wrapper {
    min-height: auto; } }

@media print {
  .col-md-4 .banner-vacancy .banner-wrapper {
    min-height: auto; } }

@media print {
  .col-md-5 .banner-vacancy .banner-wrapper {
    min-height: auto; } }

@media print {
  .col-md-6 .banner-vacancy .banner-wrapper {
    min-height: auto; } }

@media print {
  .col-md-7 .banner-vacancy .banner-wrapper {
    min-height: auto; } }

@media print {
  .col-md-8 .banner-vacancy .banner-wrapper {
    min-height: auto; } }

@media print {
  .col-md-9 .banner-vacancy .banner-wrapper {
    min-height: auto; } }

@media print {
  .col-md-10 .banner-vacancy .banner-wrapper {
    min-height: auto; } }

@media print {
  .col-md-11 .banner-vacancy .banner-wrapper {
    min-height: auto; } }

@media print {
  .col-md-12 .banner-vacancy .banner-wrapper {
    min-height: auto; } }

@media print {
  .col-md-1 .banner-vacancy h1, .col-md-1
  .banner-vacancy h2, .col-md-1
  .banner-vacancy .heading, .col-md-1
  .banner-vacancy .metadata .metadata-text {
    color: #004766; } }

@media print {
  .col-md-2 .banner-vacancy h1, .col-md-2
  .banner-vacancy h2, .col-md-2
  .banner-vacancy .heading, .col-md-2
  .banner-vacancy .metadata .metadata-text {
    color: #004766; } }

@media print {
  .col-md-3 .banner-vacancy h1, .col-md-3
  .banner-vacancy h2, .col-md-3
  .banner-vacancy .heading, .col-md-3
  .banner-vacancy .metadata .metadata-text {
    color: #004766; } }

@media print {
  .col-md-4 .banner-vacancy h1, .col-md-4
  .banner-vacancy h2, .col-md-4
  .banner-vacancy .heading, .col-md-4
  .banner-vacancy .metadata .metadata-text {
    color: #004766; } }

@media print {
  .col-md-5 .banner-vacancy h1, .col-md-5
  .banner-vacancy h2, .col-md-5
  .banner-vacancy .heading, .col-md-5
  .banner-vacancy .metadata .metadata-text {
    color: #004766; } }

@media print {
  .col-md-6 .banner-vacancy h1, .col-md-6
  .banner-vacancy h2, .col-md-6
  .banner-vacancy .heading, .col-md-6
  .banner-vacancy .metadata .metadata-text {
    color: #004766; } }

@media print {
  .col-md-7 .banner-vacancy h1, .col-md-7
  .banner-vacancy h2, .col-md-7
  .banner-vacancy .heading, .col-md-7
  .banner-vacancy .metadata .metadata-text {
    color: #004766; } }

@media print {
  .col-md-8 .banner-vacancy h1, .col-md-8
  .banner-vacancy h2, .col-md-8
  .banner-vacancy .heading, .col-md-8
  .banner-vacancy .metadata .metadata-text {
    color: #004766; } }

@media print {
  .col-md-9 .banner-vacancy h1, .col-md-9
  .banner-vacancy h2, .col-md-9
  .banner-vacancy .heading, .col-md-9
  .banner-vacancy .metadata .metadata-text {
    color: #004766; } }

@media print {
  .col-md-10 .banner-vacancy h1, .col-md-10
  .banner-vacancy h2, .col-md-10
  .banner-vacancy .heading, .col-md-10
  .banner-vacancy .metadata .metadata-text {
    color: #004766; } }

@media print {
  .col-md-11 .banner-vacancy h1, .col-md-11
  .banner-vacancy h2, .col-md-11
  .banner-vacancy .heading, .col-md-11
  .banner-vacancy .metadata .metadata-text {
    color: #004766; } }

@media print {
  .col-md-12 .banner-vacancy h1, .col-md-12
  .banner-vacancy h2, .col-md-12
  .banner-vacancy .heading, .col-md-12
  .banner-vacancy .metadata .metadata-text {
    color: #004766; } }

@media print {
  .col-md-1 .banner-vacancy .metadata-icon svg {
    fill: #004766; } }

@media print {
  .col-md-2 .banner-vacancy .metadata-icon svg {
    fill: #004766; } }

@media print {
  .col-md-3 .banner-vacancy .metadata-icon svg {
    fill: #004766; } }

@media print {
  .col-md-4 .banner-vacancy .metadata-icon svg {
    fill: #004766; } }

@media print {
  .col-md-5 .banner-vacancy .metadata-icon svg {
    fill: #004766; } }

@media print {
  .col-md-6 .banner-vacancy .metadata-icon svg {
    fill: #004766; } }

@media print {
  .col-md-7 .banner-vacancy .metadata-icon svg {
    fill: #004766; } }

@media print {
  .col-md-8 .banner-vacancy .metadata-icon svg {
    fill: #004766; } }

@media print {
  .col-md-9 .banner-vacancy .metadata-icon svg {
    fill: #004766; } }

@media print {
  .col-md-10 .banner-vacancy .metadata-icon svg {
    fill: #004766; } }

@media print {
  .col-md-11 .banner-vacancy .metadata-icon svg {
    fill: #004766; } }

@media print {
  .col-md-12 .banner-vacancy .metadata-icon svg {
    fill: #004766; } }

@media print {
  .col-md-1 .banner-vacancy .metadata-body {
    width: 100%;
    max-width: 100%;
    flex-flow: column nowrap;
    align-items: flex-start; } }

@media print {
  .col-md-2 .banner-vacancy .metadata-body {
    width: 100%;
    max-width: 100%;
    flex-flow: column nowrap;
    align-items: flex-start; } }

@media print {
  .col-md-3 .banner-vacancy .metadata-body {
    width: 100%;
    max-width: 100%;
    flex-flow: column nowrap;
    align-items: flex-start; } }

@media print {
  .col-md-4 .banner-vacancy .metadata-body {
    width: 100%;
    max-width: 100%;
    flex-flow: column nowrap;
    align-items: flex-start; } }

@media print {
  .col-md-5 .banner-vacancy .metadata-body {
    width: 100%;
    max-width: 100%;
    flex-flow: column nowrap;
    align-items: flex-start; } }

@media print {
  .col-md-6 .banner-vacancy .metadata-body {
    width: 100%;
    max-width: 100%;
    flex-flow: column nowrap;
    align-items: flex-start; } }

@media print {
  .col-md-7 .banner-vacancy .metadata-body {
    width: 100%;
    max-width: 100%;
    flex-flow: column nowrap;
    align-items: flex-start; } }

@media print {
  .col-md-8 .banner-vacancy .metadata-body {
    width: 100%;
    max-width: 100%;
    flex-flow: column nowrap;
    align-items: flex-start; } }

@media print {
  .col-md-9 .banner-vacancy .metadata-body {
    width: 100%;
    max-width: 100%;
    flex-flow: column nowrap;
    align-items: flex-start; } }

@media print {
  .col-md-10 .banner-vacancy .metadata-body {
    width: 100%;
    max-width: 100%;
    flex-flow: column nowrap;
    align-items: flex-start; } }

@media print {
  .col-md-11 .banner-vacancy .metadata-body {
    width: 100%;
    max-width: 100%;
    flex-flow: column nowrap;
    align-items: flex-start; } }

@media print {
  .col-md-12 .banner-vacancy .metadata-body {
    width: 100%;
    max-width: 100%;
    flex-flow: column nowrap;
    align-items: flex-start; } }

@media print {
  .col-md-1 .banner-vacancy .banner-headings .heading {
    box-shadow: none;
    color: #000000;
    background: none; } }

@media print {
  .col-md-2 .banner-vacancy .banner-headings .heading {
    box-shadow: none;
    color: #000000;
    background: none; } }

@media print {
  .col-md-3 .banner-vacancy .banner-headings .heading {
    box-shadow: none;
    color: #000000;
    background: none; } }

@media print {
  .col-md-4 .banner-vacancy .banner-headings .heading {
    box-shadow: none;
    color: #000000;
    background: none; } }

@media print {
  .col-md-5 .banner-vacancy .banner-headings .heading {
    box-shadow: none;
    color: #000000;
    background: none; } }

@media print {
  .col-md-6 .banner-vacancy .banner-headings .heading {
    box-shadow: none;
    color: #000000;
    background: none; } }

@media print {
  .col-md-7 .banner-vacancy .banner-headings .heading {
    box-shadow: none;
    color: #000000;
    background: none; } }

@media print {
  .col-md-8 .banner-vacancy .banner-headings .heading {
    box-shadow: none;
    color: #000000;
    background: none; } }

@media print {
  .col-md-9 .banner-vacancy .banner-headings .heading {
    box-shadow: none;
    color: #000000;
    background: none; } }

@media print {
  .col-md-10 .banner-vacancy .banner-headings .heading {
    box-shadow: none;
    color: #000000;
    background: none; } }

@media print {
  .col-md-11 .banner-vacancy .banner-headings .heading {
    box-shadow: none;
    color: #000000;
    background: none; } }

@media print {
  .col-md-12 .banner-vacancy .banner-headings .heading {
    box-shadow: none;
    color: #000000;
    background: none; } }

@media print {
  .col-md-1 .card, .col-md-1
  .card-slider, .col-md-1
  .applicant-journey, .col-md-1
  .content-slider {
    box-shadow: none; } }

@media print {
  .col-md-2 .card, .col-md-2
  .card-slider, .col-md-2
  .applicant-journey, .col-md-2
  .content-slider {
    box-shadow: none; } }

@media print {
  .col-md-3 .card, .col-md-3
  .card-slider, .col-md-3
  .applicant-journey, .col-md-3
  .content-slider {
    box-shadow: none; } }

@media print {
  .col-md-4 .card, .col-md-4
  .card-slider, .col-md-4
  .applicant-journey, .col-md-4
  .content-slider {
    box-shadow: none; } }

@media print {
  .col-md-5 .card, .col-md-5
  .card-slider, .col-md-5
  .applicant-journey, .col-md-5
  .content-slider {
    box-shadow: none; } }

@media print {
  .col-md-6 .card, .col-md-6
  .card-slider, .col-md-6
  .applicant-journey, .col-md-6
  .content-slider {
    box-shadow: none; } }

@media print {
  .col-md-7 .card, .col-md-7
  .card-slider, .col-md-7
  .applicant-journey, .col-md-7
  .content-slider {
    box-shadow: none; } }

@media print {
  .col-md-8 .card, .col-md-8
  .card-slider, .col-md-8
  .applicant-journey, .col-md-8
  .content-slider {
    box-shadow: none; } }

@media print {
  .col-md-9 .card, .col-md-9
  .card-slider, .col-md-9
  .applicant-journey, .col-md-9
  .content-slider {
    box-shadow: none; } }

@media print {
  .col-md-10 .card, .col-md-10
  .card-slider, .col-md-10
  .applicant-journey, .col-md-10
  .content-slider {
    box-shadow: none; } }

@media print {
  .col-md-11 .card, .col-md-11
  .card-slider, .col-md-11
  .applicant-journey, .col-md-11
  .content-slider {
    box-shadow: none; } }

@media print {
  .col-md-12 .card, .col-md-12
  .card-slider, .col-md-12
  .applicant-journey, .col-md-12
  .content-slider {
    box-shadow: none; } }

@media print {
  .col-md-1 .card .slider-container, .col-md-1
  .card-slider .slider-container, .col-md-1
  .applicant-journey .slider-container, .col-md-1
  .content-slider .slider-container {
    box-shadow: none; } }

@media print {
  .col-md-2 .card .slider-container, .col-md-2
  .card-slider .slider-container, .col-md-2
  .applicant-journey .slider-container, .col-md-2
  .content-slider .slider-container {
    box-shadow: none; } }

@media print {
  .col-md-3 .card .slider-container, .col-md-3
  .card-slider .slider-container, .col-md-3
  .applicant-journey .slider-container, .col-md-3
  .content-slider .slider-container {
    box-shadow: none; } }

@media print {
  .col-md-4 .card .slider-container, .col-md-4
  .card-slider .slider-container, .col-md-4
  .applicant-journey .slider-container, .col-md-4
  .content-slider .slider-container {
    box-shadow: none; } }

@media print {
  .col-md-5 .card .slider-container, .col-md-5
  .card-slider .slider-container, .col-md-5
  .applicant-journey .slider-container, .col-md-5
  .content-slider .slider-container {
    box-shadow: none; } }

@media print {
  .col-md-6 .card .slider-container, .col-md-6
  .card-slider .slider-container, .col-md-6
  .applicant-journey .slider-container, .col-md-6
  .content-slider .slider-container {
    box-shadow: none; } }

@media print {
  .col-md-7 .card .slider-container, .col-md-7
  .card-slider .slider-container, .col-md-7
  .applicant-journey .slider-container, .col-md-7
  .content-slider .slider-container {
    box-shadow: none; } }

@media print {
  .col-md-8 .card .slider-container, .col-md-8
  .card-slider .slider-container, .col-md-8
  .applicant-journey .slider-container, .col-md-8
  .content-slider .slider-container {
    box-shadow: none; } }

@media print {
  .col-md-9 .card .slider-container, .col-md-9
  .card-slider .slider-container, .col-md-9
  .applicant-journey .slider-container, .col-md-9
  .content-slider .slider-container {
    box-shadow: none; } }

@media print {
  .col-md-10 .card .slider-container, .col-md-10
  .card-slider .slider-container, .col-md-10
  .applicant-journey .slider-container, .col-md-10
  .content-slider .slider-container {
    box-shadow: none; } }

@media print {
  .col-md-11 .card .slider-container, .col-md-11
  .card-slider .slider-container, .col-md-11
  .applicant-journey .slider-container, .col-md-11
  .content-slider .slider-container {
    box-shadow: none; } }

@media print {
  .col-md-12 .card .slider-container, .col-md-12
  .card-slider .slider-container, .col-md-12
  .applicant-journey .slider-container, .col-md-12
  .content-slider .slider-container {
    box-shadow: none; } }

@media print {
  .col-md-1 .card .card, .col-md-1
  .card .slide-item-card, .col-md-1
  .card .slider-item, .col-md-1
  .card-slider .card, .col-md-1
  .card-slider .slide-item-card, .col-md-1
  .card-slider .slider-item, .col-md-1
  .applicant-journey .card, .col-md-1
  .applicant-journey .slide-item-card, .col-md-1
  .applicant-journey .slider-item, .col-md-1
  .content-slider .card, .col-md-1
  .content-slider .slide-item-card, .col-md-1
  .content-slider .slider-item {
    box-shadow: none; } }

@media print {
  .col-md-2 .card .card, .col-md-2
  .card .slide-item-card, .col-md-2
  .card .slider-item, .col-md-2
  .card-slider .card, .col-md-2
  .card-slider .slide-item-card, .col-md-2
  .card-slider .slider-item, .col-md-2
  .applicant-journey .card, .col-md-2
  .applicant-journey .slide-item-card, .col-md-2
  .applicant-journey .slider-item, .col-md-2
  .content-slider .card, .col-md-2
  .content-slider .slide-item-card, .col-md-2
  .content-slider .slider-item {
    box-shadow: none; } }

@media print {
  .col-md-3 .card .card, .col-md-3
  .card .slide-item-card, .col-md-3
  .card .slider-item, .col-md-3
  .card-slider .card, .col-md-3
  .card-slider .slide-item-card, .col-md-3
  .card-slider .slider-item, .col-md-3
  .applicant-journey .card, .col-md-3
  .applicant-journey .slide-item-card, .col-md-3
  .applicant-journey .slider-item, .col-md-3
  .content-slider .card, .col-md-3
  .content-slider .slide-item-card, .col-md-3
  .content-slider .slider-item {
    box-shadow: none; } }

@media print {
  .col-md-4 .card .card, .col-md-4
  .card .slide-item-card, .col-md-4
  .card .slider-item, .col-md-4
  .card-slider .card, .col-md-4
  .card-slider .slide-item-card, .col-md-4
  .card-slider .slider-item, .col-md-4
  .applicant-journey .card, .col-md-4
  .applicant-journey .slide-item-card, .col-md-4
  .applicant-journey .slider-item, .col-md-4
  .content-slider .card, .col-md-4
  .content-slider .slide-item-card, .col-md-4
  .content-slider .slider-item {
    box-shadow: none; } }

@media print {
  .col-md-5 .card .card, .col-md-5
  .card .slide-item-card, .col-md-5
  .card .slider-item, .col-md-5
  .card-slider .card, .col-md-5
  .card-slider .slide-item-card, .col-md-5
  .card-slider .slider-item, .col-md-5
  .applicant-journey .card, .col-md-5
  .applicant-journey .slide-item-card, .col-md-5
  .applicant-journey .slider-item, .col-md-5
  .content-slider .card, .col-md-5
  .content-slider .slide-item-card, .col-md-5
  .content-slider .slider-item {
    box-shadow: none; } }

@media print {
  .col-md-6 .card .card, .col-md-6
  .card .slide-item-card, .col-md-6
  .card .slider-item, .col-md-6
  .card-slider .card, .col-md-6
  .card-slider .slide-item-card, .col-md-6
  .card-slider .slider-item, .col-md-6
  .applicant-journey .card, .col-md-6
  .applicant-journey .slide-item-card, .col-md-6
  .applicant-journey .slider-item, .col-md-6
  .content-slider .card, .col-md-6
  .content-slider .slide-item-card, .col-md-6
  .content-slider .slider-item {
    box-shadow: none; } }

@media print {
  .col-md-7 .card .card, .col-md-7
  .card .slide-item-card, .col-md-7
  .card .slider-item, .col-md-7
  .card-slider .card, .col-md-7
  .card-slider .slide-item-card, .col-md-7
  .card-slider .slider-item, .col-md-7
  .applicant-journey .card, .col-md-7
  .applicant-journey .slide-item-card, .col-md-7
  .applicant-journey .slider-item, .col-md-7
  .content-slider .card, .col-md-7
  .content-slider .slide-item-card, .col-md-7
  .content-slider .slider-item {
    box-shadow: none; } }

@media print {
  .col-md-8 .card .card, .col-md-8
  .card .slide-item-card, .col-md-8
  .card .slider-item, .col-md-8
  .card-slider .card, .col-md-8
  .card-slider .slide-item-card, .col-md-8
  .card-slider .slider-item, .col-md-8
  .applicant-journey .card, .col-md-8
  .applicant-journey .slide-item-card, .col-md-8
  .applicant-journey .slider-item, .col-md-8
  .content-slider .card, .col-md-8
  .content-slider .slide-item-card, .col-md-8
  .content-slider .slider-item {
    box-shadow: none; } }

@media print {
  .col-md-9 .card .card, .col-md-9
  .card .slide-item-card, .col-md-9
  .card .slider-item, .col-md-9
  .card-slider .card, .col-md-9
  .card-slider .slide-item-card, .col-md-9
  .card-slider .slider-item, .col-md-9
  .applicant-journey .card, .col-md-9
  .applicant-journey .slide-item-card, .col-md-9
  .applicant-journey .slider-item, .col-md-9
  .content-slider .card, .col-md-9
  .content-slider .slide-item-card, .col-md-9
  .content-slider .slider-item {
    box-shadow: none; } }

@media print {
  .col-md-10 .card .card, .col-md-10
  .card .slide-item-card, .col-md-10
  .card .slider-item, .col-md-10
  .card-slider .card, .col-md-10
  .card-slider .slide-item-card, .col-md-10
  .card-slider .slider-item, .col-md-10
  .applicant-journey .card, .col-md-10
  .applicant-journey .slide-item-card, .col-md-10
  .applicant-journey .slider-item, .col-md-10
  .content-slider .card, .col-md-10
  .content-slider .slide-item-card, .col-md-10
  .content-slider .slider-item {
    box-shadow: none; } }

@media print {
  .col-md-11 .card .card, .col-md-11
  .card .slide-item-card, .col-md-11
  .card .slider-item, .col-md-11
  .card-slider .card, .col-md-11
  .card-slider .slide-item-card, .col-md-11
  .card-slider .slider-item, .col-md-11
  .applicant-journey .card, .col-md-11
  .applicant-journey .slide-item-card, .col-md-11
  .applicant-journey .slider-item, .col-md-11
  .content-slider .card, .col-md-11
  .content-slider .slide-item-card, .col-md-11
  .content-slider .slider-item {
    box-shadow: none; } }

@media print {
  .col-md-12 .card .card, .col-md-12
  .card .slide-item-card, .col-md-12
  .card .slider-item, .col-md-12
  .card-slider .card, .col-md-12
  .card-slider .slide-item-card, .col-md-12
  .card-slider .slider-item, .col-md-12
  .applicant-journey .card, .col-md-12
  .applicant-journey .slide-item-card, .col-md-12
  .applicant-journey .slider-item, .col-md-12
  .content-slider .card, .col-md-12
  .content-slider .slide-item-card, .col-md-12
  .content-slider .slider-item {
    box-shadow: none; } }

@media print {
  .col-md-1 .card .card-body, .col-md-1
  .card .slide-item-body, .col-md-1
  .card .group, .col-md-1
  .card-slider .card-body, .col-md-1
  .card-slider .slide-item-body, .col-md-1
  .card-slider .group, .col-md-1
  .applicant-journey .card-body, .col-md-1
  .applicant-journey .slide-item-body, .col-md-1
  .applicant-journey .group, .col-md-1
  .content-slider .card-body, .col-md-1
  .content-slider .slide-item-body, .col-md-1
  .content-slider .group {
    padding: 0; } }

@media print {
  .col-md-2 .card .card-body, .col-md-2
  .card .slide-item-body, .col-md-2
  .card .group, .col-md-2
  .card-slider .card-body, .col-md-2
  .card-slider .slide-item-body, .col-md-2
  .card-slider .group, .col-md-2
  .applicant-journey .card-body, .col-md-2
  .applicant-journey .slide-item-body, .col-md-2
  .applicant-journey .group, .col-md-2
  .content-slider .card-body, .col-md-2
  .content-slider .slide-item-body, .col-md-2
  .content-slider .group {
    padding: 0; } }

@media print {
  .col-md-3 .card .card-body, .col-md-3
  .card .slide-item-body, .col-md-3
  .card .group, .col-md-3
  .card-slider .card-body, .col-md-3
  .card-slider .slide-item-body, .col-md-3
  .card-slider .group, .col-md-3
  .applicant-journey .card-body, .col-md-3
  .applicant-journey .slide-item-body, .col-md-3
  .applicant-journey .group, .col-md-3
  .content-slider .card-body, .col-md-3
  .content-slider .slide-item-body, .col-md-3
  .content-slider .group {
    padding: 0; } }

@media print {
  .col-md-4 .card .card-body, .col-md-4
  .card .slide-item-body, .col-md-4
  .card .group, .col-md-4
  .card-slider .card-body, .col-md-4
  .card-slider .slide-item-body, .col-md-4
  .card-slider .group, .col-md-4
  .applicant-journey .card-body, .col-md-4
  .applicant-journey .slide-item-body, .col-md-4
  .applicant-journey .group, .col-md-4
  .content-slider .card-body, .col-md-4
  .content-slider .slide-item-body, .col-md-4
  .content-slider .group {
    padding: 0; } }

@media print {
  .col-md-5 .card .card-body, .col-md-5
  .card .slide-item-body, .col-md-5
  .card .group, .col-md-5
  .card-slider .card-body, .col-md-5
  .card-slider .slide-item-body, .col-md-5
  .card-slider .group, .col-md-5
  .applicant-journey .card-body, .col-md-5
  .applicant-journey .slide-item-body, .col-md-5
  .applicant-journey .group, .col-md-5
  .content-slider .card-body, .col-md-5
  .content-slider .slide-item-body, .col-md-5
  .content-slider .group {
    padding: 0; } }

@media print {
  .col-md-6 .card .card-body, .col-md-6
  .card .slide-item-body, .col-md-6
  .card .group, .col-md-6
  .card-slider .card-body, .col-md-6
  .card-slider .slide-item-body, .col-md-6
  .card-slider .group, .col-md-6
  .applicant-journey .card-body, .col-md-6
  .applicant-journey .slide-item-body, .col-md-6
  .applicant-journey .group, .col-md-6
  .content-slider .card-body, .col-md-6
  .content-slider .slide-item-body, .col-md-6
  .content-slider .group {
    padding: 0; } }

@media print {
  .col-md-7 .card .card-body, .col-md-7
  .card .slide-item-body, .col-md-7
  .card .group, .col-md-7
  .card-slider .card-body, .col-md-7
  .card-slider .slide-item-body, .col-md-7
  .card-slider .group, .col-md-7
  .applicant-journey .card-body, .col-md-7
  .applicant-journey .slide-item-body, .col-md-7
  .applicant-journey .group, .col-md-7
  .content-slider .card-body, .col-md-7
  .content-slider .slide-item-body, .col-md-7
  .content-slider .group {
    padding: 0; } }

@media print {
  .col-md-8 .card .card-body, .col-md-8
  .card .slide-item-body, .col-md-8
  .card .group, .col-md-8
  .card-slider .card-body, .col-md-8
  .card-slider .slide-item-body, .col-md-8
  .card-slider .group, .col-md-8
  .applicant-journey .card-body, .col-md-8
  .applicant-journey .slide-item-body, .col-md-8
  .applicant-journey .group, .col-md-8
  .content-slider .card-body, .col-md-8
  .content-slider .slide-item-body, .col-md-8
  .content-slider .group {
    padding: 0; } }

@media print {
  .col-md-9 .card .card-body, .col-md-9
  .card .slide-item-body, .col-md-9
  .card .group, .col-md-9
  .card-slider .card-body, .col-md-9
  .card-slider .slide-item-body, .col-md-9
  .card-slider .group, .col-md-9
  .applicant-journey .card-body, .col-md-9
  .applicant-journey .slide-item-body, .col-md-9
  .applicant-journey .group, .col-md-9
  .content-slider .card-body, .col-md-9
  .content-slider .slide-item-body, .col-md-9
  .content-slider .group {
    padding: 0; } }

@media print {
  .col-md-10 .card .card-body, .col-md-10
  .card .slide-item-body, .col-md-10
  .card .group, .col-md-10
  .card-slider .card-body, .col-md-10
  .card-slider .slide-item-body, .col-md-10
  .card-slider .group, .col-md-10
  .applicant-journey .card-body, .col-md-10
  .applicant-journey .slide-item-body, .col-md-10
  .applicant-journey .group, .col-md-10
  .content-slider .card-body, .col-md-10
  .content-slider .slide-item-body, .col-md-10
  .content-slider .group {
    padding: 0; } }

@media print {
  .col-md-11 .card .card-body, .col-md-11
  .card .slide-item-body, .col-md-11
  .card .group, .col-md-11
  .card-slider .card-body, .col-md-11
  .card-slider .slide-item-body, .col-md-11
  .card-slider .group, .col-md-11
  .applicant-journey .card-body, .col-md-11
  .applicant-journey .slide-item-body, .col-md-11
  .applicant-journey .group, .col-md-11
  .content-slider .card-body, .col-md-11
  .content-slider .slide-item-body, .col-md-11
  .content-slider .group {
    padding: 0; } }

@media print {
  .col-md-12 .card .card-body, .col-md-12
  .card .slide-item-body, .col-md-12
  .card .group, .col-md-12
  .card-slider .card-body, .col-md-12
  .card-slider .slide-item-body, .col-md-12
  .card-slider .group, .col-md-12
  .applicant-journey .card-body, .col-md-12
  .applicant-journey .slide-item-body, .col-md-12
  .applicant-journey .group, .col-md-12
  .content-slider .card-body, .col-md-12
  .content-slider .slide-item-body, .col-md-12
  .content-slider .group {
    padding: 0; } }

.btn {
  padding: 15px 20px;
  justify-content: center;
  font-family: "Nunito-Bold";
  font-size: 16px;
  cursor: pointer; }
  .btn:hover {
    opacity: 0.8; }

@media only screen and (min-width: 992px) {
  .nav-menu .header-item-with-dropdown {
    position: relative; } }

.nav-menu .dropdown-menu {
  padding: 0 15px 10px 15px;
  border-bottom: 0; }
  @media only screen and (min-width: 992px) {
    .nav-menu .dropdown-menu .dropdown-column {
      width: 100%;
      padding: 0; } }
  .nav-menu .dropdown-menu .link {
    width: fit-content;
    border-bottom: 0; }
    @media only screen and (min-width: 992px) {
      .nav-menu .dropdown-menu .link {
        width: fit-content; } }
  @media only screen and (min-width: 992px) {
    .nav-menu .dropdown-menu {
      width: max-content;
      border-top: 0;
      box-shadow: none;
      overflow: visible; } }

@media only screen and (min-width: 992px) {
  .nav-menu {
    padding-left: 0;
    justify-content: flex-end; } }

.nav-menu .dropdown-menu .link:before, .nav-menu .dropdown-menu .link:after {
  border-right: 0; }

.nav-menu .dropdown-menu {
  overflow: visible; }
  .nav-menu .dropdown-menu:before {
    box-shadow: 0; }
    @media only screen and (min-width: 992px) {
      .nav-menu .dropdown-menu:before {
        content: "";
        width: 200vw;
        height: 100%;
        position: absolute;
        top: 0;
        left: -100vw;
        background: #ffffff;
        z-index: -1; } }
