h6.figureTitle {
    text-transform: unset !important;
}

.externalLink {
    color: #fff;
    background:transparent;
    margin-top: 1em;
    font-weight:normal;
    letter-spacing: normal;
    padding: 0;
    width:auto;
    font-size: initial;
    white-space: inherit;
    -webkit-appearance: none;
    text-decoration: none;
    letter-spacing:inherit;
}
.externalLink:hover, .externalLink:focus, .externalLink:visited {
    color: #fff;
    text-decoration: none;
}

.downloadPDF {
    float: right;
    margin-top: .5em;
    color: #FFF;
    font-weight: inherit;
    padding: .25em .75em;
    border-radius: 2px;
    cursor: pointer;
    border: solid 1px #ffffff;
    text-transform: none;
    text-decoration: none;
}

.downloadPDF:hover {
    background:#444;
}