<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    font-family: lato, arial, san-serif;
    font-size: 15px;
    margin: 0px;
    color: #252525;
}
.main_content {
    width: 1100px;
    margin: auto;
}
#page {
    margin-bottom: 40px;
    padding-top: 15px;
    color: #3d3d3d;
}
    #page h1 {
        margin-top: 0;
    }
    #page .main_content p {
        line-height: 1.3em;
    }
.hd1 {
    font-size: 20px;
    font-weight: bold;
}
    .hd2 {
        font-size: 17px;
        font-weight: bold;
    }
h1 {
    color: #003471;
}
h2 {
    color: #3d3d3d;
    margin-bottom: 10px;
}
ul {
    padding: 0;
    margin: 0;
}
#appForm &gt; div &gt; h2 {
    margin: 14px 0 2px 0;
}

/* From old tertiary styles */
.expandable_item .hd3 {
    font-size: 18px;
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
}
#page a {
    color: #003471;
}
    #page a:hover {
        color: #92191b;
    }
div.expandable_content {
    display: none;
}
.list_items {
    padding-left: 25px;
}
    ul.list_items li,
    .expandable_item,
    table.detail_content li {
        margin-bottom: 5px;
    }
    ul.list_items li,
    li#item_sort_alpha,
    li#item_sort_alpha li,
    table.detail_content li,
    .list_item {
        background: url("../images/icon_list_item.png");
        background-repeat: repeat;
        background-position-x: 0%;
        background-position-y: 0%;
        background-repeat: no-repeat;
        background-position: 0%;
        padding-left: 14px;
    }
ul li {
    list-style-type: none;
}
table {
    border-spacing: 0;
}

/* Modular Buttons */
#modular_buttons .btn {
    width: 340px;
}
#modular_buttons .tile {
    background-color: #003471;
    color: #fff;
    font-weight: bold;
    width: 340px;
    height: 180px;
    text-align: center;
    font-size: 30px;
}
    #modular_buttons .btn:nth-child(2) {
        margin: 0 30px 0 30px;
    }
    #modular_buttons .btn:hover {
        opacity: .75;
    }

.popup_overlay {
    width: 100%;
    height: 100%;
    background-color: #666;
    opacity: .7;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}
    .popup_overlay .popup_title {
        color: #fff;
        padding: 20px 0 20px 30px;
        display: block;
        font-size: 40px;
    }
.popup .popup_content {
    font-size: 20px;
}
    .popup .popup_content p {
        padding: 15px;
    }
#popup_prompt #container {
    background-color: #fff;
    border-bottom: 5px solid #13b5ea;
    width: 840px;
    margin: auto;
}
    .popup .popup_content h2 {
        margin: 0;
        padding: 10px 15px 10px 15px;
        background-color: #003471;
        color: #fff;
    }
    .popup .popup_controls div {
        padding: 15px;
        display: table;
    }
    .popup .popup_controls a {
        color: #fff !important;
        text-decoration: none;
        margin-top: 0 !important;
    }
#popup_wrap {
    width: 900px;
    margin: auto;
    display: table;
}
.popup {
    position: fixed;
    top: 140px;
    left: 0;
    z-index: 100;
    width: 100%;
}
    .popup #popup_header {
        border-bottom: 1px solid #003471;
    }
    .popup .title {
        font-size: 24px;
        font-weight: bold;
        color: #003471;
    }
.popup_overlay .popup_close {
    z-index: 102;
    padding: 30px;
}
.btn_action {
    margin-bottom: 10px;
    width: 400px;
    background-color: #003471;
}
    .btn_action .icon,
    .btn_action .action {
        padding: 5px 10px 5px 10px;
        margin: 2px;
        height: 50px;
        display: table-cell;
        vertical-align: middle;
        font-size: 22px;
    }
        .btn_action .action a {
            text-decoration: none;
        }
    .btn_action:hover {
        opacity: .75;
    }
