﻿
html {
    overflow-y: scroll;
}

html, body {
    height: 100%;
    min-width: 20em;
    width: 100%;
}

body {
    background-color: #ffffff;
    border: 0;
    color: #444444;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    margin: 0;
    outline: 0;
    padding: 0;
}

a, div, fieldset, figure, figcaption, footer, header, canvas, h1, h2, h3, h4, h5, h6, span.size1, span.size2, span.size3, span.size4, span.size5, span.size6, hr, i, img, input, label, li, menu, nav, ol, p, section, select, span, table, textarea, tbody, tfoot, thead, tr, th, td, ul, video {
    border: none;
    font-size: 1em;
    margin: 0;
    outline: 0;
    padding: 0;
}

    h1 > span.rtl {
        float: right
    }

    div.rtl > p {
        padding: .5em 0em;
        text-align: right;
    }

    div.rtl > ul > li {
        padding: .5em 0em;
        text-align: right;
    }

a {
    color: #1f73cc;
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 600;
    font-size: .9em;
}

.errtext {
    color: #d81c51;
}

div.programdata p b {
    font-weight: 900
}

li h2, li span.size2 {
    color: #1f73cc;
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 600;
    font-size: .9em;
    text-decoration: none;
}

label.red {
    color: red;
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 600;
    font-size: .9em;
}

a:hover {
    color: #1f73cc;
    border: 2px solid black;
    padding: 3px;
    background-color: #ffff00;
    text-decoration: underline;
}

a i:hover {
    color: #1f73cc;
    border: 2px solid black;
    padding: 3px;
    background-color: #ffff00;
    text-decoration: underline
}

a.special_link {
    color: #d81c51;
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 600;
    font-size: .95em;
}

    a.special_link:hover {
        color: #1f73cc;
        text-decoration: underline;
    }

canvas {
    border-radius: .325em;
    border: 1px solid #1f73cc;
    background: #ffffff;
}

.CollapsibleMenu {
    display: none;
}

    .CollapsibleMenu.open {
        display: block;
    }


@media print {
    .hide, .show {
        display: none;
    }
}

#divSign {
    /* Prevent nearby text being highlighted when accidentally dragging mouse outside confines of the canvas */
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

div {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    clear: both;
    display: block;
    height: auto;
    vertical-align: top;
    white-space: nowrap;
    width: 100%;
}

h1, h2, h3, h4, h5, h6, span.size1, span.size2, span.size3, span.size4, span.size5, span.size6 {
    color: #222222;
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 600;
    text-align: justify;
    white-space: normal;
}

h1, span.size1 {
    color: #1f73cc;
    font-size: 1.6em;
    display: block;
    margin: 1em 0 .5em 0;
}

h2, span.size2 {
    font-size: 1em;
    display: block;
    margin: .5em 0;
}

    h2.special, span.size2.special {
        color: #d81c51;
        margin: 1.5em .5em .5em .5em;
    }


h3, span.size3 {
    font-size: .9em;
    display: block;
    margin: 1em .5em 0 .5em;
}

    h3 ~ ul, span.size3 ~ ul {
        margin-left: 1em;
    }

h4, span.size4 {
    font-size: .9em;
    display: block;
    margin: 1em .5em .5em .5em;
}

    h4 ~ ul, span.size4 ~ ul {
        margin-left: .5em;
    }

h5, span.size5 {
    font-size: .8em;
    display: block;
    margin: .2em 0;
}

    h5 ~ ul, span.size5 ~ ul {
        margin-left: 0;
    }

h6, span.size6 {
    font-size: .8em;
    margin: 1em 0 0 0;
    padding: 0;
    text-align: left;
}

hr {
    border: none;
    background-color: #e5e5ef;
    height: .5em;
    margin: 1em;
}

input[type="checkbox"] {
    margin: 0 .5em 0 0;
    vertical-align: middle;
}

input[type="radio"] {
    margin: 0 .5em 0 .5em;
    vertical-align: middle;
}

