﻿@font-face {
  font-family: 'Roboto';
  src: url('/Webfonts/RobotoBlack.woff2') format('woff2'), url('/Webfonts/RobotoBlack.woff') format('woff');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('/Webfonts/RobotoBold.woff2') format('woff2'), url('/Webfonts/RobotoBold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('/Webfonts/RobotoMed.woff2') format('woff2'), url('/Webfonts/RobotoMed.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('/Webfonts/RobotoReg.woff2') format('woff2'), url('/Webfonts/RobotoReg.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
/* Sizing */
/* For use when backgrounds or borders must be constrained to the elements width */
/* For use when backgrounds or borders must span the entire element - including padding */
#crumbs {
  text-align: center;
  font-size: 87%;
  color: #242424;
  vertical-align: middle;
}
#crumbs > p {
  margin-bottom: 2.8em;
}
#crumbs a {
  color: #242424;
  text-decoration: none;
  white-space: nowrap;
}
#crumbs a:hover {
  text-decoration: underline;
}
#crumbs a.active {
  font-weight: 500;
}
#crumbs .icon {
  display: inline-block;
  margin: 0 1em;
}
@media (min-width: 600px) {
  #crumbs > p {
    margin-bottom: 4em;
  }
}