/* all Divisions */

#call_info {
	float: right;
	width: 190px;
	border-radius: 5px;
	border: thin solid #DBDBDB;
	background-image: url("../images/background_stripe.png");
	text-align:left;
	margin-top: 5px;
	margin-right: -20px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}
#call_info p {
	font-size:12px;
	margin-bottom:5px;
}
#call_info_division {
	float: right;
	width: 190px;
	height: 65px;
	border-radius: 5px;
	border: thin solid #DBDBDB;
	background-image: url("../images/background_stripe.png");
	text-align:left;
	margin-top: 5px;
	margin-right: 34px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}
#call_info_division p {
	font-size:9px;
}
#contentsubmenu {
	float:left;
	width:705px;
	margin: 0px 0px 0px 20px;
	position:relative;
}
#contentsubmenu a:link {
	color:#3E4A61;
}
#contentsubmenu a:visited {
	color:#3E4A61;
}
#contentsubmenu a:hover {
	color:#2A9FFF;
}
#contentsubmenu a:active {
	color:#2A9FFF;
}
#contentsubmenu ol li a:link {
	font-size:100%;
	color:#3E4A61;
	font-family:Verdana, Geneva, sans-serif;
	text-decoration:underline;
}
#contentsubmenu ol li a:hover {
	color:#0066FF;
}
#leftcolumn, #middlecolumn, #rightcolumn {
	float:left;
	width:230px;
}
#contentsubmenu blockquote {
	width:450px;
}
.left ul li, .middle ul li, .right ul li {
	padding-bottom:10px;
	color:#000;
	font-size:12px;
}
.left h2, .right h2, .middle h2 {
	font-size:18px;
	padding:0px 0px 10px 0px;
	margin:0;
	color:#408AB4;
}
.left {
	width:190px;
	height:250px;
	float:left;
	padding:10px;
	margin:0px 10px 10px 0px;
	z-index:0;
	position: relative;
	border-radius: 10px;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #cfcfcf 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%,#cfcfcf 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%,#cfcfcf 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cfcfcf',GradientType=0 ); /* IE6-9 */
	border:thin solid #F3F3F3;
}
.middle {
	width:190px;
	height:250px;
	float:left;
	padding:10px;
	margin:0px 10px 10px 0px;
	z-index:0;
	position: relative;
	border-radius: 10px;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #cfcfcf 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%,#cfcfcf 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%,#cfcfcf 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cfcfcf',GradientType=0 ); /* IE6-9 */
	border:thin solid #F3F3F3;
}
.right {
	width:190px;
	height:250px;
	float:left;
	padding:10px;
	margin:0px 10px 10px 0px;
	z-index:0;
	position: relative;
	border-radius: 10px;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #cfcfcf 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%,#cfcfcf 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%,#cfcfcf 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cfcfcf',GradientType=0 ); /* IE6-9 */
	border:thin solid #F3F3F3;
}
#newsticker {
	width:190px;
	height:535px;
	float:left;
	padding:10px;
	margin:0px 10px 10px 0;
	border-radius: 10px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cfcfcf'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#cfcfcf)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #ffffff, #cfcfcf); /* for firefox 3.6+ */
	background-repeat:repeat-x;
	border:thin solid #F3F3F3;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.mobile_display {
	display:none;
}
.mobile_display_none {
	display:inline;
}
#refiMobile {
	display: none;
}
#refi {
	width:670px;
	height:75px;
	position:relative;
	float:left;
}
.larger {
	font-size:1.5em;
}
.offScreen {
	position:absolute;
	left:-10000px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
}
.red {
	color:#FF0004;
}

/*   This Div puts a banner ontop of the divisional pages. */

.divisionbanner {
	float:left;
	color:#408AB4;
	width:651px;
	min-height:30px;
	padding:10px;
	height:auto;
	background-color:#DBE5E9;
	border:none;
	margin:5px 0px;
    position:relative;
}

.divisionbanner ul {
	margin: 0px 0px 0px 20px;
	font-size:12px;
	list-style:disc;
	line-height:130%;
	clear:left;
}
.banner_image {
	width:180px;
	float:left;
	margin-right:10px;
}
.divisionbanner p {
	font-size:12px;
	clear:none;
	line-height:140%;
	margin:0;
	padding:0;
}
.divisionbanner p a:link {
	line-height:140%;
}
.divisionbanner p a:hover {
	color:#CC0000 !important;
}


/* acp specific */

#call_info_acp {
	float: right;
	width: 190px;
	height: 30px;
	border-radius: 5px;
	border: thin solid #DBDBDB;
	background-image: url("../images/background_stripe.png");
	margin-top: 15px;
	margin-right: 34px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
