.raceWrap h1 {
    font-size: 24px;
    text-shadow: none;
}

.raceWrap h2 {
    font-size: 20px;
    text-shadow: none;
}

.raceWrap h3 {
    font-size: 16px;
    text-shadow: none;
    color: #000;
}

.raceWrap2 h3 {
	font-size: 9px;
	text-shadow: none;
	color: #000;
}

.raceWrap ul, ol {
    margin-left: 50px;
}

.raceWrap ul li {
    list-style: disc;
}

@media print {
    .noPrint { 
		display: none; 
	}
}

#warning {
	position: relative;
	top: 0px;
	width: 100%;
	height: 140px;
	background-color: #fff;
	margin-top: 0px;
	padding: 4px;
	font-weight: bold;
	font-family: 'Open Sans', 'Trebuchet MS', helvetica, sans-serif;
	border-bottom: solid 4px #000066;
	color: #ff0000
}

.warning {
    color : #ff0000;
    background-color: #fff;
}

a:visited.warning {
    color : #ff0000;
    background-color: #fff;
}

#mainBackgroundImage {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
}
/*#A23B26*/
.logoAdjust {
	margin:-10px 10px 10px 0 !important;
}

.raceDetails {
	color: #5BB75B;
	font-size: 13px;
	font-weight: 600;
	margin:-8px 0 10px 30px ;
	line-height: 120%;
}

.raceDetailsCancelled {
    color: red;
    font-weight: 800;
}

#raceCollapseExpand  {
    display: none;
}

.marginLeft10 {
	margin-left: 10px !important;
}

.marginLeft20  {
    margin-left: 20px !important;
}

.marginRight10 {
	margin-right: 10px !important;
    float: right;
    text-align: right;
}

.error {
	color: darkred;
	font-style:italic;
	font-size: 14px;
	font-weight: 900;
}

#validEmail
{
	margin-top: 4px;
	margin-left: 9px;
	position: absolute;
	width: 16px;
	height: 16px;
}

.text
{
	font-family: Arial, Tahoma, Helvetica;
}

#mainBackgroundImage {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
}

#profileImageContainer  {
    width: 200px;
    height: 300px;
    float: right;
    display: block;
    overflow: hidden;
    text-align: right;
    margin-right: 25px;
    margin-top: 10px;
}


#profileImage  {
    background-repeat: no-repeat;
    max-width: 100%;
    max-height: 100%;
}

input#removeImage  {
    text-align: left;
    float: left;
    position: relative;
    width: 35px;
}

input#file  {
    width: 400px;
    height: 30px;
    margin-top: 10px;
    font-size: 20px;
}

input#ballotNum  {
    width: 215px;
    height: 28px;
    margin: 10px 10px 10px 5px;
    border-radius: 5px;
    font-size: 14px;
}

input#ballotNumButton  {
    width: 215px;
    height: 33px;
    margin: 10px 10px 10px 3px;
    border-radius: 5px;
}

#provisionalBallotForm  {
    display: flex;
}

#physicalAddress {
   float: left; 
   width: 50%;
}

#mailingAddress {
    float: right; 
    width: 50%;
}

#voterId {
    float: right;
    width: 100%;
}
.footerLinks {
	margin: 6px 0;
	padding: 18px 0 0 0;
	text-align: center;
}

.footerWithVersion {
	margin: 0;
	padding: 10px 0 0 0;
	text-align: center;
}
#remindMeContent {
	display: none;
}

a.orange-button:link, a.orange-button:visited {
    display:block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    margin-top: 8px;
    border-radius: 6px;
    background: #b35411; /* Old browsers */
    background: -moz-linear-gradient(top,  #b35411 0%, #ca5f14 50%, #9c490e 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b35411), color-stop(50%,#ca5f14), color-stop(100%,#9c490e)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #b35411 0%,#ca5f14 50%,#9c490e 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #b35411 0%,#ca5f14 50%,#9c490e 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #b35411 0%,#ca5f14 50%,#9c490e 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #b35411 0%,#ca5f14 50%,#9c490e 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b35411', endColorstr='#9c490e',GradientType=0 ); /* IE6-9 */
    text-align: center;
    width: 60%;
    padding: 12px;
    color: #FFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    text-decoration: none;
    font-size: 17.5px;
}
a.orange-button:hover {
    background: #9c490e; /* Old browsers */
    background: -moz-linear-gradient(top,  #9c490e 0%, #ca5f14 60%, #b35411 99%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9c490e), color-stop(60%,#ca5f14), color-stop(99%,#b35411)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #9c490e 0%,#ca5f14 60%,#b35411 99%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #9c490e 0%,#ca5f14 60%,#b35411 99%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #9c490e 0%,#ca5f14 60%,#b35411 99%); /* IE10+ */
    background: linear-gradient(to bottom,  #9c490e 0%,#ca5f14 60%,#b35411 99%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9c490e', endColorstr='#b35411',GradientType=0 ); /* IE6-9 */
}
.one-column {
    display:block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 920px;
}
.white-box {
    display:block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #FFF;
    margin: 0 8px;
    padding: 16px;
}

.gray-bordered-block {
    display:block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 12px;
    border: 1px solid #CCC;
}
.sample-ballot-title {
    display:block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    float: left;
    width: 90%;
    text-align: left;
    color: #333;
    font-size: 24px;
}
.sample-ballot-icon {
    display:block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    float: right;
    width: 23px;
    text-align: right;
}
.hidden {
    display: none;
}
.visible {
    display: block;
}
.race-information {
    padding: 8px 0;
    color: #80CB80;
    font-size: 14px;
    line-height: 16px;
    font-family: "Muli",sans-serif;
}
.candidate-table a:link, .candidate-table a:visited {
    color: #C00;
}
.candidate-table a:hover {
    color: #F00;
}

#sampleBallotText {
    color: #18962A;
    margin-left: 30px;
    font-size: 18px;
    display: block;
}

.sampleBallotTitle:hover {
    background-color: #FAFAFA;
}

/* This is used to toggle certain menu items and buttons so they are visible or not. */
.hideThisYear {
    /* display: block; */
    display: none;
}

.voterInactive {
	/*display: -moz-deck;*/
	display: inline-flex;
}

p.ballotStatus {
	color: #FEC56B;
	font-size: 1.4em;
}

.ballotStatusResult {
	border-radius: 5px;
	background: #FEC56B;
	color: #000;
	padding: 5px;
	font-weight: bold;
}

@media (max-width: 600px)  {
    #voterId {
        margin: 8px -10px;
    }
    
    #mailingAddress {
        margin: 8px -10px;
    }
    
    .box p {
        margin: 8px;
    }
}

@media (max-width: 500px)  {
    #mailingAddress {
        width: 100%;
    }

	.active-tab {
		margin-bottom: -2px;
		font-size: 15px;
	}

	.inactive-tab {
		font-size: 15px;
	}
}