input[type="text"], input[type="password"] {
    border-radius: .325em;
    border: 1px solid #1f73cc;
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 300;
    font-size: .95em;
    height: 2em;
    margin: 0;
    outline: 0;
    padding: 0 0 0 .5em;
    text-align: left;
    vertical-align: middle;
    width: 20em;
}


    input[type="text"].width_5, input[type="password"].width_5 {
        width: 5em;
    }

input[type="button"], input[type="submit"], input[type="reset"], button[type="button"] {
    color: #ffffff;
    cursor: pointer;
    background-color: #1f73cc;
    border-radius: .325em;
    border: none;
    display: inline-block;
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 600;
    font-size: .75em;
    letter-spacing: .1em;
    padding: .8em;
    margin: .5em 1em 1em 0;
    min-width: 6em;
    text-align: center;
    vertical-align: middle;
}

/* added this for buttons within child list on application page */
.divChildTable input[type="submit"] {
    color: #ffffff;
    cursor: pointer;
    background-color: #1f73cc;
    border: none;
    display: inline-block;
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 600;
    font-size: .75em;
    letter-spacing: .1em;
    padding: .4em;
    margin: 1em 1em 0 0;
    min-width: 3em;
    text-align: center;
    vertical-align: top;
}

img {
    display: inline-block;
    height: auto;
    vertical-align: baseline;
    white-space: nowrap;
    width: 100%;
}

    img.qrcode {
        display: inline-block;
        vertical-align: baseline;
        white-space: nowrap;
    }

    img.reduce_to_90 {
        float: right;
        margin: 1.5em 1.5em 0 0;
        width: 90%;
    }

    img.reduce_to_80 {
        float: right;
        margin: 1.5em 1.5em 0 0;
        width: 80%;
    }

    img.reduce_to_70 {
        float: right;
        margin: 1.5em 1.5em 0 0;
        width: 70%;
    }

    img.reduce_to_60 {
        float: right;
        margin: 1.5em 1.5em 0 0;
        width: 60%;
    }

    img.reduce_to_50 {
        float: right;
        margin: 1.5em 1.5em 0 0;
        width: 50%;
    }

    img.reduce_to_12_5_left {
        float: left;
        width: 12.5%;
    }

    img.reduce_to_25_nomargin {
        float: right;
        width: 25%;
    }

    img.icon {
        vertical-align: central;
        width: 1.875em;
    }

label.important {
    color: #d81c51;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: .95em;
}

label.title_left {
    display: inline-block;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: .95em;
    text-align: left;
    width: 100%;
}


ul.filemenu {
    line-height: 2em;
    list-style: none;
    padding: 0;
    text-align: left;
    white-space: normal;
}

    ul.filemenu li {
        line-height: 1em;
        list-style: none;
        padding: .5em .5em .75em .5em;
        text-align: left;
        white-space: normal;
    }

        ul.filemenu li button {
            border-radius: 0;
            color: #1f73cc;
            text-align: justify;
            white-space: normal;
            font-family: 'Open Sans', Arial, sans-serif;
            font-weight: 600;
            background-color: #ffffff;
            font-size: .9em;
            margin: 0;
            padding: 0;
        }

button.filemenu_header:hover {
    cursor: default;
}

button.filemenu_header.clickable:hover {
    cursor: pointer;
}

button.filemenu_header {
    color: #222222;
    display: block;
    position: relative;
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 600;
    text-align: justify;
    white-space: normal;
    background-color: #ffffff;
    font-size: .9em;
    margin: 0;
    padding: 0;
}

div.filemenu button {
    color: #1f73cc;
    text-align: justify;
    white-space: normal;
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 600;
    background-color: #ffffff;
    font-size: .9em;
    margin: 0;
    padding: 0;
}


li {
    line-height: 2em;
    list-style: none;
    padding: .25em 2em .25em .5em;
    text-align: left;
    white-space: normal;
}

ul.programdata > li > span {
    font-weight: 600;
    font-family: 'Open Sans', Arial, sans-serif;
}

li ul {
    margin: 0 0 0 1em;
}

