﻿@font-face {
    font-family: "open_sansregular";
    src: url('fonts/opensans-regular-webfont.eot');
    src: url('fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/opensans-regular-webfont.woff') format('woff'), url('fonts/opensans-regular-webfont.ttf') format('truetype'), url('fonts/opensans-regular-webfont.svg#source_sans_proregular') format('svg');
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: 'tires';
    src: url('fonts/tiresias_infofont-webfont.eot');
    src: url('fonts/tiresias_infofont-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/tiresias_infofont-webfont.woff') format('woff'), url('fonts/tiresias_infofont-webfont.ttf') format('truetype'), url('fonts/tiresias_infofont-webfont.svg#tiresias_infofontregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'fontello';
    src: url('fonts/fontello.eot');
    src: url('fonts/fontello.eot?#iefix') format('embedded-opentype'), url('fonts/fontello.svg#fontello') format('svg'), url('fonts/fontello.woff') format('woff'), url('fonts/fontello.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "fontellotwo";
    src: url('fonts/fontello2.eot');
    src: url("fonts/fontello2.eot?#iefix") format("embedded-opentype"), url("fonts/fontello2.svg") format("svg"), url("fonts/fontello2.woff") format("woff"), url("fonts/fontello2.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/*@font-face {
	font-family: 'alfa';
	src: url('fonts/alfaslabone-regular-webfont.eot');
	src: url('fonts/alfaslabone-regular-webfont.eot?#iefix') format('embedded-opentype'),  url('fonts/alfaslabone-regular-webfont.svg#alfa_slab_oneregular') format('svg'),  url('fonts/alfaslabone-regular-webfont.woff') format('woff'),  url('fonts/alfaslabone-regular-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}*/
/*************************
           Layout
************************* */

a {
    color: #0099CC;
    border: medium none;
    font-weight: inherit;
    text-decoration: none;
}
a:hover {
    color: #c11000;
    /*brand red*/
}
a:visited {
    color: #751975;
}
.clear {
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;
}
.content {
    clear: both;
    margin-left: auto;
    margin-right: auto;
    min-height: 670px;
    width: 100%;
    max-width: 2000px;
    padding-bottom: 5px;
}
.home-page-background {
    padding: 12px 10px 10px 10px;
    margin: 0px 0px 20px 0px;
    background-color: #FFFFFF;
    padding: 15px 20px 30px;
}
body {
    font-family: 'opensans_regular', sans serif;
    font-size: 13px;
}
html {
    /* background-color: #e6e6e6;*/
    /*#D8D8D8; RV*/
}
.content_container {
    min-height: 670px;
    max-width: 1080px;
    padding-top: 10px;
    background-color: #FFF;
    margin: 5px auto 15px;
}
/**********************/

.breadcrumbs {
    color: #555555;
    font-family: 'open_sansregular', sans-serif;
    font-size: 12px !important;
    text-align: left;
    margin-top: 5px;
}
.breadcrumb ul {
    border: medium none;
    display: inline;
    margin-left: 0;
    padding-bottom: 0 !important;
}
.breadcrumb ul li {
    border: medium none;
    display: inline;
    list-style: none outside none;
    margin-left: 0;
    padding-left: 2px;
}
.breadcrumb ul li:before {
    content: " » ";
}
.breadcrumb ul li.first:before {
    content: " ";
}
.breadcrumbs a {
    color: #555555;
    text-decoration: underline;
}
.breadcrumbs a:visited {
    color: #555555;
}
.footercell,
.sidecontainer,
.halftab,
.quartertab,
.headerlink,
.breadcrumbs,
.links {
    display: inline;
    float: left;
    margin-left: 5px;
    margin-right: 0;
}
.first {
    margin-left: 0;
}
.last {
    margin-right: 0;
}
.center {
    text-align: center;
}
.vabar {
    background-color: #000000;
    width: 100%;
}
.navbar-search {
    background-color: #F0F0F0;
    border: 1px solid #CCCCCC;
    color: #666666;
    height: 40px;
    width: 250px;
    font-family: "open_sansregular", sans-serif;
    font-size: 14px;
    padding-left: 10px;
}
.siteSearchBtn {
    background-color: #202020;
    border: 1px solid #F8F8F8;
    color: #FFFFFF;
    height: 40px;
    position: relative;
    text-align: center;
    width: 40px;
    font-family: "open_sansregular", sans-serif;
    font-size: 14px;
}
.siteSearchBtn:hover {
    background-color: #0099CC;
}
.searchbar {
    width: 320px;
    float: right;
    position: relative;
    top: -20px;
    height: 40px;
}
.ajaxMenuOverLay {
    position: absolute;
    opacity: .10;
    background-color: #000000;
    filter: alpha(opacity 10);
    z-index: 0;
}
.page_content ul,
.content ul,
.stats ul {
    list-style: outside;
    line-height: 25px;
    margin-left: 15px;
    font-family: 'open_sansregular', sans-serif;
    font-size: 13px!important;
    line-height: 25px!important;
    list-style-type: disc;
}
.content > .textcontent > ul > li {
    font-family: 'open_sansregular', sans-serif;
    font-size: 13px!important;
    line-height: 25px;
    list-style-type: disc;
}
.content> .textcontent > .page_content > ul > li {
    font-family: 'open_sansregular', sans-serif;
    font-size: 13px !important;
    line-height: 25px !important;
    list-style-type: disc;
}
.page_content {
    width: 700px;
}
.content ul {
    padding-bottom: 15px;
}
.content > .textcontent > ul > li > ul {
    padding-bottom: 0;
}
.textcontent > h3 {
    padding-top: 20px;
}
.page_content > h3 {
    padding-top: 20px;
}
ol {
    list-style-type: decimal
    /*!important */
    
    ;
    font-family: 'open_sansregular', sans-serif;
    font-size: 13px !important;
    line-height: 25px !important;
    margin-left: 15px !important;
    padding-bottom: 15px !important;
}
ol li {
    padding-bottom: 5px;
}
.content > ol > ul {
    padding-bottom: 5px !important;
}
ol h4 {
    color: #000000 !important;
}
ul.formal li {
    margin: 0 0 -3px 30px;
}
.entry-header {
    width: 1080px;
    height: 75px;
    border-bottom: 1px solid #CCC;
}
.app_header {
    margin-bottom: 25px;
    height: auto !important;
}
.entry-title {
    color: #000000;
    width: 450px;
    padding-top: 10px;
}
hr {
    width: 800px;
    margin-left: auto !important;
    margin-right: auto !important;
    /*background-color:#B20000;
	height: 5px;*/
    
    height: 2px;
    background-color: #ddd;
    margin-bottom: 10px !important;
}
.blue {
    background-color: #00255a;
    margin-bottom: 0 !important;
    margin-top: 20px !important;
    position: relative;
}
/*.orange
{
    background-color:#CF6600;
}*/
/*1-14-15*/

.red {
    position: relative;
    top: -20px;
}
a:link.help,
a:visited.help {
    font-weight: bold;
    color: #ffffff;
    font-size: 16px;
    padding: 2px;
    text-align: center;
    background-color: #00255a;
    margin: 5px 5px 5px 5px;
    display: inline-block;
    width: 20px;
}
a:hover.help {
    color: #fff;
    background-color: #4566ac;
}
/***quicklinks side bar begin***/

.no-js #back-top {
    display: none;
}
#back-top {
    z-index: 100;
}
#back-top a {
    width: 185px;
    display: block;
    text-align: center;
    font-family: "open_sansregular", sans-serif;
    text-transform: capitalize;
    text-decoration: none;
    color: #1B75BB;
    transition: all .5s ease-in-out 0s;
    z-index: 100;
}
#back-top a:hover {
    color: #223E98;
    transition: all .5s ease-in-out 0s;
}
#back-top span:before {
    width: 56px;
    height: 56px;
    display: block;
    margin-bottom: 7px;
    position: relative;
    top: 62px;
    z-index: 100;
    content: '\e806';
    color: #1B75BB;
    font-size: 40px;
    font-family: "fontello";
}
#back-top:hover span:before {
    color: #223E98;
    transition: all .5s ease-in-out 0s;
}
.links {
    height: auto;
    margin: 40px 0 0;
    border-radius: 6px;
    z-index: 101;
}
.links > .textwidget {
    box-shadow: 0 0 2px #CCCCCC;
}
.textwidget {
    width: 317px;
}
.links ul {
    padding-bottom: 0 !important;
    border: 1px solid #e6e6e6;
    background-color: #FFFFFF;
}
.links ul,
.links li {
    list-style: none;
    margin-left: 0px;
}
.links ul li {
    border-top: 1px solid #EEEEEE;
    color: #202020;
    padding-bottom: 5px !important;
    /*padding-bottom: 0 !important;*/
    /*width: 315px;*/
    
    font-family: "open_sansregular", sans-serif;
    font-size: 13px;
}
.links ul li a {
    /*width: 272px;*/
    padding: 4px 0 5px 31px;
    display: inline-block;
}
.no-js .links ul li:before {
    display: none;
}
.links ul li:before {
    content: '\E804';
    font-family: "fontello";
    position: relative;
    font-size: 14px;
    color: #CCCCCC;
    left: 32px;
    top: 0;
    /*margin-left: -21px;
	padding-right: 20px;*/
}
.links ul li:hover:before {
    text-shadow: 0 0 1px #CCCCCC;
    color: #FFFFFF;
    transition: all .15s ease-in-out 0s;
}
.links ul li:hover {
    background: #eeeeee;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNWU1ZTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #eeeeee 0%, #e5e5e5 100%);
    /* FF3.6+ */
    
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #e5e5e5));
    /* Chrome,Safari4+ */
    
    background: -webkit-linear-gradient(top, #eeeeee 0%, #e5e5e5 100%);
    /* Chrome10+,Safari5.1+ */
    
    background: -o-linear-gradient(top, #eeeeee 0%, #e5e5e5 100%);
    /* Opera 11.10+ */
    
    background: -ms-linear-gradient(top, #eeeeee 0%, #e5e5e5 100%);
    /* IE10+ */
    
    background: linear-gradient(to bottom, #eeeeee 0%, #e5e5e5 100%);
    /* W3C */
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#e5e5e5', GradientType=0);
    /* IE6-8 */
    
    transition: all .15s ease-in-out 0s;
}
.links ul > a:visited {
    color: #751975;
}
.linksheader {
    border: 1px solid #B20000;
    background-color: #B20000;
    width: 315px;
}
.topicsheader {
    width: 315px;
    background-color: #449fe5;
    /* Old browsers */
    
    border: 1px solid #449fe5;
}
.linksheader h2,
.topicsheader h2 {
    color: #FFFFFF;
    font-family: "tires", sans-serif;
    margin-left: 4px;
    padding: 7px;
    font-size: 20px !important;
}
.linkscontainer {
    height: auto;
    width: 257px;
}
/*quicklinks end */
/*************************
           Font Styles
************************* */

p {
    font-family: 'open_sansregular', sans-serif;
    font-size: 14px !important;
    line-height: 22px !important;
    margin-bottom: 15px !important;
    margin-left: 5px;
}
p.bodytext {
    margin-left: 10px;
}
h1,
h2,
h3,
h4,
h5 {
    font-weight: normal;
}
h1 {
    color: #333333 !important;
    font-size: 24px !important;
    letter-spacing: 1px !important;
    font-family: "tires", sans-serif;
}
h2 {
    /*color: #333333;*/
    
    color: #00255a;
    font-size: 18px !important;
    text-transform: uppercase;
    letter-spacing: .75px !important;
    padding: 10px 0 0 0;
    font-family: 'tires', sans-serif;
}
h2.home-page {
    color: #00b;
    font-size: 26px !important;
    letter-spacing: 1px !important;
    padding: 5px 0;
    font-family: 'tires', sans-serif;
}
h2 a {
    float: right;
    font-size: 75%
}
h3 {
    color: #333333;
    font-size: 16px !important;
    margin: 20px 0 5px 0;
    font-weight: bold;
    font-family: "open_sansregular", sans-serif;
    padding-bottom: 8px !important;
}
h3.spacebelow {
    padding: 0 0 0 5px;
    margin-bottom: 0;
    font-size: 15px !important;
}
h2:after {
    background: none repeat scroll 0 0 #00255a;
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    width: 300px;
}
h4 {
    color: #444444;
    font-family: "open_sansregular", sans-serif;
    font-size: 15px !important;
    margin-bottom: 2px !important;
    padding: 10px !important;
    font-weight: bold;
}
.footercell h4 {
    color: #FFFFFF !important;
    width: 175px;
    font-weight: normal !important;
}
.footercell h4:after {
    width: 50px !important;
    background: none repeat scroll 0 0 #0099CC !important;
}
h4:after {
    /* background: none repeat scroll 0 0 #CF6600;*/
    /*1-14-15*/
    
    background: none repeat scroll 0 0 #DDD;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    margin-top: 2px;
    width: 150px;
}
h5 {
    color: #FFFFFF;
    font-family: 'tires', sans-serif;
    font-size: 10px !important;
    padding: 5px !important;
}
.legend
/*h1 modifier*/

{
    font-family: 'tires', serif;
    /*padding: 20px 0 20px 0;*/
    
    border-bottom: 1px solid #333;
    margin-bottom: 20px;
    /*color: #00255a;*/
    
    font-size: 24px;
}
/*************************
           Header
************************* */

.header {
    margin-left: auto;
    margin-right: auto;
    width: 1080px;
    height: 95px;
    border-bottom: 2px solid #ddd;
}
.logo {
    width: 363px;
    background-image: url("images/sbelogosmall.png");
    background-repeat: no-repeat;
    display: inline-block;
    height: 69px;
    float: left;
    /*added this because it wasn't respcting width in IE11 with security turned on*/
}
.header_container {
    max-width: 2000px;
    width: 100%;
    background-color: #FFFFFF;
    margin: auto;
    height: 100px;
    padding-top: 30px;
}
.gray-bar {
    /*navigation bar positioning*/
    
    margin-top: 25px;
    margin-right: 110px;
    float: right;
    height: 25px;
    padding-left: 0;
    color: #FFFFFF;
    font-size: 14px;
}
/*************************
           Footer
************************* */

.footer {
    color: #FFFFFF;
    width: 1080px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    font-family: "open_sansregular", sans-serif;
    font-size: 13px;
}
.subfooter {
    color: #FFFFFF;
    text-align: center;
    border-top: 1px solid #353535;
    margin-top: 15px;
    height: 45px;
    padding: 5px;
}
.subfooter a:link {
    color: #9494FF !important;
}
.subfooter a:visited {
    color: #9494FF !important;
}
.subfooter a:hover {
    color: #0099CC !important;
}
.footercontainer {
    margin-left: auto;
    margin-right: auto;
    max-width: 2000px;
    width: 100%;
    background-color: #202020;
    height: 395px;
}
.footercontainer-form {
    margin-top: -40px;
    margin-left: auto;
    margin-right: auto;
    max-width: 2000px;
    width: 100%;
    background-color: #202020;
    /*height: 350px;*/
}
.footercell {
    width: 230px;
    padding: 0 17px;
}
.socialmedia {
    list-style-type: none;
}
.socialmedia li {
    background-image: url("Images/socialsprite.png");
    background-repeat: no-repeat;
    display: inline-block;
    margin: 10px 5px 5px 10px;
    width: 45px;
    height: 45px;
}
.socialmedia li a {
    display: block;
    height: 100%;
    width: 100%;
    text-indent: -9999px;
    overflow: hidden;
    display: block;
}
.facebook {
    background-position: 1px 3px;
    transition: all .3s ease-in-out;
}
.facebook:hover {
    background-position: 1px -42px;
}
.twitter {
    background-position: -44px 3px;
    transition: all .3s ease-in-out;
}
.twitter:hover {
    background-position: -44px -42px;
}
.youtube {
    background-position: -87px 3px;
    transition: all .3s ease-in-out;
}
.youtube:hover {
    background-position: -87px -42px;
}
.google {
    background-position: -132px 3px;
    transition: all .3s ease-in-out;
}
.google:hover {
    background-position: -132px -42px;
}
.email {
    background-position: -176px 3px;
    transition: all .3s ease-in-out;
}
.email:hover {
    background-position: -176px -42px;
}
.website {
    background-position: -222px 0;
    transition: all .3s ease-in-out;
}
.website:hover {
    background-position: -222px -43px;
}
.omegalogo {
    padding-top: 19px;
}
.footercell li a {
    color: #FFFFFF;
}
.footercell li a:hover {
    color: #0099CC;
}
.footercell a {
    color: #FFFFFF;
}
.footercell a:hover {
    color: #0099CC;
}
.footer a:visited {
    color: #FFFFFF;
}
.footerfeature_container {
    top: 0;
    padding-bottom: 20px;
}
.footerfeature_cell {
    display: table-cell;
}
.footerfeature_info {
    padding: 10px 30px;
    width: 300px;
    height: 100px;
}
.footerfeature_info p {
    line-height: 18px !important;
}
.footerfeature_info p strong {
    font-size: 15px !important;
}
.footerfeature_info a {
    color: #FFFFFF !important;
}
.footerfeature_info a:hover {
    color: #202020 !important;
}
.footerone {
    background-color: #42b3eb;
}
.footertwo {
    background-color: #0384ce;
}
.footerthree {
    background-color: #3156a3;
}
.featurecell h3,
.footerfeature_cell h3 {
    color: #FFFFFF;
    font-weight: normal !important;
    font-size: 20px !important;
    padding-bottom: 10px !important;
    margin-top: 0 !important;
}
.featurecell h3:after,
.footerfeature_cell h3:after {
    display: none;
}
/*************************
          Voter Info
************************* */

.frontpagebuttons {
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
}
.frontpagebuttons_container {
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 0;
}
.infobutton {
    width: 285px;
    height: 85px;
    display: inline-block;
    padding: 3px 0;
    margin: 10px 0;
    border-radius: 5px;
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
}
.middle {
    margin-left: 105px;
    margin-right: 105px;
}
.infobutton:hover {
    background-color: #EFEFEF;
    transition: all .3s ease-in-out 0s;
}
.infobutton_image {
    height: 75px;
    width: 100px;
    background-image: url("Assets/Images/electiondaysprite2.png");
    background-repeat: no-repeat;
    margin-right: 5px;
    display: inline-block;
}
.infobutton_info {
    width: 173px;
    padding: 5px 0;
    display: inline-block;
    position: relative;
    top: -7px;
    color: #222222 !important;
}
.infobutton_info h3 {
    margin-bottom: 2px;
}
.infobutton_info p {
    line-height: 18px !important;
}
.infobutton_info h3:after {
    margin-top: 2px !important;
    width: 100px;
}
.registration {
    background-position: -18px -61px;
}
.ballot {
    background-position: -18px -1188px;
}
.location {
    background-position: -18px -552px;
}
.faq {
    background-position: -18px -552px;
}
.absentee {
    background-position: -18px -734px;
}
.results {
    background-position: -18px -734px;
}
.results > table {
    width: 100%;
}
.id {
    background-position: -18px -899px;
}
.local {
    background-position: -14px -1044px;
}
#menu-mobile {
    display: none;
}
/*Progress Bar */

ul.progressbar {
    max-width: 1080px;
    margin-left: 0;
    line-height: 15px !important;
    padding-bottom: 0 !important;
    padding-top: 15px;
}
.progressbar li {
    display: inline-block;
    width: 115px;
    overflow: visible;
    margin-bottom: 25px;
}
.progressbar li:hover {
    margin-bottom: 0;
}
.currentpage > .pagenumber {
    background-color: #7abcff;
    color: #FFFFFF;
}
.currentpage > .pagedescription {
    color: #0099CC;
}
.pagenumber {
    color: #FFFFFF;
    font-size: 16px;
    background-color: #DDDDDD;
    border-radius: 50px;
    text-align: center;
    width: 120px;
    display: block;
    padding: 7px 0;
    border: 2px solid #F7F7F7;
    width: 135px;
}
ul.progressbar > li:hover > .pagenumber {
    background-color: #4ca300;
    color: #FFFFFF;
    transition: all .4s ease-in-out;
}
ul.progressbar > li:hover > .pagedescription {
    color: #7CBA3D;
    transition: all .4s ease-in-out;
}
.pagedescription {
    font-size: 15px;
    color: #888888;
    display: block;
    text-align: center;
    padding-bottom: 5px;
    padding-left: 20px;
}
.beentheredonethat > .pagenumber {
    background-color: #0080bc;
    color: #FFFFFF;
}
.beentheredonethat > .pagedescription {
    color: #0080bc;
}
.hoverdescription {
    opacity: 0;
    color: #4ca300;
    /*#7CBA3D;*/
    
    font-size: 15px;
    float: left;
    padding-top: 10px;
    width: 500px;
    display: none;
}
ul.progressbar > li:hover > .hoverdescription {
    opacity: 1;
    display: block;
}
.assistantdescription {
    position: relative;
    right: 350px;
}
.contactdescription {
    position: relative;
    right: 350px;
}
.confirmationdescription {
    position: relative;
    right: 350px;
}
/*Banner */

#commonBanner {
    background-color: #000000;
    font-family: Verdana, sans-serif;
    height: 40px;
    color: #FFFFFF;
    font-size: 12px;
}
#commonBanner .virginiaLogo {
    border: none;
    float: left;
    display: block;
    width: 151px;
    height: 40px;
    text-decoration: none;
    background: url('Images/Virginia_dot_Gov_logo.png') center no-repeat;
}
#commonBanner .alignLeft {
    float: left;
    margin-left: 20px;
    padding-top: 11px;
}
#commonBanner a:hover {
    color: #CCCCCC;
}
#commonBanner a {
    text-decoration: none;
    font-weight: bold;
    color: #FFFFFF;
}
#commonBanner #virginiaSearch {
    float: right;
    padding-top: 11px;
    padding-right: 10px;
}
#commonBanner .screenReaderOnly {
    position: absolute;
    left: -999em;
    width: 1em;
    overflow: hidden;
}
.menubutton {
    display: none;
}
/* Joe - added Menu button look here. */

