#header-wrap {
  background-color: rgba(255, 255, 255, 0.5); }

#logo {
  margin-left: 10px; }
  #logo img {
    display: inline-block; }
  #logo a {
    color: #444; }
    #logo a span {
      font-size: 28px;
      -webkit-transition: font-size .4s ease, opacity .3s ease;
      -o-transition: font-size .4s ease, opacity .3s ease;
      transition: font-size .4s ease, opacity .3s ease; }

.dark #logo a {
  color: #EEE; }

#header.sticky-header:not(.static-sticky) a span, #header.sticky-header:not(.static-sticky) #header-wrap a span, #header.sticky-header:not(.static-sticky):not(.sticky-style-2):not(.sticky-style-3) #logo a span {
  font-size: 20px; }

.dark #header-wrap #primary-menu > ul > li > a:hover {
  color: #3A539B; }

.headerImage {
  height: 100%;
  background-size: cover; }

h1 {
  text-align: center; }

.contentGroup {
  margin-left: -100%;
  padding-left: 100%;
  margin-right: -100%;
  padding-right: 100%;
  padding-top: 20px; }
  .contentGroup.darkGrey {
    color: #EEE;
    background-color: #555; }
    .contentGroup.darkGrey h1, .contentGroup.darkGrey h2, .contentGroup.darkGrey h3, .contentGroup.darkGrey h4, .contentGroup.darkGrey h5 {
      color: #EEE; }
  .contentGroup.lightGrey {
    background-color: #EEE; }
  .contentGroup.parallax > .container {
    background-color: rgba(255, 255, 255, 0.5);
    padding: 20px;
    margin: -20px; }

.content-wrap {
  padding: 0; }

/** Timeline **/
.timeline {
  padding-bottom: 100px;
  max-width: 600px;
  margin: 0 auto; }
  .timeline .line {
    display: block;
    height: 50px;
    width: 2px;
    background-color: #999;
    margin: 0 25px; }
  .timeline .eventContainer.feature-box h3 {
    padding-top: 15px; }
  .timeline .eventContainer.feature-box + .line {
    margin: 20px 25px -20px; }
  .timeline .eventContainer.feature-box .text {
    max-height: 0;
    overflow-y: hidden;
    -webkit-transition: max-height 2s ease;
    -o-transition: max-height 2s ease;
    transition: max-height 2s ease; }
    .timeline .eventContainer.feature-box .text.visible {
      max-height: 1000px; }
  .timeline .eventContainer.feature-box img {
    max-width: 100%;
    height: auto; }

/** MultiColumn **/
.neos-contentcollection .row {
  padding: 16px; }
  .neos-contentcollection .row img {
    width: 100%;
    height: auto; }

/** Contact links **/
a.social {
  color: #EEE;
  margin: 16px;
  display: block; }
  a.social i {
    border: 1px solid #EEE;
    padding: 5px;
    border-radius: 5px; }
  a.social + div {
    background: none; }

/*# sourceMappingURL=customFrame.css.map */
