.state-map path, circle {
	transition: all .3s ease;
}
.state-map path:hover, .state-map circle:hover {
    stroke: #d42531 !important;
    stroke-width:2px;
    stroke-linejoin: round;
    fill: #d42531 !important;
    cursor: pointer;
}    	    
.state-map #info-box {
    display: none;
    position: absolute;
    top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
    z-index: 1000;
    background-color: #ffffff;
    border: 2px solid #d42531;
    border-radius: 5px;
    padding: 35px 35px 15px;
    width:900px;
}
.state-map #info-box p {
	text-align: left;
}
.state-map #info-box ol {
	text-align: left;
}
.state-map .pdf-link {
	padding: 15px;
		border-radius: 5px;
		margin: 20px 0 10px;
		text-align: center;
		background-color: #d42531;
		color: #fff;
		display: inline-block;
		width: 100%;
	}
.state-map .close-button {
	cursor: pointer;
	position: absolute;
    top: 0;
    right: 5px;
    font-size: 35px;
    font-size: 24px;
    color: #D42531 !important;
    font-weight: 800;
    padding: 7px;
}

/* Style the buttons that are used to open and close the accordion panel */
.state-map .accordion {
    background-color: #eee;
    color: #4D5253;
    cursor: pointer;
    padding: 18px;
    font-size: 16px !important;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s !important;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.state-map .accordion:after {
	content: '+';
	float: right;
	font-size: 25px;
}
.state-map .accordion.active:after {
	content: '-';
	float: right;
	font-size: 25px;					
}

.state-map .active, .state-map .accordion:hover {
    background-color: #ccc;
}
.state-map .panel {
    max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out;
}	
.state-map .panel-inner {
    padding: 28px 18px 10px 18px;
    background-color: white;
}


.state-map .accordion.active {
  background-color: #ddd;
}

.state-map article .entry-content .mobile-list {
	list-style: none;
	width: 100%;
	padding-left: 0;
}						
.state-map .map-container {
	display: none;
	text-align: center;
	margin: 0 0 30px;
}
@media only screen and (min-width: 1050px) {
	.state-map .map-container {
		display: block;
	}
	.state-map article .entry-content .mobile-list {
		display: none;
	}
}
.state-map .mobile-list .mobile-state {
	margin: 0 0 15px;
}	