body
{
        font-family:Arial, Helvetica, sans-serif !important;
        width: 400px !important;
        max-width: 400px !important;
        margin-top: 10px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        border: 1px solid #ffffff !important;
        padding: 4px;
        border-radius: 8px;
}
a:link, a:visited, a:hover, a:active
{
        color: #747474;
        text-decoration: underline !important;
}

a:hover
{
        text-decoration: none !important;
}

.grid-container 
{
        display: grid;
        gap: 30px;
        grid-template-columns: auto auto auto;
}

.grid-item 
{
        display: inline-grid;
        text-align: center;
}

.btn 
{
        font-family: "Inter", sans-serif;
        text-transform: uppercase;
        font-weight: 700;
        border-radius: 0px;
        font-size: 14px;
        padding: 14px 20px;
        box-shadow: 0 5px 14px 0 rgba(0, 0, 0, 0.1);
        background-color:#00205b;
}

.btn-primary 
{
        --bs-btn-color: #fff;
        --bs-btn-bg: #00205b;
        --bs-btn-border-color: #00205b;
        --bs-btn-hover-color: #fff;
        --bs-btn-hover-bg: #005EB8;
        --bs-btn-hover-border-color: #005EB8;
        --bs-btn-focus-shadow-rgb: 49, 132, 253;
        --bs-btn-active-color: #fff;
        --bs-btn-active-bg: #005EB8;
        --bs-btn-active-border-color: #005EB8;
        --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
        --bs-btn-disabled-color: #fff;
        --bs-btn-disabled-bg: #00205b;
        --bs-btn-disabled-border-color: #00205b;
}

.btn-override
{
        text-decoration: none !important;
        --bs-btn-bg: #005EB8 !important;
        --bs-btn-border-color: #005EB8 !important;
        --bs-btn-hover-bg: #005EB8 !important;
        --bs-btn-hover-border-color: #005EB8 !important;
        --bs-btn-focus-shadow-rgb: 49, 132, 253 !important;
        --bs-btn-active-bg: #005EB8 !important;
        --bs-btn-active-border-color: #005EB8 !important;
        --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
        --bs-btn-disabled-bg: #005EB8 !important;
}

.testform
{
        margin: 0px 0px 10px 0px;
}

.choice
{
        background-color:#5a99ea;
        font-weight: bold;
        color: white;
}

input::placeholder, textarea::placeholder, select::placeholder, input, textarea, select 
{
        font-size: 14px !important;
}

a.button, a.button:link, a.button:visited, .newButton
{
    width: 100%;
    min-height: 44px;
    padding: 0;
    border: 0;
    display: block;
    background-color: #00205b;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    -webkit-tap-highlight-color: transparent;
    color: #fff;
    font-size: 1em;
    text-align: center;
    font-weight: 700;
    text-shadow: none;
    text-decoration: none;
    -webkit-transition: background-color .4s ease-out;
    -moz-transition: background-color .4s ease-out;
    -o-transition: background-color .4s ease-out;
    transition: background-color .4s ease-out;
    -webkit-font-smoothing: antialiased;
}

a.button:hover, a.button:link:hover, a.button:visited:hover
{
    background-color: #005eb8;
    outline: 0;
}

.newButton:hover
{
    background-color: #005eb8;
    outline: 0;
}


.newButton
{
    width: 100%;
    min-height: 44px;
    padding: 0;
    border: 0;
    display: block;
    background-color: #00205b;
    box-shadow: none;
    border-radius: 4px;
    box-sizing: border-box;
    cursor: pointer;
    appearance: none;
    color: #fff;
    font-size: 1em;
    text-align: center;
    font-weight: 700;
    text-shadow: none;
    text-decoration: none;
    transition: background-color .4s ease-out;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: background-color .4s ease-out;
    -moz-transition: background-color .4s ease-out;
    -o-transition: background-color .4s ease-out;
    -webkit-font-smoothing: antialiased;
}


.checkedBox
{
        background-image: url("/hub-images/checkedBox.png") !important;
}