#map {
	width: 700px;
	height: 450px;
	margin: auto;
}

.linkList {
    list-style: none outside none;
    margin: 0 0 0 24px;
    padding: 0;
	width: 25% !important;
}

.centerPost ul li::before {
	content: "" !important;
}


/* dropdown styles */
.dropdown-styles select {
 border-width: 0;
}
.dropdown-styles {
	background-color: #fff;
	background-image: url("yellow_down_arrow_icon.svg");
	background-position: 96% center;
	background-repeat: no-repeat;
	background-size: 20px auto;
	border-color: #fac60e;
	border-radius: 0;
	border-style: solid;
	border-width: 2px;
	overflow: hidden;
}
select {
    background: transparent;
    -webkit-appearance: none;
    border-width: 0;
}
select.form-control {
	background-color: transparent;
    border-color: #fac60e;
    border-radius: 0;
    font-family: 'FuturaRound-Demi', sans-serif;
    font-size: 22px;
    height: auto;
    width: 116%;
}


#gotoStatePage.gotoState {
	width: 100%;
    margin: 15px 0 0 0;
    font-size: 22px;
}

.centerPost ul li::before {
	content: '';
	color: #ffffff;
}