#call_info_acp p {
	font-size:15px;
	font-weight: bold;
	text-align: center;
}

/* icons for division home page */

#divisionIconContainer {
	float: left;
	width: 100%;
	height: auto;
	background-color: #fff;
	margin: 8px 0 14px 0;
	position: relative;
}
#divisionIconContainer li {
	margin-left: 15px;
	background-color: #1c5a7c;
	width: 156px;
	height: 140px;
	float: left;
	position: relative;
	border-radius: 14px 14px 14px 14px;
	-moz-border-radius: 14px 14px 14px 14px;
	-webkit-border-radius: 14px 14px 14px 14px;
	border: 0px solid #000000;
	overflow:hidden;
}
#divisionIconContainer li:first-child {
	margin-left: 0px;
}
.divisionIconTitle {
	width:156px;
	height:131px;
	display:block;
	z-index: 10;
	position: absolute;
    left: 0px;
    top: 0px;
	padding-top: 10px;
	color:#fff;
	font-size: 1.3em;
	line-height:1.1em;
	text-align:center;
}
.divisionIconTitle h2 {
	font-size:1em;
	color:#fff;
	text-align:center;
	font-weight:normal;
	margin:0;
	padding:0;
}
.divisioniconLink {
	display:block;
	width:156px;
	height:140px;
}

/*  class for UL in division content pages   (ROD STUFF)  */

.bulletList li {
	font-size: 12px;
	line-height:130%;
	margin-top: 0px;
	margin-bottom: 10px;
	list-style-position:outside;
	margin-left: 15px;
	list-style-type: disc;
	padding-left: 0px;
}
/*   div specific for ROD */

#abatementBanner {
	float:left;
	color:#ffffff;
	width:95%;
	height:auto;
	border:none;
	margin:5px 0px;
	background-color:#027A28;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
}
#abatementBanner h3 {
	color:#ffffff;
	text-align: center;
	margin:0px;
	font-size:24px;
}
#abatementBanner h3:hover {
	text-decoration:underline;
}
#abatementBannerMobile {
	float:left;
	color:#ffffff;
	width:100%;
	height:auto;
	border:none;
	margin:5px 0px;
	background-color:#027A28;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
}
#abatementBannerMobile h3 {
	color:#ffffff;
	text-align: center;
	margin:0px;
	font-size:2.3rem;
}

/*   div specific for the the personal profile picture for ROD */

#RegisterProfile {
	float: left;
	color: #408AB4;
	width: 630px;
	padding: 15px 20px 20px 20px;
	height: 115px;
	background-image: url(../images/registerback.jpg);
}
#RegisterProfile li {
	font-size:15px;
	padding:0px 90px 10px 0
}
/*  This class gives sub category bullets within the links in the divisional category boxes  */
.categorylist {
	color: #000;
	font-size: 75%;
	line-height:75%;
}
/*   Style for Bullets within a division _ specifically for ROD pages */

.bullets {
	margin: 0px 0px 10px 35px;
	float: left;
	font-size:12px;
	list-style:disc;
	clear:both;
}
.bullets li {
    font-family:Verdana, Geneva, sans-serif;
    font-size:12px;
    line-height:130%;
}
/* TABLE CLASS FOR DIVISION  */

#contentsubmenu table {
	font-family: verdana, Geneva, sans-serif;
	font-size:11px;
	color:#333333;
	border-width: 1px;
	border-color: #666666;
	border-collapse: collapse;
}
#contentsubmenu th {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #666666;
	background-color: #dedede;
}
#contentsubmenu table td {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #666666;
}

/* --------------------------- elections specific --------------------------- */


