/*********************************************
* Layout
*********************************************/
/*
 * Text: #555555
 * Background: #212026
 * CTA: #FF5065
 * Links: #9d9d9d
 */

body {
  background-color: #ffffff;
  color: #555555;
  padding-top: 70px;
  line-height: 1.6em;
  font-family: "Roboto", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", sans-serif;
  line-height: 1.6em;
  font-weight: 100;
  text-transform: none;
  color: #FF5065;
}

h3, h4 {
  margin-top: 25px;
}

p, li, dt, dd {
  line-height: 1.8em;
  font-size: 1.5rem;
}

dt {
  margin-top: 10px;
}

dd {
  margin-left: 20px;
}

a {
  color: #FF5065;
}
  a:hover,
  a:active,
  a:visited {
    color: #FF5065;
  }

.container {
  width: 1000px;
}

/*********************************************
* Components
*********************************************/
button, .button {
  border: 0;
  border-radius: 100px;
  color: #fff !important;
  background: #fb2740;
  text-transform: uppercase;
  padding: 13px 50px;
  outline: 0;
  width: 100%;
}
.button:hover {
  background: #D22431;
  text-decoration: none;
}
.button:active {
  box-shadow: inset 0px 0px 12px 0px rgba(0,0,0,0.50);
  outline: 0;
}

input[type=text],
input[type=email],
input[type=password],
input[type=tel] {
  width: 100%;
  background: transparent;
  padding: 15px 20px;
  border-radius: 100px;
  border: 1px solid #fb2740;
  margin-bottom: 10px;
}
input:focus {
  outline: 0;
  background-color: #151515;
  opacity: 0.8;
}
input:disabled {
  color: #777;
  border-color: #777;
}

/*********************************************
* Header
*********************************************/
.navbar-default {
  border: none;
  border-top: 3px solid #fb2740;
  background-color: #090909;
  padding: 10px 0 22px 0;
}
.navbar-default .navbar-toggle {
  border: none;
}

  .navbar-default .navbar-toggle:focus,
  .navbar-default .navbar-toggle:hover {
    background-color: transparent;
  }

  .navbar-default .navbar-toggle .icon-bar {
    background-color: #EEEEEE;
  }
.navbar-default .navbar-brand {
  margin-top: 3px;
}
.navbar-default .navbar-brand img {
  height: 100%;
  margin-top: 5px;
}

