/*
 * The MIT License
 * Copyright (c) 2012 Matias Meno <m@tias.me>
 */
@-webkit-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px); } }
@-moz-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px); } }
@keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px); } }
@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); } }
@-moz-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); } }
@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); } }
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
@-moz-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
.dropzone, .dropzone * {
  box-sizing: border-box; }

.dropzone {
  min-height: 150px;
  border: 2px solid rgba(0, 0, 0, 0.3);
  background: white;
  padding: 20px 20px; }

.dropzone.dz-clickable {
  cursor: pointer; }

.dropzone.dz-clickable * {
  cursor: default; }

.dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {
  cursor: pointer; }

.dropzone.dz-started .dz-message {
  display: none; }

.dropzone.dz-drag-hover {
  border-style: solid; }

.dropzone.dz-drag-hover .dz-message {
  opacity: 0.5; }

.dropzone .dz-message {
  text-align: center;
  margin: 2em 0; }

.dropzone .dz-preview {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 16px;
  min-height: 100px; }

.dropzone .dz-preview:hover {
  z-index: 1000; }

.dropzone .dz-preview:hover .dz-details {
  opacity: 1; }

.dropzone .dz-preview.dz-file-preview .dz-image {
  border-radius: 20px;
  background: #999;
  background: linear-gradient(to bottom, #eee, #ddd); }

.dropzone .dz-preview.dz-file-preview .dz-details {
  opacity: 1; }

.dropzone .dz-preview.dz-image-preview {
  background: white; }

.dropzone .dz-preview.dz-image-preview .dz-details {
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear; }

.dropzone .dz-preview .dz-remove {
  font-size: 14px;
  text-align: center;
  display: block;
  cursor: pointer;
  border: none; }

.dropzone .dz-preview .dz-remove:hover {
  text-decoration: underline; }

.dropzone .dz-preview:hover .dz-details {
  opacity: 1; }

.dropzone .dz-preview .dz-details {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  font-size: 13px;
  min-width: 100%;
  max-width: 100%;
  padding: 2em 1em;
  text-align: center;
  color: rgba(0, 0, 0, 0.9);
  line-height: 150%; }

.dropzone .dz-preview .dz-details .dz-size {
  margin-bottom: 1em;
  font-size: 16px; }

.dropzone .dz-preview .dz-details .dz-filename {
  white-space: nowrap; }

.dropzone .dz-preview .dz-details .dz-filename:hover span {
  border: 1px solid rgba(200, 200, 200, 0.8);
  background-color: rgba(255, 255, 255, 0.8); }

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
  overflow: hidden;
  text-overflow: ellipsis; }

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
  border: 1px solid transparent; }

.dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 0 0.4em;
  border-radius: 3px; }

.dropzone .dz-preview:hover .dz-image img {
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
  -webkit-filter: blur(8px);
  filter: blur(8px); }

.dropzone .dz-preview .dz-image {
  border-radius: 20px;
  overflow: hidden;
  width: 120px;
  height: 120px;
  position: relative;
  display: block;
  z-index: 10; }

.dropzone .dz-preview .dz-image img {
  display: block; }

.dropzone .dz-preview.dz-success .dz-success-mark {
  -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1); }

.dropzone .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
  -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1); }

.dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark {
  pointer-events: none;
  opacity: 0;
  z-index: 500;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -27px;
  margin-top: -27px; }

.dropzone .dz-preview .dz-success-mark svg, .dropzone .dz-preview .dz-error-mark svg {
  display: block;
  width: 54px;
  height: 54px; }

.dropzone .dz-preview.dz-processing .dz-progress {
  opacity: 1;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }

.dropzone .dz-preview.dz-complete .dz-progress {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in;
  -moz-transition: opacity 0.4s ease-in;
  -ms-transition: opacity 0.4s ease-in;
  -o-transition: opacity 0.4s ease-in;
  transition: opacity 0.4s ease-in; }

.dropzone .dz-preview:not(.dz-processing) .dz-progress {
  -webkit-animation: pulse 6s ease infinite;
  -moz-animation: pulse 6s ease infinite;
  -ms-animation: pulse 6s ease infinite;
  -o-animation: pulse 6s ease infinite;
  animation: pulse 6s ease infinite; }

.dropzone .dz-preview .dz-progress {
  opacity: 1;
  z-index: 1000;
  pointer-events: none;
  position: absolute;
  height: 16px;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  width: 80px;
  margin-left: -40px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transform: scale(1);
  border-radius: 8px;
  overflow: hidden; }

