a{
	transition: all ease-in-out 0.5s;
	-webkit-transition: all ease-in-out 0.5s;
	-ms-transition: all ease-in-out 0.5s;
	-o-transition: all ease-in-out 0.5s;
	-moz-transition: all ease-in-out 0.5s; 
}
.election-wrap-div {
  color: #fff;
  font-size: 16px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  display: block;
  padding: 16px 20px;
  background: #ec005f;
  text-decoration: none;
  position: relative;
  z-index: 1;
  width:90%;
  margin: 10px auto;
}
.election-wrap-div:after {
  position: absolute;
  content: '';
  background: #ec005f;
  top: 0;
  left: 0;
  height:100%;
  width:100%;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  z-index: -1;
}
.toolTip{
	/*position: relative;*/
}
.toolTipBox{
	/*
	position: absolute;
		left: 10px;
		border: 2px solid #EC005F;*/
		border: 2px solid #ec005f;
    float: left;
    margin-left: 20px;
    margin-right: -100%;
    padding: 10px;
    position: absolute;
    right: 0;	
}
.arrowLeft{
	/*
	width: 0; 
		height: 0; 
		border-top: 10px solid transparent;
		border-bottom: 10px solid transparent; 
		border-right:10px solid #EC005F;
		float: left;
		margin-top: 50%;*/
}
.elections{
  margin-bottom: 70px;
  margin-top: 30px;
}
.election-wrap-div:hover:after {
  background: #3a3d41;
}

.election-wrap-div:hover .date{
	color: #ec005f;
}

.footer-line{
	color: #fff;
}

.election-page .title-section h1{
	
	/*color:#428AC9;*/
	color:#3a3d41; 
	
}

.election-page .title-section{
	
	margin: 20px 0;
	padding: 0;
	
}

.elections-wrap h3{
	
	/*border-bottom: 1px solid #428AC9;*/ 
	
}

.elections-wrap .title{
	float: left;
}
.elections-wrap .date{
    float: right;
    font-size: 16px;
    font-weight: bold;
    line-height: 26px;
    transition: all 0.2s ease-in-out;
	  -moz-transition: all 0.2s ease-in-out;
	  -webkit-transition: all 0.2s ease-in-out;
	  -o-transition: all 0.2s ease-in-out;
}




/**** Voters Registration ******/
.voter-registration .title-section h1{
	
	border-bottom:solid 2px #3a3d41;
	line-height: 40px; 
		
}
