* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.document {
  border-bottom: 1px solid #e7e7e8;
  display: block;
  height: auto;
  width: 727px; }

.container {
  display: block;
  height: 825px;
  width: 727px; }

.slide {
  display: none;
  margin: 0 20px;
  opacity: 0;
  padding: 20px 0; }
  .slide nav,
  .slide footer {
    padding: 20px 0 0; }
  .slide aside {
    float: right;
    width: 120px; }

.get-started {
  display: block;
  height: 100%; }
  .get-started .btn {
    margin-top: 30%; }

.active.slide {
  display: block;
  opacity: 1; }

.col-third {
  float: left;
  width: 33.3333333%; }

.col-third--equal-height {
  height: 150px; }

.col-standard {
  width: 520px; }

.narrow {
  width: 475px; }

aside .blocks {
  padding: 0 0 10px; }
aside .highlight-primary {
  margin: 0 10px;
  padding: 0 0 20px; }
aside .doughnut-chart {
  height: 120px;
  width: 120px; }
  aside .doughnut-chart canvas {
    height: 120px;
    width: 120px; }

.off {
  opacity: 0; }

.on {
  opacity: 100; }

body {
  color: #000;
  font-family: Helvetica, sans-serif;
  font-size: 18px; }

a,
a:hover {
  text-decoration: none; }

.centered {
  margin-left: auto;
  margin-right: auto;
  text-align: center; }