.dropzone .dz-preview .dz-progress .dz-upload {
  background: #333;
  background: linear-gradient(to bottom, #666, #444);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  -webkit-transition: width 300ms ease-in-out;
  -moz-transition: width 300ms ease-in-out;
  -ms-transition: width 300ms ease-in-out;
  -o-transition: width 300ms ease-in-out;
  transition: width 300ms ease-in-out; }

.dropzone .dz-preview.dz-error .dz-error-message {
  display: block; }

.dropzone .dz-preview.dz-error:hover .dz-error-message {
  opacity: 1;
  pointer-events: auto; }

.dropzone .dz-preview .dz-error-message {
  pointer-events: none;
  z-index: 1000;
  position: absolute;
  display: block;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border-radius: 8px;
  font-size: 13px;
  top: 130px;
  left: -10px;
  width: 140px;
  background: #be2626;
  background: linear-gradient(to bottom, #be2626, #a92222);
  padding: 0.5em 1.2em;
  color: white; }

.dropzone .dz-preview .dz-error-message:after {
  content: '';
  position: absolute;
  top: -6px;
  left: 64px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #be2626; }

.jobs-plugin .errors {
  float: left;
  width: 100%; }
  .jobs-plugin .errors .error-item {
    padding: 10px;
    border: 1px solid #ebccd1;
    background-color: #f2dede;
    margin-bottom: 10px;
    font-size: 12px;
    color: #a94442; }
.jobs-plugin .step-form .dropzone {
  border: 1px dashed #ccc;
  box-shadow: 0 0 0 3px #f2f7f9;
  -moz-box-shadow: 0 0 0 3px #f2f7f9;
  -webkit-box-shadow: 0 0 0 3px #f2f7f9; }
.jobs-plugin .step-form .form-section {
  float: left;
  width: 100%;
  margin-bottom: 40px; }
.jobs-plugin .step-form .parsley-errors-list.filled > li {
  padding: 10px 0;
  color: red; }
.jobs-plugin .step-form .parsley-error {
  border-color: red !important; }
.jobs-plugin .step-form .summary-row,
.jobs-plugin .step-form .form-row {
  float: left;
  width: 100%;
  margin: 5px 0;
  font-size: 14px; }
  .jobs-plugin .step-form .summary-row.form-radio,
  .jobs-plugin .step-form .form-row.form-radio {
    margin-bottom: 15px; }
    .jobs-plugin .step-form .summary-row.form-radio > .input,
    .jobs-plugin .step-form .form-row.form-radio > .input {
      position: relative; }
      .jobs-plugin .step-form .summary-row.form-radio > .input .parsley-errors-list,
      .jobs-plugin .step-form .form-row.form-radio > .input .parsley-errors-list {
        position: absolute;
        right: 0; }
  .jobs-plugin .step-form .summary-row .label,
  .jobs-plugin .step-form .form-row .label {
    margin-top: 7px;
    float: left;
    width: 30%;
    font-size: 14px; }
    .jobs-plugin .step-form .summary-row .label label,
    .jobs-plugin .step-form .form-row .label label {
      font-size: 14px; }
  .jobs-plugin .step-form .summary-row .input,
  .jobs-plugin .step-form .form-row .input {
    float: left;
    width: 70%;
    font-size: 14px; }
    .jobs-plugin .step-form .summary-row .input textarea,
    .jobs-plugin .step-form .form-row .input textarea {
      width: 100%;
      min-height: 200px;
      box-shadow: 0 0 0 3px #f2f7f9;
      -moz-box-shadow: 0 0 0 3px #f2f7f9;
      -webkit-box-shadow: 0 0 0 3px #f2f7f9;
      border: 1px solid #ccc; }
    .jobs-plugin .step-form .summary-row .input input[type=text],
    .jobs-plugin .step-form .form-row .input input[type=text] {
      width: 100%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      font-size: 14px;
      -moz-appearance: none;
      -webkit-appearance: none;
      appearance: none;
      border: 1px solid #ccc;
      border-radius: 0;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      outline: none;
      padding: 6px;
      box-shadow: 0 0 0 3px #f2f7f9;
      -moz-box-shadow: 0 0 0 3px #f2f7f9;
      -webkit-box-shadow: 0 0 0 3px #f2f7f9; }
      .jobs-plugin .step-form .summary-row .input input[type=text].f3-form-error,
      .jobs-plugin .step-form .form-row .input input[type=text].f3-form-error {
        border: 1px solid red; }
    .jobs-plugin .step-form .summary-row .input .radio-item,
    .jobs-plugin .step-form .form-row .input .radio-item {
      float: left;
      padding: 0 30px 0 0;
      margin-top: 7px; }
      .jobs-plugin .step-form .summary-row .input .radio-item input,
      .jobs-plugin .step-form .form-row .input .radio-item input {
        margin-right: 5px; }
  .jobs-plugin .step-form .summary-row.form-custominvoiceaddress .label,
  .jobs-plugin .step-form .form-row.form-custominvoiceaddress .label {
    display: none; }
  .jobs-plugin .step-form .summary-row.summary-terms,
  .jobs-plugin .step-form .form-row.summary-terms {
    font-size: 14px;
    line-height: 1.5; }
    .jobs-plugin .step-form .summary-row.summary-terms input,
    .jobs-plugin .step-form .form-row.summary-terms input {
      margin-right: 5px; }
  .jobs-plugin .step-form .summary-row.form-captcha > label,
  .jobs-plugin .step-form .form-row.form-captcha > label {
    margin-bottom: 20px;
    float: left;
    width: 100%; }
  .jobs-plugin .step-form .summary-row.form-captcha .field-and-captcha,
  .jobs-plugin .step-form .form-row.form-captcha .field-and-captcha {
    float: left;
    position: relative;
    border: 1px solid #ccc;
    padding: 10px 20px 20px 20px;
    width: 38%;
    box-shadow: 0 0 0 3px #f2f7f9;
    -moz-box-shadow: 0 0 0 3px #f2f7f9;
    -webkit-box-shadow: 0 0 0 3px #f2f7f9; }
    .jobs-plugin .step-form .summary-row.form-captcha .field-and-captcha .parsley-errors-list,
    .jobs-plugin .step-form .form-row.form-captcha .field-and-captcha .parsley-errors-list {
      float: left;
      width: 100%; }
    .jobs-plugin .step-form .summary-row.form-captcha .field-and-captcha input[type=text],
    .jobs-plugin .step-form .form-row.form-captcha .field-and-captcha input[type=text] {
      appearance: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      background: #fff;
      border: 1px solid #ccc;
      border-radius: 0;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      box-shadow: 0 0 0 3px #f2f7f9;
      -moz-box-shadow: 0 0 0 3px #f2f7f9;
      -webkit-box-shadow: 0 0 0 3px #f2f7f9;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      color: #34495E;
      font-size: 14px;
      line-height: 19px;
      float: left;
      margin-top: 1rem;
      outline: none;
      padding: 10px;
      position: relative;
      transition: .3s ease-in-out;
      -webkit-transition: .3s ease-in-out;
      -moz-transition: .3s ease-in-out;
      -o-transition: .3s ease-in-out;
      width: 70%;
      z-index: 2; }
    .jobs-plugin .step-form .summary-row.form-captcha .field-and-captcha a,
    .jobs-plugin .step-form .form-row.form-captcha .field-and-captcha a {
      padding: 10px 20px;
      background: #E8E8E8;
      color: #333;
      display: inline-block;
      float: none;
      width: auto; }
.jobs-plugin .step-form input[type=submit] {
  float: right;
  padding: 10px 20px;
  width: 33.33333%;
  border: 0; }

.jobs-neos-smartweb .apply-button > a {
  padding: 10px 20px;
  background: #E8E8E8;
  color: #333;
  display: inline-block;
  float: none;
  width: auto;
  text-transform: uppercase;
  float: right; }

/* -------------------------------------------------------------------------------------------------------------------------------------------- */
/*        STELLENANGEBOTE    */
/* -------------------------------------------------------------------------------------------------------------------------------------------- */
.content .jobs-neos-smartweb .jobs-list li, #main-content .jobs-neos-smartweb .jobs-list li {
  font-size: .941em;
  line-height: 1.5em;
  position: relative; }
  .content .jobs-neos-smartweb .jobs-list li > a:link, .content .jobs-neos-smartweb .jobs-list li > a:visited, #main-content .jobs-neos-smartweb .jobs-list li > a:link, #main-content .jobs-neos-smartweb .jobs-list li > a:visited {
    border: none;
    display: block;
    padding: 15px; }
    .content .jobs-neos-smartweb .jobs-list li > a:link:before, .content .jobs-neos-smartweb .jobs-list li > a:visited:before, #main-content .jobs-neos-smartweb .jobs-list li > a:link:before, #main-content .jobs-neos-smartweb .jobs-list li > a:visited:before {
      content: "p";
      position: absolute;
      top: 3px;
      right: 3px;
      font-size: 24px;
      padding: 10px 10px 10px 15px;
      font-family: "evu" !important;
      font-style: normal !important;
      font-weight: normal !important;
      -webkit-font-feature-settings: normal !important;
      font-feature-settings: normal !important;
      font-variant: normal !important;
      text-transform: none !important;
      speak: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
.content .jobs-neos-smartweb .jobs-detail .apply-button > a, #main-content .jobs-neos-smartweb .jobs-detail .apply-button > a {
  border: none;
  color: #ffffff;
  display: inline-block;
  font-size: 1em;
  float: right;
  letter-spacing: 0;
  line-height: 16px;
  padding: 15px 25px;
  text-align: center;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }
  .content .jobs-neos-smartweb .jobs-detail .apply-button > a:hover, .content .jobs-neos-smartweb .jobs-detail .apply-button > a:active, .content .jobs-neos-smartweb .jobs-detail .apply-button > a:focus, #main-content .jobs-neos-smartweb .jobs-detail .apply-button > a:hover, #main-content .jobs-neos-smartweb .jobs-detail .apply-button > a:active, #main-content .jobs-neos-smartweb .jobs-detail .apply-button > a:focus {
    background: #396928; }
.content .jobs-neos-smartweb .jobs-detail .apply-button.appy-top, #main-content .jobs-neos-smartweb .jobs-detail .apply-button.appy-top {
  display: none; }
.content .jobs-neos-smartweb .jobs-detail .job-single h2, #main-content .jobs-neos-smartweb .jobs-detail .job-single h2 {
  font-size: 2.5em;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 1.2;
  margin-bottom: .3em;
  text-transform: none; }
.content .jobs-neos-smartweb .jobs-detail .job-single h1, #main-content .jobs-neos-smartweb .jobs-detail .job-single h1 {
  font-size: 1.7em;
  font-weight: 500;
  line-height: 1.3;
  margin-top: 30px;
  padding: 15px 0; }

.content .jobs-plugin.jobs-application-form .header h1 span, #main-content .jobs-plugin.jobs-application-form .header h1 span {
  display: block;
  font-size: .7em;
  font-weight: 400;
  padding: 15px 0;
  margin-top: 20px;
  margin-bottom: 50px; }
.content .jobs-plugin.jobs-application-form .errors, #main-content .jobs-plugin.jobs-application-form .errors {
  float: left;
  width: 100%; }
  .content .jobs-plugin.jobs-application-form .errors .error-item, #main-content .jobs-plugin.jobs-application-form .errors .error-item {
    padding: 10px;
    border: 1px solid #ebccd1;
    background-color: #f2dede;
    margin-bottom: 10px;
    font-size: 12px;
    color: #dc2a1a; }
