#breadcrumb {
  display: block;
  width: 100%;
  margin: 0 0 1.5rem 0;
  padding: 0; }
  #breadcrumb ul {
    margin: 0;
    padding: 0;
    color: #444; }
  #breadcrumb li {
    margin: 0;
    padding: 0;
    color: #444; }
    #breadcrumb li:first-of-type a:before {
      font-family: 'default';
      font-weight: normal;
      text-indent: 0;
      font-style: normal;
      content: "\2302";
      display: inline-block;
      margin: 0 1rem 0 0;
      font-style: normal;
      font-size: 1rem;
      color: #444; }
      @media (max-width: 767px) {
  #breadcrumb li:first-of-type a:before {
    margin: 0 0.5rem 0 0; } }
    #breadcrumb li:last-of-type a:after {
      display: none; }
  #breadcrumb * {
    display: inline-block;
    text-decoration: none;
    font-style: italic;
    color: #444; }
    @media (max-width: 767px) {
  #breadcrumb * {
    font-size: 0.875rem; } }
  #breadcrumb a:after {
    font-family: 'default';
    font-weight: normal;
    text-indent: 0;
    font-style: normal;
    content: "\2304";
    display: inline-block;
    margin: 0 1rem;
    font-style: normal;
    font-size: 0.75rem;
    color: #444;
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg); }
    @media (max-width: 767px) {
    #breadcrumb a:after {
      margin: 0 0.5rem; } }

.medialess #breadcrumb {
  margin-bottom: 3rem; }
