* {
  -webkit-text-size-adjust: 100%;
}

html, body {
  overflow-x: hidden;
  width: 100%;
}

body {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #000;
  font-family: "Proxima Nova", "Helvetica Neue", helvetica, arial, sans-serif;
  font-size: 14px;
  line-height: 1.2em;
  margin: 0;
}

h1 {
  font-size: 22px;
  line-height: 1em;
  margin-bottom: .2em;
}

h2 {
  color: #aa9c84;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.1em;
  text-align: center;
}

div.announcements header p.description {
  text-align: center;
}

a:link,
a:visited {
  color: #06C;
}

a:hover {
  text-decoration: underline;
}

.desktop-copy {
  display: none;
}

.notice {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  background: #FFC;
  border: 1px solid #e2dfaf;
  font-size: 14px;
  padding: 1em;
  text-align: center;
}

#top {
  zoom: 1;
  padding-bottom: 10px;
  position: relative;
}

#top:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

#top .logo {
  background: url("https://37assets.s3.amazonaws.com/bcx_announcements/marketing/logo.png") no-repeat center top;
  background-size: 113px 32px;
  display: inline-block;
  height: 0;
  margin-top: 10px;
  overflow: hidden;
  position: relative;
  padding: 32px 0 0;
  width: 113px;
  z-index: 100;
}

@media only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
  #top .logo {
    background: url("https://37assets.s3.amazonaws.com/bcx_announcements/marketing/logo-2x.png") no-repeat center top;
  }
}

#top nav {
  display: block;
  list-style-type: none;
}

#top ul {
  margin-top: 10px;
  padding-top: 10px;
  text-align: center;
}

#top li {
  display: inline-block;
  text-align: center;
  width: 45%;
}

#top li a {
  font-size: 16px;
  line-height: 1.25em;
}

#top li a strong {
  text-decoration: underline;
}

#top li a sub {
  color: black;
  display: block;
  font-size: 14px;
  font-weight: normal;
  line-height: 1em;
  margin-top: 5px;
}

#top .nav-features {
  display: none;
}

#top .nav-log-in {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  position: absolute;
  right: 0;
  top: 10px;
  width: auto;
}

#top .nav-log-in a {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background-color: #06C;
  border-bottom: 2px solid #105296;
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: normal;
  margin: 0 0 0 10px;
  padding: 8px 14px 9px 14px;
  text-decoration: none;
}

#top .nav-log-in a:hover {
  background-color: #1a7de6;
  text-decoration: none;
}

#top .nav-log-in a:active {
  background-color: #036;
}

.content {
  margin: 0 auto;
  width: 100%;
}

.sheet {
  background-image: none !important;
  margin: 2em auto;
  max-width: 850px;
  width: 100%;
}

div.inactive > header h1 {
  display: none !important;
}

div.inactive article.announcement {
  padding-top: 2em !important;
}

div.announcements header {
  border: none !important;
  margin: 0 auto 2em !important;
  padding: 0 !important;
}

div.announcements header h2 {
  font-size: 24px !important;
  margin-top: 0 !important;
}

div.announcements header p.description {
  font-size: 16px !important;
}

div.announcements header h3 {
  font-size: 18px;
  margin: 0 0 .25em !important;
}

div.announcements header h3 a {
  color: black;
  cursor: default;
}

div.announcements header h3 a:hover {
  text-decoration: none;
}

div.announcements header p {
  margin-top: 0 !important;
}

article.announcement {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background: url("https://37assets.s3.amazonaws.com/bcx_announcements/marketing/perforated.gif") 0 0 repeat-y;
  background-size: 100%;
  padding: 3em 10% 2em;
  margin: 0 auto 2em !important;
  width: 100% !important;
}

article.announcement .avatar, article.announcement span.label {
  display: none !important;
}

article.announcement img {
  height: auto;
  max-width: 100%;
}

div.sheet_body {
  padding: 0 !important;
}

.formatted_content {
  font-size: 16px;
  line-height: 1.25em;
  margin: 0 !important;
  max-width: 612px;
}

@media only screen and (min-device-width: 320px) {
  #top .logo {
    background: url("https://37assets.s3.amazonaws.com/bcx_announcements/marketing/logo.png") no-repeat center top;
    background-size: 113px 32px;
    margin-left: 10px
  }

  #top ul { border: 0; }
  #top ul li { display: none; }
  #top ul li.nav-log-in { display: inline-block; right: 10px; }
}

@media only screen and (min-width: 768px) {
  .desktop-copy {
    display: inline; }

  h1 {
    font-size: 48px;
    letter-spacing: -1px;
  }

  h2 { font-size: 24px; }

  #top .logo {
    background-size: 194px 55px;
    margin-left: 20px;
    padding: 55px 0 0;
    width: 194px;
  }

  #top nav {
    position: absolute;
    display: inline-block;
    right: 1.3em;
    top: 1.5em; }
    #top nav ul {
      border: none;
      margin: 0;
      padding: 0; }
    #top nav li {
      line-height: 1.1em;
      margin-left: 1em;
      width: auto;
      display: inline-block; }
      #top nav li a { font-size: 12px; }
      #top nav li sub {
        font-size: 14px;
        margin: 0; }
    #top nav .nav-log-in {
      margin-right: 0;
      position: relative;
      top: 0; }

  div.announcements header h2 {
    font-size: 36px !important; }
  div.announcements header p.description {
    font-size: 24px !important; }
  div.announcements header h3 {
    font-size: 24px; }

  .formatted_content {
    font-size: 18px; } }

@media only screen and (min-width: 920px) {
  #top .nav-features {
    display: inline-block; }
    #top nav li a { font-size: 16px; }
}
