﻿header {
  padding-bottom: 14px;
  position: relative;
  font-family: "Open Sans", sans-serif; }
  header:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (min-width: 992px) {
    header .header {
      height: auto; } }
  header .header-bg {
    background-color: #fff; }
  @media screen and (min-width: 992px) {
    header .header-bg {
      border-bottom: 1px solid #dbdbdd;
      background: #fff url(/Content/images/header-bg.png) no-repeat 50%; } }
  header .header-wrapper {
    width: 100%;
    margin: 0 auto; }
  @media screen and (min-width: 0) and (max-width: 991px) {
    header .header-wrapper {
      padding: 0 !important; } }
  header .header-inner-wrapper {
    height: 60px;
    margin: 0;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row; }
  @media screen and (min-width: 992px) {
    header .header-inner-wrapper {
      height: 119px;
      -ms-flex-align: center;
      align-items: center;
      overflow: visible; } }
  header .site-logo-wrapper {
    width: 100%;
    height: 60px;
    background-color: #fff;
    padding: 0 6px;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row; }
  @media screen and (min-width: 992px) {
    header .site-logo-wrapper {
      width: auto;
      height: 84px;
      padding: 0;
      background-color: transparent;
      display: block; } }
  header .site-logo {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 12px;
    padding-left: 12px;
    width: 50%;
    height: 46px;
    margin: 7px auto;
    display: block; }
  @media screen and (min-width: 992px) {
    header .site-logo {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
      height: 84px;
      margin: 0;
      padding: 0; } }
  header .site-logo--alt {
    margin: 2rem 0 0; }
  header .site-logo__link {
    width: auto;
    height: 46px;
    margin: 0;
    display: inline-block;
    position: relative; }
  header .site-logo__link:focus {
    outline: 0;
    border: 0; }
  @media screen and (min-width: 992px) {
    header .site-logo__link {
      height: 84px;
      float: left; }
    header .site-logo__link:focus {
      outline: 0; }
    header .site-logo__link:focus:after {
      width: calc(100% + 8px);
      height: 100%;
      border: 2px solid #002d59;
      border-radius: 2px;
      content: "";
      position: absolute;
      left: -2px;
      top: -2px; } }
  header .site-logo__img {
    width: auto;
    height: 46px;
    margin: auto; }
  @media screen and (min-width: 992px) {
    header .site-logo__img {
      width: auto;
      max-width: none;
      height: 84px; } }

btn--login {
  min-width: 64px;
  border: 2px solid #06417e;
  background-color: #06417e;
  color: #fff; }

.breadcrumb-outer-wrapper, .slick-arrow.slick-hidden {
  display: grid; }

.breadcrumb-outer-wrapper {
  border-bottom: 2px solid #002d59;
  display: block; }

.breadcrumb-container {
  display: -ms-flexbox;
  display: flex; }

.breadcrumb-wrapper {
  margin: 0;
  padding: 1.7rem 2rem 1.7rem 0;
  -ms-flex: 1;
  flex: 1; }

.breadcrumb {
  margin: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.breadcrumb__item {
  margin: 0; }

.breadcrumb__item:after {
  width: 8px;
  height: 11px;
  margin: 0 10px;
  content: url(/Content/images/icon-breadcrumb.svg);
  position: relative;
  top: 1px;
  display: -ms-inline-flexbox;
  display: inline-flex; }

.breadcrumb__item:first-child {
  width: auto;
  height: 24px;
  margin-right: 10px;
  background: transparent url(/Content/images/icon-breadcrumb-home.svg) no-repeat 0;
  position: relative; }

.breadcrumb__item:first-child span {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.breadcrumb__item:first-child a {
  width: 28px;
  height: 28px;
  display: block;
  float: left; }

.breadcrumb__item:first-child a:focus {
  outline: 0; }

.breadcrumb__item:first-child a:focus:before {
  width: 28px;
  height: 28px;
  content: "";
  display: block;
  border: 1px solid #00313f;
  z-index: 3;
  position: absolute;
  top: -2px;
  left: -2px; }

.breadcrumb__item:first-child:after, .breadcrumb__item:first-child:focus {
  margin: 0 0 0 6px; }

.breadcrumb__item:last-child:after {
  display: none; }

.breadcrumb__link {
  color: #00313f;
  font-size: 1.4rem;
  text-decoration: none; }

.breadcrumb__link:focus, .breadcrumb__link:hover {
  color: #00313f;
  outline: 0;
  text-decoration: underline; }