body {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #333333;
  outline: none; }

a, a:active, a:focus, a:active {
  color: #88a903; }

a:hover {
  color: #607800; }

#footer a, #footer a:active, #footer a:focus, #footer a:active {
  color: #333333; }
#footer a:hover {
  color: #595959; }

h1, h2, h3, h4 {
  color: #88a903; }

h1 {
  font-size: 2rem; }

h2 {
  font-size: 1.8rem; }

h3 {
  font-size: 1.5rem; }

.news {
  padding-top: 15px;
  border-bottom: 1px solid #ccc; }
  .news h3 {
    color: #333333; }
  .news .date {
    font-size: 0.8rem;
    font-style: italic; }

.dropdown-menu {
  font-size: 14px; }

.dropdown-item:focus, .dropdown-item:hover {
  color: #a8bf00;
  background-color: #ededed; }

.fw {
  width: 100%; }

.img-fw {
  width: 100%;
  height: auto; }

.fw-footer {
  background-color: #F7F7F7;
  padding-top: 2rem; }

.fw-footer-two {
  background-color: #efeded;
  padding-top: 1rem; }

.bg-grey {
  background-color: #F7F7F7; }

.bt {
  border-top: 1px solid #fff; }

.carousel-caption {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  left: 0; }

.seperatorone {
  background-color: #A9D400;
  width: 100%;
  height: 10px; }

.seperatortwo {
  background-color: #CCFF00;
  width: 100%;
  height: 10px; }

.card-body-green {
  background-color: #88a903;
  color: #fff !important; }

.branchenhead {
  background-color: #88a903;
  color: #fff !important;
  text-align: center;
  font-size: 1.2rem;
  padding: 10px 5px 10px 5px; }

.btn-outline-wh {
  border-color: #fff;
  color: #fff; }
  .btn-outline-wh:hover {
    background-color: #fff;
    color: #333333; }

.bg-green {
  padding: 15px;
  background-color: #88a903;
  height: 100%;
  width: 100%; }
  .bg-green p, .bg-green h1, .bg-green h2, .bg-green h3, .bg-green h4, .bg-green a {
    color: #fff !important; }

.sidebar h5 {
  font-size: 1.05rem; }

@media (min-width: 992px) {
  .sidebar {
    border-left: 1px solid #ccc; } }
#bttop {
  display: none;
  position: fixed;
  bottom: 25px;
  right: 25px; }