.menubutton:before {
    font-family: "fontellotwo";
    content: '\E804';
    color: #FFFFFF;
    font-size: 21px;
    text-shadow: 1px 1px 1px #555555;
}
.hidden-alt-text {
    visibility: hidden;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
.menubutton .screenReaderOnly {
    display: none;
}
/*1-13-15*/

a.home-btn {
     background-color: #000;
    padding: 5px 55px 5px 55px;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    margin: 2px auto;
    
    font-family: "open_sansregular", sans-serif;
    font-size: 15px;
    color:#ffffff;     
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    /*line-height:21px; */   
    cursor: pointer;
    /*margin:-7px 8px 0 0;*/
    display: inline-block;
    /*padding: 8px 20px 9px;*/
    text-align: center;
    vertical-align: middle;
}
a:visited.home-btn {
    color: #FFF;
}
/* Confirmation Page */
/*  this section is display versions of form elements.  
 *  by defining this seperately, I can cut down the size of the HTML bloat
 */

.answerRow {}
/* this is just a mimic of the headerlabel label class above*/

.answerRow span.question {
    font-family: "open_sansregular", Sans-Serif;
    font-size: 13px;
    margin: 0 0 0 5px;
    font-weight: bold;
    letter-spacing: -.02em;
    display: block;
}
/* this is just a mimic of the standard label above*/

.answerRow span.answer {
    color: #333;
    font-size: 14px;
    letter-spacing: .03em;
    font-weight: normal;
    /* since we want bold numbers, I need to remove the bold from the answer */
}
li.answerRow span.answer {
    /* padding for li tags*/
    
    padding: 0 0 0 6px;
}
p.answerRow span.answer {
    /* additional padding in P tags*/
    
    padding: 0 0 0 25px;
}
/* this will inset sub answers */

p.subAnswerRow {
    padding-left: 20px;
}
.ol-numbers {
    font-weight: bold;
    padding: 0 5px 0 0;
    font-size: 12px;
}
/*
    created a style for lists for adding numbers to the content
*/

ol.answerList {
    list-style: decimal;
    font-weight: bold;
}
ol.answerList ol {
    list-style: lower-alpha;
}
h2 a
/* copy and move to H block section when done tweaking*/

{
    float: right;
    font-size: 75%;
    padding: 5px;
    color: #00255a;
    /*background-color:  #00255a;*/
    
    border: 2px solid #00255a;
    width: 150px;
    text-align: center;
    margin-right: 20%;
    /*need to  correct overflow in mobile size screen with this scaling margin in place*/
}
h2 a:visited {
    color: #00255a;
}
h2 a:hover {
    border: 2px solid #00255a;
    background-color: #e9ffec;
    color: #00255a;
    /*brand blue*/
}
#ConsentMessage {
    margin: 0 0 0 8px;
}
.shortened {
    width: 59%
}
.wantovote a {
    display: block;
    background-color: #00255a;
    color: #FFF;
    width: 600px;
    height: 25px;
    padding: 5px;
    margin: 2px auto;
    text-align: center;
}
.wantovote a:link,
.wantovote a:visited {
    color: #FFF;
}
.wantovote a:hover {
    color: #00255a;
    background-color: #e9ffec;
}
/* search page specific stuff feel free to hack apart ;-) */


