@import url("https://use.typekit.net/ame7luk.css");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
.ff-ap {
  font-family: 'acumin-pro';
  font-style: normal;
  font-weight: 400;
}
.ff-api {
  font-family: acumin-pro, sans-serif;
  font-weight: 400;
  font-style: italic;
}
.ff-apb {
  font-family: 'acumin-pro';
  font-style: normal;
  font-weight: 700;
}
.ff-apc {
  font-family: 'acumin-pro-condensed';
  font-style: normal;
  font-weight: 400;
}
.ff-apcb {
  font-family: 'acumin-pro-condensed';
  font-style: normal;
  font-weight: 700;
}
.ff-apec {
  font-family: 'acumin-pro-extra-condensed';
  font-style: normal;
  font-weight: 700;
}
img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
em,
i {
  font-family: acumin-pro, sans-serif;
  font-weight: 400;
  font-style: italic;
}
a {
  color: inherit;
  outline: 0 none;
  text-decoration: none;
}
a[href^="tel"] {
  color: inherit;
  text-decoration: none;
}
input[type='submit'],
input[type='button'] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  text-align: inherit;
  text-transform: inherit;
  font: inherit;
  -webkit-font-smoothing: inherit;
  letter-spacing: inherit;
  background: none;
  cursor: pointer;
  overflow: visible;
}
textarea {
  resize: vertical;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.width-helper {
  display: none;
  position: fixed;
  bottom: 0;
  font-weight: bold;
  left: 0;
  z-index: 50;
  background: black;
  padding: 20px;
  color: #fff;
}
.width-helper div {
  display: inline-block;
}
body,
html {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;
  font-size: 15px;
  background: #fff;
  color: #70706f;
  font-weight: 300;
  font-style: 300;
  letter-spacing: 0.025em;
  font-family: 'acumin-pro', sans-serif;
}
body.no-footer footer {
  display: none;
}
main,
.page {
  position: relative;
  overflow: hidden;
}
main {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 640px) {
  main {
    overflow: auto;
    height: 100vh;
  }
}
.page {
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -ms-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  transition: 0.5s ease all;
  opacity: 0;
}
.page.visible {
  opacity: 1;
}
.main-scroll {
  width: 100%;
  height: 100%;
}
.main-scroll-inner {
  padding: 75px 35px 35px;
}
@media screen and (min-width: 640px) {
  .main-scroll-inner {
    padding: 145px 35px 75px 35px;
  }
}
@media screen and (min-width:1024px) and (min-height:600px) {
  .main-scroll-inner {
    padding: 35px;
  }
}
main ul:not(.no-list):not(.sorting-list) {
  list-style-type: disc;
  line-height: 2em;
}
main ul:not(.no-list):not(.sorting-list) li:last-child {
  margin-bottom: 15px;
}
section {
  margin-bottom: 40px;
}
section:last-of-type {
  margin-bottom: 0;
}
section ul {
  list-style: dots;
  list-style-position: inside;
}
.grey-text {
  color: #9B9B9B;
}
.text-primary {
  color: #625d9d;
}
.bg-primary {
  background: #625d9d;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-grey {
  color: #888888;
}
.text-white {
  color: #fff;
}
.text-low {
  text-transform: lowercase;
}
.text-up {
  text-transform: uppercase;
}
.grid-x > .cell.show-large {
  width: 0;
}
@media screen and (min-width:1024px) and (min-height:600px) {
  .grid-x > .cell.show-large {
    width: initial;
  }
}
@media screen and (min-width:1024px) and (min-height:600px) {
  .text-desktop-left {
    text-align: left;
  }
  .text-desktop-center {
    text-align: center;
  }
  .text-desktop-right {
    text-align: right;
  }
}
@media screen and (min-width: 640px) {
  .text-tablet-left {
    text-align: left;
  }
  .text-tablet-center {
    text-align: center;
  }
  .text-tablet-right {
    text-align: right;
  }
}
.ls-small {
  letter-spacing: 0.05em;
}
.ls-medium {
  letter-spacing: 0.1em;
}
.ls-big {
  letter-spacing: 0.2em;
}
.ls-very-big {
  letter-spacing: 0.3em;
}
::-moz-selection {
  background: #625d9d;
  color: #fff;
}
::selection {
  background: #625d9d;
  color: #fff;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-weight: 300;
  line-height: 1.3;
}
h1 strong,
.h1 strong,
h2 strong,
.h2 strong,
h3 strong,
.h3 strong,
h4 strong,
.h4 strong,
h5 strong,
.h5 strong,
h6 strong,
.h6 strong {
  font-weight: bold;
}
h1,
.h1 {
  font-family: 'acumin-pro-extra-condensed';
  font-style: normal;
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 35px;
  letter-spacing: 0.4rem;
  text-transform: uppercase;
}
@media screen and (min-width: 640px) {
  h1,
  .h1 {
    font-size: 50px;
  }
}
h1.h1-big,
.h1.h1-big {
  margin-top: 100px;
  color: #fff;
  font-size: 50px;
  letter-spacing: 0.0179em;
  line-height: 1;
  padding: 0 15px;
}
@media screen and (min-width:1024px) and (min-height:600px) {
  h1.h1-big,
  .h1.h1-big {
    margin-top: 20px;
    font-size: 79px;
  }
}
h2,
.h2 {
  font-family: 'acumin-pro-condensed';
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
h2.h2-big,
.h2.h2-big {
  font-family: 'acumin-pro-condensed';
  font-style: normal;
  font-weight: 400;
  color: #fff;
  font-size: 20px;
  line-height: 1.2;
  padding: 0 15px;
}
@media screen and (min-width:1024px) and (min-height:600px) {
  h2.h2-big,
  .h2.h2-big {
    font-size: 35px;
  }
}
h3,
.h3 {
  font-family: 'acumin-pro-condensed';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  text-transform: uppercase;
}
p {
  margin-bottom: 15px;
  line-height: 1.7;
}
em {
  font-weight: 300i;
}
strong {
  font-weight: 700;
}
@media screen and (min-width:1024px) and (min-height:600px) {
  .hide-desktop {
    display: none;
  }
}
.show-medium {
  display: none;
}
@media screen and (min-width: 640px) {
  .show-medium {
    display: block;
  }
}
.hero {
  background-size: cover;
  height: 300px;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 640px) {
  .hero {
    background-size: cover;
    height: calc(100vh + 9px);
    background-position-x: 50%;
  }
}
.hero-slider .hero:after {
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  z-index: 0;
}
.hero-slider .hero h1,
.hero-slider .hero h2 {
  z-index: 1;
  position: relative;
}
.logo {
  width: 120px;
  padding: 5px 0;
  margin: auto;
  display: block;
}
@media screen and (min-width:1024px) and (min-height:600px) {
  .logo {
    width: 150px;
  }
}
@media screen and (min-width:1024px) and (min-height:600px) {
  .nav-section {
    background: #f5f5f5;
    height: 100vh;
  }
}
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 2;
}
@media screen and (min-width:1024px) and (min-height:600px) {
  .site-header {
    position: relative;
    background: none;
  }
}
.nav-wrap {
  z-index: 3;
}
.hamburger-wrap {
  position: fixed;
  top: 20px;
  left: 20px;
  z-index: 3;
  top: 14px;
}
.hamburger-box {
  width: 30px;
  height: 27px;
}
.hamburger-inner {
  width: 30px;
  height: 3px;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.hamburger-inner:before,
.hamburger-inner:after {
  width: 30px;
  height: 3px;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.hamburger {
  outline: none;
}
.site-nav {
  text-align: center;
  padding: 20px;
  background: #f5f5f5;
  width: 50vw;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 2;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-transform: translateX(-70vw);
  -moz-transform: translateX(-70vw);
  -ms-transform: translateX(-70vw);
  -o-transform: translateX(-70vw);
  transform: translateX(-70vw);
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
}
.site-nav.transition {
  -webkit-transition: transform .5s ease;
  -moz-transition: transform .5s ease;
  -ms-transition: transform .5s ease;
  -o-transition: transform .5s ease;
  transition: transform .5s ease;
}
.site-nav.open {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
@media screen and (min-width:1024px) and (min-height:600px) {
  .site-nav {
    width: 100%;
    height: calc(100vh - 159px);
    position: relative;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
  }
  .site-nav a:hover {
    color: #625d9d;
  }
}
.site-nav ul {
  margin: auto;
}
.site-nav ul li {
  font-weight: 300;
  line-height: 1.3;
  font-family: 'acumin-pro-condensed';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.site-nav ul li strong {
  font-weight: bold;
}
.site-nav ul li.selected {
  font-family: 'acumin-pro-condensed';
  font-style: normal;
  font-weight: 700;
}
.site-nav ul li.selected a {
  color: #625d9d;
  padding-bottom: 5px;
  border-bottom: 2px solid #625d9d;
}
.site-header {
  padding: 20px 0;
}
.mobile-footer {
  padding: 20px 0;
  background: #f5f5f5;
}
@media screen and (min-width: 640px) {
  .mobile-footer {
    display: none;
  }
}
.attachment-links {
  margin-top: 15px;
}
.attachment-link {
  color: #625d9d;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.attachment-link:hover {
  text-decoration: underline;
  font-weight: 700;
}
.attachment-link i {
  margin-left: 10px;
}
.vacancy {
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.vacancy-meta {
  font-weight: 600;
}
.vacancy-header h3 {
  color: #625d9d;
  margin-bottom: 10px;
}
.vacancy-header h3:hover {
  color: #000;
}
.rss a {
  color: #625d9d;
}
.rss a:hover {
  text-decoration: underline;
}
.page-back {
  margin: 20px 0;
  color: #625d9d;
}
.page-back:before {
  content: "<";
}
.page-back-bottom {
  margin-top: 30px;
}
.vacancy-meta-view {
  margin: 10px 0 20px 0;
}
.vacancy-view-section img {
  max-width: 200px;
  padding: 5px 0;
}
.vacancy-view-section a {
  color: #625d9d;
}
.vacancy-view-section a:hover {
  text-decoration: underline;
}
.vacancy-documents {
  margin-bottom: 30px;
}
.vacancy-documents li {
  margin-bottom: 10px;
}
.vacancy-documents a {
  color: #625d9d;
  font-weight: 600;
}
.vacancy-documents a:hover {
  text-decoration: underline;
}
.form-group {
  margin: 20px 0;
}
.form-group .form-control {
  margin-top: 10px;
}
.form-group label {
  font-weight: 600;
}
.cta,
input.cta,
.button-primary {
  background: #625d9d;
  color: #fff;
  padding: 10px 20px;
}
.cta:hover,
input.cta:hover,
.button-primary:hover {
  color: #000;
  background: #fff;
  border: 1px solid #000;
}
.sorting {
  margin-bottom: 20px;
}
.sorting p,
.sorting ul {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
}
.sorting li {
  margin: 0 8px;
  display: inline-block;
  vertical-align: middle;
  color: #625d9d;
}
.sorting li:first-child {
  margin-left: 20px;
}
.sorting li a:hover {
  text-decoration: underline;
}
.sorting li.active {
  font-weight: bold;
}
.sorting li:after {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 600;
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  margin-left: 5px;
}
.sorting li.asc:after {
  content: "\f0d8";
}
.sorting li.desc:after {
  content: "\f0d7";
}
.sorting li:last-child {
  margin-bottom: 0;
}
/*# sourceMappingURL=main.css.map */