.alert_box {
    background-color: #f6f6f6;
    border-left: 1px solid #003471;
    border-top: 1px solid #003471;
    border-right: 1px solid #003471;
    border-bottom: 5px solid #003471;
    display: table;
    margin: 18px 10px 10px 0;
    padding: 10px;
}
.button_blue {
    background-color: #13b5ea;
    padding: 10px;
    color: #fff;
    display: table;
    text-decoration: none;
}
#header {
    overflow: hidden;
}
#header #brand {
    font-size: 15px;
    background-color: #ffc527;
    padding: 5px 35px 3px 20px;
    line-height: 1.5em;
    color: #000;
}
    #header #brand a {
        color: #000;
    }
    #header #brand #txt {
        margin-top: 8px;
    }
    #header #brand p:first-child {
        font-size: 20px;
    }
    #header #brand p:last-child {
        font-size: 22px;
    }
#header #top {
    border-bottom: 10px solid #ffc527;
    background-color: #fff;
}
#primary_nav_wrap {
    white-space: nowrap;
    overflow-x: hidden;
}
#primary_nav .primary {
    position: relative;
}
#primary_nav li {
    display: inline-block;
}
    #primary_nav li a {
        display: block;
        font-size: 21px;
        color: #003471;
        padding: 25px;
        font-weight: bold;
        text-decoration: none;
        letter-spacing: .05em;
    }
        #primary_nav a:hover {
            background-color: #ffc527;
            color: #fff;
        }
#header_details {
    background-color: #003471;
    color: #fff;
    font-size: 20px;
    border-bottom: 5px solid #13b5ea;
}
    #header_details #page_title {
        padding: 20px 10px 10px 20px;
        font-size: 40px;
        text-transform: uppercase;
        margin-top: -5px;
        display: block;
    }
    #header_details img {
        width: 50px;
        height: 50px;
    }
    #header_details a {
        color: #fff;
        padding: 20px 20px 10px 10px;
        display: block;
    }
#footer {
    background-color: #003471;
    height: 55px;
}
    #footer .icons a {
        padding: 10px;
        display: inline-block;
    }
    #footer .button_contact {
        text-decoration: none;
        padding: 10px;
    }
        #footer .icons a:hover,
        #footer .button_contact:hover {
            background-color: #3c6ba1;
        }
        #footer .button_contact .label {
            font-size: 12px;
            padding: 10px;
        }
    #footer a {
        color: #fff;
        font-size: 14px;
    }
.app_form label {
    font-weight: bold;
    font-size: 16px;
}
    .app_form .row .input input,
    form .row .input input,
    form .row select {
        width: 100%;
        background-color: #fff;
        padding: 10px;
        box-sizing: border-box;
    }
    .app_form .input,
    form .input,
    form select {
        margin-top: 5px;
    }
    .app_form .input input,
    form .input input,
    form select {
        font-size: 22px;
        border: 1px solid #003471;
    }
    .app_form .form_part {
        margin: 10px 0 10px 0;
    }
    .app_form .layout .input {
        border: 1px solid #999;
        padding: 10px;
        margin-right: 10px;
    }
.columns2 .column:first-child {
    margin-right: 30px;
}
.columns3 .column {
    width: 32%;
}
    .columns3 .column:nth-child(2) {
        margin: 0 15px 0 15px;
    }
.columns4 .column {
    width: 22%;
}
    .columns4 .column {
        margin: 0 10px 0 10px;
    }
    .columns4 .column:first-child {
        margin-left: 0;
    }
    .columns4 .column:last-child {
        margin-right: 0;
    }
.caption {
    font-size: 14px;
    color: #666;
    margin-top: 3px !important;
}
.appbtnblue {
    background-color: #003471;
    color: #fff !important;
    text-decoration: none;
    padding: 15px 45px 15px 45px;
    border: none;
}
.appBtnSilver {
    background-color: #3d3d3d;
    color: #fff !important;
    text-decoration: none;
    padding: 15px 45px 15px 45px;
}
    .appbtnblue:hover,
    .appBtnSilver:hover {
        opacity: .75;
    }
