<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.flexMap-container {
  display: flex;
   position: relative;
   
}

.mapLinks {
	width:10%;
	font-size: 1.4em;
	font-family:'Lato', sans-serif;
		color:black;
		vertical-align: center;
		z-index: 3;
		position: relative;
		margin-top:50px;

}

.mapEmbedArea{
	 height:700px;
	 
	}

@media screen and (max-width: 600px) {
	.mapLinks {
	 width:50%;
	 font-size: 1em;
	 margin-top:15px;
	}
	
	.mapEmbedArea{
	 height:500px;
	}
	
}


.mapLinks a{
	color: #033170!important;
}

.mapLinks a:hover{
	color:white!important;
}


.svgMap {
   width:80%;
   position: absolute;
   right: 10px;
   vertical-align: top;
   z-index: 1;
}

path:hover{
	fill:#033170 !important;
}

#derry-svgmap{
	fill:#7B5CA2;
}

#ferm-svgmap{
	fill:#E23A88;
}

#omagh-svgmap{
	fill:#38B6FF;
}

#strabane-svgmap{
	fill:#FFDE59;
}

.Derry-Link{
	text-decoration:none;
}
.Strabane-Link{
	text-decoration:none;
}
.Omagh-Link{
	text-decoration:none;
}
.Ferm-Link{
	text-decoration:none;
}

</pre></body></html>