body, h1, h2, h3, h4, h5, h6, p, a, li {
  font-family: 'Avenir55Roman',sans-serif;
}

/** Footer optout **/
.GlobaloptoutLinks li:not(:last-child) {
    margin-right: 6px !important;
    padding-right: 10px;
    border-right: 1px solid #686868;
}

.GlobaloptoutLinks ul li a {
    font-size: 12.5px;
    color: #009aa6;
    line-height: 15px;
}

.GlobaloptoutLinks ul:active {
    display:block !important;
}

@media (max-width: 767px) {
    .GlobaloptoutLinks ul {
        text-align: center;
        width: 100%;
    }

    .GlobaloptoutLinks li:not(:last-child) {
        border-right: 0;
        margin-right: 0 !important;
        padding: 0;
    }
}

