.body {
  background-color: #0c0d0f;
  font-family: 'IBM Plex Sans', sans-serif;
  color: #adb5ba;
  font-size: 20px;
  line-height: 200%;
}

.container {
  position: relative;
  max-width: 1440px;
}

.navbar {
  position: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding: 30px 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0c0d0f;
}

.brand {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nav-link {
  margin-left: 16px;
  padding: 12px;
  color: #fff;
  font-size: 16px;
  line-height: 100%;
  font-weight: 500;
}

.nav-link:hover {
  opacity: 0.5;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-bg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 800px;
  padding-right: 160px;
  padding-left: 160px;
  background-image: url('../images/pv-final-index-hero.jpg');
  background-position: 0px 0px;
  background-size: auto;
}

.hero-bg.recruitment-hero {
  background-image: url('../images/pv-final-recruitment-hero.jpg');
}

.hero-bg.leadership-hero {
  background-image: url('../images/pv-final-leadership-hero.jpg');
}

.hero-bg.coaching-hero {
  background-image: url('../images/pv-final-coaching-hero.jpg');
}

.hero-bg.diversity-hero {
  background-image: url('../images/pv-final-diversity-hero.jpg');
}

.hero-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 640px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading {
  color: #fff;
  line-height: 150%;
}

.heading.large {
  font-size: 64px;
}

.heading.small {
  margin-top: 0px;
  font-size: 28px;
}

.subheading {
  color: #fff;
  font-size: 28px;
  line-height: 150%;
}

.content-block {
  position: relative;
  width: 100%;
  max-width: 1120px;
  margin-right: auto;
  margin-left: auto;
}

.content-block.nav-block {
  margin-bottom: 160px;
}

.content-block-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #0c0d0f;
  -webkit-transform: translate3d(0px, -160px, 1000px);
  transform: translate3d(0px, -160px, 1000px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.content-block-inner-text {
  width: 50%;
  padding: 64px;
}

.content-block-inner-text.sub-page-content {
  width: 100%;
}

.content-block-inner-text.less-padding-right {
  padding-right: 40px;
}

.content-block-inner-text.less-padding-left {
  padding-left: 40px;
}

.button {
  padding: 16px 24px;
  border-radius: 2px;
  background-color: #018ffa;
  font-size: 16px;
  line-height: 100%;
  font-weight: 500;
}

.button.nab-button {
  margin-left: 16px;
}

.decorative-img {
  width: 50%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/pv-final-index-intro.jpg');
  background-position: 0px 0px;
  background-size: auto;
}

.label {
  color: #454f57;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.label-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.label-doodad {
  width: 40px;
  height: 4px;
  margin-left: 8px;
  border-radius: 2px;
  background-image: -webkit-gradient(linear, left top, right top, from(#018ffa), to(transparent));
  background-image: linear-gradient(90deg, #018ffa, transparent);
  opacity: 0.8;
}

.nav-block-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #0c0d0f;
}

.nav-block-item {
  width: 268px;
  height: 520px;
  background-color: #171b1d;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.nav-block-img {
  max-height: 268px;
}

.nav-block-item-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-height: 252px;
  padding: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.map-wrapper {
  width: 100%;
  height: 600px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#0c0d0f)), url('../images/pv-final-map.jpg');
  background-image: linear-gradient(180deg, transparent, #0c0d0f), url('../images/pv-final-map.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, auto;
}

.decorative-img-aarhus {
  width: 50%;
  height: 760px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/pv-final-aarhus.jpg');
  background-position: 50% 50%;
  background-size: auto;
}

.content-block-inner-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translate3d(0px, -160px, 1000px);
  transform: translate3d(0px, -160px, 1000px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.content-block-inner-text-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 64px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.contact-info {
  color: #fff;
  text-decoration: none;
}

.contact-info-img {
  margin-right: 8px;
  opacity: 0.4;
}

.contact-block {
  max-width: 1120px;
  margin-right: auto;
  margin-bottom: 160px;
  margin-left: auto;
  padding-right: 64px;
  padding-left: 64px;
  text-align: center;
}

.contact-text {
  margin-bottom: 40px;
  color: #fff;
  font-size: 28px;
  line-height: 150%;
}

.recruitment-img-ico {
  margin-bottom: 20px;
}

.list-doodad {
  width: 24px;
  height: 4px;
  margin: 18px 8px 18px 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 2px;
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), to(#018ffa));
  background-image: linear-gradient(90deg, transparent, #018ffa);
  opacity: 0.8;
}

.list-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.company-logo-block {
  margin-bottom: 40px;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #2e3439;
  border-radius: 2px;
  color: #fff;
  text-decoration: none;
}

.content-block-inner-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 64px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #0c0d0f;
  -webkit-transform: translate3d(0px, -160px, 1000px);
  transform: translate3d(0px, -160px, 1000px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.text-block {
  display: inline;
  padding-right: 20px;
  font-weight: 700;
}

.text-block-copy {
  display: inline;
  padding-right: 40px;
  padding-left: 20px;
  border-left: 1px solid #2e3439;
  font-weight: 400;
}

.text-block-2 {
  color: #adb5ba;
}

@media screen and (max-width: 991px) {
  .navbar {
    padding: 10px 20px;
  }
  .nav-menu {
    background-color: #0c0d0f;
  }
  .hero-bg {
    height: auto;
    padding: 100px 0px;
  }
  .hero-inner {
    width: auto;
    padding-right: 20px;
    padding-left: 20px;
  }
  .content-block.nav-block {
    margin-bottom: 40px;
  }
  .content-block-inner {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .content-block-inner-text {
    width: auto;
    padding: 40px 20px;
  }
  .content-block-inner-text.less-padding-right {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .content-block-inner-text.less-padding-left {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .decorative-img {
    display: none;
  }
  .nav-block-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .nav-block-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: auto;
    margin-bottom: 20px;
  }
  .nav-block-item-inner {
    height: auto;
    max-height: none;
  }
  .decorative-img-aarhus {
    display: none;
  }
  .content-block-inner-bottom {
    -webkit-transform: translate3d(0px, 0px, 1000px);
    transform: translate3d(0px, 0px, 1000px);
  }
  .content-block-inner-text-bottom {
    width: 100%;
    padding: 40px 20px;
  }
  .contact-block {
    margin-bottom: 80px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .menu-button {
    background-color: #0c0d0f;
  }
  .content-block-inner-copy {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

@media screen and (max-width: 767px) {
  .content-block-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .content-block-inner-text.less-padding-right {
    width: 100%;
    padding-right: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .content-block-inner-text.less-padding-left {
    width: 100%;
    padding-left: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .nav-block-img {
    width: 160px;
  }
  .map-wrapper {
    max-height: 375px;
  }
  .content-block-inner-copy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

