/* 
Center Gold: f4b334
    Darker: e97e0b
Aquatics Blue: 1d9add
    Darker: 1d9add
Avenue Green: 8f993d
    Darker: 505c0f
Café Yellow: f8c513
    Darker: d09301
Senior Orange: ff9016
    Darker: ff5102
Veterans Gray: 54565a
    Darker: 1c1d20
Nature Green: 8dc63f
    Darker: 4c8202

Body gray: 54565a
Link off: df7a0e 
Link hover: e97e0b 

Body font: Avenir Next Conde
Script: Beautiful Bloom

*/
/* UPCOMING EVENTS */
.overlayContent .button::before, .overlayContent .button::after {
  background-color: #f2f2f2;
}
.overlayContent p:last-of-type, .overlayContent p:last-of-type a {
  margin-bottom: 0 !important;
}
#upcomingEvents {
  padding: 120px 70px;
  margin: 0 !important;
  font-size: 1em;
}
#upcomingEvents #featuredEvents {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  min-height: 700px;
}
#upcomingEvents h1 {
  margin-bottom: 100px;
  color: #8f993d !important;
  margin-top: -60px !important;
  border-bottom: 1px #ccc dashed;
}
#upcomingEvents h1 span {
  background: #fff;
  padding: 2px 15px;
  position: relative;
  top: 35px;
}
#upcomingEvents #featuredEvents div {
  width: calc((100% - 200px) / 3);
  /*min-width: 220px;*/
  text-align: left;
  margin-bottom: 20px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  animation: fadeIn linear .7s;
  -webkit-animation: fadeIn linear .7s;
  -moz-animation: fadeIn linear .7s;
  -o-animation: fadeIn linear .7s;
  -ms-animation: fadeIn linear .7s;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#upcomingEvents #featuredEvents div:nth-of-type(3n+2) {
  /*padding: 0 10px;*/
  margin: 0 100px 20px;
}
#upcomingEvents #featuredEvents div h3 {
  color: #333 !important;
  font-family: "AvenirNextCondensed" !important;
  font-size: 3.8em !important;
  line-height: 1em !important;
  text-transform: uppercase !important;
  margin-bottom: 0 !important;
  border: none !important;
}
#upcomingEvents h3 a {
  text-decoration: none;
	color: #cc6600;
  transition: all .3s ease-in-out;
}
#upcomingEvents h3 a:hover, #upcomingEvents h3 a:focus {
  color: #333;
  transition: all .3s ease-in-out;
}
#upcomingEvents #featuredEvents p.date {
  font-size: 1.4em;
  font-style: italic;
  margin-bottom: 0;
}
#upcomingEvents #featuredEvents .button {
  border: none;
  font-size: .9em;
  background: #f4b334;
  color: #222;
  text-align: right;
  display: inline-block;
  padding: 5px 15px !important;
  margin: 0;
  font-style: italic;
}
#upcomingEvents #featuredEvents .button:hover, #upcomingEvents #featuredEvents .button:focus {
  transition: all .3s ease-in-out;
  background-color: #cc6600;
}
#upcomingEvents #featuredEvents .button::before, #upcomingEvents #featuredEvents .button::after {
  background: none;
}
/* pagination */
#upcomingEvents .pagination {
  font-size: 1.1em;
  text-align: right;
  width: 100%;
  position: relative;
  right: 0;
  list-style: none;
}
#upcomingEvents .pagination li {
  display: inline-block;
}
#upcomingEvents .pagination li a {
  border: none;
  padding: 7px 10px;
  background: #f4b334;
  margin-left: 5px;
  display: inline-block;
  color: #222;
}
#upcomingEvents .pagination a:hover, #upcomingEvents .pagination li.active a, #upcomingEvents .pagination a:focus {
  transition: all .3s ease-in-out;
  background-color: #cc6600;
}
/* END UPCOMING EVENTS */
#footer div a {
  color: #be5900;
}
#footer div a:hover, #footer div a:focus {
  color: #333;
}
#district56 {
  margin: 20px auto;
  max-width: 80px;
  text-align: center;
}
#district56 a img {
  max-height: 85px;
  transition: all .2s ease-in-out;
}