/* - BRAND COLORS - */
/* - BASE STYLES - */
* {
  font-family: Helvetica, Arial, sans-serif; }

body {
  background-color: #FFF;
  margin: 0px; }

h1 {
  color: #fff;
  font-size: 50px;
  font-weight: bold;
  line-height: 66px;
  text-transform: uppercase; }
  @media screen and (max-width: 940px) {
    h1 {
      font-size: 42px;
      line-height: 52px; } }
  @media screen and (max-width: 700px) {
    h1 {
      font-size: 38px;
      line-height: 46px; } }
  @media screen and (max-width: 430px) {
    h1 {
      font-size: 32px;
      line-height: 38px;
      margin-top: 0; } }

h2 {
  color: #FFF;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px; }
  @media screen and (max-width: 800px) {
    h2 {
      font-size: 18px;
      line-height: 24px; } }
  @media screen and (max-width: 500px) {
    h2 {
      font-size: 18px;
      line-height: 24px; } }

h3 {
  color: #303030;
  font-size: 14px;
  font-weight: normal;
  line-height: 22px;
  margin-bottom: 15px;
  text-transform: uppercase; }

h4 {
  color: #969696;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px; }

h5 {
  color: #FFF;
  font-size: 30px;
  font-weight: 300;
  line-height: 40px;
  margin: 0px; }
  h5 .de-emph {
    font-weight: normal; }
  @media screen and (max-width: 500px) {
    h5 {
      font-size: 22px;
      line-height: 32px; } }

p {
  color: #969696;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px; }
  p.success {
    color: #303030;
    background-color: #e9f9d2;
    border: 1px solid #9bcc55;
    padding: 8px 0px 8px 15px; }

a {
  color: #9bcc55;
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
  text-decoration: none; }

.green {
  color: #9bcc55; }

.grey {
  color: #7c7877; }

.strong {
  font-weight: normal; }

/*# sourceMappingURL=styles.css.map */
