.sedo-footer {
    background-color: #0061AA;
    color: #fff;
    font-size: 1rem;
}

@media screen and (min-width: 1024px) {
    .sedo-footer {
        font-size: calc(13/16 * 1rem);
    }
}

.sedo-footer__wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
}
.sedo-footer__logo {
    justify-self: flex-start;
    align-self: center;
    padding: 1.25rem 0;
}
.sedo-footer__time {
    justify-self: flex-start;
    align-self: center;
    width: 100%;
}
@media screen and (min-width: 768px) {
    .sedo-footer__time {
        width: 50%;
        text-align: right;
    }
}
@media screen and (min-width: 1024px) {
    .sedo-footer__time {
        width: auto;
        text-align: left;
    }
}
.sedo-footer__list-wrapper {
    width: 100%;
    display: flex;
}
@media screen and (min-width: 768px) {
    .sedo-footer__list-wrapper {
        width: 50%;
    }
}
@media screen and (min-width: 1024px) {
    .sedo-footer__list-wrapper {
        width: auto;
    }
}
.sedo-footer__nav {
    list-style: none;
    padding: 0;
    margin: 0.625rem 0;
    width: 100%;
}
@media screen and (min-width: 1024px) {
    .sedo-footer__nav {
        text-align: center;
        white-space: nowrap;
    }
}
.sedo-footer__nav-item {
    display: flex;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
}
@media screen and (min-width: 768px) {
    .sedo-footer__nav-item {
        display: inline;
        border: none;
        margin-right: 0.3125rem;
    }
    .sedo-footer__nav-item::after {
        content: "|";
        margin-left: 0.625rem;
        position: static;
    }
    .sedo-footer__nav-item:last-child::after {
        content: none;
    }
}
.sedo-footer__nav-href {
    line-height: 4em;
    border-right: 0 none;
    color: #fff;
    text-decoration: none;
    width: 100%;
    text-align: left;
}
.sedo-footer__nav-href:link,
.sedo-footer__nav-href:active,
.sedo-footer__nav-href:visited,
.sedo-footer__nav-href:hover,
.sedo-footer__nav-href:focus {
    color: #fff;
}
.sedo-footer__nav-href::after {
    content: "";
    float: right;
    position: absolute;
    right: 2px;
    top: 1.7em;
    width: 0.6em;
    height: 0.6em;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    transform: rotate(45deg);
    color: #fff;
}
@media screen and (min-width: 768px) {
    .sedo-footer__nav-href::after {
        display: none;
    }
}
.sedo-footer__social {
    list-style: none;
    padding: 0;
    margin: 1rem 0;
    width: 100%;
}
@media screen and (min-width: 768px) {
    .sedo-footer__social {
        text-align: right;
    }
}
@media screen and (min-width: 1024px) {
    .sedo-footer__social {
        text-align: center;
    }
}
.sedo-footer__social-icon {
    width: 1.5625rem;
    height: 1.5625rem;
    color: #fff;
}
.sedo-footer__social-item {
    margin: auto 0.3125rem;
    display: inline;
}
.sedo-footer__social-item--v-center {
    vertical-align: super;
}

sedo-footer__social-link {
    text-transform: none;
}