.platform-footer .nap-area .row {
    border-top: 1px solid #fff;
}

.platform-footer .header {
    letter-spacing: 1px;
}

.platform-footer {
    font-size: 14px;
}

.platform-footer .header ~ .list-item a {
    font-weight: 300;
}

.platform-footer .no-header a {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
}

.platform-footer .icon {
    width: 1.5em;
    height: 1.5em;
}

.platform-footer .list-column {
    padding-top: 15px;
    padding-bottom: 15px;
}

/* ------------------------------------------------
* Stickyfooter
* ------------------------------------------------ */
.pod-stickyfooter .icon {
    width: 1.5em;
    height: 1.5em;
    transform: none;
}

.pod-stickyfooter .nav-item:not(:last-of-type) {
    border-right: 1px solid #ffffff;
}

.pod-stickyfooter li {
    padding: 0;
    margin: 0;
    position: static;
}

.pod-stickyfooter li.show {
    background: rgba(0,0,0,.4);
}

.pod-stickyfooter .dropdown-menu {
    text-align: center;
}

.pod-stickyfooter .dropdown-menu.show {
    width: 100%;
    left: 5px !important;
}

.pod-stickyfooter .dropdown-menu .dropdown-item {
    cursor: pointer;
}

.pod-stickyfooter li a {
    padding: 1em;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.pod-stickyfooter li .contact-lenses {
    width: 1.75em;
    height: 1.75em;
}

.pod-stickyfooter li a:hover,
.pod-stickyfooter li a:focus {
    color: #fff;
    background: rgba(0,0,0,.8);
}