/**
 * The base file that should be imported by every file.
 * There should be no CSS generation in this or from imported scss files at all!
 */
/**
 * Library
 */
/**
 * Variables and functions
 */
.breadcrumb {
  width: 65%;
  margin: 0 auto;
  padding: 0;
  -webkit-padding-before: 1rem;
          padding-block-start: 1rem; }
  @media (min-width: 981px) {
    .breadcrumb {
      padding-bottom: .5em;
      position: absolute;
      top: 2em; } }
  .breadcrumb ol {
    margin: 0;
    padding: 0;
    list-style: none;
    text-transform: uppercase;
    color: var(--gray-blue);
    font-family: "JetBrains Mono", Helvetica, Arial, sans-serif; }
    .breadcrumb ol li {
      display: inline-block; }
      .breadcrumb ol li a {
        background: none;
        color: var(--gray-blue);
        text-decoration: underline; }
        .breadcrumb ol li a:hover {
          text-decoration: none; }
      .breadcrumb ol li:first-of-type a {
        margin-left: 25px;
        position: relative;
        color: var(--gray-blue); }
        .breadcrumb ol li:first-of-type a:before {
          content: '\e900';
          font-family: icomoon;
          position: absolute;
          left: -25px;
          color: var(--gray-blue);
          font-size: 20px;
          margin-right: 2em;
          transition: color .3s ease-in-out, transform .3s ease-in-out; }
        .breadcrumb ol li:first-of-type a:hover:before {
          color: var(--gray-blue);
          transform: translateX(-5px); }

.page-template-template-traineeships .breadcrumb {
  position: relative;
  width: 90%;
  max-width: 1200px;
  margin: 1rem auto;
  padding: 0 1rem; }
  @media (min-width: 981px) {
    .page-template-template-traineeships .breadcrumb {
      margin: 0 auto; } }
  .page-template-template-traineeships .breadcrumb ol li {
    color: var(--gray-blue); }
    .page-template-template-traineeships .breadcrumb ol li a {
      color: var(--gray-blue); }
      .page-template-template-traineeships .breadcrumb ol li a::before {
        color: var(--gray-blue); }

.section-heading {
  position: relative;
  display: flex; }
  .section-heading--large {
    height: 48.5rem;
    padding: 0; }
    .section-heading--large:before {
      content: '';
      position: absolute;
      bottom: 0;
      z-index: 2;
      width: 100%;
      height: 13.625rem;
      background: linear-gradient(0deg, #dee3e6 0%, rgba(222, 227, 230, 0) 100%); }
    .section-heading--large:after {
      content: '';
      position: absolute;
      left: 0;
      bottom: 0;
      z-index: 0;
      width: 50%;
      height: 100%;
      background: linear-gradient(90deg, black 0%, rgba(0, 0, 0, 0) 100%); }
    @media (min-width: 981px) {
      .section-heading--large .container {
        width: 80%;
        max-width: 100%;
        margin: 0 5.625rem; } }
    .section-heading--large .inner-container {
      width: 90%;
      max-width: 1200px;
      margin: 0 auto; }
    .section-heading--large .container-wrapper {
      position: relative;
      z-index: 2;
      width: 100%;
      padding: 0;
      -webkit-margin-before: calc(11.375rem + 20px);
              margin-block-start: calc(11.375rem + 20px); }
    .section-heading--large .title h1 {
      color: var(--green) !important; }
  .section-heading .image-setup {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    z-index: -1; }
    .section-heading .image-setup .bg-image {
      background-size: cover;
      display: block; }
      @media (max-width: 980px) {
        .section-heading .image-setup .bg-image {
          flex-basis: 50%;
          flex-grow: 1; } }
    @media (min-width: 981px) {
      .section-heading .image-setup .main {
        flex: 2; } }
    @media (min-width: 981px) {
      .section-heading .image-setup .sub {
        flex: 1; } }
  .section-heading .container-wrapper {
    margin-top: auto;
    padding-top: 50%;
    margin-bottom: -60px; }
    @media (min-width: 981px) {
      .section-heading .container-wrapper {
        padding-top: 180px;
        margin-bottom: -108px; } }
    .section-heading .container-wrapper .subtitle {
      color: var(--green); }
    .section-heading .container-wrapper .title h1 {
      max-width: 780px;
      margin: 0;
      padding: 0;
      display: flex;
      flex-direction: column; }
      .section-heading .container-wrapper .title h1 .title-one {
        color: var(--green); }
      .section-heading .container-wrapper .title h1 .title-two {
        color: var(--white); }
    .section-heading .container-wrapper .content {
      max-width: 33.125rem;
      -webkit-margin-before: 1.125rem;
              margin-block-start: 1.125rem;
      font-size: 1.5rem;
      color: var(--white); }
    .section-heading .container-wrapper .links {
      -webkit-margin-before: 2.25rem;
              margin-block-start: 2.25rem;
      display: flex;
      align-items: center;
      gap: 2.25rem; }

/*# sourceMappingURL=heading.css.map */
