
body {
  background: url(../images/bg-footer.jpg) no-repeat bottom center #fafcf2;
}

header.container, .navbar-collapse { padding: 0; }
header .logo img { width: 400px; margin: 1em 0; }

.navbar {
  background: none;
  border: none;
}

.navbar {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.navbar-nav {
  border-radius: 4px;
  box-shadow: 0px 4px 10px -2px rgba(0,0,0,0.5);
  clear: both;
}

.navbar-default .navbar-nav > li {
  background: rgba(255,255,255,0.5);
  border-right: 1px solid #ebefd8;
  border-bottom: 1px solid #ebefd8;
  font-size: 1.1em;
}
.navbar-nav > li.first,
.navbar-nav > li.first > a {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.navbar-nav > li.last,
.navbar-nav > li.last > a {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.navbar-default .navbar-nav > li > a {
  padding: 0.5em 1em;
}

.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #6c715a;
  background: transparent;
}
.navbar-default .navbar-nav > li > a:hover {
  color: #87be43;
  background: white;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: black;
  background: #ebefd8;
}
.navbar-brand { display: none; }


.navbar-default .navbar-toggle {
  border-color: #287e3e;
  background: #ebefd8;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border-color: #287e3e;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #287e3e;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  border-color: #287e3e;
  background: #287e3e;
}
.navbar-default .navbar-toggle:hover .icon-bar,
.navbar-default .navbar-toggle:focus .icon-bar {
  background-color: white;
}


@media (min-width: 1200px) {
  .container {
    width: 1100px;
  }
}

@media (max-width: 768px) {
  .navbar-nav {
    margin: 0;
    padding-left: 10px;
  }
}


h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  color: #287e3e;
}


a { color: #287e3e; }
a:hover { color: #87be43; }

.btn-primary {
  background-image: -webkit-linear-gradient(#87be43, #287e3e 60%, #87be43);
  background-image: -o-linear-gradient(#87be43, #287e3e 60%, #87be43);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#87be43', endColorstr='#287e3e', GradientType=0);
  -webkit-filter: none;
  filter: none;
  border: 1px solid #060;
}
.btn-primary:hover {
  background-image: -webkit-linear-gradient(#287e3e, #87be43 60%, #287e3e);
  background-image: -o-linear-gradient(#287e3e, #87be43 60%, #287e3e);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#287e3e', endColorstr='#87be43', GradientType=0);
  border: 1px solid #060;
}

.nav-tabs {
  border: none;
  position: absolute;
  left: 35px; top: -1em;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 5px;
  padding: 5px 10px;
  line-height: 1.42857143;
  color: #6c715a;
  background: #fafcf2;
  border: 1px solid #ebefd8;
  border-radius: 4px;
}
.nav-tabs > li > a:hover {
  color: #87be43;
  background: white;
  border: 1px solid #87be43;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: black;
  background: #ebefd8;
  border: 1px solid #87be43;
  cursor: default;
}


.jumbotron {
  background: #fafcf2;
  padding: 0;
}
.container .jumbotron { padding: 0; }

#main {
  background: #fff;
  border: 1px solid #d8dbcd;
  padding: 35px;
  position: relative;
  height: 0.01%;
  border-radius: 20px;
}
.container .jumbotron * {
  border-radius: 20px;
}


.region-content a { text-decoration: underline; }
.region-content a.btn-primary { text-decoration: none; }

.submenu {
  z-index: 1060;
  display:block;
  position:relative;
  float: left;
  padding-left: 0;
}

.region-content table {
  width: 100%;
  background: #ebefd8;
}
.region-content table th,
.region-content table td {
  border: 1px solid #060;
  padding: 0.5em 1em;
}
.region-content table th {
  color: white;
  background: #287e3e;
}
/*.table > thead > tr > th {
  vertical-align: middle;
}*/
.table > thead > tr > th.active {
  background: #006600;
}
.table-hover > tbody > tr:hover {
  background: #d5e6b4;
}
.table > tbody > tr > td.active {
  background: #d5e6b4;
}
.table-hover > tbody > tr:hover > td.active {
  background: #BAD996;
}
.table-hover > tbody > tr:hover > td:hover {
  background: #a1cd6d;
}
.table-hover > tbody > tr:hover > td:hover a:hover {
  color: white;
}
.region-content table th a {
  color: white;
}
.region-content table th a:hover {
  color: #87be43;
}





#block-views-random-quote-block {
  margin: 2em 0;
  padding: 1em;
  background: #fafcf2;
  border: 1px solid #d6d8c9;
  border-radius: 0.5em;
}
#block-views-random-quote-block .field-name-body {
  font-size: 1.5em;
  font-style: italic;
}
#block-views-random-quote-block .field-name-body p:before {
  content: '“';
  font-size: 2em;
  line-height: 0;
  position: relative;
  top: 0.3em;
  margin-right: 0.1em;
}
#block-views-random-quote-block .field-name-body p:after {
  content: '”';
  font-size: 2em;
  line-height: 0;
  position: relative;
  top: 0.3em;
  margin-left: 0.1em;
}
#block-views-random-quote-block .byline {
  margin: 0.5em 0;
  font-size: 1.2em;
  text-align: right;
}
#block-views-random-quote-block .field-name-field-link {
  margin: 0.5em 0;
  text-align: right;
}

#block-block-6 ol {
  padding-left: 1em;
}


#main .col-sm-3 {
  float: right;
  margin-left: 1em;
  padding: 1em;
  background: #ebefd8;
  border: 1px solid #d6d8c9;
  box-shadow: 0px 4px 10px -2px rgba(0,0,0,0.5);
}
#block-views-what-s-new-summary-block h2 {
  margin-top: 0;
  font-size: 1.5em;
  font-style: italic;
}


.footer { color: black; border: none; }
.footer a { color: black; text-decoration: underline; }


.front .col-sm-12 { padding: 0; }


.node-form #edit-actions {
  display: inline;
}

ul.nav-pills li {
  list-style-type: none;
}

.field-type-geofield label {
  padding-right: 1em;
}

.field-type-geofield button.geofield-gmap-center {
  display: none;
}
.field-type-geofield button.geofield-gmap-marker {
  display: none;
}

/* remove padding from date fields so they line up with
other fields in the node form*/
.field-type-datetime .container-inline-date > .form-item {
  margin-bottom:0px;
}

.field-type-datetime .date-padding {
  padding:0px;
}

/* password group in registration form has own asterisk.  Remove */
#user-register-form div.form-item.form-item-pass.form-type-password-confirm.form-group > label.control-label {
  display: none;
}




/*printing tweaks */
@media print {
  a[href]:after {
    content: none;
  }

  footer,
  .tabs--primary {
    display: none;
  }
}
