@font-face {
  font-family: "gov-icons";
  src: url("/css/fonts/gov-icons.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.gov-icon {
  font-family: "gov-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.gov-icon--account:before {
  content: "";
}
.gov-icon--arrow-left-thin:before {
  content: "";
}
.gov-icon--arrow-right-thin:before {
  content: "";
}
.gov-icon--business:before {
  content: "";
}
.gov-icon--home:before {
  content: "";
}
.gov-icon--citizen:before {
  content: "";
}
.gov-icon--external-big:before {
  content: "";
}
.gov-icon--external:before {
  content: "";
}
.gov-icon--official:before {
  content: "";
}
.gov-icon--arrow-right-2-center:before {
  content: "";
}
.gov-icon--arrow-left:before {
  content: "";
}
.gov-icon--arrow-right:before {
  content: "";
}
.gov-icon--arrow-down:before {
  content: "";
}
.gov-icon--arrow-up:before {
  content: "";
}
.gov-icon--file:before {
  content: "";
}
.gov-icon--calendar:before {
  content: "";
}
.gov-icon--map-marker:before {
  content: "";
}
.gov-icon--search:before {
  content: "";
}
.gov-icon--context-help:before {
  content: "";
}
.gov-icon--success:before {
  content: "";
}
.gov-icon--info:before {
  content: "";
}
.gov-icon--alert:before {
  content: "";
}
.gov-icon--close:before {
  content: "x";
}
.gov-icon--facebook:before {
  content: "";
}
.gov-icon--twitter:before {
  content: "";
}
.gov-icon--instagram:before {
  content: "";
}
.gov-icon--youtube:before {
  content: "";
}
.gov-icon--linkedin:before {
  content: "";
}
.gov-icon--flickr:before {
  content: "";
}
.gov-icon--license-by:before {
  content: "";
}
.gov-icon--license-cc:before {
  content: "";
}
.gov-icon--midicine:before {
  content: "";
}
.gov-icon--traffic:before {
  content: "";
}
.gov-icon--water:before {
  content: "";
}
.gov-icon--weather:before {
  content: "";
}
.gov-icon--warning-other:before {
  content: "";
}
.gov-icon--trend-rising:before {
  content: "";
}
.gov-icon--trend-declining:before {
  content: "";
}
.gov-icon--trend-no-change:before {
  content: "";
}
.breadcrumbs {
  padding-bottom: 0;
}
.breadcrumbs ul {
  display: block;
  display: flex;
  flex-wrap: wrap;
  padding-left: 1em;
  font-size: 0.875em;
}
.breadcrumbs ul li {
  float: left;
}
.breadcrumbs ul li:last-child a {
  color: #1b1b1b;
}
.breadcrumbs ul .home {
  margin-left: -1em;
}
.breadcrumbs ul .home::before {
  font-family: "gov-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}
.breadcrumbs ul li + li::before {
  font-family: "gov-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  color: #0052a5;
  margin: 0 0.5em;
}
html.rtl .breadcrumbs ul li + li::before {
  display: inline-block;
  transform: scaleX(-1);
}