fieldset#Register h2:after,
fieldset#SearchPage h2:after {
    width: auto;
}
fieldset#Register h2,
fieldset#SearchPage h2 {
    margin-bottom: 15px;
}
fieldset#Register {
    float: left;
    width: 225px;
    text-align: left;
}
#SearchPage,
#NavigationPage {
    max-width: 440px;
}
#SearchPage div.submitButton {
    margin-top: 0px;
    width: 80%;
}
#SideLinks {
    display: block;
    position: absolute;
    right: 20px;
   /* top: 200px;*/
}
#SideLinks h2 {
    background-color: #B20000;
    color: #ffffff;
    padding: 10px;
}
/*zero out the standard H2 style*/

#SideLinks h2:after {
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 0px;
}
#SideLinks li {
    list-style: none;
    height: 2em;
}
#SideLinks li:before {
    content: '\E804';
    font-family: "fontello";
    position: relative;
    font-size: 14px;
    color: #CCCCCC;
    left: 32px;
    top: 0;
    /*margin-left: -36px;*/
    padding-right: 8px;
}
.resultsWrapper {
    padding: 10px 10px 10px 0px;
    /*-webkit-columns: 2 400px;
            -moz-columns: 2 400px;
            columns: 2 400px;*/
}
.resultsWrapper h5 {
    color: #444444;
    font-family: "open_sansregular", sans-serif;
    font-size: 13px !important;
    margin-bottom: 2px !important;
    padding: 10px !important;
    font-weight: bold;
    float: left;
    clear: both;
}
.resultsWrapper h5:after {
    content: ": ";
}
.resultsWrapper p {
    padding: 10px 0px 0px 150px;
    min-height: 25px;
    border-bottom: 2px solid #ddd;
    max-width: 600px;
}
.results table {
    width: 100%;
    max-width: 760px;
    /*the p tag has an additional 160px of padding */
}
.results table th.contest,
.resultsWrapper table td.contest {
    width: 50%;
}
.results table tbody, .results table thead, .results table th, .results table td
{
    font-size: 14px !important;
    font-family: "open_sansregular", arial, helvetica, sans-serif !important;
    }
    /*11/3/15 RLV table fix*/
    
    
    
