/***************************************************

    CLIENT STYLES - For custom header/footer/nav

***************************************************/

@font-face {
    font-family: 'Aktiv Grotesk';
    src: url('/Resources/Client/fonts/AktivGrotesk_Rg.ttf') format('ttf');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Aktiv Grotesk Bold';
    src: url('/Resources/Client/fonts/AktivGrotesk_Bd.ttf') format('ttf');
    font-weight: 600;
    font-style: bold;
}

.kx-preview-preferences-slice {
    display: none;
}

a,
a:hover,
a:focus,
a:active,
a:visited,
a:link{
    text-decoration-color: var(--kx-color-font-links-hover);
    text-decoration-thickness: var(--kx-size-border-width-base, 2px);
}

.kx-master-footer a:not([class]) {
    transition: all 0.5s linear;
}
.kx-master-footer a:not([class]):hover,
.kx-master-footer a:not([class]):hover,
.kx-master-footer a:not([class]):active {
    margin-left: 0.5rem;
}

.transferfailure
{
    margin-left: 5em;
}