.btn_blue {
    background-color: #003471;
}
    .btn_blue:hover {
        opacity: .75;
    }
.btn_gray {
    background-color: #3d3d3d;
}
    .btn_gray:hover {
        opacity: .75;
    }
#app_page {
    background-repeat: no-repeat;
    background-position: right center;
}
    #app_page .controls {
        margin-top: 30px;
    }
    #app_page li {
        background-image: url("/images/list_item.png?v=2.1");
        background-repeat: no-repeat;
        background-position: 0% 15%;
        padding-left: 15px;
        margin-left: 15px;
    }
    #app_page form {
        font-size: 16px;
    }
        #app_page form label {
            font-weight: bold;
            font-size: 16px;
        }
        #app_page form .form_part {
            margin: 25px 0 15px 0;
        }
        #app_page form .form_heading {
            font-size: 20px;
            font-weight: bold;
            border-bottom: 5px solid #13b5ea;
            padding-bottom: 5px;
        }
        #app_page form .alert {
            font-size: 14px;
            padding-top: 3px;
            font-weight: bold;
        }
#app_navigation {
    margin-top: -15px;
    border-bottom: 5px solid #d1d7df;
    background-color: #f9fafc;
}
    #app_navigation .app {
        width: 150px;
        height: 180px;
        text-align: center;
        padding: 0 35px 10px 35px;
        margin-bottom: -5px;
    }
        #app_navigation .app:hover {
            background-color: #f3f7fa;
        }
        #app_navigation .app a {
            text-decoration: none;
            color: #636364;
        }
        #app_navigation .app .icon {
            padding: 12px 0 0 0;
        }
        #app_navigation .app .name {
            font-size: 14px;
            padding: 10px 0 10px 0;
            margin: 0;
        }
        #app_navigation .icon img {
            width: 110px;
            height: 110px;
        }
    #app_navigation .active {
        background-color: #eef3f7;
        pointer-events: none;
        border-bottom: 5px solid #003471;
    }
        #app_navigation .active .name {
            font-weight: bold;
            white-space: nowrap;
        }
        #app_navigation .active .arrow {
            display: block;
        }
        #app_navigation .disable {
            pointer-events: none !important;
            opacity: .5 !important;
        }
    #app_navigation .arrow {
        width: 150px;
        position: absolute;
        margin-top: 10px;
    }
#app_heading {
    margin: 30px 0 0 -65px;
    padding-right: 65px;
}
    #app_heading .icon img {
        padding: 15px 10px 0 0;
    }
    #app_heading .label h2 {
        margin: 14px 0 2px 0;
    }
    #app_heading .label .single {
        font-size: 18px;
    }
#app_details {
    margin: 30px 0 50px 0;
}
    #app_details .detail {
        border-bottom: 1px solid #ccc;
        padding: 15px 0 15px 0;
    }
        #app_details .detail .image {
            margin: 0 0 -10px 0;
        }
        #app_details .detail p:first-child {
            margin-top: 0;
        }
        #app_details .detail p:last-child {
            margin-bottom: 0;
        }
    #app_details .detail:last-child {
        border-bottom: none;
    }
#app_page .status_message {
    padding: 100px 0 100px 0;
    margin: auto;
    display: table;
}
    #app_page .status_message .btn_blue,
    #app_page .status_message .btn_gray {
        display: table;
        margin: auto;
    }
    #app_page #submit_data {
        margin-bottom: 20px;
    }
        #app_page #submit_data .row div:first-child {
        width: 25%;
    }
.app_heading_split {
    border-bottom: 1px solid #ccc;
}
.alternate_rows .row {
    padding: 5px 0 5px 10px;
    margin-left: -10px;
}
.alternate_rows .row:nth-child(odd) {
    background-color: #eef3f7;
}
.form_component_custom {
    padding: 5px 0 5px 0 !important;
}
    .form_component_custom .label {
        display: inline-block;
    }
    .form_component_custom .radio_button {
        margin-bottom: -10px;
    }