.highlight-primary {
  color: #408700; }

.highlight-secondary {
  color: #1962c7; }
  .highlight-secondary a {
    color: #1962c7; }

.highlight-tertiary {
  color: #ff662a; }

.highlight-quaternary {
  color: #85786f; }

p {
  font-size: 18px;
  margin: 0 auto;
  padding: 0 0 20px; }

h1 {
  font-size: 36px;
  font-weight: normal;
  margin: 0 20px;
  padding: 10px 0; }

h2 {
  font-size: 24px;
  font-weight: normal;
  margin: 0;
  padding: 0 0 20px; }

h3 {
  font-size: 22px;
  font-weight: bold;
  margin: 0;
  padding: 0 0 20px; }

h4 {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  padding: 0 0 20px; }

h5 {
  font-size: 14px;
  margin: 0;
  padding: 0; }

.title {
  padding: 0 0 30px; }
  .title button {
    background: transparent;
    border: 0;
    line-height: 19px;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: left;
    text-indent: 46px;
    width: auto; }
    .title button .tagline {
      color: #85786f;
      display: block;
      font-size: 16px; }

ul {
  margin: 0;
  padding: 0 0 20px 30px; }

li {
  font-size: 14px;
  line-height: 20px; }

small {
  color: #626366;
  display: block;
  font-size: 12px;
  font-weight: bold;
  padding: 0 0 7px; }

.normal {
  font-weight: normal; }

.bold {
  font-weight: bold; }

.disclaimer {
  font-size: 12px;
  font-style: italic;
  margin-top: 0;
  padding-top: 10px; }

.disclaimer-continued {
  font-size: 12px;
  font-style: italic;
  margin-top: 0;
  padding-top: 0; }

.no-break {
  white-space: nowrap; }

.chart-title {
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  font-family: Georgia, serif;
  margin: 0;
  padding: 10px 0; }

.instructional {
  font-size: 14px;
  padding: 0; }
  .instructional small {
    color: #000;
    font-size: 13px;
    font-weight: normal; }

.narrow {
  width: 80%; }

.blocks {
  display: table;
  list-style-type: none;
  margin: 0;
  padding: 0 0 40px;
  text-align: center; }

.primary-block {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
  background-color: #52af00;
  display: inline-block;
  float: left;
  height: 140px;
  margin-left: 42px;
  text-align: center;
  width: 140px; }
  .primary-block span {
    color: #fff;
    display: table-cell;
    font-size: 18px;
    font-weight: bold;
    height: inherit;
    vertical-align: middle; }

.vertical-centered {
  display: table; }

.primary-block:first-child {
  margin-left: 0; }

.blocks--steps {
  display: table;
  list-style-type: none;
  margin: 0;
  padding: 0 0 20px; }
  .blocks--steps li {
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 20px;
    min-height: 75px;
    padding-left: 90px;
    position: relative; }
    .blocks--steps li b {
      display: block; }
    .blocks--steps li .solo {
      line-height: 75px; }
  .blocks--steps .secondary-block {
    left: 0;
    position: absolute;
    top: 0; }

.secondary-block {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
  background-color: #52af00;
  color: #fff;
  display: inline-block;
  font-size: 60px;
  height: 75px;
  line-height: 75px;
  text-align: center;
  width: 75px; }

.primary-block--alt {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
  background-color: #52af00;
  display: table;
  font-size: 12px;
  height: 120px;
  line-height: 16px;
  margin: 0 0 20px;
  padding: 0;
  width: 120px; }
  .primary-block--alt .center {
    color: #fff;
    display: table-cell;
    font-weight: bold;
    padding: 0 7px;
    text-decoration: none;
    vertical-align: middle; }

.quaternary-block {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
  -webkit-box-shadow: 0 0 14px -4px #000;
  -moz-box-shadow: 0 0 14px -4px #000;
  box-shadow: 0 0 14px -4px #000;
  background-color: #e7e7e8;
  border: 1px solid #666;
  display: table;
  font-size: 12px;
  height: 120px;
  line-height: 16px;
  margin: 0 0 20px;
  padding: 0;
  width: 120px; }
  .quaternary-block a {
    color: #52af00;
    display: table-cell;
    font-weight: bold;
    padding: 0 7px;
    text-decoration: none;
    vertical-align: middle; }
  .quaternary-block .quaternary-block--alt {
    color: #1962c7; }

.title {
  position: relative; }
  .title .btn-block {
    height: 36px;
    margin: 0;
    position: absolute;
    width: 36px; }
  .title .icon-md-power {
    left: 7px;
    position: absolute;
    top: 5px;
    z-index: 1; }
  .title .icon-md-chart {
    left: 7px;
    position: absolute;
    top: 7px;
    z-index: 1; }
  .title .icon-md-charts {
    left: 7px;
    position: absolute;
    top: 6px;
    z-index: 1; }

.blocks--date {
  margin: 0 auto;
  padding: 0 0 20px; }
  .blocks--date .primary-block {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    height: 60px;
    margin-left: 5px;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 46px; }
  .blocks--date .dates {
    left: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%; }
    .blocks--date .dates li {
      color: #fff;
      font-size: 50px;
      line-height: 60px; }

.checked {
  padding-left: 30px;
  position: relative; }
  .checked .icon-check {
    background: url("../img/sprite-off.png") no-repeat -20px 0;
    background: url("../img/sprite-off.svg") no-repeat -20px 0, none;
    -webkit-transform: translateZ(0);
    display: inline-block;
    position: absolute;
    height: 20px;
    width: 20px;
    top: 5px;
    left: 0; }

.radio-label {
  display: block;
  font-size: 12px;
  font-weight: bold;
  margin: -22px 0 0;
  padding: 0 0 20px 25px; }

.temperment-chart {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  background: #53af00;
  background: -moz-linear-gradient(left, #1962c7 0%, #53af00 50%, #fdcb45 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #1962c7), color-stop(50%, #53af00), color-stop(100%, #fdcb45));
  background: -webkit-linear-gradient(left, #1962c7 0%, #53af00 50%, #fdcb45 100%);
  background: -o-linear-gradient(left, #1962c7 0%, #53af00 50%, #fdcb45 100%);
  background: -ms-linear-gradient(left, #1962c7 0%, #53af00 50%, #fdcb45 100%);
  background: linear-gradient(to right, #1962c7 0%, #53af00 50%, #fdcb45 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1962c7', endColorstr='#fdcb45',GradientType=1 );
  display: block;
  height: 20px;
  margin: 10px 0;
  width: 520px; }

.temperment-chart--left-arrow {
  color: #626366;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  margin: 0 0 20px;
  width: 50%; }

.temperment-chart--right-arrow {
  color: #626366;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  margin: 0 0 20px;
  text-align: right;
  width: 49%; }

.animated-progress {
  overflow: hidden; }
  .animated-progress .temperment-chart {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    background: #53af00;
    background: -moz-linear-gradient(left, #1962c7 0%, #53af00 50%, #fdcb45 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #1962c7), color-stop(50%, #53af00), color-stop(100%, #fdcb45));
    background: -webkit-linear-gradient(left, #1962c7 0%, #53af00 50%, #fdcb45 100%);
    background: -o-linear-gradient(left, #1962c7 0%, #53af00 50%, #fdcb45 100%);
    background: -ms-linear-gradient(left, #1962c7 0%, #53af00 50%, #fdcb45 100%);
    background: linear-gradient(to right, #1962c7 0%, #53af00 50%, #fdcb45 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1962c7', endColorstr='#fdcb45',GradientType=1 );
    display: block;
    height: 20px;
    margin: 0 0 40px;
    position: relative;
    width: 520px; }
  .animated-progress .temperment-chart--left-arrow {
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    left: 10px;
    line-height: 20px;
    margin: 0;
    position: absolute;
    top: 0; }
  .animated-progress .temperment-chart--right-arrow {
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    margin: 0;
    position: absolute;
    right: 10px;
    text-align: right;
    top: 0; }

.asset-chart {
  margin: 0 0 20px;
  width: 100%; }
  .asset-chart tr {
    height: 30px; }
  .asset-chart th {
    color: #000;
    font-size: 12px;
    text-align: right; }
    .asset-chart th b {
      margin-left: 5px; }
    .asset-chart th b:first-child {
      margin-left: 0; }
  .asset-chart td {
    border-top: 1px solid #ccc;
    font-family: Georgia, serif;
    font-size: 0.65em; }
  .asset-chart .centered {
    text-align: center; }
  .asset-chart .stripe {
    background-color: #f2f2f3; }
  .asset-chart .plans {
    border-right: 1px solid #ccc;
    width: 42%; }
    .asset-chart .plans a {
      color: #4167b0;
      font-weight: bold; }
  .asset-chart .percentages {
    border-right: 1px solid #ccc;
    padding: 0 7px;
    width: 58%; }
    .asset-chart .percentages span {
      border-left: 3px solid #fff;
      display: inline-block;
      float: left;
      line-height: 20px;
      text-align: center; }
    .asset-chart .percentages span:first-child {
      border-left: 0; }
  .asset-chart .equities {
    color: #4167b0; }
    .asset-chart .equities .legend {
      background-color: #4167b0; }
  .asset-chart .bonds {
    color: #4f906e; }
    .asset-chart .bonds .legend {
      background-color: #4f906e; }
  .asset-chart .short-term {
    color: #d2ca4f; }
    .asset-chart .short-term .legend {
      background-color: #d2ca4f; }
  .asset-chart .legend {
    display: inline-block;
    height: 10px;
    margin-right: 5px;
    width: 10px; }
  .asset-chart .equities-percentage {
    background-color: #4167b0;
    color: #fff; }
  .asset-chart .bonds-percentage {
    background-color: #4f906e;
    color: #fff; }
  .asset-chart .short-term-percentage {
    background-color: #d2ca4f;
    color: #000; }
  .asset-chart .percentage-100 {
    width: 100%; }
  .asset-chart .percentage-95 {
    width: 95%; }
  .asset-chart .percentage-90 {
    width: 90%; }
  .asset-chart .percentage-85 {
    width: 85%; }
  .asset-chart .percentage-80 {
    width: 80%; }
  .asset-chart .percentage-75 {
    width: 75%; }
  .asset-chart .percentage-70 {
    width: 70%; }
  .asset-chart .percentage-65 {
    width: 65%; }
  .asset-chart .percentage-60 {
    width: 60%; }
  .asset-chart .percentage-55 {
    width: 55%; }
  .asset-chart .percentage-50 {
    width: 50%; }
  .asset-chart .percentage-45 {
    width: 45%; }
  .asset-chart .percentage-40 {
    width: 40%; }
  .asset-chart .percentage-35 {
    width: 35%; }
  .asset-chart .percentage-30 {
    width: 30%; }
  .asset-chart .percentage-25 {
    width: 25%; }
  .asset-chart .percentage-20 {
    width: 20%; }
  .asset-chart .percentage-15 {
    width: 15%; }
  .asset-chart .percentage-10 {
    width: 10%; }
  .asset-chart .percentage-5 {
    width: 5%; }
  .asset-chart .risk-level {
    display: block;
    font-size: 12px;
    padding: 0 5px; }
  .asset-chart .risk-level:first-child {
    padding-top: 2px; }
  .asset-chart .risk-line {
    background: url("../img/sprite-off.png") no-repeat 0 -45px;
    background: url("../img/sprite-off.svg") no-repeat 0 -45px, none;
    -webkit-transform: translateZ(0);
    display: block;
    margin: 3px auto;
    width: 9px;
    height: 164px; }

.inline-element {
  display: inline; }

.inline-element-right {
  display: inline-block;
  float: right; }

.hold {
  opacity: 0; }

.btn {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 14px -4px #000;
  -moz-box-shadow: 0 0 14px -4px #000;
  box-shadow: 0 0 14px -4px #000;
  background-color: #1861c7;
  border: 1px solid #000;
  color: #fff;
  display: block;
  font-size: 18px;
  font-weight: bold;
  line-height: 38px;
  margin: 0 auto;
  text-align: center;
  text-indent: 0;
  vertical-align: middle;
  width: 210px; }

.btn-extended {
  width: 260px; }

.btn-small {
  font-size: 12px;
  line-height: 34px;
  width: 220px;
  padding: 0 4px; }

.btn-small-250{width: 250px;}

.btn-block {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
  -webkit-box-shadow: 0 0 10px -4px #000;
  -moz-box-shadow: 0 0 10px -4px #000;
  box-shadow: 0 0 10px -4px #000;
  background-color: #1962c7;
  border: 0;
  display: block;
  height: 90px;
  margin: 0 auto 10px;
  padding: 0;
  text-align: center;
  width: 90px; }

a:focus,
button:focus {
  outline: 1px dotted #000; }

button .caret {
  display: inline-block;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #fff;
  vertical-align: middle;
  height: 0;
  margin-left: 7px;
  width: 0; }

.ui-slider--btn {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
  background-color: #e7e7e8;
  border: 1px solid #666;
  color: #000;
  padding: 6px 8px 4px; }

.slide-trigger {
  cursor: pointer; }

nav h6 {
  margin: 0 0 10px; }
nav button {
  background: transparent;
  border: 0;
  font-size: 12px;
  font-weight: bold;
  line-height: 26px;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: left;
  text-indent: 32px; }
nav ul {
  padding: 0; }
nav li {
  display: inline-block;
  line-height: 26px;
  margin-left: 10px; }
nav li:first-child {
  margin-left: 0; }
nav p {
  padding: 0 0 10px; }
nav small {
  padding: 0; }
nav .btn-block {
  height: 26px;
  margin: 0;
  position: absolute;
  width: 26px; }
nav .icon-sm-power {
  left: 4px;
  position: absolute;
  top: 3px;
  z-index: 1; }
nav .icon-sm-chart {
  left: 4px;
  position: absolute;
  top: 4px;
  z-index: 1; }
nav .icon-sm-charts {
  left: 4px;
  position: absolute;
  top: 3px;
  z-index: 1; }

.nav-section {
  padding: 0;
  text-align: right; }
  .nav-section li {
    display: inline-block;
    line-height: 26px;
    margin-left: 10px; }
  .nav-section li:first-child {
    margin-left: 0; }
  .nav-section button {
    background: transparent;
    border: 0;
    color: #1962c7;
    font-size: 12px;
    font-weight: bold;
    line-height: 26px;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: left;
    text-indent: 0; }
    .nav-section button .prev-arrow {
      background: url("../img/sprite-off.png") no-repeat -333px -45px;
      background: url("../img/sprite-off.svg") no-repeat -333px -45px, none;
      -webkit-transform: translateZ(0);
      display: block;
      height: 35px;
      width: 14px;
      margin-left: 8px; }
    .nav-section button .next-arrow {
      background: url("../img/sprite-off.png") no-repeat -347px -45px;
      background: url("../img/sprite-off.svg") no-repeat -347px -45px, none;
      -webkit-transform: translateZ(0);
      display: block;
      height: 35px;
      width: 14px;
      margin-left: 8px; }
    .nav-section button .restart-arrow {
      background: url("../img/sprite-off.png") no-repeat -361px -45px;
      background: url("../img/sprite-off.svg") no-repeat -361px -45px, none;
      -webkit-transform: translateZ(0);
      display: block;
      height: 35px;
      width: 16px;
      margin-left: 20px; }

.icon-lg-power {
  background: url("../img/sprite-off.png") no-repeat -9px -45px;
  background: url("../img/sprite-off.svg") no-repeat -9px -45px, none;
  -webkit-transform: translateZ(0);
  display: inline-block;
  width: 68px;
  margin-top: 6px;
  height: 74px; }

.icon-lg-chart {
  background: url("../img/sprite-off.png") no-repeat -77px -45px;
  background: url("../img/sprite-off.svg") no-repeat -77px -45px, none;
  -webkit-transform: translateZ(0);
  display: inline-block;
  width: 64px;
  margin-top: 11px;
  height: 64px; }

.icon-lg-charts {
  background: url("../img/sprite-off.png") no-repeat -141px -45px;
  background: url("../img/sprite-off.svg") no-repeat -141px -45px, none;
  -webkit-transform: translateZ(0);
  display: inline-block;
  width: 70px;
  margin-top: 7px;
  height: 72px; }

.icon-md-power {
  background: url("../img/sprite-off.png") no-repeat -211px -45px;
  background: url("../img/sprite-off.svg") no-repeat -211px -45px, none;
  -webkit-transform: translateZ(0);
  display: inline-block;
  width: 23px;
  height: 25px; }

.icon-md-chart {
  background: url("../img/sprite-off.png") no-repeat -234px -45px;
  background: url("../img/sprite-off.svg") no-repeat -234px -45px, none;
  -webkit-transform: translateZ(0);
  display: inline-block;
  width: 22px;
  height: 22px; }

.icon-md-charts {
  background: url("../img/sprite-off.png") no-repeat -256px -45px;
  background: url("../img/sprite-off.svg") no-repeat -256px -45px, none;
  -webkit-transform: translateZ(0);
  display: inline-block;
  width: 23px;
  height: 24px; }

.icon-sm-power {
  background: url("../img/sprite-off.png") no-repeat -279px -45px;
  background: url("../img/sprite-off.svg") no-repeat -279px -45px, none;
  -webkit-transform: translateZ(0);
  display: inline-block;
  width: 18px;
  height: 20px; }

.icon-sm-chart {
  background: url("../img/sprite-off.png") no-repeat -297px -45px;
  background: url("../img/sprite-off.svg") no-repeat -297px -45px, none;
  -webkit-transform: translateZ(0);
  display: inline-block;
  width: 18px;
  height: 18px; }

.icon-sm-charts {
  background: url("../img/sprite-off.png") no-repeat -315px -45px;
  background: url("../img/sprite-off.svg") no-repeat -315px -45px, none;
  -webkit-transform: translateZ(0);
  display: inline-block;
  width: 18px;
  height: 19px; }

.years-till-retirement {
  font-size: 16px;
  height: 28px;
  width: 100%; }
  .years-till-retirement .ui-slider {
    display: inline-block;
    float: left;
    margin: 8px 15px 4px 5px;
    padding: 0;
    position: relative;
    width: 144px; }
  .years-till-retirement .ui-slider--label {
    border: 0;
    padding: 4px 10px 0 0; }
  .years-till-retirement .primary-highlight {
    color: #408700;
    width: 70px; }
  .years-till-retirement .ui-slider--btn {
    display: inline-block;
    float: left;
    margin: 0 10px 0 0; }
  .years-till-retirement .slide-trigger {
    margin: 0; }

.asset-allocations {
  height: 170px;
  position: relative;
  width: 100%; }
  .asset-allocations .doughnut-chart {
    display: inline-block;
    float: left;
    height: 150px;
    width: 150px; }
    .asset-allocations .doughnut-chart canvas {
      height: 150px;
      width: 150px; }
  .asset-allocations .ui-slider-extended {
    display: inline-block;
    float: left;
    padding: 5px 0 17px;
    position: relative;
    width: 260px; }
  .asset-allocations .ui-slider--legend {
    display: inline-block;
    float: left;
    position: relative;
    width: 300px; }
  .asset-allocations .ui-slider--tick {
    border-left: 1px solid #ccc;
    font-family: Georgia, serif;
    height: 50px;
    left: 0;
    line-height: 0;
    position: absolute;
    text-indent: 10px;
    top: -14px;
    z-index: 1; }
  .asset-allocations .asset-legend {
    list-style: none;
    margin: 0 0 0 30px;
    padding: 10px 0; }
    .asset-allocations .asset-legend li {
      color: #85786f;
      font-size: 14px;
      line-height: 15px;
      margin: 0 0 10px; }
    .asset-allocations .asset-legend .legend-block {
      display: inline-block;
      height: 15px;
      margin: -1px 10px 0 0;
      vertical-align: middle;
      width: 15px; }
    .asset-allocations .asset-legend .legend-value {
      margin-right: 5px; }

.ui-slider--label {
  display: inline-block;
  float: left;
  font-family: Georgia, serif;
  padding: 0 20px 0 0;
  position: relative;
  width: auto; }