/*.resultsWrapper p:after {
	        background: none repeat scroll 0 0 #DDD;
	        bottom: 0;
	        content: "";
	        display: block;
	        height: 2px;
	        margin-top: 2px;
	        width: 400px;
	        margin-left:-150px;
        }*/

#RegistrationActionForms {
    clear: both;
    /*border: 1px solid #ddd;*/
    
    overflow: auto;
    padding: 10px 10px 10px 0px;
    /* -webkit-columns: 2 400px;
            -moz-columns: 2 400px;
            columns: 2 400px;*/
}
.actionWrapper {
    width: 320px;
    float: left;
}
.actionWrapper p {
    min-height: 75px;
}
.registrationcolumn {
    padding: 10px 10px 10px 10px;
}
.absenteecolumn {
    padding: 10px 10px 10px 0px;
}
.navigationLink {
    font-size: 18px;
    text-align: left;
    margin-top: 10px;
    float: left;
}
.submitButton .navigationLink {
    color: #ffffff;
    font-family: "open_sansregular", sans-serif;
    font-size: 15px;
    padding: 4px 20px 12px;
    border-radius: 3.1px;
    /*3.1 for rendering in IE*/
    
    cursor: pointer;
    margin: 0;
    background-color: #326B00;
}
/*  Mobile CSS   */

