/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}
.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-theme .owl-dots,
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav {
  margin-top: 10px;
}
.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: .5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-search--inline {
  float: left;
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}
.select2-results {
  display: block;
}
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}
.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-results__option[aria-selected] {
  cursor: pointer;
}
.select2-container--open .select2-dropdown {
  left: 0;
}
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}
.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}
.posR {
  position: relative;
}
.posA {
  position: absolute;
}
.posF {
  position: fixed;
}
.text-center {
  text-align: center;
}
.appearanceNone {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.mt15 {
  margin-top: 15px;
}
.mb15 {
  margin-bottom: 15px;
}
.bg-primary {
  background: #292f74;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.mainGradient {
  background: -webkit-linear-gradient(left, #0051FD 0%, #292F74 100%);
  background: -o-linear-gradient(left, #0051FD 0%, #292F74 100%);
  background: linear-gradient(to right, #0051FD 0%, #292F74 100%);
}
/* CSS Document */
/*

thin    100
light   300
regular 400
medium  500
bold    700
black   900

*/
html,
body {
  font-family: 'Quicksand', sans-serif;
  font-weight: 400;
}
ul li,
ol li {
  font-weight: 400;
}
.jobs_container,
.jobs_container * {
  box-sizing: border-box;
}
.banner_content_wrapper .banner_line--anchor {
  margin-top: 25px;
}
.banner_content_wrapper .banner_line--anchor a {
  font-size: 13px;
  background: #292f74;
  border-radius: 2px;
  display: inline-block;
  color: #fff;
  line-height: 1;
  text-decoration: none;
  font-family: Quicksand;
  border: none;
  padding: 13px 37px;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.banner_content_wrapper .banner_line--anchor a:hover,
.banner_content_wrapper .banner_line--anchor a:focus {
  background: #0028f9;
}
.banner_content {
  text-align: center;
}
.banner_content h2,
.banner_content h3 {
  font-weight: 500;
  margin: 0;
}
.banner_content .banner_line {
  margin-bottom: 12px;
}
.banner_content .banner_line h3,
.banner_content .banner_line h2 {
  background: -webkit-linear-gradient(left, #0051FD 0%, #292F74 100%);
  background: -o-linear-gradient(left, #0051FD 0%, #292F74 100%);
  background: linear-gradient(to right, #0051FD 0%, #292F74 100%);
  color: #fff;
  border-radius: 7px;
  opacity: 1;
}
body {
  background: #fff;
}
.jobs-notHome .margin_bottom {
  height: 50px;
}
@media screen and (min-width: 1280px) {
  .jobs-notHome .margin_bottom {
    height: 100px;
  }
}
.jobs-home .margin_bottom {
  height: 0;
}
.jobs_content {
  width: 100%;
  max-width: 1090px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.jobs_content.jobs_content--wide {
  max-width: 1130px;
}
.jobs_box-default {
  text-align: center;
  font-size: 35px;
  padding-top: 50px;
  background: #fff;
}
@media screen and (min-width: 639px) {
  .jobs_box-default {
    padding-top: 60px;
  }
}
.jobs_box-default h2 {
  color: #333;
  font-weight: 500;
  max-width: 500px;
  padding-bottom: 0;
  margin: 0 auto 40px;
}
.jobs_box-default p {
  font-family: 'Open Sans', sans-serif;
  color: rgba(0, 0, 0, 0.5);
  font-size: 16px;
  max-width: 750px;
  margin: 0 auto;
  line-height: 1.5;
  padding-bottom: 30px;
}
@media screen and (min-width: 639px) {
  .jobs_box-default p {
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .jobs_box-default p {
    padding-bottom: 50px;
  }
}
.jobs_box-2-column {
  font-size: 16px;
  padding-top: 50px;
  background: #fff;
}
@media screen and (min-width: 1280px) {
  .jobs_box-2-column {
    padding-top: 110px;
  }
}
.jobs_box-2-column .column-1 {
  height: auto;
  width: 100%;
  margin-bottom: 40px;
}
@media screen and (min-width: 1280px) {
  .jobs_box-2-column .column-1 {
    margin-bottom: 0;
    width: 380px;
    float: right;
    min-height: 500px;
  }
}
.jobs_box-2-column .column-2 {
  height: auto;
  width: 100%;
}
@media screen and (min-width: 1280px) {
  .jobs_box-2-column .column-2 {
    padding-right: 450px;
  }
}
.jobs_box-default--imageBg {
  background: #fff url('../images/ui/bg_jobs.jpg') no-repeat center;
  background-size: cover;
  padding-bottom: 50px;
  margin-bottom: -15px;
}
@media screen and (min-width: 1280px) {
  .jobs_box-default--imageBg {
    padding-bottom: 100px;
  }
}
.jobs_box-default--blue {
  background: #292f74;
  background: -webkit-linear-gradient(left, #0051FD 0%, #292F74 100%);
  background: -o-linear-gradient(left, #0051FD 0%, #292F74 100%);
  background: linear-gradient(to right, #0051FD 0%, #292F74 100%);
}
.jobs_box-default--blue h2 {
  color: #fff;
}
.jobs_box-default--blue p {
  color: #fff;
}
.jobs_box-default--light {
  background: #f3f3f3;
}
.jobs_btn-primary {
  font-size: 13px;
  background: #292f74;
  border-radius: 2px;
  display: inline-block;
  color: #fff;
  line-height: 1;
  text-decoration: none;
  font-family: Quicksand;
  border: none;
  padding: 13px 37px;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.jobs_btn-primary:hover,
.jobs_btn-primary:focus {
  background: #0028f9;
}
.jobs_btn-primary.jobs_btn-detail {
  font-size: 16px;
  padding: 30px 33px;
  min-width: 280px;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .jobs_btn-primary.jobs_btn-detail {
    width: 100%;
  }
}
.jobs_btn-link {
  font-size: 13px;
  color: #333;
  position: relative;
  z-index: 9;
}
.jobs_btn-link:hover,
.jobs_btn-link:focus {
  text-decoration: none;
}
.jobs_btn-seondary {
  font-size: 13px;
  background: #333;
  border-radius: 2px;
  color: #fff;
  line-height: 1;
  text-decoration: none;
  padding: 13px 37px;
  font-weight: 500;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.jobs_btn-seondary:hover,
.jobs_btn-seondary:focus {
  background: #0028f9;
}
.jobs_btn-seondary.jobs_btn-detail {
  font-size: 16px;
  font-weight: 300;
  padding: 30px 33px;
  width: 100%;
  min-width: 280px;
}
@media screen and (max-width: 600px) {
  .jobs_btn-seondary.jobs_btn-detail {
    width: 100%;
    text-align: center;
  }
}
.jobs_content--landing {
  margin-bottom: 50px;
}
@media screen and (min-width: 639px) {
  .jobs_content--landing {
    margin-bottom: 60px;
  }
}
body:after {
  content: '';
  background: transparent;
  opacity: 0;
  position: fixed;
  right: 20px;
  bottom: 20px;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  border: 5px solid #292f74;
  border-top-color: transparent;
  animation: spin 1s infinite linear;
}
body.loading:after {
  opacity: 1;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.hidden {
  display: none;
}
.flash-message {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0;
  z-index: 999999;
  text-align: center;
  border-radius: 0;
  border: none;
  color: #fff;
  font-size: 15px;
  height: 40px;
  line-height: 40px;
  display: none;
}
.flash-message.alert-error {
  background: #d81c7c;
}
.flash-message.alert-success {
  background: #7ed221;
}
.jobs_backlink {
  text-align: left;
  margin-top: 25px;
  padding-top: 25px;
  margin-bottom: -15px;
  display: block;
}
@media screen and (min-width: 1280px) {
  .jobs_backlink {
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 0;
  }
}
.jobs_backlink a {
  font-size: 16px;
  color: #808080;
  text-decoration: none;
  padding-left: 30px;
  position: relative;
}
.jobs_backlink a:before {
  content: '';
  width: 30px;
  height: 100%;
  position: absolute;
  left: 0;
  top: -2px;
  background: url('../images/icons/arrowBack.svg') no-repeat top left;
  background-size: contain;
}
@media screen and (min-width: 1280px) {
  .jobs_backlink a {
    position: absolute;
    left: 0;
    margin-left: 15px;
    top: 45px;
  }
}
#back_to_top_wrapper .back_to_top_tontent {
  background: #292f74;
  color: #fff;
  font-weight: 500;
}
#foot_wrapper {
  background: #333;
}
#foot_wrapper .footer_menu ul li a {
  color: #fff;
}
.jobs_subject_list {
  list-style: none;
  margin: 0 -1%;
  padding: 0 0 50px;
}
@media screen and (min-width: 1280px) {
  .jobs_subject_list {
    padding: 0 0 60px;
  }
}
.jobs_subject_list:before,
.jobs_subject_list:after {
  content: " ";
  display: table;
}
.jobs_subject_list:after {
  clear: both;
}
.jobs_subject_list li {
  display: inline-block;
  width: 100%;
  margin: 0;
  height: 220px;
  float: left;
}
@media screen and (min-width: 639px) {
  .jobs_subject_list li {
    margin: 0 1%;
    width: 48%;
  }
}
@media screen and (min-width: 1280px) {
  .jobs_subject_list li {
    width: 23%;
  }
}
.jobs_subject_list li a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #fff;
  position: relative;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0);
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.jobs_subject_list li a span {
  display: block;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.jobs_subject_list li a .icon {
  height: 120px;
  width: 100%;
  position: relative;
}
.jobs_subject_list li a .icon svg {
  fill: #fff !important;
  position: absolute;
  width: auto;
  height: 70px;
  top: 50%;
  left: 50%;
  margin-top: -35px;
  margin-left: -23px;
}
.jobs_subject_list li a .icon svg * {
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.jobs_subject_list li a .icon.icon--0 svg {
  margin-left: -35px;
}
.jobs_subject_list li a .icon.icon--1 svg {
  margin-left: -23px;
}
.jobs_subject_list li a .icon.icon--2 svg {
  margin-left: -27px;
}
.jobs_subject_list li a .icon.icon--3 svg {
  margin-left: -30px;
}
.jobs_subject_list li a .icon.icon--4 svg {
  margin-left: -27px;
}
.jobs_subject_list li a .icon.icon--5 svg {
  margin-left: -33px;
}
.jobs_subject_list li a .icon.icon--6 svg {
  margin-left: -35px;
}
.jobs_subject_list li a .icon svg * {
  fill: #fff;
}
.jobs_subject_list li a:hover .icon svg *,
.jobs_subject_list li a:focus .icon svg * {
  fill: #0028f9;
}
.jobs_subject_list li a .title {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: bold;
}
.jobs_subject_list li a .text {
  font-size: 13px;
  line-height: 1.6;
  margin: 0 auto;
  height: 68px;
  max-width: 250px;
  padding-left: 10px;
  padding-right: 10px;
}
.jobs_subject_list li a:after {
  content: '';
  display: block;
  width: 12px;
  height: 20px;
  background: url('../images/icons/arrow.svg') no-repeat center;
  background-size: contain;
  position: absolute;
  bottom: 30px;
  left: 50%;
  margin-left: -6px;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  opacity: 0;
}
.jobs_subject_list li a:hover,
.jobs_subject_list li a:focus {
  background: #fff;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.5);
}
.jobs_subject_list li a:hover .title,
.jobs_subject_list li a:focus .title {
  color: #292f74;
}
.jobs_subject_list li a:hover .text,
.jobs_subject_list li a:focus .text {
  color: #7f7f7f;
}
.jobs_subject_list li a:hover:after,
.jobs_subject_list li a:focus:after {
  opacity: 1;
}
.jobs_list_panel {
  height: 20px;
  margin-top: 20px;
  margin-bottom: 50px;
}
@media screen and (min-width: 1280px) {
  .jobs_list_panel {
    margin-top: 40px;
    margin-bottom: 30px;
  }
}
.jobs_list_panel a {
  width: 20px;
  height: 20px;
  line-height: 1;
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
}
.jobs_list_panel a svg {
  position: absolute;
  top: 0;
  left: 0;
  fill: #292f74;
  width: 20px;
  height: 20px;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.jobs_list_panel a:hover svg,
.jobs_list_panel a:focus svg {
  fill: rgba(41, 47, 116, 0.5);
}
@media screen and (min-width: 1280px) {
  .jobs_list_panel a {
    margin-left: 20px;
    margin-right: 0;
    float: right;
  }
}
.jobs_list_panel a.active svg {
  fill: rgba(51, 51, 51, 0.5);
}
.jobs_list_panel a.list svg {
  top: -1px;
}
.jobs_job-list {
  text-align: left;
  margin-bottom: 15px;
  margin-left: -15px;
  margin-right: -15px;
}
.jobs_job-list:before,
.jobs_job-list:after {
  content: " ";
  display: table;
}
.jobs_job-list:after {
  clear: both;
}
@media screen and (min-width: 639px) {
  .jobs_job-list {
    margin: 0 auto 15px;
    max-width: 800px;
  }
}
@media screen and (min-width: 1280px) {
  .jobs_job-list {
    max-width: none;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 35px;
  }
}
.jobs_job-list .item {
  float: left;
  width: 100%;
  padding: 15px;
}
@media screen and (min-width: 639px) {
  .jobs_job-list .item {
    width: 50%;
  }
}
@media screen and (min-width: 1280px) {
  .jobs_job-list .item {
    width: 33.33%;
  }
}
.jobs_job-list .item a {
  text-decoration: none;
  display: block;
}
.jobs_job-list .item .out {
  border: 1px solid #b3b3b3;
  border-radius: 2px;
  background: transparent;
  width: 100%;
  height: 100%;
  padding: 25px 10px 70px 20px;
  position: relative;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0);
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.jobs_job-list .item .out:hover,
.jobs_job-list .item .out:focus {
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
}
.jobs_job-list .item h3 {
  font-size: 20px;
  color: #333;
  margin: 0 0 10px;
  padding: 0;
  display: block;
}
.jobs_job-list .item h3 a {
  color: #333;
}
.jobs_job-list .item p {
  font-size: 13px;
  padding: 0;
  color: #676767;
  font-family: 'Open Sans', sans-serif;
}
.jobs_job-list .item p a {
  color: #676767;
}
.jobs_job-list .item ul {
  padding-left: 5px;
  list-style: none;
}
.jobs_job-list .item ul li {
  position: relative;
  font-size: 13px;
  color: #676767;
  margin: 0;
  padding: 0;
}
.jobs_job-list .item ul li:before {
  content: '.';
  position: absolute;
  top: -3px;
  left: -5px;
  display: block;
  color: #676767;
}
.jobs_job-list .item .btn {
  font-size: 13px;
  background: #292f74;
  border-radius: 2px;
  color: #fff;
  text-decoration: none;
  padding: 10px 25px;
  position: absolute;
  bottom: 20px;
  font-weight: 500;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.jobs_job-list .item .btn:hover,
.jobs_job-list .item .btn:focus {
  background: #0028f9;
}
.jobs_job-list .item.item--action .out {
  text-align: center;
  background: #0028f9;
  padding: 25px 0;
}
@media screen and (min-width: 639px) {
  .jobs_job-list .item.item--action .out {
    padding: 0 15px;
  }
}
.jobs_job-list .item.item--action .out a {
  color: #fff;
  display: table;
  height: 100%;
  width: 100%;
}
.jobs_job-list .item.item--action .out .center {
  display: table-cell;
  vertical-align: middle;
}
.jobs_job-list .item.item--action .out span {
  display: block;
}
.jobs_job-list .item.item--action .out .title {
  font-size: 21px;
  margin-bottom: 30px;
}
.jobs_job-list .item.item--action .out .text {
  font-size: 15px;
  margin-bottom: 25px;
}
.jobs_job-list .item.item--action .out .jobs_btn {
  display: inline-block;
  font-size: 15px;
  background: #292f74;
  color: #fff;
  border-radius: 2px;
  line-height: 1;
  text-decoration: none;
  padding: 13px 37px;
  font-weight: 500;
}
.jobs_job-list .item.item--action.item--action-only {
  width: 100% !important;
}
.jobs_job-list--empty p {
  font-size: 25px;
  margin-top: 50px;
  font-weight: 500;
  color: #292f74;
}
@media screen and (min-width: 639px) {
  .jobs_job-list--empty p {
    font-size: 30px;
  }
}
@media screen and (min-width: 639px) {
  .jobs_job-list--list .item {
    height: 225px;
  }
}
@media screen and (min-width: 1280px) {
  .jobs_job-list--list .item {
    height: 215px;
  }
}
.jobs_job-list--list .item .btn {
  left: 15px;
}
.jobs_job-list--list .grid-content {
  display: none;
}
.jobs_job-list--list .list-content {
  display: block;
}
.jobs_job-list--list .in {
  overflow: hidden;
  height: 90px;
}
.jobs_job-list--list .item--action {
  height: 430px;
}
@media screen and (min-width: 639px) {
  .jobs_job-list--list .item--action {
    height: 225px;
  }
  .jobs_job-list--list .item--action .out span.text {
    display: none;
  }
}
@media screen and (min-width: 1280px) {
  .jobs_job-list--list .item--action {
    height: 430px;
    float: right;
  }
  .jobs_job-list--list .item--action .out span.text {
    display: block;
  }
}
@media screen and (min-width: 639px) {
  .jobs_job-list--grid .item {
    height: 420px;
  }
}
@media screen and (min-width: 1280px) {
  .jobs_job-list--grid .item {
    height: 390px;
  }
}
.jobs_job-list--grid .item p {
  padding: 0 0 20px;
}
.jobs_job-list--grid .item .out {
  height: 100%;
}
.jobs_job-list--grid .item .btn {
  left: 50%;
  margin-left: -57px;
}
.jobs_job-list--grid .item ul {
  font-family: 'Open Sans', sans-serif;
}
.jobs_job-list--grid .grid-content {
  display: block;
}
.jobs_job-list--grid .list-content {
  display: none;
}
.jobs_job-list--grid .item--action {
  height: 430px;
}
@media screen and (min-width: 639px) {
  .jobs_job-list--grid .item--action {
    height: 420px;
  }
}
@media screen and (min-width: 1280px) {
  .jobs_job-list--grid .item--action {
    height: 390px;
  }
}
.jobs_filter:before,
.jobs_filter:after {
  content: " ";
  display: table;
}
.jobs_filter:after {
  clear: both;
}
@media screen and (min-width: 1280px) {
  .jobs_filter {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.jobs_filter .jobs_filter_item {
  width: 100%;
  max-width: 600px;
  margin: 0 auto 15px;
  position: relative;
}
@media screen and (min-width: 639px) {
  .jobs_filter .jobs_filter_item {
    width: 90%;
  }
}
@media screen and (min-width: 1280px) {
  .jobs_filter .jobs_filter_item {
    width: 33.33%;
    float: left;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 20px;
  }
  .jobs_filter .jobs_filter_item:before {
    right: 45px !important;
  }
}
@media screen and (min-width: 500px) {
  .jobs_filter .jobs_filter_item:before {
    content: '';
    width: 22px;
    height: 22px;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    right: 30px;
  }
}
.jobs_filter .jobs_filter_item input,
.jobs_filter .jobs_filter_item select {
  height: 58px;
  width: 100%;
  border-radius: 2px;
  border: 1px solid #b3b3b3;
  font-size: 16px;
  background: transparent;
  color: rgba(0, 0, 0, 0.7);
  text-align: left;
  padding-right: 45px;
  padding-left: 20px;
}
.jobs_filter .jobs_filter_item input ::-webkit-input-placeholder,
.jobs_filter .jobs_filter_item select ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: rgba(0, 0, 0, 0.7);
}
.jobs_filter .jobs_filter_item input :-moz-placeholder,
.jobs_filter .jobs_filter_item select :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: rgba(0, 0, 0, 0.7);
  opacity: 1;
}
.jobs_filter .jobs_filter_item input ::-moz-placeholder,
.jobs_filter .jobs_filter_item select ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: rgba(0, 0, 0, 0.7);
  opacity: 1;
}
.jobs_filter .jobs_filter_item input :-ms-input-placeholder,
.jobs_filter .jobs_filter_item select :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(0, 0, 0, 0.7);
}
@media screen and (min-width: 500px) {
  .jobs_filter .jobs_filter_item input,
  .jobs_filter .jobs_filter_item select {
    padding-right: 55px;
  }
}
@media screen and (min-width: 500px) {
  .jobs_filter .jobs_filter_item input,
  .jobs_filter .jobs_filter_item select {
    padding-left: 45px;
  }
}
.jobs_filter .jobs_filter_item .jobs_filter_item--search--clear {
  position: absolute;
  right: 0;
  height: 100%;
  text-align: center;
  line-height: 58px;
  font-size: 30px;
  color: #ccc;
  font-weight: bold;
  font-family: Quicksand;
  width: 50px;
  top: 0;
  cursor: pointer;
}
@media screen and (min-width: 500px) {
  .jobs_filter .jobs_filter_item .jobs_filter_item--search--clear {
    left: 0;
    right: auto;
  }
}
@media screen and (min-width: 1280px) {
  .jobs_filter .jobs_filter_item .jobs_filter_item--search--clear {
    left: 15px;
  }
}
.jobs_filter .jobs_filter_item .jobs_filter_item--search--clear:hover,
.jobs_filter .jobs_filter_item .jobs_filter_item--search--clear:focus {
  color: #292f74;
}
.jobs_filter .jobs_filter_item .jobs_filter_item--search--clear.hidden {
  display: none;
}
.jobs_filter .jobs_filter_item .select2-container--default .select2-selection--single {
  background: transparent !important;
}
.jobs_filter .jobs_filter_item .select2 {
  height: 58px;
  width: 100%;
}
.jobs_filter .jobs_filter_item .select2 .select2-selection {
  height: 100%;
  width: 100%;
  text-align: left;
  border: 1px solid #b3b3b3;
  font-size: 16px;
  padding-right: 45px;
  padding-left: 20px;
  font-family: Arial;
}
.jobs_filter .jobs_filter_item .select2 .select2-selection .select2-selection__rendered {
  height: 100%;
  line-height: 58px;
  color: rgba(0, 0, 0, 0.7);
  padding: 0;
}
.jobs_filter .jobs_filter_item .select2 .select2-selection .select2-selection__rendered .select2-selection__placeholder {
  color: rgba(0, 0, 0, 0.6);
}
@media screen and (min-width: 500px) {
  .jobs_filter .jobs_filter_item .select2 .select2-selection {
    padding-right: 55px;
  }
}
@media screen and (min-width: 500px) {
  .jobs_filter .jobs_filter_item .select2 .select2-selection {
    padding-left: 45px;
  }
}
@media screen and (min-width: 500px) {
  .jobs_filter .jobs_filter_item .select2 .select2-selection:before {
    content: '';
    width: 22px;
    height: 22px;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    right: 30px;
  }
}
.jobs_filter .jobs_filter_item .select2 .select2-selection__arrow {
  display: none;
}
.jobs_filter .jobs_filter_item .select2 .select2-selection__clear {
  position: absolute;
  right: 0;
  height: 100%;
  text-align: center;
  line-height: 58px;
  font-size: 30px;
  color: #ccc;
  font-family: Quicksand;
  width: 50px;
}
@media screen and (min-width: 500px) {
  .jobs_filter .jobs_filter_item .select2 .select2-selection__clear {
    left: 0;
    right: auto;
  }
}
.jobs_filter .jobs_filter_item .select2 .select2-selection__clear:hover,
.jobs_filter .jobs_filter_item .select2 .select2-selection__clear:focus {
  color: #292f74;
}
.jobs_filter .jobs_filter_item.jobs_filter_item--type .select2 .select2-selection:before {
  background-image: url('../images/icons/job--blue.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.jobs_filter .jobs_filter_item.jobs_filter_item--location .select2 .select2-selection:before {
  background-image: url('../images/icons/position--blue.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.jobs_filter .jobs_filter_item.jobs_filter_item--search:before {
  background-image: url('../images/icons/search.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.job_detail .job_job-title {
  font-size: 34px;
  color: #333;
  padding-bottom: 23px;
  font-weight: bold;
}
.job_detail .column-2 .job_job-title {
  display: none;
}
@media screen and (min-width: 1280px) {
  .job_detail .column-2 .job_job-title {
    display: block;
  }
}
.job_detail .column-2 .block {
  padding-bottom: 28px;
}
.job_detail .column-2 .block.block-mine {
  padding-bottom: 55px;
}
.job_detail .column-2 .block-content {
  font-family: 'Open Sans', sans-serif;
}
.job_detail .column-2 h2 {
  padding-bottom: 10px;
  font-size: 21px;
  font-weight: 500;
  color: #333;
}
.job_detail .column-2 p {
  font-size: 16px;
  margin-bottom: 25px;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
}
.job_detail .column-2 ul {
  margin-bottom: 25px;
  margin-top: 15px;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
}
.job_detail .column-2 ul li {
  position: relative;
  margin-bottom: 5px;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
}
@media screen and (min-width: 1280px) {
  .job_detail .column-1 .job_job-title {
    display: none;
  }
}
.jobs_btn-detail {
  background: #0028f9;
  font-weight: 500;
}
.jobs_detail_info .jobs_btn-detail {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  margin-bottom: 40px;
}
.jobs_detail_info .jobs_contact {
  padding: 20px 25px;
  text-align: center;
}
@media screen and (min-width: 1280px) {
  .jobs_detail_info .jobs_contact {
    text-align: left;
    padding: 40px 0 40px 55px;
  }
}
.jobs_detail_info .jobs_contact h3 {
  padding-bottom: 10px;
}
.jobs_detail_info .jobs_contact p,
.jobs_detail_info .jobs_contact a {
  display: block;
  line-height: 1.3;
}
.jobs_detail_info .jobs_contact a {
  text-decoration: none;
  color: #595959;
}
.jobs_detail_info .jobs_contact a:hover,
.jobs_detail_info .jobs_contact a:focus {
  color: #292f74;
  text-decoration: underline;
}
.jobs_detail_info ul {
  color: #fff;
  background: #292f74;
  border-radius: 2px;
  display: block;
  margin: 0;
  padding: 20px 25px;
}
@media screen and (min-width: 1280px) {
  .jobs_detail_info ul {
    padding: 40px 55px;
  }
}
.jobs_detail_info ul li {
  display: block;
  margin: 15px 0;
  padding: 5px 0 5px 35px;
  position: relative;
}
@media screen and (min-width: 639px) {
  .jobs_detail_info ul li {
    display: inline-block;
    width: 49%;
  }
}
@media screen and (min-width: 1280px) {
  .jobs_detail_info ul li {
    display: block;
    width: inherit;
  }
}
.jobs_detail_info ul li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  width: 21px;
  height: 21px;
  display: block;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
}
.jobs_detail_info ul li.item--region:before {
  background-image: url('../images/icons/position.svg');
}
.jobs_detail_info ul li.item--worktype:before {
  background-image: url('../images/icons/job.svg');
}
.jobs_detail_info ul li.item--salary:before {
  background-image: url('../images/icons/position.svg');
}
.jobs_detail_info ul li.item--languages:before {
  background-image: url('../images/icons/languages.svg');
}
.jobs_detail_info ul li.item--forGraduates:before {
  background-image: url('../images/icons/education.svg');
}
.jobs_detail_info ul li div {
  display: inline;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}
.jobs_detail_info ul li div.text {
  font-weight: 200;
}
.jobs_detail_info .jobs_social-share {
  text-align: center;
}
.jobs_detail_info .jobs_social-share p {
  display: block;
  padding-bottom: 30px;
}
.jobs_detail_info .jobs_social-share .jobs_btn-social {
  text-align: left;
  display: inline-block;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  border-radius: 2px;
  width: 125px;
  height: 35px;
  padding-left: 25px;
  text-decoration: none;
  line-height: 35px;
  margin-left: 2px;
  margin-right: 2px;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  position: relative;
}
.jobs_detail_info .jobs_social-share .jobs_btn-social:after {
  content: '';
  position: absolute;
  top: 0;
  right: 15px;
  width: 25px;
  height: 35px;
  background-repeat: no-repeat;
  background-position: center;
}
.jobs_detail_info .jobs_social-share .jobs_btn-social:hover,
.jobs_detail_info .jobs_social-share .jobs_btn-social:focus {
  opacity: .8;
}
.jobs_detail_info .jobs_social-share .jobs_btn-social.jobs_btn-social--facebook {
  background-color: #3a5998;
  right: 10px;
}
.jobs_detail_info .jobs_social-share .jobs_btn-social.jobs_btn-social--facebook:after {
  background-size: 10px;
  background-image: url('../images/icons/facebook.svg');
}
.jobs_detail_info .jobs_social-share .jobs_btn-social.jobs_btn-social--twitter {
  background-color: #0274b3;
}
.jobs_detail_info .jobs_social-share .jobs_btn-social.jobs_btn-social--twitter:after {
  background-size: 18px;
  background-position: right center;
  background-image: url('../images/icons/twitter.svg');
}
.jobs_detail_info .jobs_social-share .jobs_btn-social.jobs_btn-social--linkedin {
  background-color: #0077B5;
}
.jobs_detail_info .jobs_social-share .jobs_btn-social.jobs_btn-social--linkedin:after {
  background-size: 18px;
  background-position: right 7px;
  background-image: url('../images/icons/linkedin.svg');
}
.jobs_klients {
  padding-bottom: 50px;
  padding-top: 20px;
}
@media screen and (min-width: 639px) {
  .jobs_klients {
    padding-top: 20px;
    padding-bottom: 60px;
  }
}
.jobs_klients ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.jobs_klients ul:before,
.jobs_klients ul:after {
  content: " ";
  display: table;
}
.jobs_klients ul:after {
  clear: both;
}
.jobs_klients ul li {
  width: 48%;
  display: inline-block;
  margin: 15px 0;
}
@media screen and (min-width: 600px) {
  .jobs_klients ul li {
    margin: 0;
    width: 32%;
  }
}
@media screen and (min-width: 768px) {
  .jobs_klients ul li {
    margin: 0;
    width: 24%;
  }
}
@media screen and (min-width: 1280px) {
  .jobs_klients ul li {
    width: 19%;
  }
}
.jobs_klients ul li span {
  display: block;
  padding: 20px;
}
.jobs_klients ul li span .img {
  display: block;
  width: 100%;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.team-carousel {
  margin-top: 00px;
  padding-bottom: 30px;
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1200px) {
  .team-carousel {
    min-width: 1200px;
    margin-left: -50px;
  }
}
@media screen and (min-width: 639px) {
  .team-carousel {
    max-width: none;
  }
}
@media screen and (min-width: 1280px) {
  .team-carousel {
    margin-top: 0;
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .team-carousel {
    margin-top: -20px;
    padding-bottom: 60px;
  }
}
.team-carousel .owl-stage-outer {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (min-width: 1200px) {
  .team-carousel .owl-stage-outer .owl-stage:before,
  .team-carousel .owl-stage-outer .owl-stage:after {
    content: '';
    width: 50px;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 8;
  }
  .team-carousel .owl-stage-outer .owl-stage:before {
    left: 0;
  }
  .team-carousel .owl-stage-outer .owl-stage:after {
    right: 0;
  }
}
@media screen and (min-width: 1200px) {
  .team-carousel .owl-item {
    z-index: 1;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    opacity: 0;
  }
  .team-carousel .owl-item.active {
    opacity: 1;
  }
}
.team-carousel .owl-item .item {
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  z-index: 1;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0);
}
@media screen and (min-width: 1200px) {
  .team-carousel .owl-item .item {
    transform: scale(1);
  }
}
.team-carousel .owl-item.view {
  z-index: 9;
}
@media screen and (min-width: 1200px) {
  .team-carousel .owl-item.view .item {
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.9);
    transform: scale(1.19);
  }
}
.team-carousel .owl-item.view .front .name,
.team-carousel .owl-item.view .front .position,
.team-carousel .owl-item.view .front .button {
  opacity: 0;
}
.team-carousel .owl-item.view .back {
  opacity: 1;
  z-index: 9;
}
.team-carousel .owl-item.view .back * {
  opacity: 1;
}
.team-carousel .item {
  height: 410px;
  position: relative;
}
.team-carousel .item .front {
  background: #fff;
  height: 100%;
  position: relative;
}
.team-carousel .item .back {
  background: rgba(41, 47, 116, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.team-carousel .item .back * {
  opacity: 0;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.team-carousel .item .img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 270px;
  width: 100%;
}
.team-carousel .item .name {
  font-size: 20px;
  line-height: 1;
  margin-top: 30px;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.team-carousel .item .position {
  line-height: 1;
  font-size: 13px;
  margin-top: 18px;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.team-carousel .item .button {
  line-height: 1;
  margin-top: 20px;
  padding: 10px;
  font-size: 12px;
  font-weight: 500;
  color: #292f74;
  cursor: pointer;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.team-carousel .item .button:hover,
.team-carousel .item .button:focus {
  color: #333;
}
.team-carousel .item .text {
  height: 240px;
}
.team-carousel .item .text * {
  font-size: 11px;
  font-weight: 300;
}
.team-carousel .item .text p {
  padding-bottom: 0;
}
.team-carousel .item .text .out {
  height: 100%;
  display: table;
}
.team-carousel .item .text .in {
  vertical-align: middle;
  display: table-cell;
  padding-left: 5%;
  padding-right: 5%;
}
.team-carousel .item .social {
  width: 100%;
  height: 20px;
  text-align: center;
  margin-top: -10px;
}
.team-carousel .item .social a {
  height: 20px;
  width: 40px;
  display: inline-block;
  background-size: 20px;
  background-position: center;
  background-repeat: no-repeat;
}
.team-carousel .item .social a span {
  display: none;
}
.team-carousel .item .social a.facebook {
  background-image: url('../images/social/facebook.svg');
  background-size: 10px;
}
.team-carousel .item .social a.twitter {
  background-image: url('../images/social/twitter.svg');
}
.team-carousel .item .social a.linkedin {
  background-image: url('../images/social/linkedin.svg');
}
.team-carousel .item .back .name {
  color: #fff;
  margin-top: 50px;
}
.team-carousel .item .back .position {
  color: #fff;
}
.team-carousel .item .back .button {
  color: #fff;
}
.team-carousel .item .back .button:hover,
.team-carousel .item .back .button:focus {
  color: #fff;
}
.team-carousel .owl-dots {
  margin: 0;
  text-align: center;
  margin-top: -60px !important;
  height: 20px;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .team-carousel .owl-dots {
    text-align: right;
  }
}
@media screen and (min-width: 1200px) {
  .team-carousel .owl-dots {
    padding-right: 60px;
    margin-top: -20px !important;
  }
}
.team-carousel .owl-dots .owl-dot {
  height: 20px;
  width: 17px;
}
.team-carousel .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  background: transparent !important;
  opacity: 1;
  border: 2px solid #fff;
  position: relative;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.team-carousel .owl-dots .owl-dot span:after {
  content: '';
  width: 4px;
  height: 4px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -2px;
  margin-left: -2px;
  border-radius: 50px;
  opacity: 0;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.team-carousel .owl-dots .owl-dot:hover,
.team-carousel .owl-dots .owl-dot:focus {
  opacity: 1;
}
.team-carousel .owl-dots .owl-dot:hover span,
.team-carousel .owl-dots .owl-dot:focus span {
  background: #fff !important;
}
.team-carousel .owl-dots .owl-dot.active {
  opacity: 1;
}
.team-carousel .owl-dots .owl-dot.active span {
  background: transparent !important;
}
.team-carousel .owl-dots .owl-dot.active span:after {
  opacity: 1;
}
.team-carousel .owl-stage {
  margin: 0 auto;
}
.user-form h2 {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0 0 25px;
}
@media screen and (min-width: 1280px) {
  .user-form h2 {
    margin-bottom: 40px;
  }
}
.user-form h2.with-margin {
  margin: 25px 0;
}
@media screen and (min-width: 1280px) {
  .user-form h2.with-margin {
    margin: 40px 0;
  }
}
.user-form label {
  text-transform: uppercase;
  font-size: 16px;
  color: #43484d;
  text-align: center;
  display: block;
}
.user-form .form-group-note {
  margin-bottom: 25px;
}
.user-form .form-group {
  display: block;
  text-align: center;
}
.user-form .form-group span {
  font-size: 13px;
  display: block;
  margin-top: -10px;
  margin-bottom: -15px;
}
.user-form .form-control {
  color: #86939e;
  border-color: #e1e8ee;
  outline: none;
  box-shadow: none;
  min-height: 40px;
  font-size: 16px;
  display: block;
  -webkit-appearance: none;
  border: 2px solid #292f74;
  max-width: 320px;
  width: 100%;
  margin: 15px auto;
  border-radius: 2px;
  text-align: center;
}
.user-form .form-control ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #86939e;
}
.user-form .form-control :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #86939e;
  opacity: 1;
}
.user-form .form-control ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #86939e;
  opacity: 1;
}
.user-form .form-control :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #86939e;
}
.user-form .btn-default-width {
  min-width: 170px;
  text-align: center;
}
.user-form .btn {
  margin-bottom: 15px;
  width: 100%;
  height: 40px;
  font-size: 16px;
  padding: 0;
  line-height: 40px;
}
@media screen and (min-width: 500px) {
  .user-form .btn {
    margin-bottom: inherit;
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.user-form .help-block {
  left: 20px;
  top: 67px;
  position: absolute;
  font-size: 12px;
  padding: 0;
  margin: 0;
}
.user-form .form-group-checkbox {
  margin-bottom: 10px;
}
.user-form .form-group-checkbox .help-block {
  position: relative;
  left: auto;
  top: auto;
  font-size: 12px;
  padding: 0;
  margin: 0 0 10px;
}
.user-form .form-group-checkbox.has-error label {
  color: #d9534f;
}
.user-form .form-group-checkbox.has-error label:before {
  border-color: #d9534f;
}
.user-form .checkbox {
  display: none;
}
.user-form .checkbox + label {
  position: relative;
  display: block;
  padding-left: 30px;
  text-transform: none;
  text-align: left;
}
.user-form .checkbox + label:before {
  content: '';
  width: 12px;
  height: 12px;
  background: #fff;
  border: 1px solid #000;
  position: absolute;
  left: 0;
  top: 3px;
}
.user-form .checkbox + label:after {
  content: '×';
  width: 12px;
  height: 12px;
  position: absolute;
  left: 0;
  top: 3px;
  text-align: center;
  line-height: 12px;
  font-size: 12px;
  opacity: 0;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.user-form .checkbox:checked + label:after {
  opacity: 1;
}
.userNav .btn {
  width: 100%;
  margin-bottom: 10px;
}
@media screen and (min-width: 500px) {
  .userNav .btn {
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
}
/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */
/* Hide scroll bar */
html.remodal-is-locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}
/* Anti FOUC */
.remodal,
[data-remodal-id] {
  display: none;
}
/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}
/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}
.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}
/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* Necessary styles of the modal dialog */
.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}
/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */
/* Default theme styles for the background */
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  -webkit-filter: blur(30px);
  filter: blur(30px);
}
/* Default theme styles of the overlay */
.remodal-overlay {
  background: rgba(38, 38, 38, 0.9);
}
.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.remodal-overlay.remodal-is-opening {
  -webkit-animation-name: remodal-overlay-opening-keyframes;
  animation-name: remodal-overlay-opening-keyframes;
}
.remodal-overlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
  animation-name: remodal-overlay-closing-keyframes;
}
/* Default theme styles of the wrapper */
.remodal-wrapper {
  padding: 10px 10px 0;
}
/* Default theme styles of the modal dialog */
.remodal {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  color: #2b2e38;
  background: #fff;
  border-radius: 2px;
  text-align: left;
}
.remodal * {
  box-sizing: border-box;
}
.remodal .remodal-body {
  padding: 0 15px 45px;
}
@media screen and (min-width: 500px) {
  .remodal .remodal-body {
    padding: 0 30px 45px;
  }
}
.remodal .remodal-header {
  padding: 45px 15px;
  text-align: center;
}
@media screen and (min-width: 500px) {
  .remodal .remodal-header {
    padding: 45px 30px;
  }
}
.remodal .remodal-header .title {
  font-size: 21px;
  font-weight: 400;
  margin-bottom: 5px;
}
.remodal .remodal-header .subtitle {
  font-size: 18px;
  font-weight: 400;
}
.remodal.remodal-registracion .remodal-header .title {
  color: #333;
}
.remodal.remodal-reaction .remodal-header .title {
  color: #292f74;
}
.remodal form:before,
.remodal form:after {
  content: " ";
  display: table;
}
.remodal form:after {
  clear: both;
}
.remodal form .form-box {
  margin-left: -15px;
  margin-right: -15px;
}
.remodal form .form-box:before,
.remodal form .form-box:after {
  content: " ";
  display: table;
}
.remodal form .form-box:after {
  clear: both;
}
.remodal form .form-box .form-group {
  float: left;
  padding: 0 15px;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .remodal form .form-box .form-group {
    width: 50%;
  }
}
.remodal form .form-box .form-group .note {
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  line-height: 50px;
  padding-right: 35px;
  color: #292f74;
  font-weight: 500;
  pointer-events: none;
}
.remodal form .form-box .form-group.has-error .form-control {
  border-color: #292f74;
}
.remodal form .form-box .form-group label {
  cursor: pointer;
}
.remodal form .form-box .form-group a:hover,
.remodal form .form-box .form-group a:focus {
  text-decoration: none;
}
.remodal form .form-box .form-group .form-control {
  height: 50px;
  width: 100%;
  border-radius: 2px;
  border: 1px solid #b3b3b3;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.7);
  text-align: left;
  padding-left: 20px;
  margin-bottom: 15px;
  outline: none;
}
.remodal form .form-box .form-group .form-control ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: rgba(0, 0, 0, 0.7);
}
.remodal form .form-box .form-group .form-control :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: rgba(0, 0, 0, 0.7);
  opacity: 1;
}
.remodal form .form-box .form-group .form-control ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: rgba(0, 0, 0, 0.7);
  opacity: 1;
}
.remodal form .form-box .form-group .form-control :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(0, 0, 0, 0.7);
}
.remodal form .form-box .form-group .form-control:hover,
.remodal form .form-box .form-group .form-control:focus {
  border-color: #292f74;
}
@media screen and (min-width: 768px) {
  .remodal form .form-box .form-group.form-group-full {
    width: 100%;
  }
}
.remodal form .form-box .form-group textarea.form-control {
  height: 150px;
  font-family: Arial;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.7);
  padding: 20px;
  font-weight: normal;
}
.remodal form .form-box .form-group--upload .form-control {
  padding-top: 12px;
  padding-left: 0;
  border: none;
}
.remodal form .form-box .form-group--checkbox .note {
  position: absolute;
  width: 100%;
  right: 0;
  text-align: center;
  top: -5px;
  line-height: 1;
  height: auto;
  padding-right: 0;
}
.remodal form .form-box .form-group--checkbox label {
  padding-top: 10px;
  display: block;
}
@media screen and (min-width: 500px) {
  .remodal form .form-box .form-group--checkbox label {
    padding-top: 0;
  }
}
.remodal form .form-box .form-group-select .wrapper {
  position: relative;
  height: 50px;
  width: 100%;
  border-radius: 2px;
  border: 1px solid #b3b3b3;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.7);
  text-align: left;
  padding-left: 90px;
  margin-bottom: 15px;
  outline: none;
}
.remodal form .form-box .form-group-select .wrapper ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: rgba(0, 0, 0, 0.7);
}
.remodal form .form-box .form-group-select .wrapper :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: rgba(0, 0, 0, 0.7);
  opacity: 1;
}
.remodal form .form-box .form-group-select .wrapper ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: rgba(0, 0, 0, 0.7);
  opacity: 1;
}
.remodal form .form-box .form-group-select .wrapper :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(0, 0, 0, 0.7);
}
.remodal form .form-box .form-group-select .wrapper select {
  cursor: pointer;
}
.remodal form .form-box .form-group-select .wrapper:hover,
.remodal form .form-box .form-group-select .wrapper:focus {
  border-color: #292f74;
  cursor: pointer;
}
.remodal form .form-box .form-group-select label {
  content: '';
  position: absolute;
  left: 20px;
  top: 0;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.7);
  height: 50px;
  line-height: 50px;
  font-family: Arial;
}
.remodal form .form-box .form-group-select select {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 100%;
  border: none;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.7);
  background: transparent;
  outline: none;
}
.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.remodal.remodal-is-opening {
  -webkit-animation-name: remodal-opening-keyframes;
  animation-name: remodal-opening-keyframes;
}
.remodal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
  animation-name: remodal-closing-keyframes;
}
/* Vertical align of the modal dialog */
.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}
/* Close button */
.remodal-close {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  overflow: visible;
  width: 50px;
  height: 50px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent;
}
.remodal-close:hover,
.remodal-close:focus {
  color: #292f74;
}
.remodal-close:before {
  font-size: 25px;
  line-height: 50px;
  font-weight: 500;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 50px;
  content: "\00d7";
  text-align: center;
}
/* Dialog buttons */
.remodal-confirm,
.remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0;
}
.remodal-confirm {
  color: #fff;
  background: #81c784;
}
.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a;
}
.remodal-cancel {
  color: #fff;
  background: #e57373;
}
.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350;
}
/* Remove inner padding and border in Firefox 4+ for the button tag. */
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0;
}
/* Keyframes
   ========================================================================== */
