.glossaryLinksCont .container .row > div:first-of-type {
    background: #FFF;
    padding: 30px;
}

.glossaryLinksCont .content h2 {
    color:#000;font-weight:900;font-size:3rem;line-height:3.4rem;
    text-transform:none;margin-bottom:1rem
}

.glossaryLinksCont .content p {
    font-size: 20px;
    line-height: 36px;
    margin-bottom: 0;
}

.glossaryLinksCont .linkList li {
    font-size: 20px;
    line-height: 36px;
    text-decoration: underline;
}

.glossaryLinksCont a {
    color:#00f;text-decoration:underline;font-style:italic
}
.glossaryLinksCont a:hover {
    color:#a90000;text-shadow:0 0 5px rgba(255, 255, 0, 0.5);
}