ol {
    margin: 0 0 0 1em;
}

    ol li {
        font-weight: 300;
        list-style: decimal;
        margin: 0 0 0 1.5em;
        padding: 0 .5em;
    }

        ol li span {
            font-weight: 300;
            vertical-align: top;
        }

    ol ul li {
        list-style: none;
        margin: 0;
    }

p {
    line-height: 2em;
    padding: .5em .5em;
    text-align: justify;
    white-space: normal;
}

    p.form, p.left {
        text-align: left;
    }

select, select.select {
    border-radius: .325em;
    border: 1px solid #1f73cc;
    color: #444444;
    cursor: pointer;
    height: 2.5em;
    display: inline-block;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: .85em;
    font-weight: 100;
    padding: 0 0 0 .3em;
    text-align: left;
    vertical-align: middle;
    width: 23em;
}

    select.width_4 {
        width: 4em;
    }

span {
    display: inline-block;
    min-height: .01em;
}

    span.deadline, span.nextelection {
        font-weight: 600;
        font-size: .95em;
    }

    span.emphasis {
        color: #222222;
        display: inline;
        font-family: 'Open Sans', Arial, sans-serif;
        font-size: .9em;
        font-weight: 600;
    }

    span.rotator {
        display: inline-block;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        visibility: hidden;
        z-index: 1999998;
    }


textarea {
    resize: none;
    border: 1px solid #1f73cc;
    border-radius: .325em;
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 300;
    font-size: .95em;
    margin: 0;
    padding: .5em;
    text-align: left;
    vertical-align: middle;
}


/*Classes*/
div.hr {
    background-color: #e5e5ef;
    display: block;
    height: 0.5em;
    margin: 1.5em auto;
    width: 99%;
}

div.content {
    visibility: hidden;
}

div.row {
    margin: 0 auto;
    min-width: 18.75em;
    max-width: 75em;
    padding: 0;
}

    div.row.acend {
        margin: 0 auto;
        min-width: 18.75em;
        min-width: 6.25%;
        max-width: 99%;
        padding: 0;
    }

.toggle-content {
    display: none;
    height: 0;
    opacity: 0;
    overflow: hidden;
    transition: height 350ms ease-in-out, opacity 750ms ease-in-out;
}

    .toggle-content.is-visible {
        display: block;
        height: auto;
        opacity: 1;
        transition: height 350ms ease-in-out, opacity 750ms ease-in-out;
    }



div.quote {
    background-color: #ffffff;
    border: .4em solid #d5d9ef;
    border-radius: 1.5em;
    box-shadow: 0 0 .4em #444444;
    max-width: 19em;
    padding: 1.2em;
    position: absolute;
    right: 10%;
    top: 1em;
    white-space: normal;
    z-index: 999997;
}

    div.quote h3, div.quote span.size3 {
        margin-top: .5em;
    }

    div.quote p {
        font-family: 'Roboto', Arial, sans-serif;
        font-size: 1em;
        font-style: italic;
        font-weight: 400;
        line-height: 1.5em;
        text-align: left;
    }

        div.quote p:last-child {
            font-style: normal;
            font-weight: 600;
        }

    div.quote i, p.quote i {
        color: #666666;
        display: inline-block;
        font-size: .5em;
        vertical-align: text-top;
    }

        div.quote i:first-child, p.quote i:first-child {
            padding: 0 .5em 0 0;
        }

        div.quote i:last-child, p.quote i:last-child {
            padding: 0 0 0 .5em;
        }

div.message {
    display: inline-block;
    margin: 0;
    padding: 0;
    text-align: left;
    visibility: hidden;
}

    div.message p {
        color: #d81c51;
        font-family: 'Open Sans', Arial, sans-serif;
        font-weight: 600;
        font-size: .9em;
        margin: 0;
        padding: 0;
        text-align: left;
    }

div.wrapper {
    height: 100%;
    overflow: hidden;
    width: 100%;
}



.blue {
    color: #1f73cc;
}

