﻿@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

:root {
    --kbr-primary-1: #004987; /*Blue*/
    --kbr-primary-2: #FFDA00; /*Yellow*/
    --kbr-primary-3: #A2C7E2; /*Blue 2*/
    --kbr-primary-4: #00205C; /*Blue 3*/
    --kbr-primary-5: #00783F; /*green*/
    --kbr-primary-6: #231F20; /*Black*/
    --kbr-secondary-1: #173753; /*Blue*/
    --kbr-secondary-2: #E3B505; /*Yellow*/
    --kbr-secondary-3: #95190C; /*Red*/
    --kbr-secondary-4: #4C212A; /*Brown*/
    --kbr-secondary-5: #107E7D; /*Teal*/
    --kbr-secondary-6: #007FC5; /*Cerulean*/
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
    color: white !important;
    padding-top: 0.7em;
    font-size: 1.7em;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.homeheader {
    background-color: #00205C !important;
    font-family: MrEavesXLModOT-Reg;
    margin: 0px;
    margin-left: -15px;
}

.navbar-logo {
    width: 75px;
    margin: 10px;
    height: auto;
    cursor: pointer;
}

.btn-primary {
    color: #fff;
    background-color: #004987;
    border-color: #173753;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #004987;
    border-color: #173753;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

h6 {
    color: var(--kbr-secondary-5);
}

.k-textbox, .k-checkbox {
    border-color: #D2D2D2 !important;
}

.k-radio {
    border-color: #D2D2D2 !important;
}

    .k-radio:checked, .k-checkbox:checked {
        border-color: #00205C !important;
        background-color: #00205C !important;
        box-shadow: none !important;
    }
