body {
  font-size: 16px;
  color: #222;
}

#primary {
  margin-top: -70px;
}

#site-navigation {
  margin-top: 80px;
}

.search-bar {
  width: 240px;
  padding: 0;
}

.tagline {
  color: #0f8040;
  font-size: 18px;
  text-align: right;
  font-style: italic;
  margin-top: 30px;
  margin-bottom: 80px;
}

.tagline a{
  color: #0f8040 !important;
}

.site-content{
  margin-top: 50px;
}

.sidebar-container{
  margin-top: 50px;
}

@media screen and (max-width: 720px) {
    .tagline {
    visibility: hidden;
  }
}

.header-bar {
  background: #0f8040;
  padding:0;
  height: 40px;
}

.header-bar-inside {
  width: 100%;
  margin: 0 auto;
  max-width: 980px;
  padding: 5px;
}

.header-box-left {
  width: 50%;
  max-width: 400px;
  text-align:left;
  float:left;
}

.header-box-right {
  width: 50%;
  max-width: 400px;
  text-align:right;
  float:right;
}

.header-bar-inside a{
  color: #FFF;
  font-size: 18px;
}
.wpcf7-list-item {
display:block;
}

.sf-menu a{
  background: #197f43;
  color: #fff !important;
  padding: 0px 10px;
  margin: -10px;
}

.sf-menu a:hover{
  background: #FFF;
  color: #333 !important;
}

.sf-menu ul li a{
  background: #FFF;
  color: #333 !important;
}

.sf-menu ul li a:hover{
  background: #FFF;
  color: #197f43 !important;
}