#menu-primary {
  text-align: left;
}
#menu-primary .current_page_item a,
#menu-primary a:hover {
  color: #00ad50 !important;
}
#masthead {
  border-top: none;
}
#masthead .content-width {
  border-top: 15px solid #7bbc75;
}
#masthead .content-width.second-bar {
  margin-bottom: 6px;
  border-top: 19px solid #888888;
}
#masthead .content-width .site-branding {
  padding-top: 10%;
  padding-bottom: 20px;
}
#masthead .content-width .site-branding .site-title {
  height: 200px;
  position: relative;
}
#masthead .content-width .site-branding .site-title a {
  height: auto;
}
#masthead .content-width .site-branding .site-title a img {
  max-height: 125px;
  max-width: 65%;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media only screen and (min-width: 767px) {
  #menu-logo {
    display: block;
  }
  #site-navigation {
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 40px;
  }
  .menu-primary-container {
    max-width: 70%;
    display: inline-block;
  }
  #menu-primary {
    border: none;
    margin: 0;
  }
}
#colophon {
  background-color: #7bbc75;
}
#colophon a {
  color: #ffffff;
  font-size: larger;
}
#colophon .content-width {
  padding-bottom: 20px;
  padding-top: 10px;
}
a,
a:visited,
.entry-meta a:hover {
  color: #00ad50;
}
#menu-logo {
  float: right;
  max-width: 20%;
  max-height: 40px;
  margin-top: 5px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  #menu-logo {
    display: none;
  }
}
/* ADDITIONS */
#title-squares {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 30%;
  max-height: 100%;
}
.widget-area {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  text-align: right;
}
.widget-area a {
  font-size: 14.5px;
  color: #00ad50;
}
.widget-area ul li {
  background-color: #eee;
  margin: 5px;
  padding: 5px;
}
#primary {
  width: 80%;
}
#secondary {
  width: 20%;
}
.triangleContainer {
  position: absolute;
  bottom: -25px;
  right: 0;
  width: 30%;
}
.triangle {
  width: 0;
  float: right;
  margin: 0 21%;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #7bbc75 transparent;
}
.triangle.triangle-alt {
  float: left;
  border-color: transparent transparent #888888 transparent;
}
