/* GLOBAL STYLES
 *-------------------------------------------------- */
/* Padding below the footer and lighter body text */
/* line 6, ../../app/assets/stylesheets/marketing.css.sass */
body {
  padding-bottom: 40px;
  color: #f2f2f2;
  background-color: black;
  font-family: "Roboto", sans-serif;
}

/* line 12, ../../app/assets/stylesheets/marketing.css.sass */
.navbar {
  background-color: #333333;
  border-bottom: 2px solid white;
}

/* CUSTOMIZE THE NAVBAR
 *-------------------------------------------------- */
/* Special class on .container surrounding .navbar, used for positioning it into place. */
/* line 21, ../../app/assets/stylesheets/marketing.css.sass */
.navbar-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  margin-top: 20px;
  margin-bottom: -90px;
  /* Negative margin to pull up carousel. 90px is roughly margins and height of navbar. */
}

/* Remove border and change up box shadow for more contrast */
/* line 34, ../../app/assets/stylesheets/marketing.css.sass */
.navbar .navbar-inner {
  margin: 0 auto;
  border: 0;
}

/* line 38, ../../app/assets/stylesheets/marketing.css.sass */
.nav-float-right {
  float: right;
}

/* line 41, ../../app/assets/stylesheets/marketing.css.sass */
.navbar-fixed-top .navbar-inner, .navbar-static-top .navbar-inner {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: none;
}

/* Downsize the brand/project name a bit */
/* line 50, ../../app/assets/stylesheets/marketing.css.sass */
.navbar .brand {
  padding: 0 20px 0;
  /* Increase vertical padding to match navbar links */
  margin: 10px 0;
  font-size: 16px;
  font-weight: bold;
  text-indent: -500em;
  background: transparent url(/assets/fpr_header_logo-24b181e2d221680679f6c5d2b6ce56a4.png) 0 0 no-repeat;
  width: 151px;
  height: 56px;
}
/* line 60, ../../app/assets/stylesheets/marketing.css.sass */
.navbar .nav > li > a {
  padding: 15px 20px;
}
/* line 62, ../../app/assets/stylesheets/marketing.css.sass */
.navbar .btn-navbar {
  margin-top: 10px;
}

