/**
 * 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 {
  background-color: var(--dark-blue);
  position: relative;
  display: flex; }
  .section-heading .container-wrapper {
    display: flex;
    align-items: flex-end; }
    @media (max-width: 980px) {
      .section-heading .container-wrapper {
        flex-wrap: wrap;
        width: 90%;
        margin: 0 auto; } }
    @media (min-width: 981px) {
      .section-heading .container-wrapper {
        padding: 0 5em;
        max-width: 1560px; } }
    .section-heading .container-wrapper h1 {
      color: var(--green);
      margin-top: auto;
      margin-bottom: -15px;
      display: flex;
      flex-wrap: wrap;
      flex-basis: 100%; }
      @media (max-width: 980px) {
        .section-heading .container-wrapper h1 {
          padding-bottom: 0; } }
      @media (min-width: 981px) {
        .section-heading .container-wrapper h1 {
          margin-bottom: -90px; } }
    .section-heading .container-wrapper .title-white {
      color: var(--white);
      flex-basis: 100%; }
    .section-heading .container-wrapper .category-wrapper {
      position: relative;
      width: -moz-fit-content;
      width: fit-content; }
      .section-heading .container-wrapper .category-wrapper:after {
        content: '\e904';
        font-family: icomoon;
        color: var(--dark-blue);
        font-weight: 800;
        font-size: 13px;
        position: absolute;
        top: 15px;
        right: 20px; }
        @media (min-width: 981px) {
          .section-heading .container-wrapper .category-wrapper:after {
            font-size: 20px;
            top: 28px; } }
      .section-heading .container-wrapper .category-wrapper select {
        border: 2px solid var(--dark-blue);
        color: var(--dark-blue);
        background-color: transparent;
        font-family: "JetBrains Mono", Helvetica, Arial, sans-serif;
        text-transform: uppercase;
        padding: 20px 50px 20px 20px;
        margin-bottom: 30px;
        position: relative;
        -webkit-appearance: none;
           -moz-appearance: none;
                appearance: none;
        font-weight: 800;
        font-size: 12px; }
        @media (min-width: 981px) {
          .section-heading .container-wrapper .category-wrapper select {
            font-size: 16px;
            padding: 31px 76px 31px 31px; } }
        .section-heading .container-wrapper .category-wrapper select:hover {
          cursor: pointer; }
      .section-heading .container-wrapper .category-wrapper.desktop {
        display: none; }
      @media (min-width: 981px) {
        .section-heading .container-wrapper .category-wrapper.mobile {
          display: none; }
        .section-heading .container-wrapper .category-wrapper.desktop {
          display: block; }
          .section-heading .container-wrapper .category-wrapper.desktop:after {
            color: var(--green); }
          .section-heading .container-wrapper .category-wrapper.desktop select {
            color: var(--green);
            border-color: var(--green); } }

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