/**
 * 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-simple-heading {
  background-color: var(--dark-gray);
  position: relative;
  margin-top: -1px; }
  @media (min-width: 981px) {
    .section-simple-heading .container {
      padding: 0 5em;
      width: 100%;
      max-width: 100%; } }
  .section-simple-heading .container .breadcrumb {
    padding-top: 0;
    padding-bottom: 1em;
    color: var(--white); }
    .section-simple-heading .container .breadcrumb ol li a:not([class]) {
      color: var(--white);
      background: linear-gradient(0deg, #ffffff, #ffffff) no-repeat left bottom/100% var(--bg-h); }
  .section-simple-heading .container .back-to-top {
    text-transform: uppercase;
    position: fixed;
    bottom: 2em;
    left: 2em;
    z-index: 999;
    opacity: 0;
    transition: opacity .3s ease-in-out; }
    @media (min-width: 981px) {
      .section-simple-heading .container .back-to-top {
        right: 2em;
        left: auto; } }
    .section-simple-heading .container .back-to-top.reveal {
      opacity: 1; }

@media (max-width: 980px) {
  body.single .back-to-top, body.is-single-now .back-to-top {
    display: none; } }

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