.internal_page_header {
  background-color: #12264a;
  background-image: url("../images/z_background.svg");
  background-repeat: no-repeat;
  background-position-x: right;
  margin-bottom: 30px;
  background-size: 100%;
  background-position-y: 50px;
}

.internal_page_header .container {
  min-height: 180px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
}

.internal_page_header h2 {
  color: #fff;
  font-family: 'Source Sans 3', sans-serif;
  font-weight: 200;
  font-size: 28px;
  margin-top: 23px;
  margin-bottom: 43px;
}

.internal_page_header h2 span:first-child {
  display: block;
}

.internal_page_header h2 span:last-child {
  font-family: 'Source Sans 3', sans-serif;
  font-weight: 700;
}

@media screen and (min-width: 992px) {
  .internal_page_header {
    background-size: 70%;
    background-position-y: unset;
    margin-bottom: 50px;
  }
  .internal_page_header .container {
    min-height: 299px;
  }
  .internal_page_header h2 {
    margin-bottom: 48px;
    font-size: 55px;
  }
}

@media screen and (min-width: 992px) {
  .internal_page_header .one_word {
    margin-bottom: 85px;
  }
}

/**
 * Page-specific Styles
 */
.page-template-tpl-news .internal_page_header h2 {
  margin-bottom: 85px;
}

/**
 * Page-specific Styles
 */
.single-jobpost .internal_page_header h2 {
  margin-bottom: 20px;
}

@media screen and (min-width: 992px) {
  .single-jobpost .internal_page_header h2 {
    margin-bottom: 50px;
  }
}

/*# sourceMappingURL=internal-page-header.css.map */
