@font-face {
    font-family: NormsProMedium;
    src: url(TT_Norms_Pro_Medium.ttf);
}

@font-face {
    font-family: NormsProBold;
    src: url(TT_Norms_Pro_Bold.ttf);
}


/*Basics*/
body {
    font-family: NormsProMedium;
    font-size: 16px;
    line-height: 1.85;
    font-family: NormsProMedium,sans-serif;
    line-height: 2;
}

h1, h2, h3, h4, h5, h6, h7 {
    color: #646567;
    font-family: NormsProBold,Helvetica,Arial,sans-serif;
}

h2 {
    line-height: 1.5;
}

a:hover {
    color: #0056b3;
    text-decoration: underline;
}

a {
    color: #007bff;
    text-decoration: none;
}


/*Form*/
.untie-onboarding {
    background-color: white;
}

.untie-card .card-header {
    background-color: #00618c;
    border-radius: 0;
    padding: 0.5rem .5rem;
    font-size: 1rem;
    color: white;
}

.untie-card {
    border: 1px solid #00618c;
    border-radius: 0;
}
    .untie-card .card-body h6 {
        color: #00618c;
    }


/*Progress*/
.untie-step-progressbar .item.active:before {
    background: #00618c;
}

.untie-step-progressbar .item:before {
    background: #00618c63;
}

.untie-step-progressbar .item:after {
    background: #00618c63;
}

.untie-step-progressbar .item.complete:before {
    color: #00618c;
    background-color: #00618c63;
}


/*Buttons*/
.untie-button {
    background-color: #00618c;
    border-color: #00618c;
    color: #fff;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 14px;
}
    .untie-button:hover {
        background-color: #00618c63;
        color: #fff;
        border: 1px solid #00618c63;
        border-color: #00618c63;
    }

    .untie-button:after {
        content: "";
        padding-left: 0;
        margin: 0;
    }

    .untie-button:hover:after {
        padding-left: 0;
        margin: 0;
    }


/* Table */
.table th, .table td {
    vertical-align: bottom;
}

/* Alert */
.alert-info {
    color: #00b1da;
    background-color: #e4fbff;
    border-color: #beecf3;
}
