<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */


/* Create two equal columns that floats next to each other */
.TPIexpand_column {
  float: left;
  width: 47%;
  padding: 10px;
}

/* Clear floats after the columns */
.TPIexpand_row:after {
  content: "";
  display: table;
  clear: both;
}


.tpi_h2{
	color: #457606;
	font-size: 18px;
    font-family: "Arial";
    font-weight: bold;
}


.tpi_new {
	color: #F78D26;
}

.districtmap{
	display:block; 
	margin-left:auto;
	margin-right:auto;
	
}


.districtbutton {
	 margin-left: 90px;
}

/***** Photo Slider ********/



.TPIimg {
	height:550px; 
	display:block;
	margin-left:auto;
	margin-right:auto;
	background: #000;
	
}


/* Slideshow container */
.TPIslideshow-container {
  max-width: 745px;
  position: relative;
  margin: auto;
	
}

/* Next &amp; previous buttons */
.TPIprev, .TPInext {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 30px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.TPInext {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.TPIprev:hover, .TPInext:hover {
  background-color: rgba(0,0,0,0.8);
}

.TPIslider{
	margin-top: -30px;
}

/* Number text (1/3 etc) */
.TPInumbertext {
  color: #f2f2f2;
   font-size: 16px;
  padding: 4px 8px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.TPIdot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #ABA9A9;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.3s ease;
}

.active, .TPIdot:hover {
  background-color: #fff;
}

/* Fading animation */
.TPIfade {
  animation-name: fade;
  animation-duration: 0.5s;
}

@keyframes TPIfade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .TPIprev, .TPInext,.TPItext {font-size: 11px}
}
</pre></body></html>