section {
  padding-top: 8rem;
  padding-bottom: 8rem; }
  section.alt {
    background-image: -webkit-linear-gradient(270deg, #f6f6f6, #f6f6f6);
    background-image: linear-gradient(180deg, #f6f6f6, #f6f6f6); }

p, ul li, ul ol, span, blockquote {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 300;
  color: #444; }

.super {
  font-style: italic;
  font-weight: bold; }

.video-wall {
  padding-bottom: 7rem; }
  .video-wall:last-child {
    padding-bottom: 0; }

.socialblock a {
  display: inline; }
  .socialblock a img {
    height: 100%;
    padding-right: 0.5rem;
    padding-left: 0.5rem; }

.mediaframe {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }

.mediaframe iframe,
.mediaframe object,
.mediaframe embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.carousel-item {
  min-height: 250px;
  vertical-align: middle; }

.slide-item .slide-copy {
  padding: 0 3rem;
  text-align: center; }

footer {
  padding-top: 43px;
  padding-bottom: 43px;
  background-color: #222;
  color: #f6f6f6;
  text-align: center; }

.footer-link {
  margin-right: 6px;
  margin-left: 6px;
  opacity: 0.82;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #222;
  text-decoration: none; }
  .footer-link:hover {
    opacity: 0.76;
    color: #fff; }