#progress_bar #bar {
    width: 100%;
    height: 10px;
    background-color: #fff;
    border-top: 1px solid #ccc;
}
#progress_bar .segment {
    display: block;
    background-image: url("/images/bg_progress_bar.jpg");
    background-repeat: no-repeat;
    background-position: right;
    float: left;
    height: 10px;
}
    #progress_bar .segment:last-child {
        background-image: none;
    }
    #progress_bar .segment &gt; span {
        background-color: #13b5ea;
        height: 10px;
        display: block;
    }
form .alert {
    font-size: 16px;
    margin-top: 5px;
}
form #alert_messages {
    background-color: #fdf2f2;
    border-left: 5px solid #7d1616;
    font-size: 15px;
}
    form #alert_messages .message {
        padding: 10px;
    }
#voter_information {
    position: relative;
    top: 25px;
    right: -65px;
    font-size: 15px;
}

/* Side-navigation */
.navigation_content {
    margin-top: 15px;
}
.step_content {
    border-left: 1px solid #ccc;
    padding-left: 20px;
    width: 890px;
    line-height: 1.4em;
}
    .step_content p:first-child {
        margin-top: 0;
    }
.side_navigation {
    width: 250px;
    margin-left: -65px;
}
    .side_navigation a {
        display: block;
        padding: 7px 35px 7px 10px;
        border-bottom: 1px solid #ccc;
        text-decoration: none;
    }
    .side_navigation .active a {
        pointer-events: none;
        border-bottom: 3px solid #13b5ea;
        background-color: #eef3f7;
    }
    .side_navigation .inactive a {
        color: #c5c5c5 !important;
        pointer-events: none;
    }
    .side_navigation .complete a {
        background-image: url("/images/step_check.png");
        background-repeat: no-repeat;
        background-position: right;
    }

#wizard_controls .button,
form .button {
    margin: 20px 0 0 10px;
    border: none;
    font-size: 16px;
}
    #wizard_controls .button:hover {
        opacity: .85;
    }
#wizard_controls input {
    padding: 20px 45px 20px 45px;
}
#wizard_controls .inactive {
    pointer-events: none;
    background-color: #85a9d2;
}
.app_section {
    margin: 10px 0 10px 0;
    display: table;
}
    .app_section .app_section_heading {
        color: #003471;
        border-bottom: 3px solid #13b5ea;
        background-color: #eef3f7;
        padding: 7px 10px 7px 10px;
        margin: 0 -2px 0 0;
    }
    .app_section .app_section_heading2 {
        color: #003471;
        border-bottom: 3px solid #13b5ea;
        padding: 7px 0 4px 0;
        margin: 0;
    }
    .app_section .app_section_content,
    .app_section hr {
        border: 1px solid #ccc;
    }
form .appbtnblue,
form .appBtnSilver {
    border: none;
    font-size: 16px;
    cursor: pointer;
}
#pdfMessage {
    font-size: 12px;
}
#online_services a {
    text-decoration: none;
}
#online_services .app_service {
    text-align: center;
    display: block;
    margin: 20px 0 20px 0;
}
    #online_services .app_service .title {
        font-size: 14px;
    }
#online_services td {
    padding: 0 10px 0 10px;
}
#message-error,
.message-error {
    color: #92191b;
}
.form_component_custom {
    padding: 5px 0 5px 0 !important;
}
    .form_component_custom .label {
        display: inline-block;
    }
    .form_component_custom .radio_button,
    .form_component_custom .checkbox {
        margin-bottom: -10px;
    }
.checkboxes .checkbox_selector {
    width: 50px;
}
.checkboxes .checkbox_label {
    width: 850px;
}
.alert {
    color: #92191b;
}
.app_cand_reg {
    padding: 20px;
}
    .app_cand_reg &gt; h1 {
        border-bottom: 1px solid #ccc;
        color: #3d3d3d;
    }
#nav_side a {
    color: #003471;
    text-decoration: none;
}
#sect_view a {
    color: #003471;
}
    #sect_view a:hover {
        opacity: .75;
    }</pre></body></html>