/**
 * 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 {
  display: flex;
  position: relative;
  background-color: var(--dark-blue); }
  .section-heading .container-wrapper {
    padding: 0 5%;
    width: 100%; }
    @media (min-width: 981px) {
      .section-heading .container-wrapper {
        padding: 90px 5em 1em; } }
    .section-heading .container-wrapper .heading {
      display: flex;
      flex-wrap: wrap;
      margin-top: auto;
      margin-bottom: -135px;
      justify-content: space-between; }
      @media (min-width: 981px) {
        .section-heading .container-wrapper .heading {
          gap: 90px;
          margin-bottom: -90px; } }
      .section-heading .container-wrapper .heading h1 {
        color: var(--white);
        flex-basis: 100%;
        margin: 0; }
        @media (min-width: 981px) {
          .section-heading .container-wrapper .heading h1 {
            flex: 1;
            padding-bottom: 135px; } }
      .section-heading .container-wrapper .heading .image {
        width: 325px;
        height: 325px;
        margin: 0 auto;
        position: relative; }
        @media (min-width: 981px) {
          .section-heading .container-wrapper .heading .image {
            max-width: 500px;
            height: 500px;
            flex: 1; } }
        .section-heading .container-wrapper .heading .image img {
          height: 100%;
          width: 100%;
          position: absolute;
          inset: 0;
          -o-object-fit: cover;
             object-fit: cover; }

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