i {
    margin: 0 .5em 0 0;
    vertical-align: middle;
}

    i.nospace {
        margin: 0;
    }

    i.right {
        margin-left: .5em;
    }

    i.default {
        color: #444444;
    }

    i.dark_blue {
        color: #004281;
    }

    i.blue {
        color: #1f73cc;
    }

    i.black {
        color: #000000;
    }

    i.green {
        color: #1f73cc;
    }

    i.red {
        color: #d81c51;
    }

    i.xsmall {
        font-size: .5em;
        margin-right: 1em;
    }

    i.small {
        font-size: .6em;
        vertical-align: super;
    }

    i.medium {
        font-size: .8em;
    }

    i.large {
        font-size: 1.2em;
    }

.display {
    display: block;
}

li.special_nav {
    display: inline-block;
    margin: 1em 0 0 0;
}

    li.special_nav:first-child {
        padding-left: 0;
    }

figure {
    display: inline-block;
    padding: 1.5em 0;
}

    figure figcaption {
        font-family: 'Open Sans', Arial, sans-serif;
        font-weight: 600;
        font-size: .8em;
        text-align: left;
    }

        figure figcaption i {
            color: #d81c51;
            font-size: .8em;
        }

    figure img {
        width: 80%;
    }


footer {
    background-color: #e5e5ef;
    margin: 2em 0 0 0;
    padding: 3em 0 0 0;
    visibility: hidden;
    width: 100%;
}

    footer ul {
    }

    footer a, footer li {
        color: #444444;
        font-family: 'Roboto', Arial, sans-serif;
        font-size: .89em;
        font-weight: 300;
        text-align: left;
    }

        footer li:last-child {
            margin-bottom: 3em;
        }

        footer li.address {
            font-size: .8em;
            padding-left: .5em;
        }

    footer ul.social li {
        display: inline-block;
        margin: 0;
        padding: 0;
    }

    footer ul.social i {
        margin: 0 .1em;
        padding: 0;
    }

    footer .copyright {
        background-color: #1a1a1a;
        padding: .2em 0;
        text-align: center;
        width: 100%;
    }

        footer .copyright li {
            display: inline-block;
            color: #888888;
            font-size: .8em;
            margin: 0 0 0 1em;
        }

        footer .copyright i {
            padding: 0 .5em 0 0;
        }


fieldset {
    border: .125em solid #5890de;
    border-radius: .5em;
    margin: 2em 0;
    max-width: 25em;
    padding: .5em .5em .5em .5em;
    position: relative;
}

    fieldset h3, fieldset span.size3 {
        margin: .5em;
    }

    fieldset i {
        color: #d81c51;
        display: inline-block;
        padding: 0 .2em;
        vertical-align: middle;
    }

    fieldset p {
        padding: 1em 1em 1em 1em;
        text-align: left;
    }

    fieldset textarea {
        height: 10em;
        width: 99%;
    }

    fieldset label.alert {
        color: #222222;
        font-family: 'Open Sans', Arial, sans-serif;
        font-weight: 600;
        font-size: .75em;
        text-align: left;
    }

    fieldset label.title {
        color: #444444;
        font-size: .75em;
        font-weight: 600;
        text-align: left;
    }

    fieldset .title i {
        vertical-align: super;
    }

    fieldset input[type="text"] {
        border-color: #5890de;
    }

    fieldset input[class="full"] {
        width: 100%;
    }

    fieldset legend {
        background-color: #ffffff;
        color: #222222;
        font-family: 'Open Sans', Arial, sans-serif;
        font-weight: 800;
        font-size: 1em;
        position: absolute;
        top: -1em;
    }

        fieldset legend i {
            padding-right: .25em;
            vertical-align: middle;
        }


    fieldset.form {
        border: .125em solid #5890de;
        border-radius: .5em;
        max-width: 30em;
        padding: .5em .5em .5em .5em;
        position: relative;
    }

        fieldset.form legend {
            background-color: #ffffff;
            font-family: 'Roboto', Arial, sans-serif;
            font-weight: 400;
            font-size: 1em;
            position: absolute;
            top: -1em;
        }

video {
    height: auto;
    display: block;
    margin: 2em 0 0 0;
    padding: 0;
    vertical-align: top;
    width: 100%;
}

