#quickLinks {
    /* background-color: #EBEFF2; */
    padding: 3em;
    margin: 2em 0 0;
    /*min-height: 561px;*/
}
#quickLinks .qlTitle{
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    padding: 0 0 2em 0;
    margin-top: 0;
}
#quickLinks .qlItem{
    display: block;
    padding: 1em 2.5em 1em 1em;
    border-top: 1px solid #E2E2E2;
    color: #0069bc;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0.03em;
    position: relative;
}
#quickLinks .qlItem.first{
    border-top: 0px;
}
#quickLinks .qlItem i{
    position: absolute; top: 50%; margin-top: -8px; right: 1em;
    color: #2ac5fe;
    font-size: 16px;
    font-weight: bold;
}
#quickLinks .qlItem i.linkIcon{
    position: relative;
    width: 40px;
    text-align: center;
    margin: 0 -5px 0 4px;
    color: #0069bc;
    font-weight: 100;
}

@media (max-width: 767px) {
  #quickLinks { margin-top: 1em; padding: 1em 0; margin: 2em -15px 0; min-height: 0; }
  #quickLinks .qlTitle { margin-top: 1.5em; font-size: 15px; margin-bottom: 0.5em; padding-bottom: 0; }
  #quickLinks .qlItem { font-size: 16px; }
}
