@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700,900");
/* normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

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

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

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

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* framework elements */
.fontset .font-base {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400; }

.fontset .font-heading {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700; }

.fontset .font-xtrabold {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 900; }

#rca-colors-data {
  font-family: '{"l-grey":"#efefef","m-grey":"#797979","d-grey":"#191919","accent":"#0A848B"}'; }

#rca-font-data {
  font-family: '{"base":{"stack":["Source Sans Pro","sans-serif"],"weight":400},"heading":{"stack":["Source Sans Pro","sans-serif"],"weight":700},"xtrabold":{"stack":["Source Sans Pro","sans-serif"],"weight":900}}'; }

pre {
  white-space: normal; }

figure {
  margin: 0; }

button, input[type="button"], input[type="reset"], input[type="submit"],
button,
.button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-font-smoothing: antialiased;
  background-color: #0A848B;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  padding: 1.3em 1em;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  white-space: nowrap; }
  button:hover, button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus,
  button:hover,
  button:focus,
  .button:hover,
  .button:focus {
    background-color: #054044;
    color: #fff; }
  button:disabled, input[type="button"]:disabled, input[type="reset"]:disabled, input[type="submit"]:disabled,
  button:disabled,
  .button:disabled {
    cursor: not-allowed;
    opacity: 0.5; }

fieldset {
  margin: 0;
  padding: 0; }

input,
label,
select {
  display: block;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1em; }

label {
  font-weight: 600;
  margin-bottom: 0.375em; }
  label.required::after {
    content: "*"; }
  label abbr {
    display: none; }

input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]), textarea,
select[multiple=multiple],
textarea {
  background-color: #fff;
  border: 1px solid #ddd;
  box-sizing: border-box;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1em;
  color: #191919;
  margin-bottom: 0.75em;
  padding: 1.3em 22px;
  transition: border-color;
  width: 100%; }
  input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, input:not([type]):hover, textarea:hover,
  select[multiple=multiple]:hover,
  textarea:hover {
    border-color: #c4c4c4; }
  input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, input:not([type]):focus, textarea:focus,
  select[multiple=multiple]:focus,
  textarea:focus {
    border-color: #0A848B;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(8, 109, 115, 0.7);
    outline: none; }

textarea {
  resize: vertical; }

input[type="search"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

input[type="checkbox"],
input[type="radio"] {
  display: inline;
  margin-right: 0.375em; }

input[type="file"] {
  padding-bottom: 0.75em;
  width: 100%; }

select {
  margin-bottom: 1.5em;
  max-width: 100%;
  width: auto; }

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  ul.default {
    list-style-type: disc;
    margin-bottom: 0.75em;
    padding-left: 1.5em; }
  
  ol.default {
    list-style-type: decimal;
    margin-bottom: 0.75em;
    padding-left: 1.5em; }

dl {
  margin-bottom: 0.75em; }
  dl dt {
    font-weight: bold;
    margin-top: 0.75em; }
  dl dd {
    margin: 0; }

table {
  font-feature-settings: "kern", "liga", "tnum";
  border-collapse: collapse;
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%; }

th {
  border-bottom: 1px solid #b7b7b7;
  font-weight: 600;
  padding: 0.75em 0;
  text-align: left; }

td {
  border-bottom: 1px solid #ddd;
  padding: 0.75em 0; }

tr,
td,
th {
  vertical-align: middle; }

html {
  font-size: 87.5%;
  line-height: 1.71; }
  @media all and (min-width: 640px) {
    html {
      font-size: 87.5%; } }
  @media all and (min-width: 860px) {
    html {
      font-size: 87.5%; } }
  @media all and (min-width: 1025px) {
    html {
      font-size: 87.5%;
      line-height: 2; } }

body {
  font-feature-settings: "kern", "liga", "pnum";
  -webkit-font-smoothing: antialiased;
  color: #797979;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  margin: 0 0 0.75em;
  color: #191919; }

h1 {
  font-size: 1.85714rem;
  line-height: 1; }
  @media all and (min-width: 640px) {
    h1 {
      font-size: 2.14286rem; } }
  @media all and (min-width: 860px) {
    h1 {
      font-size: 2.28571rem; } }
  @media all and (min-width: 1025px) {
    h1 {
      font-size: 2.85714rem; } }

h2 {
  font-size: 1.57143rem;
  line-height: 1; }
  @media all and (min-width: 640px) {
    h2 {
      font-size: 1.85714rem; } }
  @media all and (min-width: 860px) {
    h2 {
      font-size: 2.28571rem; } }
  @media all and (min-width: 1025px) {
    h2 {
      font-size: 2.57143rem; } }

h3, h4, h5, h6 {
  font-size: 1.28571rem;
  line-height: 1; }
  @media all and (min-width: 640px) {
    h3, h4, h5, h6 {
      font-size: 1.28571rem; } }
  @media all and (min-width: 860px) {
    h3, h4, h5, h6 {
      font-size: 1.35714rem; } }
  @media all and (min-width: 1025px) {
    h3, h4, h5, h6 {
      font-size: 1.42857rem; } }

p {
  margin: 0 0 0.75em; }

a {
  color: #0A848B;
  text-decoration: none;
  transition: color 0.1s linear; }
  a:active, a:focus, a:hover {
    color: #011314; }
  a:active, a:focus {
    outline: none; }

hr {
  border-bottom: 1px solid #ddd;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 1.5em 0; }

img,
picture {
  margin: 0;
  max-width: 100%; }

/* custom elements */
.g-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1188px; }
  .g-container::after {
    clear: both;
    content: "";
    display: block; }

.header__scrollarrow .arrow {
  display: inline-block;
  animation: arrowloop 1s 0s ease infinite; }
  .header__scrollarrow .arrow img {
    margin: 40% 0 80% 0; }

@keyframes arrowloop {
  0% {
    transform: translateY(0px);
    opacity: 0; }
  50% {
    transform: translateY(10px);
    opacity: 1; }
  100% {
    transform: translateY(20px);
    opacity: 0; } }

html {
  box-sizing: border-box; }

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

figure {
  margin: 0; }

section {
  clear: both;
  padding: 40px 0; }

@media (min-width: 860px) {
  section {
    padding-top: 150px; } }

.header {
  position: relative; }
  .header__top {
    background: white;
    text-align: center;
    width: 100%; }
  .header__logo {
    padding: 5px 0; }
    .header__logo img {
      height: 60px; }
  .header__menu {
    display: none;
    list-style: none; }
    .header__menu li {
      display: inline-block;
      padding: 0px; }
      .header__menu li a {
        padding: 7px 14px;
        height: 100px;
        font-size: 18px;
        line-height: 100px;
        color: #797979;
        border: 1px solid white;
        transition: border 0.3s ease-out; }
        .header__menu li a:hover {
          border-color: #0A848B; }
  .header__slideshow {
    position: relative;
    height: 375px; }
  .header__intro {
    position: relative; }
  .header__introinner {
    padding: 65px 40px 20px 40px;
    background: #0A848B;
    color: white;
    text-align: center; }
    .header__introinner h2 {
      color: white; }
    .header__introinner p {
      font-family: "Source Sans Pro", sans-serif;
      font-weight: 700;
      font-size: 18px;
      line-height: 1.22; }
  .header__scrollarrow {
    display: inline-block;
    line-height: 0.75; }
    .header__scrollarrow img {
      display: inline-block; }
  @media (min-width: 860px) {
    .header__top {
      z-index: 100;
      position: fixed;
      top: 0;
      height: 100px;
      box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2); }
    .header__logo {
      width: calc(25% - 30px);
      float: left;
      margin-left: 24px;
      padding: 10px 0; }
      .header__logo img {
        height: auto; }
    .header__menu {
      width: calc(75% - 42px);
      float: left;
      margin-left: 24px;
      display: block; }
    .header__slideshow {
      height: 700px; }
    .header__intro {
      position: absolute;
      right: 0;
      bottom: 0;
      left: 0; }
    .header__introinner {
      left: calc(25% - 30px + 24px);
      position: relative;
      width: calc(50% - 36px);
      float: left;
      margin-left: 24px; } }
  @media (min-width: 1025px) {
    .header__menu li {
      padding: 0px 15px; } }

.jobs__intro {
  padding: 0 22px;
  text-align: center; }

.jobs__accordion {
  margin-top: 44px; }
  .jobs__accordion dt {
    margin: 0; }

.jobs__link {
  position: relative;
  display: block;
  padding: 17px 22px;
  min-height: 58px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.25;
  border-bottom: 1px solid #0A848B;
  background: white;
  transition: background 0.5s; }
  .jobs__link--first {
    border-top: 1px solid #0A848B; }
  .jobs__link--spont {
    background-color: rgba(10, 132, 139, 0.25); }
  .jobs__link:after {
    position: absolute;
    top: 11px;
    right: 5px;
    display: block;
    content: ' ';
    width: 36px;
    height: 36px;
    background: url("../img/icon_arrowdown-blue.svg") no-repeat center;
    transition: all 0.5s; }
  .jobs__link:active, .jobs__link:focus, .jobs__link:hover {
    color: #0A848B; }
  .jobs__link.active {
    background: #0A848B;
    color: white; }
    .jobs__link.active:after {
      background: url("../img/icon_arrowdown-white.svg") no-repeat center;
      border-color: white; }

.jobs__panel {
  display: none;
  background: white;
  transition: background 0.5s; }
  .jobs__panel.active {
    background: #0A848B; }

.jobs__content {
  padding: 22px;
  color: white; }
  .jobs__content p {
    margin-bottom: 1.75em; }
  .jobs__content .button {
    background-color: white;
    color: #0A848B;
    width: 100%;
    transition: all 0.5s;
    text-align: center; }
    .jobs__content .button:hover, .jobs__content .button:focus {
      background-color: rgba(255, 255, 255, 0.5);
      color: #fff; }

@media (min-width: 860px) {
  .jobs__intro {
    left: calc(16.66667% - 28px + 24px);
    position: relative;
    width: calc(66.66667% - 40px);
    float: left;
    margin-left: 24px; }
  .jobs__accordion {
    left: calc(8.33333% - 26px + 24px);
    position: relative;
    width: calc(83.33333% - 44px);
    float: left;
    margin-left: 24px; }
  .jobs__link {
    margin-bottom: 22px;
    padding: 22px;
    min-height: 70px;
    border: 1px solid #0A848B; }
    .jobs__link span {
      left: calc(8.33333% - 26px + 24px);
      position: relative;
      width: calc(90% - 45.6px);
      float: left;
      margin-left: 24px;
      margin-left: 0; }
    .jobs__link:hover {
      background-color: rgba(10, 132, 139, 0.25); }
      .jobs__link:hover:after {
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg); }
    .jobs__link:after {
      top: 17px;
      right: 17px;
      border: 1px solid #0A848B;
      border-radius: 50%; }
    .jobs__link.active {
      margin-bottom: 0; }
      .jobs__link.active:hover {
        background: #0A848B; }
        .jobs__link.active:hover:after {
          background-color: rgba(255, 255, 255, 0.25); }
  .jobs__content {
    left: calc(8.33333% - 26px + 24px);
    position: relative;
    width: calc(90% - 45.6px);
    float: left;
    margin-left: 24px;
    float: none;
    margin-left: 0;
    margin-bottom: 22px; }
    .jobs__content .button {
      width: calc(30% - 31.2px);
      float: left;
      margin-left: 24px;
      float: none;
      margin-left: auto; } }

#applycontainer {
  display: none; }

.apply {
  padding-top: 0;
  /* the border radius of the drop area */
  /* the border radius of the file item */ }
  .apply__content {
    padding: 22px;
    text-align: center; }
  .apply__form {
    padding: 0 22px; }
    .apply__form label {
      margin-bottom: 0.2em;
      font-family: "Source Sans Pro", sans-serif;
      font-weight: 400; }
  .apply__select {
    /* -------------------- Select Box Styles: bavotasan.com Method (with special adaptations by ericrasch.com) */
    /* -------------------- Source: http://bavotasan.com/2011/style-select-box-using-only-css/ */
    position: relative;
    margin-top: -0.75em;
    border: 1px solid #ddd;
    background: url("../img/icon_selectbox.png") no-repeat right center;
    margin-bottom: 0.75em;
    height: 56px;
    width: 100%; }
    .apply__select select {
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      background: transparent;
      border: none;
      font-family: "Source Sans Pro", sans-serif;
      font-size: 1em;
      color: #191919;
      height: 56px;
      padding: 5px;
      /* If you add too much padding here, the options won't show in IE */
      padding-left: 22px;
      border: 1px solid #ccc;
      font-size: 16px;
      height: 56px;
      width: 100%; }
      .apply__select select:hover {
        border-color: #c4c4c4; }
      .apply__select select:focus {
        border-color: #0A848B;
        box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(8, 109, 115, 0.7);
        outline: none; }
  .apply__shubox {
    margin-bottom: 1.75em; }
    .apply__shubox-inputwrapper {
      background: url("../img/icon_upload.svg") no-repeat 15px center #797979; }
    .apply__shubox input[type=text] {
      position: relative;
      background: transparent;
      color: white;
      cursor: pointer;
      transition: background-color 0.75s; }
      .apply__shubox input[type=text]::-webkit-input-placeholder {
        color: white;
        font-weight: bold;
        opacity: 1;
        text-align: center; }
      .apply__shubox input[type=text]:-ms-input-placeholder {
        color: white;
        font-weight: bold;
        opacity: 1;
        text-align: center; }
      .apply__shubox input[type=text]::placeholder {
        color: white;
        font-weight: bold;
        opacity: 1;
        text-align: center; }
      .apply__shubox input[type=text].shubox-success {
        background: #0A848B; }
        .apply__shubox input[type=text].shubox-success::-webkit-input-placeholder {
          text-align: left; }
        .apply__shubox input[type=text].shubox-success:-ms-input-placeholder {
          text-align: left; }
        .apply__shubox input[type=text].shubox-success::placeholder {
          text-align: left; }
      .apply__shubox input[type=text].shubox-error {
        background: darkred; }
  .apply__btn {
    margin-top: 0.75em;
    width: 100%; }
  .apply .hide-on-mobile {
    display: none; }
  .apply .filepond--panel-root {
    border-radius: 0; }
  .apply .filepond--item-panel {
    border-radius: 0; }
  @media (min-width: 860px) {
    .apply {
      padding-top: 100px; }
      .apply__intro {
        left: calc(16.66667% - 28px + 24px);
        position: relative;
        width: calc(66.66667% - 40px);
        float: left;
        margin-left: 24px; }
      .apply__form {
        padding: 0; }
      .apply__naw {
        left: calc(8.33333% - 26px + 24px);
        position: relative;
        width: calc(33.33333% - 32px);
        float: left;
        margin-left: 24px; }
      .apply__motivation {
        left: calc(8.33333% - 26px + 24px);
        position: relative;
        width: calc(50% - 36px);
        float: left;
        margin-left: 24px;
        position: relative; }
      .apply .hide-on-mobile {
        display: block; }
      .apply .hide-on-desktop {
        display: none; } }

.shubox--form p {
  text-align: left;
  margin-bottom: 2rem; }

.shubox--input,
.shubox--textarea {
  background: #efefef;
  padding: 1rem; }

.shubox--textarea {
  min-height: 10rem;
  clear: both;
  display: block; }

.shubox--click-to-upload {
  cursor: pointer;
  text-align: left;
  background: lightGray;
  font-size: .6rem;
  text-transform: lowercase;
  padding: .5rem 1rem;
  opacity: .8;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px; }
  .shubox--click-to-upload:hover {
    opacity: 1; }

.about {
  padding: 0; }
  .about__img {
    line-height: 0;
    background: hotpink;
    position: relative; }
    .about__img:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 100%; }
    .about__img > .image {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    .about__img .image {
      background: url("../img/img_kraan.jpg") no-repeat left center;
      background-size: cover; }
  .about__content {
    padding: 22px;
    background: #191919;
    color: white; }
    .about__content h2 {
      padding: 1em 0;
      color: white; }
  @media (min-width: 860px) {
    .about {
      padding-top: 100px;
      display: -ms-flexbox;
      display: flex; }
      .about__img, .about__content {
        float: left;
        width: 50%; }
      .about__content {
        padding: 7em; }
        .about__content h2 {
          padding-top: 0; } }

.offer__intro {
  width: calc(100% - 48px);
  float: left;
  margin-left: 24px;
  text-align: center; }

.offer__content {
  clear: both; }

.offer__article {
  width: calc(100% - 48px);
  float: left;
  margin-left: 24px; }
  .offer__article .inner {
    padding-top: 44px;
    padding-bottom: 22px;
    text-align: center; }
    .offer__article .inner:before {
      position: relative;
      display: inline-block;
      content: ' ';
      width: 52px;
      height: 52px;
      background: url("../img/icon_check.svg") center no-repeat; }
  .offer__article h2, .offer__article h3 {
    color: #0A848B; }

@media (min-width: 860px) {
  .offer__intro {
    left: calc(16.66667% - 28px + 24px);
    position: relative;
    width: calc(66.66667% - 40px);
    float: left;
    margin-left: 24px; }
  .offer__article {
    width: calc(33.33333% - 32px);
    float: left;
    margin-left: 24px; }
    .offer__article .inner {
      text-align: left; } }

.contact {
  padding-top: 100px; }
  .contact__content {
    line-height: 2;
    text-align: center; }
    .contact__content a {
      font-family: "Source Sans Pro", sans-serif;
      font-weight: 700;
      color: #0A848B; }
      .contact__content a:hover {
        color: #191919; }
  @media (min-width: 860px) {
    .contact__content {
      width: calc(100% - 48px);
      float: left;
      margin-left: 24px; } }

.footer__top {
  padding: 44px 0;
  background: #0A848B;
  color: white; }
  .footer__top a {
    color: white; }

.footer__logo {
  text-align: center; }
  .footer__logo img {
    max-width: 200px; }

.footer__address {
  text-align: center;
  line-height: 1.28; }

.footer__addresstitle {
  padding: 22px 0;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  font-size: 18px; }

.footer__social {
  margin-top: 22px;
  text-align: center; }
  .footer__social a {
    margin: 0 8px; }

.footer__bottom {
  padding: 10px 22px;
  text-align: center; }
  .footer__bottom a {
    color: #797979; }
    .footer__bottom a:hover {
      color: #0A848B; }

@media (min-width: 860px) {
  .footer__top .g-container {
    display: -ms-flexbox;
    display: flex; }
  .footer__logo {
    width: calc(25% - 30px);
    float: left;
    margin-left: 24px; }
  .footer__address {
    width: calc(50% - 36px);
    float: left;
    margin-left: 24px;
    text-align: left; }
  .footer__addresstitle {
    padding: 0;
    padding-bottom: 22px; }
  .footer__social {
    width: calc(25% - 30px);
    float: left;
    margin-left: 24px;
    position: relative;
    line-height: 0; }
    .footer__social .linkwrapper {
      position: absolute;
      right: 0;
      bottom: 0; } }

.toast-title {
  font-weight: bold; }

.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word; }

.toast-message a,
.toast-message label {
  color: #ffffff; }

.toast-message a:hover {
  color: #cccccc;
  text-decoration: none; }

.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  position: fixed;
  bottom: -0.3em;
  right: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  -webkit-text-shadow: 0 1px 0 #ffffff;
  text-shadow: 0 1px 0 #ffffff; }

.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40); }

/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.toast-top-center {
  top: 0;
  right: 0;
  width: 100%; }

.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%; }

.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%; }

.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%; }

.toast-top-left {
  top: 12px;
  left: 12px; }

.toast-top-right {
  top: 12px;
  right: 12px; }

.toast-bottom-right {
  right: 12px;
  bottom: 12px; }

.toast-bottom-left {
  bottom: 12px;
  left: 12px; }

#toast-container {
  position: fixed;
  z-index: 999999;
  /*overrides*/ }

#toast-container * {
  box-sizing: border-box; }

#toast-container > div {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  box-shadow: 0 0 12px #999999;
  color: #ffffff; }

#toast-container > div:hover {
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer; }

#toast-container > .toast-info {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important; }

#toast-container > .toast-error {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important; }

#toast-container > .toast-success {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important; }

#toast-container > .toast-warning {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important; }

#toast-container.toast-top-center > div,
#toast-container.toast-bottom-center > div {
  width: 300px;
  margin-left: auto;
  margin-right: auto; }

#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
  width: 96%;
  margin-left: auto;
  margin-right: auto; }

.toast {
  background-color: #030303; }

.toast-success {
  background-color: #f89406; }

.toast-error {
  background-color: #bd362f; }

.toast-info {
  background-color: #2f96b4; }

.toast-warning {
  background-color: #f89406; }

.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40); }

/*Responsive Design*/
@media all and (max-width: 240px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em; }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em; } }

@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em; }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em; } }

@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em; } }

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