#section-breadcrumbs {
  padding: 1em 0;
  /**
 * 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-breadcrumbs nav ol {
    margin: 0;
    padding: 0;
    list-style: none; }
    #section-breadcrumbs nav ol li {
      padding-left: 0 !important;
      display: inline-block;
      margin-right: 5px; }
      #section-breadcrumbs nav ol li:before {
        display: none !important; }
      #section-breadcrumbs nav ol li a, #section-breadcrumbs nav ol li span {
        color: var(--dark-blue);
        text-decoration: none;
        font-weight: 500;
        font-size: 16px; }
      #section-breadcrumbs nav ol li:nth-child(1) a {
        font-size: 0 !important;
        display: block; }
        #section-breadcrumbs nav ol li:nth-child(1) a:before {
          content: '\e91a';
          font-family: Icomoon;
          font-size: 15px;
          display: inline-block;
          padding-bottom: 4px; }

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