/**
 * 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; }

form.search-form-blog {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  height: 47px; }
  form.search-form-blog input {
    flex: 1;
    width: 100%;
    height: 47px;
    line-height: 45px;
    padding: .5em 1.3em;
    border: 0.5px solid var(--white);
    font-size: 12px;
    border-radius: 5px;
    min-width: 200px; }
    form.search-form-blog input::-moz-placeholder {
      color: var(--dark-gray);
      opacity: .8; }
    form.search-form-blog input::placeholder {
      color: var(--dark-gray);
      opacity: .8; }
  form.search-form-blog button {
    flex-basis: 45px;
    border: 0.5px solid var(--medium-gray);
    background-color: var(--medium-gray);
    color: var(--white);
    font-size: 25px;
    width: 45px;
    height: 47px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-left: -4px;
    border-radius: 0 5px 5px 0; }

/*# sourceMappingURL=search-blog.css.map */
