body {
  font-family: 'Source Sans Pro';
  background-color: #5b8d33;
}

.heading {
  font-family: 'Work Sans';
  text-transform: uppercase;
  font-weight: 700; }

.twitter-feed {
  height: 500px;
  overflow: auto; }

.facebook-badge a img {
  max-width: 250px; }

.masthead {
  position: relative;
  z-index: 1;
  height: 84px; }
  .masthead .logo {
    max-width: 200px;
    margin-top: 50px;
    margin-left: 50px; }
  .masthead .masthead-signup {
    display: none; }
  .masthead nav {
    position: relative;
    background-color: #ffffff;
    font-family: 'Work Sans'; }
    .masthead nav .navbar-toggler {
      font-size: .9rem;
      top: 0;
      margin: 17px 0;
      padding: 15px;
      text-transform: uppercase;
      border-color: transparent;
      background: rgba(0, 0, 0, 0.5); }
  @media (min-width: 992px) {
    .masthead {
      height: 500px;
      background-image: url("../images/bg.jpg");
      background-position: top left;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover; }
      .masthead .logo {
        max-width: 300px; }
      .masthead .masthead-signup {
        display: flex;
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        padding-top: 50px;
        padding-right: 50px;
        border-bottom: none;
        background-color: transparent; }
      .masthead nav {
        position: absolute;
        bottom: 50px;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.7); }
        .masthead nav .navbar-nav .nav-item .nav-link {
          font-size: .75rem;
          font-weight: 400;
          text-transform: uppercase;
          color: white; }
          .masthead nav .navbar-nav .nav-item .nav-link:hover {
            color: #5b8d33; } }
  @media (min-width: 1200px) {
    .masthead .logo {
      max-width: 400px; }
    .masthead nav .navbar-nav .nav-item .nav-link {
      font-size: 1rem; } }

footer {
  font-size: .8rem;
  padding-top: 5rem;
  padding-bottom: 2rem;
  color: rgba(255, 255, 255, 0.7);
  background-image: url("../images/bg-footer.png");
  background-repeat: no-repeat;
  background-position: bottom left; }
  footer a {
    color: rgba(255, 255, 255, 0.7); }
    footer a:hover, footer a:focus {
      color: #5b8d33; }
  footer .footer-bottom {
    text-align: center;
    padding-top: 5rem; }
    footer .footer-bottom .footer-copyright {
      float: none; }
    footer .footer-bottom .footer-signin {
      float: none;
      margin-bottom: 5rem; }
  @media (min-width: 768px) {
    footer {
      text-align: none; }
      footer .footer-bottom .footer-copyright {
        float: left; }
      footer .footer-bottom .footer-signin {
        float: right;
        margin-bottom: 0; } }

.bg-primary {
  background-color: #ffffff !important; }
  .bg-primary hr {
    border-width: 3px;
    border-color: rgba(255, 255, 255, 0.7); }
  .bg-primary a {
    color: white; }
  .bg-primary p a {
    color: #56773E; }

a.bg-primary:hover, a.bg-primary:focus {
  text-decoration: none;
  background-color: #4f7a2c !important; }

.btn-primary {
  border-color: #5b8d33;
  background-color: #5B8D33; }
  .btn-primary:hover, .btn-primary:focus {
    border-color: #436825;
    background-color: #436825;
    color: white; }

.btn-outline-primary {
  color: #5b8d33;
  border-color: #5b8d33; }
  .btn-outline-primary:hover, .btn-outline-primary:focus {
    border-color: #5b8d33;
    background-color: #436825;
    color: white; }

/******************************************************************************
* Styles for z-menulinks
******************************************************************************/

#z-maincontent ul.z-menulinks {
  background: none;
  border: none;
  color: #aaa;
  height: auto;
  line-height: 22px;
  list-style: none;
  margin: 1em 0;
  min-height: 22px;
  padding:0 5px;
}

#z-maincontent ul.z-menulinks li {
  background: none;
  border-right:none;
  display:inline;
  line-height: 22px;
  padding:0 10px;
  margin:0;
}

#z-maincontent ul.z-menulinks li:first-child {
  padding-left:5px;
}

#z-maincontent ul.z-menulinks li a.z-iconlink {
  margin-left:-3px;
}

#z-maincontent ul.z-menulinks li.z-ml-disabled a,
#z-maincontent ul.z-menulinks li.z-ml-disabled a:hover,
#z-maincontent ul.z-menulinks li.z-ml-disabled a.hover{
  text-decoration:line-through;
}

#z-maincontent .z-admin-breadcrumbs {
  color: #000000;
  font-size: 0.95em;
  margin-bottom: 1em;
}


#z-maincontent .z-admin-breadcrumbs a {
  color: #eeeeee;
}

#z-maincontent .z-admin-breadcrumbs .z-sub {
  color: #dddddd;
}

table.z-datatable td, table.z-datatable th, table.z-admintable td, table.z-admintable th
{
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  vertical-align: middle;
  font-weight:bold;
}

.bg-primary a
{
  color: #333333;
}

.z-block{
  background-color: #fff;
  padding-left: 10px;
  padding-right: 10px;
}