#lnkMenu {
    display: none;
    position: absolute;
    right: 0;
    top: 3em;
}

    #lnkMenu:hover {
        color: #004281;
    }

    #lnkMenu i:hover {
        color: #004281;
    }

    #lnkMenu:visited {
        color: #004281;
    }

#popup {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 50px;
    color: white;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%)
}

#overlay {
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000000;
    z-index: 1999997;
    cursor: pointer;
}

    #overlay.hidden {
        display: none;
    }


/* Ticker */
div.ticker {
    border-radius: .325em;
    border: solid;
    border-width: medium;
    border-color: #5890de;
    background-color: #ffffff;
    padding: 10px;
}


#tickertext {
    overflow-y: hidden;
    overflow-y: scroll;
    height: 22em;
    display: block;
    transition: opacity 750ms ease-in-out;
}
.hidden {
    display: none
}

#tickerposition {
    text-align: center
}
/*End Ticker*/

/* Table */
table.form {
    border: 1px solid #1f73cc;
    border-radius: .325em;
    display: table;
    font-family: 'Roboto', Arial, sans-serif;
    overflow: visible;
    outline: 1px solid;
    text-align: left;
    vertical-align: middle;
    white-space: normal;
    width: 100%;
    min-width: 18.75em;
}

    table.form th, table.form td {
        display: table-cell;
    }

    table.form thead th {
        font-weight: 600;
        font-size: .9em;
        padding: 1.5em .5em 0 .5em;
        text-align: left;
    }

        table.form thead th:nth-child(1), table.form thead th:nth-child(2) {
            width: 30%;
        }

        table.form thead th:nth-child(3), table.form thead th:last-child {
            width: 20%;
        }

    table.form td {
        padding: .5em;
        word-break: break-all;
    }

    table.form thead, table.form tfoot {
        border-top: 1px solid #1f73cc;
    }

        table.form tfoot th, table.form tfoot td {
            padding: .5em;
        }

    table.form tbody input[type="button"], table.form tbody button {
        color: #ffffff;
        cursor: pointer;
        background-color: #1f73cc;
        border-radius: .325em;
        border: none;
        display: inline-block;
        font-family: 'Open Sans', Arial, sans-serif;
        font-weight: 600;
        font-size: .65em;
        letter-spacing: .1em;
        padding: .5em;
        text-align: center;
        vertical-align: middle;
        float: right;
    }

.grid tbody td, .repeater tbody td {
    color: #444444;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    border: none;
    border-top: 1px solid #999999;
    display: table-cell;
    padding: .5em;
    text-align: left;
    text-transform: uppercase;
    white-space: normal;
}


#grid, #content_content_grid {
    margin: 0;
    padding: 1px;
}

.grid, .repeater {
    border-collapse: collapse;
    display: table;
    overflow: visible;
    outline: 1px solid #999999;
    vertical-align: top;
    white-space: normal;
    width: 100%;
}

    .grid tr, .form tr, .repeater tr {
        display: table-row;
    }

    .grid tbody tr:nth-child(even) {
        background-color: #ffffff;
    }

    .grid tbody tr:nth-child(odd) {
        background-color: #ecf0ff;
    }

    .repeater tbody:nth-child(even) {
        background-color: #ffffff;
    }

    .repeater tbody:nth-child(odd) {
        background-color: #ecf0ff;
    }

    .grid tbody tr:hover, .repeater tr:hover {
        background-color: #ffffaa;
    }


    .grid thead th, .repeater thead th {
        background-color: #1f73cc;
        border-bottom: none;
        border-left: none;
        border-right: 1px solid #999999;
        border-top: none;
        color: #ffffff;
        display: table-cell;
        font-family: 'Open Sans', Arial, sans-serif;
        font-weight: 600;
        font-size: .8em;
        letter-spacing: .1em;
        text-transform: uppercase;
        padding: .5em;
        text-align: center;
        white-space: normal;
    }

