.headerphoto {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 500px;
  min-height: 20vh;
  max-height: 36vh; }

.column, .columns {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem; }

.headertitle {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  text-align: center; 
  color: #78bcc5;
  background-image: url('../images/header-bkg.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 130px;
}

.headertitle h2 a {
  color: #07889b;
}

[type='search'] {
  box-shadow: none; }

ul.pagination {
  background: #DDD;
  display: inline-block; }
  ul.pagination a {
    padding: 0.6em 1em;
    text-decoration: none; }
  ul.pagination .active a {
    color: #e6e6e6;
    background: #0a0a0a; }

h1 a, h2 a, h3 a {
  text-decoration: none; }

p.meta {
  font-size: 90%;
  color: #666; }

@media screen and (min-width: 40em) {
  h1, h2 {
    margin-bottom: 2rem; }
  img {
    margin: 0 auto 1rem;
    max-width: 80%;
    display: block; } }

@media screen and (max-width: 39.9375em) {
  .no-js .top-bar {
    display: none; 
  }
  
  .headertitle {
      background-image: url('../images/header-bkg-mbl.jpg');
    }
}

@media screen and (min-width: 40em) {
  .no-js .title-bar {
    display: none; 
  } 
}

.menu > li {
  padding: 0; }
  .menu > li a {
    color: #f4f4f4;
    text-decoration: none;
    font-size: 0.8em;
     font-weight: bold; }
  .menu > li.active > a {
    color: #f4f4f4;
    background-color: inherit;
    border-bottom: 1px solid; }

.widgetholder .widget {
  margin: 1.5em 0; }

.header {
    background-color: #fff;
}

.bar-line {
    background-color: #444;
}

h2 {
    color: #63b9ce;
}

/**
 * Styles for 'responsive video embeds'
 */
.responsive-video {
  height: 0; padding-top: 25px; padding-bottom: 67.5%; margin-bottom: 10px; position: relative; overflow: hidden;
}
.responsive-video.vimeo {
  padding-top: 0;
}
.responsive-video.widescreen {
  padding-bottom: 57.25%;
}
.responsive-video embed, .responsive-video iframe, .responsive-video object, .responsive-video video {
  top: 0; left: 0; width: 100%; height: 100%; position: absolute;
}
@media (max-width: 767px) {
  .responsive-video {
    padding-top: 0;
  }
}
