@import url("https://use.typekit.net/szj0win.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;
}
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;
}
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 {
  min-height: 100%;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;
  font-size: 16px;
  background: #fff;
  color: #000;
  font-family: raleway, sans-serif;
  font-style: normal;
}
body {
  font-size: 15px;
  line-height: 1.8;
}
body.no-footer footer {
  display: none;
}
main,
.page {
  position: relative;
  overflow: hidden;
}
main {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
footer {
  background: #2A2A2A;
  padding: 40px 0;
  text-align: center;
}
@media screen and (min-width: 640px) {
  footer {
    text-align: left;
  }
}
.social-links {
  margin-top: 15px;
}
.social-links li {
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
}
.social-links li a:hover {
  color: #710002;
}
.text-primary {
  color: #710002;
}
.bg-primary {
  background: #710002;
}
.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;
}
@media screen and (min-width: 1024px) {
  .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: #710002;
  color: #fff;
}
::selection {
  background: #710002;
  color: #fff;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: bureau-grot-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
}
h1,
.h1 {
  font-size: 35px;
  text-transform: uppercase;
  line-height: 1.25;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 1024px) {
  h1,
  .h1 {
    font-size: 80px;
  }
}
h2,
.h2 {
  font-size: 32px;
  text-transform: uppercase;
  line-height: 1.25;
  letter-spacing: 0.03em;
  margin-bottom: 10px;
}
@media screen and (min-width: 1024px) {
  h2,
  .h2 {
    font-size: 38px;
  }
}
h3,
.h3 {
  font-size: 20px;
  text-transform: uppercase;
  line-height: 1.25;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 1024px) {
  h3,
  .h3 {
    font-size: 22px;
  }
}
h4,
.h4 {
  font-size: 17px;
  text-transform: uppercase;
  line-height: 1.25;
  letter-spacing: 0.03em;
}
p,
.p {
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
strong {
  font-family: raleway, sans-serif;
  font-weight: 600;
}
section {
  padding: 40px 10px;
}
@media screen and (min-width: 640px) {
  section {
    padding: 80px 10px;
  }
}
section.section-primary {
  background: #F0F0F0;
}
.site-header {
  position: relative;
  overflow: hidden;
  display: flex;
  height: 600px;
}
.site-header .flex-grid {
  width: 100%;
  -webkit-align-self: flex-end;
  align-self: flex-end;
}
.block p,
.text-block p {
  font-size: 18px;
  letter-spacing: 0.04em;
  margin-bottom: 20px;
}
@media screen and (min-width: 1024px) {
  .block p,
  .text-block p {
    font-size: 20px;
    margin-bottom: 40px;
  }
}
.text-block {
  display: flex;
  vertical-align: middle;
}
.cta,
input.cta {
  color: #fff;
  display: inline-block;
  padding: 10px;
  background: #710002;
  border: solid 1px #710002;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 0.1em;
  text-align: center;
}
.cta:hover,
input.cta:hover {
  background: #fff;
  color: #710002;
  border: solid 1px #710002;
}
.block-links .cta:first-child {
  margin-right: 20px;
}
.content p {
  margin-bottom: 1em;
}
.content p:last-child {
  margin-bottom: 0;
}
.content a {
  color: #710002;
  font-weight: 600;
}
.content a:hover {
  text-decoration: underline;
}
.solid-background {
  background-color: #F8F8F8;
}
.logo img {
  -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;
  max-width: 180px;
  padding: 20px 0;
}
@media screen and (min-width: 1024px) {
  .logo img {
    max-width: 200px;
    padding: 0;
  }
}
.sticky-nav {
  -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;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 0;
  background: transparent;
  z-index: 3;
}
.sticky-nav.sticky {
  background: #212020;
  padding: 10px;
}
.sticky-nav.sticky .logo img {
  max-width: 130px;
}
.hero {
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
  position: relative;
  height: auto;
  height: 300px;
}
.hero h1 {
  font-size: 35px;
}
.hero h2 {
  font-size: 18px;
}
@media screen and (min-width: 640px) {
  .hero {
    height: 550px;
  }
  .hero h1 {
    font-size: 50px;
  }
  .hero h2 {
    font-size: 25px;
  }
}
.hero .grid-container,
.hero .grid-x {
  height: 300px;
}
@media screen and (min-width: 640px) {
  .hero .grid-container,
  .hero .grid-x {
    height: 350px;
  }
}
.hero.hero-landing {
  height: 100%;
}
.hero.hero-landing .grid-container,
.hero.hero-landing .grid-x {
  height: 100%;
}
@media screen and (min-height: 500px) {
  .hero.hero-landing {
    height: 100vh;
  }
  .hero.hero-landing .grid-container,
  .hero.hero-landing .grid-x {
    height: 100vh;
  }
}
.hero .block {
  padding: 80px 0;
}
@media screen and (min-height: 500px) {
  .hero .block {
    padding: 0;
  }
}
.hero:after {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background: rgba(0, 0, 0, 0.5);
  content: '';
}
.site-nav {
  -webkit-transition: 0.3s ease-in-out transform;
  -moz-transition: 0.3s ease-in-out transform;
  -ms-transition: 0.3s ease-in-out transform;
  -o-transition: 0.3s ease-in-out transform;
  transition: 0.3s ease-in-out transform;
  background: #2A2A2A;
  background-size: cover;
  width: 100vw;
  height: 100vh;
  top: 0;
  position: fixed;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding-left: 50px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: top right;
  -moz-transform-origin: top right;
  -ms-transform-origin: top right;
  -o-transform-origin: top right;
  transform-origin: top right;
  z-index: 3;
}
.site-nav:before {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.75);
  content: '';
}
.site-nav.has-transition {
  -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;
}
.site-nav.active {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}
.site-nav ul {
  position: absolute;
  left: 50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 3;
}
.site-nav li {
  font-family: bureau-grot-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 35px;
  text-transform: uppercase;
  line-height: 1.25;
  letter-spacing: 0.03em;
  display: block;
  margin: 15px 0;
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .site-nav li {
    font-size: 80px;
  }
}
.site-nav li a {
  -webkit-transition: 0.3s color ease;
  -moz-transition: 0.3s color ease;
  -ms-transition: 0.3s color ease;
  -o-transition: 0.3s color ease;
  transition: 0.3s color ease;
}
.site-nav li a:hover {
  color: #710002;
}
.site-nav .close-nav {
  position: absolute;
  right: 50px;
  top: 10px;
  color: #fff;
  font-size: 25px;
  z-index: 4;
  cursor: pointer;
}
.site-nav .preload {
  display: none;
}
.landing-nav {
  font-family: bureau-grot-condensed, sans-serif;
  display: none;
  position: absolute;
  top: 70px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 3;
  letter-spacing: .075em;
  font-size: 17px;
}
.landing-nav li {
  display: inline-block;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0 15px;
}
.landing-nav li a {
  color: #fff;
  text-transform: uppercase;
}
.landing-nav li a:hover {
  text-decoration: underline;
}
@media screen and (min-width: 1024px) {
  .landing-nav {
    display: block;
  }
}
.site-nav-overlay {
  opacity: 1;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  background: #2a2a2a;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.header-logo {
  padding: 20px 0;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 3;
}
.header-logo img {
  -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;
  max-width: 180px;
}
@media screen and (min-width: 1024px) {
  .header-logo img {
    max-width: 220px;
  }
}
.nav-button {
  color: #000;
  position: fixed;
  top: 0;
  right: 20px !important;
  left: auto !important;
  z-index: 3;
  width: 73px;
}
.nav-button a {
  padding: 10px;
  display: block;
}
.nav-button a span {
  display: block;
  width: 35px;
  height: 3px;
  margin-bottom: 6px;
}
.nav-button a span:last-child {
  margin-bottom: 0;
}
.midnightHeader.default {
  background: #000;
  width: 55px;
}
.midnightHeader.default span {
  background: #fff;
}
.midnightHeader.white {
  background: #fff;
  width: 55px;
}
.midnightHeader.white span {
  background: #000;
}
.apply-section {
  background: #710002;
  padding: 40px;
}
@media screen and (min-width: 1024px) {
  .apply-section {
    padding: 80px;
  }
}
.apply-section p {
  max-width: 450px;
  margin: auto;
  margin-bottom: 15px;
}
.page-nav {
  padding: 40px 10px;
  font-size: .75em;
}
@media screen and (min-width: 1024px) {
  .page-nav {
    font-size: 1em;
  }
}
.page-nav span,
.page-nav i {
  display: inline-block;
  vertical-align: middle;
}
.page-nav span {
  font-family: bureau-grot-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 1.25;
  letter-spacing: 0.03em;
  font-size: 18px;
  margin: 0 15px;
}
@media screen and (min-width: 1024px) {
  .page-nav span {
    font-size: 22px;
  }
}
@media screen and (min-width: 1024px) {
  .page-nav span {
    font-size: 22px;
  }
}
.page-nav a {
  -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;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.page-nav a:hover {
  color: #710002;
}
.page-nav .text-right a {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.vacancy-listing .cell:first-child .vacancy {
  border-top: none;
}
@media screen and (min-width: 1024px) {
  .vacancy-listing .cell:nth-child(2) .vacancy {
    border-top: none;
  }
}
.vacancy {
  margin-top: 30px;
  padding: 30px 0 0;
  border-top: 1px solid #ddd;
}
@media screen and (min-width: 1024px) {
  .vacancy {
    padding-right: 20px;
  }
}
.vacancy .vacancy-details-list {
  margin: 20px 0;
}
.vacancy .vacancy-details-list li {
  margin-bottom: 5px;
}
.vacancy-read-more a {
  color: #710002;
  font-weight: 600;
}
.vacancy-read-more a:hover {
  text-decoration: underline;
}
.rss-atom {
  padding-top: 50px;
}
.rss-atom li {
  margin-right: 10px;
  display: inline-block;
}
.rss-atom li a {
  color: #710002;
  font-weight: 600;
}
.rss-atom li a:hover {
  text-decoration: underline;
}
.search-wrap {
  margin-bottom: 80px;
}
.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: #710002;
  font-weight: 600;
}
.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";
}
.vacancy-view h1 {
  font-size: 55px;
}
.vacancy-view img {
  max-width: 180px;
  margin: 1.5em;
  display: block;
}
.vacancy-view .vacancy-description h2,
.vacancy-view .vacancy-description h3,
.vacancy-view .vacancy-description h4,
.vacancy-view .vacancy-description h5 {
  margin: 2em 0 1em 0;
}
.vacancy-view .vacancy-description ul {
  list-style: disc;
  margin: 1.5em 0 1.5em 1em;
}
.vacancy-view .vacancy-description ul li {
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 0.04em;
  margin-bottom: 8px;
}
.vacancy-view .vacancy-description ul li:last-child {
  margin-bottom: 0;
}
.vacancy-view .vacancy-details {
  margin: 20px 0;
}
.vacancy-view .vacancy-details li {
  margin-bottom: 5px;
}
.vacancy-view .vacancy-actions .cta {
  margin: 1.5em 1em 0 0 ;
}
.vacancy-view .vacancy-documents h3 {
  margin: 2em 0 1em 0;
}
.vacancy-view .vacancy-documents li {
  margin: 10px 0;
}
.vacancy-view .vacancy-documents i {
  margin-left: 0.5em;
}
.vacancy-view .vacancy-documents a {
  color: #710002;
  font-weight: 600;
}
.vacancy-view .vacancy-documents a:hover {
  text-decoration: underline;
}
.vacancy-view-section {
  margin-bottom: 20px;
}
.form-group {
  margin-bottom: 2em;
}
.form-group select {
  -webkit-appearance: none;
}
.form-group input,
.form-group select {
  padding: 10px;
}
.form-group label {
  margin-bottom: 0.5em;
  display: block;
}
.form-group .help-block {
  margin-top: 1em;
  display: block;
}
.form-group .inline-block {
  display: inline-block;
}
.form-group .cta {
  margin: 1.5em 1em 0 0 ;
}
.subpage .hero {
  height: 45vh;
}
.subpage .hero .block {
  display: none;
}
.search-results input,
.search-results select {
  padding: 10px;
}
.search-results .save-search {
  margin-right: 1.5em;
}
.search-results input.cta {
  margin-top: 1em;
}
@media screen and (min-width: 1024px) {
  .search-results input.cta {
    margin-top: 0;
  }
}
.search-results .save-search {
  display: inline-block;
}
.saved-search-heading {
  margin-bottom: 20px;
}
/*# sourceMappingURL=main.css.map */