.navbar-default .navbar-brand-logo {
  float: left;
  display: inline-block;
}
.navbar-default .navbar-brand-tagline {
  float: left;
  display: inline-block;
  color: #fff;
  margin-left: 20px;
  border-left: 1px solid #f4f5f6;
  padding: 5px 0 5px 20px;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.page-home .navbar-download-button {
  top: -300px;
  position: relative;
}
.navbar-download-button button {
  margin: 10px 0 0;
  width: 200px;
}

/*********************************************
* Footer
*********************************************/
.footer {
  background: #222;
  margin: 0;
  padding: 50px 0 70px;
  color: #777;
}
.footer-about-logo {
  width: 200px;
  opacity: 0.2;
  display: block;
  margin: 0 0 30px 0;
}
.footer-about-forcerank-link,
.footer-about-forcerank-link:active,
.footer-about-forcerank-link:hover,
.footer-about-forcerank-link:visited {
  color: #fff;
}
.footer p {
  font-size: 1.0em;
}
.footer-about-social {
  margin-top: 20px;
}
.footer-about-social-img {
  width: 40px;
  opacity: 0.5;
}
.footer-about-social-img:hover {
  opacity: 1.0;
}

.footer-links-list {
  text-transform: uppercase;
  margin-top: 50px;
  padding: 0;
  list-style-type: none;
}
.footer-links-list-item {
  padding: 5px 0;
}

.footer-links-list-item a {
  color: #FF5065;
}

.footer-security {
  margin-top: 50px;
}
.footer-security-stripe {
  opacity: 0.7;
  width: 180px;
  display: block;
}
.footer-security-paypal {
  margin-top: 30px;
  width: 130px;
  opacity: 0.6;
  display: block;
}
.footer-disclaimer {
  font-size: 12px;
  margin-top: 50px;
  border-top: 1px solid #393939;
  padding-top: 40px;
  color: #393939;
}

/*********************************************
* HOMEPAGE
*********************************************/
/* HERO ******************************/
.home-hero {
  padding: 0px 0 30px 0;
  text-align: center;
  color: #fff;
  background-color: #090909;
}
.home-hero-content {
  float: right;
}
.home-hero-image {
  position: absolute;
  width: 1000px;
  margin: auto;
  height: 790px;
  top: 0px;
  left: 50%;
  margin-top: -127px;
  margin-left: -758px;
  background: #090909 url('../images/hero_background.png') no-repeat 0px 0px;
  background-size: 950px;
}
.home-hero-logo {
  padding-left: 15px;
  padding-top: 35px;
  width: 150px;
}
.home-hero-headline {
  font-size: 4.20rem;
  line-height: 7.0rem;
  margin-top: 10px;
  padding-bottom: 0px;
  margin-bottom: 15px;
  font-weight: 700;
  color: #fff;
  font-family: "Roboto";
}
.home-hero-tagline {
  margin-top: -10px;
  padding-top: 0;
  font-size: 1.7rem;
  line-height: 3.0rem;
  padding-bottom: 15px;
  color:#fff;
  font-family: "Roboto";
  font-weight: 300;
}
.home-hero-tagline-break {
  display: block;
}
.home-hero-cta-button button{
  text-transform: none;
  margin-bottom: 30px;
}
.home-hero-cta-button button:hover {
  text-decoration: none;
}
.home-hero-cta-links {
  font-size: 1.2rem;
}
.home-hero-cta-text {
  display: block;
  color: #FF5065;
}
.home-hero-cta-text:hover {
  cursor: pointer;
}
.home-hero-app-store-logo {
  margin: 10px auto 35px;
  width: 150px;
  background: #fff;
  border-radius: 5px;
}
.linkTextingWidget {
  display: none;
}
.linkTextingError {
  display:block;
  padding: 15px 0;
}
/* PRESS ******************************/
.home-press {
  background: #fff;
  padding: 12px 0;
  text-align: center;
}
.home-press-title {
  color: #9d9d9d;
  margin-bottom: 10px;
  margin-right: 25px;
  display: inline-block;
}
.home-press-logo {
  display: inline-block;
  text-align: center;
  padding: 0px;
}
.home-press-logo-img {
  height: 75px;
  width: auto;
  opacity: 0.6;
}

/* PRESS ******************************/
.home-steps {
  background: #f4f5f6;
  padding: 50px 0 70px;
  text-align: center;
}
.home-steps-title {
  padding-bottom: 20px;
}
.home-steps-step {
  display: inline-block; 
  float: left;
  width: 20%;
  padding: 10px;
  &:first-child {
    padding-left: 0;
  }
  &:last-child {
    padding-right: 0;
  }
}
.home-steps-step-number {
  color: #9d9d9d;
  font-size: 1.5rem;
  text-transform: uppercase;
}
.home-steps-step-icon i.fa {
  font-size: 5rem;
  margin: 25px 0;
  opacity: 0.5;
}
.home-steps-step-text {
  font-weight: 500;
}
.home-steps-download {
  margin-top: 40px;
}
.home-steps-download button {
  width: 250px;
}

/* SCREENSHOTS ******************************/

.home-screenshots {
  padding: 70px 0 0;
}
.home-screenshots-even {
  background: #f4f5f6;
}
.home-screenshots-image-img {
  height: 640px;
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: 280px auto;
}
  .home-screenshots-image-img-one {
    background-image: url('../images/app_screenshot_01_stocks.png');
  }
  .home-screenshots-image-img-two {
    background-image: url('../images/app_screenshot_02_live.png');
  }
  .home-screenshots-image-img-three {
    background-image: url('../images/app_screenshot_03_consensus.png');
  }
  .home-screenshots-image-img-four {
    background-image: url('../images/app_screenshot_04_categories.png');
  }
.home-screenshots-description-headline {
  margin-bottom: 30px;
  line-height: 1.3em;
  font-size: 3.8rem;
}
  .home-screenshots-one .home-screenshots-description-headline {
    margin-top: 80px;
  }
  .home-screenshots-two .home-screenshots-description-headline {
    margin-top: 130px;
  }
  .home-screenshots-three .home-screenshots-description-headline {
    margin-top: 70px;
  }
  .home-screenshots-four .home-screenshots-description-headline {
    margin-top: 110px;
  }
.home-screenshots-description-headline-highlight {
  font-weight: 500;
}
.home-screenshots-description-headline-break {
  display: block;
}
.home-screenshots-description-copy {
  font-size: 2.0rem;
}
/* WHY FORCERANK ******************************/
.home-why {
  padding: 70px 0 100px;
}
.home-why-title {
  text-align: center;
  margin-bottom: 30px;
}
.home-why-icon {
  font-size: 15.0rem;
  color: #fb2740;
  text-align: center;
  margin: 0 0 40px;
  opacity: 0.2;
}
.home-why-quote {
  font-size: 2.4rem;
  margin: 2.0rem 0;
}
/* CTA ******************************/
.home-cta {
  padding: 40px 0 40px 0;
  text-align: center;
  background: #151515;
}
.home-cta-button {
  width: 100%;
  max-width: 300px;
  text-transform: none !important;
}
.home-cta-subtext {
  color: #fff;
  margin-top: 15px;
  font-size: 0.9em;
}

/*********************************************
* SINGLE CONTAINER TEMPLATE
*********************************************/

.single-hero {
  background: #090909;
  padding: 100px 0 30px;
  color: #fff;
}
.single-hero-divider {
  border: 0;
  border-top: 1px solid #fb2740;
  width: 200px;
  margin: 0;
}
.single-hero-headline {
  padding-top: 10px;
  color: #fff;
  font-size: 50px;
  text-transform: uppercase;
  padding-bottom: 0px;
}

.single-content {
  padding: 50px 0 100px;
}

/*********************************************
* RULES AND FAQ
*********************************************/
.rules-list li {
  padding: 10px 0;
  margin-left: -20px;
}

.rules-faq-separator {
  margin: 50px 0;
  border-color: #dddddd;
}

.faq-table-of-contents {
  margin-top: 25px;
}

  .faq-table-of-contents li {}

.faq-group {
  margin-top: 60px;
}

.faq-entry {
  margin: 50px 0;
}
.faq-table-scoring {
  width: 100%;
  border: 1px solid #ddd;
  margin: 20px 0;
}
.faq-table-scoring th {
  background: #f4f5f6;
}
.faq-table-scoring td,
.faq-table-scoring th{
  border-right: 1px solid #ddd;
  padding: 5px;
  text-align: center;
  border-bottom: 1px solid #ddd;
}
.faq-table-scoring td:nth-child(odd) {
  background: #FBFBFB;
}
.faq-table-scoring td:nth-child(3),
.faq-table-scoring th:nth-child(3) {
  border-left: 5px solid #ddd;
}


/*********************************************
* About
*********************************************/
.about-description {
  padding-top: 10px;
}
.about-contact {
  font-weight: 400;
}
.about-contact-title {
  margin-top: 0;
  padding-top: 0;
}
