.reference-page .nav-background-image-inner .button {
    color: #fff;
    background: #000;
    border: 1px solid #fff;
}

#form-target-buttons li.contacts-tab a.button.outline.black {
    line-height: 29px;
}

.formfield .ktc-checkbox input + label:before {
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    margin-right: 10px;
    left: 0;
    top: 0;
    background: url(/Content/pics/icon-checkbox.svg) no-repeat center / 25px 25px;
}

.formfield .ktc-checkbox input:checked + label:before {
    background: url(/Content/pics/icon-checkbox-checked.svg) no-repeat center / 25px 25px;
}
