html.intro {
  background:linear-gradient(
      rgba(0,49,87,.86),
      rgba(0,49,87,.86)
    ),url("../media/bg-body-hi.jpg") no-repeat center center fixed;
  background-size: cover;
  /*box-shadow: inset 0 0 0 1000px rgba(0,49,87,.86);*/
}
html.form-pages {
  background:url("../media/bg-body-hi.jpg") no-repeat center center fixed;
  background-size: cover;
}

html.result {
  background:linear-gradient(
      rgba(0,49,87,.86),
      rgba(0,49,87,.86)
    ),url("../media/bg-result.jpg") no-repeat center center fixed;
  background-size: cover;
  /*box-shadow: inset 0 0 0 1000px rgba(0,49,87,.86);*/
}

body {
  margin: 0px;
  padding:0;
  font-family: 'PT Sans', sans-serif;
  background-color:transparent;
}

a {
  transition: all 0.25s ease-in-out;
}

#header {
  background-color: rgba(0,0,0,.4);
  width:100%;
  overflow: hidden;
  padding:17px 0;
  position:absolute;
  top:0;
  left:0;
  z-index:1;
}

#logo{
  background: url("../media/logo.png") no-repeat 0 0;
  width:124px;
  height:42px;
  text-indent: -9999px;
  overflow: hidden;
}

#header .utility {
  padding-top: 10px;
}

#header .utility span {
  color:#fff;
  padding-right: 30px;
  display:inline-block;
}
#header .utility a {
  color:#fff;
}
#header .utility a:hover {
  color:#fff;
  text-decoration: none;
}

#main-content {
  padding:150px 0 50px;
}

#intro {
  background:url("../media/ico-warning.png") no-repeat center 0;
  text-align:center;
  padding:100px 0 0;
}
#intro h1 {
  margin: 0 0 35px;
  padding:0;
  color:#fff;
  font-size:67px;
}
#intro p {
  font-size:34px;
  color:#ffa700;
  margin:0 0 50px;
  line-height:42px;
}
#intro span {
  display: block;
  font-style: italic;
  color:#fff;
  font-size:29px;
  margin-bottom: 20px;
}
#intro .btn.btn-primary {
  display: inline-block;
  background-color:#ffa701;
  border-color: #ffa701;
  font-size:22px;
  margin-bottom: 20px;
  padding: 10px 100px;
}


form#stepFormLeadGen, form#lead {
  display:none;
}

form#stepFormLeadGen {
  position: relative;
  background: #fff;
  border-radius: 10px;
  padding:0;
  text-align: center;
  max-width: 480px;
  min-height:510px;
  margin: 0 auto;
}

fieldset.question {
  position: absolute;
  top:10%;
  left:10%;
  width:80%;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 0s, opacity 2s ease;
  /*display:none;*/
}

fieldset.active-q {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s 0s, opacity 2s ease;
  /*display:block;*/
}

form#stepFormLeadGen h2 {
  color:#8dc63f;
  font-size:21px;
  font-weight: bold;
  margin:0;
  padding:0;
  text-transform: uppercase;
  text-align: left;
}

form#stepFormLeadGen label.control-label {
  font-size:1.5vw;
  text-align: left;
  padding-bottom: 10px;
  min-height: 160px;
  width:100%;
}

form#stepFormLeadGen .radio label {
  text-align: left;
  width:130px;
  font-weight: bold;
  font-size: 18px;
}

@media screen and (max-width: 760px) {
  form#stepFormLeadGen .radio label {
    width:100%;
  }
}


form#stepFormLeadGen .radio label input {
  margin-right: 10px;
}

form#lead {
  background: #e5e5e5;
  border-radius: 10px;
  padding:50px;
  text-align: center;
  max-width:600px;
  margin:0 auto;
}

form#lead h2 {
  color:#00a1fa;
  margin:0;
  padding:0;
}
form#lead p {
  margin:0 0 20px;
  padding:0;
  color:#373737;
}
#lead .legal {
  color:#4d4d4d;
  font-size:11px;
}
#lead .legal a, #lead .legal a:visited {
  color:#ffa701;
  text-decoration: none;
}
#lead .legal a:hover {
  text-decoration: underline;
}

form#lead .btn.btn-primary {
  display: inline-block;
  background-color:#ffa701;
  border-color: #ffa701;
  font-size:22px;
  margin-bottom: 20px;
  padding: 10px 100px;
}

#state-group {
  display:none;
}

ul#progress-list {
  margin:0;
  padding:0;
  list-style: none;
  position:absolute;
  bottom:5%;
  left:0;
  width:100%;
}
ul#progress-list li {
  display: inline-block;
  text-indent: -9999px;
  overflow: hidden;
  width:15px;
  height:15px;
  border-radius: 8px;
  border:1px solid #919191;
  background-color: #919191;
  margin-right:5px;
  transition: all 0.25s ease-in-out;
}
ul#progress-list li.active {
  border:1px solid #8dc63f;
  background-color: #fff;
}

@media screen and (max-width: 760px) {
  #intro h1 {
    font-size:40px;
  }
  #intro p {
    font-size:29px;
    line-height:normal;
  }

  form#lead .btn.btn-primary {
    padding:10px;
  }

  #header .utility {
    padding-top:0;
  }
  #header .utility span, #header .utility a {
    float:right;
    clear:right;
    padding-right: 0;
  }

  form#stepFormLeadGen label.control-label {
    font-size:22px;
    padding-right:10px;
  }
}

