
@media (max-width: 850px) {
  .page-header-home {
    display: block;
    height: auto;
  }
  
  .container div.home-bg {
    height: 200px;
    background-position: center center;
    background-size: cover;
  }
  
  .page-header-home .hero-blurb {
    display: block;
    height: auto;
    padding: 1em;
  }
  
  .page-header-home .text {
    padding-left: 0;
    padding-right: 0;
  }
  
  .page-header-home .text span {
    margin-bottom: 0;
    font-size: 0.75em;
    line-height: 1.25;
  }
  .footer-bottom .footer-nav,
  .footer-bottom .footer-logos {
    margin-bottom: 2em;
    float: none;
    text-align: center;
  }

  body:not(.home) header .inner.flex {
    height:180px;
  }
  
  body:not(.home) .header .logo {
    margin: 0 auto;
    margin-bottom: -25px;
    z-index: 1999;
  }
  
  body:not(.home) header.header .flex {
    justify-content: space-around;
    flex-direction: column-reverse;
    columns: 2;
  }
  
  body:not(.home) .logo a {
    position: relative;
  }

}

@media screen and (max-width: 820px) {
  .logo.alignleft {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 820px) {
  .term-power-meeting {
    flex-basis: 100%;
    min-width: 0;
  }
}