@media (min-width: 0px) and (max-width: 1210px) {
    .logo {
        display: block;
        margin: auto !important;
        position: relative;
        top: -25px;
        background-size: 300px;
        float: none;
        /*added it above to fix IE issues*/
    }
    #SideLinks {
        display: none;
    }
    .menubutton:hover > .menu-mobile-container {
        display: block !important;
    }
    
    #menu-mobile {
        display: block;
        height: auto;
        /*position:relative;*/
        top: 1px;
        z-index: 9999;
        margin: 0 auto; 
        padding-bottom: 0px;
        text-align:center;
    }
    .menu-mobile-container {
        display: none;
        margin-left: auto;
        margin-right: auto;
    }
    #menu-mobile li {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        width: 100%;
    }
    #menu-mobile li a {
        border-bottom: 1px solid #cccccc;
        margin-left: auto;
        margin-right: auto;
        padding: 12px 4px;
        text-align: center;
        width: 95%;
    }
    .menubutton:before {
        color: #ffffff;
        /*content: "";*/
        content: '\E804';
        font-family: "fontellotwo";
        font-size: 21px;
        text-shadow: 1px 1px 1px #555555;
    }
    .menubutton {
        background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #4566ac 0%, #3156a3 99%) repeat scroll 0 0;
        border: 1px solid #4566ac;
        border-radius: 3px;
        display: block;
        margin: 1px auto;
        max-height: 22px;
        padding: 3px 0;
        text-align: center;
        width: 481px;  /*RLV 10-14-15*/
    }
    .menubutton > a {
        color: #ffffff;
        font-family: "tires", sans-serif;
        font-size: 16px;
        padding: 0px 0px 5px 0px;
        /*RLV 10-8-15*/
        text-shadow: 1px 1px 1px #555555;
        vertical-align: top;
    }
    .menubutton > a:visited {
        color: #ffffff;
    }
    .menu-header {
        float: right;
        min-height: 40px;
        width: 775px;
    }
    
    a.mobile-btn {
        width: 100%;
        /*margin: 2px auto;*/
        
        border: 1.5px solid #333;
        padding: 5px 55px 5px 55px;
        background-color: #ddd;
        color: #333;
        text-align: center;
        font-weight: bold;
        /*float: left;*/
    }
    
    ul.menu {
        height: 40px;
        max-width: 100%;
        padding-top: 20px;
        position: relative;
    }
    ul.menu > li {
        float: left;
        list-style-type: none;
        text-align: center;
    }
    .no-js ul.menu > li.menu-item > ul {
        display: none;
    }
    ul.menu > li.menu-item > ul {
        position: absolute;
        z-index: 2;
    }
    ul.menu > li.menu-item > a:hover {
        background-color: #ffffff;
    }
    ul.menu > li a {
        color: #333;
        display: block;
        float: left;
        font-family: "open_sansregular", sans-serif;
        font-size: 14px;
        font-weight: 400;
        padding: 12px 9px;
    }
    .item-0,
    .item-1,
    .item-2,
    .item-4,
    .item-6,
    .item-7,
    .item-8 {
        background: #ffffff none repeat scroll 0 0;
        border-radius: 5px;
        box-shadow: 0 1px 2px #aaaaaa;
        float: right;
        left: -900em;
        margin: 4px auto;
        opacity: 0;
        padding: 10px;
        text-align: left;
    }
    .item-8 {
        width: 255px;
    }
    .item-7 {
        width: 255px;
    }
    .item-6 {
        width: 255px;
    }
    .item-4 {
        width: 255px;
    }
    .item-2 {
        width: 255px;
    }
    .item-1 {
        width: 255px;
    }
    .item-0 {
        width: 255px;
    }
    ul.menu li:hover .item-0,
    ul.menu li:hover .item-1,
    ul.menu li:hover .item-2,
    ul.menu li:hover .item-4,
    ul.menu li:hover .item-6,
    ul.menu li:hover .item-7,
    ul.menu li:hover .item-8 {
        opacity: 0.99;
        transition-duration: 0.7s;
        transition-property: opacity;
    }
    ul.menu li:hover .item-8 {
        left: 500px;
        top: 55px;
    }
    ul.menu li:hover .item-7 {
        left: 485px;
        top: 55px;
    }
    ul.menu li:hover .item-6 {
        left: 400px;
        top: 55px;
    }
    ul.menu li:hover .item-4 {
        left: 300px;
        top: 55px;
    }
    ul.menu li:hover .item-2 {
        left: 200px;
        top: 55px;
    }
    ul.menu li:hover .item-1 {
        left: 66px;
        top: 55px;
    }
    ul.menu li:hover .item-0 {
        left: -31px;
        top: 55px;
    }
    ul.menu > li > ul > li a {
        border-bottom: 3px solid #cccccc;
        border-top: 3px solid #ffffff;
        color: #202020;
        font-family: "open_sansregular", sans-serif;
        font-size: 12px;
        height: 35px;
        margin: 5px;
        padding: 4px;
        text-align: center;
        text-transform: none;
        width: 108px;
    }
    ul.menu > li > ul > li a:hover {
        border-bottom: 3px solid #b20000 !important;
        border-top: 3px solid #00255a !important;
        transition: all 0.4s ease-in-out 0s;
    }
    ul.menu > li > ul > li > ul {
        display: none;
    }
    #menu-test li.current-menu-item a {
        background-color: #00255a;
        color: #ffffff;
    }
    #menu-test li.current-menu-item > ul > li {
        color: #444444 !important;
    }
    ul.menu li > ul > li > a {
        background-color: #ffffff !important;
        color: #444444 !important;
    }
    #menu-test li.current-menu-ancestor a {
        background-color: #00255a;
        color: #ffffff;
    }
    #menu-test > li > a:hover {
        background-color: #ffffff;
        color: #444444;
    }
    #menu-test > li:hover {
        background-color: #ffffff;
        border: 1px solid #dddddd;
        color: #000000 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        margin-top: 0 !important;
    }
    #menu-test > li {
        margin-left: 1px;
        margin-right: 1px;
        margin-top: 1px;
    }
    #menu-test li.current-menu-ancestor ul li a:hover {
        border-bottom: 3px solid #b20000 !important;
        border-top: 3px solid #00255a !important;
        transition: all 0.4s ease-in-out 0s;
    }
    #menu-test li.current-menu-ancestor ul li a {
        color: #444444 !important;
    }
    .singleline {
        line-height: 35px;
    }
    ul.menu {
        padding-top: 0;
    }
    .menu-header {
        display: none;
    }
   .gray-bar {
        display: none;
    }
   .header {
        width: 100%;
    }
    .header_container {
        /*height:145px; padding-right:20px;*/
        
        max-width: 80%;
        margin: 2px auto;
        height: 30px;
    }
}
@media (min-width: 0px) and (max-width: 780px) {
    /*.menubutton {
	 
	border-radius: 3px;
	display: block;
	width: 300px;
	margin: 1px auto;
	text-align: center;
	max-height: 22px;
	padding: 3px 0;
}*/
    
    h2 {
        padding: 10px 0 10px 0;
        width: 98%;
        margin: 2px auto;
    }
    h2 a
    /*need to  correct overflow in mobile size screen */
    
    {
        width: 100%;
        margin: 2px auto;
        padding: 10px 0 10px 0;
        border: 1.5px solid #333;
        background-color: #FFF;
        color: #333;
    }
    h2 a:visited {
        color: #333;
    }
    h2 a:hover {
        border: 1.5px solid #00255a;
    }
    h2:after {
        background: initial;
        bottom: 0;
        content: "";
        display: block;
        height: 0px;
        width: 1px;
    }
    /* Search page specific stuff */
    fieldset#Register h2,
    fieldset#SearchPage h2 {
        margin-bottom: 15px;
        text-align: center;
    }
    fieldset#Register {
        float: initial; 
        /*width: 200px;*/
        width:90%; /* possible solution to IE failure in responsive design mode*/
        text-align: left;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0;
        margin-top:10px;
    }
    #SearchPage {
        margin-top: -25px;
        margin-left: auto;
        margin-right: auto;
        max-width: 440px;
    }
    #SearchPage div.submitButton {
        margin: 1px auto !important;/*RLV 101015*/
        width: 90%; /*RLV 101015*/
    }
    
    
}
@media (min-width: 0px) and (max-width: 995px) {
    table {
        width: 98%;
        margin: 0 auto !important;
    }
    .shortened {
        width: 90%
    }
    .feature {
        min-height: 310px !important;
    }
    .featurecell,
    .footerfeature_cell {
        display: block;
        height: 100px;
    }
    .featurecell_info,
    .footerfeature_info {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        padding: 5px 0 0 0;
    }
    .header {
        border-bottom: 0;
    }
    .featurecell_container {
        bottom: 10px;
    }
    hr {
        width: 80%;
    }
    .indexinfo {
        display: none;
    }
    .featurecell_center {
        max-width: 100%;
    }
    .omegalogo {
        display: none !important;
    }
    .infobutton {
        text-align: center;
        width: 98%;
        display: block;
        margin: 2px auto;
        padding: 0;
        height: auto;
    }
    .footercontainer {
        height: auto;
    }
    .frontpagebuttons {
        text-align: center;
    }
    .infobutton_info {
        width: 60%;
    }
    .infobutton_info h3:after {
        margin-left: auto;
        margin-right: auto;
    }
    .footercell {
        width: 100%;
        /*-1-9-15-rv*/
        
        padding: 0;
        text-align: center;
        display: inline-block;
    }
    .footercell h4 {
        padding: 0 !important;
        width: 100%;
        margin: 10px 0px 0px 0px;
        color: #FFC !important;
        font-weight: bold !important;
    }
    .thirdcell {
        width: 95%;
    }
    .footercell h4:after {
        margin-left: 0;
        margin-right: 0;
        width: 50px !important;
        background: none repeat scroll 0 0 #222 !important;
    }
    .thirdcell h4 {
        width: 95%;
    }
    .sidebar {
        display: none;
    }
    .searchbar {
        display: none;
    }
    .content_container {
        width: 98%;
    }
    .page_content {
        width: 98%;
    }
    .entry-title {
        width: 98%;
    }
    .youtubeleft,
    .youtube,
    .youtuberight {
        display: none;
    }
    #commonBanner > .alignLeft {
        display: none;
    }
    #commonBanner > #virginiaSearch {
        display: none;
    }
    #commonBanner .virginiaLogo {
        margin-left: auto;
        margin-right: auto;
        width: 98%;
    }
    .feature {
        background-color: #FFFFFF;
        min-height: 365px;
    }
    .whc {
        display: none;
    }
    .mobilesearch {
        display: inline-block !important;
        width: 100%;
        float: none;
        text-align: center;
    }
    .navbar-search {
        max-width: 76%;
        min-width: 76%;
        border: 2px solid #CCCCCC;
    }
    .header,
    .footer {
        width: 100%;
    }
    ul.progressbar {
        display: none;
    }
    #ConsentMessage {
        width: 80%;
    }
    
    
    a.mobile-btn {
        width: 100%;
        /*margin: 2px auto;*/
        
        border: 1.5px solid #333;
        padding: 5px 55px 5px 55px;
        background-color: #ddd;
        color: #333;
        text-align: center;
        font-weight: bold;
        /*float: left;*/
    }
    a:visited.home-btn {
        color: #333;
    }
    a.home-btn {
        display: none;
    }
    .wantovote a {
        display: block;
        background-color: #00255a;
        color: #FFF;
        width: 250px;
        height: 55px;
        padding: 5px;
        margin: 2px auto;
        text-align: center;
        font-size: 13px;
    }
    /*RLV 101015*/
    #SearchPage div.submitButton {
    /*margin-top: -180px;*/
    width: 80%;
}
}