.section {
    padding: 10px 8px;
    margin: 5px 0 0 0;
    background: #fff;
    border: 1px solid #ccc;
}

.section h4 {
  margin: -10px -9px 7px;
  text-align: center;
  background: #273f5a;
  color: #fff;
  font-weight: bold;
  padding: 9px 5px;
}

.section ul {
	list-style: none;
  padding: 0 0 0 10px;
  margin: 0;
}

.section ul li.divider {
	display: block;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
    margin-top: -5px;
    font-size: 12px;
}

.section ul li.divider > span {
	position: relative;
	display: inline-block;
	color: #29496f;
}

.section ul li.divider > span:before,
.section ul li.divider > span:after {
	content: "";
	position: absolute;
	top: 50%;
	width: 500px;
	height: 1px;
	background: #29496f; /* fallback */
	background: rgba(41, 73, 111, 0.5);
}

.section ul li.divider > span:before {
	right: 100%;
	margin-right: 15px;
}

.section ul li.divider > span:after {
	left: 100%;
	margin-left: 15px;
}

.section ul li a {
  margin-bottom: 8px;
}

.section ul li.state-tool a {
  background: url('../../images/state-tool-icon.png') left center no-repeat;
  padding: 20px 0 0 70px;
  display: block;
  min-height: 60px;
}

.section ul li.local-tool {
  background: url('../../images/county-tool-icon.png') left center no-repeat;
  padding: 20px 0 0 70px;
  display: block;
  color: #428bca;
  min-height: 60px;
}

.section ul li.info a {
  background: url('../../images/view-guidelines.png') left center no-repeat;
  padding: 20px 0 0 70px;
  display: block;
  color: #428bca;
  min-height: 60px;
}

.section li.local-tool select {
  min-width: 180px;
}

.section ul li.fvap-tool a {
  background: url('../../images/fvap-tool.png') left center no-repeat;
  padding: 20px 0 0 70px;
  display: block;
  min-height: 60px;
}

.section ul li.by-hand a {
  background: url('../../images/form-by-hand.png') left center no-repeat;
  padding: 20px 0 0 70px;
  display: block;
  min-height: 60px;
}

.section ul li.check-status a {
  background: url('../../images/check-status.png') left center no-repeat;
  padding: 20px 0 0 70px;
  display: block;
  min-height: 60px;
}

#how-to-vote-absentee {
	background-color: #0088cc;
    color: aliceblue;
	padding: 20px 10px 10px;
  	overflow: hidden;
  	margin-bottom: 30px;
}

#how-to-vote-absentee h3 {
    color: aliceblue;
}

#how-to-vote-absentee p {
	font-size: 15px;
}

#state-phrase {
	padding-top: 30px;
	text-align: center;
	padding-bottom: 20px;
}

#state-phrase span {
	font-size: 22px;
	font-weight: 500;
}

#state-phrase h1 {
	margin-top: 7px;
	font-size: 40px;
	margin-bottom: 20px;
}

#step1, #step2 {
	padding: 10px 10px 20px;
}

#step1 > div, #step2 > div {
	border: 1px solid white;
	border-radius: 4px;
	padding: 10px 30px 20px;
	height: 100%;
}

#step1 > div {
	padding-top: 30px;
}

#step1 h3, #step2 h3 {
	font-size: 23px;
}

#step1 h3 {
	background: url('../../../images/icon-step-1.png') no-repeat;
	padding-top: 40px;
}

#step2 h3 {
	background: url('../../../images/icon-step-2.png') no-repeat;
	padding-top: 60px;
}

#step1 span, #step2 span {
	font-size: 16px;
}

#step2 p:nth-of-type(2) {
	font-weight: bold;
	margin-bottom: 0;
}

#can-you-vote {
  padding: 10px;
  overflow: hidden;
  border-radius: 10px;
  border-top: none;
  border-left: none;
}

#can-you-vote h4 {
  margin-top: 0;
}

