.content-picker {
	float:left;
	width:100%;
	clear:both;
}
.SVGmap{
height:500px;
}
.content-picker .map-selector {
	float:left;
	width:75%;
	position:relative;
	height:500px;
}
.town {position:absolute;}
.town:hover { background-image:none;}
.town a {
	font-size:13px;
	font-weight:bold;
	color:#fff;
	padding:3px 8px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	text-shadow: 0 0 3px #050505;
}
.town.dark a {
	color:#555;
	text-shadow: none;
}
.town a::before { 
    content: "\2022\00a0";
}
.town a::after { 
    content: none;
}
.town.right a::before { 
	content: none;
}
.town.right a::after { 
    content: "\00a0\2022";}


.town a:hover {color: #fff; background-color:#00a4e3;text-shadow: none;}

.siouxcity {
	left:5%;
	top:32%;
}
.fortdodge {
	left:38%;
	top:32%;
}
.stormlake {
	left:22.5%;
	top:28%;
}
.okoboji {
	left:16%;
	top:5%;
}
.orangecity {
	left:10%;
	top:14%;
}
.councilbluffs {
	left:12%;
	top:70%;
}
.atlantic {
	left:20%;
	top:66%;
}
.denison {
	left:13%;
	top:48%;
}
.carroll {
	left:22%;
	top:46%;
}
.redoak {
	left:21%;
	top:77%;
}
.iowafalls {
	left:52%;
	top:30%;
}
.masoncity {
	left:51.5%;
	top:12%;
}
.clearlake {
	left:38%;
	top:12%;
}
.ames {
	left:39%;
	top:47%;
}
.marshalltown {
	left:47%;
	top:47%;
}
.cedarfalls {
	left:65%;
	top:32%;
}
.waterloo {
	left:67%;
	top:35%;
}
.decorah {
	left:74%;
	top:7%;
}
.iowacity {
	left:79%;
	top:57.5%;
}
.amanacolonies {
	left:73%;
	top:54%;
}
.cedarrapids {
	left:75.5%;
	top:50.7%;
}
.guttenberg {
	left:73.5%;
	top:24%;
}
.clarinda {
	left:17%;
	top:86.5%;
}
.mountayr {
	left:28.3%;
	top:86.5%;
}
.corning {
	left:31.7%;
	top:80%;
}
.newton {
	left:56%;
	top:58.5%;
}
.desmoines {
	left:44.5%;
	top:59.5%;
}
.ottumwa {
	left:58%;
	top:77.5%;
}
.centerville {
	left:58%;
	top:86.5%;
}
.winterset {
	left:38%;
	top:69%;
}
.pella {
	left:58%;
	top:68%;
}
.dubuque {
	left:83.5%;
	top:34%;
}
.maquoketa {
	left:83.5%;
	top:47%;
}
.clinton {
	left:90.6%;
	top:52%;
}
.quadcities {
	left:82.5%;
	top:61.5%;
}
.muscatine {
	left:75.5%;
	top:64.5%;
}
.keokuk {
	left:80.5%;
	top:96.7%;
}
.fortmadison {
	left:82%;
	top:89.2%;
}
.burlington {
	left:75%;
	top:86%;
}
.fairfield {
	left:72.5%;
	top:77.5%;
}

.content-picker .map-selector a:hover polygon {
	fill: #fff;
	fill-opacity: .2;
	cursor:pointer;
}
.content-picker .changer-content {
  width:23%;
  margin:0 0 0 2%;
  float:left;
}
.changer-content img {width:100%;}
.changer-content .instruct-a {display:block;}
.changer-content .instruct-b {display:none;}
.changer-content .instruct-c {display:none;}
.changer-content .instruct-d {display:none;}

.changer-content .item .title {
	color: #e75e00;
    font-family: "Oswald",sans-serif;
    font-size: 30px;
    font-weight: normal;
    line-height: normal;
}
.changer-content .item .teaser {
	color: #333;
	margin-right:10px;
}
.changer-content .item .more {
	float:left;
	width:100%;
	padding:5px 0 10px 0;
	font-weight:bold;
	font-size:14px;
}
.changer-content .item .cities {
}
.changer-content .item .cities span {
	font-weight:bold;
	font-size:14px;
	width:90%;
	padding:7px 5%;
	margin:0 0 0;
	float:left;
	background-color:#444;
	color:#fff;
}
.changer-content .item .cities ul {
	float:left;
	font-weight:bold;
	padding:10px 0 10px 13px;
}
.changer-content .item .cities ul li {
	padding:0 0 5px 0;
}
.changer-content .item .cities ul li a:hover {
	color: #e75e00;
}
.changer-content .item .cities ul li:last-child a {
	color: #e75e00;
}
@media (max-width: 1025px) { 
.SVGmap{
height:475px;
}
.content-picker .map-selector {
	height:475px;
	width:100%;
}

.content-picker .changer-content {
  width:90%;
  margin:0 5%;
}
.changer-content .instruct-a {display:none;}
.changer-content .instruct-b {display:block;}
.changer-content .instruct-c {display:none;}
.changer-content .instruct-d {display:none;}

}
@media (max-width: 767px) { 
.town {
	display:none;
}
.SVGmap{
height:250px;
}
.content-picker .map-selector {
	height:250px;
	width:60%;
}
.content-picker .changer-content {
  width:38%;
  margin:0 0 0 2%;
}
.changer-content .instruct-a {display:none;}
.changer-content .instruct-b {display:none;}
.changer-content .instruct-c {display:block;}
.changer-content .instruct-d {display:none;}
}
@media (max-width: 480px) { 
.content-picker {
}
.content-picker .map-selector {
	width:100%;
}
.content-picker .changer-content {
  width:90%;
  margin:0 5%;
}
.changer-content .instruct-a {display:none;}
.changer-content .instruct-b {display:none;}
.changer-content .instruct-c {display:none;}
.changer-content .instruct-d {display:block;}
}

