/********************************************/
/* THESE ARE MODIFACATIONS OF FOUNDATION.CSS*/
/********************************************/

/* Default Link Styles */
a {
  color: #30ad49;
  text-decoration: none;
  line-height: inherit; }
  a:hover, a:focus {
    color: #222222; }
  a img {
    border: none; }

h1 {
  margin: 0; }

.title-bar {
  background: #30ad49; /*BHA Green*/}

.title-bar-title {
  float: right;
  text-align: right; }

.menu > li:not(.menu-text) > a {
    padding: 0.3rem 1rem; }

.menu-icon {
  width: 25px;
  height: 18px; }
  .menu-icon::after {
    box-shadow: 0 5px 0 #fefefe, 0 16px 0 #fefefe; }
  .menu-icon:hover::after {
  	background: #fefefe;
    box-shadow: 0 5px 0 #fefefe, 0 16px 0 #fefefe; }

.top-bar {
  padding: 0; }
  .top-bar,
  .top-bar ul {
    background-color: #ffffff; }
  .top-bar a {
    color: #000000; }

.orbit-caption {
  padding: 0.1rem; }

.callout {
  border: 0; }

.button {
  background-color: #30ad49;
  color: #fff; }
  .button:hover, .button:focus {
    background-color: #30ad49;
    color: #fff; }

textarea {
  margin: 0 0 0rem;
}

/*form stuff*/
.form-note {
  display:none;
}