@charset "utf-8";
html {} /* Browser bug causes 1st rule to be ignored, so add this dummy rule */

.pageExplanation {
    text-align: center;
    padding-bottom: 28px;
}

.researchAidsCard {
    border-radius: 10px;
}

.researchAidsCard a, .researchAidsCard a:hover, .researchAidsCard p {
    color: black !important;
}

.researchAidsCard h2 {
    color: black;
    text-transform: uppercase;
    font-size: 130%;
}

.ancGrid a:focus, .ancGrid a:hover {
    color: #002F3D;
}

div.researchAidsCardImage {
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

div.researchAidsCardImage img {
    width: 100%;
}

.researchAidsCardText {
    padding: 12px;
}

.researchAidsLinkDiv {
    line-height: 100%;
    margin-bottom: 8px;
    padding: 6px;
    border-radius: 6px;
}

.bgColor2 {
    background-color: #7870A4 !important;
}