table.grid tr.head td {
    background-color: #1f73cc;
    border-bottom: none;
    border-left: none;
    border-right: 1px solid #999999;
    border-top: none;
    color: #ffffff;
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 600;
    font-size: .8em;
    letter-spacing: .1em;
    text-transform: uppercase;
    padding: .5em;
    text-align: center;
    white-space: normal;
}

.grid thead th:last-child, .repeater thead th:last-child {
    border-right: none;
}

.grid tbody td, .repeater tbody td {
    color: #444444;
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 300;
    font-size: .85em;
    border-bottom: none;
    border-left: none;
    border-right: 1px solid #999999;
    border-top: 1px solid #999999;
    display: table-cell;
    padding: .5em;
    text-align: left;
    text-transform: uppercase;
    white-space: normal;
}

    .grid tbody td:last-child, .repeater tbody td:last-child {
        border-right: none;
    }

.grid tfoot td, .repeater tfoot td {
    background-color: #ffffff;
    border-bottom: none;
    border-left: none;
    border-right: none;
    border-top: 1px solid #999999;
    display: table-cell;
    color: #222222;
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 600;
    font-size: .85em;
    white-space: normal;
}

.validation {
    color: red;
}

header {
    background-color: #588bc2;
    background-size: contain;
    background-position: 0 0;
    left: 0;
    position: relative;
    min-height: 12em;
    top: 0;
    width: 100%;
}

    header img.logo {
        height: auto;
        left: 1em;
        max-width: 11em;
        position: absolute;
        top: 1em;
        vertical-align: top;
        z-index: 2;
    }

    header img.main_pic {
        min-width: 18.75em;
        max-width: 71.56em;
        vertical-align: bottom;
        z-index: 1;
    }

    header img.main_pic_2 {
        left: 0;
        min-width: 44em;
        max-width: 47em;
        position: absolute;
        vertical-align: bottom;
        top: .5em;
        z-index: 1;
    }

    header.background_1 {
        background-image: none;
    }

    header.background_2 {
        background-image: url(../images/img_blue-sky.png);
        background-repeat: repeat-x;
    }


nav {
    background-color: #2a2a2a;
    min-height: 2.6em;
    position: relative;
    width: 100%;
    z-index: 999999;
}

    nav ul {
        margin: 0;
        padding: .2em 0;
        position: relative;
    }

    nav li {
        background: url(../images/separator.png) 0 0 no-repeat;
        margin: 0;
        padding: 0;
        text-align: center;
    }

        nav li:first-child {
            background: none;
        }

    nav a {
        color: #eeeeee;
        display: inline-block;
        font-family: 'Open Sans', Arial, sans-serif;
        font-size: .8em;
        font-weight: 600;
        line-height: 1;
        vertical-align: middle;
    }

        nav a:hover {
            color: #1f73cc;
            text-decoration: none;
        }

.subnav {
    background-color: #ffffff;
    border-radius: 0 0 1em 1em;
    box-shadow: 0 0 1.5em #444444;
    display: none;
    min-width: 12.75em;
    max-width: 75em;
    padding: 0 0 1.5em 0;
    position: absolute;
    top: 2.6em;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: .95;
    z-index: 999998;
}

    .subnav li {
        background: none;
        min-height: 0;
        padding: .2em 0;
        text-align: left;
    }

        .subnav li ul {
            background: none;
            min-height: 0;
            padding: 0 2em;
            text-align: left;
        }

        .subnav li:last-child {
            padding-bottom: 1em;
        }

    .subnav a {
        color: #1f73cc;
        font-family: 'Open Sans', Arial, sans-serif;
        font-weight: 600;
        font-size: .9em;
    }

        .subnav a:hover {
            color: #1f73cc;
            text-decoration: underline;
        }

    .subnav p {
        padding: .5em 0 0 1em;
    }

/*Grid Layout*/
.col_05,
.col_1,
.col_2,
.col_3,
.col_4,
.col_5,
.col_6,
.col_7,
.col_8,
.col_9,
.col_10,
.col_11,
.col_12,
.col_13,
.col_14,
.col_15,
.col_16 {
    display: inline-block;
    min-height: .1em;
    vertical-align: top;
    overflow: visible;
}

