@font-face {
  font-family: 'raleway';
  src: url("../fonts/raleway-medium-webfont.eot");
  src: url("../fonts/raleway-medium-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/raleway-medium-webfont.woff") format("woff"), url("../fonts/raleway-medium-webfont.ttf") format("truetype"), url("../fonts/raleway-medium-webfont.svg#league_gothic_italicregular") format("svg");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'raleway';
  src: url("../fonts/raleway-light-webfont.eot");
  src: url("../fonts/raleway-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/raleway-light-webfont.woff") format("woff"), url("../fonts/raleway-light-webfont.ttf") format("truetype"), url("../fonts/raleway-light-webfont.svg#league_gothic_italicregular") format("svg");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'League Gothic';
  src: url("../fonts/leaguegothic-italic-webfont.eot");
  src: url("../fonts/leaguegothic-italic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/leaguegothic-italic-webfont.woff") format("woff"), url("../fonts/leaguegothic-italic-webfont.ttf") format("truetype"), url("../fonts/leaguegothic-italic-webfont.svg#league_gothic_italicregular") format("svg");
  font-weight: normal;
  font-style: italic; }

/* Italic */
@font-face {
  font-family: 'League Gothic';
  src: url("../fonts/leaguegothic-regular-webfont.eot");
  src: url("../fonts/leaguegothic-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/leaguegothic-regular-webfont.woff") format("woff"), url("../fonts/leaguegothic-regular-webfont.ttf") format("truetype"), url("../fonts/leaguegothic-regular-webfont.svg#league_gothicregular") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Condensed */
@font-face {
  font-family: 'League Gothic Condensed';
  src: url("../fonts/leaguegothic-condensed-regular-webfont.eot");
  src: url("../fonts/leaguegothic-condensed-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/leaguegothic-condensed-regular-webfont.woff") format("woff"), url("../fonts/leaguegothic-condensed-regular-webfont.ttf") format("truetype"), url("../fonts/leaguegothic-condensed-regular-webfont.svg#league_gothic_condensed-Rg") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Condensed Italic */
@font-face {
  font-family: 'League Gothic Condensed';
  src: url("../fonts/leaguegothic-condensed-italic-webfont.eot");
  src: url("../fonts/leaguegothic-condensed-italic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/leaguegothic-condensed-italic-webfont.woff") format("woff"), url("../fonts/leaguegothic-condensed-italic-webfont.ttf") format("truetype"), url("../fonts/leaguegothic-condensed-italic-webfont.svg#league_gothic_condensed_itaRg") format("svg");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: "icons";
  src: url("../fonts/icons.eot?0331ea483a70fe30c090e5211c80fe35");
  src: url("../fonts/icons.eot?#iefix") format("embedded-opentype"), url("../fonts/icons.woff?0331ea483a70fe30c090e5211c80fe35") format("woff"), url("../fonts/icons.ttf?0331ea483a70fe30c090e5211c80fe35") format("truetype");
  font-weight: normal;
  font-style: normal; }

.icon {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon_age:before {
  content: "\f101"; }

.icon_arrow:before {
  content: "\f102"; }

.icon_back:before {
  content: "\f103"; }

.icon_chevron-down:before {
  content: "\f104"; }

.icon_chevron-up:before {
  content: "\f105"; }

.icon_edit:before {
  content: "\f106"; }

.icon_hobby:before {
  content: "\f107"; }

.icon_next:before {
  content: "\f108"; }

.icon_salary:before {
  content: "\f109"; }

.icon_smile:before {
  content: "\f10a"; }

.icon_tooltip:before {
  content: "\f10b"; }

.icon_x:before {
  content: "\f10c"; }

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

#interactive {
  bbackground: url(ss2.jpg) no-repeat top left;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden; }

.header {
  display: block;
  position: relative;
  width: 100%;
  height: 50px;
  border-bottom: 2px solid #fff;
  background: #408800;
  z-index: 100; }

.header .logo {
  display: block;
  float: left;
  width: 124px;
  height: 36px;
  margin: 3px 0 0 28px;
  background: url(logo.png) center center no-repeat; }

.header .mobile-nav {
  display: block;
  margin: 0; }

.btn-disclose {
  border-left: 1px solid #5c9637;
  display: block;
  float: right;
  min-width: 50px;
  padding: 18px 12px 17px;
  cursor: pointer;
  text-decoration: none;
  color: #fff;
  letter-spacing: 0.04em; }

.disclosure {
  position: fixed;
  top: -100%;
  width: 100%;
  height: 100%;
  max-width: 1200px;
  margin: 0 auto;
  font-size: 12px;
  background: #fff;
  z-index: 100;
  overflow: auto;
  font-family: Arial, sans-serif;
  transition: top 0.3s ease-in-out 0s;
  -webkit-transition: top 0.3s ease-in-out 0s;
  -moz-transition: top 0.3s ease-in-out 0s;
  -o-transition: top 0.3s ease-in-out 0s; }

.disclosure h3 {
  font-size: 18px; }

.disclosure p, .disclosure li {
  margin: 12px 15px 10px; }

.disclosure .btn-close {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #fff;
  background: #666;
  padding: 5px 10px;
  font-size: 14px;
  cursor: pointer; }

.bg-img {
  position: absolute;
  right: 4%;
  top: 12%;
  bottom: 0;
  width: 46%;
  max-width: 479px;
  opacity: 0;
  filter: alpha(opacity=0);
  background: url(bg_piggy_bank.gif) no-repeat right top;
  background-size: 100% auto;
  transition: all 0.3s 0s ease-in-out;
  -webkit-transition: all 0.3s 0s ease-in-out;
  -moz-transition: all 0.3s 0s ease-in-out; }

.page1, .page2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  bbackground: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
  overflow: hidden;
  transition: all 0.3s 0s ease-in-out;
  -webkit-transition: all 0.3s 0s ease-in-out;
  -moz-transition: all 0.3s 0s ease-in-out; }

.page1.show, .page2.show, .bg-img.show {
  opacity: 1;
  filter: alpha(opacity=100); }

.levers {
  position: relative;
  width: 98%;
  min-height: 70px;
  margin: 0 1%;
  z-index: 15;
  border-top: 1px solid #ccc; }

.levers.alt {
  border-top: none; }

.levers .btn-prev, .levers .btn-next {
  display: none;
  position: absolute;
  width: 22px;
  top: 0;
  padding-top: 55%;
  right: -1px;
  z-index: 2;
  background: #fff url(btn_question_next.gif) no-repeat center center;
  background-size: 70% auto; }

.levers .btn-prev {
  left: -1px;
  background: #fff url(btn_question_prev.gif) no-repeat center center;
  background-size: 70% auto; }

.questions {
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0); }

.question {
  display: block;
  position: relative;
  margin: -20px 0 0 0;
  padding-bottom: 24px;
  border-bottom: 1px solid #ccc;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.3s 0s ease-in-out;
  -webkit-transition: all 0.3s 0s ease-in-out;
  -moz-transition: all 0.3s 0s ease-in-out; }

.questions.show .question {
  opacity: 1;
  filter: alpha(opacity=100);
  margin: 0; }

.questions.show.hide .question {
  opacity: 0;
  filter: alpha(opacity=0);
  height: 0 !important; }

.question.one {
  background: #fff url(icon_age.png) no-repeat 6px 8px; }

.question.two {
  background: #fff url(icon_retire_age.png) no-repeat 5px 17px;
  transition-delay: 0.1s; }

.question.three {
  background: #fff url(icon_leisure.png) no-repeat 5px 22px;
  transition-delay: 0.2s; }

.questions.show.hide .question.one {
  transition-delay: 0.1s; }

.questions.show.hide .question.two {
  transition-delay: 0.05s; }

.questions.show.hide .question.three {
  transition-delay: 0s; }

.levers.alt .question {
  width: 30%;
  height: 90px !important;
  float: left;
  margin: 0 1.2% 0 0.8%;
  border: 1px solid #ccc;
  overflow: hidden;
  cursor: pointer; }

.levers.alt .question.one {
  background-position: 17px 23px; }

.levers.alt .question.two {
  background-position: 8px 11px; }

.levers.alt .question.three {
  background-position: 11px 12px; }

.question .btn-close {
  display: none; }

.question .current-val {
  display: none;
  font-size: 24px;
  padding: 0 5% 0 86px;
  color: #82c342; }

.question p {
  width: 54%;
  font-size: 24px;
  margin: 0 4% 0 9.2%;
  padding-top: 2.3%;
  line-height: 1.3; }

.levers.alt .question p {
  display: block;
  width: 60%;
  margin: 0 0 0 110px;
  font-size: 14px; }

.question h3 {
  display: none; }

.question .slider {
  position: absolute;
  width: 33%;
  right: 0;
  top: 0; }

.levers.alt .question .slider {
  top: 2em;
  left: 110px;
  width: 63%; }

.question .slider .bg {
  position: absolute;
  margin-top: 30px;
  left: 0;
  width: 87%;
  height: 6px;
  background: #999;
  border: none;
  cursor: pointer;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px; }

.levers.alt .question .slider .bg {
  width: 93%; }

.levers.alt .question .slider.lifestyle .bg {
  margin-top: 30px; }

.question .slider.age .bg {
  margin-top: 25px; }

.question .slider.lifestyle .bg {
  margin-top: 30px; }

.question .slider .bg .bar {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 6px;
  background: #82c342;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px; }

.question .slider .bg .tick {
  position: absolute;
  top: 23px;
  margin-left: -8px;
  font-size: 14px;
  color: #666; }

.question .slider.lifestyle .bg .tick {
  width: 55px;
  margin-left: -28px;
  text-align: center; }

.question .slider .bg .marker {
  position: absolute;
  bottom: -25px;
  left: 0;
  width: 43px;
  height: 43px;
  margin: 0 0 5px -22px;
  padding: 0;
  cursor: url(openhand.cur), move;
  background: url(bg_slider_pointer.png) center center no-repeat;
  border: none; }

.question .slider .bg .marker.grabbing {
  cursor: url(closedhand.cur), move; }

.question .slider .bg .marker .lbl {
  display: none;
  position: absolute;
  top: -22px;
  width: 100%;
  text-align: center;
  white-space: nowrap;
  height: 20px;
  font-size: 19px;
  font-weight: bold;
  color: #408800;
  border: none; }

.question .slider .bg .marker.grabbing .lbl {
  display: block; }

.question .slider .bg .marker span {
  display: block;
  margin: 26% 0 0;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #fff; }

.question .btn-less, .question .btn-more {
  position: relative;
  top: 1px;
  display: inline-block;
  width: 15%;
  height: 35px;
  cursor: pointer;
  margin: 0 0 0 2%;
  padding-top: 5px;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  background: #bbb; }

.question .btn-less.on, .question .btn-more.on {
  background: #777; }

.levers.alt .question:hover, .levers.alt .question.on {
  overflow: visible; }

.question .hover {
  position: relative;
  width: 50%;
  clear: both;
  margin: 0% 4% -.9% 9.2%;
  font: italic 300 18px 'Open Sans', sans-serif;
  letter-spacing: 0.02em;
  line-height: 1.7; }

.levers.alt .question .hover, .levers.alt .question.on .hover {
  display: block;
  opacity: 0;
  position: absolute;
  bottom: 108%;
  left: -1000%;
  width: 94%;
  margin: 0 0 0 2%;
  padding: 1% 1% 3%;
  font: italic 300 18px "Open Sans";
  text-align: center;
  color: #666;
  background: #fff;
  border: 1px solid #ddd;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(102, 102, 102, 0.5);
  -moz-box-shadow: 0px 0px 10px 0px rgba(102, 102, 102, 0.5);
  box-shadow: 0px 0px 10px 0px rgba(102, 102, 102, 0.5);
  transition: opacity 0.3s 0s ease-in;
  -webkit-transition: opacity 0.3s 0s ease-in;
  -moz-transition: opacity 0.3s 0s ease-in; }

.levers.alt .question:hover .hover {
  left: 0;
  opacity: 1; }

.question .hover .tail {
  display: none;
  position: absolute;
  bottom: -11px;
  left: 45%;
  width: 19px;
  height: 12px;
  background: url(bg_hover_tail.png) no-repeat center center;
  background-size: 100% auto; }

.levers.alt .question .hover .tail {
  display: block; }

.btn-results {
  clear: left;
  display: block;
  width: 30%;
  margin: 2% auto 4%;
  padding: 0.5% 0;
  text-align: center;
  font: 30px 'Open Sans', sans-serif;
  color: #fff;
  cursor: pointer;
  background: #82c342;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.3s 0.3s ease-in-out;
  -webkit-transition: all 0.3s 0.3s ease-in-out;
  -moz-transition: all 0.3s 0.3s ease-in-out; }

.btn-results.show {
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100); }

.btn-results.off {
  display: none; }

.graph {
  position: absolute;
  left: 2%;
  top: 24%;
  right: 5.5%;
  bottom: 8%;
  font-size: 14px;
  color: #333; }

.graph .tick-lbl {
  position: absolute;
  left: 2.5%;
  bottom: -28px; }

.graph .tick {
  position: absolute;
  left: 2.5%;
  right: 0;
  height: 0;
  border-top: 1px solid #aaa9a9; }

.graph .tick span {
  display: block;
  width: 2%;
  text-align: right;
  margin: -10px 0 0 -2.8%; }

.graph .bar {
  position: absolute;
  bottom: 0;
  width: 6%;
  margin-left: 11%;
  height: 1px;
  z-index: 2;
  background: #77E617;
  opacity: 1;
  filter: alpha(opacity=100);
  transition: all 0.3s 0s ease-in-out;
  -webkit-transition: all 0.3s 0s ease-in-out;
  -moz-transition: all 0.3s 0s ease-in-out; }

.graph .bar:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 20px solid #77E617;
  border-right: 55px solid transparent;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  transition: all 0.3s 0s ease-in-out;
  -webkit-transition: all 0.3s 0s ease-in-out;
  -moz-transition: all 0.3s 0s ease-in-out; }
  @media (max-width: 1000px) {
    .graph .bar:after {
      display: none; } }

.graph .bar:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-right: 30px solid #888;
  border-bottom: 22px solid transparent;
  position: absolute;
  left: -30px;
  bottom: -20px; }
  @media (max-width: 1000px) {
    .graph .bar:before {
      display: none; } }

.graph .bar:hover:after {
  border-top: 20px solid #82c342; }

.graph .bar.off {
  opacity: 0;
  filter: alpha(opacity=0); }

.graph .bar .lbl {
  position: absolute;
  bottom: -48px;
  padding-top: 28px;
  width: 100%;
  text-align: center; }

.graph .bar .lbl:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-left: 54px solid rgba(0, 0, 0, 0.2);
  border-bottom: 20px solid transparent;
  position: absolute;
  right: 0px;
  bottom: 23px;
  z-index: -999; }
  @media (max-width: 1024px) {
    .graph .bar .lbl:after {
      display: none; } }

.graph .bar .lbl:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-right: 30px solid rgba(0, 0, 0, 0.2);
  border-bottom: 20px solid transparent;
  position: absolute;
  left: -30px;
  bottom: 23px;
  z-index: -999; }
  @media (max-width: 1024px) {
    .graph .bar .lbl:before {
      display: none; } }

.graph .bar .hover {
  position: absolute;
  top: -65px;
  left: 0;
  right: 0;
  height: 55px;
  background: #fff;
  display: none; }

.graph .bar.on .hover {
  display: block; }

.graph .bar .hover span {
  display: block;
  text-align: center;
  color: #333;
  font-size: 34px;
  padding-top: 10px;
  font-family: "League Gothic", "Raleway", "Montserrat", sans-serif; }

.graph .bar .hover .tail {
  width: 0;
  height: 0;
  border-left: 27px solid transparent;
  border-right: 27px solid transparent;
  border-top: 14px solid #fff;
  bottom: -14px;
  position: absolute; }
  @media (max-width: 1000px) {
    .graph .bar .hover .tail {
      border-left: 8px solid transparent;
      border-right: 8px solid transparent;
      border-top: 6px solid #fff;
      bottom: -6px;
      right: 0;
      left: 0;
      margin: 0 auto; } }

.graph .bar:hover {
  background: #82c342; }

.graph .bar:hover .hover {
  display: block; }

.cta {
  display: none;
  position: relative;
  left: -1.5%;
  right: -1.5%; }

.cta.on {
  display: block; }

.cta .arrow {
  display: block;
  position: absolute;
  float: left;
  top: -14px;
  width: 32%;
  max-width: 333px;
  left: -32%;
  z-index: 10;
  background: url(logo_fidelity_arrow.png) no-repeat right top;
  background-size: 100% auto;
  transition: all 0.3s 0.4s ease-in-out;
  -webkit-transition: all 0.3s 0.4s ease-in-out;
  -moz-transition: all 0.3s 0.4s ease-in-out; }

.cta.show .arrow {
  left: 0; }

.cta .arrow span {
  margin: 9% 13% 12%;
  font-size: 30px;
  display: block;
  letter-spacing: 0.01em;
  color: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: opacity,filter 0.3s 0.7s ease-in-out;
  -webkit-transition: opacity,filter 0.3s 0.7s ease-in-out;
  -moz-transition: opacity,filter 0.3s 0.7s ease-in-out; }

.cta .info {
  display: block;
  background: #ebebeb;
  opacity: 0;
  filter: alpha(opacity=0);
  margin-top: 16px;
  margin-bottom: 40px;
  z-index: 1;
  transition: all 0.3s 0.9s ease-in;
  -webkit-transition: all 0.3s 0.9s ease-in;
  -moz-transition: all 0.3s 0.9s ease-in; }

.cta.show.done .arrow, .cta.show.done .info {
  transition: none;
  -webkit-transition: none;
  -moz-transition: none; }

.cta .info p {
  font-size: 17px;
  margin: 0 3% 0 350px;
  padding: 10px 0;
  line-height: 1.3;
  opacity: 0; }

.cta.show .arrow span, .cta.show .info, .cta.show .info p {
  opacity: 1;
  filter: alpha(opacity=100); }

.cta .info a {
  text-decoration: none;
  color: #0f57c2; }

.cta .info a:hover {
  text-decoration: underline; }

.q-nav {
  display: none; }

.footer {
  height: 4em;
  background: #333;
  color: #fff; }

.footer p {
  margin: 0 3%;
  padding-top: 10px; }

.graph-container {
  margin: 30px auto 0;
  width: 980px;
  position: relative;
  height: 620px;
  margin-bottom: 30px;
  background: #eee; }
  @media (max-width: 1000px) {
    .graph-container {
      width: 100%; } }
  .graph-container .graph {
    left: 4%;
    top: 65px;
    right: 4%;
    bottom: 135px; }
    @media (max-width: 768px) {
      .graph-container .graph {
        left: 0%;
        top: 90px;
        right: 0%;
        bottom: 210px; } }
  .graph-container .more-than-55 {
    width: 100%;
    height: auto; }
  .graph-container.more {
    height: auto; }
  .graph-container h3 {
    font-size: 60px !important;
    font-family: "League Gothic", "Raleway", "Montserrat", sans-serif;
    color: #333;
    margin: 0 auto;
    line-height: 1.4;
    margin-top: 18px;
    float: left;
    width: 100%; }
    .graph-container h3.chartdes {
      margin-top: 500px; }
  .graph-container p {
    font-size: 17px;
    color: #333;
    font-weight: 100;
    margin: 0 10px; }
    .graph-container p.chartdes {
      margin-top: 10px;
      font-size: 16px;
      line-height: 30px;
      position: absolute;
      bottom: 18px; }
      @media (max-width: 1000px) {
        .graph-container p.chartdes {
          font-size: 14px; } }
    .graph-container p span.bbg {
      font-family: "League Gothic", "Raleway", "Montserrat", sans-serif;
      font-size: 30px;
      line-height: 0px;
      position: relative; }
      .graph-container p span.bbg:after {
        content: "";
        background: #77E617;
        height: 4px;
        width: 100%;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0; }
      .graph-container p span.bbg.blue:after {
        background: #084cb3; }
  .graph-container .bg {
    position: absolute;
    background: #eee;
    top: 0;
    bottom: 0;
    right: -100%;
    left: -100%;
    z-index: -1; }

*,
*:before,
*:after {
  box-sizing: border-box;
  -moz-box-sizing: border-box; }

html,
body {
  border: 0;
  margin: 0;
  padding: 0; }

html {
  background: #fff url(../img/posa-bg.jpg) center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  overflow-x: hidden; }
  @media (max-width: 768px) {
    html {
      background-size: contain; } }

body {
  font-family: "Raleway", "Montserrat", sans-serif;
  letter-spacing: 0.05em;
  font-weight: 400;
  font-size: 16px;
  color: #707070;
  text-align: center;
  overflow-x: hidden;
  position: relative; }
  @media only screen and (min-width: 1024px) {
    body {
      font-size: 18px; } }
  @media (max-width: 1024px) {
    body {
      overflow-x: hidden; } }
  @media (max-width: 600px) {
    body {
      font-size: 10px; } }

p {
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5 {
  font-family: "Raleway", "Montserrat", sans-serif;
  font-weight: 300;
  color: #8c8c8c;
  text-align: center;
  line-height: 1.5; }
  h1 strong,
  h2 strong,
  h3 strong,
  h4 strong,
  h5 strong {
    color: #333333;
    display: block;
    text-transform: uppercase;
    font-weight: 500; }
  h1 .light,
  h2 .light,
  h3 .light,
  h4 .light,
  h5 .light {
    font-weight: 300; }

.nobr {
  white-space: nowrap; }

hr {
  border: 0;
  border-bottom: solid 2px #c6c6c6;
  max-width: 600px;
  margin: 2em auto; }

textarea, input {
  outline: none;
  -webkit-appearance: none;
  border-radius: 0; }

h1, h1 input {
  font-size: 23px;
  background: 0;
  border: 0;
  text-align: center; }
  @media only screen and (min-width: 1024px) {
    h1, h1 input {
      font-size: 44px;
      z-index: 2;
      position: relative; } }

.fra h1 {
  font-weight: 500; }

.fra p {
  font-weight: 300;
  font-size: 23px; }
  .fra p a, .fra p .phone {
    font-family: "League Gothic", "Raleway", "Montserrat", sans-serif;
    color: #333333;
    text-decoration: none;
    border-bottom: solid 3px #77e617; }

@media only screen and (min-width: 1024px) {
  .fra h1 {
    font-size: 44px;
    font-weight: 500;
    line-height: 1; }
  .fra h2 {
    font-size: 36px;
    line-height: 1; }
  .fra p {
    font-size: 40px;
    font-weight: 300;
    line-height: 1; } }

h1.intro {
  font-family: "League Gothic", "Raleway", "Montserrat", sans-serif;
  font-size: 5em;
  color: #4a4a4a;
  text-transform: uppercase;
  line-height: 1;
  padding-bottom: 0.25em;
  margin-top: 1.125em;
  margin-bottom: 0; }
  @media (max-width: 1024px) {
    h1.intro {
      margin-top: 80px; } }
  @media (max-width: 1024px) {
    h1.intro--2 {
      margin-top: 70px; } }
  h1.intro--6 {
    line-height: 1;
    margin-bottom: 80px; }
  h1.intro .intro__green {
    color: #77E617; }
  h1.intro--3 {
    font-size: 60px;
    float: left;
    width: 100%;
    margin-top: 0; }

p.description {
  color: #5a5a5a;
  margin-top: 1.875em;
  font-weight: 100;
  font-size: 1.5em;
  line-height: 1.3 !important; }
  @media (max-width: 768px) {
    p.description {
      font-weight: normal;
      letter-spacing: 0; } }

h1 input {
  font-size: 32px; }
  @media only screen and (min-width: 1024px) {
    h1 input {
      font-size: 60px; } }

h2 {
  clear: left; }

ul {
  margin-bottom: 20px; }

a {
  color: #408800; }
  a:active, a:hover {
    color: #024a7a; }

input.custom {
  display: inline;
  color: #333;
  outline: none;
  border-radius: 0; }

::-webkit-input-placeholder,
:-moz-placeholder,
::-moz-placeholder,
:-ms-input-placeholder {
  color: #e0e0e0; }

*::-webkit-input-placeholder {
  color: #e0e0e0; }

input[type=number] {
  -moz-appearance: textfield; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0; }

input[type='date'] {
  width: 100%;
  padding: 5px;
  font-size: 18px;
  font-family: "Raleway", "Montserrat", sans-serif;
  border: solid 1px #024a7a;
  width: 300px;
  max-width: 100%;
  margin-bottom: 40px; }
  @media only screen and (min-width: 1024px) {
    input[type='date'] {
      width: auto; } }

input::-webkit-calendar-picker-indicator {
  display: none; }

label {
  display: block;
  color: #024a7a;
  text-transform: uppercase;
  margin-bottom: 30px; }

.nav {
  font-size: 15px;
  text-transform: uppercase; }
  .nav li > input {
    text-transform: uppercase;
    font-family: "League Gothic", "Raleway", "Montserrat", sans-serif;
    background: transparent;
    border: 0;
    font-size: 32px;
    width: 165px;
    border-bottom: solid 3px #77e617;
    margin-bottom: 30px;
    color: #fff;
    text-align: left; }
  @media only screen and (min-width: 1024px) {
    .nav {
      font-size: 18px; }
      .nav li > input {
        color: #333; } }

button {
  border: 0;
  font-size: 14px;
  font-family: "Raleway", "Montserrat", sans-serif;
  text-transform: uppercase; }

*[data-shadow]:after {
  content: attr(data-shadow);
  display: block;
  transform: rotateX(75deg) skewX(170deg);
  position: absolute;
  bottom: .07em;
  left: .075em;
  line-height: .5;
  color: transparent;
  z-index: -1;
  text-shadow: 0px 0px 9px rgba(0, 0, 0, 0.2);
  transform-origin: top bottom;
  perspective-origin: bottom left; }

sup {
  position: relative;
  display: inline-block;
  font-size: .5em; }

sup[data-shadow]:after {
  top: auto;
  bottom: -.5em;
  left: .75em;
  font-size: .5em;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3); }

:focus::-webkit-input-placeholder {
  color: transparent; }

input[edit-inline], h1 > input {
  border-bottom: solid 3px #77e617;
  margin-left: .25em;
  margin-right: .25em;
  padding-left: .1em;
  padding-right: .1em;
  color: #333333;
  text-transform: uppercase;
  font-family: "League Gothic", "Raleway", "Montserrat", sans-serif;
  font-weight: normal;
  min-width: 1em; }

input:-ms-input-placeholder, input.placeholdersjs {
  color: #e0e0e0 !important; }

@media only screen and (max-width: 1023px) {
  input.hobby, input.name {
    display: block;
    margin: 0 auto;
    width: 4em; } }

input.block {
  display: block;
  margin: 0 auto;
  width: 4em; }

.currentPercent {
  color: #333;
  font-family: "League Gothic", "Raleway", "Montserrat", sans-serif;
  font-size: 16px; }
  @media only screen and (min-width: 1024px) {
    .currentPercent {
      font-size: 20px; } }

.group:after {
  content: "";
  display: table;
  clear: both; }

.line {
  background: #77e617;
  width: 140px;
  height: 4px;
  margin: 5px auto 0; }

.app-view {
  padding-right: 0 !important;
  padding-left: 0 !important;
  width: 980px;
  margin: 0 auto; }
  @media (max-width: 1024px) {
    .app-view {
      width: 100%; } }

.man {
  background: url(../img/man.png) no-repeat center;
  height: 102px;
  margin: 0 auto;
  float: right;
  width: 47%;
  margin-top: 30px; }
  @media (max-width: 1024px) {
    .man {
      width: 30%;
      background-size: contain; } }
  @media (max-width: 768px) {
    .man {
      position: absolute;
      top: -150px;
      width: 100%; } }

.man2 {
  background: url(../img/man2.png) no-repeat center;
  width: 100%;
  height: 107px;
  margin: 80px auto 0;
  background-size: contain; }

.man3, .man4, .man5 {
  background: url(../img/man3.png) no-repeat center;
  width: 100%;
  height: 210px;
  margin: 0 auto 30px;
  background-size: contain; }

.man4 {
  background-image: url(../img/man4.png); }

.man5 {
  background-image: url(../img/man5.png); }

.items {
  margin: 0 auto 1em;
  overflow: hidden; }

.left {
  width: 26.5%;
  float: left;
  padding-bottom: 5px; }
  .left h3 {
    font-size: 36px;
    color: #000;
    padding: 0 20px;
    line-height: 1.1;
    margin-top: 0; }
  @media (max-width: 1024px) {
    .left {
      width: 35%; } }
  @media (max-width: 768px) {
    .left {
      width: 50%; } }

.right {
  width: 26.5%;
  float: right;
  padding-bottom: 5px; }
  .right h3 {
    font-size: 36px;
    color: #000;
    padding: 0 60px;
    line-height: 1.1;
    margin-top: 0; }
  @media (max-width: 1024px) {
    .right {
      width: 35%; } }
  @media (max-width: 768px) {
    .right {
      width: 50%; } }

h1.title {
  font-size: 2.25em;
  color: #5a5a5a;
  margin-top: 0.5em;
  line-height: 1.3; }
  @media (max-width: 1024px) {
    h1.title {
      margin: 0; } }
  @media (max-width: 600px) {
    h1.title {
      margin: 0.5em 0 0 0; } }

.indicator {
  height: 15px;
  width: 300px;
  margin: 0 auto;
  position: relative;
  top: 20px;
  right: 0;
  left: 0;
  text-align: center; }
  @media (max-width: 1024px) {
    .indicator {
      top: -20px; } }
  @media (max-width: 800px) {
    .indicator {
      top: 0; } }
  .indicator:after {
    content: "";
    width: 28px;
    background: #737373;
    height: 1px;
    position: absolute;
    right: 22px;
    top: 9px; }
    @media (max-width: 400px) {
      .indicator:after {
        width: 18px;
        right: 47px;
        top: 7px; } }
  .indicator:before {
    content: "";
    width: 28px;
    background: #737373;
    height: 1px;
    position: absolute;
    left: 22px;
    top: 9px; }
    @media (max-width: 400px) {
      .indicator:before {
        width: 18px;
        left: 47px;
        top: 7px; } }
  @media (max-width: 768px) {
    .indicator {
      margin-top: 30px; } }

.step1, .step2, .step3, .step4, .step5, .step6 {
  height: 15px;
  background: transparent;
  width: 15px;
  display: inline-block;
  border: 3px solid #737373;
  border-radius: 50%;
  margin: 0 21px;
  position: relative; }
  .step1 span.super, .step2 span.super, .step3 span.super, .step4 span.super, .step5 span.super, .step6 span.super {
    display: none;
    font-size: 12px;
    position: absolute;
    top: 18px;
    text-align: center;
    width: 100px;
    left: -44px; }
  .step1.checked, .step2.checked, .step3.checked, .step4.checked, .step5.checked, .step6.checked {
    background: #77E617 !important;
    border: 3px solid #77E617; }
    .step1.checked span.super, .step2.checked span.super, .step3.checked span.super, .step4.checked span.super, .step5.checked span.super, .step6.checked span.super {
      display: block; }
  @media (max-width: 400px) {
    .step1, .step2, .step3, .step4, .step5, .step6 {
      margin: 0 16px; } }

.step1 {
  margin-left: 0; }

.step6 {
  margin-right: 0; }

.step5 {
  position: relative; }
  .step5:after {
    content: "";
    width: 28px;
    background: #737373;
    height: 1px;
    position: absolute;
    right: 19px;
    top: 4px; }
    @media (max-width: 400px) {
      .step5:after {
        width: 18px; } }

.step3 {
  position: relative; }
  .step3:after {
    content: "";
    width: 28px;
    background: #737373;
    height: 1px;
    position: absolute;
    right: 19px;
    top: 4px; }
    @media (max-width: 400px) {
      .step3:after {
        width: 18px; } }
  .step3:before {
    content: "";
    width: 28px;
    background: #737373;
    height: 1px;
    position: absolute;
    left: 19px;
    top: 4px; }
    @media (max-width: 400px) {
      .step3:before {
        width: 18px; } }

.input1, .input2, .input3, .input4 {
  width: 24%;
  float: left;
  margin: 0 0.5%;
  box-shadow: #e0e0e0 0 0 15px;
  height: 300px;
  background: #fff; }
  @media (max-width: 750px) {
    .input1, .input2, .input3, .input4 {
      width: 100% !important; } }
  .input1 h3, .input2 h3, .input3 h3, .input4 h3 {
    font-size: 25px !important; }
    @media (max-width: 1024px) {
      .input1 h3, .input2 h3, .input3 h3, .input4 h3 {
        font-size: 18px !important; } }
  .input1.howdoi, .input2.howdoi, .input3.howdoi, .input4.howdoi {
    width: 100%;
    height: auto;
    padding: 1.5em;
    display: flex;
    align-items: center; }
    .input1.howdoi img, .input2.howdoi img, .input3.howdoi img, .input4.howdoi img {
      width: 135px;
      margin: 0 20px; }
    .input1.howdoi h4, .input2.howdoi h4, .input3.howdoi h4, .input4.howdoi h4 {
      font-family: "League Gothic", "Raleway", "Montserrat", sans-serif;
      font-size: 2.2em;
      line-height: 1em;
      text-align: left;
      color: #4a4a4a;
      text-transform: uppercase; }
      @media (max-width: 768px) {
        .input1.howdoi h4, .input2.howdoi h4, .input3.howdoi h4, .input4.howdoi h4 {
          text-align: center; } }
    .input1.howdoi p, .input2.howdoi p, .input3.howdoi p, .input4.howdoi p {
      text-align: left;
      font-weight: 300; }
      @media (max-width: 768px) {
        .input1.howdoi p, .input2.howdoi p, .input3.howdoi p, .input4.howdoi p {
          text-align: center; } }
    .input1.howdoi a, .input2.howdoi a, .input3.howdoi a, .input4.howdoi a {
      border: 2px solid #77e617;
      text-decoration: none;
      color: #000;
      display: block;
      font-size: 18px;
      padding: 0.75em;
      text-transform: uppercase;
      margin: 0 auto;
      line-height: 1em;
      transition: all 300ms;
      flex-basis: 550px; }
      @media (max-width: 768px) {
        .input1.howdoi a, .input2.howdoi a, .input3.howdoi a, .input4.howdoi a {
          flex-basis: auto; } }
      .input1.howdoi a:hover, .input2.howdoi a:hover, .input3.howdoi a:hover, .input4.howdoi a:hover {
        background: #333;
        color: #fff; }
    @media (max-width: 768px) {
      .input1.howdoi .copy, .input2.howdoi .copy, .input3.howdoi .copy, .input4.howdoi .copy {
        margin: 1em 0; } }
    @media (max-width: 768px) {
      .input1.howdoi, .input2.howdoi, .input3.howdoi, .input4.howdoi {
        flex-direction: column; } }

.incomedes {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.3; }

.income2 {
  margin-top: 0;
  font-size: 24px;
  font-weight: 100;
  width: 55%;
  line-height: 1.3 !important; }
  @media (max-width: 1000px) {
    .income2 {
      width: 90%;
      font-size: 18px; } }

.bold {
  font-weight: 400; }

.icons {
  display: block;
  margin: 15px auto 0; }

.income h3 {
  font-size: 33px;
  font-weight: 100;
  margin-bottom: 0; }

.income h1.title, .income-start h1.title {
  border-bottom: 2px solid #c7c7c7;
  padding-bottom: 45px;
  margin: 120px 120px 50px; }
  @media (max-width: 768px) {
    .income h1.title, .income-start h1.title {
      margin: 50px 10px 50px; } }

.income input, .income-start input {
  height: 70px;
  border: 0;
  border-bottom: 4px solid #77e617;
  width: inherit;
  font-size: 48px;
  color: #5a5a5a;
  font-family: "League Gothic", "Raleway", "Montserrat", sans-serif;
  text-align: center; }
  .income input::-webkit-input-placeholder, .income-start input::-webkit-input-placeholder {
    color: #979797; }
  .income input.salary, .income-start input.salary {
    width: 140px; }
    @media (max-width: 1000px) {
      .income input.salary, .income-start input.salary {
        width: 80%; } }
  .income input.saving, .income-start input.saving {
    width: 140px; }
    @media (max-width: 1000px) {
      .income input.saving, .income-start input.saving {
        width: 80%; } }

.income .startBtn, .income-start .startBtn {
  margin-bottom: 60px;
  cursor: pointer; }

.income .controls, .income-start .controls {
  float: left;
  width: 100%; }

.age {
  float: left;
  width: 99%;
  margin: 10px 0.5% 30px;
  min-height: 130px;
  background: #fff;
  box-shadow: #e0e0e0 0 0 15px;
  padding: 0 50px; }
  @media (max-width: 768px) {
    .age {
      padding: 0 30px !important; } }
  .age img {
    display: block;
    margin: 15px auto 0; }
  .age h3 {
    font-size: 23px;
    color: #8c8c8c; }
    @media (max-width: 768px) {
      .age h3 {
        font-size: 18px; } }
  .age #retirement-age {
    height: 4px;
    float: right;
    width: 100%;
    margin-top: 58px; }
    .age #retirement-age:after {
      content: "70";
      position: absolute;
      right: -14px;
      top: -39px;
      font-family: "League Gothic", "Raleway", "Montserrat", sans-serif;
      font-size: 20px; }
    .age #retirement-age:before {
      content: "62";
      position: absolute;
      left: -1px;
      top: -38px;
      font-family: "League Gothic", "Raleway", "Montserrat", sans-serif;
      font-size: 20px; }
    @media (max-width: 1024px) {
      .age #retirement-age {
        width: 100%; } }
  .age .ui-widget-header {
    background: #999 !important; }
  .age .ui-widget-content {
    border: none !important;
    background: #77e617 !important; }
  .age .ui-state-default, .age .ui-widget-content .ui-state-default, .age .ui-widget-header .ui-state-default {
    border: 4px solid #f5f5f5;
    background: #6CCA1A;
    border-radius: 50%;
    top: -15px;
    height: 34px;
    width: 34px;
    cursor: pointer;
    outline: none; }

#spending {
  width: 80%;
  margin: 25px auto 0;
  height: 4px; }
  #spending .ui-widget-header {
    background: #999 !important; }
  #spending.ui-widget-content {
    border: none !important;
    background: #77E617 !important; }
  #spending .ui-state-default, #spending .ui-widget-content .ui-state-default, #spending .ui-widget-header .ui-state-default {
    border: 4px solid #f5f5f5;
    background: #6CCA1A;
    border-radius: 50%;
    top: -15px;
    height: 34px;
    width: 34px;
    cursor: pointer;
    outline: none; }
  @media (max-width: 889px) {
    #spending {
      margin: 40px auto 0; } }

input#amount {
  border: none;
  height: inherit;
  font-size: 20px;
  color: #444;
  float: right;
  width: 26px;
  height: 50px;
  line-height: 1em;
  background: none; }
  @media (max-width: 1024px) {
    input#amount {
      width: 100%; } }

.input2 span.label {
  font-family: "League Gothic", "Raleway", "Montserrat", sans-serif;
  font-size: 16px;
  margin-top: 13px;
  margin-left: 20px; }
  .input2 span.label.less {
    text-align: left;
    float: left; }
  .input2 span.label.same {
    text-align: center;
    display: inline-block;
    letter-spacing: -0.01em; }
  .input2 span.label.more {
    text-align: right;
    float: right;
    margin-right: 20px; }

.results h3 {
  width: 80%;
  margin: 20px auto; }

.items .item {
  float: left;
  width: 30%;
  margin: 50px 1.6% 10px; }
  @media (max-width: 1280px) {
    .items .item {
      margin-bottom: 0; } }
  @media (max-width: 768px) {
    .items .item {
      width: 97%;
      margin: 30px 1.6% 20px; } }
  .items .item span.agerange {
    color: #4a4a4a;
    font-size: 20px;
    font-family: "League Gothic", "Raleway", "Montserrat", sans-serif; }
  .items .item h4 {
    color: #4a4a4a;
    font-family: "League Gothic", "Raleway", "Montserrat", sans-serif;
    font-size: 40px;
    margin: 0 auto;
    text-transform: uppercase;
    line-height: 1; }
  .items .item p {
    font-size: 15px;
    color: #4a4a4a;
    font-weight: lighter;
    min-height: 110px; }
    @media (max-width: 1024px) {
      .items .item p {
        min-height: 132px; } }
    @media (max-width: 768px) {
      .items .item p {
        min-height: inherit; } }
  .items .item a {
    border: 2px solid #77e617;
    text-decoration: none;
    color: #000;
    display: block;
    font-size: 18px;
    padding: 0.75em 20px;
    text-transform: uppercase;
    max-width: 270px;
    margin: 0 auto;
    line-height: 1em;
    transition: all 300ms; }
    .items .item a:hover {
      background: #333;
      color: #fff; }
    @media (max-width: 1024px) {
      .items .item a {
        padding: 20px 5px; } }
    @media (max-width: 768px) {
      .items .item a {
        padding: 20px 40px; } }

.nback {
  background: #333;
  height: 396px !important; }
  .nback span.close {
    font-size: 19px;
    font-family: cursive;
    font-weight: 900;
    float: right;
    margin: 10px;
    color: #fff;
    cursor: pointer;
    background: url(../img/close.png);
    width: 19px;
    height: 20px;
    display: block; }
  .nback p {
    font-size: 16px;
    text-align: center;
    margin: 15px auto 0;
    line-height: 1.3;
    color: #fff;
    font-weight: 100;
    width: 230px; }
  .nback h5 {
    margin: 0 auto;
    font-family: league gothic;
    font-size: 40px;
    color: #77e617;
    font-weight: normal;
    border-bottom: 2px solid #77e617;
    width: 95px;
    margin-top: 15px; }

.incomefoot {
  background: #373737;
  position: relative;
  padding: 20px 0; }
  .incomefoot .bg {
    position: absolute;
    background: #373737;
    right: -100%;
    left: -100%;
    top: 0;
    bottom: 0;
    z-index: -1;
    margin: 0; }
  .incomefoot h3 {
    font-size: 40px;
    font-family: "League Gothic", "Raleway", "Montserrat", sans-serif;
    color: #fff;
    margin: 22px auto 0px;
    text-transform: uppercase;
    line-height: 1; }
  .incomefoot p {
    z-index: -1;
    font-size: 16px;
    color: #fff;
    font-weight: 100; }
  .incomefoot a {
    width: 400px;
    display: inline-block;
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    text-transform: uppercase;
    border: 2px solid #77e617;
    line-height: 50px;
    margin: 15px 25px 20px;
    font-weight: 400; }
    @media (max-width: 480px) {
      .incomefoot a {
        width: 100%;
        margin: 15px auto 5px; } }
  .incomefoot span {
    font-size: 11px;
    color: #fff;
    display: block;
    text-align: center;
    margin: 15px auto;
    font-weight: 100; }

.savingblue {
  background: #084cb3;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 30%;
  display: none !important; }

.graph .bar:nth-child(12) {
  background: #084cb3; }

.graph .bar:nth-child(12):after {
  border-top: 20px solid #084cb3; }

.graph .bar:nth-child(12) .savingblue {
  display: block !important;
  background: #77E617; }

.slidefooter {
  background: #333;
  position: relative;
  margin-top: 100px;
  height: auto;
  width: 100%;
  float: left;
  padding: 30px;
  z-index: 5;
  bottom: 0; }
  .slidefooter .bg {
    position: absolute;
    right: -100%;
    left: -100%;
    background: #333;
    top: 0;
    bottom: 0;
    z-index: -1; }
  .slidefooter p {
    font-size: 11px;
    color: #fff;
    font-weight: 100;
    text-align: center;
    margin: 0 auto;
    max-width: 1240px; }
  @media (max-width: 1280px) {
    .slidefooter {
      position: relative;
      margin-top: 100px; } }

.results h1.intro--6, .resultsb h1.intro--6 {
  margin-bottom: 0;
  padding-bottom: 0; }

.results h1.title, .resultsb h1.title {
  margin-top: 50px; }

.income .row.ng-scope h3 {
  margin-top: 15px; }

.graphkeys {
  text-align: center;
  padding-top: 20px; }
  .graphkeys span.blue {
    font-size: 16px;
    display: inline-block;
    margin-right: 15px; }
    .graphkeys span.blue:before {
      content: "";
      background: #084cb3;
      width: 14px;
      height: 14px;
      float: left;
      margin: 2px 5px 0 0; }
  .graphkeys span.green {
    font-size: 16px;
    display: inline-block;
    margin-right: 15px; }
    .graphkeys span.green:before {
      content: "";
      background: #77e617;
      width: 14px;
      height: 14px;
      float: left;
      margin: 2px 5px 0 0; }

.app-view.ng-scope.income {
  width: 1380px; }
  @media (max-width: 1400px) {
    .app-view.ng-scope.income {
      width: 100%; } }
  .app-view.ng-scope.income p.incomewidgetdes {
    max-width: inherit;
    font-size: 1.3333333333em;
    font-weight: 300; }

.income .row.ng-scope {
  overflow: hidden; }

.app-wrapper, .page-header, .footer-wrap, .footnote {
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px; }

.page-header {
  position: relative; }

.app-wrapper {
  min-height: 650px;
  width: 100%;
  position: relative;
  top: 100px;
  margin-bottom: 50px; }

.app-view > p {
  clear: both;
  max-width: 50em;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.5em;
  line-height: 1.75; }
  .app-view > p.howdoi {
    font-weight: 300;
    color: #565656;
    font-size: 1.2em; }

.assessment h2 {
  font-size: 14px;
  position: relative; }

@media only screen and (min-width: 1024px) {
  .assessment h2 {
    font-size: 20px; } }

.icon_tooltip {
  color: #024a7a; }

.learnMore, .cta-assessment a {
  text-decoration: none;
  text-align: center;
  font-family: "Raleway", "Montserrat", sans-serif;
  padding: 10px;
  border-radius: 3px;
  line-height: 30px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 400; }

.learnMore {
  clear: left;
  display: block;
  background: #3d8d43;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  margin-top: 33px; }
  @media only screen and (min-width: 1024px) {
    .learnMore {
      margin-top: 50px;
      display: block;
      padding-left: 60px;
      padding-right: 60px; } }

.cta-assessment {
  margin: 0 auto;
  width: 100%;
  max-width: 350px;
  padding: 25px; }
  .cta-assessment .zoom {
    text-align: center; }
  @media screen and (max-width: 392px) {
    .cta-assessment a.takeAssessment {
      line-height: 15px;
      padding-left: 20px;
      padding-right: 20px; } }
  @media screen and (min-width: 368px) {
    .cta-assessment a {
      font-size: 14px; } }
  .cta-assessment .assessment {
    display: block;
    border: solid 2px #3d8d43;
    background: #eefbfe;
    margin-left: -15px;
    margin-right: -15px;
    clear: both;
    color: #3d8d43; }
  .cta-assessment .learnMore {
    display: block;
    margin-left: -15px;
    margin-right: -15px; }

.controls {
  position: relative; }
  @media (max-width: 800px) {
    .controls {
      margin: 20px auto 0;
      height: 130px; } }
  @media (max-width: 800px) {
    .controls--start {
      margin-top: 180px; } }

.back, .next, .startBtn {
  background: #77e617;
  color: #333333;
  display: inline-block;
  border: 2px solid #77e617;
  text-decoration: none;
  padding: .5em;
  font-size: 20px;
  font-weight: bold; }
  .back:disabled, .next:disabled, .startBtn:disabled {
    opacity: .3; }
  @media only screen and (min-width: 1024px) {
    .back, .next, .startBtn {
      margin-left: 2em;
      float: left; } }
  .back:hover:enabled, .next:hover:enabled, .startBtn:hover:enabled {
    -moz-animation: bounceOut .2s linear;
    -webkit-animation: bounceOut .2s linear; }

.next {
  position: absolute;
  right: 0;
  top: -250px;
  width: 53px;
  height: 53px;
  line-height: 50px;
  padding: 0;
  font-size: 30px;
  margin-right: 0;
  color: #445a31; }
  .next[disabled] {
    background: #eee;
    border: 2px solid #ddd;
    color: #ccc; }
  @media (max-width: 768px) {
    .next {
      top: 0;
      left: 170px;
      right: 0;
      margin: 0 auto; } }

.back {
  position: absolute;
  left: 0;
  top: -250px;
  width: 53px;
  height: 53px;
  line-height: 50px;
  padding: 0;
  font-size: 30px;
  margin-left: 0;
  color: #373737; }
  @media (max-width: 768px) {
    .back {
      top: 0;
      left: 0;
      right: 170px;
      margin: 0 auto; } }
  .back:hover:enabled {
    -webkit-animation: none;
    -moz-animation: none; }

.startBtn {
  background: transparent;
  padding: 0;
  width: 90%; }
  @media only screen and (min-width: 1024px) {
    .startBtn {
      margin-right: 2em;
      float: right;
      width: 100%;
      height: 50px;
      margin: 0 auto;
      line-height: 30px; } }
  @media (max-width: 768px) {
    .startBtn {
      height: 80px; } }
  .startBtn--2 {
    width: 300px;
    float: none; }
    @media (max-width: 768px) {
      .startBtn--2 {
        width: 100%; } }
  .startBtn--3 {
    width: 380px;
    float: none; }
    @media (max-width: 400px) {
      .startBtn--3 {
        width: 100%; } }
  .startBtn--4 {
    width: 460px;
    float: none; }
    @media (max-width: 480px) {
      .startBtn--4 {
        width: 100%; } }
  .startBtn .icon_next {
    background: #77e617;
    padding: 0;
    font-size: 36px;
    float: right;
    height: 48px;
    width: 50px;
    line-height: 48px;
    color: #445a31;
    font-weight: 200; }
    @media (max-width: 768px) {
      .startBtn .icon_next {
        font-size: 56px;
        height: 78px;
        width: 80px;
        line-height: 74px; } }
  .startBtn .icon_back {
    background: #77e617;
    padding: 0;
    font-size: 36px;
    float: left;
    height: 48px;
    width: 50px;
    line-height: 48px;
    color: #445a31;
    font-weight: 200; }
    @media (max-width: 768px) {
      .startBtn .icon_back {
        font-size: 56px;
        height: 78px;
        width: 80px;
        line-height: 74px; } }
  .startBtn .label {
    display: inline-block;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 46px; }
    @media (max-width: 768px) {
      .startBtn .label {
        line-height: 76px;
        font-size: 24px; } }
    @media (max-width: 480px) {
      .startBtn .label {
        font-size: 20px; } }

.icon_tooltip {
  color: #024a7a;
  font-size: 26px;
  line-height: 21px;
  margin-left: 5px;
  vertical-align: text-top; }
  @media only screen and (min-width: 1024px) {
    .icon_tooltip {
      font-size: 36px;
      line-height: 26px; } }

.footnote-wrapper {
  background: #f7f7f7;
  font-size: 13px;
  padding-top: 20px;
  padding-bottom: 20px;
  clear: both; }

@media only screen and (max-width: 1023px) {
  .nav.mobile-hide {
    display: none; } }

br.sometimes {
  display: none; }

@media only screen and (min-width: 1024px) {
  br.sometimes {
    display: initial; } }

.nav {
  background: #353536;
  left: 50px;
  top: 0;
  bottom: 0;
  right: 0;
  display: block;
  position: fixed;
  box-shadow: -3px 0px 5px rgba(0, 0, 0, 0.35);
  overflow: hidden;
  font-family: "Raleway", "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  z-index: 2;
  padding: 20px; }
  @media only screen and (max-width: 1023px) {
    .nav {
      overflow: scroll; } }
  @media only screen and (min-width: 1024px) {
    .nav:before {
      content: "";
      height: 26px;
      width: 26px;
      background: #fff;
      position: absolute;
      right: -14px;
      top: 120px;
      transform: rotate(45deg); } }
  .nav .logo {
    border-bottom: 2px solid #c9c9c9;
    padding-bottom: 20px;
    margin-bottom: 30px;
    display: block; }
    .nav .logo img {
      width: 115px;
      border: 0; }
  .nav .icon {
    color: #fff;
    font-size: 50px; }
  @media only screen and (min-width: 1024px) {
    .nav {
      box-shadow: none;
      background: #fff;
      left: 0;
      right: auto;
      width: 282px;
      position: absolute; }
      .nav .icon {
        color: #333333;
        font-size: 50px; }
      .nav .logo img {
        width: 174px; } }
  .nav ul {
    list-style: none;
    margin: 20px 0;
    padding: 0;
    text-align: left; }
  .nav a {
    text-decoration: none; }

.copyright {
  font-family: "Raleway", "Montserrat", sans-serif;
  color: #777;
  font-size: 12px;
  text-align: center; }
  @media only screen and (min-width: 1024px) {
    .copyright {
      text-align: left;
      font-size: 18px; } }

@media only screen and (min-width: 1024px) {
  html, body {
    margin: 0;
    height: 100%; }
  body {
    width: 100%; }
  .app-wrapper {
    display: inherit;
    vertical-align: middle; }
  .app-view {
    padding-left: 170px;
    padding-right: 170px;
    display: table; }
  .main {
    padding-left: 280px; }
  .fra .main {
    padding-left: 70px;
    padding-right: 70px;
    bottom: 100px; } }

@media only screen and (min-width: 1024px) {
  .calculation .intro {
    display: block;
    margin-bottom: 10px; } }

@media only screen and (min-width: 1024px) {
  .main .prefix, .main .suffix {
    display: inline-block;
    font-size: 30px;
    line-height: 1.2; } }

.main .prefix {
  text-align: right; }
  @media only screen and (min-width: 1024px) {
    .main .prefix {
      margin-right: 20px;
      min-height: 90px;
      vertical-align: top;
      margin-top: 10px; } }

.main .suffix {
  text-align: left; }
  @media only screen and (min-width: 1024px) {
    .main .suffix {
      margin-left: 20px; } }
  .main .suffix .hobby {
    font-weight: 700;
    text-transform: uppercase;
    color: #333;
    font-family: "League Gothic", "Raleway", "Montserrat", sans-serif;
    font-size: 28px; }
    @media only screen and (max-width: 1023px) {
      .main .suffix .hobby {
        line-height: 28px;
        display: inline-block;
        vertical-align: middle; } }
    @media only screen and (min-width: 1024px) {
      .main .suffix .hobby {
        font-size: 56px; } }

.main .cashValue {
  font-size: 110px;
  line-height: 1;
  margin: 0;
  color: #333;
  font-family: "League Gothic", "Raleway", "Montserrat", sans-serif;
  display: block;
  vertical-align: top; }
  @media only screen and (min-width: 1024px) {
    .main .cashValue {
      display: inline-block; } }

.mobile-disclaimer {
  display: block;
  text-align: justify; }
  .mobile-disclaimer a {
    display: inline-block;
    margin-right: 10px; }
  @media only screen and (min-width: 1024px) {
    .mobile-disclaimer {
      display: none; } }

.disclaimer {
  display: none;
  font-size: 10px;
  text-align: justify;
  text-transform: none;
  background: #fff;
  position: relative;
  color: #666; }
  @media only screen and (min-width: 1024px) {
    .disclaimer {
      display: block;
      position: absolute;
      bottom: 0px;
      left: 20px;
      right: 0px;
      top: 480px;
      overflow: auto;
      padding-right: 20px;
      padding-bottom: 20px; } }

@media only screen and (min-width: 1024px) {
  .fra .disclaimer {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    padding: 20px;
    background: transparent;
    color: #fff; } }

.cta {
  background: #333333;
  color: #fff;
  padding: .5em;
  margin-bottom: 20px;
  margin-left: -20px;
  margin-right: -20px; }
  @media only screen and (min-width: 1024px) {
    .cta {
      margin-bottom: 0;
      margin-left: 0;
      margin-right: 0;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      padding-left: 20%; }
      .cta.fra {
        padding-left: .5em; } }
  .cta a, .cta .phone {
    color: #fff;
    border: 0;
    border-bottom: solid 3px #77e617;
    text-decoration: none;
    display: inline-block;
    padding: .25em .5em;
    margin-left: .25em;
    margin-right: .25em; }
  @media screen and (max-width: 1023px) {
    .cta p {
      display: block; }
    .cta .phone, .cta .btn {
      clear: left;
      border: solid 3px #77e617;
      padding: .5em 1em; } }
  @media only screen and (min-width: 1024px) {
    .cta p {
      display: inline-block; } }
  .cta .btn {
    border: solid 3px #77e617;
    text-tranform: uppercase; }

.location {
  height: 1px;
  width: 100px;
  position: relative;
  margin: 20px auto 40px auto;
  background: #bdbebd;
  bottom: -30px;
  position: absolute;
  left: 0;
  right: 0; }
  @media only screen and (min-width: 1024px) {
    .location {
      position: absolute;
      bottom: 110px;
      left: 50%;
      margin-left: -50px; } }
  .location a, .location button {
    display: block;
    border: 2px solid #bdbebd;
    padding: 0;
    background: #fff;
    border-radius: 100%;
    height: 10px;
    width: 10px;
    margin-right: 20px;
    margin-top: -4px;
    float: left; }
    .location a.previous, .location button.previous {
      background: #bdbebd; }
    .location a.active, .location button.active {
      background: #bdbebd; }
    .location a:last-child, .location a.last, .location button:last-child, .location button.last {
      margin-right: 0; }

.weekly {
  margin-top: 20px;
  margin-bottom: 20px; }
  @media only screen and (min-width: 1024px) {
    .weekly {
      margin-top: 50px; } }
  .weekly strong {
    color: #333;
    font-weight: 500;
    font-family: "League Gothic", "Raleway", "Montserrat", sans-serif;
    font-size: 15px; }
    @media only screen and (min-width: 1024px) {
      .weekly strong {
        font-size: 24px; } }

.investment-risk-results {
  font-size: 12px; }
  .mobile-disclaimer .investment-risk-results {
    font-size: 20px; }

.footer {
  padding: 20px;
  font-size: 10px; }
  .footer .investing-risk {
    font-size: 16px;
    margin-bottom: 10px; }
    @media screen and (min-width: 1300px) {
      .footer .investing-risk {
        font-size: 18px; } }
  .footer p {
    margin: 0 0 5px 0;
    line-height: 1; }
  .footer a {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px; }
  @media only screen and (min-width: 1024px) {
    .footer {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0; } }

.results h2 {
  padding-left: 20px;
  padding-right: 20px; }
  @media only screen and (min-width: 1024px) {
    .results h2 {
      padding-left: 100px;
      padding-right: 100px;
      max-width: 1300px;
      margin: 20px auto; } }

.results.app-wrapper, .resultsb.app-wrapper {
  overflow-x: visible; }

.results .currentPercent, .resultsb .currentPercent {
  margin-right: 4px; }

.results .hobby, .resultsb .hobby {
  margin-left: 5px; }

.results h3.results, .resultsb h3.results {
  margin-top: 2em; }
  .results h3.results + h1.intro, .resultsb h3.results + h1.intro {
    margin-top: 0.25em; }

a.back-button.startBtn {
  float: left; }

.states {
  width: 100%;
  max-width: 740px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .states span {
    font-family: "League Gothic", "Raleway", "Montserrat", sans-serif;
    font-size: 48px;
    line-height: 1em;
    color: #3b3b3b;
    text-transform: uppercase;
    letter-spacing: 0; }
    .states span.span--4 {
      line-height: 44px;
      margin-top: 50px;
      display: block;
      padding: 0 10px;
      height: 132px; }
    @media (max-width: 850px) {
      .states span .mobile {
        display: none; } }
  .states .faces {
    display: block;
    margin: 55px auto 5px; }
  @media (max-width: 900px) {
    .states {
      width: calc(100% - 100px); } }
  @media (max-width: 700px) {
    .states {
      width: 100%; } }

.excited, .stressed, .happy, .scared {
  width: 300px;
  height: 200px;
  float: left;
  margin: 15px;
  box-shadow: #eee 4px 5px 10px;
  cursor: pointer;
  border: 2px solid transparent;
  background: #fff;
  transition: transform 0.3s linear; }
  @media (min-width: 1050px) {
    .excited:hover, .stressed:hover, .happy:hover, .scared:hover {
      border: 2px solid #77e617; } }

.cantWait, .likework {
  width: 47%;
  height: 400px;
  cursor: pointer;
  float: left;
  margin: 10px 1%;
  transition: border-color 0.3s linear, transform 0.3s linear; }
  .cantWait img, .likework img {
    margin-top: 45px; }
  .cantWait:hover, .likework:hover {
    box-shadow: #eee 4px 5px 10px; }
    .cantWait:hover .nfront, .likework:hover .nfront {
      border: 2px solid #77e617; }
    .cantWait:hover .flipper, .likework:hover .flipper {
      box-shadow: none; }
  @media (max-width: 700px) {
    .cantWait, .likework {
      width: 300px; } }

.challenge img, .moment img, .defines img, .worklive img, .health img, .shape img, .afraid img, .feelgood img {
  margin-top: 30px; }

.worklive img {
  margin-top: 16px; }

.afriad img, .feelgood img {
  margin-top: 20px; }

.checkbox {
  width: 29px;
  height: 29px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border: 3px solid #c3c3c3;
  margin: 20px auto 0; }

.isActive {
  box-shadow: #ddd 10px 13px 20px !important;
  transform: scale(1.05); }
  .isActive .flipper {
    box-shadow: none; }
  .isActive .nfront {
    border: 2px solid #77e617; }
  .isActive .checkbox {
    border: 3px solid #77e617;
    background: url(../img/tik.png) no-repeat center;
    background-position-x: 2px; }

.emotion .isActive {
  border: 2px solid #77e617; }

.emotion.states {
  max-width: initial; }

.next.icon_next:hover:enabled, .back.icon_back:hover:enabled, .items .item a:hover:enabled, .startBtn--4:hover:enabled, .startBtn--3:hover:enabled, .startBtn--2:hover:enabled, .incomefoot a:hover:enabled {
  -moz-animation: bounceOut .2s linear;
  -webkit-animation: bounceOut .2s linear; }

@-moz-keyframes bounceOut {
  0% {
    box-shadow: 0 0 0 2px #77e617;
    opacity: 1; }
  25% {
    box-shadow: 0 0 0 1px #77e617;
    opacity: 1; }
  50% {
    box-shadow: 0 0 0 4px #77e617;
    opacity: 1; }
  75% {
    box-shadow: 0 0 0 1px #77e617;
    opacity: 1; }
  100% {
    box-shadow: 0 0 0 2px #77e617;
    opacity: 1; } }

@-webkit-keyframes bounceOut {
  0% {
    box-shadow: 0 0 0 1px #77e617;
    opacity: 1; }
  50% {
    box-shadow: 0 0 0 3px #77e617;
    opacity: 1; }
  100% {
    box-shadow: 0 0 0 1px #77e617;
    opacity: 1; } }

/* entire container, keeps perspective */
.flip-container {
  -webkit-perspective: 1000;
  perspective: 1000;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.flip-container-hover .nback {
  box-shadow: #eee 4px 5px 10px;
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg); }

.flip-container-hover .nfront {
  box-shadow: #eee 4px 5px 10px;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg); }

/* flip speed goes here */
.flipper {
  height: 100%;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: relative; }

/* hide back of pane during swap */
.nfront, .nback {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  box-shadow: #eee 4px 5px 10px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* front pane, placed above back */
.nfront {
  z-index: 2;
  transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  padding: 0 20px;
  border: 2px solid transparent;
  background: white; }

/* back, initially hidden pane */
.nback {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg); }

.next[disabled] {
  /* background: #eee; */
  /* border: 2px solid #ddd; */
  /* color: #ccc; */
  background: #77e617;
  color: #333333;
  display: inline-block;
  border: 2px solid #77e617;
  text-decoration: none;
  /* padding: .5em; */
  /* font-size: 20px; */
  font-weight: bold; }

.input1 {
  width: 24%;
  float: none;
  margin: 0 0.5%;
  box-shadow: #e0e0e0 0 0 15px;
  height: 300px;
  background: #fff;
  margin: 0 auto;
  display: block;
  margin-bottom: 25px; }
  .input1 h2 {
    display: inline-block;
    vertical-align: middle; }
  .input1 h3 {
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    margin-top: 10px; }

.age {
  float: left;
  width: 37%;
  margin: 0 0.5% 30px;
  height: 210px;
  background: #fff;
  box-shadow: #e0e0e0 0 0 15px;
  padding: 0 50px; }
  @media (max-width: 1400px) {
    .age {
      width: 98%;
      margin-top: 10px; } }

.input2, .input3, .input4 {
  width: 17%;
  float: left;
  margin: 0 0.5%;
  box-shadow: #e0e0e0 0 0 15px;
  height: 210px;
  background: #fff; }
  @media (max-width: 1400px) {
    .input2, .input3, .input4 {
      width: 32%; } }

.input2 {
  width: 25%; }
  @media (max-width: 1400px) {
    .input2 {
      width: 32%; } }

.input1 {
  height: 160px;
  width: 500px;
  max-width: 100%;
  text-align: center;
  padding-top: 53px; }
  .input1 img.icons {
    display: inline-block;
    margin-top: 0px;
    vertical-align: middle; }
  .input1 input {
    width: 100px;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    font-size: 40px;
    height: 50px;
    margin: 0; }

.input1 * {
  margin: 0px 11px; }

.phone {
  background-image: url("../img/phone.png");
  height: 54px;
  width: 50px;
  border: none !important;
  background-repeat: no-repeat;
  vertical-align: middle; }

span.phone-number {
  display: block;
  font-size: 30px;
  font-weight: bold;
  margin-top: 10px; }

.income-more-55 .input1 {
  padding-top: 20px;
  margin-top: 15px; }

span.call-us {
  line-height: 13px;
  vertical-align: middle;
  position: relative;
  top: -24px;
  font-size: 35px;
  font-weight: 100; }

img.more-than-55.ng-scope {
  margin-top: 134px; }

a.left_menu {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #000;
  z-index: 100;
  font-size: 12px;
  text-decoration: none; }

div#important_info {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #333;
  color: #fff;
  z-index: 1000;
  text-align: justify; }

div#important_info .inner {
  position: fixed;
  top: 50px;
  right: 0px;
  bottom: 20px;
  left: 0px;
  overflow-y: scroll;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px; }
  div#important_info .inner::-webkit-scrollbar {
    width: 6px;
    cursor: pointer !important; }
  div#important_info .inner::-webkit-scrollbar-track {
    background: #222;
    border-radius: 1px; }
  div#important_info .inner::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 1px; }
  div#important_info .inner p.text {
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
    max-width: 1000px;
    margin: 10px auto; }

span.close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  z-index: 1000;
  cursor: pointer;
  font-size: 27px; }

input#amount {
  position: absolute;
  top: -40px;
  left: 1px;
  font-family: "League Gothic", "Raleway", "Montserrat", sans-serif;
  font-size: 22px; }

.navbar {
  position: absolute;
  width: 100%; }

.page-header {
  text-align: center; }
  @media only screen and (min-width: 1024px) {
    .page-header {
      width: 100%;
      max-width: none;
      z-index: 1; } }
  .page-header.mobile {
    background: #333;
    color: #fff;
    height: 100px;
    text-align: left;
    margin-bottom: 2em; }
    .page-header.mobile .logo {
      float: none;
      margin: 0 auto;
      display: block;
      padding-top: 27px; }
      .page-header.mobile .logo img {
        height: 45px; }
    .page-header.mobile .icon_edit {
      font-size: 52px;
      padding-top: 2px;
      cursor: pointer;
      color: #77e617; }
    .page-header.mobile .showNav {
      float: right; }
    .page-header.mobile li input {
      color: #fff; }
    .page-header.mobile a {
      color: #fff; }
  .page-header .logo {
    display: inline-block;
    text-align: center;
    padding: 14px;
    text-decoration: none;
    border: 0;
    margin-top: 0px; }
    .page-header .logo img {
      max-width: 100%;
      width: auto;
      height: 30px;
      border: 0; }
    @media only screen and (min-width: 1024px) {
      .page-header .logo {
        margin-top: 20px;
        vertical-align: middle;
        display: block !important; }
        .page-header .logo img {
          max-width: 100%;
          width: 174px;
          height: auto; } }
  .page-header ul {
    display: block;
    vertical-align: middle;
    margin: 0 auto;
    padding: 0; }
  .page-header li {
    display: block;
    border-bottom: solid 5px transparent; }
    .page-header li a {
      display: block; }
    .page-header li.active {
      border-bottom: solid 5px #024a7a; }
      .page-header li.active:first-child {
        margin-left: 1%; }

.hide-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }
  .hide-nav .icon {
    background: #333;
    color: white;
    font-size: 50px;
    position: absolute;
    top: 0;
    left: 0; }
  .hide-nav .icon_x {
    color: #77e617; }

.submit {
  padding-top: 140px; }

.hideNav {
  display: inline-block;
  clear: both;
  border: solid 3px #77e617;
  text-align: center;
  padding: 24px;
  margin: 0 auto;
  width: 90%;
  max-width: 244px;
  color: #fff;
  font-weight: 500; }
  .hideNav:hover {
    background: #77e617;
    color: #353536; }

.slider {
  max-width: 1100px;
  margin: 0 auto 24px auto;
  transform: scale(0.8); }
  @media only screen and (min-width: 1024px) {
    .slider {
      transform: scale(1);
      width: 90%;
      margin: 0 auto 0; } }

.range-wrapper {
  position: relative;
  height: 100px;
  padding-right: 50px;
  margin-top: 70px;
  margin-left: -20px;
  margin-right: -20px; }

.fakeSlider {
  height: 83px;
  bottom: 0;
  position: absolute;
  top: 0;
  left: 40px;
  padding-right: 0;
  right: 70px; }
  .fakeSlider .graduation-full {
    height: 83px;
    position: absolute;
    bottom: 0;
    left: 20px;
    right: -45px;
    background: url(../img/sliderRail.png) right bottom no-repeat; }
  .fakeSlider .graduation {
    height: 83px;
    position: absolute;
    bottom: 0;
    left: 20px;
    background: url(../img/graduation.png) right bottom no-repeat;
    width: 50%; }
  .fakeSlider .value {
    position: absolute;
    background: #6dea10;
    background: url(../img/progress.png) left bottom no-repeat;
    height: 83px;
    margin-right: -100px;
    bottom: 0; }
  .fakeSlider .handle {
    position: absolute;
    bottom: 0;
    margin-left: -25px;
    width: 98px;
    height: 108px;
    background: url(../img/knob-noFiller.png) no-repeat bottom left; }

input[type=range] {
  -webkit-appearance: none;
  appearance: none;
  background: none;
  width: 100%;
  height: 100px;
  outline: 0;
  opacity: 0; }

/* this is to help ios accessiblilty */
::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 100px;
  width: 150px;
  border-radius: 3px;
  background: #ffffff;
  cursor: pointer;
  margin-top: -14px; }

input[type=range]:focus {
  outline: none; }
  input[type=range]:focus::-ms-tooltip {
    opacity: 0;
    display: none; }

#percentRange {
  display: block;
  position: absolute;
  left: 0;
  right: -20px;
  bottom: 0;
  margin: 0 auto;
  z-index: 1; }

.percentJumpers {
  clear: both;
  margin: 10px 20px; }
  .percentJumpers a {
    display: inline-block;
    width: 60px;
    max-width: 33%;
    font-size: 32px;
    color: #333;
    font-family: "League Gothic", "Raleway", "Montserrat", sans-serif;
    position: relative; }
    .percentJumpers a:after {
      content: '';
      display: block;
      width: 12px;
      height: 12px;
      border-radius: 100%;
      background: #77e617;
      position: absolute;
      bottom: -16px;
      left: 30px;
      transform: translateX(-6px); }
    .percentJumpers a.active:after {
      background: #d7d4d4; }
    .percentJumpers a.first {
      float: left; }
    .percentJumpers a.last {
      float: right; }

.typeahead {
  margin: 0 auto;
  position: relative;
  font-size: 36px;
  text-transform: uppercase;
  text-align: center; }
  @media only screen and (min-width: 1024px) {
    .typeahead {
      font-size: 60px; } }
  .typeahead input {
    font-family: "League Gothic", "Raleway", "Montserrat", sans-serif;
    font-size: inherit;
    text-transform: uppercase;
    display: block;
    border: 0;
    border-bottom: solid 3px #77e617;
    padding-left: .25em;
    padding-right: .25em;
    background-color: transparent;
    color: #333333;
    margin: 0 auto; }

.typeahead-results {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  max-height: 4.5em;
  background-color: #efefef;
  z-index: 9999;
  top: inherit !important;
  bottom: -4px;
  position: static !important; }
  .typeahead-results a, .typeahead-results a:hover, .typeahead-results a:visited {
    color: #333;
    cursor: pointer; }
  .typeahead-results li {
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 1.5;
    font-size: 18px; }

.nav .typeahead {
  float: left;
  width: 165px; }

.nav .icon_hobby {
  float: left; }

.nav .typeahead-results {
  width: 186px;
  max-height: 5em;
  overflow: hidden;
  background-color: #efefef;
  z-index: 9999;
  position: absolute;
  padding: .25em .5em .5em;
  line-height: 1.5;
  box-shadow: 2px 1px 6px rgba(0, 0, 0, 0.2);
  margin: 0; }

.nav .typeahead-input {
  width: 165px;
  font-size: 32px;
  display: block;
  position: relative;
  left: 5px;
  padding-left: 0; }

.nav .typeahead-results {
  font-size: 32px;
  text-align: left;
  border: 0;
  width: 184px;
  color: #fff; }
  @media only screen and (min-width: 1024px) {
    .nav .typeahead-results {
      font-size: 32px;
      color: #333; } }

/* Have to set height explicity on ui-view 
 * to prevent collapsing during animation*/
@media only screen and (min-width: 1024px) {
  html, body, .app-wrapper {
    /*overflow: hidden;*/ }
  [ui-view] {
    /*overflow: hidden;*/ } }

[ui-view] {
  top: 50%; }

@media only screen and (max-width: 1023px) {
  .app-wrapper {
    position: relative; }
  [ui-view].results {
    overflow: visible; } }

.name h1 {
  margin-top: 3em; }

@media only screen and (min-width: 1024px) {
  [ui-view].results .main {
    width: 100%;
    top: 50%;
    position: absolute;
    left: 0;
    transform: translateY(-50%);
    transform: translate(0, -50%); } }

[ui-view].ng-enter, [ui-view].ng-leave {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block; }
  @media (max-width: 1024px) {
    [ui-view].ng-enter, [ui-view].ng-leave {
      position: relative; } }

[ui-view].ng-enter {
  animation: slideInRight 0.75s both ease-out; }
  [ui-view].ng-enter.income, [ui-view].ng-enter.income-start {
    animation: fadeIn 0.75s; }
    [ui-view].ng-enter.income .slidefooter, [ui-view].ng-enter.income-start .slidefooter {
      display: none; }

[ui-view].ng-leave {
  animation: slideOutLeft 0.75s both ease-out; }
  [ui-view].ng-leave.income, [ui-view].ng-leave.income-start {
    animation: fadeOut 0.75s; }

@keyframes slideOutLeft {
  from {
    transform: translate(0, 0%); }
  to {
    transform: translate(-200%, 0%); } }

@keyframes slideInRight {
  from {
    transform: translate(200%, 0%); }
  to {
    transform: translate(0, 0%); } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