#instructions h3 {
	padding-left: 20px;
	margin: 30px 0 20px;
	font-size: 19px;
}

#instructions p {
	padding-left: 20px;
	margin: 0 0 20px;
	font-size: 19px;
	line-height: 1.1;
	font-weight: 500;
}

#instructions ul {
	padding-left: 50px;	
	margin-bottom: 30px;
}

#instructions ul:nth-last-child(1) {
}

#instructions li {
	font-size: 13px;
}

.step-button {
	background-color: #990000;
    border: .5px solid black;
    box-shadow: 6px 6px 8px black;
 	color: white;
    font-size: 15px;
    font-weight: 450;
    height: 100%;
    padding: 11px;
    width: 100%;
    margin: 0 auto 10px;
    white-space: normal;
}

.jurisdiction-tools {
	margin-bottom: 10px;
}

.check-status-text {
	padding-top: 10px;
	text-align: center;
}

#fpca-url, #fwab-url {
	display: inline-block;
	width: 75%;
}

#fpca-go, #fwab-go {
	display: inline-block;
	width: 45px;
}

@media only screen and (min-width: 850px) {	
	.arrow-right {
		width: 0;
		height: 0;
		border-top: 20px solid transparent;
		border-bottom: 20px solid transparent;
		border-left: 20px solid aliceblue;
		opacity: 0.3;
		margin-top: 150px;
	}
	
	.flex-container {
		display: flex;
	}
	
	.flex-container > .column {
		flex: 1;
	}
	
	.state-landing-wrapper {
		position: relative;
		margin: 0 11px 20px;
		hyphens: none;
	}
	
	#steps {
		margin-left: -10px;
	}
}


@media only screen and (max-width: 849px) {
	.arrow-down {
		width: 0;
		height: 0;
		border-left: 20px solid transparent;
	  	border-right: 20px solid transparent;
	  	border-top: 20px solid aliceblue;
		opacity: 0.3;
		margin: 20px auto;
	}
	
	.state-landing-wrapper {
		position: relative;
		margin: 0 2px 20px;
		hyphens: none;
	}
}


#state-guide-page-btn.btn-primary, #downloadable-pdf-btn.btn-primary, #check-status-of-voted-ballot-btn.btn-primary,
#state-election-page-btn.btn-primary, #local-election-officials-btn.btn-primary {
	background-color: #0088cc;
	width: 100%;
	margin: 10px 0;
	padding: 11px;
	font-size: 15px;
	font-weight: bold;
	white-space: normal;
}

.step-button:hover, #state-guide-page-btn.btn-primary:hover, #downloadable-pdf-btn.btn-primary:hover, #check-status-of-voted-ballot-btn.btn-primary:hover,
#state-election-page-btn.btn-primary:hover, #local-election-officials-btn.btn-primary:hover {
	color: white;
	text-shadow: 0px 0px 4px white;
}

.btn-section {
	width: 80%;
	margin: 0 auto;
}

#note {
	color: #8b1818;
	margin-top: 20px;
	font-size: 10px;
	font-weight: bold;
}

.link a {
  display: block;
  padding: 7px 0 7px 5px;
  border-bottom: 1px solid #ccc;
}

.link a:hover {
  background: #D3E3F5;
}

#can-you-vote .link.last a {
  border-bottom: none;
}

.local-fpca,
.local-fwab {
  display: none;
}

table.evag.landing-page {
  font-size: 95%;
}

table.evag.landing-page .left-col {
  width: 25%;
}

table.evag.landing-page span.election-date {
  display: block;
  font-weight: 500;
  font-size: 1em;
}

table.evag.landing-page tr td {
  padding: 4px 1px;
  margin: 0;
}

table.evag.landing-page tr td.left-col {
  padding: 8px 1px 8px 5px;
  margin: 0;
}

table.evag.landing-page tr th {
  padding: 8px 5px;
}


table.evag.landing-page {
  font-size: 95%;
}

.description {
  margin-bottom: 4px;
}