body #content .slideshow .flex-control-paging li a {
  background: #fff;
  background: #ffffff;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.5);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.5);
}
body #content .slideshow .flex-control-paging li a:hover {
  background: #333;
  background: rgba(213, 224, 210, 0.9);
}
body #content .slideshow .flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 122, 56, 0.9);
}
body #content .columns .column3 ul.alpha {
  list-style-type: upper-alpha;
  padding-left: 2em;
  margin-left: 0;
}
body #content .columns .column3 ul.roman {
  list-style-type: upper-roman;
  padding-left: 0px;
  margin-left: 1em;
}
body #content .columns .column3 ul.decimal {
  list-style-type: decimal;
  padding-left: 0px;
  margin-left: 1em;
}
body #content .columns .special {
  background: #d5e0d2;
  border-bottom: #007a38 solid 1px !important;
}
body #content .columns .special h1,
body #content .columns .special h2,
body #content .columns .special h3,
body #content .columns .special a {
  color: #007a38 !important;
}
body #content .columns .special h2:first-child {
  background: #007a38 !important;
  color: #ffffff !important;
}
body #content .columns .special hr {
  border: 0;
  width: 100%;
  height: 1px;
  color: #102561;
  background-color: #007a38;
  margin: 0 auto;
  margin-bottom: 1.2em;
}
