.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: 400;
}

.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;
}

.sticky-footer-label {
  font-size: 8px;
  padding-top: 0.5rem;
  text-transform: uppercase;
}

.platform-footer .wrapper-footer.essential{
    background-color: #FFC700 !important;
}

.platform-footer.wrapper-footer.essential p,
.platform-footer.wrapper-footer.essential a
{
    color: black;
}

.platform-footer .wrapper-footer.essentialplus{
    background-color: #3AC4BA !important; 
}

.platform-footer.wrapper-footer.essentialplus p,
.platform-footer.wrapper-footer.essentialplus a
{
    color: white;
}


/* ------------------------------------------------
* 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: 1rem 0.5rem 0.25rem;
    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);
}

@media (max-width: 767.98px){
    .wrapper-footer{
        margin-bottom: 82px;
    }    
}