.july {
	font-size: 2rem;
	line-height: 2.8rem;
	color: white !important;
	font-family: Baskerville, 'Palatino Linotype', Palatino, 'Century Schoolbook L', 'Times New Roman', 'serif';
	text-decoration: underline !important;
}
#fema {
	padding: 15px 10px 0px 10px;
	width: 95%;
	background-color: #2C3135;
	border-radius: 10px;
	margin-bottom: 3px;
}
#fema p {
	color: #FFFFFF;
	font-size: 1.5rem;
	text-align: center;
	line-height: 15px;
}
#fema h2 {
	font-size: 2rem;
	line-height: 18px;
}
#fema a {
	color: #FFDA00 !important;
	font-weight: bold;
}
#fema a:hover {
	color: #FFFFFF !important;
	font-weight: bold;
	text-decoration: underline !important;
}
#electionBoxContainer {
	width:99%;
	height:auto;
	background-color:#FFF;
	display: block;
	position: relative;
	clear:both;
}
.electionBoxContainerL {
	width: 49%;
	background-color:#FFF;
	display: block;
	position: relative;
	float:left;
}
.electionBoxContainerR {
	width: 49%;
	background-color:#FFF;
	display: block;
	position: relative;
	float:left;
    margin-left:-4px;
}
.electionBox {
	width: 48%;
	height: 142px;
	float: left;
	position:relative;
	display:block;
	background-repeat:no-repeat;
	background-position: 0 0;
	padding: 5px 0 0 0;
	font-family:Verdana;
	font-weight:bold;
	color:#FFFFFF;
	text-align: center;
	font-size:14px;
	line-height:16px;
}
.electionBox#ovr {
	background-image:url("../ele/ele_images/ovrele.png");
	margin-right: 5px;
	margin-bottom: 10px;
	background-size:contain;
}
.electionBox#absentee {
	background-image:url("../ele/ele_images/absenteeele.png");
	margin-right: 5px;
	margin-bottom: 10px;
	background-size:contain;
}
.electionBox#online {
	background-image:url("../ele/ele_images/onlineele.png");
	margin-right: 0px;
	margin-bottom: 10px;
	background-size:contain;
}
.electionBox#where {
	background-image:url("../ele/ele_images/whereele.png");
	margin-right: 0px;
	margin-bottom: 10px;
	background-size:contain;
}
.electionBox#track {
	background-image:url("../ele/ele_images/trackele.png");
	margin-right: 5px;
	margin-bottom: 10px;
	background-size:contain;
}
.electionBox#office {
	background-image:url("../ele/ele_images/officeele.png");
	margin-right: 5px;
	margin-bottom: 10px;
	background-size:contain;
}
.electionBox#city {
	background-image:url("../ele/ele_images/cityele.png");
	margin-right: 5px;
	margin-bottom: 10px;
	background-size:contain;
}
.electionBox#stats {
	background-image:url("../ele/ele_images/statsele.png");
	margin-right: 0px;
	margin-bottom: 10px;
	background-size:contain;
}
/*.electionBox#early {
	background-image:url("../ele/ele_images/earlyele.png");
	margin-right: 5px;
	margin-bottom: 10px;
	background-size:contain;
}
.electionBox#worker {
	background-image:url("../ele/ele_images/workerele.png");
	margin-right: 0px;
	margin-bottom: 10px;
	background-size:contain;
}*/
#vote-early-banner {
	float:left;
    clear:both;
	width:673px;
	padding:0px;
	height:80px;
	background-color:#FFFFFF;
	background-image: url("../ele/ele_images/vote-early-by-mail-in-person-banner.png");
	background-position: center;
	border:none;
	margin:5px 0px 10px 0px;
    position:relative;
}
#municipalbanner {
	float:left;
	color:#ffffff;
	width:673px;
	padding:0px;
	height:73px;
	background-color:#DBE5E9;
	background-image: url(../ele/ele_images/election-banner-generic-blank-01-01.png);
	background-position: center;
	border:none;
	margin:5px 0px 10px 0px;
}
#municipalbanner p {
	font-size:22px;
	font-weight: bold;
	color:#ffffff;
	margin: 22px 0px 0px 100px;
	padding:0;
}
#absenteebanner {
	float:left;
	color:#ffffff;
	width:670px;
	/*min-height:20px;*/
	padding:0px;
	height:31px;
	background-color:#DBE5E9;
	background-image: url(../ele/ele_images/election-banner-generic-blank-01.png);
	background-position: bottom;
	border:none;
	margin:0px 0px 5px 0px;
    position: relative;
}
#absenteebanner p {
	font-size:13px;
	font-weight: bold;
	color:#ffffff;
	margin-left:15px;
	margin-top:5px;
	padding:0;
}
#absenteebanner p a:link {
	text-decoration: none;
}
#absenteebanner p a:hover {
	text-decoration: underline;
}

#registerbanner {
	display:block;
	float:left;
	color:#408AB4;
	width:655px;
	min-height:30px;
	padding:10px;
	height:auto;
	background-color:#DBE5E9;
	border:none;
	margin:5px 0px;
	background-image:url();
	background-position:right; 
	padding-top:2px; 
	border-style: solid; 
	border-color:#7f0106; 
	border-width:1px; 
}
#registerbanner p {
	font-size:12px;
	clear:none;
	line-height:140%;
	margin:0;
	padding:0;
}

