/**
 * 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
 */
.section-heading {
  position: relative; }
  .section-heading .background {
    min-height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative; }
    .section-heading .background.gradient::after {
      content: '';
      background-image: linear-gradient(190deg, rgba(255, 255, 255, 0) 5%, rgba(248, 200, 148, 0) 7%, #EE7F08 59%);
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1; }
      @media (min-width: 1200px) {
        .section-heading .background.gradient::after {
          background-image: linear-gradient(190deg, rgba(255, 255, 255, 0) 5%, rgba(248, 200, 148, 0) 47%, #EE7F08 71%);
          height: 40%; } }
    @media (min-width: 1200px) {
      .section-heading .background {
        max-width: 65%;
        min-height: 550px; } }
  .section-heading .content {
    background-color: var(--night);
    padding: 0 20px 30px 20px;
    border-radius: 0 0 15px 15px;
    position: relative;
    z-index: 2; }
    @media (min-width: 1200px) {
      .section-heading .content {
        max-width: 59%;
        width: 100%;
        border-radius: 0 0 0 30px;
        padding: 50px;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 1;
        min-height: 600px; } }
    @media (min-width: 1200px) {
      .section-heading .content {
        width: 59%;
        max-width: 840px;
        padding: 70px; } }
    .section-heading .content-in {
      max-width: 700px;
      margin-left: auto;
      margin-right: auto;
      position: relative;
      top: -150px;
      margin-bottom: -150px; }
      @media (min-width: 1200px) {
        .section-heading .content-in {
          max-width: none;
          margin: auto;
          position: static;
          top: auto; } }
      .section-heading .content-in .h5 {
        color: var(--orange); }
        @media (min-width: 1200px) {
          .section-heading .content-in .h5 {
            font-size: 40px;
            line-height: 49px; } }
      .section-heading .content-in .info div {
        display: flex;
        gap: .5em;
        line-height: 1; }
        .section-heading .content-in .info div:not(:last-of-type) {
          margin-bottom: .5em; }
      .section-heading .content-in .employer {
        display: flex;
        align-items: center;
        gap: 1em;
        margin: 1em 0; }
        @media (min-width: 1200px) {
          .section-heading .content-in .employer {
            margin: 2em 0; } }
        .section-heading .content-in .employer .employer-logo {
          height: 50px;
          width: 50px;
          border-radius: 10px;
          background-color: var(--night);
          display: flex;
          align-items: center;
          justify-content: center; }
          .section-heading .content-in .employer .employer-logo img {
            -o-object-fit: contain;
               object-fit: contain; }
        .section-heading .content-in .employer .text .post-date {
          color: var(--dark-gray); }
      @media (max-width: 1199px) {
        .section-heading .content-in .link a {
          width: 100%; } }
      .section-heading .content-in .inner {
        background-color: var(--white);
        padding: 20px;
        border-radius: 15px; }
        @media (min-width: 1200px) {
          .section-heading .content-in .inner {
            padding: 50px;
            border-radius: 30px; } }
      .section-heading .content-in .text ul {
        padding: 0;
        list-style: none; }
        .section-heading .content-in .text ul li {
          position: relative;
          padding-left: 26px;
          margin-bottom: 10px; }
          .section-heading .content-in .text ul li:last-child {
            margin-bottom: 0; }
          .section-heading .content-in .text ul li::before {
            content: "\e91b";
            font-family: Icomoon, 'sans-serif';
            font-size: 16px;
            color: var(--night);
            position: absolute;
            top: 0;
            left: 0; }
  .section-heading .breadcrumbs {
    padding: 1em 0;
    overflow: hidden;
    text-overflow: ellipsis; }
    .section-heading .breadcrumbs ol {
      display: flex;
      align-items: center;
      gap: 1em;
      list-style: none;
      padding: 0;
      margin: 0; }
      .section-heading .breadcrumbs ol li {
        padding: 0;
        margin: 0;
        text-overflow: ellipsis; }
        .section-heading .breadcrumbs ol li a {
          background: none;
          color: var(--night);
          white-space: nowrap; }
          .section-heading .breadcrumbs ol li a:hover {
            color: var(--lightblue); }
        .section-heading .breadcrumbs ol li:first-of-type a {
          font-size: 10px;
          height: 36px;
          width: 36px;
          border-radius: 10px;
          display: flex;
          align-items: center;
          justify-content: center;
          color: var(--night);
          border: 1px solid var(--gray);
          transition: background-color .14s ease-in-out;
          text-decoration: none; }
          .section-heading .breadcrumbs ol li:first-of-type a:hover {
            text-decoration: none;
            background-color: var(--night);
            color: var(--white); }
            .section-heading .breadcrumbs ol li:first-of-type a:hover .icon-chevron-left {
              color: var(--white); }
        .section-heading .breadcrumbs ol li:first-of-type + .icon-chevron-right {
          display: none; }
        .section-heading .breadcrumbs ol li:last-of-type {
          text-overflow: ellipsis;
          overflow: hidden; }
          .section-heading .breadcrumbs ol li:last-of-type span {
            white-space: nowrap; }
      .section-heading .breadcrumbs ol .icon-chevron-right {
        font-size: 10px; }

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