.result #main-content {
  padding:150px 0 0;
}

.result #thoughts {
  background: #fff;
  padding:60px 0;
}

.result #thoughts h2 {
  text-align: center;
  font-size: 34px;
  color:#585858;
  margin-bottom: 50px;
}
.result #thoughts .card-block .ico-book {
  background: url('../media/ebook-icon.png') no-repeat 0 0;
  padding:15px 0 15px 60px;
  display: block;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: bold;
  color:#000;
}
.result #thoughts .card-block:hover {
  box-shadow: 0 0 1em #ccc;
}

.result #thoughts .card-block h3 {
  margin-bottom: 40px;
}
.result #thoughts .card-block h3 a {
  color:#00a1fa;
}

.result #thoughts .card-block {
  padding:20px;
  border:1px solid rgba(0,0,0,.125);
  margin-bottom:40px;
}

@media screen and (min-width: 992px) {
  .result #thoughts .card-block {
    min-height:560px;
  }
}

.result footer#score-footer {
  background: #00213c;
}

@media screen and (max-width: 768px) {
  .result footer#score-footer {
    text-align:center;
  }
}

.result footer#score-footer .pre-footer {
  background: #003057;
  padding:30px 0;
}

.result footer#score-footer .pre-footer .main-nav {
  margin-bottom: 20px;
}

.result footer#score-footer .pre-footer .main-nav a {
  color:#fff;
  padding:5px 20px;
  text-transform:uppercase;
}

.result footer#score-footer .pre-footer .social-nav a {
  color:#597d95;
  margin: 0 10px;
}

.result footer#score-footer .post-footer {
  padding:10px 0 25px;
  color:#94b1be;
  font-size:14px;
}
.result footer#score-footer .post-footer .row {
  margin:0;
  padding:0 15px;
}
.footer-copy {
  padding:25px 0;
}
.footer-copy a {
  color: #94b1be;
}
.footer-copy a:hover {
  text-decoration: underline;
}

/*html.intro, html.intro body,
html.form-pages, html.form-pages body {
  height: 100%;
}
html.form-pages #main-content {
  padding-bottom:100px;
}*/

html.intro, html.form-pages {
  min-height: 100%;
  position: relative;
}
html.intro #main-content,
html.form-pages #main-content {
  padding-bottom:100px;
}

footer#footer-form {
  background-color: rgba(0,0,0,.4);
  position: absolute;
  bottom: 0;
  width: 100%;
  color:#fff;
  font-size:16px;
  padding:17px 0;
}

.result h1 {
  font-size: 70px;
  color:#fff;
  margin-bottom: 65px;
}
.result h1 span {
  color:#ffa700;
}

#bar-container {
  margin:0 0 40px;
  color:#fff;
  width:95%;
}
#bar-container .bar {
  margin:0 0 40px;
  color:#fff;
  width:100%;
  min-height: 70px;
  border-radius: 10px;
  background: -webkit-linear-gradient(right, green, yellow, orange, red); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, green, yellow, orange, red); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, green, yellow, orange, red); /* For Fx 3.6 to 15 */
  background: linear-gradient(to right, green, yellow, orange, red); /* Standard syntax (must be last) */
  position: relative;
}
#bar-container .bar .indicator {
  position:absolute;
  top:-5px;
  left:12%;
  height:80px;
  width:10px;
  background-color: #fff;
  box-shadow: 1px 1px 1px #000;
}
#bar-container .bar.low .indicator {
  left:12%;
}
#bar-container .bar.medium .indicator {
  left:35%;
}
#bar-container .bar.high .indicator {
  left:60%;
}
#bar-container .bar.extreme .indicator {
  left:85%;
}
#bar-container span {
  width:24%;
  text-align: center;
  display:inline-block;
}

.result p.caption {
  color:#ffa700;
  font-size: 46px;
  line-height:50px;
}
.result p.disclaimer {
  color:#fff;
  font-size: 18px;
  padding-bottom: 40px;
}

.result p.disclaimer a, .result p.disclaimer a:visited {
  color:#ffa700;
  text-decoration: none;
}
.result p.disclaimer a:hover {
  text-decoration: underline;
}

.result #steps {
  background:#fff;
  border-radius: 10px;
  border:1px solid #00a1fa;
  margin-bottom: 40px;
  padding:15px;
  color:#363636;
  font-size:18px;
}
.result #steps h3 {
  text-align: center;
  font-size: 26px;
  color:#6d6f6b;
  margin:20px 0;
}
.result #steps ul li {
  padding-bottom:20px;
}
.result #steps a {
  color:#00a1fa;
  text-decoration: underline;
}
.result #steps a:hover {
  text-decoration: none;
}

@media screen and (max-width: 480px) {
  .result h1 {
    font-size: 50px;
    margin-bottom: 20px;
  }
  .result p.caption {
    line-height: normal;
    font-size: 30px;
  }
  .result p.disclaimer {
    font-size: 14px;
  }
  #bar-container span {
    font-size:6vw;
    width:23%;
  }

  .result #steps {
    width:90%;
    margin:0 auto 40px;
  }
}

/* Form Validation */
input.error, input.error:focus {
  color:#fff;
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  background-color: rgba(169,68,66,.5);
}
select.error {
  color:#000;
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  background-color: rgba(169,68,66,.5);
}
input.error::placeholder {
  color:#000;
}
label.error {
  color:#a94442;
  font-style: italic;
  font-size: 12px;
  padding: 3px;
  float:left;
}