.content .jobs-plugin.jobs-application-form .step-form .dropzone, #main-content .jobs-plugin.jobs-application-form .step-form .dropzone {
  border: 1px dashed #ccc;
  -moz-box-shadow: 0 0 0 3px #f2f7f9;
  -webkit-box-shadow: 0 0 0 3px #f2f7f9;
  box-shadow: 0 0 0 3px #f2f7f9;
  display: flex;
  align-items: center;
  justify-content: center; }
  .content .jobs-plugin.jobs-application-form .step-form .dropzone a:link, .content .jobs-plugin.jobs-application-form .step-form .dropzone a:visited, #main-content .jobs-plugin.jobs-application-form .step-form .dropzone a:link, #main-content .jobs-plugin.jobs-application-form .step-form .dropzone a:visited {
    padding: 10px 0 0 0; }
  .content .jobs-plugin.jobs-application-form .step-form .dropzone a:hover, .content .jobs-plugin.jobs-application-form .step-form .dropzone a:active, .content .jobs-plugin.jobs-application-form .step-form .dropzone a:focus, #main-content .jobs-plugin.jobs-application-form .step-form .dropzone a:hover, #main-content .jobs-plugin.jobs-application-form .step-form .dropzone a:active, #main-content .jobs-plugin.jobs-application-form .step-form .dropzone a:focus {
    text-decoration: none; }
