header {
  display: block; }
  header.c-header {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-shrink: 0;
    min-height: 56px;
    background: #fff;
    border-bottom: 1px solid #d8dbe0; }
    header.c-header.c-header-fixed {
      position: fixed;
      right: 0;
      left: 0;
      z-index: 1029; }
    header.c-header .c-subheader {
      border-bottom: 0;
      margin-top: -1px;
      border-top: 1px solid #d8dbe0;
      position: relative;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      width: 100%;
      min-height: 30px;
      background: #fff;
      border-bottom: 1px solid #d8dbe0; }
      header.c-header .c-subheader[class*=bg-] {
        border-color: rgba(0, 0, 21, 0.1); }
      header.c-header .c-subheader .c-subheader-nav {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-align: center;
        align-items: center;
        min-height: 20px;
        padding: 0;
        margin-bottom: 0;
        list-style: none; }
    header.c-header .c-header-nav {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-align: center;
      align-items: center;
      min-height: 40px;
      padding: 0;
      margin-bottom: 0;
      list-style: none; }
      header.c-header .c-header-nav .c-header-nav-item {
        position: relative; }
      header.c-header .c-header-nav .c-header-nav-link {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        padding-right: .5rem;
        padding-left: .5rem;
        color: rgba(0, 0, 21, 0.5); }
        header.c-header .c-header-nav .c-header-nav-link:hover {
          text-decoration: none; }
        header.c-header .c-header-nav .c-header-nav-link:focus {
          color: rgba(0, 0, 21, 0.7); }
    header.c-header[class*=bg-] {
      border-color: rgba(0, 0, 21, 0.1); }
  header .breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .25rem 1rem;
    margin-bottom: 1.5rem;
    list-style: none;
    border-radius: 0;
    border-bottom: 1px solid;
    background-color: transparent; }
    header .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
      display: inline-block;
      color: #8a93a2;
      content: "/"; }
    header .breadcrumb .breadcrumb-item + .breadcrumb-item:hover::before {
      text-decoration: none; }
    header .breadcrumb .breadcrumb-item.active {
      color: #8a93a2; }

@media (min-width: 769px) {
  .open_menu {
    display: none !important; } }
@media all and (-ms-high-contrast: none) {
  .c-wrapper:not(.c-wrapper-fluid) .c-header-fixed {
    position: fixed;
    margin: inherit; } }

/*# sourceMappingURL=header.css.map */
