/* CSS Document */

html {
    overflow-y: scroll;
}

body {
    margin: 8px 16px;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-style: normal;
    color: #000000;
    background-color: #ffffff;
}

/* fix the Safari iPhone text inflation */
body {
    -webkit-text-size-adjust: 100%;
}

.content-wrapper {
    max-width: 768px;
    margin: 0 auto;
}

.site-banner {
    height: 58px;
    text-align: center;
    line-height: 58px;
    font-size: 31px;
    font-weight: bold;
    color: #ffffff;
    background-color: #00429e;
}

@media screen and (max-width: 450px) {
    .site-banner {
        height: 48px;
        text-align: center;
        line-height: 48px;
        font-size: 24px;
        font-weight: bold;
        color: #ffffff;
        background-color: #00429e;
    }
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

table, th, td {
    border: 0px solid #000000;
}

th, td {
    padding: 0;
}

a, input, button {
    cursor: pointer;
}

.dragme {
    position: absolute;
    cursor: move;
}

/* suppress default touch action */
input, button, .dragme {
    touch-action: none;
}

/* fix the Safari styling */
input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/* fix the Safari buttons */
input[type=button], input[type=submit], button {
    margin: 0px;
    padding: 0px;
}

.content-text {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    color: #000000;
    text-decoration: none;
}

a {
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    color: #0000ff;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 25px;
    font-style: normal;
    line-height: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    color: #000000;
    text-decoration: none;
    /*remove top and bottom margins */
    margin-top: 0px;
    margin-bottom: 0px;
}

h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 21px;
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    color: #004dba;
    text-decoration: none;
    /*remove top and bottom margins */
    margin-top: 0px;
    margin-bottom: 0px;
}

.admin-text {
    color: #000000;
    font-size: 15px;
    font-style: normal;
    font-weight: normal;
}

.legal-heading-1 {
    font-size: 23px;
    font-weight: bold;
}

.legal-heading-2 {
    font-size: 18px;
    font-weight: bold;
}

.priv-consent {
    /* position fixed applies only to the bottom */
    position:fixed;
    width: 90%;
    max-width: 390px;
    bottom: 22px;
    padding: 8px 10px 12px 10px;
    font-size: 15px;
    color: #000000;
    background-color: #e6e6e6;
    border: 2px solid #000000;
    z-index: 2000;
    display: none;
}

.priv-consent a {
    color: #0000ff;
    text-decoration: underline;
}

.priv-consent a:hover {
    text-decoration: underline;
}

input.priv-consent-button {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: bold;
    color: #ffffff;
    background-color: #0532dc;
    padding: 6px 11px 6px 11px;
    border-width: 2px;
    border-style: solid;
    border-color: #0532dc;
    border-radius: 6px;
    outline: 0;
}

input.priv-consent-button:hover {
    background-color: #041fa4;
    border-color: #041fa4;
}

.dark-cherry {
    color: #900e2c;
}

.dark-cherry-b-rev {
    color: #ffffff;
    background-color: #900e2c;
    font-weight: bold;
}

.cherry {
    color: #a71134;
}

.cherry-b {
    color: #a71134;
    font-weight: bold;
}

.cherry-red {
    color: #bf0900;
}

.cherry-red-b {
    color: #bf0900;
    font-weight: bold;
}

.dark-red {
    color: #d20000;
}

.dark-red-b {
    color: #d20000;
    font-weight: bold;
}

.vivid-red-b {
    color: #dc0000;
    font-weight: bold;
}

.bright-red-b {
    color: #f50000;
    font-weight: bold;
}

.blue-hl {
    background-color: #cef0ff;
}

.grey-hl {
    background-color: #e3e4ea;
}

.cream-hl {
    background-color: #fff5cc;
}

.yellow-hl {
    background-color: #ffff18;
}

.font-12px {
    font-size: 12px;
}

.font-21px {
    font-size: 21px;
}

input.small-control-button {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: bold;
    color: #000000;
    background-color: #dbf4ff;
    width: 70px;
    height: 34px;
    text-align: center;
    vertical-align: middle;
    border-width: 2px;
    border-style: solid;
    border-color: #006dc7;
    border-radius: 8px;
    outline: 0;
}

/* button description */
.button-text {
    font-weight: bold;
    color: #000000;
    background-color: #ffffff;
    border-width: 1px;
    border-style: solid;
    border-color: #000000;
}

input.wide-control-button {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: bold;
    color: #000000;
    background-color: #dbf4ff;
    width: 136px;
    height: 34px;
    text-align: center;
    vertical-align: middle;
    border-width: 2px;
    border-style: solid;
    border-color: #006dc7;
    border-radius: 8px;
    outline: 0;
}

/* The Main Menu */

/* navigation bar */
#main-nav {
    padding: 0;
    margin: 0;
    background-color: #eaeaea;
    overflow: hidden;
}

/* navigation link */
#main-nav a {
    display: block;
    float: left;
    padding: 0 18px 0 12px;
    height: 36px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 36px;
    font-weight: bold;
    text-decoration: none;
    text-transform: none;
    color: #000000;
    background-color: #eaeaea;
    cursor: pointer;
}

/* change colors on hover */
#main-nav a:hover {
    color: #000000;
    background-color: #d9d9d9;
}

/* selected navigation link */
#main-nav a.selected-top-link {
    color: #000000;
    background-color: #ffcc99;
}