#registerbannermobile {
	display:none;
}
#evtable {
	display:none;
}
#absenteeLinks {
	display:block;
	width:90%;
	padding:10px 18px 5px 18px;
	margin-bottom:8px;
	background-color:#DBE5E9;
}
#clockbanner {
	float:left;
	color:#408AB4;
	width:650px;
	min-height:30px;
	padding:10px;
	height:auto;
    background-image: url(/ele/ele_images/election-banner-generic-blank-1.png); 
    background-size: cover; 
    background-position:right;
	border:none;
	margin:5px 0px;
}
#clockbanner p {
	font-size: 16px; 
    line-height: 18px;
    color:#FFF; 
    margin-top:5px; 
    margin-bottom:-5px;
    margin-left:5px; 
    /*display: block;*/
}
#clockbanner h2 {
    font-size: 24px; 
    line-height: 25px; 
    color:#FFF; 
    display: block;
    margin-top:0px;
    margin-bottom: -15px;
    margin-left:5px;
}
#clockbanner p a {
    color: #FFFFFF;
	line-height:140%;
}
#clockbanner p a:hover a:active {
	color:#A8E5FF !important;
}
.divisionElectionbanner {
    width: 672px;
	float: left;
	color: #fff;
	padding-top: 0px;
	height: 80px;
	background-image: url("../ele/ele_images/vote-options-banner-division.png");
	margin: 10px 13px 10px 0px;
	position: relative;
}
.divisionElectionbanner a:link {
	color:#50C9EF !important;	
}
.divisionElectionbanner a:visited {
	color:#50C9EF !important;	
}
.divisionElectionbanner a:hover {
	color:#CC0000 !important;
}
.divisionElectionbanner h2 {
    font-size: 2.2rem;
    margin-top:13px; 
    margin-bottom: -10px; 
    text-align: center; 
    font-weight: bold; 
    color:white;
}
/*.divisionElectionbanner h2 a:link {
    margin-top:0px; 
    margin-bottom: 0px; 
    font-size: 18px;
    font-weight: bold; 
    color:white !important;
    text-decoration: underline !important;
}
.divisionElectionbanner h2 a:visited {
    color:white !important;
}
.divisionElectionbanner h2 a:hover {
    color:#FFE500 !important;
}*/
.divisionElectionbanner a  {
    font-weight: bold;
}
.divisionElectionbanner a:link {
	color:#FFFFFF !important;
}
.divisionElectionbanner a:visited {
	color:#FFFFFF !important;	
}
.divisionElectionbanner a:hover {
	color:#FFE500 !important;
}

.electionHead {
    margin:5px auto 0px auto; 
    font-family: Verdana; 
    font-weight: bold; 
    color:white; 
    text-align: center;
    font-size: 23px; 
    text-transform: uppercase
}
.electionOptions {
    width:200px;
    float:left;
}
.divisionElectionbanner p {
    font-size: 1.6rem;
    font-weight: bold;
    margin-top:0px; 
    margin-bottom:-3px;
     text-align: center !important;
    color:white;
}
#twitter_box {
	position: absolute;
	float: right;
	width: 75px;
	padding-top: 25px;
	padding-right: 50px;
	right: 30px;
	display: block;
}
.twitter {
	position: absolute;
	top: 0;
	right: 0px;
	display: block;
}
.covidBanner {
	background-color: #EBD338;
	width: 100%;
	height: 50px;
	position: relative;
}
.covidBanner h1 {
	text-decoration: none;
	font-weight: normal;
	font-size: 2em;
	text-align: center;
}
.covidBanner .content {
	width: 960px;
	margin: 0 auto;
}
a:link, a:visited .covidBanner .content h1 {
	text-decoration: underline;
}
a:hover, a:active .covidBanner .content h1 {
	color: #FF0004;
}
.left a {
	text-decoration: none;
}
.middle a {
	text-decoration: none;
}
.right a {
	text-decoration: none;
}

@media screen and (max-width: 768px) {
#twitter_box {
	float: right;
	width: 70px;
	position: relative;
	left: 10px;
	clear: both;
	top: -5px;
}
.twitter {
	position: absolute;
	top: 0;
	right: 0px;
	display: block;
}
.covidBanner {
	height: auto;
}
.covidBanner .content {
	width: 95%;
	margin: 0 auto;
}
.covidBanner h1 {
	font-size: 1.5em;
	line-height: 1.2em;
}
}


/* --------------------end elections specific-------------------- */

/* --------------------Archives specific-------------------- */

#vitalRecordsBanner {
	width:95%; 
	height:93px; 
	position: relative;
}
#archivesbanner_hype_container{
	width:100%;
}

/* --------------------iPhone 5, SE --------------------- */

@media screen and (max-width: 320px) {

#vitalRecordsBanner {
	height: 142px !important; 
}
}

/* --------------------iPhone 6, 7, 8 --------------------- */

@media screen and (max-width: 375px) {

#vitalRecordsBanner {
	height: 162px;
}
}

/* --------------------iPhone 6+, 7+, 8+ --------------------- */

@media screen and (max-width: 414px) {

#vitalRecordsBanner {
	height: 178px;
}
}