/* Navbar links: increase padding for taller navbar */
/* Offset the responsive button for proper vertical alignment */
/* line 69, ../../app/assets/stylesheets/marketing.css.sass */
.nav li a.promoter-button {
  background-color: #cccccc;
  padding: 15px 15px;
  display: block;
  margin-top: 12px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
/* line 77, ../../app/assets/stylesheets/marketing.css.sass */
.nav li a.promoter-button:hover {
  background-color: #dddddd;
}

/* form area
 *-------------------------------------------------- */
/* form area */
/* line 85, ../../app/assets/stylesheets/marketing.css.sass */
.form-area {
  margin-bottom: 60px;
  background: red url(/assets/fpr_2013_loginBackground-99fb5569ce108519ccbb84ca314b1e99.png) top center no-repeat;
  min-height: 522px;
  border-bottom: 2px solid white;
}
/* line 90, ../../app/assets/stylesheets/marketing.css.sass */
.form-area .container {
  position: relative;
  z-index: 9;
}

/* SIGNUP FORM
 *-------------------------------------------------- */
/* line 97, ../../app/assets/stylesheets/marketing.css.sass */
.form-container {
  padding-top: 50px;
  max-width: 760px;
  margin: 0 auto 0 auto;
}

/* line 102, ../../app/assets/stylesheets/marketing.css.sass */
.form-signin {
  min-height: 350px;
  float: left;
  max-width: 275px;
  padding: 19px 29px 29px;
  margin: 0 20px 20px;
  background-color: rgba(0, 0, 0, 0.8);
  border: 1px solid black;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
/* line 116, ../../app/assets/stylesheets/marketing.css.sass */
.form-signin .form-signin-heading, .form-signin .checkbox {
  margin-bottom: 10px;
}
/* line 119, ../../app/assets/stylesheets/marketing.css.sass */
.form-signin input[type="text"], .form-signin input[type="password"] {
  font-size: 16px;
  height: auto;
  margin-bottom: 15px;
  padding: 7px 9px;
}

/* line 125, ../../app/assets/stylesheets/marketing.css.sass */
.form-signin-heading {
  font-size: 1.78em;
}

/* FORGET PASSWORD MODAL
 *-------------------------------------------------- */
/* line 131, ../../app/assets/stylesheets/marketing.css.sass */
.forgotPassword {
  width: 36em;
  padding: 25px;
}

/* line 135, ../../app/assets/stylesheets/marketing.css.sass */
.forgetPasswordForm {
  width: 100%;
}

/* line 138, ../../app/assets/stylesheets/marketing.css.sass */
.myModalLabel, #termsAndConditions, #myModalLabel {
  color: black;
}

/* MARKETING CONTENT
 *-------------------------------------------------- */
/* Center align the text within the three columns below the carousel */
/* line 147, ../../app/assets/stylesheets/marketing.css.sass */
.marketing .span4 {
  text-align: center;
}
/* line 149, ../../app/assets/stylesheets/marketing.css.sass */
.marketing h2 {
  font-weight: normal;
}
/* line 151, ../../app/assets/stylesheets/marketing.css.sass */
.marketing .span4 p {
  margin-left: 10px;
  margin-right: 10px;
}

/* Featurettes
 *------------------------- */
/* line 158, ../../app/assets/stylesheets/marketing.css.sass */
.featurette-divider {
  margin: 30px 0;
  /* Space out the Bootstrap <hr> more */
  border-top: 1px solid #505050;
  border-bottom: 1px solid #030303;
}

/* line 164, ../../app/assets/stylesheets/marketing.css.sass */
.featurette {
  padding-top: 120px;
  /* Vertically center images part 1: add padding above and below text. */
  overflow: hidden;
  /* Vertically center images part 2: clear their floats. */
}

/* line 170, ../../app/assets/stylesheets/marketing.css.sass */
.featurette-image {
  margin-top: -120px;
  /* Vertically center images part 3: negative margin up the image the same amount of the padding to center it. */
}
/* line 173, ../../app/assets/stylesheets/marketing.css.sass */
.featurette-image.pull-left {
  margin-right: 40px;
}
/* line 175, ../../app/assets/stylesheets/marketing.css.sass */
.featurette-image.pull-right {
  margin-left: 40px;
}

/* Give some space on the sides of the floated elements so text doesn't run right into it. */
/* Thin out the marketing headings */
/* line 182, ../../app/assets/stylesheets/marketing.css.sass */
.featurette-heading {
  font-size: 50px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}

/* to make notice float */
/* line 191, ../../app/assets/stylesheets/marketing.css.sass */
#notice.alert {
  position: fixed;
  top: 78px;
  left: 0;
  right: 0;
  z-index: 7000;
  width: 500px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

/* RESPONSIVE CSS
 *-------------------------------------------------- */
@media (max-width: 979px) {
  /* line 205, ../../app/assets/stylesheets/marketing.css.sass */
  .form-container {
    padding-top: 50px;
    max-width: 100%;
    margin: 0 auto 0 auto;
  }

  /* line 209, ../../app/assets/stylesheets/marketing.css.sass */
  .form-signin {
    max-width: 36%;
    padding: 19px 29px 29px;
    margin: 0 20px 20px;
  }

  /* line 213, ../../app/assets/stylesheets/marketing.css.sass */
  .container.navbar-wrapper {
    margin-bottom: 0;
    width: auto;
  }

  /* line 216, ../../app/assets/stylesheets/marketing.css.sass */
  .navbar-inner {
    border-radius: 0;
    margin: -20px 0;
  }

  /* line 220, ../../app/assets/stylesheets/marketing.css.sass */
  .carousel .item {
    height: 500px;
  }
  /* line 222, ../../app/assets/stylesheets/marketing.css.sass */
  .carousel img {
    width: auto;
    height: 500px;
  }

  /* line 225, ../../app/assets/stylesheets/marketing.css.sass */
  .featurette {
    height: auto;
    padding: 0;
    text-align: center;
  }

  /* line 230, ../../app/assets/stylesheets/marketing.css.sass */
  .featurette-image.pull-left, .featurette-image.pull-right {
    display: block;
    float: none;
    max-width: 40%;
    margin: 0 auto 20px;
  }
}
@media (max-width: 767px) {
  /* line 237, ../../app/assets/stylesheets/marketing.css.sass */
  .form-container {
    padding-top: 50px;
    max-width: 100%;
    margin: 0 auto 0 auto;
  }

  /* line 241, ../../app/assets/stylesheets/marketing.css.sass */
  .form-signin {
    max-width: 35.5%;
    padding: 19px 29px 29px;
    margin: 0 20px 20px;
  }

  /* line 245, ../../app/assets/stylesheets/marketing.css.sass */
  .navbar-inner {
    margin: -20px;
  }

  /* line 247, ../../app/assets/stylesheets/marketing.css.sass */
  .carousel {
    margin-left: 0;
    margin-right: 0;
  }
  /* line 250, ../../app/assets/stylesheets/marketing.css.sass */
  .carousel .container {
    margin: 0;
  }
  /* line 252, ../../app/assets/stylesheets/marketing.css.sass */
  .carousel .item, .carousel img {
    height: 300px;
  }

  /* line 254, ../../app/assets/stylesheets/marketing.css.sass */
  .carousel-caption {
    width: 65%;
    padding: 0 0;
    margin-top: 100px;
  }
  /* line 258, ../../app/assets/stylesheets/marketing.css.sass */
  .carousel-caption h1 {
    font-size: 30px;
  }
  /* line 260, ../../app/assets/stylesheets/marketing.css.sass */
  .carousel-caption .lead, .carousel-caption .btn {
    font-size: 18px;
  }

  /* line 262, ../../app/assets/stylesheets/marketing.css.sass */
  .marketing .span4 + .span4 {
    margin-top: 40px;
  }

  /* line 264, ../../app/assets/stylesheets/marketing.css.sass */
  .featurette-heading {
    font-size: 30px;
  }

  /* line 266, ../../app/assets/stylesheets/marketing.css.sass */
  .featurette .lead {
    font-size: 18px;
    line-height: 1.5;
  }
}
@media (max-width: 700px) {
  /* line 271, ../../app/assets/stylesheets/marketing.css.sass */
  .form-container {
    padding-top: 50px;
    max-width: 100%;
    margin: 0 auto 0 auto;
  }

  /* line 275, ../../app/assets/stylesheets/marketing.css.sass */
  .form-signin {
    max-width: 90%;
    padding: 19px 29px 29px;
    margin: 0 20px 20px;
  }
}
@media (max-width: 360px) {
  /* line 281, ../../app/assets/stylesheets/marketing.css.sass */
  .form-container {
    padding-top: 50px;
    max-width: 100%;
    margin: 0 auto 0 auto;
  }

  /* line 285, ../../app/assets/stylesheets/marketing.css.sass */
  .form-signin {
    float: left;
    width: 76%;
    padding: 19px 29px 29px;
    margin: 0 5px 20px 5px;
  }

  /* line 290, ../../app/assets/stylesheets/marketing.css.sass */
  .navbar-inner {
    margin: -20px;
  }

  /* line 292, ../../app/assets/stylesheets/marketing.css.sass */
  .carousel {
    margin-left: 0;
    margin-right: 0;
  }
  /* line 295, ../../app/assets/stylesheets/marketing.css.sass */
  .carousel .container {
    margin: 0;
  }
  /* line 297, ../../app/assets/stylesheets/marketing.css.sass */
  .carousel .item, .carousel img {
    height: 300px;
  }

  /* line 299, ../../app/assets/stylesheets/marketing.css.sass */
  .carousel-caption {
    width: 65%;
    padding: 0 0;
    margin-top: 100px;
  }
  /* line 303, ../../app/assets/stylesheets/marketing.css.sass */
  .carousel-caption h1 {
    font-size: 30px;
  }
  /* line 305, ../../app/assets/stylesheets/marketing.css.sass */
  .carousel-caption .lead, .carousel-caption .btn {
    font-size: 18px;
  }

  /* line 307, ../../app/assets/stylesheets/marketing.css.sass */
  .marketing .span4 + .span4 {
    margin-top: 40px;
  }

  /* line 309, ../../app/assets/stylesheets/marketing.css.sass */
  .featurette-heading {
    font-size: 30px;
  }

  /* line 311, ../../app/assets/stylesheets/marketing.css.sass */
  .featurette .lead {
    font-size: 18px;
    line-height: 1.5;
  }
}
