body {
    font-family: lato, arial, san-serif;
    font-size: 20px;
    margin: 0px;
    color: #6d6d6d;
}
.main_content {
    width: 1100px;
    margin: auto;
}
#page {
    font-size: 15px;
    margin-bottom: 40px;
    padding-top: 15px;
}
    #page h1 {
        margin-top: 0;
    }
    #page h3 {
        font-size: 18px;
    }
.hd1 {
    font-size: 20px;
    font-weight: bold;
}
    .hd2 {
        font-size: 17px;
        font-weight: bold;
    }
ul {
    margin: 0;
    padding: 0;
}
h1 {
    color: #003471;
}

/* From old tertiary styles */
.expandable_item .hd3 {
    font-size: 18px;
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
}
#page h3 {
    font-size: 18px;
}
#page a {
    color: #003471;
}
    #page a:hover {
        color: #92191b;
    }
div.expandable_content,
div.toggle_focus_content {
    display: none;
}
.list_items,
#content_det ul {
    padding-left: 25px;
}
    ul.list_items li,
    .expandable_item,
    table.detail_content li {
        margin-bottom: 5px;
    }
    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.list_items li,
    li#item_sort_alpha,
    li#item_sort_alpha li,
    #content_det ul li {
	    background: url("../images/icon_list_item.png");
	    background-repeat: no-repeat;
	    background-position: 0% top;
	    padding-left: 14px;
    }
ul li {
    list-style-type: none;
}
table.detail_content,
table.list_detail_content {
    width: 100%;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgb(0, 119, 190);
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border: 1px solid #003471;
    border-bottom: 5px solid #003471;
    margin: 20px 0 20px 0;
}
table {
    border-spacing: 0;
}
table.detail_content tr.header,
table.list_detail_content tr.header,
table.list_detail_content th.header {
    background-color: #bdbdbd;
}
table.detail_content .header,
table.detail_content td.header,
table.detail_content th,
table.list_detail_content .header,
table.detail_content_s .header,
table.list_detail_content th {
    text-align: center;
    background-color: #003471;
    color: #fff;
    vertical-align: central;
    padding-top: 12px;
    padding-bottom: 12px;
}
table.detail_content th.header {
    background-color: #003471;
    color: #fff;
}
table.detail_content thead th,
table.list_detail_content thead th {
    padding: 1px 0 1px 0;
}
table.detail_content .header h3,
table.detail_content h4 {
    margin: 0;
    padding: 0;
}
table.detail_content td,
table.multicolumn td,
table.detail_content_s td {
    vertical-align: top;
    padding: 10px;
    border: 0.5px solid #e9e9e9;
}
table.detail_content .columnHeader th {
    padding: 6px 0 6px 0;
}
.file_type {
    width: 15px;
    height: 15px;
    display: inline-block;
    margin-left: 5px;
}

/* 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: #003471;
    opacity: .9;
    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_wrap {
    width: 900px;
    margin: auto;
    display: table;
}
.popup {
    position: fixed;
    top: 140px;
    z-index: 100;
    background-color: #fff;
    padding: 10px;
    width: 880px;
    height: 70%;
    overflow-y: scroll;
}
    .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;
}
#vsap_intro iframe {
    border-bottom: 10px solid #13b5ea;
}
.layout_33 .layout {
    width: 33.33%;
}
.mod .mid {
    margin: 0 20px 0 20px;
}
.mod .btn {
    width: 270px;
    height: 150px;
    background-repeat: no-repeat;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    margin: 10px 20px 10px 0;
}
.mod .title {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    width: 270px;
    height: 125px;
    margin: 0;
    vertical-align: middle;
    display: table-cell;
}
.mod .frame {
    border: 2px solid transparent;
}
.mod a {
    text-decoration: none;
}
.vsap .resources {
    width: auto;
    margin: 20px auto 40px auto;
}
    .vsap .resources .resource {
        display: inline-block;
        margin: auto;
        width: 220px;
        height: 220px;
        vertical-align: top;
    }
    .vsap .resources .label {
        font-size: 20px;
        text-align: center;
        margin-top: -80px;
        padding: 0 20px 0 20px;
        width: 180px;
        pointer-events: none;
    }
.vsap .split {
    width: 100%;
    height: 2px;
    background-color: #ccc;
    margin-top: 10px;
}
#content_det .vsap ul li {
    background: url("../images/icon_list_item_yellow.png") !important;
    background-repeat: no-repeat !important;
    background-position: 0% top !important;
    padding-left: 14px !important;
    list-style-type: none;
}
.vsap .item_primary {
    display: inline-block;
    width: 15px;
    height: 15px;
    background-color: #13b5ea;
    margin-right: 5px;
}
.vsap .vsap_button {
    display: table;
    text-decoration: none;
    background-color: #ffc527;
    color: #000 !important;
    padding: 10px 30px 10px 30px;
    margin: auto;
}
    .vsap .vsap_button:hover {
        background-color: #13b5ea;
    }
.vsap .experience {
    background-image: url("/Images/election_information/bg_vsap_experience.png");
    background-repeat: repeat-x;
    margin-bottom: 40px;
}
    .vsap .experience .icon {
        margin-right: 20px;
        width: 175px;
    }
    .vsap .experience .text {
        width: 550px;
    }
        .vsap .experience .text .heading {
            font-size: 30px;
            font-weight: bold;
            color: #003471;
        }
        .vsap .experience .text .description {
            margin-top: -20px;
        }
    .vsap .experience .learn_more {
        color: #003471 !important;
        font-size: 28px;
        font-weight: bold;
        padding: 10px 0 2px 25px;
        display: block;
    }
        .vsap .experience .learn_more:hover {
            color: #003471 !important;
            font-weight: bold;
        }
    .vsap .experience a {
        color: #003471 !important;
        text-decoration: underline !important;
    }
        .vsap .experience a:hover {
            opacity: .75;
        }
.vsap .experience_details {
    background-color: #003471;
    padding: 15px;
    color: #fff;
    font-size: 15px;
    margin-left: -25px;
    margin-top: 5px;
    font-weight: normal;
    text-transform: initial;
    height: 180px;
}
#content_det .vsap .experience_details ul li {
    list-style-type: square;
    background-image: none !important;
    padding-left: 0 !important;
    margin-bottom: 3px;
}
.vsap .columns2_30_70 .column:nth-child(1) {
    width: 28%;
}
.vsap .columns2_30_70 .column:nth-child(2) {
    width: 68%;
}
.vsap .columns2_70_30 .column:nth-child(1) {
    width: 68%;
}
.vsap .columns2_70_30 .column:nth-child(2) {
    width: 28%;
}
.vsap .columns2_50_50 .column {
    width: 48%;
}
.layout .layout_50 {
    width: 50%;
}
.focus_tab {
    display: inline-block;
}
    .focus_tab a {
        font-size: 20px;
        font-weight: bold;
        text-decoration: none;
        padding: 10px 20px 10px 20px;
        display: inline-block;
    }