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

html {
  box-sizing: border-box;
  margin: 0;
  font-family: sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  text-align: left;
  color: #4a4a4a;
  background-color: #fff;
  font-family: "Gotham", sans-serif;
  font-size: 1.2625rem;
  font-weight: normal;
  line-height: 1.7;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  overflow: visible;
  box-sizing: content-box;
  height: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5em;
  color: #5f6567;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title] {
  cursor: help;
  text-decoration: underline;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}

dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  -webkit-text-decoration: none;
  text-decoration: none;
  color: #5f6567;
  background-color: transparent;
  -webkit-text-decoration-skip: objects ink;
  text-decoration-skip: objects ink;
}
a:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
  color: #3a3e3f;
}

a:not([href]):not([tabindex]) {
  -webkit-text-decoration: none;
  text-decoration: none;
  color: inherit;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  -webkit-text-decoration: none;
  text-decoration: none;
  color: inherit;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

pre {
  overflow: auto;
  margin-top: 0;
  margin-bottom: 1rem;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

a,
area,
button,
[role=button],
input:not([type=range]),
label,
select,
summary,
textarea {
  touch-action: manipulation;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  caption-side: bottom;
  text-align: left;
  color: #868e96;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
  -moz-appearance: listbox;
  appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0.5rem;
  padding: 0;
  white-space: normal;
  color: inherit;
  font-size: 1.5rem;
  line-height: inherit;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
  appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

@font-face {
  font-family: "Gotham";
  src: url("../fonts/GothamNarrow/GothamNarrow-Light.woff") format("woff");
  font-weight: 300;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/GothamNarrow/GothamNarrow-Book.woff") format("woff");
  font-weight: normal;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/GothamNarrow/GothamNarrow-Bold.woff") format("woff");
  font-weight: 600;
}
.region-disclaimer .block-menu ul.menu li a {
  font-size: 1.125rem;
}

.clearfix.text-formatted.field.field--name-description.field--type-text-long.field--label-hidden.field__item {
  margin-bottom: 3rem;
  border-bottom: 1px solid #003a70;
  font-style: italic;
}

.page-header {
  background: #5f6567;
}
.page-header a {
  color: #ffffff;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  background-color: #5f6567;
  border-color: #5f6567;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  background-color: #474b4c;
}

.block-views-exposed-filter-blockvacancies-search-vacancies:before {
  background-image: url("../img/nhcorp.jpg");
}
.block-views-exposed-filter-blockvacancies-search-vacancies .shim {
  padding-top: 8rem;
  background-color: transparent;
}

.field--name-field-paragraph-link a,
.paragraph--type--highlighted-vacancies .paragraph-more-link-wrapper a,
.view-related-vacancies.view-display-id-block_related .more-link a {
  background-color: #5f6567;
}
.field--name-field-paragraph-link a:hover,
.paragraph--type--highlighted-vacancies .paragraph-more-link-wrapper a:hover,
.view-related-vacancies.view-display-id-block_related .more-link a:hover {
  background-color: #474b4c;
}

.facets-widget-links ul li a {
  background-color: #ffffff;
}
.facets-widget-links ul li a:hover {
  background-color: #5f6567;
}
.facets-widget-links ul li a.is-active {
  background-color: #5f6567;
}
.facets-widget-links ul li a.is-active:hover {
  background-color: #5f6567;
}

.form-select.bef-links.no-active-links a {
  background-color: #5f6567;
}
.form-select.bef-links.no-active-links a:hover {
  background-color: #474b4c;
}
.form-select.bef-links a {
  background-color: #777f82;
}
.form-select.bef-links a:hover {
  background-color: #5f6567;
}
.form-select.bef-links a.bef-link-active {
  background-color: #5f6567;
}
.form-select.bef-links a.bef-link-active:hover {
  background-color: #474b4c;
}

.region-footer {
  color: #222222;
  background: #5f6567;
}
.region-footer a {
  color: #222222;
}
.region-footer h2, .region-footer h3 {
  color: #222222;
}

.region-disclaimer {
  background-color: #222222;
}

div#sliding-popup,
div#sliding-popup .eu-cookie-withdraw-banner,
.eu-cookie-withdraw-tab {
  background-color: #5f6567;
}

body .cookies-bridge .privacy-prompt {
  border-color: #5f6567;
}
body .cookies-bridge .privacy-prompt.center-banner {
  overflow: hidden;
}
body .cookies-bridge .privacy-prompt-strip,
body .cookies-bridge button {
  background: #5f6567;
}
body .cookies-bridge a {
  color: #5f6567;
}

/**
 * @file
 * Visual styles for nodes.
 */
.node--unpublished {
  background-color: #fff4f4;
}

.block-lang-dropdown select {
  color: #ffffff;
  border: 1px solid #ffffff;
  background: #5f6567;
}

.region-header .block-menu ul li {
  margin: 0 1rem;
}
@media (min-width: 768px) {
  .region-header .block-menu ul li {
    padding: 0.25rem;
    border: 1px solid transparent;
  }
  .region-header .block-menu ul li:hover, .region-header .block-menu ul li.menu-item--active-trail {
    -webkit-text-decoration: underline;
    text-decoration: underline;
    text-underline-offset: 7px;
    text-decoration-color: white;
    text-decoration-thickness: 1px;
  }
}
.region-header .block-menu ul li.menu-item--expanded {
  position: relative;
}
.region-header .block-menu ul li.menu-item--expanded ul {
  display: none;
  visibility: hidden;
}
@media (min-width: 768px) {
  .region-header .block-menu ul li.menu-item--expanded ul {
    position: absolute;
    left: -1rem;
    flex-direction: column;
    justify-content: start;
    align-items: flex-start;
    display: inline;
    display: initial;
    width: 200px;
    padding: 1rem;
    margin-top: 5px;
    background: #5f6567;
    visibility: hidden;
  }
}
.region-header .block-menu ul li.menu-item--expanded ul .menu-item {
  margin: 8px 0;
  padding: 0;
}
.region-header .block-menu ul li.menu-item--expanded ul .menu-item a {
  text-align: left;
}
@media (min-width: 768px) {
  .region-header .block-menu ul li.menu-item--expanded:focus-within ul, .region-header .block-menu ul li.menu-item--expanded:hover ul {
    visibility: visible;
  }
}

.page-header .region-inner {
  position: relative;
}
.page-header .region-inner .block-system-branding-block {
  order: 2;
  width: 100%;
  padding-right: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .page-header .region-inner .block-system-branding-block {
    order: 1;
  }
}
.page-header .region-inner .block-system-branding-block a img {
  width: auto;
  height: 4rem;
  margin: 0;
}
@media (min-width: 768px) {
  .page-header .region-inner .block-system-branding-block a img {
    height: 6rem;
  }
}
.page-header .region-inner .site-mini-logo {
  display: none;
}

.region-header .block-menu ul {
  justify-content: center;
  width: 100%;
}
@media (min-width: 768px) {
  .region-header .block-menu ul {
    padding-top: 0;
  }
}

.page-header .region-inner .block-menu {
  order: 2;
  width: 100%;
}

.page-header .region-inner .block-lang-dropdown {
  order: 1;
  padding: 1rem 0 0 0;
}
@media (min-width: 768px) {
  .page-header .region-inner .block-lang-dropdown {
    position: absolute;
    z-index: 10;
    right: 0;
    order: 2;
    margin-top: 1rem;
    padding: 0 2rem;
  }
}

.facets-widget-links .facets-reset a {
  padding: 0.25rem;
  border: 1px solid #7e8689;
}
/*# sourceMappingURL=style.css.map */