h1.logo { padding: 11px 0;}
h1.logo img {
  height: 65px;
}

.main #content p a {
  color: #8cc152;
  text-decoration: underline;
}
.main #content ul:not(.listing-content):not(.grid-holder):not(.upcoming-events) li a {
  color: #8cc152;
  text-decoration: underline;
}

.site-header {
  margin: 0;
  position: static;
  width: 100%;
}

.lower-header {
  height: auto;
}

.lower-header .bordered {
  border-top: 3px solid #8cc152;
}

.lower-header .tagline {
  display: table-cell;
  height: 86px;
  font-weight: 400;
  vertical-align: middle;
}

.main-navigation > ul {
  float: none;
  text-align: center;
}

.tp-caption.h2 {
  font-family: 'Roboto Slab', sans-serif;
  text-transform: none;
}

.upcoming-events .event-thumb {
  background: #A7A9AC;
}
.upcoming-events .event-thumb:hover {
  background: #8cc152;
}

.bordered {
  border: 1px solid #aaa
}

.featured-projects {
  background: #a0d468 url("/images/patterns/bg-pag-noisy.png") repeat;
}

.twitter-container {
  margin: 0 auto;
  width: 520px;
}
.twitter-container iframe {
  box-shadow: 0 0 30px rgba(255,255,255,0.7);
}

/* Page customizations */
.page-header {
  background: url(/images/slider/slider-image-1.jpg) center center no-repeat;
  background-size: cover;
}

.sidebar .contact {
  background: #4C5443;
  color: white;
  font-weight: normal;
  padding: 25px 5px 25px 20px;
  width: 100%;

}
.sidebar ul.contact {
  list-style: none;
  margin: 0;
}
.sidebar .contact li {
  margin-bottom: 0.5em;
}
.sidebar .contact span {
  margin-left: 25px;
}
.sidebar .contact a {
  color: inherit;
  text-decoration: underline;
}
.sidebar .contact i {
  margin-right: 1em;
  width: 11px;
}
.sidebar .logo {
  width: 100%;
}

.secondary-bar .nav > li > a:hover {
  background: #8cc152;
  color: white;
}

.timeline {
  margin-bottom: 150px;
  overflow-y: hidden;
  overflow-x: auto;
  width: 100%;
}

.timeline img {
  min-width: 970px;
}

.upcoming-events .event-thumb, .staff_widget > ul > li .img-thumbnail {
  height: 92px;
  width: 92px;
}

.upcoming-events .event-excerpt, .staff_widget > ul > li .people-info {
  padding-left: 100px;
}

[data-content] {
  display: none;
}

[data-toggle] {
  cursor: pointer;
}
h2[data-toggle] {
  font-size: 21px;
}

.slider-title-infocycle {
  color: #555;
  font-size: 35px;
  font-weight: bold;
}

footer.site-footer,site-bottom-footer {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
}
.footer-nav li {
  margin-left: 10px;
}

.main[role='main'], .our-partners {
  margin-bottom: 65px;
}

.timeline {
  position: relative;
}
.timeline .header {
  background: white;
  padding: 10px;
  position: absolute;
  text-align: center;
}
.timeline .header.floating {
  position: fixed;
  /*left: 0;*/
  /*right: 0;*/
  top: 0;
}

.timeline .body {
  padding-top: 64px;
}


.whiter.tp-caption, .whiter.slider-title-infocycle {
  color: white !important;
}
.tp-caption a, .tp-caption a:hover {
  color: #555;
}

ul.top-menu a {
  background: none;
  padding: 0;
}