.footerSitemap {
    margin-bottom: 50px
}

.footerSitemap--greyLine_top {
    height: 1px;
    border-top: 1px solid #ccc;
    padding-bottom: 25px
}

.footerSitemap--container {
    background-color: #eee;
    font-size: 13px;
    display: -webkit-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.footerSitemap--container__row {
    width: 100%;
    margin: 15px 20px 15px 0;
    border-right: 1px solid #ccc;
    line-height: 25px
}

.footerSitemap--container__row a {
    padding-right: 20px;
    display: inline-block
}

.footerSitemap--container__row div:first-child a {
    font-weight: 700
}

.footerSitemap--container__row:first-child {
    margin-left: 20px
}

.footerSitemap--container__row:last-child {
    border-right: none
}