/* Mixins */
/* for loop mixin */
/* Project-specific overrides for the bootstrap framework */
/* Custom font face for the icons */
@font-face {
  font-family: 'EUCareersIcons';
  src: url('../fonts/eucareers-icons/eucareers-icons.eot');
  src: url('../fonts/eucareers-icons/eucareers-icons.eot?#iefix') format('embedded-opentype'), url('../fonts/eucareers-icons/eucareers-icons.woff') format('woff'), url('../fonts/eucareers-icons/eucareers-icons.ttf') format('truetype'), url('../fonts/eucareers-icons/eucareers-icons.svg#icomoon') format('svg');
}
/* Base icon class */
.c-icon {
  text-decoration: none;
  display: inline-block;
  font-family: 'EUCareersIcons';
  font-size: inherit;
  text-rendering: auto;
  text-transform: none;
  margin-right: 4px;
  line-height: 1;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.c-icon--search::before {
  content: "\e914";
}
.c-icon--send::before {
  content: "\e915";
}
.c-icon--right-arrow::before {
  content: "\e916";
}
.c-icon--paper-pen::before {
  content: "\e917";
}
.c-icon--mail::before {
  content: "\e918";
}
.c-icon--deadline::before {
  content: "\e919";
}
.c-icon--certificate::before {
  content: "\e91a";
}
.c-icon--calendar::before {
  content: "\e91b";
}
.c-icon--feedback-warning::before {
  content: "\e91c";
}
.c-icon--feedback-tick::before {
  content: "\e91d";
}
.c-icon--feedback-tick-thick::before {
  content: "\e929";
}
.c-icon--shield::before {
  content: "\e91e";
}
.c-icon--settings::before {
  content: "\e91f";
}
.c-icon--profile-info::before {
  content: "\e920";
}
.c-icon--print::before {
  content: "\e922";
}
.c-icon--pdf-document::before {
  content: "\e923";
}
.c-icon--news::before {
  content: "\e924";
}
.c-icon--ms-document::before {
  content: "\e925";
}
.c-icon--motivation::before {
  content: "\e926";
}
.c-icon--locked::before {
  content: "\e927";
}
.c-icon--list-icon::before {
  content: "\e928";
}
.c-icon--proceed::before {
  content: "\e921";
}
.c-icon--info::before {
  content: "\e92a";
}
.c-icon--folder::before {
  content: "\e92b";
}
.c-icon--arrow-down::before {
  content: "\e92c";
}
.c-icon--document::before {
  content: "\e92d";
}
.c-icon--delete::before {
  content: "\e92e";
}
.c-icon--browser::before {
  content: "\e92f";
}
.c-icon--add2::before {
  content: "\e930";
}
.c-icon--add::before {
  content: "\e931";
}
.c-icon--linkedin::before {
  content: "\e90f";
}
.c-icon--twitter::before {
  content: "\e910";
}
.c-icon--youtube::before {
  content: "\e911";
}
.c-icon--googleplus::before {
  content: "\e912";
}
.c-icon--facebook::before {
  content: "\e913";
}
.c-icon--flag::before {
  content: "\e932";
}
.c-icon--audit::before {
  content: "\e900";
}
.c-icon--communication::before {
  content: "\e901";
}
.c-icon--economics::before {
  content: "\e902";
}
.c-icon--external-relations::before {
  content: "\e903";
}
.c-icon--finance::before {
  content: "\e904";
}
.c-icon--information-technology::before {
  content: "\e905";
}
.c-icon--languages::before {
  content: "\e906";
}
.c-icon--law::before {
  content: "\e907";
}
.c-icon--other::before {
  content: "\e908";
}
.c-icon--public-administration::before {
  content: "\e909";
}
.c-icon--remuneration::before {
  content: "\e90a";
}
.c-icon--social-benefits::before {
  content: "\e90b";
}
.c-icon--support-staff::before {
  content: "\e90c";
}
.c-icon--training-opportunities::before {
  content: "\e90d";
}
.c-icon--work-life-balance::before {
  content: "\e90e";
}
.c-icon--audit::before {
  font-weight: 600;
  font-size: 120%;
}
.c-icon--communication::before {
  font-weight: 600;
  font-size: 120%;
}
.c-icon--economics::before {
  font-weight: 600;
  font-size: 120%;
}
.c-icon--external-relations::before {
  font-weight: 600;
  font-size: 120%;
}
.c-icon--finance::before {
  font-weight: 600;
  font-size: 120%;
}
.c-icon--information-technology::before {
  font-weight: 600;
  font-size: 120%;
}
.c-icon--languages::before {
  font-weight: 600;
  font-size: 120%;
}
.c-icon--law::before {
  font-weight: 600;
  font-size: 120%;
}
.c-icon--other::before {
  font-weight: 600;
  font-size: 120%;
}
.c-icon--public-administration::before {
  font-weight: 600;
  font-size: 120%;
}
.c-icon--remuneration::before {
  font-weight: 600;
  font-size: 120%;
}
.c-icon--social-benefits::before {
  font-weight: 600;
  font-size: 120%;
}
.c-icon--support-staff::before {
  font-weight: 600;
  font-size: 120%;
}
.c-icon--training-opportunities::before {
  font-weight: 600;
  font-size: 120%;
}
.c-icon--work-life-balance::before {
  font-weight: 600;
  font-size: 120%;
}
.c-icon--blue {
  color: #2379e0;
}
.c-icon--green {
  color: #1db76d;
}
.c-icon--yellow {
  color: #ffce00;
}
.c-icon--grey {
  color: #b6bed0;
}
.c-icon--larger {
  font-size: 2em !important;
  padding: 0.3em;
}
.c-logo {
  display: block;
  margin: 0.5em;
  padding-top: 20px;
}
a .c-logo {
  cursor: pointer;
}
@font-face {
  font-family: 'LatoWeb';
  src: url('../fonts/Lato/Lato-Regular.eot');
  /* IE9 Compat Modes */
  src: url('../fonts/Lato/Lato-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Lato/Lato-Regular.woff2') format('woff2'), url('../fonts/Lato/Lato-Regular.woff') format('woff'), url('../fonts/Lato/Lato-Regular.ttf') format('truetype');
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}
body {
  font-family: 'LatoWeb', Arial, sans-serif !important;
}
.btn {
  border-radius: 5px;
}
.btn-default {
  border: 2px solid #2379e0;
  color: #2379e0;
}
.form-control {
  color: #2e3440;
  border-radius: 5px;
  border-color: #b6bed0;
}
.has-success .form-control,
.has-warning .form-control,
.has-error .form-control {
  border-width: 2px;
}
.form-required {
  color: #e80924;
}
.c-language-switcher {
  cursor: pointer;
  margin: 0;
  padding: 0.5em;
  width: 100%;
}
.c-language-switcher__toggle {
  font-weight: bold;
}
.c-language-switcher__toggle,
.c-language-switcher__toggle:focus {
  text-decoration: none;
  box-shadow: none !important;
}
.c-language-switcher__dropdown {
  box-shadow: none;
  border: none;
}
.c-language-switcher--white {
  color: #fff;
  margin-bottom: 1em;
}
.c-language-switcher--white a {
  color: #fff;
}
@media (min-width: 768px) {
  .c-language-switcher {
    width: auto;
    float: left;
  }
}
.c-social-button {
  width: 2.4em;
  height: 2.4em;
  border-radius: 50%;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #222;
  cursor: pointer;
  /* important property forces certain color, even when integrated with navigation pattern */
  color: #ccc !important;
  margin: 0 2px;
}
.c-social-button:hover,
.c-social-button:focus {
  text-decoration: none;
  color: #fff;
  background-color: #080808;
}
.c-social-button .c-icon {
  font-size: 1.3em;
  margin: 0;
}
.u-color-black a,
.u-color-black.a {
  color: #000;
}
.u-item-spacing {
  margin-bottom: 2em;
}
.u-padding {
  padding: 1em;
}
/* Images */
.u-img-fullwidth {
  width: 100%;
}
.u-img-30 {
  width: 30%;
  margin: 0.5em;
}
.u-img-left {
  float: left;
  margin-left: 0;
}
.u-img-right {
  float: right;
  margin-right: 0;
}
.c-apply {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1em 0;
}
.c-apply__button {
  margin: 0 !important;
}
.c-apply__description {
  padding-left: 1em;
}
.c-card {
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-bottom: 1em;
}
.c-card__title {
  background: #ccc;
  font-size: 1.4em;
  padding: 10px 15px;
  margin: 0;
}
.c-card__body {
  background: #fff;
  padding: 0 15px;
}
.c-card--rounded {
  text-align: center;
}
.c-card--rounded .c-card__title {
  background: none;
}
.c-card--rounded .c-card__body {
  padding: 0 2em 1em;
}
.c-highlight-area {
  background: #fff;
  padding: 1em;
}
.c-highlight-area__title,
.c-highlight-area a {
  color: #2379e0;
}
.c-highlight-area__title,
.c-highlight-area__body {
  display: inline-block;
  width: 45%;
}
.c-highlight-area--blue {
  background: #2379e0;
}
.c-highlight-area--blue .c-highlight-area__title,
.c-highlight-area--blue a,
.c-highlight-area--blue ul {
  color: #fff;
}
.navigation {
  margin: 1em 0;
}
.navigation__item,
.navigation li {
  display: block;
  margin: 0.5em 0;
}
.navigation a,
.navigation__item-link {
  color: #404651;
}
@media (min-width: 480px) {
  .navigation__item,
  .navigation li {
    display: inline-block;
    margin-right: 1.5em;
  }
}
.pager__list {
  padding: 0;
}
.pager__item,
.pager__link {
  margin: 1px;
}
.pager__link,
.pager li a {
  display: inline-block;
  padding: 4px 10px;
  border: none;
  text-align: center;
  color: #ccc;
}
.pager li > a.pager__current,
.pager li > span.pager__current,
.pager li > .pager__current {
  color: #fff;
  background: #2379e0;
  border-radius: 50%;
}
.nav-tabs {
  border: none;
}
.nav-tabs > li {
  text-align: center;
}
.nav-tabs > li > a {
  color: #2379e0;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  background: transparent;
  border-color: transparent;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  border: none;
  color: #000;
  cursor: default;
  background-color: #e9edf3;
  text-decoration: none;
  margin: 0;
}
.tab-content {
  padding-top: 0.7em;
}
.tab-content > .tab-pane {
  padding: 0 1em;
}
@media (min-width: 768px) {
  .nav-tabs > li {
    width: auto;
  }
}
.quicktabs-wrapper .quicktabs-tabs {
  list-style: none;
  margin: 0;
  padding: 0;
}
.quicktabs-wrapper .quicktabs-tabs .quicktabs-item,
.quicktabs-wrapper .quicktabs-tabs li {
  text-align: center;
  padding: 0;
}
.quicktabs-wrapper .quicktabs-tabs .quicktabs-item a,
.quicktabs-wrapper .quicktabs-tabs li a {
  background: #fff;
  border-bottom: 1px solid #aaa;
  color: #2379e0;
  display: block;
  padding: 10px 15px;
}
.quicktabs-wrapper .quicktabs-tabs .quicktabs-item.active a,
.quicktabs-wrapper .quicktabs-tabs li.active a {
  background: #e9edf3;
}
.quicktabs-wrapper .quicktabs-tabs .quicktabs-link:hover,
.quicktabs-wrapper .quicktabs-tabs .quicktabs-link:focus,
.quicktabs-wrapper .quicktabs-tabs a:hover,
.quicktabs-wrapper .quicktabs-tabs a:focus {
  text-decoration: none;
  cursor: pointer;
}
.quicktabs-wrapper .quicktabs_main {
  clear: both;
}
@media (min-width: 768px) {
  .quicktabs-wrapper .quicktabs-tabs .quicktabs-item,
  .quicktabs-wrapper .quicktabs-tabs li {
    float: left;
  }
  .quicktabs-wrapper .quicktabs-hide {
    display: none;
  }
}
.c-search--transparent input.form-text {
  background: transparent;
  border: none;
  border-bottom: 2px solid #fff;
  box-shadow: none;
  display: inline-block;
  width: auto;
  vertical-align: middle;
  color: #fff;
}
.search-form {
  border: 1px solid #fff;
  margin-bottom: 1em;
  position: relative;
}
.search-form__textfield {
  border: none;
  margin: 0;
  position: absolute;
}
.search-form__btn {
  background: white;
  border: none;
  border-radius: 50%;
  margin: 0;
  height: 25px;
  position: absolute;
  padding: 0;
  right: 0;
  top: 5px;
  width: 25px;
}
/* colors */
.diagram {
  text-align: center;
}
.diagram li {
  list-style: none;
}
.diagram__step {
  border-radius: 0;
  border: none;
  background-color: #2379e0;
  color: #fff;
  overflow: hidden;
  margin: 0;
  padding: 0 20px;
}
.diagram__step::before,
.diagram__step::after {
  display: table;
  content: " ";
}
.diagram__step::after {
  clear: both;
}
.diagram__step:not(:last-child)::after,
.diagram__step:not(:first-child)::before {
  content: '';
  width: 0;
  height: 0;
  position: relative;
  z-index: 2;
  left: 50%;
  border-style: solid;
  border-width: 35px 370px 0;
}
.diagram__step:not(:last-child)::after {
  bottom: 0;
  margin-left: -370px;
  border-color: transparent #fff #fff;
  margin-top: -1em;
}
.diagram__step:not(:first-child)::before {
  top: 3em;
  margin-left: -370px;
  margin-top: -60px;
  border-color: #fff transparent transparent;
  margin-bottom: 4em;
}
.diagram__step-heading {
  font-size: 1.2em;
}
.diagram__step-label {
  margin-top: 1.4em;
}
.diagram__step--first {
  border-radius: 15px 15px 0 0;
  background-color: #e9edf3;
  color: #2379e0;
  margin-top: 20px;
}
.diagram__step--last {
  border-radius: 0 0 15px 15px;
  background-color: #5cb85c;
  margin-bottom: 5em;
  min-height: 80px;
}
.diagram__step--milestone {
  background-color: #e9edf3;
  color: #2379e0;
}
.c-footer {
  background: #ccc;
  margin-top: 2em;
  padding: 1em 0;
}
.c-footer__item {
  text-align: center;
}
.c-header {
  background: #2379e0;
}
.c-header__branding,
.c-header__controls,
.c-header__control-item {
  display: block;
  width: 100%;
  clear: both;
}
@media (min-width: 768px) {
  .c-header__branding,
  .c-header__controls,
  .c-header__control-item {
    width: auto;
  }
}
.c-header__controls {
  padding: 0.5em 2em;
}
@media (min-width: 768px) {
  .c-header__branding {
    display: inline-block;
  }
  .c-header__controls {
    float: right;
    padding: 2em 1em 2em 2em;
  }
  .c-header__control-item {
    display: inline-table;
    vertical-align: text-top;
    padding: 0 0 1em 1em;
  }
}
.c-header-highlight__image {
  display: inline-block;
  position: relative;
  width: 100%;
}
.c-header-highlight__image::after {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.8));
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
}
.c-header-highlight__image img {
  display: block;
  width: auto;
}
.c-header-title {
  background: #e9edf3;
  border-bottom: 2px solid #b6bed0;
  box-shadow: 1px 2px #ebebeb;
}
.c-navigation-main {
  border-radius: 0;
  margin: 0;
}
.navbar-inverse .navbar-nav > li > a {
  color: #fff;
}
.l-main {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .l-main {
    margin-bottom: 6.25em;
  }
}
.c-listing {
  padding: 0 3em;
}
.c-listing__item,
.c-listing--item {
  border-bottom: 1px solid #ccc;
  padding-bottom: 2em;
}
.c-listing__more {
  display: block;
  padding-top: 5px;
}

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