@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* Media queries
   ========================================================================== */
@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 700px;
  }
}
@media only screen and (min-width: 1000px) {
  .remodal {
    max-width: 900px;
  }
}
/* IE8
   ========================================================================== */
.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}
.lt-ie9 .remodal {
  width: 700px;
}
.adminBar {
  position: fixed;
  left: 0;
  bottom: 0;
  background: #424460;
  padding: 15px 10px;
  z-index: 999;
  box-sizing: border-box;
  border-top-right-radius: 5px;
  box-shadow: 0 0 21px rgba(0, 0, 0, 0.2);
}
.adminBar .btn {
  box-sizing: border-box;
  background: #fff !important;
  color: #000 !important;
  font-size: 14px !important;
  height: auto !important;
  line-height: 1 !important;
  padding: 5px 15px !important;
  border-radius: 0 !important;
  text-decoration: none;
}
.content-editor {
  font-size: 13px !important;
  color: inherit;
  text-decoration: underline !important;
}
.content-editor:hover {
  text-decoration: none !important;
}
.eu-cookies {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  color: white;
  background-color: #292f74;
  z-index: 1000;
  padding: 10px 0;
  text-align: center;
}
.eu-cookies .btn {
  width: 100%;
}
@media screen and (min-width: 639px) {
  .eu-cookies {
    text-align: left;
  }
  .eu-cookies p {
    padding-right: 120px;
  }
  .eu-cookies .btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;
  }
}
@media screen and (min-width: 768px) {
  .eu-cookies p {
    padding-top: 5px;
  }
}
#wrapper {
  margin-top: 75px;
}
@media screen and (min-width: 768px) {
  #wrapper {
    margin-top: 100px;
  }
}
.manuviaHeader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 75px;
  z-index: 99;
  background: -webkit-linear-gradient(left, #0051FD 0%, #292F74 100%);
  background: -o-linear-gradient(left, #0051FD 0%, #292F74 100%);
  background: linear-gradient(to right, #0051FD 0%, #292F74 100%);
}
@media screen and (min-width: 768px) {
  .manuviaHeader {
    height: 100px;
  }
}
@media screen and (min-width: 991px) {
  .manuviaHeader {
    height: 105px;
  }
}
.manuviaHeader-container {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
.manuviaHeader-container:before,
.manuviaHeader-container:after {
  content: " ";
  display: table;
}
.manuviaHeader-container:after {
  clear: both;
}
@media screen and (min-width: 576px) {
  .manuviaHeader-container {
    max-width: 1280px;
    padding-left: 30px;
    padding-right: 30px;
    width: auto;
  }
}
.manuviaHeader-brand {
  position: absolute;
  top: 11px;
  left: 50%;
  transform: translate(-50%);
  height: 46px;
}
@media screen and (min-width: 768px) {
  .manuviaHeader-brand {
    top: 24px;
  }
}
@media screen and (min-width: 991px) {
  .manuviaHeader-brand {
    left: 30px;
    transform: none;
  }
}
.manuviaHeader-brand img {
  height: 100%;
  width: auto;
}
.manuviaHeader-toggleNav {
  position: absolute;
  z-index: 999;
  background: transparent;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 48px;
  height: 40px;
  padding: .25rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  border: none;
  outline: none;
  cursor: pointer;
}
@media screen and (min-width: 991px) {
  .manuviaHeader-toggleNav {
    display: none;
  }
}
.manuviaHeader-toggleNav span {
  display: block;
  opacity: 0;
  -webkit-transition-delay: 300ms;
  transition-delay: 300ms;
  -webkit-transition: opacity 0ms ease 300ms;
  transition: opacity 0ms ease 300ms;
  position: absolute;
  top: 50%;
  left: 12px;
  margin-top: -1px;
}
.manuviaHeader-toggleNav:before,
.manuviaHeader-toggleNav:after {
  content: "";
  position: absolute;
  left: 12px;
  -webkit-transition: top 300ms ease 0s, bottom 300ms ease 0s, -webkit-transform 300ms ease 350ms;
  transition: top 300ms ease 0s, bottom 300ms ease 0s, transform 300ms ease 350ms;
  -webkit-transform-origin: center;
  transform-origin: center;
}
.manuviaHeader-toggleNav:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 19px;
}
.manuviaHeader-toggleNav:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  bottom: 19px;
}
.manuviaHeader-toggleNav span,
.manuviaHeader-toggleNav:before,
.manuviaHeader-toggleNav:after {
  width: 24px;
  height: 2px;
  background: #000;
}
.manuviaHeader-toggleNav:not(.active) span {
  opacity: 1;
}
.manuviaHeader-toggleNav:not(.active):before,
.manuviaHeader-toggleNav:not(.active):after {
  -webkit-transition: top 300ms ease 350ms, bottom 300ms ease 350ms, -webkit-transform 300ms ease 0ms;
  transition: top 300ms ease 350ms, bottom 300ms ease 350ms, transform 300ms ease 0ms;
}
.manuviaHeader-toggleNav:not(.active):before {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  top: 10px;
}
.manuviaHeader-toggleNav:not(.active):after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  bottom: 10px;
}
.manuviaHeader-toggleNav:not(.active) span,
.manuviaHeader-toggleNav:not(.active):before,
.manuviaHeader-toggleNav:not(.active):after {
  background: #fff;
}
.manuviaHeader-toggleLangs {
  position: absolute;
  z-index: 999;
  background: transparent;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 48px;
  height: 40px;
  line-height: 1;
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
}
@media screen and (min-width: 991px) {
  .manuviaHeader-toggleLangs {
    display: none;
  }
}
.manuviaHeader-toggleLangs:hover,
.manuviaHeader-toggleLangs:focus {
  text-decoration: underline;
}
.manuviaHeader-toggleLangs:not(.active),
.manuviaHeader-toggleLangs:not(.showed) {
  color: #fff;
}
.manuviaHeader-toggleLangs svg {
  position: absolute;
  left: -5px;
  top: 50%;
  transform: translateY(-50%);
}
.manuviaHeader-toggleLangs.active,
.manuviaHeader-toggleLangs.showed {
  color: #000;
}
.manuviaHeader-toggleLangs.active svg polyline,
.manuviaHeader-toggleLangs.showed svg polyline {
  stroke: #000;
}
@media screen and (max-width: 990px) {
  .manuviaHeader-navbar {
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    height: 100%;
    z-index: 99;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
  }
  .manuviaHeader-navbar:not(.active) {
    opacity: 0;
    pointer-events: none;
    transform: scale(1.1);
  }
  .manuviaHeader-navbar-brand {
    position: absolute;
    top: 26px;
    left: 50%;
    transform: translate(-50%);
    height: 27px;
  }
  .manuviaHeader-navbar-brand img {
    height: 100%;
    width: auto;
  }
  .manuviaHeader-navbar-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: center;
  }
  .manuviaHeader-navbar-list li {
    margin: 12px 0;
    padding: 0;
  }
  .manuviaHeader-navbar-list a {
    font-size: 14px;
    display: block;
    padding: .5rem 1rem;
    font-weight: bold;
    color: #333;
    text-align: center;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
  }
  .manuviaHeader-navbar-list a:hover,
  .manuviaHeader-navbar-list a:focus {
    text-decoration: underline;
  }
}
@media screen and (min-width: 991px) {
  .manuviaHeader-navbar {
    float: right;
    margin-right: 95px;
    margin-top: 25px;
  }
  .manuviaHeader-navbar-brand {
    display: none;
  }
  .manuviaHeader-navbar-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .manuviaHeader-navbar-list ul:before,
  .manuviaHeader-navbar-list ul:after {
    content: " ";
    display: table;
  }
  .manuviaHeader-navbar-list ul:after {
    clear: both;
  }
  .manuviaHeader-navbar-list li {
    margin: 0 0 0 16px;
    padding: 0;
    float: left;
  }
  .manuviaHeader-navbar-list a {
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    text-decoration: none;
    line-height: 55px;
    padding: 0 8px;
  }
  .manuviaHeader-navbar-list a:hover,
  .manuviaHeader-navbar-list a:focus {
    text-decoration: underline;
  }
  .manuviaHeader-navbar-list li.highlighted a {
    border: 1px solid #fff;
    height: 48px;
    border-radius: 2px;
    line-height: 50px;
    margin-top: 3px;
    margin-left: 16px;
  }
  .manuviaHeader-navbar-list li.highlighted a:hover,
  .manuviaHeader-navbar-list li.highlighted a:focus {
    text-decoration: none;
  }
}
@media screen and (max-width: 990px) {
  .manuviaHeader-langs {
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    height: 100%;
    z-index: 99;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
  }
  .manuviaHeader-langs:not(.active) {
    opacity: 0;
    pointer-events: none;
    transform: scale(1.1);
  }
  .manuviaHeader-langs-brand {
    position: absolute;
    top: 26px;
    left: 50%;
    transform: translate(-50%);
    height: 27px;
  }
  .manuviaHeader-langs-brand img {
    height: 100%;
    width: auto;
  }
  .manuviaHeader-langs-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: center;
  }
  .manuviaHeader-langs-list li {
    margin: 12px 0;
    padding: 0;
  }
  .manuviaHeader-langs-list a {
    font-size: 14px;
    display: block;
    padding: .5rem 1rem;
    font-weight: bold;
    color: #333;
    text-align: center;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    position: relative;
  }
  .manuviaHeader-langs-list a img {
    display: inline-block;
    padding-right: 10px;
    margin-top: 3px;
  }
  .manuviaHeader-langs-list a:hover,
  .manuviaHeader-langs-list a:focus {
    text-decoration: underline;
  }
}
@media screen and (min-width: 991px) {
  .manuviaHeader-langs {
    display: none;
  }
}
.manuviaHeader-langs-desktop {
  display: none;
}
@media screen and (min-width: 991px) {
  .manuviaHeader-langs-desktop {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
  .manuviaHeader-langs-desktop-toggle {
    background: transparent;
    width: 48px;
    height: 40px;
    line-height: 1;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
  }
  .manuviaHeader-langs-desktop-toggle:hover,
  .manuviaHeader-langs-desktop-toggle:focus {
    text-decoration: underline;
  }
  .manuviaHeader-langs-desktop-toggle svg {
    position: absolute;
    left: -5px;
    top: 50%;
    transform: translateY(-50%);
  }
  .manuviaHeader-langs-desktop-list {
    position: absolute;
    right: 0;
    top: 55px;
    min-width: 200px;
    border: none;
    border-radius: 2px;
    background: #ffffff;
    box-shadow: 0 4px 8px 0 rgba(31, 31, 127, 0.12);
    list-style: none;
    padding: 4px;
    margin: 0;
    display: none;
  }
  .manuviaHeader-langs-desktop-list:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12px 8px 12px;
    border-color: transparent transparent #ffffff transparent;
    position: absolute;
    top: -8px;
    right: 17px;
  }
  .manuviaHeader-langs-desktop-list li {
    display: block;
    margin: 0;
    padding: 0;
  }
  .manuviaHeader-langs-desktop-list li a {
    display: block;
    padding: 0 12px;
    line-height: 40px;
    font-size: 14px;
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
    color: #333;
    text-decoration: none;
  }
  .manuviaHeader-langs-desktop-list li a img {
    margin-right: 12px;
  }
  .manuviaHeader-langs-desktop-list li a img,
  .manuviaHeader-langs-desktop-list li a span {
    vertical-align: middle;
  }
  .manuviaHeader-langs-desktop-list li a:hover,
  .manuviaHeader-langs-desktop-list li a:focus {
    background: #f2f7fc;
  }
  .manuviaHeader-langs-desktop-list li.active a {
    background: #f2f7fc;
  }
}
#foot_wrapper {
  background: #1D235F;
}
