* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
html {
  height: 100%
}
body {
  margin: 0;
  font-family: "Proxima Nova";
  font-size: 18px;
  height: 100%;
  height: calc(100% - 48px)
}
#seo-link {
  display: none
}
#forum-title {
  background-color: #333;
  padding: 0.6em
}
#forum-title .wrap {
  max-width: 970px;
  margin: 0 auto
}
#forum-title .wrap img {
  max-height: 58px
}
#forum-title h1 {
  font-size: 170%;
  color: rgba(0,0,0,.7);
  line-height: 1.2;
  font-weight: 300;
  text-align: center;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: 0 center
}
.is-dark#forum-title h1 {
  color: rgba(255,255,255,.7)
}
#banner {
  background-position: center;
  background-position-y: 50%;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  max-width: 2560px;
  -moz-transition: height .3s;
  -webkit-transition: height .3s;
  transition: height .3s;
  box-shadow: inset 0 0 1px 1px rgba(0,0,0,.2);
  height: 180px
}
#hosted_forum {
  min-width: 300px
}
#hosted_forum .is-threaded, #hosted_forum .is-commenting {
  max-width: 590px
}
#hosted_forum .is-threaded {
  margin-top: 1em
}
#intercom-container iframe.intercom-launcher-frame {
  bottom: 60px !important;
  right: 30px !important
}
#intercom-container div.intercom-app-launcher-enabled div.intercom-messenger-frame {
  bottom: 145px !important
}
@media (max-width: 901px) {
  #forum-title h1 {
    font-size: 140%
  }
}