.col_05 {
    width: 3.145%;
}

.col_1 {
    width: 6.25%;
}

.col_2 {
    width: 12.50%;
}

.col_3 {
    width: 18.75%;
}


.col_4 {
    width: 25%;
}

.col_5 {
    width: 32.50%;
}

.col_6 {
    width: 37.50%;
}

.col_7 {
    width: 43.75%;
}

.col_8 {
    width: 50%;
}

.col_9 {
    width: 56.25%;
}

.col_10 {
    width: 62.50%;
}

.col_11 {
    width: 68.75%;
}

.col_12 {
    width: 75%;
}

.col_13 {
    width: 81.25%;
}

.col_14 {
    width: 87.50%;
}

.col_15 {
    width: 93.75%;
}

.col_16 {
    width: 100%;
}

.covidlink {
    font: bold;
    color: yellow;
}

a.covidlink:hover {
    border: 2px solid black;
    padding: 3px;
    color: #1f73cc;
    background-color: #ffff00;
    text-decoration: underline;
}

button.filemenu_expandable:hover {
    border: 2px solid black;
    padding: 3px;
    color: #1f73cc;
    background-color: #ffff00;
}


@media only screen and (max-width: 1680px) {
    div .quote {
        right: 4%;
    }
}

@media only screen and (max-width: 1366px) {
    div.quote {
        right: 2%;
    }
}

@media only screen and (max-width: 1280px) {
    div.quote {
        right: 2%;
        max-width: 17em;
    }
}

@media only screen and (max-width: 1024px) {
    div.quote {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    html, body {
        font-size: 1em;
        text-align: left;
    }

    h1, h2, h3, h4, h5, h6, span.size1, span.size2, span.size3, span.size4, span.size5, span.size6, input, label, li, ol, p, select, span, ul {
        text-align: left;
    }

    figure {
        width: 15em;
        margin-left: 2%;
    }

    h1, span.size1 {
        font-size: 1.3em;
    }

    li {
        padding: .25em;
    }

    p.form {
        padding: .25em;
    }

    [class*="col_"] {
        display: block;
        width: 100%;
    }

    /*.col_05, .col_1 {
        display: none;
    }
*/
    div.quote {
        display: none;
    }

    div.row {
        width: 99%;
    }

        div.row img {
            display: none;
        }

            div.row img.mobile {
                display: inline-block;
                min-width: 18.75em;
            }

    div.content {
        margin: 7em 0 0 0;
        padding: 0 .25em;
    }

    i.default {
        color: #999999;
    }

    ul.social {
        text-align: center;
    }

    /*Table*/
    .grid [class*="col_"] {
        width: 50%;
    }

    .repeater [class*="col_"] {
        width: 25%;
    }

    .grid tbody td:first-child {
        max-width: 3em;
    }

    .repeater tbody td:first-child {
        max-width: 3.125em;
    }

    footer {
        background-color: #2a2a2a;
        padding: 0;
        text-align: center;
    }

        footer h5, footer span.size5, h6, span.size6 {
            display: none;
        }

        footer a {
            color: #eeeeee;
            font-family: 'Open Sans', Arial, sans-serif;
            font-size: 1em;
            font-weight: 600;
            line-height: .9;
            vertical-align: middle;
        }

        footer li {
            border-bottom: .1em solid #444455;
            padding: 1em;
            text-align: center;
        }

            footer li:last-child {
                margin-bottom: 0;
            }

            footer li.address {
                color: #eeeeee;
                font-family: 'Open Sans', Arial, sans-serif;
                font-size: .8em;
                border: none;
                padding: 0 0 0 1.5em;
            }

                footer li.address:first-child {
                    padding-top: .5em;
                }

                footer li.address:last-child {
                    border-bottom: .1em solid #444455;
                    padding-bottom: .5em;
                }

        footer ul.social li {
            border: none;
            padding: 1em 0;
        }

        footer ul.social i {
            color: #c5c5cf;
        }

        footer .copyright {
            background-color: #c5c5cf;
        }

            footer .copyright li {
                border: none;
                color: #000000;
                display: block;
                line-height: 1;
                margin: 0;
                padding: .5em 0;
                text-wrap: normal;
                word-break: keep-all;
                width: 100%;
            }

            footer .copyright i {
                color: #000000;
            }

    header {
        background-color: #3e8dc9;
        box-shadow: 0 0 .4em #444444;
        min-height: 7em;
        min-width: 18.75em;
        padding: 0;
        position: fixed;
        z-index: 999999;
    }

        header.background_1 {
            background-image: url(../images/img_blue-sky.png);
            background-repeat: repeat-x;
            background-size: contain;
        }

        header img.logo {
            max-width: 10em;
            top: .5em;
        }

        header img.main_pic_2 {
            display: none;
        }

    #lnkMenu {
        display: inline-block;
    }

    nav {
        display: none;
        margin: 0;
        padding: 0;
        position: relative;
        top: 7em;
        z-index: 99;
    }

        nav li {
            background-image: none;
            border-bottom: .1em solid #444455;
            padding: .5em 0;
        }

    .subnav {
        background-color: #ffffff;
        border-radius: 0 0 0 0;
        box-shadow: 0 0 0 0;
        left: 0;
        margin: 0;
        padding: 0;
        position: relative;
        top: .5em;
        width: 100%;
    }

        .subnav li {
            background-image: none;
            border-bottom: .1em solid #dddddd;
            padding: .5em 0;
            text-align: center;
        }

        .subnav h6, .subnav span.size6 {
            margin: 0;
            padding: 0;
            display: none;
        }
}

