/* Google Font */
@import url('https://fonts.googleapis.com/css?family=Roboto:400,700');
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:400,700');
@import url('https://fonts.googleapis.com/css?family=Satisfy:400');

/* Core Styles */
body { margin: 0; font-family: 'Roboto', sans-serif; line-height: 1.5em; min-height: auto !important; }
h2 { color: #072441; }
a, a:hover, a:visited, a:active { color: #17395B; }
a:hover { text-decoration: none; }
img, a img { border: 0; }
h1, h2, h3, h4, h5 { font-family: 'Roboto Slab'; }

.graphFill { background: #590720 !important; }

/* General Styles */
.container_first { margin-top: 120px !important; }
.container { width: calc(100% - 40px); max-width: 1440px; margin: 0 auto; }
.container_alt { width: 1250px; max-width: calc(100% - 40px); margin: 0 auto; }
.container_event { width: 1100px; max-width: calc(100% - 40px); margin: 0 auto; }
.container_sm { width: 1000px; max-width: calc(100% - 40px); margin: 0 auto; }
.clear { clear: both; }

/* Header */
#header { width:100%; background:#17395B; height: 120px; position: fixed; top: 0; z-index: 100; }
#header .container { padding-top: 10px; }
#headerImage { float: left; }
#header img { max-height: 100px; }
#header a img { display: block; }
#headerText { font-family: 'Roboto Slab'; float: left; font-size: 16px; width: 250px; text-align: center; color: #FFF; letter-spacing: 1px; line-height: 24px; height: 64px; margin: 18px 0; text-transform: uppercase; }
#headerQuote { float: left; width: 285px; color: #FFF; margin-left: calc((100% - 1315px) / 2); font-size: 13px; line-height: 18px; text-align: center; font-family: 'Roboto Slab'; }
.headerQuoteCredit { font-family: Satisfy; font-size: 15px; border-top: 1px solid rgba(255,255,255,.1); padding-top: 6px; margin-top: 3px; }
#headerText h3 { font-size: 40px; margin: 0; line-height: 40px; font-weight: 400; letter-spacing: 1.5px; }
#headerText a { color: #FFF; text-decoration: none; }
.printHeader { display: none; }

#headerAlert { width: calc(100% - 20px); padding: 10px; background: #590720; color: #FAFBEE; text-align: center; font-size: 20px; line-height: 26px; font-weight: 700; }
#headerAlert a { color: #FAFBEE; text-decoration: none; display: block; }
#headerAlert i.alertIcon, #headerAlert a i.alertIcon { display: block; float: left; line-height: 28px; font-size: 26px; }
#headerAlert .alertButton { background: rgba(255,255,255,.3); display: inline-block; padding: 2px 10px; }

#headerRight { float: right; width: 580px; text-align: right; height: 40px; font-size: 16px; margin-top: 10px; }
#headerRight a i { color: #FFF; margin: 0 0 0 5px; display: inline-block; width: 30px; height: 30px; line-height: 30px; border-radius: 5px; background: rgba(255,255,255,.2); text-align: center; display: inline-block; padding: 5px; }
#headerRight a i:hover { transition: color 0.1s linear; color: #FFF; background: rgba(255,255,255,.1); }
#headerRight a span.linkDescription, .footerRight a span.linkDescription { display: none; }
.headerContact { float: left; width: 225px; color: #FFF; text-align: center; font-size: 12px; font-family: 'Roboto Slab'; line-height: 18px; background: rgba(255,255,255,.2); padding: 2px 4px; margin: 0 2px 0 7px; border-radius: 5px; }

#headerNav { float: right; margin-top: 10px; }
#headerNav ul { list-style: none; position: relative; margin: 0; padding: 0; }
#headerNav ul li { position: relative; float: left; text-align: center; }
#headerNav ul a, #navigation ul span { display: block; text-decoration: none; padding: 0 12px; font-size: 15px; color: #FFF; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; line-height: 50px; }
#headerNav ul li:hover > a { background: #7E1E3B; border-radius: 5px 5px 0 0; }
#headerNav ul ul { display:none; position:absolute; top:100%; left:0; padding:0; z-index: 1000; background: #7E1E3B; }
#headerNav ul ul li { width: 100%; letter-spacing: normal; }
#headerNav ul ul li:hover { background: none; }
#headerNav ul ul a { min-width: 140px; text-transform: none; height: auto; line-height: 18px; text-align: left; padding: 10px; font-size: 13px; font-weight: 400; }
#headerNav ul ul a:hover { transition: color 0.1s linear, background-color 0.1s linear; -moz-transition: color 0.1s linear, background-color 0.1s linear; -webkit-transition: color 0.1s linear, background-color 0.1s linear; background: #590720; border-radius: 0 !important; }
#headerNav ul li:hover > ul { display:block; }

.headerScroll { height: 80px !important; -webkit-transition: height 0.3s; -moz-transition: height 0.3s; transition: height 0.3s !important; }
.headerScroll #headerRight, .headerScroll #headerQuote { display: none !important; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s !important; }
.headerScroll img { height: 60px !important; -webkit-transition: transform 0.3s; -moz-transition: transform 0.3s; transition: transform 0.3s !important; }
.headerScroll #headerText { margin: 0 !important; }
.headerScroll #headerNav { margin-top: 20px !important; }
.container_first_scroll { margin-top: 80px; }

.mobileMenu, .slicknav_menu { display: none; }

/* Home Page */
#homeIntro { text-align: center; padding: 60px 0; font-size: 18px; line-height: 32px; background: #D5D5D5; }
#homeIntro h2 { margin-top: 0; }

#homeIntro .homeContact { float: right; width: 40%; }
#homeIntro .homeText { float: left; width: 60%; }
.contactBox { margin: 0 auto; background: rgba(255,255,255,.2); font-size: 16px; line-height: 24px; border-radius: 10px; padding: 8px; width: 300px; }

/* Home Page Election Day */
#homeElection { text-align: center; padding: 10px 0; font-size: 16px; line-height: 24px; background: #3D6098; }
#homeElection h3 { color: #FFF; margin: 0 auto 5px; }
#homeElection a { color: #F6F6F6; }
.homeElectionHeaderInfo { padding: 33px 0 0; }
.homeElectionHeaderImage img { float: left; height: 120px; width: auto; }
.container_election_day { width: 450px; }
/* Home Page Divider */
.dividerLR { width:100%; height:40px; position:absolute; left:0px; background: linear-gradient(to right bottom, #D5D5D5 49%, #fff 50%), linear-gradient(-50deg, #ffffff 16px, #000 0); }
.dividerRL { width:100%; height:40px; position:absolute; left:0px; background: linear-gradient(to left bottom, #fff 49%, #D5D5D5 50%); }

/* Quick Links */
#quickLinks { padding-bottom: 40px; }
#quickLinks h2 { display: block; margin: 40px auto 20px; text-align: center; }
.quickLink { width: calc(100% / 6); float: left; }
.quickLink a { width: 80%; margin: 10%; text-align: center; display: block; font-weight: 700; text-decoration: none; }
.quickLink a img { width: calc(100% - 10px); height: auto; display: block; margin-bottom: 10px; border-radius: 50%; border: 5px solid #2D5173; background: rgba(45, 81, 115,.2); }
.quickLink a:hover { color: #072441; }
.quickLink a img:hover { border-color: #072441; }

/* Home Page - Content Grid */
#homeInfo { margin-bottom: 20px; }
.homeSection { width: calc((100% - 126px) / 3); padding: 10px; margin: 10px; float: left; border: 1px solid #EEE; border-radius: 10px; height: 600px; position: relative; }
.homeSection h3 a { text-align: center; font-size: 20px; color: #000; text-decoration: none; display: block; }
.homeSection .homeSectionFooter { position: absolute; left: 0; bottom: 0; background: #F6F6F6; width: 100%; border-radius: 0 0 10px 10px; padding: 5px 0; text-align: center; }

/* Home Page - News */
.homeNewsItem { font-size: 14px; line-height: 20px; padding: 0 0 15px; border-bottom: 1px solid #CCC; margin-bottom: 15px; }
.homeNewsItem img { width: 100%; margin: 0 0 5px; }
.homeNewsItem a { display: block; font-weight: 700; margin: 0 0 5px; font-size: 16px; }
.homeNewsLink { padding: 0 0 15px; border-bottom: 1px solid #CCC; margin-bottom: 15px; }

/* Home Page - Elections */
#homeElections { margin: 0 auto 20px; padding: 25px 0; background: #D5D5D5; }
#homeElections h2 { text-align: center; }

/* Home Page - Elections */
#homeElections .container { width: calc(100% - 60px); max-width: 1420px; }
.homeElectionInfo { width: calc((100% - 42px) / 3); margin-right: 10px; padding: 10px 10px 10px 0; float: left; border-right: 1px solid #EEE; height: 130px; }
.homeElectionInfo.right { border-right: 0; margin-right: 0; padding-right: 0; }
.homeElectionDate { width: 60px; float: left; background: #2D5173; color: #FAFBEE; text-align: center; border-radius: 5px; padding: 10px 0; }
.pastElectionDate { background: #AAA; }
.homeElectionMonth, .homeElectionDay { display: block; font-weight: 700; }
.homeElectionMonth { text-transform: uppercase; }
.homeElectionDay { font-size: 30px; line-height: 30px; letter-spacing: -1px; }
.homeElectionLinks { width: calc(100% - 70px); float: right; }
.homeElectionLinks a { font-weight: 700; display: block; }
.homeElectionLinkList { margin: 15px 0 0 15px; }
.homeElectionLinkList a i { text-decoration: none; margin-right: 5px; }

/* Page Header */
#pageHeader { background: #D5D5D5; width: 100%; height: 120px; }
#pageHeader h1 { line-height: 120px; font-size: 30px; letter-spacing: 1px; color: #000; }
#pageHeader h1 a { color: #000; text-decoration: none; color: #000; }
#pageHeader img { float: right; max-width: 120px; height: auto; }

/* Page Content */
#pageContent { padding: 1em 0; }
#pageContent .introduction, .electionPage .introduction { font-size: 20px; color: #666; line-height: 30px; display: block; border-bottom: 1px solid #DDD; padding-bottom: 1em; margin-bottom: 1em; }
.electionPage .introduction { margin-top: 1em; padding-top: 1em; }
#pageContent h2 { margin: 1.5em 0 1em; }
#pageContent img { max-width: 100%; height: auto !important; }

/* Elected Officials */
.officialDirectory { width: calc(((100% - 40px)/ 3) - 20px); float: left; margin: 0 20px 20px 0; padding: 5px 10px; text-align: center; border-top: 5px solid #CCC; background: #F6F6F6; min-height: 210px; }
.officialDirectory:hover { border-top: 5px solid #AAA; background: #EEE; }
.officialDirectory.right { margin-right: 0; }
.officialDirectory h2 { margin: 1em 0 !important; }
.officialDirectory h2 a { color: #072441; text-decoration: none; }

/* Official Listings */
.offRow { width: 100%; border-bottom: 1px solid #CCC; padding: 4px 0; margin: 2px 0; }
.offRowLast { border-bottom: 0; }
.offInfo { width: 66.6%; float: left; padding: 1px 0; }
.offInfo4x { width: 75%; float: left; padding: 1px 0; }
.offTerm { width: 33.4%; float: right; text-align: right; }
.offTerm4x { width: 25%; float: right; text-align: right; }
.offName { width: 50%; float: left; }
.offContact { width: 50%; float: right; text-align: center; }
.offContact4x { width: 33.3%; float: left; text-align: center; }
.offContactName { text-align: left; }
.offContactName a i { margin-left: 5px !important; display: inline-block !important; }
.offTopDivider { margin-top: 10px; border-top: 1px solid #000; padding-top: 10px; }

.cityList, .leftNav { width: 260px; float: left; }
.cityList h3, .leftNav h3 { padding: 5px; display: block; margin: 1.5em 0 10px; }
.cityList ul, .leftNav ul { margin: 0; padding: 0; list-style-type: none; }
.cityList ul li a:hover, .leftNav ul li a:hover { background: #F6F6F6; }
.cityList ul li a, .leftNav ul li a { display: block; border-bottom: 1px solid #DDD; padding: 5px; cursor: pointer; text-decoration: none;}
.cityList ul li a:hover, .leftNav ul li a:hover { background: #F6F6F6; }
.leftNav h3 a { color: #000; text-decoration: none; }
.rightContent, .officialDetails, .rightContentForm { float: right; width: calc(100% - 280px); }
.officialDetails input[type="text"], .rightContent input[type="text"], .precinct input[type="text"] { display: block; border: 2px solid #EEE; width: calc(100% - 14px); padding: 5px; font-size: 18px; font-family: 'Roboto', sans-serif; margin: 1.5em 0; border-radius: 5px; }
.precinctPage input[type="text"] { width: 100% !important; }
.cityDetails h2, .officialDetails h2 { background: #7E1E3B; padding: 10px; border-radius: 10px 10px 0 0; margin: 1em 0 0; line-height: 1.5em; color: #FAFBEE; }
.cityDetails h2 a, .officialDetails h2 a { color: #FAFBEE; }
.officialDetails h2 i { font-size: 20px; margin-left: 5px; }
.cityInfo, .officialInfo, .officialInfo { padding: 10px; }
.officialColumn { float: left; width: 25%; }
.officialColumn a i, .officialColumn3 a i, .fedColumn1 a i, .officialColumn3 i { margin: 0 3px; text-decoration: none; }
.officialRight a i { margin: 0; }
.officialColumn3 { float: left; width: 33.33%; padding: 1px 0; }
.officialRow { margin-bottom: 5px; padding: 2px 0; border-bottom: 1px solid #DDD; }
.fedColumn1 { float: left; width: 33.33%; }
.fedColumn2 { float: left; width: calc(100% - 140px - (100% / 3)); }
.fedColumn3 { float: left; width: 140px; }
.cityContact { float: left; width: 50%; }
.cityContact.numbers { text-align: right; }
.cityContact.numbers a i { margin-left: 5px; text-decoration: none; }
.positionTitle { float: none; width: 100%; font-weight: 700; padding: 3px 0; }
.positionName { float: left; width: 33.33%; padding: 3px 0; border-bottom: 1px solid #DDD; }
.positionEmail { float: left; width: 33.33%; text-align: center; padding: 3px 0; border-bottom: 1px solid #DDD; }
.termEnds { float: left; width: 33.33%; text-align: right; padding: 3px 0; border-bottom: 1px solid #DDD; }
.positionName.school { width: 30%; border-bottom: 0; }
.positionEmail.school { width: 40%; border-bottom: 0; }
.positionName.schoolA, .positionEmail.schoolA, .termEnds.schoolA { border-bottom: 0 !important; }
.termEnds.school { width: 30%; border-bottom: 0; }

.officialsCity { margin-top: 10px; border-top: 1px solid #000; padding-top: 10px; }
.officialDetails .filterDiv { background: #F6F6F6; border-radius: 0 0 10px 10px; }
.officialCenter { text-align: center; }
.officialRight { text-align: right; }
.officialBreak { clear: both; height: 20px; }
.officialParty { width: 16px; display: inline-block; border-radius: 50%; text-align: left; height: 22px; line-height: 22px; padding-left: 6px; }
.officialPartyR { color: #C00; border: 1px #C00 solid; }
.officialPartyD { color: #00F; border: 1px #00F solid; }
.officialPartyAlt { width: 12px; display: inline-block; text-align: center; height: 16px; line-height: 17px; color: #FFF; }
.officialPartyAltR { background: #C00; }
.officialPartyAltD { background: #00F; }
.officialPartyAltI, .officialPartyAltO { background: #666; }
.officialPartyAltL { background: #FFDF00; color: #000; }

.termLengthDescription { display: none; position: absolute; width: 165px; z-index: 100; background: #DDD; border: 2px solid #BBB; border-radius: 5px; padding: 4px; text-align: center; right: calc(((100% - 1250px) / 2) + 10px); }
a.termLengthInfo { cursor: pointer; }
a:hover.termLengthInfo + div.termLengthDescription { display: block; }
.officialInfoDescription { display: none; position: absolute; width: 165px; z-index: 100; background: #DDD; border: 2px solid #BBB; border-radius: 5px; padding: 4px; text-align: center; }
a.officialInfoDescriptionInfo { cursor: pointer; }
a:hover.officialInfoDescriptionInfo + div.officialInfoDescription { display: block; }

/* FAQ */
.rightContent h2 { margin: 1.5em 0 1em; }
.faqLabel { float: left; width: 40px; font-size: 24px; color: #7E1E3B; font-family: 'Roboto Slab', monospace; text-align: center; padding-top: 15px; }
.faqText { float: left; width: calc(100% - 40px); }
.faqTextQ { font-weight: 700; }
.faqQA { border-bottom: 1px solid #DDD; padding-bottom: 1em; margin-bottom: 1em; }
.faqLast { border-bottom: none; }
.faqSection input[type="text"] { border: 2px solid #EEE; width: calc(100% - 162px); padding: 5px; font-size: 18px; font-family: 'Roboto', sans-serif; margin: 1.5em 0; border-radius: 5px; }
.faqSection h2.faqFirst { margin-top: .5em; }

/* Election Countdown */
.containerCountdown { width: 788px; margin: 0 auto; }
.containerImage { width: 160px; height: 58px; float: left; }
.containerImage a img { width: auto; height: 50px; border: 4px solid #012A68; }
.containerInfo { width: 280px; float: left; line-height: 24px; text-align: center; padding: 6px 0 0; color: #CCC; }
.containerInfo a { color: #FFF; font-weight: 700; font-size: 20px; display: block; margin-top: -5px; }
.containerInfo a i { text-decoration: none; margin-left: 5px; }
.containerDays { float: left; width: 348px; }
.numberInfo { width: 75px; float: left; background: #FFF; color: #B1122E; margin: 0 2px; border: 4px solid #012A68; font-weight: 700; }
.numberNumber { font-size: 24px; line-height: 32px; font-family: 'Roboto Slab'; height: 32px; }
.numberLabel { text-transform: uppercase; font-size: 13px; line-height: 18px; height: 18px; }
@media only screen and (max-width: 800px) {
  .containerCountdown { width: 440px; }
  .containerDays { margin: 10px 46px 0; }
}
@media only screen and (max-width: 450px) {
  .containerCountdown { width: 100%; }
  .containerImage { display: none; }
  .containerInfo { width: 100%; padding: 0; float: none; }
  .containerDays { margin: 10px auto 0; width: 320px; display: block; float: none; }
  .numberInfo { width: 68px; }
}

/* App */
.appLinks a { display: block; width: 25%; float: left; text-align: center; text-decoration: none; }
.appLinks a i { font-size: 40px; display: block; margin: 0 auto; line-height: 60px; }

/* Elections */
.electionYear h2 { margin: 1.5em 0 1em; }
.electionDetails { margin-bottom: 1em; padding-bottom: 1em; border-bottom: 1px solid #DDD; }
.electionDetails b { display: block; font-size: 18px; padding: 0 0 5px; }
.electionInfo { float: left; width: 50%; }
.electionLinks { float: right; width: 50%; }
.electionLinks a { display: block; font-weight: 700; }
.precinct a, .precinctAlt a { font-weight: 700; }
.electionLinks a i, .precinct a i, .precinctAlt a i { text-decoration: none; margin-right: 5px; }
.electionTypeDescription, .precinctInfoDescription { display: none; position: absolute; width: calc(50% - 20px); z-index: 100; background: #DDD; border: 2px solid #BBB; border-radius: 5px; padding: 10px; }
a.electionTypeInfo { cursor: pointer; }
a:hover.electionTypeInfo + div.electionTypeDescription { display: block; }
a.precinctInfoIcon { cursor: pointer; }
a:hover.precinctInfoIcon + div.precinctInfoDescription { display: block; }

/* Elections - Detail Page */
.electionPage h3 { margin: 1.5em 0; font-size: 20px; }
.electionResults h3 { margin: 2em 0 1.5em; }
.resultsLink, .resultsCount { width: calc((100% - 60px) / 2); margin: 10px; float: left; padding: 20px 5px; background: #EEE; border-radius: 5px; text-align: center; font-weight: 700; }
.resultsLink a { text-decoration: none; display: block; }
.resultsLink a i { margin-left: 10px; }
.resultsLink:hover { background: #DDD; }
.sampleBallots input[type="text"] { border: 2px solid #EEE; width: calc(100% - 14px); padding: 5px; font-size: 18px; font-family: 'Roboto', sans-serif; margin-bottom: 40px; border-radius: 5px; }
.electionsBack { margin: 2em 0 0; text-align: center; }
#ballots:before { height: 80px; display: block; content: ''; margin-top: -80px; }
.electionGraph h3 { margin: 2em 0 1.5em; }
.electionGraph .graphCat, .electionGraph .graphCatS, .electionGraph .graphNum, .electionGraph .graphNumS { height: 30px; line-height: 30px; float: left; font-weight: 700; font-size: 14px; }
.electionGraph .graphCat { width: 160px; text-align: right; margin-right: 5px; }
.electionGraph .graphCatS { width: 95px; text-align: right; margin-right: 5px; }
.electionGraph .graphNum { width: 55px; text-align: left; margin-left: 5px; }
.electionGraph .graphGraph { width: calc(100% - 225px); height: 20px; margin: 5px 0; float: left; background: #EEE; }
.electionGraph .graphGraphS { width: calc(100% - 160px); height: 20px; margin: 5px 0; float: left; background: #EEE; }
.electionGraph strong { color: #666; font-size: 18px; display: block; margin: 30px 0 5px; }
.graphSpacing { margin: 10px 0; }

.officeHeader, .officeRow { width: 100%; }
.officeParty { float: left; text-align: center; width: 40px; }
.officeCandidate { width: calc(100% - 140px); float: left; }
.officeDetail { width: 100px; float: left; text-align: right; }
.officeHeader { font-weight: 700; background: #EEE; }
.officeRow { padding: 2.5px 0; border-bottom: 1px dotted #EEE; }
.candidateList { width: 100%; max-width: 500px; }
.candidateList h3 { margin-bottom: 10px; }
.candidateList b { display: block; margin-top: 20px; }
.candidateList b .info { font-size: 12px; font-weight: 400; margin-bottom: -10px; }
.candidateList .asterisk { font-size: 12px; margin-top: -5px; }
.fad.fa-asterisk, .noParty { font-size: 12px; }
.showMore { width: 100%; background: #CCC; padding: 10px 0; text-align: center; margin: 10px 0 0; }
.showMore a { display: block; width: 100%; cursor: pointer; }

.homeElectionTurnout .registerToVote a { width: 150px; color: #FFF; padding: 10px; margin: 1.5em auto 0; display: block; background: #17395B; text-align: center; text-decoration: none; font-weight: 700; border-radius: 10px; }
.voterReg { margin: 0 auto; padding: 20px 0 50px; border-top: 1px solid #DDD; }
.voterReg .registerToVote { text-align: center; }
.voterReg .registerToVote a i { text-decoration: none; margin-right: 5px; }
.voterReg h3 { text-align: center; }
.voterReg .graphSpacing { margin: 10px auto 30px; max-width: 800px; }
.graphFill { height: 20px; float: left; }
.graphMetric { height: 30px; margin: -5px 5px; line-height: 30px; float: left; font-weight: 700; }
.graphDivider { height: 10px; margin-bottom: 10px; border-bottom: 1px solid #DDD; }
.graphHeader { margin: 2em 0 1em; font-size: 14px; }
.graphHeader h4 { margin: 0; font-size: 16px; }

/* Precincts */
.precinctJC { width: calc(100% - 20px); padding: 10px; border-bottom: 1px solid #C6C6C6; }
.precinctJC:hover { background: #EEE; }
.corePrecinctInfo { width: calc(100% - 125px); float: left; }
.extraPrecinctInfo { background: #E6E6E6; float: right; width: 115px; padding: 2px 5px; text-align: center; font-size: 14px; line-height: 18px; }

.precinct { width: calc((100% - 120px)/ 3); float: left; margin: 0 10px 20px; padding: 5px 10px; background: #EEE; border-radius: 5px; }
.precinctAlt { width: calc((100% - 80px) / 2); float: left; margin: 0 10px 20px; padding: 5px 10px; background: #EEE; border-radius: 5px; height: 150px; }
.precinct:hover, .precinctAlt:hover { background: #DDD; }
.mapLink.right { margin-right: 0; }
.precinctLocation { float: left; width: 50%; }
.precinctInfo { float: right; width: 50%; }
.pollingLocation { width: 100%; margin-bottom: 1em; padding-bottom: 1em; border-bottom: 1px dotted #CCC; }
.pollingLocation h4 { margin: 0; }
.pollingLocationPrecincts { margin-top:10px; }
.pollingLocationPrecincts a i { margin-right: 5px; text-decoration: none; }

/* News */
.newsItem { padding: 20px 0; border-bottom: 1px solid #DDD; }
.newsItem img, .newsDetail img { float: right; max-width: 300px; margin-left: 10px; }
.newsItem h3 { margin-top: 0; }
.newsItem.last { padding-bottom: 0; border-bottom: 0; }
.newsPhoto img { width: 100%; max-width: 600px; display: block; margin: 0 auto; height: auto; }
.newsVideoContainer { width: 100%; max-width: 800px; display: block; margin: 30px auto 20px; }
.newsVideo { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; }
.newsVideo iframe, .newsVideo object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/* Forms */
.leftForm { float: left; width: calc(100% - 260px); }
.leftForm i, #pollForm i { font-style: normal; color: #C00; font-weight: 700; }
.leftForm ol, #pollForm ol { margin: 0; list-style-type: none; padding: 0; }
.leftForm ol label, #pollForm ol label { display: block; font-size: 14px; }
.leftForm ol input[type="text"], #pollForm ol input[type="text"] { font-family: 'Roboto', sans-serif; font-size: 16px; width: calc(100% - 12px); padding: 5px; border: 1px solid #DDD; margin-bottom: 1em; }
.leftForm ol input[type="submit"], #pollForm ol input[type="submit"] { display: block; width: 150px; font-family: 'Roboto', sans-serif; font-size: 16px; color: #FFF; text-align: center; border: 0; background: #17395B; padding: 10px 0; margin: 1.5em 0 0; }
.leftForm ol select, #pollForm ol select { font-family: 'Roboto', sans-serif; font-size: 16px; width: 100%; pading: 5px; border: 1px solid #DDD; margin-bottom: 1em; }
.leftForm ol textarea, #pollForm ol textarea { font-family: 'Roboto', sans-serif; font-size: 16px; width: calc(100% - 12px); padding: 5px; border: 1px solid #DDD; margin-bottom: 1em; }
.contactInfo { float: right; width: 240px; margin-top: -1em; }

/* Maps */
.mapLink { float: left; width: calc(((100% - 40px) / 3) - 20px); float: left; margin: 0 20px 20px 0; padding: 25px 10px; background: #EEE; border-radius: 5px; text-align: center; }
.ballotLink { float: left; width: calc((100% - 90px) / 3); margin: 10px; padding: 20px 5px; background: #EEE; border-radius: 5px; text-align: center; }
.mapLink a, .ballotLink a { text-decoration: none !important; display: block; }
.mapLink a i, .ballotLink a i { display: block; font-size: 30px; line-height: 30px; margin-bottom: 10px; }
.mapLink:hover, .mapLink.right:hover, .ballotLink:hover { background: #DDD; }

/* Ballots */
.ballotRow { width: 100%; padding: .5em 0; border-bottom: 1px dotted #CCC; font-size: 14px; }
.ballotRow a { display: block; font-size: 16px; }
.ballotRow a i { text-decoration: none; margin-right: 5px; }

/* Filter */
.filterDiv { display: none; }
.show { display: block; }
.listHidden { display: none !important; }
.active { background-color: #F6F6F6; }
.leftNav input[type="text"] { border: 1px solid #CCC; width: calc(100% - 10px); padding: 4px; font-size: 16px; font-family: 'Roboto', sans-serif; }
a.button { background: #17395B; color: #FFFFFF; padding: 4px 10px; margin: 0 4px 0 0; display: inline-block; text-decoration: none; font-weight: 700;  }
a.button:hover, a.button.btn.active { background: #000000; color: #FFFFFF; }

/* Footer */
#footer { border-top: 2px solid #000; padding: 20px 0; margin-top: 30px; font-size: 14px; line-height: 20px; }
.footerLeft { width: 25%; float: left; }
.footerCenter { width: 25%; float: left; text-align: center; }
.footerRight { width: 25%; float: left; text-align: right; }
.footerSocial a i { color: #FFF; margin: 0 0 0 5px; display: inline-block; width: 30px; height: 30px; line-height: 30px; border-radius: 5px; background: rgba(0,0,0,.8); text-align: center; display: inline-block; padding: 5px; }
.footerSocial a i:hover { transition: color 0.1s linear; color: #FFF; background: rgba(0,0,0,.7); }
#google_translate_element { margin-top: 15px; padding: 10px; border-top: 1px solid #DDD; text-align: center; width: 215px; float: right; }
#subFooter { background: #EFEFEF; width: 100%; font-size: 12px; }
#poweredBy { padding: 10px; width: 100px; float: none; height: 30px; line-height: 30px; margin: 0 auto; }
#poweredBy img { height: 30px; width: auto; float: right; margin-left: 6px; }
#poweredBy a { text-decoration: none !important; color: #413335 !important; }

/* Screen Sizes */
@media only screen and (max-width: 1360px) {
  li.homeLink { display: none; }
  #headerQuote { margin-left: 0; }
}
@media only screen and (max-width: 1285px) {
  #headerQuote { display: none; }
}
@media only screen and (max-width: 1250px) {
  #pageHeader h1 { letter-spacing: 0; }
  .termLengthDescription { right: 30px; }
  /* Maps */
  .mapLink, .mapLink.right, .officialDirectory, .officialDirectory.right { width: calc(((100% - 20px) / 2) - 20px); margin: 0 20px 20px 0; }
  .ballotLink { width: calc((100% - 60px) / 2); }
  .mapLink.even, .officialDirectory.even { margin-right: 0; }
  /* Quick Links */
  #quickLinks { max-width: 750px; }
  .quickLink { width: 250px; float: left; }
}
@media only screen and (max-width: 1200px) {
  #headerNav ul a, #navigation ul span { padding: 0 10px; }
}
@media only screen and (max-width: 1150px) {
  #headerNav ul a, #navigation ul span { padding: 0 10px; }
}
@media only screen and (max-width: 1075px) {
  .precinct, .precinctAlt { width: calc(100% - 20px); margin: 0 0 20px; height: auto; }
  #pageHeader h1 { font-size: 24px; }
}
@media only screen and (max-width: 1000px) {
  #homeIntro { padding: 25px 0; }
  #homeIntro .homeImage { width: 100%; float: none; text-align: center; }
  #homeIntro .homeImage img { width: 500px; max-width: 100%; margin: 0 auto; }
  #homeIntro .homeText { width: 100%; float: none; }
  #homeIntro .homeContact { width: 100%; float: none; margin-top: 25px; }

  .offInfo, .offInfo4x { width: calc(100% - 150px); }
  .offContact, .offContact4x, .offName { width: 100%; float: none; text-align: left; }
  .offContact i, .offContact4x i { display: none; }
  .offContact.collapse, .offContact.collapse { display: none; }
  .offTerm, .offTerm4x { width: 150px; }

  /* Listings */
  .officialColumn3 { width: 66.6%; float: left; }
  .officialCenter i { display: none; }
  .officialCenter { text-align: left; }
  .officialCenter.collapse { display: none; }
  .officialRight { width: 33.3%; float: right; }

  /* Page Content */
  .cityList, .leftNav { width: 220px; }
  .rightContent, .officialDetails, .rightContentForm { width: calc(100% - 240px); }
  .faqSection input[type="text"], .officialDetails input[type="text"], .rightContent input[type="text"], { width:calc(100% - 172px); }

  /* Home */
  .homeSection { width: calc((100% - 84px) / 2); }
  .homeElectionTurnout { width: calc(100% - 42px); height: auto; }
  .homeElectionInfo { width: 100%; padding: 15px 0; margin: 0 0 15px; border: 0; border-bottom: 1px solid #DDD; height: auto; }
  .homeElectionInfo.right { margin: 0; border: 0 !important; }

  /* Maps */
  .mapLink, .mapLink.right, .mapLink.even, .officialDirectory, .officialDirectory.right, .officialDirectory.even { width: calc(100% - 20px); margin: 0 0 20px; }
  .officialDirectory, .officialDirectory.right, .officialDirectory.even { min-height: 0; padding-bottom: calc(1em + 10px); }

  /* Footer */
  .footerLeft, .footerCenter { width: 33.33%; text-align: center; }
  .footerRight { width: 100%; float: none; margin-top: 20px; text-align: center; }
  .footerRight a i { margin: 0; }
  #google_translate_element { margin: 15px auto 0; padding: 10px; border-top: 1px solid #DDD; text-align: center; width: 215px; float: none; }
  .clearMobile { clear: both; }
}
@media only screen and (max-width: 980px) {
  .container_first { margin-top: 80px !important; }
  #homeImage h1 { font-size: 40px; line-height: 40px; }
  #header { height: 80px; }
  #header img { max-height: 60px; margin-left: 10px; }
  #header .container { width: 100% !important; max-width: 100% !important; }
  #headerRight { margin-right: 72px; width: calc(100% - 500px); }
  .headerContact { display: none; }
  .headerScroll #headerRight { display: block !important; }
  #headerText { margin: 4px 0 0 10px; height: 60px; line-height: 20px; }
  #headerNav { display: none; }
  .mobileMenu { display: block; position: fixed; width: 60px; margin-top: 6px; right:0; }
  .slicknav_menu { display: block; }
}
@media only screen and (max-width: 900px) {
  .cityList { display: none; }
  .officialDetails { width: 100%; }
  .precinct, .precinct.even, .precinct.right { width: calc(100% - 20px); margin: 0 0 20px; }
  .positionEmail { width: 40%; }
  .positionName, .termEnds { width: 30%; }
  #pageHeader h1 { font-size: 18px; }
}
@media only screen and (max-width: 790px) {
  #quickLinks { max-width: 500px; }

  /* Home */
  .homeSection { width: calc(100% - 42px); height: auto; padding: 10px 10px 30px; }

  .officialColumn, .officialColumn3, .fedColumn1, .fedColumn2, .fedColumn3 { width: 100%; text-align: left; }
  .fedColumn1, .fedColumn2 { margin-bottom: 1em !important; }
  .officialColumn.collapse, .officialColumn3.collapse { height: 0; }
}
@media only screen and (max-width: 700px) {
  body { font-size: 14px; }

  #homeIntro { padding-top: 15px; }

  /* Officials Listings */
  .offInfo, .offInfo4x { width: 100%; }
  .offTerm, .offTerm4x { width: 130px; position: absolute; right: 20px; }

  #headerRight { width:calc(100% - 405px); }
  #headerRight a i { margin: 0; width: auto; background: none; border-radius: 0; }

  .resultsLink, .resultsCount { width: calc(100% - 10px); margin: 5px 0; }

  .container, .container_alt, .container_sm { width: calc(100% - 20px); max-width: calc(100% - 20px); }

  .termLengthDescription { right: 0; }
  .precinctJC { width: 100%; padding: 10px 0; }
  .precinctJC:hover { background: #FFF; }
  .precinctJC b.precName { display: block; margin-bottom: 5px; }
  .corePrecinctInfo { width: 100%; float: none; }
  .extraPrecinctInfo { float: none; margin: 10px 0 0; }

  /* Page Header */
  #pageHeader { height: auto; padding: 10px 0; }
  #pageHeader img { display: none; }
  #pageHeader h1 { line-height: 30px; font-size: 20px; margin: 0; letter-spacing: 0; }

  /* Page Content */
  #pageContent .introduction, .electionPage .introduction { font-size: 16px; line-height: 24px; }
  .leftNav { display: none; }
  .rightContent, .rightContentForm { width: 100%; }

  /* Forms */
  .leftForm, .contactInfo { float: none; width: 100%; }

  /* Footer */
  .footerLeft, .footerCenter { width: 100%; float: none; padding-bottom: 20px; }
}
@media only screen and (max-width: 550px) {
  .newsItem img { float: none; max-width: 100%; margin: 0 0 20px 0; }
  #homeIntro { padding: 15px 0 15px; font-size: 14px; line-height: 24px; }
  #quickLinks { max-width: 250px; }
  #quickLinks h2 { margin: 60px auto 0; }
    #headerRight a { display: none; }

  /* Highlighted Races */
  .electionGraph .graphCat { width: 100%; text-align: left; margin: 0; line-height: 20px; height: 20px; }
  .electionGraph .graphNum { width: 55px; text-align: left; margin-left: 5px; margin-bottom: 5px; }
  .electionGraph .graphGraph { width: calc(100% - 60px); margin-bottom: 5px; }
  .electionGraph .graphDivider { height: 5px; }
}
@media only screen and (max-width: 400px) {
  #homeImage h1 { font-size: 30px; line-height: 30px; }
  #headerText { width: 180px; font-size: 12px; margin: 3px 0 0 15px; height: 50px; }
  .headerScroll #headerText { margin-top: 5px !important; }
  #headerText h3 { font-size: 30px; line-height: 30px; }
  .slicknav_menu .slicknav_icon, .slicknav_menu .slicknav_icon-bar { width: 30px !important; }
  .electionInfo, .electionLinks { float: none; width: 100%; }
  .faqSection input[type="text"], .officialDetails input[type="text"], .rightContent input[type="text"] { width: calc(100% - 14px); }
}