.content .jobs-plugin.jobs-application-form .step-form .form-section, #main-content .jobs-plugin.jobs-application-form .step-form .form-section {
  float: left;
  margin-bottom: 70px;
  width: 100%; }
.content .jobs-plugin.jobs-application-form .step-form .parsley-errors-list.filled > li, #main-content .jobs-plugin.jobs-application-form .step-form .parsley-errors-list.filled > li {
  padding: 10px 0;
  color: #dc2a1a;
  font-size: 14px; }
.content .jobs-plugin.jobs-application-form .step-form .parsley-error, #main-content .jobs-plugin.jobs-application-form .step-form .parsley-error {
  border-color: #dc2a1a !important; }
.content .jobs-plugin.jobs-application-form .step-form .summary-row,
.content .jobs-plugin.jobs-application-form .step-form .form-row, #main-content .jobs-plugin.jobs-application-form .step-form .summary-row,
#main-content .jobs-plugin.jobs-application-form .step-form .form-row {
  float: left;
  width: 100%;
  margin: 5px 0;
  font-size: 14px; }
  .content .jobs-plugin.jobs-application-form .step-form .summary-row.form-radio,
  .content .jobs-plugin.jobs-application-form .step-form .form-row.form-radio, #main-content .jobs-plugin.jobs-application-form .step-form .summary-row.form-radio,
  #main-content .jobs-plugin.jobs-application-form .step-form .form-row.form-radio {
    margin-bottom: 15px; }
    .content .jobs-plugin.jobs-application-form .step-form .summary-row.form-radio > .input,
    .content .jobs-plugin.jobs-application-form .step-form .form-row.form-radio > .input, #main-content .jobs-plugin.jobs-application-form .step-form .summary-row.form-radio > .input,
    #main-content .jobs-plugin.jobs-application-form .step-form .form-row.form-radio > .input {
      position: relative; }
      .content .jobs-plugin.jobs-application-form .step-form .summary-row.form-radio > .input .parsley-errors-list,
      .content .jobs-plugin.jobs-application-form .step-form .form-row.form-radio > .input .parsley-errors-list, #main-content .jobs-plugin.jobs-application-form .step-form .summary-row.form-radio > .input .parsley-errors-list,
      #main-content .jobs-plugin.jobs-application-form .step-form .form-row.form-radio > .input .parsley-errors-list {
        position: absolute;
        right: 0; }
  .content .jobs-plugin.jobs-application-form .step-form .summary-row .label,
  .content .jobs-plugin.jobs-application-form .step-form .form-row .label, #main-content .jobs-plugin.jobs-application-form .step-form .summary-row .label,
  #main-content .jobs-plugin.jobs-application-form .step-form .form-row .label {
    margin-top: 7px;
    float: left;
    width: 30%;
    font-size: 14px; }
    @media only screen and (max-width: 480px) {
      .content .jobs-plugin.jobs-application-form .step-form .summary-row .label,
      .content .jobs-plugin.jobs-application-form .step-form .form-row .label, #main-content .jobs-plugin.jobs-application-form .step-form .summary-row .label,
      #main-content .jobs-plugin.jobs-application-form .step-form .form-row .label {
        float: none;
        width: 100%;
        margin-bottom: 8px; } }
    .content .jobs-plugin.jobs-application-form .step-form .summary-row .label label,
    .content .jobs-plugin.jobs-application-form .step-form .form-row .label label, #main-content .jobs-plugin.jobs-application-form .step-form .summary-row .label label,
    #main-content .jobs-plugin.jobs-application-form .step-form .form-row .label label {
      font-size: 14px; }
  .content .jobs-plugin.jobs-application-form .step-form .summary-row .input,
  .content .jobs-plugin.jobs-application-form .step-form .form-row .input, #main-content .jobs-plugin.jobs-application-form .step-form .summary-row .input,
  #main-content .jobs-plugin.jobs-application-form .step-form .form-row .input {
    float: left;
    width: 70%;
    font-size: 14px; }
    @media only screen and (max-width: 480px) {
      .content .jobs-plugin.jobs-application-form .step-form .summary-row .input,
      .content .jobs-plugin.jobs-application-form .step-form .form-row .input, #main-content .jobs-plugin.jobs-application-form .step-form .summary-row .input,
      #main-content .jobs-plugin.jobs-application-form .step-form .form-row .input {
        float: none;
        width: 100%; } }
    .content .jobs-plugin.jobs-application-form .step-form .summary-row .input textarea,
    .content .jobs-plugin.jobs-application-form .step-form .form-row .input textarea, #main-content .jobs-plugin.jobs-application-form .step-form .summary-row .input textarea,
    #main-content .jobs-plugin.jobs-application-form .step-form .form-row .input textarea {
      width: 100%;
      min-height: 200px;
      -moz-box-shadow: 0 0 0 3px #f2f7f9;
      -webkit-box-shadow: 0 0 0 3px #f2f7f9;
      box-shadow: 0 0 0 3px #f2f7f9;
      border: 1px solid #ccc; }
    .content .jobs-plugin.jobs-application-form .step-form .summary-row .input input[type=text],
    .content .jobs-plugin.jobs-application-form .step-form .form-row .input input[type=text], #main-content .jobs-plugin.jobs-application-form .step-form .summary-row .input input[type=text],
    #main-content .jobs-plugin.jobs-application-form .step-form .form-row .input input[type=text] {
      width: 100%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      font-size: 14px;
      -moz-appearance: none;
      -webkit-appearance: none;
      appearance: none;
      border: 1px solid #ccc;
      border-radius: 0;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      outline: none;
      padding: 6px;
      box-shadow: 0 0 0 3px #f2f7f9;
      -moz-box-shadow: 0 0 0 3px #f2f7f9;
      -webkit-box-shadow: 0 0 0 3px #f2f7f9; }
      .content .jobs-plugin.jobs-application-form .step-form .summary-row .input input[type=text].f3-form-error,
      .content .jobs-plugin.jobs-application-form .step-form .form-row .input input[type=text].f3-form-error, #main-content .jobs-plugin.jobs-application-form .step-form .summary-row .input input[type=text].f3-form-error,
      #main-content .jobs-plugin.jobs-application-form .step-form .form-row .input input[type=text].f3-form-error {
        border: 1px solid red; }
      .content .jobs-plugin.jobs-application-form .step-form .summary-row .input input[type=text]:active, .content .jobs-plugin.jobs-application-form .step-form .summary-row .input input[type=text]:focus,
      .content .jobs-plugin.jobs-application-form .step-form .form-row .input input[type=text]:active,
      .content .jobs-plugin.jobs-application-form .step-form .form-row .input input[type=text]:focus, #main-content .jobs-plugin.jobs-application-form .step-form .summary-row .input input[type=text]:active, #main-content .jobs-plugin.jobs-application-form .step-form .summary-row .input input[type=text]:focus,
      #main-content .jobs-plugin.jobs-application-form .step-form .form-row .input input[type=text]:active,
      #main-content .jobs-plugin.jobs-application-form .step-form .form-row .input input[type=text]:focus {
        outline: 0 none; }
    .content .jobs-plugin.jobs-application-form .step-form .summary-row .input .radio-item,
    .content .jobs-plugin.jobs-application-form .step-form .form-row .input .radio-item, #main-content .jobs-plugin.jobs-application-form .step-form .summary-row .input .radio-item,
    #main-content .jobs-plugin.jobs-application-form .step-form .form-row .input .radio-item {
      float: left;
      padding: 0 30px 0 0;
      margin-top: 7px; }
      .content .jobs-plugin.jobs-application-form .step-form .summary-row .input .radio-item input,
      .content .jobs-plugin.jobs-application-form .step-form .form-row .input .radio-item input, #main-content .jobs-plugin.jobs-application-form .step-form .summary-row .input .radio-item input,
      #main-content .jobs-plugin.jobs-application-form .step-form .form-row .input .radio-item input {
        margin-right: 5px;
        height: 18px;
        width: 18px;
        vertical-align: middle; }
        .content .jobs-plugin.jobs-application-form .step-form .summary-row .input .radio-item input:active, .content .jobs-plugin.jobs-application-form .step-form .summary-row .input .radio-item input:focus,
        .content .jobs-plugin.jobs-application-form .step-form .form-row .input .radio-item input:active,
        .content .jobs-plugin.jobs-application-form .step-form .form-row .input .radio-item input:focus, #main-content .jobs-plugin.jobs-application-form .step-form .summary-row .input .radio-item input:active, #main-content .jobs-plugin.jobs-application-form .step-form .summary-row .input .radio-item input:focus,
        #main-content .jobs-plugin.jobs-application-form .step-form .form-row .input .radio-item input:active,
        #main-content .jobs-plugin.jobs-application-form .step-form .form-row .input .radio-item input:focus {
          outline: 0 none; }
  .content .jobs-plugin.jobs-application-form .step-form .summary-row.form-custominvoiceaddress .label,
  .content .jobs-plugin.jobs-application-form .step-form .form-row.form-custominvoiceaddress .label, #main-content .jobs-plugin.jobs-application-form .step-form .summary-row.form-custominvoiceaddress .label,
  #main-content .jobs-plugin.jobs-application-form .step-form .form-row.form-custominvoiceaddress .label {
    display: none; }
  .content .jobs-plugin.jobs-application-form .step-form .summary-row.form-message .label,
  .content .jobs-plugin.jobs-application-form .step-form .form-row.form-message .label, #main-content .jobs-plugin.jobs-application-form .step-form .summary-row.form-message .label,
  #main-content .jobs-plugin.jobs-application-form .step-form .form-row.form-message .label {
    float: none;
    margin-bottom: 15px;
    width: 100%; }
  .content .jobs-plugin.jobs-application-form .step-form .summary-row.form-message .input,
  .content .jobs-plugin.jobs-application-form .step-form .form-row.form-message .input, #main-content .jobs-plugin.jobs-application-form .step-form .summary-row.form-message .input,
  #main-content .jobs-plugin.jobs-application-form .step-form .form-row.form-message .input {
    float: none;
    width: 100%; }
    .content .jobs-plugin.jobs-application-form .step-form .summary-row.form-message .input textarea,
    .content .jobs-plugin.jobs-application-form .step-form .form-row.form-message .input textarea, #main-content .jobs-plugin.jobs-application-form .step-form .summary-row.form-message .input textarea,
    #main-content .jobs-plugin.jobs-application-form .step-form .form-row.form-message .input textarea {
      box-sizing: border-box;
      padding: 10px; }
      .content .jobs-plugin.jobs-application-form .step-form .summary-row.form-message .input textarea:active, .content .jobs-plugin.jobs-application-form .step-form .summary-row.form-message .input textarea:focus,
      .content .jobs-plugin.jobs-application-form .step-form .form-row.form-message .input textarea:active,
      .content .jobs-plugin.jobs-application-form .step-form .form-row.form-message .input textarea:focus, #main-content .jobs-plugin.jobs-application-form .step-form .summary-row.form-message .input textarea:active, #main-content .jobs-plugin.jobs-application-form .step-form .summary-row.form-message .input textarea:focus,
      #main-content .jobs-plugin.jobs-application-form .step-form .form-row.form-message .input textarea:active,
      #main-content .jobs-plugin.jobs-application-form .step-form .form-row.form-message .input textarea:focus {
        outline: 0 none; }
  .content .jobs-plugin.jobs-application-form .step-form .summary-row.form-terms p,
  .content .jobs-plugin.jobs-application-form .step-form .form-row.form-terms p, #main-content .jobs-plugin.jobs-application-form .step-form .summary-row.form-terms p,
  #main-content .jobs-plugin.jobs-application-form .step-form .form-row.form-terms p {
    font-size: 1.14em; }
  .content .jobs-plugin.jobs-application-form .step-form .summary-row.form-terms input,
  .content .jobs-plugin.jobs-application-form .step-form .form-row.form-terms input, #main-content .jobs-plugin.jobs-application-form .step-form .summary-row.form-terms input,
  #main-content .jobs-plugin.jobs-application-form .step-form .form-row.form-terms input {
    margin-right: 15px;
    width: 18px;
    height: 18px;
    vertical-align: middle; }
    .content .jobs-plugin.jobs-application-form .step-form .summary-row.form-terms input:active, .content .jobs-plugin.jobs-application-form .step-form .summary-row.form-terms input:focus,
    .content .jobs-plugin.jobs-application-form .step-form .form-row.form-terms input:active,
    .content .jobs-plugin.jobs-application-form .step-form .form-row.form-terms input:focus, #main-content .jobs-plugin.jobs-application-form .step-form .summary-row.form-terms input:active, #main-content .jobs-plugin.jobs-application-form .step-form .summary-row.form-terms input:focus,
    #main-content .jobs-plugin.jobs-application-form .step-form .form-row.form-terms input:active,
    #main-content .jobs-plugin.jobs-application-form .step-form .form-row.form-terms input:focus {
      outline: 0 none; }
  .content .jobs-plugin.jobs-application-form .step-form .summary-row.form-terms .parsley-required,
  .content .jobs-plugin.jobs-application-form .step-form .form-row.form-terms .parsley-required, #main-content .jobs-plugin.jobs-application-form .step-form .summary-row.form-terms .parsley-required,
  #main-content .jobs-plugin.jobs-application-form .step-form .form-row.form-terms .parsley-required {
    font-size: 14px; }
  .content .jobs-plugin.jobs-application-form .step-form .summary-row.summary-terms,
  .content .jobs-plugin.jobs-application-form .step-form .form-row.summary-terms, #main-content .jobs-plugin.jobs-application-form .step-form .summary-row.summary-terms,
  #main-content .jobs-plugin.jobs-application-form .step-form .form-row.summary-terms {
    font-size: 14px;
    line-height: 1.5; }
    .content .jobs-plugin.jobs-application-form .step-form .summary-row.summary-terms input,
    .content .jobs-plugin.jobs-application-form .step-form .form-row.summary-terms input, #main-content .jobs-plugin.jobs-application-form .step-form .summary-row.summary-terms input,
    #main-content .jobs-plugin.jobs-application-form .step-form .form-row.summary-terms input {
      margin-right: 5px; }
  .content .jobs-plugin.jobs-application-form .step-form .summary-row.form-captcha > label,
  .content .jobs-plugin.jobs-application-form .step-form .form-row.form-captcha > label, #main-content .jobs-plugin.jobs-application-form .step-form .summary-row.form-captcha > label,
  #main-content .jobs-plugin.jobs-application-form .step-form .form-row.form-captcha > label {
    margin-bottom: 20px;
    float: left;
    width: 100%; }
  .content .jobs-plugin.jobs-application-form .step-form .summary-row.form-captcha .field-and-captcha,
  .content .jobs-plugin.jobs-application-form .step-form .form-row.form-captcha .field-and-captcha, #main-content .jobs-plugin.jobs-application-form .step-form .summary-row.form-captcha .field-and-captcha,
  #main-content .jobs-plugin.jobs-application-form .step-form .form-row.form-captcha .field-and-captcha {
    float: left;
    position: relative;
    border: 1px solid #ccc;
    box-sizing: border-box;
    padding: 10px 20px 20px 20px;
    width: 38%;
    -moz-box-shadow: 0 0 0 3px #f2f7f9;
    -webkit-box-shadow: 0 0 0 3px #f2f7f9;
    box-shadow: 0 0 0 3px #f2f7f9; }
    @media only screen and (max-width: 590px) {
      .content .jobs-plugin.jobs-application-form .step-form .summary-row.form-captcha .field-and-captcha,
      .content .jobs-plugin.jobs-application-form .step-form .form-row.form-captcha .field-and-captcha, #main-content .jobs-plugin.jobs-application-form .step-form .summary-row.form-captcha .field-and-captcha,
      #main-content .jobs-plugin.jobs-application-form .step-form .form-row.form-captcha .field-and-captcha {
        width: 100%; } }
    .content .jobs-plugin.jobs-application-form .step-form .summary-row.form-captcha .field-and-captcha .parsley-errors-list,
    .content .jobs-plugin.jobs-application-form .step-form .form-row.form-captcha .field-and-captcha .parsley-errors-list, #main-content .jobs-plugin.jobs-application-form .step-form .summary-row.form-captcha .field-and-captcha .parsley-errors-list,
    #main-content .jobs-plugin.jobs-application-form .step-form .form-row.form-captcha .field-and-captcha .parsley-errors-list {
      float: left;
      width: 100%; }
    .content .jobs-plugin.jobs-application-form .step-form .summary-row.form-captcha .field-and-captcha input[type=text],
    .content .jobs-plugin.jobs-application-form .step-form .form-row.form-captcha .field-and-captcha input[type=text], #main-content .jobs-plugin.jobs-application-form .step-form .summary-row.form-captcha .field-and-captcha input[type=text],
    #main-content .jobs-plugin.jobs-application-form .step-form .form-row.form-captcha .field-and-captcha input[type=text] {
      appearance: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      background: #fff;
      border: 1px solid #ccc;
      border-radius: 0;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      box-shadow: 0 0 0 3px #f2f7f9;
      -moz-box-shadow: 0 0 0 3px #f2f7f9;
      -webkit-box-shadow: 0 0 0 3px #f2f7f9;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      color: #34495E;
      font-size: 14px;
      line-height: 19px;
      float: left;
      margin-top: 1rem;
      outline: none;
      padding: 10px;
      position: relative;
      transition: .3s ease-in-out;
      -webkit-transition: .3s ease-in-out;
      -moz-transition: .3s ease-in-out;
      -o-transition: .3s ease-in-out;
      width: 100%;
      z-index: 2; }
      .content .jobs-plugin.jobs-application-form .step-form .summary-row.form-captcha .field-and-captcha input[type=text]:active, .content .jobs-plugin.jobs-application-form .step-form .summary-row.form-captcha .field-and-captcha input[type=text]:focus,
      .content .jobs-plugin.jobs-application-form .step-form .form-row.form-captcha .field-and-captcha input[type=text]:active,
      .content .jobs-plugin.jobs-application-form .step-form .form-row.form-captcha .field-and-captcha input[type=text]:focus, #main-content .jobs-plugin.jobs-application-form .step-form .summary-row.form-captcha .field-and-captcha input[type=text]:active, #main-content .jobs-plugin.jobs-application-form .step-form .summary-row.form-captcha .field-and-captcha input[type=text]:focus,
      #main-content .jobs-plugin.jobs-application-form .step-form .form-row.form-captcha .field-and-captcha input[type=text]:active,
      #main-content .jobs-plugin.jobs-application-form .step-form .form-row.form-captcha .field-and-captcha input[type=text]:focus {
        outline: 0 none; }
    .content .jobs-plugin.jobs-application-form .step-form .summary-row.form-captcha .field-and-captcha a,
    .content .jobs-plugin.jobs-application-form .step-form .form-row.form-captcha .field-and-captcha a, #main-content .jobs-plugin.jobs-application-form .step-form .summary-row.form-captcha .field-and-captcha a,
    #main-content .jobs-plugin.jobs-application-form .step-form .form-row.form-captcha .field-and-captcha a {
      padding: 10px 20px;
      background: #E8E8E8;
      color: #333;
      display: inline-block;
      float: none;
      width: auto; }
.content .jobs-plugin.jobs-application-form .step-form input[type=submit], #main-content .jobs-plugin.jobs-application-form .step-form input[type=submit] {
  border: none;
  color: #ffffff;
  display: inline-block;
  font-size: 1em;
  float: left;
  letter-spacing: 0;
  line-height: 16px;
  margin-top: 70px;
  padding: 15px 25px;
  text-align: center;
  width: 43%;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }
  .content .jobs-plugin.jobs-application-form .step-form input[type=submit]:hover, .content .jobs-plugin.jobs-application-form .step-form input[type=submit]:active, .content .jobs-plugin.jobs-application-form .step-form input[type=submit]:focus, #main-content .jobs-plugin.jobs-application-form .step-form input[type=submit]:hover, #main-content .jobs-plugin.jobs-application-form .step-form input[type=submit]:active, #main-content .jobs-plugin.jobs-application-form .step-form input[type=submit]:focus {
    background: #396928; }
  @media only screen and (max-width: 590px) {
    .content .jobs-plugin.jobs-application-form .step-form input[type=submit], #main-content .jobs-plugin.jobs-application-form .step-form input[type=submit] {
      width: 100%; } }

/*# sourceMappingURL=Styles.css.map */
