#quickLinksRight {
    background-color: #F9FAFC;
    padding: 1em 2em 2em;
    margin: 1em 0 0;
}
#quickLinksRight .qlTitle{
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    /* text-align: center; */
    padding: 1.25em 0 1em 0;
    margin-top: 0;
}
#quickLinksRight .qlItem{
    display: block;
    padding: 1em 1em 1em 0;
    border-top: 1px solid #ebeff1;
    color: #0069bc;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
}
#quickLinksRight .qlItem.first{
    border-top: 0px;
}
#quickLinksRight .qlItem i{
    margin-top: 2px;
    color: #2ac5fe;
    font-size: 16px;
    font-weight: bold;
    margin-left: 0.5em;
    display: inline;    position: relative;
}