.sr-only {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    padding: 0 !important;
    border: 0 !important;
    white-space: nowrap !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    clip-path: inset(50%) !important;
}



a:focus, fieldset:focus, input[type=text]:focus,
textarea:focus, a:focus img {
    border: 3px solid black;
    padding: 3px;
    background-color: #ffff00;
}

a.covidlink:focus {
    border: 3px solid black;
    padding: 3px;
    background-color: #ffff00;
    color: black;
}

select:focus, input[type=checkbox]:focus, input[type=password]:focus, input[type=radio]:focus {
    outline: black solid 3px;
    padding: 4px;
    fill: yellow;
    background-color: #ffff00;
}

div button:focus, a.nav:focus {
    border: 3px solid black;
    padding: 5px;
    background-color: #ffff00;
    color: black;
    border-radius: 0;
}

ul.filemenu li button:focus {
    border: 3px solid black;
    padding: 5px;
    background-color: #ffff00;
    color: black;
    border-radius: 0;
}

.ui-accordion {
    margin: 10px
}

.ui-icon {
    background-image: url(http://download.jqueryui.com/themeroller/images/ui-icons_black_256x240.png) !important;
}

.ui-accordion-header {
    background-color: #ffffff;
    border: hidden;
}

.ui-accordion-header-active {
    border: hidden;
    color: #222222;
}

.ui-accordion-header-icon, .ui-icon {
    border: hidden;
    color: #222222;
}

.ui-accordion-content {
}

.ui-widget-content {
    border: hidden;
}

    .ui-widget-content a {
        color: #1f73cc;
    }



@media only screen and (max-width: 600px) {
    /* For mobile phones: */
    li.special_nav {
        display: block;
    }
    
}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    li.special_nav {
        display: block;
    }

    
}
@media only screen and (max-width: 900px) {
    /* For mobile phones: */
    li.special_nav {
        display: block;
    }

    
}


@media only screen and (max-width: 480px) {
    /* For mobile phones: */
    li.special_nav {
        display: block;
    }

    .grid thead th, .repeater thead th {
        font-size: .7em;
    }

    .grid, repeater {
        width: 100%;
    }

    input[type="text"], input[type="password"] {
        width: 98%;
    }

    select, select.select {
        width: 100%;
    }
    
}

@media only screen and (max-width: 360px) {
    /* For mobile phones: */
    li.special_nav {
        display: block;
    }

    .grid thead th, .repeater thead th {
        font-size: .55em;
    }

    input[type="text"], input[type="password"] {
        width: 97%;
    }
    
}
