/* Adult education form download box focus indication start */
.thc-forms-boxes .link-area-box-hover {
    background-color:#fff;
}

.thc-forms-boxes .link-area-box:focus-within {
    background-color:#fff;
    outline: 2px solid #000000 !important;
    outline-offset: 2px !important;
}
/* Adult education form download box focus indication end */