/**
 * 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
 */
@font-face {
  font-family: "Heading Now";
  font-weight: bold;
  src: url("/app/themes/nfc-talent-pro/assets/fonts/heading-now/HeadingNow-56Bold.woff2");
  font-display: swap; }

@font-face {
  font-family: "Heading Now";
  font-weight: normal;
  src: url("/app/themes/nfc-talent-pro/assets/fonts/heading-now/HeadingNow-64Regular.woff2");
  font-display: swap; }

@font-face {
  font-family: "Heading Now";
  font-weight: 500;
  src: url("/app/themes/nfc-talent-pro/assets/fonts/heading-now/HeadingNowTrial-55Medium.woff2");
  font-display: swap; }

@font-face {
  font-family: "Carlito";
  font-weight: normal;
  src: url("/app/themes/nfc-talent-pro/assets/fonts/Carlito/Carlito-Regular.ttf");
  font-display: swap; }

@font-face {
  font-family: "Carlito";
  font-weight: normal;
  font-style: italic;
  src: url("/app/themes/nfc-talent-pro/assets/fonts/Carlito/Carlito-Italic.ttf");
  font-display: swap; }

@font-face {
  font-family: "Carlito";
  font-weight: bold;
  src: url("/app/themes/nfc-talent-pro/assets/fonts/Carlito/Carlito-Bold.ttf");
  font-display: swap; }

@font-face {
  font-family: "Carlito";
  font-weight: bold;
  font-style: italic;
  src: url("/app/themes/nfc-talent-pro/assets/fonts/Carlito/Carlito-BoldItalic.ttf");
  font-display: swap; }

@font-face {
  font-family: 'Fallback';
  src: local(Impact);
  size-adjust: 96%;
  ascent-override: 115%;
  descent-override: normal;
  line-gap-override: normal; }

.section-heading {
  position: relative;
  background-color: var(--dark-gray);
  height: 500px; }
  .section-heading h1 {
    color: var(--white);
    position: relative;
    padding-top: 1em; }
    @media (min-width: 981px) {
      .section-heading h1 {
        margin-bottom: 0; } }
  @media (min-width: 981px) {
    .section-heading .container {
      display: flex;
      justify-content: flex-end;
      align-items: flex-end;
      height: 140px; }
      .section-heading .container .title {
        position: absolute;
        left: 5em;
        top: 0; } }
  .section-heading .container .filters {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1em; }
    @media (min-width: 981px) {
      .section-heading .container .filters {
        gap: 2em; } }
    .section-heading .container .filters select {
      height: 45px;
      width: 190px;
      padding: .3em 1.25em;
      border-radius: 3px;
      border: 0;
      font-size: 12px;
      box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.5);
      color: #454545;
      position: relative;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      background: url(/app/themes/nfc-talent-pro/assets/images/chevron-down.png) no-repeat 90%, var(--white); }

.breadcrumb {
  position: absolute;
  top: 0;
  left: 5%; }
  @media (min-width: 981px) {
    .breadcrumb {
      left: 5em; } }
  .breadcrumb ol li a:not([class]) {
    background: linear-gradient(0deg, #ffffff, #ffffff) no-repeat left bottom/100% var(--bg-h); }

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