/* main */
.site-name {
  font-size: large;
  margin: 0 3px;
}
.site-slogan {
  text-transform: none;
}
.region-header {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
.region-header .block-content {
  text-align: center;
}
.panel-2col-stacked .panel-col-first {
  margin-bottom: 7em;
}
#footer {
  padding-bottom: 42px;
}

/* slideshow */
.views-slideshow-cycle-main-frame-row-item > .views-field {
  font-size: larger;
}

/* blog */
.blog-post-image {
  max-width: 50%;
}
@media only screen and (max-width: 414px) {
  .views-exposed-widget {
    display: initial;
  }
  .blog-post-image {
    max-width: inherit;
    width: 100%;
  }
  .blog-post-image img {
    width: 100%;
  }
}

/* content */
.node-type-departments .node-content > div {
  clear: both;
  float: none;
  width: inherit;
}
