body {
  background-color: #2f4673;
}

.sc-searchbar {
  background-color: #535961;
  padding: 0;
}

.sc-searchbar ul.nav > li > a {
  color: #fff;
  font-size: 18px;
  margin-top: 5px;
}

.sc-searchbar ul.nav > li > a:hover {
  color: #fff;
}

.sc-searchbar .predictionsmade {
  background: #fff;
  padding: 0 10px;
}

.sc-searchbar .predictionsmade h3 {
  float: left;
  color: #9a9a9a;
  font-family: "Abel-Regular", "Helvetica", "Arial", sans-serif;
  font-size: 22px;
  font-weight: normal;
  line-height: 1em;
  margin-top: 15px;
}

.sc-searchbar .predictionsmade h3 span.forecasts {
  color: #2f4673 ;
  font-family: "Montserrat-Regular", "Helvetica", "Arial", sans-serif;
}

.sc-socialbar {
  background-color: #dc4a37;
  margin: 13px 0;
}

.sc-socialbar ul.nav {
  padding: 6px 0 6px 6px;
  background-color: #dc4a37;
}

.sc-socialbar ul.nav > li > a {
  text-shadow: none !important;
  padding: 0 5px;
}



/* REGISTRATION */

#registration .container, #login .container, #forgotPassword .container, #resetPassword .container {
  background: #f3f3f4;
  margin-top: 25px;
  padding-bottom: 30px;
}

#registration div.terms {
   width:600px;
   height:200px;
   border:1px solid #ccc;
   background:#fff;
   padding:6px;
   overflow:auto;
   margin: 10px 0 30px 0;
}

#registration div.terms h2 {
  font-size: 18px;
  margin: 0;
  padding: 0;
}

#registration div.terms h3 {
  font-size: 16px;
  margin: 0;
  padding: 0;
}

#registration div.terms p {
  font-size: 14px;
  line-height: 1em;
}

#registration div.terms label {
  margin-bottom: 20px;
}

#registration span.required {
  color: #dc4a37;
  display: inline;
}

#registration form.form-horizontal {
  margin-top: 20px;
}

/* STATIC PAGES */

#static .container {
  background: #F3F3F4;
}

/* REGISTRATION CONFIRMATION */
#static .step {
  margin-bottom: 25px;
}

#static .step h1 {
  font-size: 30px;
  margin-bottom: 20px;
  margin-top: 0;
}

#static .step .number {
  background: #43797b;
  font-family: "Montserrat-Regular", "Helvetica", "Arial", sans-serif;
  text-align: center;
  padding: 20px 0;
  font-size: 36px;
  color: #fff;
}

#static .step h3 {
  line-height: 30px;
  padding-top: 0;
  margin-top: 0;
}