section.breadcrumbs {
    text-align: center;
    margin: 1em 0;
    font-size: 0.9em;
}

ol.breadcrumbs {
    padding: 0;
    margin: 0;
    list-style: none;
    -webkit-display: inline-flex;
    -ms-display: inline-flex;
    display: inline-flex;
    -moz-align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -moz-flex-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -moz-justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

ol.breadcrumbs li {
    padding: 0;
    margin: 0;
}

ol.breadcrumbs .home [itemprop=name] {
    display: none;
}

ol.breadcrumbs a {
    text-decoration: none;
    white-space: normal;
}

ol.breadcrumbs a:hover {
    text-decoration: underline;
}

ol.breadcrumbs .home a {
    text-decoration: none;
}

ol.breadcrumbs .fa-breadcrumb-separator {
    margin: 0 0.7em;
}
.fa-breadcrumb-separator::before {
    content: "\f105";
}