@charset "UTF-8";

.devHiddenLink {
  color: white;
}

.devHiddenLink:hover {
  color: blue;
}

meta.foundation-version {
  font-family: "/5.5.3/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0;
}

meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 40em)/";
  width: 0;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.0625em)/";
  width: 40.0625em;
}

meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:40.0625em) and (max-width:64em)/";
  width: 40.0625em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.0625em)/";
  width: 64.0625em;
}

meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:64.0625em) and (max-width:90em)/";
  width: 64.0625em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.0625em)/";
  width: 90.0625em;
}

meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:90.0625em) and (max-width:120em)/";
  width: 90.0625em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.0625em)/";
  width: 120.0625em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

html,
body {
  height: 100%;
}

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

html,
body {
  font-size: 100%;
}

body {
  background: #fff;
  color: #222;
  cursor: auto;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  position: relative;
}

a:hover {
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
}

img {
  -ms-interpolation-mode: bicubic;
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.hide {
  display: none;
}

.invisible {
  visibility: hidden;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

.row,
.voya-components-estimated-income {
  margin: 0 auto;
  max-width: 62.5rem;
  width: 100%;
}

.row:before,
.voya-components-estimated-income:before,
.row:after,
.voya-components-estimated-income:after {
  content: " ";
  display: table;
}

.row:after,
.voya-components-estimated-income:after {
  clear: both;
}

.row.collapse > .column,
.collapse.voya-components-estimated-income > .column,
.row.collapse > .columns,
.collapse.voya-components-estimated-income > .columns {
  padding-left: 0;
  padding-right: 0;
}

.row.collapse .row,
.collapse.voya-components-estimated-income .row,
.row.collapse .voya-components-estimated-income,
.collapse.voya-components-estimated-income .voya-components-estimated-income {
  margin-left: 0;
  margin-right: 0;
}

.row .row,
.voya-components-estimated-income .row,
.row .voya-components-estimated-income,
.voya-components-estimated-income .voya-components-estimated-income {
  margin: 0 -0.9375rem;
  max-width: none;
  width: auto;
}

.row .row:before,
.voya-components-estimated-income .row:before,
.row .voya-components-estimated-income:before,
.voya-components-estimated-income .voya-components-estimated-income:before,
.row .row:after,
.voya-components-estimated-income .row:after,
.row .voya-components-estimated-income:after,
.voya-components-estimated-income .voya-components-estimated-income:after {
  content: " ";
  display: table;
}

.row .row:after,
.voya-components-estimated-income .row:after,
.row .voya-components-estimated-income:after,
.voya-components-estimated-income .voya-components-estimated-income:after {
  clear: both;
}

.row .row.collapse,
.voya-components-estimated-income .row.collapse,
.row .collapse.voya-components-estimated-income,
.voya-components-estimated-income .collapse.voya-components-estimated-income {
  margin: 0;
  max-width: none;
  width: auto;
}

.row .row.collapse:before,
.voya-components-estimated-income .row.collapse:before,
.row .collapse.voya-components-estimated-income:before,
.voya-components-estimated-income .collapse.voya-components-estimated-income:before,
.row .row.collapse:after,
.voya-components-estimated-income .row.collapse:after,
.row .collapse.voya-components-estimated-income:after,
.voya-components-estimated-income .collapse.voya-components-estimated-income:after {
  content: " ";
  display: table;
}

.row .row.collapse:after,
.voya-components-estimated-income .row.collapse:after,
.row .collapse.voya-components-estimated-income:after,
.voya-components-estimated-income .collapse.voya-components-estimated-income:after {
  clear: both;
}

.column,
.columns {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left;
}

.column + .column:last-child,
.column + .columns:last-child,
.columns + .column:last-child,
.columns + .columns:last-child {
  float: right;
}

.column + .column.end,
.column + .columns.end,
.columns + .column.end,
.columns + .columns.end {
  float: left;
}

@media only screen {
  .small-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }

  .small-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }

  .small-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }

  .small-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }

  .small-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }

  .small-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }

  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .small-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }

  .small-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }

  .small-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }

  .small-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }

  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .small-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }

  .small-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }

  .small-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }

  .small-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }

  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .small-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }

  .small-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }

  .small-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }

  .small-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }

  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

  .small-1 {
    width: 8.3333333333%;
  }

  .small-2 {
    width: 16.6666666667%;
  }

  .small-3 {
    width: 25%;
  }

  .small-4 {
    width: 33.3333333333%;
  }

  .small-5 {
    width: 41.6666666667%;
  }

  .small-6 {
    width: 50%;
  }

  .small-7 {
    width: 58.3333333333%;
  }

  .small-8 {
    width: 66.6666666667%;
  }

  .small-9 {
    width: 75%;
  }

  .small-10 {
    width: 83.3333333333%;
  }

  .small-11 {
    width: 91.6666666667%;
  }

  .small-12 {
    width: 100%;
  }

  .small-offset-0 {
    margin-left: 0 !important;
  }

  .small-offset-1 {
    margin-left: 8.3333333333% !important;
  }

  .small-offset-2 {
    margin-left: 16.6666666667% !important;
  }

  .small-offset-3 {
    margin-left: 25% !important;
  }

  .small-offset-4 {
    margin-left: 33.3333333333% !important;
  }

  .small-offset-5 {
    margin-left: 41.6666666667% !important;
  }

  .small-offset-6 {
    margin-left: 50% !important;
  }

  .small-offset-7 {
    margin-left: 58.3333333333% !important;
  }

  .small-offset-8 {
    margin-left: 66.6666666667% !important;
  }

  .small-offset-9 {
    margin-left: 75% !important;
  }

  .small-offset-10 {
    margin-left: 83.3333333333% !important;
  }

  .small-offset-11 {
    margin-left: 91.6666666667% !important;
  }

  .small-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }

  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  .column.small-uncentered,
  .columns.small-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }

  .column.small-centered:last-child,
  .columns.small-centered:last-child {
    float: none;
  }

  .column.small-uncentered:last-child,
  .columns.small-uncentered:last-child {
    float: left;
  }

  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right;
  }

  .row.small-collapse > .column,
  .small-collapse.voya-components-estimated-income > .column,
  .row.small-collapse > .columns,
  .small-collapse.voya-components-estimated-income > .columns {
    padding-left: 0;
    padding-right: 0;
  }

  .row.small-collapse .row,
  .small-collapse.voya-components-estimated-income .row,
  .row.small-collapse .voya-components-estimated-income,
  .small-collapse.voya-components-estimated-income .voya-components-estimated-income {
    margin-left: 0;
    margin-right: 0;
  }

  .row.small-uncollapse > .column,
  .small-uncollapse.voya-components-estimated-income > .column,
  .row.small-uncollapse > .columns,
  .small-uncollapse.voya-components-estimated-income > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
}

@media only screen and (min-width:40.0625em) {
  .medium-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }

  .medium-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }

  .medium-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }

  .medium-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }

  .medium-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }

  .medium-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }

  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .medium-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }

  .medium-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }

  .medium-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }

  .medium-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }

  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .medium-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }

  .medium-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }

  .medium-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }

  .medium-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }

  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .medium-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }

  .medium-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }

  .medium-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }

  .medium-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }

  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

  .medium-1 {
    width: 8.3333333333%;
  }

  .medium-2 {
    width: 16.6666666667%;
  }

  .medium-3 {
    width: 25%;
  }

  .medium-4 {
    width: 33.3333333333%;
  }

  .medium-5 {
    width: 41.6666666667%;
  }

  .medium-6 {
    width: 50%;
  }

  .medium-7 {
    width: 58.3333333333%;
  }

  .medium-8 {
    width: 66.6666666667%;
  }

  .medium-9 {
    width: 75%;
  }

  .medium-10 {
    width: 83.3333333333%;
  }

  .medium-11 {
    width: 91.6666666667%;
  }

  .medium-12 {
    width: 100%;
  }

  .medium-offset-0 {
    margin-left: 0 !important;
  }

  .medium-offset-1 {
    margin-left: 8.3333333333% !important;
  }

  .medium-offset-2 {
    margin-left: 16.6666666667% !important;
  }

  .medium-offset-3 {
    margin-left: 25% !important;
  }

  .medium-offset-4 {
    margin-left: 33.3333333333% !important;
  }

  .medium-offset-5 {
    margin-left: 41.6666666667% !important;
  }

  .medium-offset-6 {
    margin-left: 50% !important;
  }

  .medium-offset-7 {
    margin-left: 58.3333333333% !important;
  }

  .medium-offset-8 {
    margin-left: 66.6666666667% !important;
  }

  .medium-offset-9 {
    margin-left: 75% !important;
  }

  .medium-offset-10 {
    margin-left: 83.3333333333% !important;
  }

  .medium-offset-11 {
    margin-left: 91.6666666667% !important;
  }

  .medium-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }

  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  .column.medium-uncentered,
  .columns.medium-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }

  .column.medium-centered:last-child,
  .columns.medium-centered:last-child {
    float: none;
  }

  .column.medium-uncentered:last-child,
  .columns.medium-uncentered:last-child {
    float: left;
  }

  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right;
  }

  .row.medium-collapse > .column,
  .medium-collapse.voya-components-estimated-income > .column,
  .row.medium-collapse > .columns,
  .medium-collapse.voya-components-estimated-income > .columns {
    padding-left: 0;
    padding-right: 0;
  }

  .row.medium-collapse .row,
  .medium-collapse.voya-components-estimated-income .row,
  .row.medium-collapse .voya-components-estimated-income,
  .medium-collapse.voya-components-estimated-income .voya-components-estimated-income {
    margin-left: 0;
    margin-right: 0;
  }

  .row.medium-uncollapse > .column,
  .medium-uncollapse.voya-components-estimated-income > .column,
  .row.medium-uncollapse > .columns,
  .medium-uncollapse.voya-components-estimated-income > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

  .push-0 {
    position: relative;
    left: 0;
    right: auto;
  }

  .pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }

  .push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }

  .pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }

  .push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }

  .pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }

  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }

  .pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }

  .push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }

  .pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }

  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }

  .pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }

  .push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }

  .pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }

  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }

  .pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }

  .push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }

  .pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
}

@media only screen and (min-width:64.0625em) {
  .large-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }

  .large-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }

  .large-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }

  .large-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }

  .large-push-2,
  .investmentGuidance .tabs > li:only-child {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }

  .large-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }

  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .large-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }

  .large-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }

  .large-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }

  .large-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }

  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .large-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }

  .large-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }

  .large-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }

  .large-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }

  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .large-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }

  .large-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }

  .large-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }

  .large-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }

  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

  .large-1 {
    width: 8.3333333333%;
  }

  .large-2 {
    width: 16.6666666667%;
  }

  .large-3 {
    width: 25%;
  }

  .large-4 {
    width: 33.3333333333%;
  }

  .large-5 {
    width: 41.6666666667%;
  }

  .large-6 {
    width: 50%;
  }

  .large-7 {
    width: 58.3333333333%;
  }

  .large-8 {
    width: 66.6666666667%;
  }

  .large-9 {
    width: 75%;
  }

  .large-10 {
    width: 83.3333333333%;
  }

  .large-11 {
    width: 91.6666666667%;
  }

  .large-12 {
    width: 100%;
  }

  .large-offset-0 {
    margin-left: 0 !important;
  }

  .large-offset-1 {
    margin-left: 8.3333333333% !important;
  }

  .large-offset-2 {
    margin-left: 16.6666666667% !important;
  }

  .large-offset-3 {
    margin-left: 25% !important;
  }

  .large-offset-4 {
    margin-left: 33.3333333333% !important;
  }

  .large-offset-5 {
    margin-left: 41.6666666667% !important;
  }

  .large-offset-6 {
    margin-left: 50% !important;
  }

  .large-offset-7 {
    margin-left: 58.3333333333% !important;
  }

  .large-offset-8 {
    margin-left: 66.6666666667% !important;
  }

  .large-offset-9 {
    margin-left: 75% !important;
  }

  .large-offset-10 {
    margin-left: 83.3333333333% !important;
  }

  .large-offset-11 {
    margin-left: 91.6666666667% !important;
  }

  .large-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }

  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  .column.large-uncentered,
  .columns.large-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }

  .column.large-centered:last-child,
  .columns.large-centered:last-child {
    float: none;
  }

  .column.large-uncentered:last-child,
  .columns.large-uncentered:last-child {
    float: left;
  }

  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right;
  }

  .row.large-collapse > .column,
  .large-collapse.voya-components-estimated-income > .column,
  .row.large-collapse > .columns,
  .large-collapse.voya-components-estimated-income > .columns {
    padding-left: 0;
    padding-right: 0;
  }

  .row.large-collapse .row,
  .large-collapse.voya-components-estimated-income .row,
  .row.large-collapse .voya-components-estimated-income,
  .large-collapse.voya-components-estimated-income .voya-components-estimated-income {
    margin-left: 0;
    margin-right: 0;
  }

  .row.large-uncollapse > .column,
  .large-uncollapse.voya-components-estimated-income > .column,
  .row.large-uncollapse > .columns,
  .large-uncollapse.voya-components-estimated-income > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

  .push-0 {
    position: relative;
    left: 0;
    right: auto;
  }

  .pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }

  .push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }

  .pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }

  .push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }

  .pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }

  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }

  .pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }

  .push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }

  .pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }

  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }

  .pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }

  .push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }

  .pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }

  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }

  .pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }

  .push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }

  .pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
}

/* VOYA COLOR DEFINITIONS */

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

/* FONT PATH
 * -------------------------- */

@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa,
.yourPlan #gender .error:before,
.yourPlan #state .error:before,
.yourPlan #payrollFrequency .error:before,
.yourPlan #daytimePhoneType .error:before,
.yourPlan #payCycles .error:before,
.yourPlan #payrollEmployers .error:before,
.aboutMe #gender .error:before,
.aboutMe #state .error:before,
.aboutMe #payrollFrequency .error:before,
.aboutMe #daytimePhoneType .error:before,
.aboutMe #payCycles .error:before,
.aboutMe #payrollEmployers .error:before,
.threeSteps #gender .error:before,
.threeSteps #state .error:before,
.threeSteps #payrollFrequency .error:before,
.threeSteps #daytimePhoneType .error:before,
.threeSteps #payCycles .error:before,
.threeSteps #payrollEmployers .error:before,
input + .error:before,
.voya-customSelect + .error:before,
.customSelect + .error:before,
select + .error:before,
voya-field.benfSsn + .error:before,
voya-notification.error:before,
.chosen-container .chosen-single div b,
.chosen-container.chosen-with-drop .chosen-single div b {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */

.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left,
.yourPlan #gender .fa-pull-left.error:before,
.yourPlan #state .fa-pull-left.error:before,
.yourPlan #payrollFrequency .fa-pull-left.error:before,
.yourPlan #daytimePhoneType .fa-pull-left.error:before,
.yourPlan #payCycles .fa-pull-left.error:before,
.yourPlan #payrollEmployers .fa-pull-left.error:before,
.aboutMe #gender .fa-pull-left.error:before,
.aboutMe #state .fa-pull-left.error:before,
.aboutMe #payrollFrequency .fa-pull-left.error:before,
.aboutMe #daytimePhoneType .fa-pull-left.error:before,
.aboutMe #payCycles .fa-pull-left.error:before,
.aboutMe #payrollEmployers .fa-pull-left.error:before,
.threeSteps #gender .fa-pull-left.error:before,
.threeSteps #state .fa-pull-left.error:before,
.threeSteps #payrollFrequency .fa-pull-left.error:before,
.threeSteps #daytimePhoneType .fa-pull-left.error:before,
.threeSteps #payCycles .fa-pull-left.error:before,
.threeSteps #payrollEmployers .fa-pull-left.error:before,
input + .fa-pull-left.error:before,
.voya-customSelect + .fa-pull-left.error:before,
.customSelect + .fa-pull-left.error:before,
select + .fa-pull-left.error:before,
voya-field.benfSsn + .fa-pull-left.error:before,
voya-notification.fa-pull-left.error:before,
.chosen-container .chosen-single div b.fa-pull-left {
  margin-right: 0.3em;
}

.fa.fa-pull-right,
.yourPlan #gender .fa-pull-right.error:before,
.yourPlan #state .fa-pull-right.error:before,
.yourPlan #payrollFrequency .fa-pull-right.error:before,
.yourPlan #daytimePhoneType .fa-pull-right.error:before,
.yourPlan #payCycles .fa-pull-right.error:before,
.yourPlan #payrollEmployers .fa-pull-right.error:before,
.aboutMe #gender .fa-pull-right.error:before,
.aboutMe #state .fa-pull-right.error:before,
.aboutMe #payrollFrequency .fa-pull-right.error:before,
.aboutMe #daytimePhoneType .fa-pull-right.error:before,
.aboutMe #payCycles .fa-pull-right.error:before,
.aboutMe #payrollEmployers .fa-pull-right.error:before,
.threeSteps #gender .fa-pull-right.error:before,
.threeSteps #state .fa-pull-right.error:before,
.threeSteps #payrollFrequency .fa-pull-right.error:before,
.threeSteps #daytimePhoneType .fa-pull-right.error:before,
.threeSteps #payCycles .fa-pull-right.error:before,
.threeSteps #payrollEmployers .fa-pull-right.error:before,
input + .fa-pull-right.error:before,
.voya-customSelect + .fa-pull-right.error:before,
.customSelect + .fa-pull-right.error:before,
select + .fa-pull-right.error:before,
voya-field.benfSsn + .fa-pull-right.error:before,
voya-notification.fa-pull-right.error:before,
.chosen-container .chosen-single div b.fa-pull-right {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left,
.yourPlan #gender .pull-left.error:before,
.yourPlan #state .pull-left.error:before,
.yourPlan #payrollFrequency .pull-left.error:before,
.yourPlan #daytimePhoneType .pull-left.error:before,
.yourPlan #payCycles .pull-left.error:before,
.yourPlan #payrollEmployers .pull-left.error:before,
.aboutMe #gender .pull-left.error:before,
.aboutMe #state .pull-left.error:before,
.aboutMe #payrollFrequency .pull-left.error:before,
.aboutMe #daytimePhoneType .pull-left.error:before,
.aboutMe #payCycles .pull-left.error:before,
.aboutMe #payrollEmployers .pull-left.error:before,
.threeSteps #gender .pull-left.error:before,
.threeSteps #state .pull-left.error:before,
.threeSteps #payrollFrequency .pull-left.error:before,
.threeSteps #daytimePhoneType .pull-left.error:before,
.threeSteps #payCycles .pull-left.error:before,
.threeSteps #payrollEmployers .pull-left.error:before,
input + .pull-left.error:before,
.voya-customSelect + .pull-left.error:before,
.customSelect + .pull-left.error:before,
select + .pull-left.error:before,
voya-field.benfSsn + .pull-left.error:before,
voya-notification.pull-left.error:before,
.chosen-container .chosen-single div b.pull-left {
  margin-right: 0.3em;
}

.fa.pull-right,
.yourPlan #gender .pull-right.error:before,
.yourPlan #state .pull-right.error:before,
.yourPlan #payrollFrequency .pull-right.error:before,
.yourPlan #daytimePhoneType .pull-right.error:before,
.yourPlan #payCycles .pull-right.error:before,
.yourPlan #payrollEmployers .pull-right.error:before,
.aboutMe #gender .pull-right.error:before,
.aboutMe #state .pull-right.error:before,
.aboutMe #payrollFrequency .pull-right.error:before,
.aboutMe #daytimePhoneType .pull-right.error:before,
.aboutMe #payCycles .pull-right.error:before,
.aboutMe #payrollEmployers .pull-right.error:before,
.threeSteps #gender .pull-right.error:before,
.threeSteps #state .pull-right.error:before,
.threeSteps #payrollFrequency .pull-right.error:before,
.threeSteps #daytimePhoneType .pull-right.error:before,
.threeSteps #payCycles .pull-right.error:before,
.threeSteps #payrollEmployers .pull-right.error:before,
input + .pull-right.error:before,
.voya-customSelect + .pull-right.error:before,
.customSelect + .pull-right.error:before,
select + .pull-right.error:before,
voya-field.benfSsn + .pull-right.error:before,
voya-notification.pull-right.error:before,
.chosen-container .chosen-single div b.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */

.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before,
.voya-fund-item.open .voya-accordion-icon:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before,
.voya-fund-item .voya-accordion-icon:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-o:before {
  content: "\f2b7";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-circle-o:before {
  content: "\f2be";
}

.fa-user-o:before {
  content: "\f2c0";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/*
 * A partial implementation of the Ruby list functions from Compass:
 * https://github.com/Compass/compass/blob/stable/lib/compass/sass_extensions/functions/lists.rb
 */

/*
 * A partial implementation of the Ruby constants functions from Compass:
 * https://github.com/Compass/compass/blob/stable/lib/compass/sass_extensions/functions/constants.rb
 */

/*
 * A partial implementation of the Ruby display functions from Compass:
 * https://github.com/Compass/compass/blob/stable/core/lib/compass/core/sass_extensions/functions/display.rb
 */

/* Creates an element with equal width and height ($diameter) and 50% border radius */

/* Fonts
 * ALL @font-face declarations go here
 * applying the font to an id/class/html element goes in another file
 */

/* END @mixin voya-fonts-proxima */

.voya-header-desktop-basic .voya-header-basic-nav ul li a,
.voya-link,
a,
p a {
  color: #D75426;
  text-decoration: none;
}

.voya-header-desktop-basic .voya-header-basic-nav ul li a:hover,
.voya-link:hover,
a:hover {
  color: #333333;
  text-decoration: underline;
  transition: color 0.5s ease;
}

.voya-header-desktop-basic .voya-header-basic-nav ul li a:focus,
.voya-link:focus,
a:focus {
  outline-offset: 0px;
  outline-style: dashed;
  outline-color: #D75426;
  outline-width: thin;
}

.voya-large-text {
  font-family: "Proxima Nova Light", Arial, sans-serif;
  font-size: 42px;
  line-height: 1.2;
}

.voya-heading-1 {
  font-family: "Proxima Nova Light", Arial, sans-serif;
  font-weight: normal;
  font-size: 24px;
  padding-bottom: 6px;
  margin-top: 24px;
  margin-bottom: 24px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

.voya-customSelect select:focus,
.beneficiaries voya-field input[type=checkbox]:focus,
.confirmRetirementChoices #enrollmentMaterialsInd input[type=checkbox]:focus,
.contributionOptions .radioToggle:focus,
.mL-module .mLInput:focus,
.voya-field-checkbox input[type=checkbox]:focus + .voya-field__checkbox,
voya-field .voya-field__input-cell--no-chosen select:focus,
.chosen-container.chosen-container-active a,
.voya-contextual-help,
.voya-form input[type=text]:focus,
.voya-form input[type=email]:focus,
.voya-form input[type=password]:focus,
.voya-form input[type=numeric]:focus,
.voya-form input[type=phone]:focus,
.voya-form textarea:focus,
voya-field textarea:focus,
input[type=text]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=password]:focus {
  outline-style: none;
  outline-width: 0;
  box-shadow: 0 0 0 1px #76C5E4;
}

voya-field textarea,
voya-field input[type=number],
voya-field input[type=tel],
voya-field input[type=text],
input[type=text],
input[type=number],
input[type=tel],
input[type=password] {
  display: block;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  padding: 7px 4px 6px 7px;
  font-size: 16px;
  border: 1px solid #909090;
  border-radius: 4px;
}

voya-field textarea:disabled,
input[type=text]:disabled,
input[type=number]:disabled,
input[type=tel]:disabled,
input[type=password]:disabled {
  background-color: #F0F0F0;
}

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

voya-button input,
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  width: 1px;
  position: absolute;
  top: -9999px;
  left: -9999px;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.voya-question-icon {
  font-size: 1.5em;
  color: #bbb;
  text-align: center;
  width: 1.5em;
  height: 1.5em;
  position: relative;
}

.voya-question-icon:after {
  border: 3px solid #e6e6e6;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 1.5em;
  height: 1.5em;
}

.voya-question-icon:before {
  top: 0.2em;
  position: absolute;
  left: 0;
  right: 0;
  content: "\f128";
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  font-family: "Proxima Nova Regular", Arial, sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.42857;
  color: #333333;
  -webkit-text-size-adjust: none;
}

a,
img,
a img {
  border: 0;
}

strong {
  font-family: "Proxima Nova Semibold", Arial, sans-serif;
  font-weight: normal;
}

/*
 * customized font-awesome question mark icon.
 */

/*
 * Hide visually, don't maintain layout, not available to screen readers
 */

.hidden {
  display: none !important;
}

/*
 * Hide visually, don't maintain layout, available to screen readers
 */

/*
 * Hide visually, maintain layout, not available to screen readers
 */

.invisible {
  visibility: hidden;
}

/*
 * Hide visually,  maintain layout, available to screen readers
 */

.transparent,
.voya-field-checkbox input[type=checkbox] {
  opacity: 0;
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.max-width-200 {
  max-width: 200px;
}

.max-width-300 {
  max-width: 300px;
}

.max-width-400 {
  max-width: 400px;
}

.max-width-500 {
  max-width: 500px;
}

.max-width-600 {
  max-width: 600px;
}

.max-width-700 {
  max-width: 700px;
}

.max-width-800 {
  max-width: 800px;
}

.max-width-900 {
  max-width: 900px;
}

.max-width-1000 {
  max-width: 1000px;
}

.margin-auto {
  margin: auto;
}

.margin-12 {
  margin: 12px;
}

.margin-18 {
  margin: 18px;
}

.margin-24 {
  margin: 24px;
}

.margin-top-12 {
  margin-top: 12px;
}

.margin-top-18 {
  margin-top: 18px;
}

.margin-top-24 {
  margin-top: 24px;
}

.nowrap {
  white-space: nowrap;
}

/* Fonts
 * ALL @font-face declarations go here
 * applying the font to an id/class/html element goes in another file
 */

/* ProximaNova / Proxima Nova */

@font-face {
  font-family: "Proxima Nova Light";
  src: url("../fonts/proxima/proxima_nova_light-webfont.eot");
  src: url("../fonts/proxima/proxima_nova_light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/proxima/proxima_nova_light-webfont.woff") format("woff"), url("../fonts/proxima/proxima_nova_light-webfont.ttf") format("truetype"), url("../fonts/proxima/proxima_nova_light-webfont.svg#proxima_novalight") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Proxima Nova Regular";
  src: url("../fonts/proxima/proxima_nova_reg-webfont.eot");
  src: url("../fonts/proxima/proxima_nova_reg-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/proxima/proxima_nova_reg-webfont.woff") format("woff"), url("../fonts/proxima/proxima_nova_reg-webfont.ttf") format("truetype"), url("../fonts/proxima/proxima_nova_reg-webfont.svg#proxima_nova_rgregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Proxima Nova Semibold";
  src: url("../fonts/proxima/proximanova-sbold-webfont.eot");
  src: url("../fonts/proxima/proximanova-sbold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/proxima/proximanova-sbold-webfont.woff") format("woff"), url("../fonts/proxima/proximanova-sbold-webfont.ttf") format("truetype"), url("../fonts/proxima/proximanova-sbold-webfont.svg#proxima_nova_ltsemibold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Proxima Nova Bold";
  src: url("../fonts/proxima/proxima_nova_bold-webfont.eot");
  src: url("../fonts/proxima/proxima_nova_bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/proxima/proxima_nova_bold-webfont.woff") format("woff"), url("../fonts/proxima/proxima_nova_bold-webfont.ttf") format("truetype"), url("../fonts/proxima/proxima_nova_bold-webfont.svg#proxima_nova_rgbold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Proxima Condensed";
  src: url("../fonts/proxima/proximanovacond-thin-webfont.eot");
  src: url("../fonts/proxima/proximanovacond-thin-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/proxima/proximanovacond-thin-webfont.woff") format("woff"), url("../fonts/proxima/proximanovacond-thin-webfont.ttf") format("truetype"), url("../fonts/proxima/proximanovacond-thin-webfont.svg#proxima_nova_condensedthin") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Proxima Thin";
  src: url("../fonts/proxima/proximanova-thin-webfont.eot");
  src: url("../fonts/proxima/proximanova-thin-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/proxima/proximanova-thin-webfont.woff") format("woff"), url("../fonts/proxima/proximanova-thin-webfont.ttf") format("truetype"), url("../fonts/proxima/proximanova-thin-webfont.svg#proxima_novathin") format("svg");
  font-weight: normal;
  font-style: normal;
}

.voya-button-bar button,
.voya-button-modal,
.voya-button-white,
button.back,
.voya-button-orange,
button.continue,
.voya-button {
  position: relative;
  display: inline-block;
  padding: 8px 18px 8px 18px;
  white-space: nowrap;
  outline: medium none;
  border: medium none;
  border-radius: 3px;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  font-family: "Proxima Nova Semibold", Arial, sans-serif;
  text-transform: uppercase;
  vertical-align: middle;
  cursor: pointer;
}

.voya-button-bar button:hover,
.voya-button-modal:hover,
.voya-button-white:hover,
button.back:hover,
.voya-button-orange:hover,
button.continue:hover,
.voya-button:hover {
  text-decoration: none;
}

.voya-button-bar button:hover span,
.voya-button-modal:hover span,
.voya-button-white:hover span,
button.back:hover span,
.voya-button-orange:hover span,
button.continue:hover span,
.voya-button:hover span {
  text-decoration: none;
}

.voya-button-bar button i.fa-angle-right,
.voya-button-modal i.fa-angle-right,
.voya-button-white i.fa-angle-right,
button.back i.fa-angle-right,
.voya-button-orange i.fa-angle-right,
button.continue i.fa-angle-right,
.voya-button i.fa-angle-right {
  font-size: 20px;
  margin-left: 6px;
}

.voya-button-bar button i.fa-angle-left,
.voya-button-modal i.fa-angle-left,
.voya-button-white i.fa-angle-left,
button.back i.fa-angle-left,
.voya-button-orange i.fa-angle-left,
button.continue i.fa-angle-left,
.voya-button i.fa-angle-left {
  font-size: 20px;
  margin-right: 6px;
}

.voya-button-bar button.block,
.block.voya-button-modal,
.block.voya-button-white,
button.block.back,
.block.voya-button-orange,
button.block.continue,
.block.voya-button {
  display: block;
  width: 100%;
}

.voya-button-bar button.disbaled,
.disbaled.voya-button-modal,
.disbaled.voya-button-white,
button.disbaled.back,
.disbaled.voya-button-orange,
button.disbaled.continue,
.disbaled.voya-button {
  cursor: default;
}

.voya-button-orange,
button.continue {
  background-color: #F58000;
  background-repeat: repeat-x;
  color: #FFF;
}

.voya-button-orange:hover,
button.continue:hover {
  color: #FFF;
}

.voya-button-modal,
.voya-button-white,
button.back {
  background-color: #FFF;
  color: #D75426;
  border: 1px solid #B0B0B0;
}

.voya-button[disabled] {
  cursor: auto;
  filter: none;
  background-image: none;
  background: #E0E0E0;
}

.voya-button-modal {
  color: #FFFFFF;
  border: 2px solid #D75426 !important;
  border-radius: 6px;
}

.voya-x-button-modal {
  background: transparent;
  border: none;
  height: 40px;
  width: 40px;
  text-align: center;
  vertical-align: middle;
  font-size: 20px;
  font-weight: bold;
  line-height: 40px;
  color: #D75426;
  cursor: pointer;
}

.voya-header-desktop-basic .voya-header-basic-nav ul li a,
a,
p a,
.voya-link {
  color: #D75426;
  text-decoration: none;
}

.voya-header-desktop-basic .voya-header-basic-nav ul li a:hover,
a:hover,
.voya-link:hover,
.voya-header-desktop-basic .voya-header-basic-nav ul li a:hover span,
a:hover span,
.voya-link:hover span,
.voya-header-desktop-basic .voya-header-basic-nav ul li a:focus,
a:focus,
.voya-link:focus,
.voya-header-desktop-basic .voya-header-basic-nav ul li a:focus span,
a:focus span,
.voya-link:focus span,
.voya-header-desktop-basic .voya-header-basic-nav ul li a:active,
a:active,
.voya-link:active,
.voya-header-desktop-basic .voya-header-basic-nav ul li a:active span,
a:active span,
.voya-link:active span {
  cursor: pointer;
}

voya-field:not([type=incrementor]) input[type=text],
voya-field:not([type=incrementor]) input[type=password],
voya-field:not([type=incrementor]) input[type=tel] {
  height: 40px;
  line-height: 34px;
}

.voya-form input[type=text],
.voya-form input[type=email],
.voya-form input[type=password],
.voya-form input[type=numeric],
.voya-form input[type=phone],
.voya-form textarea {
  width: 100%;
  padding: 0 17px;
  border-radius: 5px;
  border: 1px solid #808080;
  color: #333333;
  margin-bottom: 20px;
  height: 40px;
  font-family: inherit;
  font-size: inherit;
  line-height: 34px;
}

.voya-form input[type=text].money,
.voya-form input[type=text].percent,
.voya-form input[type=email].money,
.voya-form input[type=email].percent,
.voya-form input[type=password].money,
.voya-form input[type=password].percent,
.voya-form input[type=numeric].money,
.voya-form input[type=numeric].percent,
.voya-form input[type=phone].money,
.voya-form input[type=phone].percent,
.voya-form textarea.money,
.voya-form textarea.percent {
  text-align: right;
}

.voya-form input[type=text].date,
.voya-form input[type=email].date,
.voya-form input[type=password].date,
.voya-form input[type=numeric].date,
.voya-form input[type=phone].date,
.voya-form textarea.date {
  width: 170px;
}

.voya-form input[type=text].error,
.voya-form input[type=email].error,
.voya-form input[type=password].error,
.voya-form input[type=numeric].error,
.voya-form input[type=phone].error,
.voya-form textarea.error {
  border-color: #D75426;
}

.voya-form input[type=checkbox] {
  position: relative;
  margin: 5px;
}

.voya-form input[type=checkbox]:after {
  width: 20px;
  height: 20px;
  border: 1px solid #C3C3C3;
  background: #fff;
  position: absolute;
  content: " ";
  font-family: "FontAwesome";
  text-align: center;
  font-size: 16px;
  color: #D75426;
  top: -5px;
  left: -5px;
}

.voya-form input[type=checkbox]:checked:after {
  content: "\f00c";
}

.voya-form input[type=checkbox]:focus {
  outline: none;
}

.voya-form input[type=radio] {
  position: relative;
  margin: 5px;
}

.voya-form input[type=radio]:after {
  width: 20px;
  height: 20px;
  border: 1px solid #C3C3C3;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  content: " ";
  font-family: "FontAwesome";
  text-align: center;
  font-size: 17px;
  color: #D75426;
  top: -5px;
  left: -5px;
  line-height: 18px;
}

.voya-form input[type=radio]:checked:after {
  content: "\f111";
}

.voya-form input[type=radio]:focus {
  outline: none;
}

.voya-form input[type=text].invalid,
.voya-form input[type=email].invalid,
.voya-form input[type=password].invalid,
.voya-form input[type=numeric].invalid,
.voya-form input[type=phone].invalid,
.voya-form textarea.invalid {
  border: 1px solid #B30000;
  margin-bottom: 0px;
}

.voya-form input[type=text].invalid:focus,
.voya-form input[type=email].invalid:focus,
.voya-form input[type=password].invalid:focus,
.voya-form input[type=numeric].invalid:focus,
.voya-form input[type=phone].invalid:focus,
.voya-form textarea.invalid:focus {
  outline: #B30000 auto 5px;
}

.voya-form .row,
.voya-form .voya-components-estimated-income {
  margin: 0;
}

.voya-form .column,
.voya-form .columns {
  padding-left: 10px;
  padding-right: 10px;
}

.voya-form .submitContainer {
  text-align: center;
  padding: 5px 0;
}

.voya-form legend {
  display: block;
  width: 100%;
  font-weight: 300;
  font-size: 20px;
  padding: 10px 0;
  border-bottom: 1px solid #C3C3C3;
  color: #666666;
  margin: 0;
  background: none;
}

.voya-form fieldset {
  margin: 0 0 5px;
  border: none;
  padding: 0;
}

.voya-form label:not(.voya-field__label) {
  display: inline-block;
  padding: 10px 0 20px;
  font-size: 16px;
}

.voya-form .inputSubtext {
  line-height: 16px;
  display: block;
  margin: 15px 0;
  font-size: 14px;
  font-weight: bold;
  color: #D75426;
}

.voya-form .infoText {
  font-size: 15px;
  color: #808080;
}

.iconStandard {
  position: relative;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  color: #fff;
  font-size: 12px;
}

.voya-form {
  max-width: 990px;
  margin: 0 auto 20px;
}

.voya-field--error input,
.voya-field--error textarea {
  border-color: #B30000 !important;
}

.rangeslider,
.rangeslider__fill {
  background: #e6e6e6;
  display: block;
  height: 10px;
  width: 100%;
  border-radius: 10px;
}

.rangeslider {
  position: relative;
}

.rangeslider--disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
}

.rangeslider__fill {
  background: #0294A4;
  position: absolute;
  top: 0;
}

.rangeslider__handle {
  background: white;
  border: 4px solid #0294A4;
  cursor: pointer;
  display: inline-block;
  width: 36px;
  height: 36px;
  position: absolute;
  top: -12px;
  background-color: #e6e6e6;
  border-radius: 50%;
}

.rangeslider__handle:active {
  background-image: -owg(linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12)));
  background-image: -webkit(linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12)));
  background-image: -moz(linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12)));
  background-image: -o(linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12)));
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
}

input[type=range]:focus + .rangeslider .rangeslider__handle {
  box-shadow: rgba(255, 0, 255, 0.9) 0 0 8px;
}

.voya-components-selection-list li {
  border-bottom: 1px solid rgb(226, 226, 226);
  position: relative;
  padding: 15px 30px;
  margin: 0;
  font-size: 22px;
  line-height: 26px;
  /*.item-input {
      width: 70px;
      border: 1px solid $gray4;
      border-radius: 7px;
      margin-right: 15px;
      padding: 10px;
      text-align: center;
      max-height: 45px;
    }
  */
}

.voya-components-selection-list li .buttons {
  margin-top: 10px;
}

.voya-components-selection-list li .buttons .button {
  display: inline-block;
  border: 1px solid #D75426;
  border-radius: 15px;
  line-height: 30px;
  color: #D75426;
  padding: 0 30px;
  font-size: 16px;
  margin-right: 20px;
}

.voya-components-selection-list li .actions {
  position: absolute;
  right: 25px;
  top: 50%;
  height: 36px;
  margin-top: -18px;
  /* todo absract these to voya-buttons */
}

.voya-components-selection-list li .actions .button {
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  font-size: 28px;
  line-height: 38px;
  color: #fff;
}

.voya-components-selection-list li .actions .button.red {
  background-color: #D75426;
}

.voya-components-selection-list li .actions .button.green {
  background-color: rgb(84, 166, 99);
}

.voya-components-selection-list {
  background: #fff;
  list-style: none;
  margin: 0;
  padding: 0;
}

.voya-components-slider-set {
  height: 90px;
  white-space: nowrap;
  position: relative;
}

.percent.voya-components-slider-set .contributionPrefix {
  display: none;
}

.percent.voya-components-slider-set .contributionValue {
  text-align: right;
  width: 5em;
  padding-right: 7px;
  width: 100px;
}

.amount.voya-components-slider-set .contributionSuffix {
  display: none;
}

.amount.voya-components-slider-set .contributionValue {
  text-align: left;
  width: 5em;
  padding-left: 7px;
  width: 132px;
}

.voya-components-slider-set .contributionSuffix,
.voya-components-slider-set .contributionPrefix {
  position: relative;
  display: inline-block;
}

.voya-components-slider-set .slider-container {
  padding-left: 60px;
}

.voya-components-slider-set .values {
  display: inline-block;
}

.voya-components-slider-set .values .value-large-container {
  display: inline-block;
}

.voya-components-slider-set .values sup {
  font-size: 20px;
  line-height: 48px;
  position: relative;
  top: -4px;
  text-decoration: none !important;
}

.voya-components-slider-set .values .value-large,
.voya-components-slider-set .values .value-small {
  display: inline-block;
  text-align: center;
}

.voya-components-slider-set .values .value-large {
  text-align: right;
  text-decoration: underline;
  font-size: 32px;
}

.voya-components-slider-set .values .value-large.circle {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  border-width: 1px;
  border-style: solid;
}

.voya-components-slider-set .values .value-large.underline {
  line-height: 32px;
}

.voya-components-slider-set .values .value-small {
  line-height: 30px;
}

.voya-components-slider-set .values .contributionPrefix,
.voya-components-slider-set .values .contributionSuffix {
  padding: 0;
  margin: 0;
  font-size: 24px;
  font-size: 40px;
  font-style: normal;
  font-weight: normal;
  height: 45px;
  letter-spacing: normal;
  line-height: 33px;
}

.voya-components-slider-set .values .dollarDisplay {
  font-family: "Proxima Nova Bold" !important;
  font-weight: 800 !important;
}

.voya-components-slider-set .slider-container {
  position: absolute;
  top: 8px;
  left: 90px;
  right: 30px;
  margin-top: 12px;
  margin-left: 30px;
}

.voya-components-slider-set .slider-container input[type=range] {
  width: 100%;
}

.voya-components-estimated-income {
  padding: 20px 0;
  max-width: 71.5rem;
  /*D-50037: Ipad dollarGraph and header values view.*/
}

.voya-components-estimated-income .income-information__values,
.voya-components-estimated-income .income-information__sub-links {
  margin-left: -2.9rem;
}

.voya-components-estimated-income .income-information__sub-links a .fa-circle {
  font-size: 20px;
}

.voya-components-estimated-income .income-information__sub-links a .fa-inverse {
  color: #fff;
  font-size: 12px;
}

.voya-components-estimated-income .column,
.voya-components-estimated-income .columns {
  padding-top: 0px;
  padding-bottom: 5px;
}

.voya-components-estimated-income .column.border,
.voya-components-estimated-income .columns.border {
  border-left: 1px solid #d0d0d0;
}

.voya-components-estimated-income label {
  font-size: 18px;
  color: #888888;
  display: block;
}

.voya-components-estimated-income .value {
  font-size: 40px;
  color: #707070;
  font-weight: lighter;
  line-height: 40px;
}

.voya-components-estimated-income .value sup {
  position: relative;
  font-size: 24px;
  line-height: 24px;
  top: 5px;
}

.voya-components-estimated-income .value.large {
  font-size: 60px;
}

.voya-components-estimated-income .value.large sup {
  top: 8px;
  font-size: 36px;
  line-height: 36px;
}

.voya-components-estimated-income .value.teal {
  color: #0097A9;
  font-size: 48px;
}

.voya-components-estimated-income .value.red {
  color: #D75426;
}

.voya-components-estimated-income .you-are-on-track {
  font-size: 22px;
}

@media only screen and (min-width:40.0625em) and (max-width:64em) {
  .voya-components-estimated-income {
    max-width: 850px;
    margin: 0px auto;
  }

  .voya-components-estimated-income .income-information__values-mobile {
    max-width: 750px;
    margin: 0px auto;
  }

  .voya-components-estimated-income .income-information__sub-links {
    margin-left: 0px;
  }
}

@media screen and (max-width: 960px) and (min-width: 769px) {
  .voya-components-estimated-income #omDollarGraphRegion label {
    font-size: 16px;
  }

  .voya-components-estimated-income .value {
    font-size: 30px;
    line-height: 36px;
    margin-top: 5px;
  }

  .voya-components-estimated-income .value sup {
    font-size: 20px;
    line-height: 20px;
    top: 5px;
  }

  .voya-components-estimated-income .value.large {
    font-size: 30px;
  }

  .voya-components-estimated-income .value.large sup {
    top: 8px;
    font-size: 24px;
    line-height: 32px;
  }

  .voya-components-estimated-income .value.teal {
    font-size: 30px;
  }

  .voya-components-estimated-income .you-are-on-track {
    font-size: 20px;
  }

  .voya-components-estimated-income .income-information__values,
  .voya-components-estimated-income .income-information__sub-links {
    margin-left: 0px;
  }

  .voya-components-estimated-income .income-information__values a,
  .voya-components-estimated-income .income-information__sub-links a {
    font-size: small;
  }
}

@media screen and (max-width: 768px) and (min-width: 641px) {
  .voya-components-estimated-income #omDollarGraphRegion label {
    font-size: 16px;
  }

  .voya-components-estimated-income .value {
    font-size: 24px;
    line-height: 24px;
  }

  .voya-components-estimated-income .value sup {
    font-size: 20px;
    line-height: 20px;
    top: 5px;
  }

  .voya-components-estimated-income .value.large {
    font-size: 30px;
  }

  .voya-components-estimated-income .value.large sup {
    top: 8px;
    font-size: 16px;
    line-height: 22px;
  }

  .voya-components-estimated-income .value.teal {
    font-size: x-large;
  }

  .voya-components-estimated-income .you-are-on-track {
    font-size: 20px;
  }

  .voya-components-estimated-income .income-information__values,
  .voya-components-estimated-income .income-information__sub-links {
    margin-left: 0px;
  }

  .voya-components-estimated-income .income-information__values a,
  .voya-components-estimated-income .income-information__sub-links a {
    font-size: small;
  }
}

@media screen and (max-width: 640px) and (min-width: 401px) {
  .voya-components-estimated-income #omDollarGraphRegion label {
    font-size: 16px;
  }

  .voya-components-estimated-income .value {
    font-size: 24px;
    line-height: 24px;
  }

  .voya-components-estimated-income .value sup {
    font-size: 20px;
    line-height: 20px;
    top: 5px;
  }

  .voya-components-estimated-income .value.large {
    font-size: 30px;
  }

  .voya-components-estimated-income .value.large sup {
    top: 8px;
    font-size: 16px;
    line-height: 22px;
  }

  .voya-components-estimated-income .value.teal {
    font-size: 28px;
  }

  .voya-components-estimated-income .you-are-on-track {
    font-size: 16px;
    margin-top: 0px;
  }

  .voya-components-estimated-income .income-information__values,
  .voya-components-estimated-income .income-information__sub-links {
    margin-left: 0px;
  }

  .voya-components-estimated-income .income-information__values a,
  .voya-components-estimated-income .income-information__sub-links a {
    font-size: small;
  }
}

@media screen and (max-width: 400px) {
  .voya-components-estimated-income #omDollarGraphRegion label {
    font-size: 14px;
  }

  .voya-components-estimated-income .value {
    font-size: 22px;
    line-height: 22px;
  }

  .voya-components-estimated-income .value sup {
    font-size: 16px;
    line-height: 16px;
    top: 5px;
  }

  .voya-components-estimated-income .value.large {
    font-size: 22px;
  }

  .voya-components-estimated-income .value.large sup {
    top: 8px;
    font-size: 16px;
    line-height: 16px;
  }

  .voya-components-estimated-income .value.teal {
    font-size: 22px;
  }

  .voya-components-estimated-income .dollarbill {
    z-index: 1;
  }

  .voya-components-estimated-income .you-are-on-track {
    font-size: 16px;
    margin-top: 0px;
  }

  .voya-components-estimated-income .quickEnroll-pagelet .pagelet-subtitle-main {
    margin-bottom: -80px;
  }

  .voya-components-estimated-income h3 .text-center .gray {
    margin-top: 0px !important;
    font-size: small;
  }

  .voya-components-estimated-income .income-information__values,
  .voya-components-estimated-income .income-information__sub-links {
    margin-left: 0px;
    position: relative;
  }

  .voya-components-estimated-income .income-information__values a,
  .voya-components-estimated-income .income-information__sub-links a {
    font-size: small;
  }
}

.voya-components-estimated-income .income-information__values-mobile {
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
}

.voya-components-estimated-income .income-information__values-desktop {
  display: none;
}

@media only screen and (min-width:64.0625em) {
  .voya-components-estimated-income .income-information__values-mobile {
    display: none;
  }

  .voya-components-estimated-income .income-information__values-desktop {
    display: -ms-flexbox;
    display: flex;
  }
}

.voya-components-mad-lib {
  line-height: 40px;
  font-size: 16px;
  margin-bottom: 20px;
  color: #888888;
  /* css from mL appModule */
}

.voya-components-mad-lib input[type=text].mad-lib-input {
  position: relative;
  background: none;
  border-style: solid;
  border-width: 0 0 2px;
  border-color: #D75426;
  color: #D75426;
  margin: 0 10px;
  padding: 5px 15px;
  height: 40px;
  width: 60px;
}

.voya-components-mad-lib input[type=text].mad-lib-input.end {
  margin: 0 0 0 10px;
}

.voya-components-mad-lib input[type=text].mad-lib-input.begin {
  margin: 0 10px 0 0;
}

.voya-components-mad-lib .ml {
  color: #666666;
  font-size: 28px;
  font-family: "Proxima Nova Regular", Arial, sans-serif;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  width: 100%;
  margin: 0 auto;
}

.voya-components-mad-lib .ml .retirementSalary {
  color: #0097a9;
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
}

.voya-components-mad-lib .ml .editable {
  color: #0097A9;
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
}

.voya-components-mad-lib .ml .editPointer {
  cursor: pointer;
}

.voya-components-mad-lib .ml .hideMLInput {
  display: none;
}

.voya-components-mad-lib .ml .hideMLInput input[type=text] {
  max-width: 90px;
  border: none !important;
  -webkit-appearance: none !important;
  -webkit-font-smoothing: antialiased !important;
  -webkit-user-select: text !important;
  -webkit-writing-mode: horizontal-tb !important;
  background: transparent;
  color: #0097A9 !important;
  cursor: auto !important;
  display: inline !important;
  font-size: 30px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  height: 90px !important;
  text-decoration: underline !important;
  letter-spacing: normal !important;
  line-height: 30px !important;
  margin-bottom: 0px !important;
  outline-style: none !important;
  outline-width: 0px !important;
  padding-top: 0px !important;
  text-align: center !important;
  text-shadow: none !important;
  text-transform: none !important;
  word-spacing: 0px !important;
}

.voya-components-mad-lib .ml .hideMLInput label {
  font-size: 18px;
  color: #D75426;
  display: none;
}

@media screen and (min-width: 769px) and (max-width: 968px) {
  .voya-components-mad-lib .ml {
    font-size: x-large;
  }

  .voya-components-mad-lib .ml .retirementSalary {
    font-size: x-large;
  }

  .voya-components-mad-lib .ml .editable {
    font-size: x-large;
  }

  .voya-components-mad-lib .ml .hideMLInput {
    font-size: x-large;
  }
}

@media screen and (min-width: 641px) and (max-width: 768px) {
  .voya-components-mad-lib .ml {
    margin-left: -16px;
    font-size: 24px;
  }

  .voya-components-mad-lib .ml .retirementSalary {
    font-size: 24px;
  }

  .voya-components-mad-lib .ml .editable {
    font-size: 24px;
  }

  .voya-components-mad-lib .ml .hideMLInput {
    font-size: 24px;
  }
}

@media screen and (min-width: 321px) and (max-width: 640px) {
  .voya-components-mad-lib .ml {
    margin-left: 0px !important;
    font-size: 24px !important;
  }

  .voya-components-mad-lib .ml .retirementSalary {
    font-size: 24px !important;
  }

  .voya-components-mad-lib .ml .editable {
    font-size: 24px !important;
  }

  .voya-components-mad-lib .ml .hideMLInput {
    font-size: 24px !important;
  }
}

.voya-components-thumbnail-grid {
  margin: auto !important;
  max-width: 1000px;
}

.voya-components-thumbnail-grid > li {
  padding: 0 15px;
}

.voya-components-thumbnail-grid > li h4 {
  margin: 0;
}

.voya-components-thumbnail-grid > li .card {
  background: #FFF;
  border-radius: 3px;
  border: 1px solid #d0d0d0;
}

.voya-components-thumbnail-grid > li img {
  margin: 5px;
}

.voya-components-thumbnail-grid > li .inner {
  padding: 10px 15px;
}

.voya-components-thumbnail-grid > li .bottom {
  display: block;
  line-height: 40px;
  text-align: center;
  width: 100%;
  border-top: 1px solid #d0d0d0;
}

.voya-components-thumbnail-grid > li .bottom .fa,
.voya-components-thumbnail-grid > li .bottom .yourPlan #gender .error:before,
.yourPlan #gender .voya-components-thumbnail-grid > li .bottom .error:before,
.voya-components-thumbnail-grid > li .bottom .yourPlan #state .error:before,
.yourPlan #state .voya-components-thumbnail-grid > li .bottom .error:before,
.voya-components-thumbnail-grid > li .bottom .yourPlan #payrollFrequency .error:before,
.yourPlan #payrollFrequency .voya-components-thumbnail-grid > li .bottom .error:before,
.voya-components-thumbnail-grid > li .bottom .yourPlan #daytimePhoneType .error:before,
.yourPlan #daytimePhoneType .voya-components-thumbnail-grid > li .bottom .error:before,
.voya-components-thumbnail-grid > li .bottom .yourPlan #payCycles .error:before,
.yourPlan #payCycles .voya-components-thumbnail-grid > li .bottom .error:before,
.voya-components-thumbnail-grid > li .bottom .yourPlan #payrollEmployers .error:before,
.yourPlan #payrollEmployers .voya-components-thumbnail-grid > li .bottom .error:before,
.voya-components-thumbnail-grid > li .bottom .aboutMe #gender .error:before,
.aboutMe #gender .voya-components-thumbnail-grid > li .bottom .error:before,
.voya-components-thumbnail-grid > li .bottom .aboutMe #state .error:before,
.aboutMe #state .voya-components-thumbnail-grid > li .bottom .error:before,
.voya-components-thumbnail-grid > li .bottom .aboutMe #payrollFrequency .error:before,
.aboutMe #payrollFrequency .voya-components-thumbnail-grid > li .bottom .error:before,
.voya-components-thumbnail-grid > li .bottom .aboutMe #daytimePhoneType .error:before,
.aboutMe #daytimePhoneType .voya-components-thumbnail-grid > li .bottom .error:before,
.voya-components-thumbnail-grid > li .bottom .aboutMe #payCycles .error:before,
.aboutMe #payCycles .voya-components-thumbnail-grid > li .bottom .error:before,
.voya-components-thumbnail-grid > li .bottom .aboutMe #payrollEmployers .error:before,
.aboutMe #payrollEmployers .voya-components-thumbnail-grid > li .bottom .error:before,
.voya-components-thumbnail-grid > li .bottom .threeSteps #gender .error:before,
.threeSteps #gender .voya-components-thumbnail-grid > li .bottom .error:before,
.voya-components-thumbnail-grid > li .bottom .threeSteps #state .error:before,
.threeSteps #state .voya-components-thumbnail-grid > li .bottom .error:before,
.voya-components-thumbnail-grid > li .bottom .threeSteps #payrollFrequency .error:before,
.threeSteps #payrollFrequency .voya-components-thumbnail-grid > li .bottom .error:before,
.voya-components-thumbnail-grid > li .bottom .threeSteps #daytimePhoneType .error:before,
.threeSteps #daytimePhoneType .voya-components-thumbnail-grid > li .bottom .error:before,
.voya-components-thumbnail-grid > li .bottom .threeSteps #payCycles .error:before,
.threeSteps #payCycles .voya-components-thumbnail-grid > li .bottom .error:before,
.voya-components-thumbnail-grid > li .bottom .threeSteps #payrollEmployers .error:before,
.threeSteps #payrollEmployers .voya-components-thumbnail-grid > li .bottom .error:before,
.voya-components-thumbnail-grid > li .bottom input + .error:before,
.voya-components-thumbnail-grid > li .bottom .voya-customSelect + .error:before,
.voya-components-thumbnail-grid > li .bottom .customSelect + .error:before,
.voya-components-thumbnail-grid > li .bottom select + .error:before,
.voya-components-thumbnail-grid > li .bottom voya-field.benfSsn + .error:before,
.voya-components-thumbnail-grid > li .bottom voya-notification.error:before,
.voya-components-thumbnail-grid > li .bottom .chosen-container .chosen-single div b,
.chosen-container .chosen-single div .voya-components-thumbnail-grid > li .bottom b {
  font-size: 13px;
}

.voya-dollar-graph__pins-theme-primary .voya-dollar-graph__pins-container {
  max-width: 824px;
  font-size: 16px;
}

.voya-dollar-graph__pins-theme-primary .voya-dollar-graph__pins-container .voya-dollar-graph__pin {
  color: #686868;
  padding: 6px 12px;
  display: table;
}

@media screen and (max-width: 950px) {
  .voya-dollar-graph__pins-theme-primary .voya-dollar-graph__pins-container .voya-dollar-graph__pin {
    margin-left: 8%;
  }
}

.voya-dollar-graph__pins-theme-primary .voya-dollar-graph__pins-container .voya-dollar-graph__pin-marker-container {
  display: table-cell;
  position: relative;
  line-height: 24px;
}

.voya-dollar-graph__pins-theme-primary .voya-dollar-graph__pins-container .voya-dollar-graph__pin-marker {
  width: 40px;
  height: 37px;
  background-color: #89849b;
  margin-right: 10px;
  text-align: center;
}

.voya-dollar-graph__pins-theme-primary .voya-dollar-graph__pins-container .voya-dollar-graph__pin-marker-number {
  color: #FFF;
  position: relative;
}

.voya-dollar-graph__pins-theme-primary .voya-dollar-graph__pins-container .voya-dollar-graph__pin-num-text,
.voya-dollar-graph__pins-theme-primary .voya-dollar-graph__pins-container .voya-dollar-graph__pin-viz-text {
  font-weight: bold;
}

.voya-dollar-graph__pins-theme-primary .voya-dollar-graph__pins-container .voya-dollar-graph__pin-label {
  padding-left: 4px;
}

.voya-dollar-graph__pins-theme-primary .voya-dollar-graph__pins-container .voya-dollar-graph__pin-value {
  color: #333333;
  line-height: 40px;
  margin: 2px 0;
  display: inline-block;
  vertical-align: text-bottom;
  font-size: 14px;
}

.voya-dollar-graph__pins-theme-secondary .voya-dollar-graph__pins-container {
  max-width: 824px;
  width: 84%;
  margin: 12px auto;
  display: table;
  table-layout: fixed;
  font-size: 16px;
}

.voya-dollar-graph__pins-theme-secondary .voya-dollar-graph__pins-container .voya-dollar-graph__pin {
  display: table-cell;
  width: 50px;
  text-align: center;
  color: #686868;
  padding: 12px;
}

.voya-dollar-graph__pins-theme-secondary .voya-dollar-graph__pins-container .voya-dollar-graph__pin.voya-dollar-graph__pin--selected,
.voya-dollar-graph__pins-theme-secondary .voya-dollar-graph__pins-container .voya-dollar-graph__pin:focus {
  box-shadow: 0 0 1em #a8a8a8;
  border-radius: 6px;
}

.voya-dollar-graph__pins-theme-secondary .voya-dollar-graph__pins-container .voya-dollar-graph__pin-marker-container {
  display: inline-block;
  position: relative;
  height: 24px;
  width: 24px;
  line-height: 24px;
}

.voya-dollar-graph__pins-theme-secondary .voya-dollar-graph__pins-container .voya-dollar-graph__pin-marker {
  width: 24px;
  height: 24px;
  border-radius: 50% 50% 50% 0;
  background-color: #89849b;
  position: absolute;
  transform: rotate(-45deg);
}

.voya-dollar-graph__pins-theme-secondary .voya-dollar-graph__pins-container .voya-dollar-graph__pin-marker-number {
  color: #FFF;
  position: relative;
}

.voya-dollar-graph__pins-theme-secondary .voya-dollar-graph__pins-container .voya-dollar-graph__pin-label {
  display: block;
  text-align: center;
  margin-top: 12px;
}

.voya-dollar-graph__pins-theme-secondary .voya-dollar-graph__pins-container .voya-dollar-graph__pin-value {
  display: block;
  text-align: center;
}

.voya-dollar-graph--slice-selected .voya-dollar-graph__pin {
  opacity: 0.3;
}

.voya-dollar-graph--slice-selected .voya-dollar-graph__pin--selected {
  opacity: 1;
}

@media screen and (max-width: 450px) {
  .voya-dollar-graph__pins-container {
    font-size: 14px;
  }
}

voya-dollar-graph {
  display: block;
  position: relative;
}

voya-dollar-graph voya-tooltip {
  white-space: normal;
}

voya-dollar-graph img {
  display: inline !important;
  width: 100%;
}

.voya-dollar-graph__layout-container {
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 950px) {
  .voya-dollar-graph__layout-container {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

.voya-dollar-graph__outer-container {
  margin-bottom: 12px;
}

@media screen and (max-width: 600px) {
  .voya-dollar-graph--has-markers .voya-dollar-graph__outer-container {
    margin-bottom: 32px;
  }
}

.voya-dollar-graph__mask-image {
  pointer-events: none;
}

.voya-dollar-graph--slice-selected .graph-components .graph-slice {
  opacity: 0.8;
}

.voya-dollar-graph--slice-selected .graph-components .graph-slice.graph-slice--selected {
  opacity: 1;
}

.voya-dollar-graph--slice-selected .graph-components .graph-slice.graph-expense-slice {
  opacity: 0.3;
}

.voya-dollar-graph--slice-selected .graph-components .graph-slice.graph-expense-slice.graph-slice--selected {
  opacity: 0.5;
}

.voya-dollar-graph__container {
  position: relative;
  position: relative;
  width: 100%;
  max-width: 824px;
  text-align: left;
}

.voya-dollar-graph__bg-container {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
}

.voya-dollar-graph__mask-container {
  pointer-events: none;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
}

.voya-dollar-graph__white-bill-container {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 2px;
  margin: 0px;
  padding: 0px;
  z-index: 1;
  overflow: hidden;
  pointer-events: none;
}

.voya-dollar-graph__white-bill {
  width: 100%;
  max-width: none;
  pointer-events: none;
}

.voya-dollar-graph__gray-bill {
  opacity: 0.4;
  filter: alpha(opacity=40);
  /* IE */
}

.voya-dollar-graph__slices-outer-container {
  position: absolute;
  top: 2%;
  left: 10%;
  width: 79.5%;
  height: 90%;
  max-width: 660px;
}

.voya-dollar-graph__slices-container {
  height: 100%;
  overflow: hidden;
}

.voya-dollar-graph__expense-slices-container {
  pointer-events: none;
  position: absolute;
  opacity: 1;
  top: 0px;
  left: 8.5%;
  width: 81.8%;
  height: 94%;
  z-index: 2;
  max-width: 660px;
  overflow: hidden;
  border-radius: 13px;
}

@keyframes expand {
  from {
    width: 0%;
  }

  to {
    width: 100%;
  }
}

@keyframes growTall {
  from {
    transform: translateY(100%);
  }

  to {
    transform: translateY(0%);
  }
}

@keyframes slidein {
  from {
    left: -100%;
    opacity: 0;
  }

  to {
    left: 8.8%;
    opacity: 1;
  }
}

.voya-dollar-graph__marker-container {
  pointer-events: none;
  position: absolute;
  top: 2%;
  left: 10.3155%;
  width: 78.3%;
  height: 95%;
  z-index: 3;
  max-width: 660px;
}

.voya-dollar-graph__marker {
  width: 0;
  position: absolute;
  top: 0;
  border-right: 2px dashed #0097A9;
  height: 100%;
}

.voya-dollar-graph__marker-content {
  width: 200px;
  top: 100%;
  margin-left: -100px;
  position: absolute;
  text-align: center;
  color: #0097A9;
  font-size: 13px;
  font-style: italic;
}

@media screen and (max-width: 600px) {
  .voya-dollar-graph__marker-content {
    width: 120px;
    margin-left: -60px;
  }
}

.income-slices-graph-components,
.graph-expense-components {
  width: 100%;
  animation-duration: 1.5s;
  animation-name: expand;
}

.graph-components {
  position: absolute;
  height: 100%;
  top: 0px;
  left: 2px;
  margin: 0px;
  padding: 0px;
  white-space: nowrap;
}

.graph-components li.graph-slice {
  pointer-events: all;
  clear: left;
  display: inline-block;
  height: 98%;
  width: 0px;
  bottom: 0px;
  background-repeat: repeat-y;
  opacity: 1;
  background-color: #fe7f00;
  transition: width 0.5s ease;
  border-right: 1px solid #fff;
}

.graph-components li.graph-expense-slice {
  background-color: #0097A9;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  height: 100%;
}

.voya-dollar-graph__graph-slice-orange-gradient {
  background-image: linear-gradient(to right, #D75426 0%, #F58000 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFD75426", endColorstr="#FFF58000", GradientType=1);
}

.voya-tooltip--active {
  display: block !important;
}

.voya-tooltip--has-close-icon {
  padding-right: 24px;
  color: #767676;
}

.voya-tooltip,
voya-tooltip {
  z-index: 3;
  position: absolute;
  display: none;
  min-width: 300px;
  max-width: 400px;
  min-height: 50px;
  border: 1px solid #929292;
  border-radius: 12px;
  background-color: #FFF;
  box-shadow: 0 0 1em #a8a8a8;
  -moz-box-shadow: 0 0 1em #a8a8a8;
  -webkit-box-shadow: 0 0 1em #a8a8a8;
  padding: 10px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}

.voya-tooltip:focus,
voya-tooltip:focus {
  box-shadow: 0 0 1em #76C5E4;
  -moz-box-shadow: 0 0 1em #76C5E4;
  -webkit-box-shadow: 0 0 1em #76C5E4;
  outline: none;
}

voya-tooltip-backdrop {
  z-index: 2;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.voya-tooltip__close-target {
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
  min-height: 10px;
  min-width: 10px;
}

.voya-tooltip--square-theme {
  border-radius: 0 !important;
}

.voya-tooltip--error-theme {
  background-color: #FDD;
  border-color: #B30000;
}

.voya-tooltip:before,
voya-tooltip:before,
.voya-tooltip:after,
voya-tooltip:after {
  width: 0;
  height: 0;
  content: "";
  position: absolute;
  z-index: 99991;
  border-width: 0;
  border-style: solid;
}

.voya-tooltip.top:before,
voya-tooltip.top:before {
  left: 50%;
  margin: 0;
  bottom: -10px;
  margin-left: -10px;
  border-width: 10px 10px 0px 10px;
  border-color: #929292 transparent transparent transparent;
}

.voya-tooltip.top:after,
voya-tooltip.top:after {
  left: 50%;
  margin: 0;
  bottom: -9px;
  margin-left: -9px;
  border-width: 9px 9px 0px 9px;
  border-color: #FFF transparent transparent transparent;
}

.voya-tooltip.top-justifiedLeft:before,
voya-tooltip.top-justifiedLeft:before {
  left: 10px;
  margin: 0;
  bottom: -12px;
  border-width: 12px 12px 0px 0px;
  border-color: #929292 transparent transparent transparent;
}

.voya-tooltip.top-justifiedLeft:after,
voya-tooltip.top-justifiedLeft:after {
  left: 11px;
  margin: 0;
  bottom: -10px;
  border-width: 10px 10px 0px 0px;
  border-color: #FFF transparent transparent transparent;
}

.voya-tooltip.top-justifiedRight:before,
voya-tooltip.top-justifiedRight:before {
  right: 10px;
  margin: 0;
  bottom: -12px;
  border-width: 0px 12px 12px 0px;
  border-color: transparent #929292 transparent transparent;
}

.voya-tooltip.top-justifiedRight:after,
voya-tooltip.top-justifiedRight:after {
  right: 11px;
  margin: 0;
  bottom: -10px;
  border-width: 0px 10px 10px 0px;
  border-color: transparent #FFF transparent transparent;
}

.voya-tooltip.bottom:before,
voya-tooltip.bottom:before {
  left: 50%;
  margin: 0;
  top: -10px;
  margin-left: -10px;
  border-width: 0px 10px 10px 10px;
  border-color: transparent transparent #929292 transparent;
}

.voya-tooltip.bottom:after,
voya-tooltip.bottom:after {
  left: 50%;
  margin: 0;
  top: -9px;
  margin-left: -9px;
  border-width: 0px 9px 9px 9px;
  border-color: transparent transparent #FFF transparent;
}

.voya-tooltip.bottom-justifiedLeft:before,
voya-tooltip.bottom-justifiedLeft:before {
  left: 10px;
  margin: 0;
  top: -12px;
  border-width: 0px 12px 12px 0px;
  border-color: transparent transparent #929292 transparent;
}

.voya-tooltip.bottom-justifiedLeft:after,
voya-tooltip.bottom-justifiedLeft:after {
  left: 11px;
  margin: 0;
  top: -10px;
  border-width: 0px 10px 10px 0px;
  border-color: transparent transparent #FFF transparent;
}

.voya-tooltip.bottom-justifiedRight:before,
voya-tooltip.bottom-justifiedRight:before {
  right: 10px;
  margin: 0;
  top: -12px;
  border-width: 0px 0px 12px 12px;
  border-color: transparent transparent #929292 transparent;
}

.voya-tooltip.bottom-justifiedRight:after,
voya-tooltip.bottom-justifiedRight:after {
  right: 11px;
  margin: 0;
  top: -10px;
  border-width: 0px 0px 10px 10px;
  border-color: transparent transparent #FFF transparent;
}

.voya-tooltip.left:before,
voya-tooltip.left:before {
  top: 50%;
  right: -10px;
  margin: 0;
  margin-top: -10px;
  border-width: 10px 0px 10px 10px;
  border-color: transparent transparent transparent #929292;
}

.voya-tooltip.left:after,
voya-tooltip.left:after {
  top: 50%;
  right: -9px;
  margin: 0;
  margin-top: -9px;
  border-width: 9px 0px 9px 9px;
  border-color: transparent transparent transparent #FFF;
}

.voya-tooltip.right:before,
voya-tooltip.right:before {
  top: 50%;
  left: -10px;
  margin: 0;
  margin-top: -10px;
  border-width: 10px 10px 10px 0px;
  border-color: transparent #929292 transparent transparent;
}

.voya-tooltip.right:after,
voya-tooltip.right:after {
  top: 50%;
  left: -9px;
  margin: 0;
  margin-top: -9px;
  border-width: 9px 9px 9px 0px;
  border-color: transparent #FFF transparent transparent;
}

.voya-tooltip.right-justifiedTop:before,
voya-tooltip.right-justifiedTop:before {
  top: 10px;
  left: -12px;
  margin: 0;
  border-width: 0px 12px 12px 0px;
  border-color: transparent #929292 transparent transparent;
}

.voya-tooltip.right-justifiedTop:after,
voya-tooltip.right-justifiedTop:after {
  top: 11px;
  left: -10px;
  margin: 0;
  border-width: 0px 10px 10px 0px;
  border-color: transparent #FFF transparent transparent;
}

.voya-tooltip.right-justifiedBottom:before,
voya-tooltip.right-justifiedBottom:before {
  bottom: 10px;
  left: -12px;
  margin: 0;
  border-width: 0px 0px 12px 12px;
  border-color: transparent transparent #929292 transparent;
}

.voya-tooltip.right-justifiedBottom:after,
voya-tooltip.right-justifiedBottom:after {
  bottom: 11px;
  left: -10px;
  margin: 0;
  border-width: 0px 0px 10px 10px;
  border-color: transparent transparent #FFF transparent;
}

.voya-tooltip.left-justifiedTop:before,
voya-tooltip.left-justifiedTop:before {
  top: 10px;
  right: -12px;
  margin: 0;
  border-width: 12px 12px 0px 0px;
  border-color: #929292 transparent transparent transparent;
}

.voya-tooltip.left-justifiedTop:after,
voya-tooltip.left-justifiedTop:after {
  top: 11px;
  right: -10px;
  margin: 0;
  border-width: 10px 10px 0px 0px;
  border-color: #FFF transparent transparent transparent;
}

.voya-tooltip.left-justifiedBottom:before,
voya-tooltip.left-justifiedBottom:before {
  bottom: 10px;
  right: -12px;
  margin: 0;
  border-width: 12px 0px 0px 12px;
  border-color: transparent transparent transparent #929292;
}

.voya-tooltip.left-justifiedBottom:after,
voya-tooltip.left-justifiedBottom:after {
  bottom: 11px;
  right: -10px;
  margin: 0;
  border-width: 10px 0px 0px 10px;
  border-color: transparent transparent transparent #FFF;
}

.voya-tooltip--error-theme.top:before {
  border-color: #B30000 transparent transparent transparent;
}

.voya-tooltip--error-theme.top:after {
  border-color: #FDD transparent transparent transparent;
}

.voya-tooltip--error-theme.top-justifiedLeft:before {
  border-color: #B30000 transparent transparent transparent;
}

.voya-tooltip--error-theme.top-justifiedLeft:after {
  border-color: #FDD transparent transparent transparent;
}

.voya-tooltip--error-theme.top-justifiedRight:before {
  border-color: transparent #B30000 transparent transparent;
}

.voya-tooltip--error-theme.top-justifiedRight:after {
  border-color: transparent #FDD transparent transparent;
}

.voya-tooltip--error-theme.bottom:before {
  border-color: transparent transparent #B30000 transparent;
}

.voya-tooltip--error-theme.bottom:after {
  border-color: transparent transparent #FDD transparent;
}

.voya-tooltip--error-theme.bottom-justifiedLeft:before {
  border-color: transparent transparent #B30000 transparent;
}

.voya-tooltip--error-theme.bottom-justifiedLeft:after {
  border-color: transparent transparent #FDD transparent;
}

.voya-tooltip--error-theme.bottom-justifiedRight:before {
  border-color: transparent transparent #B30000 transparent;
}

.voya-tooltip--error-theme.bottom-justifiedRight:after {
  border-color: transparent transparent #FDD transparent;
}

.voya-tooltip--error-theme.left:before {
  border-color: transparent transparent transparent #B30000;
}

.voya-tooltip--error-theme.left:after {
  border-color: transparent transparent transparent #FDD;
}

.voya-tooltip--error-theme.right:before {
  border-color: transparent #B30000 transparent transparent;
}

.voya-tooltip--error-theme.right:after {
  border-color: transparent #FDD transparent transparent;
}

.voya-tooltip--error-theme.right-justifiedTop:before {
  border-color: transparent #B30000 transparent transparent;
}

.voya-tooltip--error-theme.right-justifiedTop:after {
  border-color: transparent #FDD transparent transparent;
}

.voya-tooltip--error-theme.right-justifiedBottom:before {
  border-color: transparent transparent #B30000 transparent;
}

.voya-tooltip--error-theme.right-justifiedBottom:after {
  border-color: transparent transparent #FDD transparent;
}

.voya-tooltip--error-theme.left-justifiedTop:before {
  border-color: #B30000 transparent transparent transparent;
}

.voya-tooltip--error-theme.left-justifiedTop:after {
  border-color: #FDD transparent transparent transparent;
}

.voya-tooltip--error-theme.left-justifiedBottom:before {
  border-color: transparent transparent transparent #B30000;
}

.voya-tooltip--error-theme.left-justifiedBottom:after {
  border-color: transparent transparent transparent #FDD;
}

.voya-tooltip--error-theme .voya-tooltip__variable-position-arrow {
  border-color: #B30000 transparent transparent;
}

.voya-tooltip--error-theme .voya-tooltip__variable-position-arrow:after {
  border-color: #FDD transparent transparent;
}

.voya-tooltip--error-theme .voya-tooltip__variable-position-arrow.voya-tooltip__variable-position-arrow--bottom {
  border-color: transparent transparent #B30000;
}

.voya-tooltip--error-theme .voya-tooltip__variable-position-arrow.voya-tooltip__variable-position-arrow--bottom:after {
  border-color: transparent transparent #FDD;
}

.voya-tooltip__variable-position-arrow {
  position: absolute;
  bottom: -10px;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #929292 transparent transparent;
}

.voya-tooltip__variable-position-arrow:after {
  content: " ";
  position: absolute;
  top: -10px;
  left: -9px;
  border-style: solid;
  border-width: 9px 9px 0 9px;
  border-color: #FFF transparent transparent;
}

.voya-tooltip__variable-position-arrow.voya-tooltip__variable-position-arrow--bottom {
  top: -10px;
  bottom: initial;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #929292;
}

.voya-tooltip__variable-position-arrow.voya-tooltip__variable-position-arrow--bottom:after {
  bottom: -10px;
  left: -9px;
  border-style: solid;
  border-width: 0 9px 9px 9px;
  border-color: transparent transparent #FFF;
}

voya-expand-collapse {
  display: block;
}

voya-expand-collapse.voya-expand-collapse--horizontal {
  height: 100%;
}

.voya-expand-collapse__header {
  cursor: pointer;
}

.voya-expand-collapse__header:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-style: dashed;
  outline-color: #F58000;
  outline-width: thin;
  outline-offset: -2px;
}

.voya-expand-collapse__header.voya-expand-collapse__header-disabled {
  cursor: auto;
}

.voya-expand-collapse__header .voya-expand-collapse__right-header-text {
  float: right;
  font-size: 14px;
  color: #145a7b;
  margin-top: 15px;
}

.voya-expand-collapse__header-icon {
  display: inline-block;
  font-style: normal;
  text-align: center;
  vertical-align: middle;
}

.voya-expand-collapse__header-icon:before {
  content: "+";
  display: inline-block;
  width: 1em;
}

.voya-expand-collapse__number {
  float: left;
  padding-right: 10px;
  position: relative;
  font-size: 22px;
  top: 5px;
  left: 5px;
  color: white;
}

.voya-expand-collapse__section {
  max-height: 0px;
  overflow: hidden;
  visibility: hidden;
}

.voya-expand-collapse--mobile-only:not(.voya-expand-collapse--mobile) .voya-expand-collapse__section {
  max-height: none;
  overflow: visible;
  visibility: visible;
}

.voya-expand-collapse--mobile-only:not(.voya-expand-collapse--mobile) .voya-expand-collapse__header,
.voya-expand-collapse--mobile-only:not(.voya-expand-collapse--mobile) .voya-expand-collapse__number {
  display: none !important;
}

.voya-expand-collapse__expanded-sub-heading {
  display: none;
}

.voya-expand-collapse__collapsed-sub-heading {
  display: inline-block;
  font-size: 16px;
  color: #6e6e6e;
}

.voya-expand-collapse--expand .voya-expand-collapse__expanded-sub-heading {
  display: inline-block;
  font-size: 16px;
  color: #6e6e6e;
}

.voya-expand-collapse--expand .voya-expand-collapse__collapsed-sub-heading {
  display: none;
}

.voya-expand-collapse--expand > .voya-expand-collapse__header .voya-expand-collapse__header-icon:before {
  content: "-";
}

.voya-expand-collapse--expand > .voya-expand-collapse__section {
  max-height: none;
  margin-bottom: 18px;
  overflow: visible;
  visibility: visible;
}

.voya-expand-collapse--horizontal {
  height: 100%;
  position: relative;
  float: left;
}

.voya-expand-collapse--horizontal > .voya-expand-collapse__header {
  height: 100%;
  width: 100%;
  float: left;
  white-space: nowrap;
  overflow: visible;
  color: white;
  width: 38px;
  border-bottom-width: 0 !important;
}

.voya-expand-collapse--horizontal > .voya-expand-collapse__number {
  position: absolute;
  bottom: 13px;
  left: 11px;
  font-size: 26px;
  top: auto;
  color: white;
}

.voya-expand-collapse--horizontal .voya-expand-collapse__header-horizontal-container {
  transform: rotate(-90deg);
  top: 5px;
  right: 19px;
  position: absolute;
  transform-origin: right;
}

.voya-expand-collapse--horizontal > .voya-expand-collapse__section {
  overflow: hidden;
  height: 100%;
  padding-left: 15px;
  padding-right: 5px;
}

.voya-expand-collapse--expand > .voya-expand-collapse__header--arrow:after {
  border-top: 18px solid transparent;
  border-right: 0 solid transparent;
  border-bottom: 18px solid transparent;
  border-left: 12px solid;
  border-left-color: inherit;
  content: "";
  display: block;
  position: absolute;
  left: 38px;
  top: 15%;
}

.voya-expand-collapse-primary > .voya-expand-collapse__header {
  display: block;
  margin: 0 0 5px;
  padding: 5px 10px;
  font-size: 22px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

.voya-expand-collapse-primary > .voya-expand-collapse__header .voya-expand-collapse__header-icon {
  font-weight: normal;
  font-size: 20px;
}

.voya-expand-collapse-primary > .voya-expand-collapse__section {
  margin-left: 36px;
  margin-right: 36px;
}

.voya-expand-collapse-secondary > .voya-expand-collapse__header {
  display: block;
  margin: 0 0 5px;
  padding: 5px 10px;
  font-size: 19px;
  color: #686868;
}

.voya-expand-collapse-secondary > .voya-expand-collapse__header .voya-expand-collapse__header-icon {
  font-size: 15px;
  vertical-align: inherit;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f196";
}

.voya-expand-collapse-secondary > .voya-expand-collapse__section {
  margin-left: 32px;
  margin-right: 32px;
}

.voya-expand-collapse-secondary.voya-expand-collapse--expand > .voya-expand-collapse__header .voya-expand-collapse__header-icon {
  content: "\f147";
}

.voya-expand-collapse-secondary.voya-expand-collapse--mobile .voya-expand-collapse__header-icon {
  margin-top: 8px;
}

.voya-expand-collapse--mobile > .voya-expand-collapse__header {
  background-color: #145A7B;
  color: #FFF;
  padding: 5px 12px;
}

.voya-expand-collapse--mobile.voya-expand-collapse--expand > .voya-expand-collapse__header {
  background-color: #76C5E4;
}

.voya-expand-collapse--mobile .voya-expand-collapse__collapsed-sub-heading {
  color: #333333;
}

.voya-expand-collapse--mobile > .voya-expand-collapse__section {
  margin-left: 12px;
  margin-right: 12px;
}

.voya-expand-collapse--mobile .voya-expand-collapse__right-header-text {
  display: none;
}

.voya-expand-collapse-theme-dark-orange > .voya-expand-collapse__header {
  color: #D75426;
  border-bottom-color: #D75426;
}

.voya-expand-collapse-theme-dark-orange.voya-expand-collapse--mobile > .voya-expand-collapse__header {
  background-color: #D75426;
  color: #FFF;
}

.voya-expand-collapse-theme-dark-orange-alt > .voya-expand-collapse__header {
  color: #D75426;
  border-bottom-color: #B0B0B0;
}

.voya-expand-collapse-theme-dark-orange-alt.voya-expand-collapse--mobile > .voya-expand-collapse__header {
  background-color: #D75426;
  color: #FFF;
}

.voya-expand-collapse-secondary.voya-expand-collapse-theme-dark-orange-alt > .voya-expand-collapse__header {
  color: #686868;
}

.voya-expand-collapse-secondary.voya-expand-collapse-theme-dark-orange-alt > .voya-expand-collapse__header .voya-expand-collapse__header-icon {
  color: #D75426;
}

.voya-expand-collapse-secondary.voya-expand-collapse-theme-dark-orange-alt.voya-expand-collapse--mobile > .voya-expand-collapse__header {
  background-color: #B0B0B0;
}

.voya-expand-collapse-theme-teal > .voya-expand-collapse__header {
  color: #0097A9;
  border-bottom-color: #0097A9;
}

.voya-expand-collapse-theme-teal.voya-expand-collapse--mobile > .voya-expand-collapse__header {
  background-color: #0097A9;
  color: #FFF;
}

.voya-expand-collapse-theme-dark-blue > .voya-expand-collapse__header {
  color: #145A7B;
  border-bottom-color: #145A7B;
}

.voya-expand-collapse-theme-dark-blue.voya-expand-collapse--mobile > .voya-expand-collapse__header {
  background-color: #145A7B;
  color: #FFF;
}

.voya-expand-collapse-theme-no-margin > .voya-expand-collapse__section {
  margin-left: 0;
  margin-right: 0;
}

.voya-expand-collapse--mobile .voya-expand-collapse__header-icon,
.voya-expand-collapse-theme-icon-right .voya-expand-collapse__header-icon {
  float: right;
  margin-top: 3px;
}

voya-progress-nav {
  display: block;
  min-height: 52px;
  position: relative;
}

.voya-progress-nav__list {
  list-style: none;
  margin: 0;
  padding-left: 0;
  white-space: nowrap;
}

.voya-progress-nav__list-item {
  position: relative;
  text-align: center;
  display: inline-block;
  padding: 0 1px 0 0;
}

.voya-progress-nav__list-item span {
  display: inline-block;
  min-height: 32px;
  line-height: 32px;
  height: 100%;
  width: 100%;
  padding: 5px;
}

.voya-progress-nav__list-item span:last-child {
  padding-right: 0;
}

.voya-progress-nav__list-item--active {
  color: white;
}

.voya-progress-nav__list-item--active span {
  background: #D75426;
  background-image: linear-gradient(to bottom, #D75426 0%, #F58000 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFD75426", endColorstr="#FFF58000", GradientType=0);
}

.voya-progress-nav__list-item--inactive {
  color: #333333;
}

.voya-progress-nav__list-item--inactive span {
  background-color: #E7E7E7;
}

.voya-progress-nav__list-item--active:after,
.voya-progress-nav__list-item--active:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.voya-progress-nav__list-item--active:after {
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #F58000;
  border-width: 7px;
  margin-left: -7px;
}

.voya-progress-nav__list-item--active:before {
  border-color: rgba(194, 225, 245, 0);
  border-top-color: #F58000;
  border-width: 10px;
  margin-left: -10px;
}

@media screen and (max-width: 650px) {
  .voya-progress-nav__list {
    left: 0 !important;
    width: 100%;
  }

  .voya-progress-nav__list-item {
    width: auto !important;
    text-align: center;
    margin: 0 12px;
  }

  .voya-progress-nav__list-item--active {
    width: 100% !important;
    margin: 0;
  }

  .voya-progress-nav__list-item--inactive {
    display: none !important;
  }
}

voya-mobile-search {
  position: fixed;
  z-index: 2;
  right: 0;
}

.voya-header__mobile-search-icon-container {
  color: #D75426;
}

.voya-header__mobile-search-icon {
  z-index: 2;
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  height: 48px;
  width: 48px;
  line-height: 48px;
  font-size: 26px;
  text-align: center;
  color: #D75426;
}

.voya-header__mobile-search-icon:hover {
  color: inherit;
}

.voya-header__mobile-menu-icon-container {
  color: #D75426;
}

.voya-header__mobile-menu-icon {
  z-index: 2;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  height: 48px;
  width: 48px;
  line-height: 48px;
  font-size: 28px;
  text-align: center;
  color: #D75426;
}

.voya-header__mobile-menu-icon:hover {
  color: inherit;
}

.voya-header-mobile {
  position: fixed;
  z-index: 2;
  top: 0px;
  left: 0px;
  width: 100%;
  box-shadow: 0px 0px 8px #999;
}

.voya-header-mobile .voya-header-search {
  display: none;
}

.voya-header-mobile .voya-header-container {
  position: relative;
  display: block;
}

.voya-header-mobile .voya-header-second-row {
  position: relative;
  display: block;
  z-index: 1;
  background: #fff;
}

.voya-header-mobile .voya-header-second-row:after {
  display: table;
  content: "";
  clear: both;
}

.voya-header-mobile .voya-header-second-row-inner {
  max-width: 1200px;
  width: 96%;
  margin: auto;
}

.voya-header-mobile .voya-header-mobile-nav {
  position: relative;
  display: block;
}

.voya-header-mobile .voya-header-logo {
  margin: 0px auto;
  float: none;
  height: 48px;
}

.voya-header-mobile .voya-header-logo img {
  max-height: 42px;
}

.voya-header-mobile .voya-header-logo {
  display: table;
  text-align: center;
}

.voya-header-mobile .voya-header-logo a,
.voya-header-mobile .voya-header-logo span {
  display: table-cell;
  vertical-align: middle;
}

.voya-header-mobile .voya-header-logo img {
  max-width: 100%;
  vertical-align: middle;
}

voya-search {
  position: relative;
  display: inline-block;
  float: right;
  padding: 0;
}

voya-search form {
  position: relative;
}

voya-search label {
  display: none;
}

voya-search select {
  padding: 4px 12px;
  line-height: 1.6;
  vertical-align: middle;
  color: #6E6E6E;
  background-color: #FFF;
  background-image: none;
  border: 1px solid #B2B2B2;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  display: inline;
  width: 142px;
  height: 32px;
  font-size: 14px;
  padding-left: 10px;
}

voya-search input {
  padding: 4px 12px;
  line-height: 1.6;
  vertical-align: middle;
  color: #6E6E6E;
  background-color: #FFF;
  background-image: none;
  border: 1px solid #B2B2B2;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  display: inline !important;
  width: 142px !important;
  height: 32px !important;
  font-size: 14px;
  padding-left: 10px;
}

voya-search input:focus {
  transition-property: width;
  transition-duration: 0.25s;
  width: 260px !important;
}

voya-search button {
  position: absolute;
  top: 1px;
  right: -12px;
  border: none;
  background: #D75426;
  padding-left: 7px;
  padding-top: 0px;
  font-size: 20px;
  background-image: linear-gradient(to bottom, #F58000 0%, #D75426 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFF58000",endColorstr="#FFD75426",GradientType=0);
  transition-property: background;
  transition-duration: 0.5s;
  width: 31px;
  height: 31px;
  color: #FFF;
  border-radius: 0 5px 5px 0;
  margin-right: 12px;
  cursor: pointer;
}

voya-search .pwebSearch button {
  position: relative;
  top: 0px;
  border-radius: 5px;
}

voya-mobile-search {
  position: fixed;
  z-index: 2;
  right: 0;
}

.voya-header__mobile-search-icon-container {
  color: #D75426;
}

.voya-header__mobile-search-icon {
  z-index: 2;
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  height: 48px;
  width: 48px;
  line-height: 48px;
  font-size: 26px;
  text-align: center;
  color: #D75426;
}

.voya-header__mobile-search-icon:hover {
  color: inherit;
}

.voya-header__saved-items-pin {
  position: absolute;
  width: 72px;
  top: 24px;
  right: 0px;
}

.voya-header__saved-items-pin .circle {
  position: absolute;
  right: 0;
  top: -8px;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  background: #D75426;
  text-align: center;
}

.voya-header__saved-items-pin .circle span {
  color: #FFF;
  font-size: 22px;
  position: absolute;
  top: -1px;
  left: 9px;
}

.voya-header__saved-items-pin .badge {
  position: absolute;
  top: -15px;
  right: -5px;
  background: #ffc700;
  color: #333333;
  display: none;
}

.voya-header__saved-items-pin p {
  position: absolute;
  text-align: center;
  margin: 0;
  margin-left: 8px;
  font-family: "Proxima Nova Regular", Arial, sans-serif;
  font-size: 0.55em;
  color: #000;
  line-height: 1em;
}

.voya-header__saved-items-pin span {
  padding-right: 1px;
  padding-top: 2px;
  line-height: 34px;
}

.voya-header-desktop {
  position: fixed;
  z-index: 2;
  top: 0px;
  left: 0px;
  width: 100%;
  box-shadow: 0px 0px 8px #999;
}

.voya-header-desktop .voya-header__skip-to-content-link {
  width: 1px;
  line-height: 1px;
  background-color: white;
  text-indent: -9999px;
  text-align: center;
  display: inline-block;
  position: absolute;
  z-index: 2;
  top: 2px;
  left: 20px;
  opacity: 0;
  transform: translate3d(-100%, 0, 1px);
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.voya-header-desktop .voya-header__skip-to-content-link:focus {
  opacity: 1;
  width: 200px;
  line-height: 60px;
  text-indent: 0;
  transform: translate3d(0, 0, 1px);
}

.voya-header-desktop.voya-header--open .voya-header__skip-to-content-link {
  top: 45px;
}

.voya-header-desktop .voya-header-container {
  position: relative;
  display: block;
}

.voya-header-desktop .voya-header-top-nav {
  max-height: 42px;
  position: relative;
  display: block;
}

.voya-header-desktop .voya-header-second-row {
  position: relative;
  display: block;
  z-index: 1;
  background: #fff;
}

.voya-header-desktop .voya-header-second-row:after {
  display: table;
  content: "";
  clear: both;
}

.voya-header-desktop .voya-header-second-row-inner {
  max-width: 1200px;
  width: 96%;
  margin: auto;
}

.voya-header-desktop.voya-header--collapsed .voya-header-top-nav {
  max-height: 0px;
  transition: max-height 0.5s;
}

.voya-header-desktop.voya-header--open .voya-header-top-nav {
  max-height: 42px;
  transition: max-height 0.5s;
}

.voya-header-desktop .voya-header-search {
  margin-top: 16px;
  display: inline-block;
  float: right;
}

.voya-header-desktop.showMobile .voya-header-search {
  display: none;
}

.voya-header-desktop .voya-header-main-nav {
  float: left;
  margin-top: 19px;
}

.voya-header-desktop.voya-header--main-nav-right .voya-header-main-nav {
  float: right;
}

.voya-header-desktop.showMobile .voya-header-main-nav,
.voya-header-desktop.showMobile .voya-header-top-nav {
  display: none;
}

.voya-header-desktop.showMobile .voya-header-mobile-nav {
  position: relative;
  display: block;
}

.voya-header-desktop.showMobile .voya-header-logo {
  margin: 0px auto;
  float: none;
  height: 48px;
}

.voya-header-desktop.showMobile .voya-header-logo img {
  max-height: 42px;
}

.voya-header-desktop.showDesktop .voya-header-main-nav,
.voya-header-desktop.showDesktop .voya-header-top-nav {
  position: relative;
  display: block;
}

.voya-header-desktop.showDesktop .voya-header-mobile-nav {
  display: none;
}

.voya-header-desktop.showDesktop .voya-header-mobile-search {
  display: none;
}

.voya-header-desktop.showDesktop .voya-header-logo {
  margin: auto 10px auto auto;
  float: left;
}

.voya-header-desktop .voya-header-logo {
  float: left;
  display: table;
  text-align: center;
  height: 65px;
}

.voya-header-desktop .voya-header-logo a {
  display: table-cell;
  vertical-align: middle;
}

.voya-header-desktop .voya-header-logo img {
  max-width: 100%;
  vertical-align: middle;
}

.voya-header-desktop-basic {
  display: block;
  width: 100%;
  box-shadow: 0px 0px 8px #999;
}

.voya-header-desktop-basic .voya-header__left-text {
  display: inline-block;
  font-size: 24px;
  margin-left: 18px;
  font-family: "Proxima Nova Light", Arial, sans-serif;
  line-height: 62px;
}

.voya-header-desktop-basic .voya-header-basic-nav {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 62px;
}

.voya-header-desktop-basic .voya-header-basic-nav ul {
  margin: 0px;
  margin-right: 18px;
}

.voya-header-desktop-basic .voya-header-basic-nav ul li {
  position: relative;
  list-style: none;
  display: inline-block;
  padding: 0 18px;
  text-decoration: none;
  font-size: 15px;
  font-family: "Proxima Nova Regular", Arial, sans-serif;
  font-weight: normal;
}

.voya-header-desktop-basic .voya-header-basic-nav ul li:first-child {
  padding-left: 0;
}

.voya-header-desktop-basic .voya-header-basic-nav ul li:last-child {
  border-right: 0 none;
  padding-right: 0;
}

.voya-header-desktop-basic .voya-header-basic-nav ul li:last-child:after {
  display: none;
}

.voya-header-desktop-basic .voya-header-basic-nav ul li a {
  cursor: pointer;
}

.voya-header-desktop-basic .voya-header-basic-nav ul li:after {
  content: "|";
  position: absolute;
  right: -4px;
  top: 0;
  color: #d0d0d0;
}

.voya-header-desktop-basic .voya-header-basic-nav ul .voya-header__item-group {
  padding: 0 9px;
}

.voya-header-desktop-basic .voya-header-basic-nav ul .voya-header__item-group:after {
  content: "/";
}

.voya-header-desktop-basic .voya-header-basic-nav ul .voya-header__item-group:nth-child(2) {
  padding-right: 18px;
}

.voya-header-desktop-basic .voya-header-basic-nav ul .voya-header__item-group:nth-child(2):after {
  content: "|";
}

.voya-header-desktop-basic .voya-header__skip-to-content-link {
  width: 1px;
  line-height: 1px;
  background-color: white;
  text-indent: -9999px;
  text-align: center;
  display: inline-block;
  position: absolute;
  z-index: 2;
  top: 2px;
  left: 20px;
  opacity: 0;
  transform: translate3d(-100%, 0, 1px);
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.voya-header-desktop-basic .voya-header__skip-to-content-link:focus {
  opacity: 1;
  width: 200px;
  line-height: 60px;
  text-indent: 0;
  transform: translate3d(0, 0, 1px);
}

.voya-header-desktop-basic.voya-header--open .voya-header__skip-to-content-link {
  top: 45px;
}

.voya-header-desktop-basic .voya-header-container {
  position: relative;
  display: block;
}

.voya-header-desktop-basic .voya-header-top-nav {
  max-height: 42px;
  position: relative;
  display: block;
}

.voya-header-desktop-basic .voya-header-second-row {
  position: relative;
  display: block;
  z-index: 1;
  background: #fff;
}

.voya-header-desktop-basic .voya-header-second-row:after {
  display: table;
  content: "";
  clear: both;
}

.voya-header-desktop-basic .voya-header-second-row-inner {
  max-width: 1200px;
  width: 96%;
  margin: auto;
}

.voya-header-desktop-basic.voya-header--collapsed .voya-header-top-nav {
  max-height: 0px;
  transition: max-height 0.5s;
}

.voya-header-desktop-basic.voya-header--open .voya-header-top-nav {
  max-height: 42px;
  transition: max-height 0.5s;
}

.voya-header-desktop-basic .voya-header-search {
  margin-top: 16px;
  display: inline-block;
  float: right;
}

.voya-header-desktop-basic.showMobile .voya-header-search {
  display: none;
}

.voya-header-desktop-basic .voya-header-main-nav {
  float: left;
  margin-top: 19px;
}

.voya-header-desktop-basic.voya-header--main-nav-right .voya-header-main-nav {
  float: right;
}

.voya-header-desktop-basic.showMobile .voya-header-main-nav,
.voya-header-desktop-basic.showMobile .voya-header-top-nav {
  display: none;
}

.voya-header-desktop-basic.showMobile .voya-header-mobile-nav {
  position: relative;
  display: block;
}

.voya-header-desktop-basic.showMobile .voya-header-logo {
  margin: 0px auto;
  float: none;
  height: 48px;
}

.voya-header-desktop-basic.showMobile .voya-header-logo img {
  max-height: 42px;
}

.voya-header-desktop-basic.showDesktop .voya-header-main-nav,
.voya-header-desktop-basic.showDesktop .voya-header-top-nav {
  position: relative;
  display: block;
}

.voya-header-desktop-basic.showDesktop .voya-header-mobile-nav {
  display: none;
}

.voya-header-desktop-basic.showDesktop .voya-header-mobile-search {
  display: none;
}

.voya-header-desktop-basic.showDesktop .voya-header-logo {
  margin: auto 10px auto auto;
  float: left;
}

.voya-header-desktop-basic .voya-header-logo {
  float: left;
  display: table;
  text-align: center;
  height: 65px;
}

.voya-header-desktop-basic .voya-header-logo a,
.voya-header-desktop-basic .voya-header-logo span {
  display: table-cell;
  vertical-align: middle;
}

.voya-header-desktop-basic .voya-header-logo img {
  max-width: 100%;
  vertical-align: middle;
}

mobile-header-nav {
  display: block;
}

mobile-header-nav .voya-mobile-nav-header-nav {
  position: relative;
  display: -ms-flexbox;
  display: flex;
}

mobile-header-nav .voya-mobile-nav-header-nav:after {
  content: "";
  display: table;
  clear: both;
}

mobile-header-menu-item {
  float: left;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  min-height: 50px;
}

mobile-header-menu-item a.mobile-nav-header-menu-item {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px;
  background: #f97d02;
  color: #fff !important;
  border: 1px #fff solid;
  border-top: 0px;
  text-decoration: none;
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 15px;
  width: 100%;
}

mobile-header-menu-item a.mobile-nav-header-menu-item.orange,
mobile-header-menu-item .voya-modal-model-portfolio-summary .voya-fund-item a.mobile-nav-header-menu-item.voya-fund-name,
.voya-modal-model-portfolio-summary .voya-fund-item mobile-header-menu-item a.mobile-nav-header-menu-item.voya-fund-name,
mobile-header-menu-item .voya-modal-aame-risk .voya-fund-item a.mobile-nav-header-menu-item.voya-fund-name,
.voya-modal-aame-risk .voya-fund-item mobile-header-menu-item a.mobile-nav-header-menu-item.voya-fund-name {
  background: #f97d02;
}

mobile-header-menu-item a.mobile-nav-header-menu-item.orange:link,
mobile-header-menu-item .voya-modal-model-portfolio-summary .voya-fund-item a.mobile-nav-header-menu-item.voya-fund-name:link,
.voya-modal-model-portfolio-summary .voya-fund-item mobile-header-menu-item a.mobile-nav-header-menu-item.voya-fund-name:link,
mobile-header-menu-item .voya-modal-aame-risk .voya-fund-item a.mobile-nav-header-menu-item.voya-fund-name:link,
.voya-modal-aame-risk .voya-fund-item mobile-header-menu-item a.mobile-nav-header-menu-item.voya-fund-name:link,
mobile-header-menu-item a.mobile-nav-header-menu-item.orange:visited,
mobile-header-menu-item .voya-modal-model-portfolio-summary .voya-fund-item a.mobile-nav-header-menu-item.voya-fund-name:visited,
.voya-modal-model-portfolio-summary .voya-fund-item mobile-header-menu-item a.mobile-nav-header-menu-item.voya-fund-name:visited,
mobile-header-menu-item .voya-modal-aame-risk .voya-fund-item a.mobile-nav-header-menu-item.voya-fund-name:visited,
.voya-modal-aame-risk .voya-fund-item mobile-header-menu-item a.mobile-nav-header-menu-item.voya-fund-name:visited {
  background: #f97d02;
}

mobile-header-menu-item a.mobile-nav-header-menu-item.orange:hover,
mobile-header-menu-item .voya-modal-model-portfolio-summary .voya-fund-item a.mobile-nav-header-menu-item.voya-fund-name:hover,
.voya-modal-model-portfolio-summary .voya-fund-item mobile-header-menu-item a.mobile-nav-header-menu-item.voya-fund-name:hover,
mobile-header-menu-item .voya-modal-aame-risk .voya-fund-item a.mobile-nav-header-menu-item.voya-fund-name:hover,
.voya-modal-aame-risk .voya-fund-item mobile-header-menu-item a.mobile-nav-header-menu-item.voya-fund-name:hover,
mobile-header-menu-item a.mobile-nav-header-menu-item.orange:active,
mobile-header-menu-item .voya-modal-model-portfolio-summary .voya-fund-item a.mobile-nav-header-menu-item.voya-fund-name:active,
.voya-modal-model-portfolio-summary .voya-fund-item mobile-header-menu-item a.mobile-nav-header-menu-item.voya-fund-name:active,
mobile-header-menu-item .voya-modal-aame-risk .voya-fund-item a.mobile-nav-header-menu-item.voya-fund-name:active,
.voya-modal-aame-risk .voya-fund-item mobile-header-menu-item a.mobile-nav-header-menu-item.voya-fund-name:active {
  background: #dc5b20;
}

mobile-header-menu-item a.mobile-nav-header-menu-item span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  display: inline-table;
}

mobile-main-nav {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  overflow-x: hidden;
  background: #fff;
}

mobile-main-nav .voya-mobile-main-nav {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
}

mobile-nav-menu {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0px;
}

mobile-nav-menu.next {
  transform: translate3d(100%, 0, 1px);
}

mobile-nav-menu.prev {
  transform: translate3d(-100%, 0, 1px);
}

mobile-nav-menu.inactive-next {
  transform: translate3d(-100%, 0, 1px);
  transition: transform 0.5s;
}

mobile-nav-menu.active-next {
  transform: translate3d(0, 0, 1px);
  transition: transform 0.5s;
}

mobile-nav-menu.inactive-prev {
  transform: translate3d(100%, 0, 1px);
  transition: transform 0.5s;
}

mobile-nav-menu.active-prev {
  transform: translate3d(0, 0, 1px);
  transition: transform 0.5s;
}

mobile-nav-menu .voya-mobile-main-nav-menu {
  position: absolute;
  height: 100%;
  width: 100%;
  overflow-y: auto;
}

mobile-nav-menu .nav-parent-item {
  border-bottom: 4px #ccc solid;
}

mobile-back-button {
  display: block;
}

mobile-back-button a {
  display: block;
  padding: 10px;
  cursor: pointer;
}

mobile-back-button a .backArrow {
  float: left;
  padding-top: 4px;
  padding-right: 10px;
}

mobile-menu-item {
  display: block;
  padding: 10px;
  border-bottom: 1px #ccc solid;
  background: #fff;
}

mobile-menu-item a {
  display: block;
}

mobile-menu-item a .hasArrow {
  float: left;
  width: 90%;
}

mobile-menu-item a i.show {
  display: inline-block;
  float: right;
  padding-top: 4px;
}

mobile-menu-item a i.hide {
  display: none;
}

mobile-menu-item a:after {
  content: "";
  display: table;
  clear: both;
}

voya-mobile-nav {
  position: fixed;
  width: 268px;
  left: 0;
  top: 0px;
  bottom: 0px;
  right: 0px;
  transform: translate3d(-100%, 0, 1px);
}

voya-mobile-nav .voya-mobile-nav__backdrop {
  opacity: 0;
  display: inline;
  left: 0;
  transform: translate3d(268px, 0, 1px);
  transition: opacity 0.5s;
}

voya-mobile-nav.voya-mobile-nav--active {
  position: fixed;
  transform: translate3d(0, 0, 1px);
  transition: transform 0.5s;
  transition-duration: 0.5s;
}

voya-mobile-nav.voya-mobile-nav--active .voya-mobile-nav__backdrop {
  background-color: #000;
  z-index: 2000;
  height: 100%;
  width: 100vw;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: center;
  position: fixed;
  opacity: 0.5;
  cursor: pointer;
  transition: opacity 0.5s;
}

voya-mobile-nav.voya-mobile-nav--leave {
  position: fixed;
  transform: translate3d(-100%, 0, 1px);
  transition: transform 0.5s;
  transition-duration: 0.5s;
}

voya-mobile-nav.voya-mobile-nav--leave .voya-mobile-nav__backdrop {
  opacity: 0;
  display: inline;
  transition: opacity 0.5s;
}

.voya-mobile-nav--active voya-mobile-nav .voya-mobile-nav__container {
  width: 268px;
  opacity: 1;
  transition: opacity 0.5s;
}

.voya-mobile-nav--leave voya-mobile-nav .voya-mobile-nav__container {
  width: 268px;
  opacity: 0;
  transition: opacity 0.5s;
}

voya-mobile-nav .mobile-nav-main-wrapper {
  display: block;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
}

.page-dock-mobile-nav-active {
  position: fixed !important;
}

voya-button {
  position: relative;
  display: inline-block;
  white-space: nowrap;
  outline: medium none;
  margin-top: 3px;
  border: medium none;
  background-color: #D46E00;
  background-image: linear-gradient(to bottom, #D46E00 0%, #D75426 100%);
  background-repeat: repeat-x;
  border-radius: 6px;
  color: #FFF;
  font-size: 14px;
  text-align: center;
  padding: 0px 8px 0px 8px;
  font-family: "Proxima Nova Semibold", Arial, sans-serif;
  min-width: 80px;
  line-height: 20px;
  vertical-align: middle;
  cursor: pointer;
  min-height: 32px;
  box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2);
}

voya-button:active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  outline-style: none !important;
}

voya-button:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-style: dashed;
  outline-color: #F58000;
  outline-width: thin;
}

voya-button:hover {
  text-decoration: none;
}

voya-button:hover span {
  text-decoration: none;
}

voya-button span {
  margin: 6px 4px;
  display: inline-block;
  white-space: normal;
}

voya-button i {
  font-size: 20px;
  margin: 8px 4px;
  display: inline-block;
  min-width: 18px;
}

voya-button.voya-button--disabled {
  opacity: 0.3;
  pointer-events: none;
  color: #F5F5F5 !important;
}

voya-button[busy] {
  pointer-events: none;
  cursor: default;
}

voya-button.voya-button--v-large {
  min-height: 36px;
  line-height: 24px;
  font-size: 16px;
}

voya-button.voya-button--h-large {
  min-width: 144px;
  padding: 0px 12px 0px 12px;
}

voya-button.voya-button--v-x-large {
  min-height: 44px;
  line-height: 32px;
  font-size: 18px;
}

voya-button.voya-button--h-x-large {
  min-width: 200px;
}

voya-button.voya-button--h-xx-large {
  min-width: 260px;
}

voya-button.voya-button--h-full {
  width: 100%;
}

voya-button.voya-button-theme-violet {
  background-color: #B73F7C;
  background-image: linear-gradient(to bottom, #B73F7C 0%, rgb(152.6487804878, 52.5512195122, 103.4341463415) 100%);
}

voya-button.voya-button-theme-white {
  background-image: none;
  background-color: #FFF;
  color: #D75426;
  border: 1px solid #D75426;
}

voya-button.voya-button-theme-white.voya-button--disabled {
  opacity: 0.3;
  pointer-events: none;
  border: 1px solid #c9c9c9;
  color: #c9c9c9 !important;
}

voya-button.voya-button-theme-red {
  background-image: linear-gradient(#F50002, #C20200);
  background-color: #B30000;
}

voya-button.voya-button-theme-yellow {
  background-image: linear-gradient(#FCB937, #E5A201);
  background-color: #FFC700;
}

voya-button.voya-button-theme-green {
  background-image: linear-gradient(#026802, #053F04);
  background-color: #4FBC2D;
}

voya-button.voya-button-theme-transparent {
  background-image: none;
  background-color: transparent;
  color: #D75426;
  border: 1px solid #D75426;
}

voya-button.voya-button-theme-no-border {
  border-width: 0px;
  box-shadow: none;
}

.voya-design-system voya-button {
  display: inline-block;
  background-image: none;
  background-color: #145A7B;
  color: white;
  font-size: 18px;
  font-weight: 600;
  margin: 4px 2px;
  padding: 11px 20px;
  border-radius: 30px;
  text-align: center;
  font-family: "Proxima Nova Regular", Arial, sans-serif;
  line-height: 20px;
  vertical-align: middle;
  cursor: pointer;
  box-shadow: none;
}

.voya-design-system voya-button span,
.voya-design-system voya-button i {
  margin: 0 0;
}

.voya-design-system voya-button:hover {
  text-decoration: none;
  background-color: #02385b;
}

.voya-design-system voya-button:focus {
  outline: 1px dotted #212121;
  outline: 5px auto -webkit-focus-ring-color;
}

.voya-design-system voya-button:active {
  background-color: #551B57;
}

.voya-design-system voya-button.voya-button--disabled {
  opacity: 1;
  pointer-events: initial;
  color: white;
  background-color: #666666;
  cursor: not-allowed;
}

.voya-design-system voya-button.voya-button--disabled:focus {
  outline: none;
  box-shadow: unset;
}

.voya-design-system voya-button.voya-button-theme-transparent,
.voya-design-system voya-button.voya-button-theme-white {
  background-color: white;
  color: #145A7B;
  border: solid 1px #145A7B;
}

.voya-design-system voya-button.voya-button-theme-transparent:hover,
.voya-design-system voya-button.voya-button-theme-white:hover {
  background-color: #145A7B;
  color: white;
}

.voya-design-system voya-button.voya-button-theme-transparent.voya-button--disabled,
.voya-design-system voya-button.voya-button-theme-white.voya-button--disabled {
  opacity: 1;
  background-color: white;
  border: solid 1px #666666;
  color: #666666 !important;
}

.voya-design-system voya-button.voya-button-theme-transparent.primary-color:hover {
  background-color: white;
}

.voya-design-system voya-button.voya-button-theme-transparent.primary-color.voya-button--disabled {
  opacity: 1;
  background-color: white;
  border: solid 1px #666666;
  color: #666666 !important;
}

.voya-design-system voya-button.voya-button-theme-transparent.secondary-color:hover {
  background-color: white;
}

.voya-design-system voya-button.voya-button-theme-transparent.voya-button--disabled {
  opacity: 1;
  background-color: white;
  border: solid 1px #666666 !important;
  color: #666666 !important;
}

.voya-design-system voya-button.voya-button-theme-transparent.secondary-color {
  color: #02385b;
  border-color: #02385b;
}

.voya-design-system voya-button.voya-button-theme-transparent.secondary-color.secondary-border {
  background-color: #FFF;
}

.voya-design-system voya-button.voya-button-theme-transparent.secondary-color.secondary-border:hover {
  background-color: #02385b;
  color: white !important;
  border-color: #02385b;
}

.voya-design-system voya-button.voya-button-theme-transparent.secondary-color.secondary-border:active {
  background-color: #551B57;
  border: 1px solid #551B57;
  color: white !important;
}

.voya-design-system voya-button.voya-button-theme-transparent.secondary-color.secondary-border.voya-button--disabled {
  opacity: 1;
  background-color: white;
  border: solid 1px #666666 !important;
  color: #666666 !important;
}

voya-notification {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  background-color: #FFFFCC;
  width: 100%;
  padding: 6px 12px;
  min-height: 48px;
}

voya-notification.voya-notification--fixed {
  position: fixed;
  top: 0px;
  left: 0px;
}

voya-notification.voya-notification--dismissable .voya-notification-inner {
  margin-right: 24px;
}

voya-notification.voya-notification-w-icon .voya-notification-inner {
  margin-left: 24px;
}

voya-notification.voya-notification-theme-error {
  background-color: transparent;
  color: #B30000;
}

voya-notification.voya-notification-theme-alert {
  background-color: transparent;
}

voya-notification.voya-notification-theme-field {
  min-height: 0px;
  background-color: transparent;
}

.voya-notification-inner {
  position: relative;
  -ms-flex-positive: 1;
      flex-grow: 1;
}

.voya-notification__left-icon {
  font-size: 1.1em;
  width: 24px;
  position: absolute;
  top: 2px;
  left: -24px;
}

.voya-notification__close-icon {
  cursor: pointer;
  font-size: 1.3em;
  width: 24px;
  position: absolute;
  top: 0px;
  right: -24px;
}

body.top-fixed-voya-notification-active {
  margin-top: 48px;
}

voya-indicator {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  display: none;
  color: #686868;
  background-color: #FFF;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  z-index: 1;
}

voya-indicator.voya-indicator--active {
  display: block;
}

voya-indicator.voya-indicator--fixed {
  position: fixed;
}

voya-indicator.voya-indicator--light-gray-background {
  background-color: #E0E0E0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  color: #787878;
}

voya-indicator.voya-indicator--gray-background {
  background-color: #383838;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  color: #666;
}

voya-indicator i.fa,
voya-indicator .yourPlan #gender i.error:before,
.yourPlan #gender voya-indicator i.error:before,
voya-indicator .yourPlan #state i.error:before,
.yourPlan #state voya-indicator i.error:before,
voya-indicator .yourPlan #payrollFrequency i.error:before,
.yourPlan #payrollFrequency voya-indicator i.error:before,
voya-indicator .yourPlan #daytimePhoneType i.error:before,
.yourPlan #daytimePhoneType voya-indicator i.error:before,
voya-indicator .yourPlan #payCycles i.error:before,
.yourPlan #payCycles voya-indicator i.error:before,
voya-indicator .yourPlan #payrollEmployers i.error:before,
.yourPlan #payrollEmployers voya-indicator i.error:before,
voya-indicator .aboutMe #gender i.error:before,
.aboutMe #gender voya-indicator i.error:before,
voya-indicator .aboutMe #state i.error:before,
.aboutMe #state voya-indicator i.error:before,
voya-indicator .aboutMe #payrollFrequency i.error:before,
.aboutMe #payrollFrequency voya-indicator i.error:before,
voya-indicator .aboutMe #daytimePhoneType i.error:before,
.aboutMe #daytimePhoneType voya-indicator i.error:before,
voya-indicator .aboutMe #payCycles i.error:before,
.aboutMe #payCycles voya-indicator i.error:before,
voya-indicator .aboutMe #payrollEmployers i.error:before,
.aboutMe #payrollEmployers voya-indicator i.error:before,
voya-indicator .threeSteps #gender i.error:before,
.threeSteps #gender voya-indicator i.error:before,
voya-indicator .threeSteps #state i.error:before,
.threeSteps #state voya-indicator i.error:before,
voya-indicator .threeSteps #payrollFrequency i.error:before,
.threeSteps #payrollFrequency voya-indicator i.error:before,
voya-indicator .threeSteps #daytimePhoneType i.error:before,
.threeSteps #daytimePhoneType voya-indicator i.error:before,
voya-indicator .threeSteps #payCycles i.error:before,
.threeSteps #payCycles voya-indicator i.error:before,
voya-indicator .threeSteps #payrollEmployers i.error:before,
.threeSteps #payrollEmployers voya-indicator i.error:before,
voya-indicator input + i.error:before,
voya-indicator .voya-customSelect + i.error:before,
voya-indicator .customSelect + i.error:before,
voya-indicator select + i.error:before,
voya-indicator voya-field.benfSsn + i.error:before {
  font-size: 56px;
  margin: 12px;
}

voya-indicator .voya-indicator__container {
  position: relative;
  height: 100%;
  width: 100%;
  display: table;
}

voya-indicator .voya-indicator__inner-container {
  display: table-cell;
  vertical-align: middle;
}

voya-indicator .voya-indicator__message {
  margin: 12px;
  font-size: 20px;
}

voya-indicator.voya-indicator--fade-out {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 0.25s, opacity 0.25s linear;
}

voya-modal-container,
.voya-modal-backdrop,
.voya-modal-inner-container,
.voya-modal-outer-container {
  position: fixed;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

body.voya-modal-active {
  overflow: hidden;
}

.voya-modal-inner-container {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.voya-modal-backdrop {
  background-color: #383838;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

voya-modal {
  display: none;
  position: relative;
  z-index: 1;
  background-color: #fff;
  width: 90%;
  min-height: 200px;
  min-width: 200px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10%;
  overflow: hidden;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  transition-property: opacity;
  transition-duration: 500ms;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  outline: 0;
  padding: 24px;
  margin-bottom: 10%;
}

voya-modal-container {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  display: none;
  transition-property: opacity;
  transition-duration: 500ms;
}

.voya-modal-container--active,
.voya-modal--active {
  display: block;
}

.voya-modal-container--visible,
.voya-modal--visible {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.voya-modal__close-icon {
  position: absolute;
  top: 18px;
  right: 18px;
  font-size: 24px !important;
  color: #666666;
  cursor: pointer;
}

.voya-modal__heading {
  color: #145A7B;
  font-size: 26px;
  font-family: "Proxima Nova Semibold", Arial, sans-serif;
  border-bottom: 1px solid #CCC;
  margin-right: 30px;
}

.voya-modal__body {
  margin-top: 12px;
}

voya-indicator {
  z-index: 12;
}

.voya-contextual-help {
  position: absolute;
  display: none;
  width: 100%;
  top: 96%;
  z-index: 1;
  background-color: #fff;
  border: 1px solid #909090;
  padding: 6px;
  font-size: 14px;
  border-radius: 0 0 5px 5px;
}

.voya-contextual-help.voya-contextual-help--active {
  display: block;
}

::-ms-reveal,
::-ms-clear {
  display: none !important;
}

.voya-input-masking__hide-show-toggle {
  background: transparent;
  border: 0;
  border-radius: 0.25em;
  color: #888;
  cursor: pointer;
  font-size: 12px;
  font-weight: bold;
  margin-right: 0.5em;
  padding: 0.5em;
  text-transform: uppercase;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.voya-input-masking__hide-show-toggle:hover,
.voya-input-masking__hide-show-toggle:focus {
  background-color: #eee;
  color: #555;
  outline: transparent;
}

voya-field {
  display: block;
  position: relative;
  white-space: normal;
}

voya-field label,
voya-field .chosen-container-single .chosen-single.voya-field__select-placeholder,
voya-field .chosen-container .chosen-results li.voya-field__select-placeholder {
  color: #888888;
}

voya-field fieldset {
  border: 0px;
  margin: 0px;
  padding: 0px;
}

voya-field input[type=number],
voya-field input[type=tel],
voya-field input[type=text] {
  min-width: 32px;
}

voya-field.voya-field--error input,
voya-field.voya-field--error textarea {
  border-color: #B30000;
}

voya-field.voya-field--error .chosen-container .chosen-single {
  border-color: #B30000;
}

voya-field .voya-field__error-tooltip {
  min-height: 36px !important;
  padding: 4px 10px;
}

voya-field.voya-field--alignment-right input {
  text-align: right;
}

.voya-field__error {
  display: block;
  color: #B30000;
  padding: 2px 0px;
  background-color: transparent;
  margin-top: 1px;
}

.voya-field__left-icon {
  padding-right: 5px;
}

.voya-field__error-tooltip-text {
  color: #B30000;
}

.voya-field__help-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: #FFF;
  color: #606060;
  font-size: 12px;
  text-align: center;
  border: 1px solid #606060;
  border-radius: 50%;
  cursor: pointer;
}

.voya-field__input-container {
  display: table;
  width: 100%;
}

.voya-field__input-row,
.voya-field__error-row {
  display: table-row;
}

.voya-field__input-cell {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}

.voya-field__cell {
  display: table-cell;
  vertical-align: middle;
}

.voya-field__icon-cell {
  width: 24px;
  text-align: center;
}

.voya-field__cell-mirrored {
  position: relative;
}

.voya-field__cell-mirrored input[type=text],
.voya-field__cell-mirrored input[type=number],
.voya-field__cell-mirrored input[type=tel] {
  position: relative;
}

.voya-field__cell-mirrored input[type=text].voya-field__input-no-selection::-moz-selection,
.voya-field__cell-mirrored input[type=number].voya-field__input-no-selection::-moz-selection,
.voya-field__cell-mirrored input[type=tel].voya-field__input-no-selection::-moz-selection {
  color: transparent;
  background: #ACCEF7;
}

.voya-field__cell-mirrored input[type=text].voya-field__input-no-selection::selection,
.voya-field__cell-mirrored input[type=number].voya-field__input-no-selection::selection,
.voya-field__cell-mirrored input[type=tel].voya-field__input-no-selection::selection {
  color: transparent;
  background: #ACCEF7;
}

.voya-field__input-mirror {
  min-width: 10px;
  min-height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border-color: transparent;
  border-width: 0;
  border-style: solid;
}

.voya-field__input-mirror .voya-field__input-mirror__content {
  position: relative;
  height: 100%;
  display: inline-block;
}

.voya-field__input-mirror .voya-field__input-mirror__content span {
  visibility: hidden;
}

.voya-field__input-mirror .voya-field__input-mirror__content .voya-field__input-mirror__content__caret {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  white-space: nowrap;
  border-width: 0 1px 0 0;
  border-color: transparent;
  border-style: solid;
  -webkit-animation: blink 1.06s steps(1) infinite;
}

.voya-field__input-mirror .voya-field__input-mirror__content .voya-field__input-mirror__prefix,
.voya-field__input-mirror .voya-field__input-mirror__content .voya-field__input-mirror__suffix {
  display: block;
  position: absolute;
  top: 1px;
  font-size: 10px;
  font-weight: bold;
  z-index: 2;
  pointer-events: none;
}

.voya-field__input-mirror .voya-field__input-mirror__content .voya-field__input-mirror__prefix {
  right: 100%;
  padding: 0 2px 0 0;
}

.voya-field__input-mirror .voya-field__input-mirror__content .voya-field__input-mirror__suffix {
  left: 100%;
  padding: 0 0 0 2px;
}

.voya-field--alignment-right .voya-field__input-mirror .voya-field__input-mirror__content .voya-field__input-mirror__suffix {
  padding-left: 0px;
}

.voya-field__input--hide-arrows {
  -moz-appearance: textfield;
}

.voya-field__input--hide-arrows::-webkit-outer-spin-button,
.voya-field__input--hide-arrows::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/*!
 * Pikaday 1.6.1
 * Copyright © 2014 David Bushell | BSD & MIT license | http://dbushell.com/
 */

.pika-single {
  z-index: 9999;
  display: block;
  position: relative;
  color: #333;
  background: #fff;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.pika-single.is-hidden {
  display: none;
}

.pika-single.is-bound {
  position: absolute;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
}

.pika-single {
  *zoom: 1;
}

.pika-single:before,
.pika-single:after {
  content: " ";
  display: table;
}

.pika-single:after {
  clear: both;
}

.pika-lendar {
  float: left;
  width: 240px;
  margin: 8px;
}

.pika-title {
  position: relative;
  text-align: center;
}

.pika-title select {
  cursor: pointer;
  position: absolute;
  z-index: 9998;
  margin: 0;
  left: 0;
  top: 5px;
  filter: alpha(opacity=0);
  opacity: 0;
}

.pika-label {
  display: inline-block;
  *display: inline;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  color: #333;
  background-color: #fff;
}

.pika-prev,
.pika-next {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 20px;
  height: 30px;
  text-indent: 20px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  opacity: 0.5;
  *position: absolute;
  *top: 0;
}

.pika-prev:hover,
.pika-next:hover {
  opacity: 1;
}

.pika-prev.is-disabled,
.pika-next.is-disabled {
  cursor: default;
  opacity: 0.2;
}

.pika-prev,
.is-rtl .pika-next {
  float: left;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");
  *left: 0;
}

.pika-next,
.is-rtl .pika-prev {
  float: right;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=");
  *right: 0;
}

.pika-select {
  display: inline-block;
  *display: inline;
}

.pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
}

.pika-table th,
.pika-table td {
  width: 14.2857142857%;
  padding: 0;
}

.pika-table th {
  color: #999;
  font-size: 12px;
  line-height: 25px;
  font-weight: bold;
  text-align: center;
}

.pika-table abbr {
  border-bottom: none;
  cursor: help;
}

.pika-button {
  cursor: pointer;
  display: block;
  box-sizing: border-box;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 5px;
  color: #666;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  background: #f5f5f5;
}

.is-today .pika-button {
  color: #33aaff;
  font-weight: bold;
}

.is-selected .pika-button {
  color: #fff;
  font-weight: bold;
  background: #33aaff;
  box-shadow: inset 0 1px 3px #178fe5;
  border-radius: 3px;
}

.is-disabled .pika-button,
.is-outside-current-month .pika-button {
  color: #999;
  opacity: 0.3;
}

.is-disabled .pika-button {
  pointer-events: none;
  cursor: default;
}

.pika-button:hover {
  color: #fff;
  background: #ff8000;
  box-shadow: none;
  border-radius: 3px;
}

.pika-button .is-selection-disabled {
  pointer-events: none;
  cursor: default;
}

.pika-week {
  font-size: 11px;
  color: #999;
}

.is-inrange .pika-button {
  background: #D5E9F7;
}

.is-startrange .pika-button {
  color: #fff;
  background: #6CB31D;
  box-shadow: none;
  border-radius: 3px;
}

.is-endrange .pika-button {
  color: #fff;
  background: #33aaff;
  box-shadow: none;
  border-radius: 3px;
}

voya-field .voya-field__datepicker-icon {
  position: absolute;
  font-size: 22px;
  right: 8px;
  top: 50%;
  margin-top: -11px;
  display: block;
  color: #888888;
  cursor: pointer;
}

.voya-field__datepicker .is-selected .pika-button {
  background: #76C5E4;
  box-shadow: none;
}

.voya-field__datepicker .is-today .pika-button {
  color: #76C5E4;
}

.voya-field__datepicker .pika-button:hover {
  background: #F58000;
}

/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.4.2
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2015 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/

/* @group Base */

.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.chosen-container * {
  box-sizing: border-box;
}

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}

.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}

.chosen-container a {
  cursor: pointer;
}

.chosen-container .search-choice .group-name,
.chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999;
}

.chosen-container .search-choice .group-name:after,
.chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}

/* @end */

/* @group Single Chosen */

.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  min-height: 25px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}

.chosen-container-single .chosen-default {
  color: #999;
}

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: normal;
}

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  font-size: 1px;
}

.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}

.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
}

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}

.chosen-container-single .chosen-search input[type=text] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}

/* @end */

/* @group Results */

.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}

.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}

.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}

.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}

.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}

.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */

/* @group Multi Chosen */

.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
  cursor: text;
}

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.chosen-container-multi .chosen-choices li.search-field input[type=text] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}

.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  font-size: 1px;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666;
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */

/* @group Active  */

.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}

.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active .chosen-choices li.search-field input[type=text] {
  color: #222 !important;
}

/* @end */

/* @group Disabled Support */

.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}

.chosen-disabled .chosen-single {
  cursor: default;
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */

/* @group Right to Left */

.chosen-rtl {
  text-align: right;
}

.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}

.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}

.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}

.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}

.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}

.chosen-rtl .chosen-choices li {
  float: right;
}

.chosen-rtl .chosen-choices li.search-field input[type=text] {
  direction: rtl;
}

.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}

.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px;
}

.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}

.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}

.chosen-rtl .chosen-search input[type=text] {
  padding: 4px 5px 4px 20px;
  direction: rtl;
}

.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

/* @end */

/* @group Retina compatibility */

@media only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-rtl .chosen-search input[type=text],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type=text],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}

/* @end */

.chosen-results:focus {
  outline: none;
}

.chosen-container {
  width: 100% !important;
}

.chosen-container a:hover,
.chosen-container a:hover span {
  text-decoration: none;
}

.chosen-container.chosen-with-drop .chosen-drop {
  width: 100% !important;
  border-top: 1px solid #a7a7a7;
}

.chosen-container.chosen-with-drop .chosen-drop .chosen-search {
  width: 99% !important;
}

.chosen-container.chosen-with-drop .chosen-drop .chosen-search input {
  width: 98% !important;
}

.chosen-container.chosen-with-drop .chosen-single div {
  border-left: 1px solid #a7a7a7;
  background-image: linear-gradient(to bottom, #fff 0%, #e6e6e6 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFE6E6E6", GradientType=0);
}

.chosen-container.chosen-with-drop .chosen-single div b {
  padding-top: 4px;
  background-position: initial;
}

.chosen-container.chosen-with-drop .chosen-single div b:before {
  content: "\f0d8";
}

.chosen-container .chosen-single {
  min-height: 34px;
  padding: 5px 10px 0;
  background: #FFF !important;
  border: 1px solid #a7a7a7;
}

.chosen-container .chosen-single span {
  font-size: 16px;
}

.chosen-container .chosen-single div {
  width: 28px;
  border-left: 1px solid #a7a7a7;
  background-image: linear-gradient(to bottom, #fff 0%, #e6e6e6 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFE6E6E6", GradientType=0);
  text-align: center;
}

.chosen-container .chosen-single div b {
  background: none !important;
  color: #D75426;
  vertical-align: text-top;
  padding-top: 8px;
  font-size: 15px;
}

.chosen-container .chosen-single div b:before {
  content: "\f0d7";
}

.chosen-container .chosen-results {
  margin: 0;
  padding: 0;
}

.chosen-container .chosen-results li {
  padding: 10px 5px 10px 11px;
}

.chosen-container .chosen-results li.active-result {
  color: #D75426;
}

.chosen-container .chosen-results li.highlighted {
  background: #e8e8e8;
}

.chosen-container.error a {
  border: 1px solid #B30000;
}

.voya-field-theme-minimal .chosen-container.chosen-container-active a {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.voya-field-theme-minimal .chosen-container .chosen-single {
  border: 0;
  background-color: transparent !important;
  border-bottom: 1px solid #f58001;
  border-radius: 0;
  margin-top: 9px;
}

.voya-field-theme-minimal .chosen-container .chosen-single span {
  overflow: visible;
  color: #f58001;
}

.voya-field-theme-minimal .chosen-container .chosen-single div {
  border: none;
  background: none;
}

.voya-field-theme-minimal .chosen-container .chosen-single div b:before {
  position: absolute;
  content: "\f107";
  font-family: "FontAwesome";
  font-size: 40px;
  text-indent: 0;
  color: #f78002;
  line-height: 100%;
  left: 0;
  top: 0px;
}

.voya-field-theme-minimal .chosen-container-active.chosen-with-drop .chosen-single {
  border: 0;
  background-color: transparent !important;
  border-bottom: 1px solid #f58001;
  border-radius: 0;
  margin-top: 9px;
}

.voya-field-theme-minimal .chosen-container-active.chosen-with-drop .chosen-single div {
  border: none;
  background: none;
}

.voya-field-theme-minimal .chosen-container-active.chosen-with-drop .chosen-single div b:before {
  position: absolute;
  content: "\f107";
  font-family: "FontAwesome";
  text-indent: 0;
  color: #f78002;
  line-height: 100%;
  font-size: 40px;
  display: inline-block;
  left: 0;
  top: 0px;
}

.voya-field-theme-gray-dropdown .chosen-results {
  background-color: #F1F1F1;
  margin: 0;
  padding-left: 0px;
}

.voya-field-theme-gray-dropdown .chosen-results li {
  font-size: 13px;
  border-bottom: 1px solid #666;
}

.voya-field-theme-gray-dropdown .chosen-results li:last-child {
  border-bottom: none;
}

voya-field .voya-field__input-cell--no-chosen select {
  width: 100% !important;
  min-height: 34px !important;
  padding: 5px 10px 5px 5px !important;
  background: #FFF !important;
  border: 1px solid #a7a7a7 !important;
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
}

.voya-field-radio label,
.voya-field-radio input[type=radio] {
  cursor: pointer;
}

.voya-field-radio label {
  color: inherit;
}

.voya-field-radio input[type=radio] {
  left: -9999px;
  position: absolute;
}

.voya-field-radio input[type=radio]:checked + .voya-field__radio-btn {
  background-color: #D75426;
  box-shadow: inset 0 0 0 2px #FFFFFF;
}

.voya-field-radio input[type=radio]:checked:disabled + .voya-field__radio-btn {
  background-color: #666;
}

.voya-field-radio input[type=radio]:disabled + .voya-field__radio-btn {
  border: 1px solid #CCC;
}

.voya-field-radio input[type=radio]:focus + .voya-field__radio-btn {
  border-color: #76C5E4;
}

.voya-field-radio .voya-field__radio-label {
  display: inline-block;
  white-space: nowrap;
}

.voya-field-radio .voya-field__radio-label span {
  vertical-align: top;
  margin-right: 6px;
  display: inline-block;
  white-space: normal;
}

.voya-field-radio .voya-field__radio-label .voya-field__icon-cell {
  display: inline-block;
}

.voya-field-radio .voya-field__radio-btn {
  margin-top: 0.2em;
  background-color: #FFFFFF;
  width: 1em;
  height: 1em;
  display: inline-block;
  border-radius: 50%;
  border: 1px solid #666;
  cursor: pointer;
}

.voya-field--direction-row .voya-field__radio-container {
  display: inline-block;
  margin-right: 12px;
}

.voya-field--direction-row .voya-field__radio-container:last-child {
  margin-right: 0px;
}

.voya-field-checkbox label {
  color: inherit;
  white-space: nowrap;
}

.voya-field-checkbox input[type=checkbox] {
  margin: 0;
}

.voya-field-checkbox .voya-field__checkbox-container {
  position: relative;
  min-width: 1.3em;
  min-height: 1.3em;
}

.voya-field-checkbox .voya-field__checkbox {
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid #cdc8c4;
  border-radius: 3px;
  height: 1.3em;
  padding: 2px 2px 3px;
  margin-right: 4px;
  width: 1.3em;
  cursor: pointer;
  background-color: #FFF;
  color: #D75426;
}

.voya-field-checkbox .voya-field__checkbox::before {
  position: absolute;
  left: 0.1em;
  top: 0.1em;
  line-height: 1em;
  font-family: FontAwesome;
  content: "\f00c";
  display: inline-block;
  opacity: 0;
  transition: opacity 0.2s;
}

.voya-field-checkbox input[type=checkbox]:disabled + .voya-field__checkbox {
  background-color: #E0E0E0;
}

.voya-field-checkbox input[type=checkbox]:checked + .voya-field__checkbox::before {
  opacity: 1;
}

.voya-field-checkbox input[type=checkbox]:checked:disabled + .voya-field__checkbox::before {
  color: #666;
}

.voya-field-checkbox .voya-field__checkbox-label-text {
  padding-left: 0.9em;
  display: inline-block;
  white-space: normal;
}

.voya-field__checkbox--large {
  font-size: 18px;
}

.voya-field__checkbox--small {
  font-size: 14px;
}

.voya-field__checkbox--x-small {
  font-size: 13px;
}

.voya-field__checkbox--xx-small {
  font-size: 12px;
}

.voya-field-create-password .voya-contextual-help {
  padding: 10px;
}

.voya-field-create-password .voya-field__contextual-help-heading {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 16px;
}

.voya-field-create-password .voya-field__requirement-list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 16px;
}

.voya-field-create-password .voya-field__default-icon {
  color: #999;
}

.voya-field-create-password .voya-field__ok-icon {
  color: #257a35;
}

.voya-field-create-password .voya-field__not-ok-icon {
  color: #ff0000;
}

.voya-field-incrementor {
  padding: 5px 50px;
  display: inline-block;
  position: relative;
}

.voya-field-incrementor .voya-field-incrementor__wrapper {
  position: relative;
}

.voya-field-incrementor .voya-field-incrementor__btn {
  position: absolute;
  margin: 0;
  padding: 0;
  line-height: 40px;
  top: 10px;
  width: 40px;
  height: 40px;
  border: 2px solid;
  border-radius: 50%;
  background: #fff;
  z-index: 2;
  /* both plus and minus have the horizontal line */
  /* only plus has the vertical line */
}

.voya-field-incrementor .voya-field-incrementor__btn:before,
.voya-field-incrementor .voya-field-incrementor__btn:after {
  position: absolute;
  content: " ";
  background: rgb(0, 128, 128);
}

.voya-field-incrementor .voya-field-incrementor__btn:before {
  top: 45.925%;
  left: 20%;
  right: 20%;
  bottom: 45.925%;
  width: 60%;
  height: 8.25%;
}

.voya-field-incrementor .voya-field-incrementor__btn.voya-field-incrementor__btn__plus {
  right: 5px;
}

.voya-field-incrementor .voya-field-incrementor__btn.voya-field-incrementor__btn__plus:after {
  left: 45.925%;
  top: 20%;
  bottom: 20%;
  right: 45.925%;
  height: 60%;
  width: 8.25%;
}

.voya-field-incrementor .voya-field-incrementor__btn.voya-field-incrementor__btn__minus {
  left: 5px;
}

.voya-contextual-help {
  position: absolute;
  display: none;
  width: 100%;
  top: 96%;
  z-index: 1;
  background-color: #fff;
  border: 1px solid #909090;
  padding: 6px;
  font-size: 14px;
  border-radius: 0 0 5px 5px;
}

.voya-contextual-help.voya-contextual-help--active {
  display: block;
}

::-ms-reveal,
::-ms-clear {
  display: none !important;
}

.voya-input-masking__hide-show-toggle {
  background: transparent;
  border: 0;
  border-radius: 0.25em;
  color: #888;
  cursor: pointer;
  font-size: 12px;
  font-weight: bold;
  margin-right: 0.5em;
  padding: 0.5em;
  text-transform: uppercase;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.voya-input-masking__hide-show-toggle:hover,
.voya-input-masking__hide-show-toggle:focus {
  background-color: #eee;
  color: #555;
  outline: transparent;
}

voya-field {
  display: block;
  position: relative;
  white-space: normal;
}

voya-field label,
voya-field .chosen-container-single .chosen-single.voya-field__select-placeholder,
voya-field .chosen-container .chosen-results li.voya-field__select-placeholder {
  color: #888888;
}

voya-field fieldset {
  border: 0px;
  margin: 0px;
  padding: 0px;
}

voya-field input[type=number],
voya-field input[type=tel],
voya-field input[type=text] {
  min-width: 32px;
}

voya-field.voya-field--error input,
voya-field.voya-field--error textarea {
  border-color: #B30000;
}

voya-field.voya-field--error .chosen-container .chosen-single {
  border-color: #B30000;
}

voya-field .voya-field__error-tooltip {
  min-height: 36px !important;
  padding: 4px 10px;
}

voya-field.voya-field--alignment-right input {
  text-align: right;
}

.voya-field__error {
  display: block;
  color: #B30000;
  padding: 2px 0px;
  background-color: transparent;
  margin-top: 1px;
}

.voya-field__left-icon {
  padding-right: 5px;
}

.voya-field__error-tooltip-text {
  color: #B30000;
}

.voya-field__help-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: #FFF;
  color: #606060;
  font-size: 12px;
  text-align: center;
  border: 1px solid #606060;
  border-radius: 50%;
  cursor: pointer;
}

.voya-field__input-container {
  display: table;
  width: 100%;
}

.voya-field__input-row,
.voya-field__error-row {
  display: table-row;
}

.voya-field__input-cell {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}

.voya-field__cell {
  display: table-cell;
  vertical-align: middle;
}

.voya-field__icon-cell {
  width: 24px;
  text-align: center;
}

.voya-field__cell-mirrored {
  position: relative;
}

.voya-field__cell-mirrored input[type=text],
.voya-field__cell-mirrored input[type=number],
.voya-field__cell-mirrored input[type=tel] {
  position: relative;
}

.voya-field__cell-mirrored input[type=text].voya-field__input-no-selection::-moz-selection,
.voya-field__cell-mirrored input[type=number].voya-field__input-no-selection::-moz-selection,
.voya-field__cell-mirrored input[type=tel].voya-field__input-no-selection::-moz-selection {
  color: transparent;
  background: #ACCEF7;
}

.voya-field__cell-mirrored input[type=text].voya-field__input-no-selection::selection,
.voya-field__cell-mirrored input[type=number].voya-field__input-no-selection::selection,
.voya-field__cell-mirrored input[type=tel].voya-field__input-no-selection::selection {
  color: transparent;
  background: #ACCEF7;
}

.voya-field__input-mirror {
  min-width: 10px;
  min-height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border-color: transparent;
  border-width: 0;
  border-style: solid;
}

.voya-field__input-mirror .voya-field__input-mirror__content {
  position: relative;
  height: 100%;
  display: inline-block;
}

.voya-field__input-mirror .voya-field__input-mirror__content span {
  visibility: hidden;
}

.voya-field__input-mirror .voya-field__input-mirror__content .voya-field__input-mirror__content__caret {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  white-space: nowrap;
  border-width: 0 1px 0 0;
  border-color: transparent;
  border-style: solid;
  -webkit-animation: blink 1.06s steps(1) infinite;
}

.voya-field__input-mirror .voya-field__input-mirror__content .voya-field__input-mirror__prefix,
.voya-field__input-mirror .voya-field__input-mirror__content .voya-field__input-mirror__suffix {
  display: block;
  position: absolute;
  top: 1px;
  font-size: 10px;
  font-weight: bold;
  z-index: 2;
  pointer-events: none;
}

.voya-field__input-mirror .voya-field__input-mirror__content .voya-field__input-mirror__prefix {
  right: 100%;
  padding: 0 2px 0 0;
}

.voya-field__input-mirror .voya-field__input-mirror__content .voya-field__input-mirror__suffix {
  left: 100%;
  padding: 0 0 0 2px;
}

.voya-field--alignment-right .voya-field__input-mirror .voya-field__input-mirror__content .voya-field__input-mirror__suffix {
  padding-left: 0px;
}

.voya-field-typeahead .algolia-autocomplete {
  width: 100%;
}

.voya-field-typeahead .algolia-autocomplete .aa-input,
.voya-field-typeahead .algolia-autocomplete .aa-hint {
  width: 100%;
}

.voya-field-typeahead .algolia-autocomplete .aa-hint {
  color: #999;
}

.voya-field-typeahead .algolia-autocomplete .aa-dropdown-menu {
  width: 100%;
  background-color: #fff;
  border: 1px solid #999;
  border-top: none;
}

.voya-field-typeahead .algolia-autocomplete .aa-dropdown-menu .aa-suggestion {
  cursor: pointer;
  padding: 5px 4px;
}

.voya-field-typeahead .algolia-autocomplete .aa-dropdown-menu .aa-suggestion.aa-cursor {
  background-color: #B2D7FF;
}

.voya-field-typeahead .algolia-autocomplete .aa-dropdown-menu .aa-suggestion em {
  font-weight: bold;
  font-style: normal;
}

.voya-field-typeahead.scroll-options .algolia-autocomplete .aa-dropdown-menu {
  overflow-y: scroll;
}

.voya-field-typeahead.no-results .aa-suggestion {
  pointer-events: none;
  background-color: #fff !important;
  color: #999 !important;
}

/*
 * A partial implementation of the Ruby list functions from Compass:
 * https://github.com/Compass/compass/blob/stable/lib/compass/sass_extensions/functions/lists.rb
 */

/*
 * A partial implementation of the Ruby constants functions from Compass:
 * https://github.com/Compass/compass/blob/stable/lib/compass/sass_extensions/functions/constants.rb
 */

/*
 * A partial implementation of the Ruby display functions from Compass:
 * https://github.com/Compass/compass/blob/stable/core/lib/compass/core/sass_extensions/functions/display.rb
 */

body.voya-modal-active {
  overflow: hidden;
}

.voya-modal-outer-container {
  z-index: 2;
  position: fixed;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.voya-modal-inner-container {
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.voya-modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  background-color: #666666;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

.voya-modal {
  position: relative;
  background-color: white;
  z-index: 3;
  width: 90%;
  min-height: 200px;
  min-width: 200px;
  overflow: hidden;
  margin: auto;
  margin-top: 10%;
  overflow: hidden;
}

.voya-modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.voya-modal {
  position: relative;
  background-color: #fff;
  border: 2px solid #CCC;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
  padding: 38px 18px 18px 18px;
}

.clearfix {
  overflow: hidden;
  *zoom: 1;
}

.error {
  color: #B30000;
  line-height: 2;
  padding: 0 10px;
}

.error .fa-exclamation-triangle {
  vertical-align: middle;
}

.error.hide {
  display: none;
}

input + .error:before,
.voya-customSelect + .error:before,
.customSelect + .error:before,
select + .error:before,
voya-field.benfSsn + .error:before,
voya-notification.error:before {
  content: "\f071";
  padding-right: 5px;
  vertical-align: middle;
}

input + .error:empty,
.voya-customSelect + .error:empty,
.customSelect + .error:empty,
select + .error:empty,
voya-field.benfSsn + .error:empty,
voya-notification.error:empty {
  display: none;
}

.error.goalPctError:before,
.error.retirementAgeError:before,
.error.currentDcBalanceError:before {
  content: unset;
}

input[type=radio] {
  cursor: pointer;
}

voya-field .chosen-container .chosen-results li.active-result:not(.voya-field__select-placeholder) {
  color: #145A7B !important;
}

.voya-inline-link:hover,
a:hover,
.voya-link:hover,
span.link:hover {
  text-decoration: underline;
}

#doc-header a:hover,
#doc-voya-footer a:hover {
  text-decoration: none;
  color: #333333 !important;
}

.teal {
  color: #0097A9;
}

.swal-footer {
  text-align: center;
}

.swal-button--cancel {
  color: #FFF;
}

.swal-text {
  color: #333333;
}

html {
  min-height: 100%;
}

body {
  min-height: 100%;
  position: relative;
  padding-bottom: 85px;
}

#doc-footer {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 85px;
}

body.has-buttonBar #doc-main > div:first-child {
  padding-bottom: 85px;
}

body.has-buttonBar #doc-footer {
  display: block;
}

.section {
  padding: 20px 0;
}

.section h3 {
  font-size: 28px;
  font-weight: normal;
  margin: 10px 0;
}

.section h3.text-center {
  text-align: center;
}

.section h3 strong {
  font-family: "Proxima Nova Bold", Arial, sans-serif;
}

.section h4 {
  font-size: 26px;
  color: #888888;
  font-weight: normal;
  margin: 10px 0;
}

.section h4.text-center {
  text-align: center;
}

.section h4 strong {
  font-family: "Proxima Nova Bold", Arial, sans-serif;
}

.section h5 {
  font-size: 22px;
  color: #888888;
  font-weight: normal;
  margin: 10px 0;
}

.section h5 strong {
  font-family: "Proxima Nova Bold", Arial, sans-serif;
}

.section.white {
  background: #FFF;
  border-top: 1px solid #E0E0E0;
}

.voya-modal-pended-enrollment-container button,
.voya-modal-ineligible-enrollment button,
.voya-modal-accept-enrollment button,
.voya-modal-decline-enrollment button,
.voya-modal-bene-start-over button,
.voya-modal-advice-available button,
.voya-modal-fe-advice-available button,
.voya-modal .voya-modal-close-button {
  -webkit-appearance: none;
  -webkit-transition-delay: 0s;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-property: background-color;
  -webkit-transition-timing-function: ease-out;
  -webkit-writing-mode: horizontal-tb;
  -ms-flex-align: start;
      align-items: flex-start;
  background-color: rgb(215, 84, 38);
  background-image: linear-gradient(rgb(245, 128, 0), rgb(215, 84, 38));
  border-bottom-color: rgb(215, 84, 38);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-style: solid;
  border-bottom-width: 0px;
  border-image-outset: 0px;
  border-image-repeat: stretch;
  border-image-slice: 100%;
  border-image-source: none;
  border-image-width: 1;
  border-left-color: rgb(215, 84, 38);
  border-left-style: solid;
  border-left-width: 0px;
  border-right-color: rgb(215, 84, 38);
  border-right-style: solid;
  border-right-width: 0px;
  border-top-color: rgb(215, 84, 38);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-top-style: solid;
  border-top-width: 0px;
  bottom: 20px;
  box-sizing: border-box;
  color: rgb(255, 255, 255);
  cursor: pointer;
  display: block;
  font-family: "Proxima Nova Regular";
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  height: 45px;
  letter-spacing: normal;
  line-height: normal;
  margin: 0 auto;
  margin-bottom: 40px;
  margin-top: 0px;
  padding-bottom: 1px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  text-align: center;
  text-decoration: none solid rgb(255, 255, 255);
  text-indent: 0px;
  text-shadow: none;
  text-transform: uppercase;
  transition-delay: 0s;
  transition-duration: 0.3s;
  transition-property: background-color;
  transition-timing-function: ease-out;
  width: 260px;
  word-spacing: 0px;
  -ms-writing-mode: lr-tb;
      writing-mode: lr-tb;
}

.voya-modal {
  margin-bottom: 38px;
}

/* simple table component CSS Starts */

.v-simpleTable {
  background-color: #fff;
  background-color: var(--v-colors__white);
  border-radius: 10px;
  color: #333333;
  color: var(--v-colors__black);
  font-family: "VoyaProximaNova", "Proxima Nova", "Open Sans", "Gill Sans MT", "Gill Sans", Corbel, Arial, sans-serif;
  font-family: var(--v-fonts__primary);
  font-size: 15px;
  margin: 0px 20px 10px 20px;
  border-collapse: separate;
  border-spacing: 0;
  border-bottom: 1px solid #a8a7a7;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.v-simpleTable thead tr td,
.v-simpleTable thead tr th,
.v-simpleTable tbody tr td,
.v-simpleTable tbody tr th {
  border-color: #a8a7a7;
}

.advTableContent {
  width: 80%;
  margin: 0px auto;
  text-align: center;
}

@media all and (min-width: 835px) {
  .v-simpleTable {
    width: 100%;
  }
}

.v-simpleTable tr {
  border-left: 1px solid #a8a7a7;
  border-top: 1px solid #a8a7a7;
  border-right: 1px solid #a8a7a7;
}

.v-simpleTable tbody,
.v-simpleTable tr:last-child {
  border-right: 1px solid #a8a7a7;
  border-bottom: 1px solid #a8a7a7;
}

.v-simpleTable td {
  padding: 26px 20px;
  min-height: 75px;
  text-align: left;
  border-left: 1px solid #a8a7a7;
}

.v-simpleTable th {
  padding: 26px 20px;
  min-height: 75px;
  text-align: left;
  font-weight: bold;
  font-size: 18px;
  border-left: 1px solid #a8a7a7;
}

.v-simpleTable td:first-child,
.v-simpleTable th:first-child {
  text-align: left;
}

.v-simpleTable td:last-child {
  border-right: 1px solid #a8a7a7;
}

.v-simpleTable .rightAlign {
  text-align: right;
}

.v-simpleTable .rightAlign th {
  text-align: right;
  font-weight: bold;
}

.v-simpleTable thead tr:first-of-type th {
  font-weight: 600;
}

.v-simpleTable tr:not(:first-of-type) th {
  font-weight: normal;
}

.v-simpleTable tbody tr:nth-child(odd) td,
.v-simpleTable tbody tr:nth-child(odd) th {
  border-top: 1px solid #a8a7a7;
}

.v-simpleTable tbody tr:nth-child(even) td,
.v-simpleTable tbody tr:nth-child(even) th {
  border-top: 1px solid #a8a7a7;
}

.v-simpleTable tbody tr:nth-child(even) {
  background-color: #f0fafd;
}

.v-simpleTable tbody tr:nth-child(odd) {
  background-color: var(--v-colors__white);
}

.primary-theme tbody tr:nth-child(even) {
  background-color: var(--v-colors__primary-80);
}

.primary-theme tbody tr:nth-child(odd) {
  background-color: var(--v-colors__white);
}

.v-simpleTable thead tr:first-child,
.v-simpleTable thead tr:first-child:hover {
  background-color: #fff;
  background-color: var(--v-colors__white);
}

.v-simpleTable tbody tr:hover {
  background-color: #fff2e4;
}

.primary-theme tbody tr:hover {
  background-color: #f2f2f2;
  background-color: var(--v-colors__gray-medium-3);
}

.v-simpleTable tbody tr:last-child td:first-child,
.v-simpleTable tbody tr:last-child th:first-child {
  border-bottom-left-radius: 10px;
}

.v-simpleTable tbody tr:last-child td:last-child,
.v-simpleTable tbody tr:last-child th:last-child {
  border-bottom-right-radius: 10px;
}

.v-simpleTable thead tr:first-child th:first-child,
.v-simpleTable thead tr:first-child td:first-child {
  border-top-left-radius: 10px;
}

.v-simpleTable thead tr:first-child th:last-child,
.v-simpleTable thead tr:first-child td:last-child {
  border-top-right-radius: 10px;
}

.v-simpleTable tbody tr:first-child th:first-child {
  font-weight: strong;
  text-align: center;
  border-top-left-radius: 10px;
}

.advFeeHeadingIps {
  color: #666666 !important;
  margin: 0px auto;
  font-size: 20px;
  font-weight: strong;
  font-family: "Proxima Nova Light", Arial, sans-serif;
  padding-bottom: 10px;
}

.v-simpleTable tbody tr:first-child th:last-child {
  font-weight: strong;
  text-align: center;
  border-top-right-radius: 10px;
  border-right: 1px solid #a8a7a7;
}

.v-simpleTable tbody tr:first-child td:first-child {
  font-weight: normal;
}

.v-simpleTable th[scope=row] v-tooltip {
  margin-left: 10px;
  vertical-align: middle;
}

@media all and (min-width: 1px) and (max-width: 834px) {
  /* Simple table responsive starts here for any browser*/

  .v-simpleTable {
    display: inline-block;
    max-width: 100%;
    overflow-x: auto;
    border-collapse: separate;
    border-spacing: 0px;
    border: 1px solid #a8a7a7;
    line-height: 1.11;
  }

  .advTableContent {
    width: 100%;
    margin: 0px auto;
    text-align: center;
  }

  .v-simpleTable tr:last-child td:first-child,
  .v-simpleTable tr:last-child th:first-child {
    border-bottom-left-radius: 0;
  }

  .v-simpleTable tr:last-child td:last-child {
    border-bottom-right-radius: 0;
  }

  .v-simpleTable tr:first-child th:first-child {
    border-top-left-radius: 10;
  }

  .v-simpleTable tr:first-child th:last-child {
    border-top-right-radius: 10;
  }

  .v-simpleTable tr:first-of-type th,
  .v-simpleTable tr td,
  .v-simpleTable tr th {
    padding: 20px;
  }

  .v-simpleTable td:first-child,
  .v-simpleTable th:first-child {
    padding: 20px;
    max-width: 180px;
  }

  .v-simpleTable::-webkit-scrollbar {
    background-color: #d8d8d8;
    border-radius: 3.5px;
    height: 10px;
    cursor: pointer;
  }

  .v-simpleTable::-webkit-scrollbar-track {
    border-radius: 3.5px;
  }

  .v-simpleTable::-webkit-scrollbar-thumb {
    border-radius: 3.5px;
    -webkit-border-radius: 10px;
    background-color: var(--v-colors__primary);
  }

  /*Firefox*/

  /* Simple table responsive ends here */
}

@media screen and (min-width: 1px) and (max-width: 834px) and (-ms-high-contrast: active), (min-width: 1px) and (max-width: 834px) and (-ms-high-contrast: none) {
  .v-simpleTable {
    padding-left: 32px;
    margin-left: -32px;
    scrollbar-face-color: #145a7b;
    scrollbar-track-color: #d8d8d8;
    scrollbar-3dlight-color: #d8d8d8;
    scrollbar-highlight-color: #d8d8d8;
    scrollbar-arrow-color: #d8d8d8;
    scrollbar-shadow-color: #d8d8d8;
  }
}

@media all and (min-width: 1px) and (max-width: 834px) {
  .v-simpleTable {
    scrollbar-width: thin;
    scrollbar-color: var(--v-colors__primary) #d8d8d8;
  }

  .v-simpleTable tr:first-of-type th {
    padding: 26px 20px;
  }

  .v-simpleTable tr:not(:first-of-type) th {
    padding: 26px 20px;
  }

  .v-simpleTable tr:nth-child(even):hover td:first-child,
  .v-simpleTable tr:nth-child(odd):not(:first-child):hover td:first-child {
    background-color: #fff2e4;
  }

  .v-simpleTable td:first-child,
  .v-simpleTable th:first-child {
    border-right: solid 2px #a8a7a7;
    left: 0;
  }

  .v-simpleTable::-webkit-scrollbar {
    background-color: #fff;
    background-color: var(--v-colors__white);
    height: 6px;
  }

  .v-simpleTable::-webkit-scrollbar-thumb {
    background-color: #145a7b;
    background-color: var(--v-colors__primary);
    border-radius: 3px;
    height: 6px;
  }

  .v-simpleTable::-webkit-scrollbar-track {
    background-color: var(--v-colors__gray-medium-2);
    border: solid 1px #fff;
    border: solid 1px var(--v-colors__white);
    border-radius: 3px;
  }
}

.voya-modal-yourInfo .modal-heading {
  border-bottom: 1px solid #CCCCCC;
}

.feeActionButtonContainer {
  padding-top: 20px;
  padding-bottom: 20px;
}

.modal-buttons-container {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
  margin-top: 12px;
  text-align: center;
}

.modal-buttons-container voya-button {
  margin: 24px 18px;
}

.om-questionMark,
.questionMark,
.voya-form .questionMark {
  background-color: #FFF;
  color: #6E6E6E;
  border: 1px solid #6E6E6E;
  font-style: normal !important;
}

.om-questionMark,
.questionMark,
.voya-form .questionMark {
  text-decoration: none;
  position: relative;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  content: "?";
  font-size: 12px;
  cursor: pointer;
  font-family: "Proxima Nova Bold", Arial, sans-serif;
}

.om-questionMark:hover,
.questionMark:hover,
.voya-form .questionMark:hover {
  text-decoration: none;
}

.om-questionMark.secondary-primary-bg,
.questionMark.secondary-primary-bg,
.voya-form .questionMark.secondary-primary-bg {
  background-color: inherit;
  color: #FFF !important;
  border: inherit;
}

.om-questionMark.secondary-primary-bg:hover,
.questionMark.secondary-primary-bg:hover,
.voya-form .questionMark.secondary-primary-bg:hover {
  color: #FFF !important;
}

.erMatch .questionMark {
  padding-right: 1px;
}

/*
* Mixin for disabling highlighting
* Source: https://gist.github.com/nathos/4611077
*/

.aboutMeContainer {
  display: none;
}

fieldset {
  border: none;
}

.whyEmail {
  margin-bottom: 0px;
  font-family: "Proxima Nova Bold", Arial, sans-serif;
  font-size: 18px;
}

.whyEmailText {
  margin-bottom: 20px !important;
}

.threeSteps {
  font-size: 16px;
  font-family: "Arial";
  color: #333333;
}

.threeSteps .questionMark {
  padding-top: 1px;
}

.threeSteps .req-exp {
  float: right;
  font-size: 16px;
}

.threeSteps #daytimePhoneNumber,
.threeSteps #mobilePhoneNumber {
  color: #333333 !important;
}

.threeSteps #daytimePhoneNumber input,
.threeSteps #mobilePhoneNumber input {
  color: #333333 !important;
}

.threeSteps #pinContainer label {
  padding: 0px;
  margin-top: 18px;
}

.threeSteps .hiddenPayrollFrequency {
  height: 1px;
  display: none;
}

.threeSteps #pin.error {
  background-color: white;
}

.threeSteps .fa-exclamation-triangle::before,
.threeSteps .fa-exclamation-triangle::after {
  display: none;
}

.threeSteps .about-me-title {
  padding-top: 0px;
}

.threeSteps #nameAndAddress {
  margin-top: 10px;
}

.threeSteps .employer-deductions-msg {
  padding-left: 12px;
  padding-top: 20px !important;
}

.threeSteps #eligibleEmployerContainer {
  padding-top: 15px !important;
}

.threeSteps .voya-form {
  margin: 15px auto;
}

.threeSteps .voya-form .row input,
.threeSteps .voya-form .voya-components-estimated-income input {
  margin-bottom: 0;
}

.threeSteps .voya-form .row select,
.threeSteps .voya-form .voya-components-estimated-income select {
  margin-bottom: 0;
}

.threeSteps .voya-form input + .error,
.threeSteps .voya-form .voya-customSelect + .error,
.threeSteps .voya-form .customSelect + .error,
.threeSteps .voya-form select + .error,
.threeSteps .voya-form .globalError.error {
  margin-top: 20px;
}

.threeSteps .voya-form .globalError {
  background-color: #FDD;
  display: none;
  color: #FF0000;
}

.threeSteps .voya-form .invalidPinPromptContainer {
  background-color: #FDD;
  color: #FF0000;
}

.threeSteps .voya-form select.error {
  border-color: #D75426;
}

.threeSteps label {
  color: #888888;
  font-family: "Arial";
  font-size: 16px;
}

.threeSteps .pinPrompt {
  display: none;
}

.threeSteps .selectLabel {
  display: none;
}

.threeSteps #required {
  color: #333333;
  font-family: "Proxima Nova Light", Arial, sans-serif;
}

.threeSteps #planName {
  font-size: 18px;
  font-family: "Arial";
  color: #666666;
}

.threeSteps .inputCalendar {
  position: absolute;
  top: 50px;
  margin-left: 120px;
  color: #F58000;
}

.threeSteps .continueContainer {
  float: none !important;
  clear: both;
  width: 100%;
  text-align: center !important;
}

.threeSteps #continueButton {
  margin-top: 20px;
}

.threeSteps label sup {
  position: relative;
  top: 4px;
}

.threeSteps .inputSubtext {
  line-height: 40px;
}

.threeSteps #why-we-need-email {
  cursor: pointer;
  font-family: "Proxima Nova Light", Arial, sans-serif;
  margin-bottom: 0px;
}

.threeSteps .labelWrap {
  height: 40px;
}

.threeSteps #suffix {
  width: 100px;
}

.threeSteps .submitContainer {
  clear: both;
  float: left;
  width: 100%;
  padding-top: 20px;
  background-color: #FFF;
}

.threeSteps .errorAlert {
  color: #B30000;
  display: none;
}

@media only screen and (min-width: 441px) and (max-width: 640px) {
  .threeSteps .submitButton {
    margin-left: 100px;
  }
}

@media only screen and (max-width: 440px) {
  .threeSteps .submitButton {
    margin-left: 0px;
  }

  .threeSteps header h1 {
    font-size: 24px;
  }

  .threeSteps header h2 {
    font-size: 22px;
  }
}

.threeSteps #annualSalary .voya-field__input-mirror {
  padding: 0px 17px !important;
}

.threeSteps #annualSalary input {
  padding-left: 17px !important;
}

.threeSteps .chosen-container .chosen-single,
.threeSteps input[type=number] {
  height: 40px;
}

.threeSteps .chosen-container .chosen-single span {
  padding-top: 4px !important;
}

.threeSteps .threeStepsForm {
  margin-top: 10px !important;
}

.threeSteps .threeStepsForm .columns {
  margin-bottom: 12px;
}

.threeSteps .error + div.chosen-container {
  border: 1px solid red;
  border-radius: 6px;
}

.threeSteps .voya-form label {
  display: inline;
}

.threeSteps .ssnClass {
  margin-top: 0 !important;
}

.threeSteps .ssnContainer .voya-field__input-container {
  margin-top: 0 !important;
}

.threeSteps .ssnContainer label {
  line-height: 1.5 !important;
}

.threeSteps .autoCaptalize input {
  text-transform: capitalize;
}

.threeSteps #daytimePhoneNumber,
.threeSteps #mobilePhoneNumber {
  color: #333333 !important;
}

.threeSteps #daytimePhoneNumber input,
.threeSteps #mobilePhoneNumber input {
  color: #333333 !important;
}

.threeSteps #gender a,
.threeSteps #state a,
.threeSteps #payrollFrequency a,
.threeSteps #daytimePhoneType a,
.threeSteps #payCycles a,
.threeSteps #payrollEmployers a {
  text-decoration: none;
}

.threeSteps #gender .voya-field__input-cell,
.threeSteps #state .voya-field__input-cell,
.threeSteps #payrollFrequency .voya-field__input-cell,
.threeSteps #daytimePhoneType .voya-field__input-cell,
.threeSteps #payCycles .voya-field__input-cell,
.threeSteps #payrollEmployers .voya-field__input-cell {
  display: block;
}

.threeSteps #gender .error:before,
.threeSteps #state .error:before,
.threeSteps #payrollFrequency .error:before,
.threeSteps #daytimePhoneType .error:before,
.threeSteps #payCycles .error:before,
.threeSteps #payrollEmployers .error:before {
  content: "\f071";
  padding-right: 5px;
  vertical-align: middle;
}

.threeSteps #gender .error:empty,
.threeSteps #state .error:empty,
.threeSteps #payrollFrequency .error:empty,
.threeSteps #daytimePhoneType .error:empty,
.threeSteps #payCycles .error:empty,
.threeSteps #payrollEmployers .error:empty {
  display: none;
}

.threeSteps .voya-form input + .error,
.threeSteps .threeSteps .voya-form .voya-customSelect + .error,
.threeSteps .threeSteps .voya-form .customSelect + .error,
.threeSteps .threeSteps .voya-form select + .error,
.threeSteps .threeSteps .voya-form .globalError.error {
  margin-top: 0;
}

.stepsToSaveContainer .accordionHeader:hover {
  cursor: pointer;
}

#payrollEmployersContainer {
  display: none;
}

.ineligibleTransaction .ineligibleTransaction__error-message {
  text-align: center;
  margin: 100px auto 50px;
  height: 200px;
  font-size: 34px;
  font-family: "Arial";
}

.aboutMe-headerContainer header {
  text-align: center;
}

.aboutMe-headerContainer header h1 {
  border: none;
  font-size: 34px;
  margin: 0;
  color: #666666;
  font-family: "Proxima Nova Light", Arial, sans-serif;
}

.aboutMe-headerContainer header h2 {
  font-size: 24px;
  line-height: 36px;
  margin: 0;
  font-family: "Arial";
  color: #666666;
}

.aboutMe-headerContainer header p {
  color: #666666;
  font-size: 20px;
  font-family: "Proxima Nova Semibold", Arial, sans-serif;
  margin: 0;
}

.aboutMeContainer {
  display: none;
}

fieldset {
  border: none;
}

.aboutMe {
  font-size: 16px;
  font-family: "Arial";
  color: #333333;
}

.aboutMe .retired {
  display: inline-block;
}

.aboutMe #retiredContainer {
  margin: 20px auto;
}

.aboutMe .attorney {
  display: inline-block;
}

.aboutMe .attorney-NO {
  display: inline-block;
  margin-left: 15px;
}

.aboutMe #attorneyContainer {
  padding-left: 20px;
}

.aboutMe #attorneyContainer div {
  padding-bottom: 10px;
}

.aboutMe .questionMark {
  padding-top: 1px;
}

.aboutMe .req-exp {
  float: right;
  font-size: 16px;
}

.aboutMe #dateOfHireLabel {
  width: 141px;
}

.aboutMe #dateOfHireLabel input {
  width: 141px !important;
}

.aboutMe #dateOfHireLabel .error {
  width: 300px;
}

.aboutMe #cityContainer,
.aboutMe #stateContainer {
  margin-top: 10px;
}

.aboutMe .ownership-section {
  margin-top: 14px;
  margin-bottom: 40px;
}

.aboutMe .ownership-section p {
  margin-bottom: 6px;
}

.aboutMe #daytimePhoneNumber,
.aboutMe #mobilePhoneNumber {
  color: #333333 !important;
}

.aboutMe #daytimePhoneNumber input,
.aboutMe #mobilePhoneNumber input {
  color: #333333 !important;
}

.aboutMe #pinContainer label {
  padding: 0px;
  margin-top: 18px;
}

.aboutMe .hiddenPayrollFrequency {
  height: 1px;
  display: none;
}

.aboutMe #pin.error {
  background-color: white;
}

.aboutMe .fa-exclamation-triangle::before,
.aboutMe .fa-exclamation-triangle::after {
  display: none;
}

.aboutMe .about-me-title {
  padding-top: 0px;
}

.aboutMe #nameAndAddress {
  margin-top: 10px;
}

.aboutMe #about-me__email-container .columns {
  margin-right: 10px;
}

.aboutMe .aboutMeContainer .columns {
  padding-left: 0;
}

.aboutMe #personalInfoHeading {
  padding-top: 30px;
}

.aboutMe #employmentHeading,
.aboutMe #emailPhoneHeading {
  padding-top: 20px;
}

.aboutMe .voya-form fieldset {
  padding: 0 10px;
}

.aboutMe .aboutMeForm .columns,
.aboutMe .addressColumn .columns {
  padding-right: 18px;
}

.aboutMe .voya-form {
  margin: 15px auto;
  padding: 5px 12px 12px 10px;
}

.aboutMe .voya-form .row input,
.aboutMe .voya-form .voya-components-estimated-income input {
  margin-bottom: 0;
}

.aboutMe .voya-form .row select,
.aboutMe .voya-form .voya-components-estimated-income select {
  margin-bottom: 0;
}

.aboutMe .voya-form input + .error,
.aboutMe .voya-form .voya-customSelect + .error,
.aboutMe .voya-form .customSelect + .error,
.aboutMe .voya-form select + .error,
.aboutMe .voya-form .globalError.error {
  margin-top: 20px;
}

.aboutMe .voya-form .globalError {
  background-color: #FDD;
  display: none;
  color: #FF0000;
}

.aboutMe .voya-form .invalidPinPromptContainer {
  background-color: #FDD;
  color: #FF0000;
}

.aboutMe .voya-form select.error {
  border-color: #D75426;
}

.aboutMe label {
  color: #888888;
  font-family: "Arial";
  font-size: 16px;
}

.aboutMe .pinPrompt {
  display: none;
}

.aboutMe .selectLabel {
  display: none;
}

.aboutMe #required {
  color: #333333;
  font-family: "Proxima Nova Light", Arial, sans-serif;
}

.aboutMe #planName {
  font-size: 18px;
  font-family: "Arial";
  color: #666666;
}

.aboutMe .inputCalendar {
  position: absolute;
  top: 50px;
  margin-left: 120px;
  color: #F58000;
}

.aboutMe .continueContainer {
  float: none !important;
  clear: both;
  width: 100%;
  text-align: center !important;
}

.aboutMe #aboutMeButtons {
  margin-top: 20px;
}

.aboutMe label sup {
  position: relative;
  top: 4px;
}

.aboutMe .inputSubtext {
  line-height: 40px;
}

.aboutMe #why-we-need-email {
  cursor: pointer;
  font-family: "Proxima Nova Light", Arial, sans-serif;
  margin-bottom: 0px;
}

.aboutMe .labelWrap {
  height: 40px;
}

.aboutMe .submitContainer {
  clear: both;
  float: left;
  width: 100%;
  padding-top: 20px;
  background-color: #FFF;
}

.aboutMe .errorAlert {
  color: #B30000;
  display: none;
}

@media only screen and (min-width: 441px) and (max-width: 640px) {
  .aboutMe .submitButton {
    margin-left: 100px;
  }
}

@media only screen and (max-width: 440px) {
  .aboutMe .submitButton {
    margin-left: 0px;
  }

  .aboutMe .aboutMeForm .columns,
  .aboutMe .addressColumn .columns {
    padding-right: 0px !important;
  }

  .aboutMe header h1 {
    font-size: 24px;
  }

  .aboutMe header h2 {
    font-size: 22px;
  }
}

.aboutMe #annualSalary .voya-field__input-mirror {
  padding: 0px 17px !important;
}

.aboutMe #annualSalary input {
  padding-left: 17px !important;
}

@media only screen and (max-width: 645px) {
  .aboutMe #attorneyContainer {
    padding: 20px 0 0 10px;
  }
}

.aboutMe .row,
.aboutMe .voya-components-estimated-income {
  padding-top: 10px;
}

.aboutMe .chosen-container .chosen-single,
.aboutMe input[type=number] {
  height: 40px;
}

.aboutMe .chosen-container .chosen-single span {
  padding-top: 4px !important;
}

.aboutMe .aboutMeForm {
  margin-top: 10px !important;
}

.aboutMe .aboutMeForm .retired-yes-hide {
  display: none !important;
}

@media only screen and (min-width:64.0625em) {
  .aboutMe .name-row .large-4 {
    width: 34.3333%;
  }

  .aboutMe .name-row .large-2 {
    width: 10.6666%;
  }
}

.aboutMe .voya-form label {
  display: inline;
}

.aboutMe .ssnClass {
  margin-top: 0 !important;
}

.aboutMe .ssnContainer .voya-field__input-container {
  margin-top: 0 !important;
}

.aboutMe .ssnContainer label {
  line-height: 1.5 !important;
}

.aboutMe .autoCaptalize input {
  text-transform: capitalize;
}

.aboutMe #daytimePhoneNumber,
.aboutMe #mobilePhoneNumber {
  color: #333333 !important;
}

.aboutMe #daytimePhoneNumber input,
.aboutMe #mobilePhoneNumber input {
  color: #333333 !important;
}

.aboutMe #gender a,
.aboutMe #state a,
.aboutMe #payrollFrequency a,
.aboutMe #daytimePhoneType a,
.aboutMe #payCycles a,
.aboutMe #payrollEmployers a {
  text-decoration: none;
}

.aboutMe #gender .voya-field__input-cell,
.aboutMe #state .voya-field__input-cell,
.aboutMe #payrollFrequency .voya-field__input-cell,
.aboutMe #daytimePhoneType .voya-field__input-cell,
.aboutMe #payCycles .voya-field__input-cell,
.aboutMe #payrollEmployers .voya-field__input-cell {
  display: block;
}

.aboutMe #gender .error:before,
.aboutMe #state .error:before,
.aboutMe #payrollFrequency .error:before,
.aboutMe #daytimePhoneType .error:before,
.aboutMe #payCycles .error:before,
.aboutMe #payrollEmployers .error:before {
  content: "\f071";
  padding-right: 5px;
  vertical-align: middle;
}

.aboutMe #gender .error:empty,
.aboutMe #state .error:empty,
.aboutMe #payrollFrequency .error:empty,
.aboutMe #daytimePhoneType .error:empty,
.aboutMe #payCycles .error:empty,
.aboutMe #payrollEmployers .error:empty {
  display: none;
}

.aboutMe .voya-form input + .error,
.aboutMe .aboutMe .voya-form .voya-customSelect + .error,
.aboutMe .aboutMe .voya-form .customSelect + .error,
.aboutMe .aboutMe .voya-form select + .error,
.aboutMe .aboutMe .voya-form .globalError.error {
  margin-top: 0;
}

.stepsToSaveContainer .accordionHeader:hover {
  cursor: pointer;
}

#payrollEmployersContainer {
  display: none;
}

.zipUS_Error {
  display: block;
  color: #B30000;
  padding: 2px 2px;
  background-color: transparent;
  margin-top: 1px;
}

#your {
  display: block;
  width: 100%;
  font-weight: 300;
  font-size: 20px;
  padding: 10px 0;
  border-bottom: 1px solid #C3C3C3;
  margin: 0;
  background: none;
  color: #666666;
  font-family: "Proxima Nova Light", Arial, sans-serif;
}

fieldset {
  border: none;
}

span#plan_conf_error {
  margin-left: 3%;
  color: #B30000;
  padding: 2px 0px;
  background-color: transparent;
  margin-top: 1px;
}

div#planConfError {
  padding-bottom: 10px;
}

.yourPlan {
  font-size: 16px;
  font-family: "Arial";
  color: #333333;
}

.yourPlan .req-exp {
  float: right;
  font-size: 16px;
}

.yourPlan .serverError {
  display: none;
}

.yourPlan #agencyInstruction {
  font-size: 12px;
  margin-top: 10px;
}

.yourPlan #securityInfo {
  background-color: white;
  border: solid 1px #333333;
  margin: 30px 0px;
  padding: 15px 20px 40px;
}

.yourPlan .borderless {
  border: none !important;
}

.yourPlan .secureField {
  margin: 10px 0px;
}

.yourPlan .about-me-title {
  padding-top: 0px;
}

.yourPlan #nameAndAddress {
  margin-top: 10px;
}

.yourPlan .voya-form {
  margin: 15px auto;
}

.yourPlan .voya-form .row input,
.yourPlan .voya-form .voya-components-estimated-income input {
  margin-bottom: 0;
}

.yourPlan .voya-form .row select,
.yourPlan .voya-form .voya-components-estimated-income select {
  margin-bottom: 0;
}

.yourPlan .voya-form input + .error,
.yourPlan .voya-form .voya-customSelect + .error,
.yourPlan .voya-form .customSelect + .error,
.yourPlan .voya-form select + .error,
.yourPlan .voya-form .globalError.error {
  margin-top: 20px;
}

.yourPlan .voya-form .globalError {
  background-color: #FDD;
  display: none;
  color: #FF0000;
}

.yourPlan .voya-form .invalidPinPromptContainer {
  background-color: #FDD;
  color: #FF0000;
}

.yourPlan .voya-form select.error {
  border-color: #D75426;
}

.yourPlan label {
  color: #888888;
  font-family: "Arial";
  font-size: 16px;
}

.yourPlan .pinPrompt {
  display: none;
}

.yourPlan .selectLabel {
  display: none;
}

.yourPlan #required {
  color: #333333;
  font-family: "Proxima Nova Light", Arial, sans-serif;
}

.yourPlan .planNameNumber {
  font-size: 20px;
  font-family: "Arial";
  color: #666666;
}

.yourPlan .pinlessInfo {
  margin-top: 20px;
}

.yourPlan .inputCalendar {
  position: absolute;
  top: 50px;
  margin-left: 120px;
  color: #F58000;
}

.yourPlan .continueContainer {
  float: none !important;
  clear: both;
  width: 100%;
  text-align: center !important;
}

.yourPlan #continueButton {
  margin-top: 20px;
}

.yourPlan label sup {
  position: relative;
  top: 4px;
}

.yourPlan .inputSubtext {
  line-height: 40px;
}

.yourPlan #why-we-need-email {
  cursor: pointer;
  font-family: "Proxima Nova Light", Arial, sans-serif;
  margin-bottom: 0px;
}

.yourPlan .labelWrap {
  height: 40px;
}

.yourPlan #suffix {
  width: 100px;
}

.yourPlan .submitContainer {
  clear: both;
  float: left;
  width: 100%;
  padding-top: 20px;
  background-color: #FFF;
}

.yourPlan .errorAlert {
  color: #B30000;
  display: none;
}

@media only screen and (min-width: 441px) and (max-width: 640px) {
  .yourPlan .submitButton {
    margin-left: 100px;
  }
}

@media only screen and (max-width: 440px) {
  .yourPlan .submitButton {
    margin-left: 0px;
  }

  .yourPlan header h1 {
    font-size: 24px;
  }

  .yourPlan header h2 {
    font-size: 22px;
  }
}

.yourPlan .chosen-container .chosen-single,
.yourPlan input[type=number] {
  height: 40px;
}

.yourPlan .chosen-container .chosen-single span {
  padding-top: 4px !important;
}

.yourPlan .yourPlanForm {
  margin-top: 10px !important;
}

.yourPlan .voya-form label {
  display: inline;
}

.yourPlan .ssnClass {
  margin-top: 0 !important;
}

.yourPlan .ssnContainer .voya-field__input-container {
  margin-top: 0 !important;
}

.yourPlan .ssnContainer label {
  line-height: 1.5 !important;
}

.yourPlan .autoCaptalize input {
  text-transform: capitalize;
}

.yourPlan #daytimePhoneNumber,
.yourPlan #mobilePhoneNumber {
  color: #333333 !important;
}

.yourPlan #daytimePhoneNumber input,
.yourPlan #mobilePhoneNumber input {
  color: #333333 !important;
}

.yourPlan #gender a,
.yourPlan #state a,
.yourPlan #payrollFrequency a,
.yourPlan #daytimePhoneType a,
.yourPlan #payCycles a,
.yourPlan #payrollEmployers a {
  text-decoration: none;
}

.yourPlan #gender .voya-field__input-cell,
.yourPlan #state .voya-field__input-cell,
.yourPlan #payrollFrequency .voya-field__input-cell,
.yourPlan #daytimePhoneType .voya-field__input-cell,
.yourPlan #payCycles .voya-field__input-cell,
.yourPlan #payrollEmployers .voya-field__input-cell {
  display: block;
}

.yourPlan #gender .error:before,
.yourPlan #state .error:before,
.yourPlan #payrollFrequency .error:before,
.yourPlan #daytimePhoneType .error:before,
.yourPlan #payCycles .error:before,
.yourPlan #payrollEmployers .error:before {
  content: "\f071";
  padding-right: 5px;
  vertical-align: middle;
}

.yourPlan #gender .error:empty,
.yourPlan #state .error:empty,
.yourPlan #payrollFrequency .error:empty,
.yourPlan #daytimePhoneType .error:empty,
.yourPlan #payCycles .error:empty,
.yourPlan #payrollEmployers .error:empty {
  display: none;
}

.yourPlan .voya-form input + .error,
.yourPlan .yourPlan .voya-form .voya-customSelect + .error,
.yourPlan .yourPlan .voya-form .customSelect + .error,
.yourPlan .yourPlan .voya-form select + .error,
.yourPlan .yourPlan .voya-form .globalError.error {
  margin-top: 0;
}

.stepsToSaveContainer .accordionHeader:hover {
  cursor: pointer;
}

#payrollEmployersContainer {
  display: none;
}

.aboutMe-planSelection .end {
  padding: 0px;
}

.aboutMe-planSelection .yourPlan-back {
  float: left;
  margin-top: 16px;
}

.plan-italic-text {
  font-style: italic;
}

.voya-modal-inner-container {
  z-index: auto;
}

.voya-modal-madlib-container {
  min-height: 600px;
}

.voya-modal-madlib {
  max-width: 1000px;
}

.voya-modal-madlib #mL-asterisk {
  font-size: 13px !important;
}

.voya-modal-madlib #setGoalDiv {
  width: 100%;
  left: 30px;
  padding-right: 80px;
}

.voya-modal-madlib .mLInput {
  font-size: 36px !important;
}

.voya-modal-madlib .submitContainer {
  margin-top: 20px !important;
}

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

.voya-modal-madlib .mL-module {
  background-image: none;
  background-color: white;
}

.voya-modal-madlib .mLContainer {
  background: none !important;
}

.voya-modal-madlib .aside-content {
  padding-bottom: 0px !important;
}

.voya-modal-madlib .mL-module .mLDirections .mLDirectionsBox {
  max-width: 924px !important;
}

.voya-modal-sr-pension-retirement-sysinfo .srpension-retsysinfo_modal-header {
  padding-bottom: 10px;
  font-family: "Proxima Nova Bold", Arial, sans-serif;
}

.voya-modal-sr-pension-retirement-sysinfo .srpension-retsysinfo_alert-panel .srpension-retsysinfo_list-inline-block {
  padding-bottom: 20px;
}

.voya-modal-sr-pension-retirement-sysinfo .srpension-retsysinfo_alert-panel .srpension-retsysinfo_plan-details-name {
  font-family: "Proxima Nova Bold", Arial, sans-serif;
  padding-top: 19px;
  padding-bottom: 10px;
  padding-left: 15px;
}

.voya-modal-sr-pension-retirement-sysinfo .srpension-retsysinfo_alert-panel .srpension-retsysinfo_formula {
  font-family: "Proxima Nova Bold", Arial, sans-serif;
  padding-top: 10px;
  padding-bottom: 20px;
  padding-left: 15px;
}

.voya-modal-sr-pension-retirement-sysinfo .srpension-retsysinfo_alert-panel .srpension-retsysinfo_formula-description {
  padding-left: 15px;
}

.voya-modal-sr-pension-retirement-sysinfo .srpension-retsysinfo_alert-panel .srpension-retsysinfo__footer {
  font-size: 14px;
}

.voya-modal-sr-pension-retirement-sysinfo .buttonsContainer {
  display: block;
}

@media only screen and (max-width: 40em) {
  .voya-modal-sr-pension-retirement-sysinfo .srpension-retsysinfo_alert-panel .srpension-retsysinfo_alert-body .srpension-retsysinfo__list-items {
    margin: 0px auto;
  }
}

.mL-module .mLContainer {
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
}

.mL-module .mLContainer header {
  padding-top: 0;
}

.mL-module .mLContainer header h1,
.mL-module .mLContainer header h2 {
  font-size: 34px;
  padding: 25px 30px 15px 0px;
  color: #666666;
  font-family: "Proxima Nova Light", Arial, sans-serif;
}

.mL-module .mLContainer header h1 {
  text-align: center;
  font-weight: 300 !important;
}

.mL-module .mLContainer .ml__description-cont {
  color: #6b6b6b;
  font-weight: 400;
  text-align: center;
  width: 100%;
  font-size: 24px;
  padding: 0px 20px;
  line-height: 30px;
  font-family: "Arial";
  color: #666666;
}

.mL-module .ml__dg-outer-container {
  font-family: "Proxima Nova Light", Arial, sans-serif;
  margin: auto;
  width: 90%;
  height: auto;
  background-image: none;
  background-size: contain;
  text-align: center;
  font-size: 24px;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  text-align: center;
}

.mL-module .ml__dg-outer-container .omBillMLBackground {
  display: none;
  position: relative;
  max-width: 750px;
  width: 100%;
}

.mL-module .ml__dg-outer-container #setGoalDiv {
  width: 100%;
  top: 8px;
  right: 30px;
  height: 100%;
  color: #6b6b6b;
}

.mL-module .ml__dg-outer-container #setGoalDiv .ml__dg-container {
  height: 100%;
  line-height: 48px;
}

.mL-module .ml__dg-outer-container #setGoalDiv .ml__dg-container .aside-content {
  font-family: "Arial";
  color: #333333;
  font-size: 14px;
  line-height: 15px;
  padding-top: 20px;
}

.mL-module .ml__dg-outer-container #setGoalDiv .ml__dg-container .aside-content .asterisk {
  color: #D75426;
}

.mL-module .ml__dg-outer-container #setGoalDiv .ml__dg-container .editable {
  position: relative;
  display: inline-block;
}

.mL-module .ml__dg-outer-container #setGoalDiv .ml__dg-container .editable .error {
  display: none;
}

.mL-module .ml__dg-outer-container #setGoalDiv .ml__dg-container .error {
  line-height: normal;
}

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

.mL-module .mLInput {
  vertical-align: middle;
  max-width: 90px;
  background: transparent;
  cursor: pointer;
  display: inline;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  height: 45px;
  letter-spacing: normal;
  line-height: 30px;
  outline-style: none;
  outline-width: 0px;
  text-align: center;
  text-shadow: none;
  text-transform: none;
  word-spacing: 0px;
  padding: 0 0px;
  border-radius: 5px;
  border: 2px solid #A0A0A0;
}

.mL-module .mLInput#goalPct {
  max-width: 105px;
}

.mL-module #currentDcBalance {
  max-width: 212px !important;
  width: 90px;
  min-width: 90px;
}

.mL-module .questionMark {
  background: #FFF;
  color: #606060;
  border: 1px solid #606060;
}

.mL-module .submitContainer {
  text-align: center;
}

.mL-module .participant-cta {
  font-size: 30px;
  font-family: "Proxima Nova Light", Arial, sans-serif;
  color: #666666;
}

.mL-module .btn-continue {
  margin-bottom: 30px;
}

.mL-module .btn-close-modal {
  margin-left: -20px;
}

.voya-modal-yourInfo {
  max-width: 700px;
  padding: 0 30px;
}

.voya-modal-yourInfo .closeButtonHolder {
  text-align: center;
  margin: 20px;
}

@media only screen and (min-width:40.0625em) {
  .mL-module {
    background-image: url("../images/enroll_bg.svg");
  }

  .mL-module .ml__dg-outer-container {
    width: 100%;
    font-family: "Arial";
  }

  .mL-module .ml__dg-outer-container .omBillMLBackground {
    display: inline;
  }

  .mL-module .ml__dg-outer-container #setGoalDiv {
    position: absolute;
  }

  .mL-module .ml__dg-outer-container #setGoalDiv .ml__dg-container .aside-content {
    padding-top: 0px;
  }

  .mL-module .ml__dg-outer-container #setGoalDiv .ml__dg-container .editable .error {
    clear: left;
    width: 320px;
    position: absolute;
    font-size: 18px;
    line-height: 0;
    display: inline-block;
    margin: 0px 0px 0px -115%;
    background: transparent;
  }

  .mL-module .ml__dg-outer-container #setGoalDiv .ml__dg-container .editable .error.hide {
    display: none;
  }

  .mL-module .ml__dg-outer-container #setGoalDiv .ml__dg-container .editable .error.retirementAgeError {
    width: 330px;
  }

  .mL-module .ml__dg-outer-container #setGoalDiv .ml__dg-container .editable .error.goalPctError {
    width: 275px;
  }

  .mL-module .ml__dg-outer-container #setGoalDiv .ml__dg-container .editable .error.currentDcBalanceError {
    width: 630px;
  }

  .mL-module .ml__dg-outer-container #setGoalDiv .ml__dg-container .editable .error.hide:before {
    display: none;
  }

  .mL-module .ml__dg-outer-container #setGoalDiv .ml__dg-container .errorSmall {
    display: none;
  }
}

@media only screen and (min-width:40.0625em) and (max-width:64em) {
  .mL-module .ml__dg-outer-container #setGoalDiv {
    top: 0px;
  }
}

@media only screen and (min-width:40.0625em) and (max-width:64em) and (min-width: 710px) and (max-width: 1024px) {
  .mL-module .ml__dg-outer-container #setGoalDiv {
    top: 20px;
  }
}

@media only screen and (min-width:40.0625em) and (max-width:64em) and (min-width: 651px) and (max-width: 709px) {
  .mL-module .ml__dg-outer-container #setGoalDiv {
    top: 10px;
  }
}

@media only screen and (min-width:40.0625em) and (max-width:64em) {
  .mL-module .ml__dg-outer-container #setGoalDiv .ml__dg-container {
    line-height: 62px;
    font-size: 25px;
  }

  .mL-module .ml__dg-outer-container #setGoalDiv .ml__dg-container .aside-content {
    width: 90%;
    margin: auto;
    padding: 8px;
  }

  .mL-module .ml__dg-outer-container #setGoalDiv .ml__dg-container .error {
    margin: 0px 0px 0px -50%;
  }
}

@media only screen and (min-width:64.0625em) {
  .mL-module .ml__dg-container {
    line-height: 75px !important;
  }
}

.voya-modal-madlib-container {
  overflow: visible;
}

.voya-modal-madlib .voya-modal-madlib .ml__title {
  border: none;
  font-size: 22px;
  color: #666666;
  text-align: center;
  font-family: "Proxima Nova Light", Arial, sans-serif;
}

.voya-modal-madlib .voya-modal-madlib #setGoalDiv {
  padding-right: 0px;
}

.voya-modal-madlib .voya-modal-madlib #setGoalDiv .ml__dg-container {
  line-height: 45px;
  font-size: inherit;
}

.voya-modal-madlib .voya-modal-madlib #setGoalDiv .ml__dg-container .aside-content {
  margin-top: 0px;
}

.voya-modal-madlib .voya-modal-madlib #setGoalDiv .ml__dg-container .errorSmall {
  font-size: 18px !important;
}

.voya-modal-madlib .voya-modal-madlib #setGoalDiv .ml__dg-container .currentDcBalanceError {
  display: none !important;
}

.voya-modal-madlib .voya-modal-madlib .mLmodalFooter {
  font-size: 16px;
  color: #333333;
  font-family: proxima nova Regular;
  padding: 0 30px;
  margin-top: 40px;
}

.voya-modal-madlib .voya-modal-madlib .submitContainer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
  width: 80%;
  margin: auto;
}

.voya-modal-madlib .voya-modal-madlib .submitContainer .updateGoal {
  margin-left: 0px;
}

.voya-modal-madlib .voya-modal-madlib .submitContainer .btn-close-modal {
  margin-left: 0px;
}

@media only screen and (min-width:40.0625em) {
  .voya-modal-madlib .voya-modal-madlib #setGoalDiv {
    left: 0px;
    padding-right: 80px;
  }

  .voya-modal-madlib .voya-modal-madlib #setGoalDiv .ml__dg-container {
    line-height: 60px !important;
  }

  .voya-modal-madlib .voya-modal-madlib #setGoalDiv .ml__dg-container .errorSmall {
    display: none !important;
  }

  .voya-modal-madlib .voya-modal-madlib #setGoalDiv .ml__dg-container .errorFull {
    font-size: 16px !important;
  }

  .voya-modal-madlib .voya-modal-madlib .submitContainer {
    display: block;
    -ms-flex-direction: unset;
        flex-direction: unset;
    width: 100%;
  }

  .voya-modal-madlib .voya-modal-madlib .submitContainer .updateGoal {
    margin-left: 18px;
  }
}

@media only screen and (min-width:64.0625em) {
  .voya-modal-madlib .voya-modal-madlib #setGoalDiv .ml__dg-container {
    line-height: 75px !important;
  }
}

@media screen and (min-width: 641px) and (max-width: 768px) {
  .voya-modal-madlib .voya-modal-madlib #setGoalDiv {
    top: 0px;
    right: 0px;
    left: 10px;
  }

  .voya-modal-madlib .voya-modal-madlib #setGoalDiv .ml__dg-container {
    line-height: 55px !important;
    font-size: 20px;
  }

  .voya-modal-madlib .voya-modal-madlib #setGoalDiv .ml__dg-container .mLInput {
    font-size: 24px !important;
    height: 38px;
    width: 150px !important;
  }

  .voya-modal-madlib .voya-modal-madlib #setGoalDiv .ml__dg-container .errorFull {
    font-size: 14px !important;
  }

  .voya-modal-madlib .voya-modal-madlib #setGoalDiv .ml__dg-container .aside-content {
    padding-top: 0px;
  }
}

@media screen and (min-width: 671px) and (max-width: 798px) {
  .voya-modal-madlib .voya-modal-madlib #setGoalDiv {
    top: 5px;
  }
}

@media screen and (min-width: 750px) and (max-width: 768px) {
  .voya-modal-madlib .voya-modal-madlib #setGoalDiv {
    top: 15px;
  }
}

@media screen and (min-width: 799px) and (max-width: 1024px) {
  .voya-modal-madlib .voya-modal-madlib #setGoalDiv {
    top: 20px;
  }
}

.updateGoal {
  margin-left: 18px;
}

.pension-form voya-field {
  margin-top: 20px;
}

.pension-form .chosen-single {
  min-height: 40px;
}

.ml-srpension input {
  padding-left: 17px !important;
}

.ml-srpension .voya-field__input-mirror {
  padding: 0px 17px !important;
}

.ml-srpension .voya-field__help-icon {
  line-height: 16px;
}

.ml-srpension .ml_douhave-pension-lbl {
  font-size: 28px;
  text-align: center;
  margin-top: 20px;
}

.ml-srpension .srPensionSpacer {
  text-align: center;
  font-size: 18px;
}

.ml-srpension .srPensionSpacer fieldset {
  width: 200px;
  margin: auto;
}

.ml-srpension #calcStaticBenefit {
  display: inline-block;
}

.ml-srpension .ml-srpension-container {
  display: none;
}

.ml-srpension .ml-srpension-container .ml_srpension-header {
  font-size: 22px;
}

.ml-srpension .ml-srpension-container .srPensionRadioSpacer .radioButtonSection .srradio-btn .ml_static-benef {
  display: inline-block;
  font-size: 16px;
}

.ml-srpension .ml-srpension-container .srPensionRadioSpacer .radioButtonSection .ml_calc-ben-container {
  display: none;
  color: #888888;
  margin-left: 20px;
}

.ml-srpension .ml-srpension-container .srPensionRadioSpacer .radioButtonSection .ml_calc-ben-container .ml_calc-ben-place-holders {
  display: inline-block;
  color: #888888;
  font-weight: bold;
}

.ml-srpension .ml-srpension-container .srPensionRadioSpacer .radioButtonSection .ml_calc-ben-container .ml_srpen-fieldlst-container {
  display: none;
}

.ml-srpension .ml-srpension-container .srPensionRadioSpacer .radioButtonSection .ml_static-ben-container {
  display: none;
  margin-left: 20px;
  color: #888888;
}

.ml-srpension .ml-srpension-container .srPensionRadioSpacer .radioButtonSection .ml_static-ben-container .ml_recurring-income {
  margin-left: 20px;
}

.ml-srpension .ml-srpension-container .srPensionRadioSpacer .radioButtonSection .modal_static-ben-container {
  margin-left: 20px;
  color: #888888;
}

.ml-srpension .ml-srpension-container .srPensionRadioSpacer .radioButtonSection .modal_static-ben-container .ml_recurring-income {
  margin-left: 20px;
}

.ml-srpension .ml_ret-sysinfo-container {
  padding-bottom: 10px;
}

.ml-srpension .ml_ret-sysinfo-container .ml_ret-sysinfo {
  float: right;
}

.ml-srpension .modal-srpension-container .srPensionRadioSpacer .radioButtonSection .ml_static-ben-container {
  display: none;
}

.ml-srpension .modal-srpension-container .srPensionRadioSpacer .radioButtonSection .ml_calc-ben-container {
  display: none;
}

.ml-srpension .modal-srpension-container .srPensionRadioSpacer .modal_calc-ben-container {
  margin-left: 20px;
}

@media only screen and (min-width:64.0625em) {
  .ml-srpension .ml_pen-mincome {
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-left: 20px;
  }

  .ml-srpension .ml_pen-mincome #estimatedRecurringIncome {
    margin-right: 20px;
    min-width: 230px;
    font-weight: bold;
  }

  .ml-srpension .ml_pen-mincome #srrecurringdropdown {
    min-width: 230px;
    margin-top: 40px;
  }
}

.feHeadingIps {
  color: #666666 !important;
}

.advHeadingIps {
  color: #666666 !important;
  margin: 0px auto;
  font-size: 35px;
  font-family: "Proxima Nova Light", Arial, sans-serif;
  padding-top: 15px;
}

.advFeeHeadingIps {
  color: #333333 !important;
  margin: 0px auto;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
  padding-top: 20px;
  font-family: var(--v-fonts__primary);
  text-align: left;
  padding-left: 10px;
}

.advFeeCaption {
  font-family: var(--v-fonts__primary);
  text-align: left;
  padding-left: 10px;
  padding-bottom: 10px;
}

.phoneContainer label {
  color: #6E6E6E;
}

.phoneType .chosen-container-single .chosen-single.voya-field__select-placeholder {
  color: #6E6E6E;
}

.phoneNumber input:-ms-input-placeholder {
  color: #6E6E6E;
}

.phoneNumber input::placeholder {
  color: #6E6E6E;
}

.phoneNumber input {
  font-family: "Arial";
}

.verifyPlanNumber {
  padding: 20px 0 50px;
  background-image: url("../images/enrollment_landing_lrg.jpg");
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.verifyPlanNumber #requiredExplain {
  margin-top: 20px;
}

.verifyPlanNumber .inputWidth input {
  width: 256px;
}

.verifyPlanNumber #landing-header {
  max-width: 960px;
  padding-top: 40px;
  margin: auto;
}

.verifyPlanNumber #landing-header h1,
.verifyPlanNumber #landing-header h2 {
  text-align: center;
}

.verifyPlanNumber #landing-header h1 {
  font-size: 42px !important;
  color: #fff;
  font-weight: bolder !important;
  border: none !important;
  font-family: "Proxima Nova Light", Arial, sans-serif;
  text-shadow: 0 0 25px #000;
  margin: 0;
}

.verifyPlanNumber #landing-header h2 {
  text-shadow: 0 0 20px #000;
  font-size: 28px;
  margin: 0 0 24px;
  color: #FFF;
  font-weight: bold;
  font-family: "Proxima Nova Light", Arial, sans-serif;
}

.verifyPlanNumber #landing-box {
  background: #fff;
  border: 1px solid #C3C3C3;
  padding: 20px 0;
  max-width: 900px;
  margin: auto;
}

.verifyPlanNumber #landing-box .serverError {
  display: none;
  max-width: 420px;
  margin: 0px auto;
  margin-bottom: 15px;
}

.verifyPlanNumber #landing-box .serverErrorVerification {
  display: none;
  max-width: 420px;
  margin: 5px auto;
}

.verifyPlanNumber #landing-box .serverErrorPlan,
.verifyPlanNumber #landing-box .serverErrorVerification {
  display: none;
  max-width: 420px;
  margin: 5px auto;
  margin-left: 130px;
}

.verifyPlanNumber #landing-box .serverErrorVerification {
  max-width: 420px;
  margin-left: 130px;
}

.verifyPlanNumber #landing-box h3,
.verifyPlanNumber #landing-box h4 {
  font-family: "Arial";
  text-align: center;
  font-weight: normal;
}

.verifyPlanNumber #landing-box h3 {
  margin: 15px 0 15px;
  color: #D75426;
  line-height: 42px;
  font-size: 40px;
}

.verifyPlanNumber #landing-box h4 {
  font-family: "Proxima Nova Light", Arial, sans-serif;
  margin: 0 0 15px 0;
  color: #666666;
  font-size: 24px;
}

.verifyPlanNumber #landing-box voya-field {
  max-width: 280px;
  margin: 5px auto;
}

.verifyPlanNumber #landing-box voya-field input {
  transition: all 0.2s;
  line-height: 25px;
  height: 34px;
  padding: 0 10px;
  font-family: "Arial";
  color: #333;
  border-radius: 5px;
}

.verifyPlanNumber #landing-box voya-field input:focus {
  border-color: #0097A9;
}

.verifyPlanNumber #landing-box voya-field label {
  font-size: 14px;
  font-weight: bold;
}

.verifyPlanNumber #landing-box .landingInputContainer {
  margin-top: 20px !important;
}

.verifyPlanNumber #landing-box .submitContainer {
  margin: 30px 0;
}

.verifyPlanNumber #landing-box .submitContainer voya-button {
  font-size: 20px;
}

.verifyPlanNumber #landing-box .reCaptcha-message {
  font-size: 15px;
  text-align: center;
}

.verifyPlanNumber #landing-box #omSubHead {
  text-align: center;
  margin: 15px 0 15px;
  font-size: 20px;
  color: #000;
  line-height: 25px;
}

.verifyPlanNumber #landing-box #omSubHead span {
  color: #D75426;
  font-size: 26px;
}

.verifyPlanNumber #landing-box #infoHead {
  text-align: center;
  margin: 0px 0 10px;
  font-size: 20px;
  color: #F58000;
  line-height: 25px;
  font-family: "Arial";
}

.verifyPlanNumber #landing-box #omCopy {
  width: 260px;
  margin: 15px auto 0px;
  font-size: 15px;
  color: #000;
}

.verifyPlanNumber #landing-box #infoCopy {
  width: 260px;
  font-size: 15px;
  color: #000;
  margin: 0px auto 0px;
  line-height: normal;
}

.verifyPlanNumber #landing-box img {
  display: block;
  margin: auto;
  cursor: pointer;
}

.verifyPlanNumber #landing-box #landing-box-row {
  display: table;
  width: 100%;
}

.verifyPlanNumber #landing-box #landing-box-row #landing-box-form,
.verifyPlanNumber #landing-box #landing-box-row #landing-box-message {
  display: table-cell;
  line-height: normal;
  /*vertical-align: middle;*/
  min-height: 250px;
}

.verifyPlanNumber #landing-box #landing-box-row #landing-box-form #important-information-landing,
.verifyPlanNumber #landing-box #landing-box-row #landing-box-message #important-information-landing {
  text-align: center;
  border-bottom: 1px solid #C3C3C3;
  padding: 0 0.9375rem 1.9375rem;
  padding-top: 0;
}

.verifyPlanNumber #landing-box #landing-box-row #landing-box-form #orange-money-landing,
.verifyPlanNumber #landing-box #landing-box-row #landing-box-message #orange-money-landing {
  padding: 0.9375rem;
}

.verifyPlanNumber #landing-box #landing-box-row #landing-box-form {
  width: 60%;
  border-right: 1px solid #C3C3C3;
}

.verifyPlanNumber #landing-box #landing-box-row #landing-box-form #joinTheMovement {
  margin-bottom: 30px !important;
}

.verifyPlanNumber #landing-box #landing-box-row #landing-box-form .landingInputContainer #recaptcha #divCaptcha .grecaptcha-badge {
  z-index: 1000;
}

.verifyPlanNumber #landing-box #landing-box-row #landing-box-message {
  width: 40%;
}

.verifyPlanNumber voya-tooltip {
  white-space: normal !important;
}

.verifyPlanNumber .importantInfoLink a {
  font-size: 15px;
  color: #D75426;
  cursor: pointer;
  line-height: normal;
}

@media screen and (max-width: 40.0625rem) {
  .verifyPlanNumber #landing-header {
    padding: 0;
  }

  .verifyPlanNumber #landing-header h1 {
    font-size: 32px;
  }

  .verifyPlanNumber #landing-header h2 {
    font-size: 19px;
    padding: 0 56px;
  }

  .verifyPlanNumber #landing-box {
    padding: 15px 15px;
    margin: 0 15px;
  }

  .verifyPlanNumber #landing-box #landing-box-row #landing-box-form,
  .verifyPlanNumber #landing-box #landing-box-row #landing-box-message {
    display: block;
    width: 100%;
  }

  .verifyPlanNumber #landing-box #landing-box-row #landing-box-form {
    border-right: none;
    border-bottom: 1px solid #C3C3C3;
  }

  .verifyPlanNumber #landing-box h3 {
    font-size: 34px;
  }

  .verifyPlanNumber #landing-box h4 {
    font-size: 20px;
    margin-bottom: 5px;
  }
}

#doc-voya-footer .voya-footer .voya-footer__inner .voya-footer__logo {
  z-index: 0;
}

@media screen and (max-width: 930px) {
  .verifyPlanNumber #landing-box {
    margin: 0 15px;
  }
}

@media screen and (max-width: 641px) {
  #important-information-landing {
    padding: 1.9375rem 0.9375rem !important;
  }
}

@media screen and (max-width: 940px) {
  .serverErrorPlan,
  .serverErrorVerification {
    margin: 5px auto;
    max-width: 256px !important;
    margin-left: 0px !important;
  }

  #planNumberErrorContainer,
  #verificationNumberErrorContainer {
    max-width: 256px !important;
    margin-left: 0px;
  }

  #planNumberErrorContainer .error,
  #verificationNumberErrorContainer .error {
    margin: 5px auto;
    max-width: 256px !important;
    margin-left: 0px !important;
  }

  #landing-box {
    padding: 15px 15px;
    margin: 0 15px;
  }

  #landing-box .landingInputContainer,
  #landing-box voya-field {
    max-width: 256px !important;
    margin-left: 0px !important;
  }

  #landing-box .landingInputContainer .error,
  #landing-box voya-field .error {
    margin: 5px auto;
    max-width: 256px !important;
    margin-left: 0px !important;
  }

  #landing-box .landingInputContainer {
    margin: auto !important;
  }
}

.employeeContributions .om-card .inner {
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}

.employeeContributions .om-card a.inner {
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-flow: column;
      flex-flow: column;
}

.om-card {
  background: #fff;
  border: 2px solid #dddddd;
  /* this is a work around for the flexbox in IE11 - lame */
}

.om-card .inner {
  height: 316px;
  /* min-height doesn't work correctly in IE11 when using flexbox - lame */
  padding: 12px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

.om-card .inner.read-only {
  height: 350px;
}

.om-card .flexbox-wrapper {
  padding: 12px;
}

@media only screen and (max-width: 40em) {
  .om-card .flexbox-wrapper {
    max-width: 270px;
    padding: 0px;
  }
}

@media only screen and (min-width:64.0625em) {
  .om-card .flexbox-wrapper {
    max-width: 466px;
  }
}

.om-card h3 {
  margin: 0;
  font-size: 22px;
  font-weight: 400;
  line-height: 26.4px;
}

.om-card .center-left-padding {
  font-size: 16px;
  color: #666666;
  display: inline;
}

.om-card .content {
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
  padding-left: 90px;
  padding-right: 15px;
  text-align: center;
  z-index: 2;
}

.om-card .takeMe2Match-container {
  text-align: center;
}

.om-card #max-percent-tooltip {
  vertical-align: text-top;
}

.om-card .ribbon {
  position: absolute;
  left: -1px;
  background: #0097a9;
  width: 100px;
  padding: 5px 15px 6px 5px;
  line-height: 19px;
  text-align: center;
  color: #fff;
  border-radius: 0 5px 5px 0;
}

.om-card .ribbon:after {
  content: " ";
  position: absolute;
  right: 0;
  top: 0;
  border-style: solid;
  border-width: 23px 15px 23px 15px;
  border-color: transparent #fff transparent transparent;
}

.om-card .ribbon:before {
  content: " ";
  width: 10px;
  height: 65px;
  background-color: #0097a9;
  position: absolute;
  top: 0px;
  left: -10px;
  border-radius: 12px 0 0 100%;
}

.om-card .pribbon {
  padding: 5px 20px 6px 5px;
}

.om-card .takeMe2Match-container {
  min-height: 22px;
}

.om-card .takeMe2MatchLink {
  color: #0097A9;
  text-align: center;
  display: block;
  font-size: 16px;
}

.om-card .sub-text {
  font-size: 16px;
  text-align: center;
  clear: both;
  color: #666666;
}

.om-card footer {
  min-height: 35px;
  padding: 6px 0px 6px 0px;
  border-top: 2px solid #DDDDDD;
  text-align: center;
}

.om-card footer .fa,
.om-card footer .chosen-container .chosen-single div b,
.chosen-container .chosen-single div .om-card footer b,
.om-card footer input + .error:before,
.om-card footer .voya-customSelect + .error:before,
.om-card footer .customSelect + .error:before,
.om-card footer select + .error:before,
.om-card footer voya-field.benfSsn + .error:before,
.om-card footer voya-notification.error:before,
.om-card footer .threeSteps #gender .error:before,
.threeSteps #gender .om-card footer .error:before,
.om-card footer .threeSteps #state .error:before,
.threeSteps #state .om-card footer .error:before,
.om-card footer .threeSteps #payrollFrequency .error:before,
.threeSteps #payrollFrequency .om-card footer .error:before,
.om-card footer .threeSteps #daytimePhoneType .error:before,
.threeSteps #daytimePhoneType .om-card footer .error:before,
.om-card footer .threeSteps #payCycles .error:before,
.threeSteps #payCycles .om-card footer .error:before,
.om-card footer .threeSteps #payrollEmployers .error:before,
.threeSteps #payrollEmployers .om-card footer .error:before,
.om-card footer .aboutMe #gender .error:before,
.aboutMe #gender .om-card footer .error:before,
.om-card footer .aboutMe #state .error:before,
.aboutMe #state .om-card footer .error:before,
.om-card footer .aboutMe #payrollFrequency .error:before,
.aboutMe #payrollFrequency .om-card footer .error:before,
.om-card footer .aboutMe #daytimePhoneType .error:before,
.aboutMe #daytimePhoneType .om-card footer .error:before,
.om-card footer .aboutMe #payCycles .error:before,
.aboutMe #payCycles .om-card footer .error:before,
.om-card footer .aboutMe #payrollEmployers .error:before,
.aboutMe #payrollEmployers .om-card footer .error:before,
.om-card footer .yourPlan #gender .error:before,
.yourPlan #gender .om-card footer .error:before,
.om-card footer .yourPlan #state .error:before,
.yourPlan #state .om-card footer .error:before,
.om-card footer .yourPlan #payrollFrequency .error:before,
.yourPlan #payrollFrequency .om-card footer .error:before,
.om-card footer .yourPlan #daytimePhoneType .error:before,
.yourPlan #daytimePhoneType .om-card footer .error:before,
.om-card footer .yourPlan #payCycles .error:before,
.yourPlan #payCycles .om-card footer .error:before,
.om-card footer .yourPlan #payrollEmployers .error:before,
.yourPlan #payrollEmployers .om-card footer .error:before {
  font-size: 12px;
  margin-left: 4px;
}

.om-card .hiddendiv {
  display: none;
}

.om-card .tooltip-content {
  width: 100%;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.om-card .tooltip-text {
  line-height: 30px;
  padding-left: 20px;
  padding-right: 20px;
}

.om-card .selection-heading {
  display: table;
  width: 100%;
  color: #666666;
  font-size: 24px;
  margin: 0;
}

.om-card .selection-heading .selection-heading__inner-container {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 10px;
}

.om-card .selection-heading .selection-heading__inner-container.investment-selection-text {
  padding: 0 20px 20px;
}

.om-card .selection-heading .selection-heading__inner-container .selection-heading-subtext {
  font-size: 16px;
  color: #666;
  margin: 10px 18px 0px 18px;
}

@media only screen and (min-width:64.0625em) {
  .om-card .inner {
    width: 466px;
  }
}

.planLimit {
  color: red;
  font-size: 12px;
}

voya-field.om-card-contributions__input {
  width: auto !important;
}

voya-field.om-card-contributions__input.format__zero-precision {
  width: 275px;
}

voya-field.om-card-contributions__input.format__single-precision {
  width: 350px;
}

voya-field.om-card-contributions__input.format__double-precision {
  width: 365px;
}

voya-field.om-card-contributions__input.format__dollar {
  width: 445px !important;
}

voya-field.om-card-contributions__input[disabled=disabled] {
  opacity: 0.5;
}

voya-field.om-card-contributions__input[disabled=disabled] .voya-field-incrementor .voya-field__input-mirror .voya-field__input-mirror__suffix,
voya-field.om-card-contributions__input[disabled=disabled] .voya-field-incrementor .voya-field__input-mirror .voya-field__input-mirror__prefix {
  color: #ccc !important;
}

voya-field.om-card-contributions__input[disabled=disabled] input {
  color: #ccc !important;
}

voya-field.om-card-contributions__input[disabled=disabled] input:hover {
  border-color: transparent;
}

voya-field.om-card-contributions__input[disabled] .voya-field-incrementor__btn,
voya-field.om-card-contributions__input .voya-field-incrementor__btn[data-disabled=true] {
  border-color: #ccc !important;
}

voya-field.om-card-contributions__input[disabled] .voya-field-incrementor__btn:before,
voya-field.om-card-contributions__input[disabled] .voya-field-incrementor__btn:after,
voya-field.om-card-contributions__input .voya-field-incrementor__btn[data-disabled=true]:before,
voya-field.om-card-contributions__input .voya-field-incrementor__btn[data-disabled=true]:after {
  background: #ccc !important;
}

voya-field.om-card-contributions__input [data-disabled=true] {
  cursor: not-allowed;
  opacity: 0.5;
}

voya-field.om-card-contributions__input .voya-field-incrementor {
  display: -ms-flexbox;
  display: flex;
  height: 67px !important;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 5px 48px;
}

@media only screen and (max-width: 40em) {
  voya-field.om-card-contributions__input .voya-field-incrementor {
    max-width: 270px;
  }
}

@media only screen and (min-width:64.0625em) {
  voya-field.om-card-contributions__input .voya-field-incrementor {
    max-width: 442px;
  }
}

voya-field.om-card-contributions__input .voya-field-incrementor .voya-field-incrementor__btn {
  width: 38px;
  height: 38px;
  line-height: 38px;
}

voya-field.om-card-contributions__input .voya-field-incrementor .voya-field__input-mirror__suffix {
  font-size: 30px !important;
  line-height: 30px !important;
  font-weight: normal !important;
  top: 9px !important;
}

voya-field.om-card-contributions__input .voya-field-incrementor .voya-field__input-mirror__prefix {
  font-size: 30px !important;
  line-height: 30px !important;
  top: 11px !important;
}

@media only screen and (min-width:64.0625em) {
  voya-field.om-card-contributions__input .voya-field-incrementor .voya-field-incrementor__btn {
    top: 15px;
  }
}

voya-field.om-card-contributions__input .voya-field-incrementor .voya-field-incrementor__btn:hover {
  cursor: pointer;
}

voya-field.om-card-contributions__input .voya-field-incrementor .voya-field__input-mirror {
  background: none !important;
}

voya-field.om-card-contributions__input .voya-field-incrementor .voya-field__input-mirror__content span {
  color: transparent;
  visibility: visible;
  height: 68px;
  display: inline-block;
}

voya-field.om-card-contributions__input .voya-field-incrementor input {
  text-align: center;
  font-size: 64px;
  padding-top: 2px;
  padding-bottom: 2px;
  font-family: "Arial";
  border: 2px solid #E5E5E5;
  border-right-width: 2px !important;
  border-left-width: 2px !important;
  border-bottom-width: 2px !important;
  border-top-width: 2px !important;
}

voya-field.om-card-contributions__input .voya-field-incrementor input:focus {
  background: none !important;
}

@media only screen and (min-width:40.0625em) and (max-width:64em) {
  voya-field.om-card-contributions__input {
    max-width: 500px;
    margin: 0px auto;
  }
}

.om-card-contributions__amount {
  max-width: 500px;
  margin: 0px auto;
}

.om-card-contributions__readonly {
  margin-top: 6%;
  width: 50%;
  float: left;
  text-align: center;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.om-card-contributions__readonly__value {
  font-size: 54px;
  line-height: 50px;
}

.om-card-contributions__readonly__value span {
  display: inline-block;
  position: relative;
}

.om-card-contributions__readonly__value sup {
  position: absolute;
  top: -9px;
  display: inline-block;
  font-size: 26px;
}

.om-card-contributions__readonly__value sup:first-child {
  right: 100%;
}

.om-card-contributions__readonly__value sup:last-child {
  left: 100%;
}

.om-card-contributions__readonly__value.om-card-contributions__readonly__value--condensed span {
  font-size: 42px;
}

.om-card-contributions__readonly__value.om-card-contributions__readonly__value--condensed sup {
  font-size: 18px;
  top: -7px;
}

.om-card-contributions__amount {
  text-align: center;
  font-size: 17px;
  color: #666666;
}

.om-card-contributions__amount.pretaxContribution {
  padding-left: 10px;
  padding-right: 10px;
}

.om-card-contributions__amount strong {
  font-family: "Proxima Nova Bold", Arial, sans-serif;
}

.om-card-contributions__amount sup {
  font-size: 10px;
  position: relative;
  top: -3px;
}

@media screen and (max-width: 500px) {
  .om-card-contributions__amount {
    height: 98px;
    text-align: center;
    font-size: 12px;
    color: #666666;
  }
}

.om-card-contributions__ribbon-offset {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 10px 0 0;
  font-size: 16px;
}

.om-card-contributions__ribbon-offset a {
  font-size: 16px;
}

#matchNotMet,
#matchMet {
  line-height: 28px;
}

#matchNotMet i,
#matchMet i {
  line-height: 28px;
}

#matchMet i {
  color: green;
  font-size: 22px;
  font-weight: bold;
  margin-right: 5px;
}

.om-card-contributions__error {
  color: #B30000;
  text-align: center;
  position: relative;
  top: -5px;
}

.om-card-contributions__ribbon {
  position: absolute;
  left: -8px;
  top: 10px;
  width: 90px;
  height: 55px;
  font-size: 14px;
  text-align: center;
  color: #fff;
  line-height: 16px;
  padding: 4px 7px 0 0;
  background-position: left;
  background-repeat: no-repeat;
}

.om-card-contributions .inner {
  position: relative;
  padding: 0 10px;
  -ms-flex-align: center;
      align-items: center;
}

@media only screen and (min-width: 320px) and (max-width: 640px) {
  voya-field.om-card-contributions__input {
    max-width: 300px !important;
    margin-top: 15px;
  }

  .voya-field-incrementor input {
    max-width: 300px !important;
    font-size: 40px !important;
  }

  .voya-field-incrementor .voya-field-incrementor__btn {
    top: 10px !important;
  }
}

@media only screen and (min-width:40.0625em) and (max-width:64em) {
  .voya-field-incrementor input {
    font-size: 40px !important;
  }
}

.om-card-annual-increase ul {
  white-space: nowrap;
  margin: 24px 0px;
  padding-left: 0px;
  text-align: center;
}

.om-card-annual-increase li {
  color: #F58000;
  display: inline-block;
}

.om-card-annual-increase li.value {
  font-size: 48px;
  margin: 0px 24px;
}

.om-card-annual-increase li.decrease,
.om-card-annual-increase li.increase {
  border-color: #F58000;
  border: 1px solid #F58000;
  cursor: pointer;
  font-size: 36px;
  line-height: 10px;
  border-radius: 50%;
  padding: 12px;
  height: 36px;
  width: 36px;
}

.om-card-annual-increase li.increase {
  padding-left: 6px;
}

.om-card-investment-choice h5,
.om-card-custom-selection h5 {
  margin: 10px 0 40px;
  color: #333333;
}

.om-card-investment-choice h4,
.om-card-investment-choice h5,
.om-card-custom-selection h4,
.om-card-custom-selection h5 {
  font-size: 24px;
}

.om-card-investment-choice .feServiceOverview,
.om-card-custom-selection .feServiceOverview {
  font-size: 18px;
}

.om-card-investment-choice .feInvestmentHeading,
.om-card-custom-selection .feInvestmentHeading {
  font-size: 24px;
  padding-top: 95px;
}

.om-card-investment-choice .inner,
.om-card-custom-selection .inner {
  padding: 0;
}

.om-card-investment-choice .om-card-investment-choice__choices,
.om-card-custom-selection .om-card-investment-choice__choices {
  width: 100%;
}

.om-card-investment-choice .om-card-investment-choice__choices .om-card-investment-choice__choice,
.om-card-custom-selection .om-card-investment-choice__choices .om-card-investment-choice__choice {
  text-decoration: none !important;
  border-bottom: none !important;
  height: 105.3333333333px;
  padding: 10px 35px 9px;
  border-top: 2px solid #DDD;
  cursor: pointer;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
}

.om-card-investment-choice .om-card-investment-choice__choices .om-card-investment-choice__choice:first-child,
.om-card-custom-selection .om-card-investment-choice__choices .om-card-investment-choice__choice:first-child {
  border-top: none;
}

.om-card-investment-choice .om-card-investment-choice__choices .om-card-investment-choice__choice .om-card-investment-choice__choice__header,
.om-card-custom-selection .om-card-investment-choice__choices .om-card-investment-choice__choice .om-card-investment-choice__choice__header {
  font-size: 20px;
  color: rgb(0, 151, 169);
  font-family: "Proxima Nova Semibold", Arial, sans-serif;
  display: block;
  position: relative;
}

.om-card-investment-choice .om-card-investment-choice__choices .om-card-investment-choice__choice .om-card-investment-choice__choice__subtext,
.om-card-custom-selection .om-card-investment-choice__choices .om-card-investment-choice__choice .om-card-investment-choice__choice__subtext {
  font-size: 16px;
  color: #666666;
  display: block;
}

.om-card-investment-choice .om-card-investment-choice__choices .om-card-investment-choice__choice .om-card-investment-choice__choice__arrow,
.om-card-custom-selection .om-card-investment-choice__choices .om-card-investment-choice__choice .om-card-investment-choice__choice__arrow {
  position: absolute;
  color: #F58000;
  right: 35px;
  top: 50%;
  margin-top: -8px;
}

.om-card-investment-choice .om-card-investment-choice__choices .om-card-investment-choice__choice:hover .om-card-investment-choice__choice__header,
.om-card-investment-choice .om-card-investment-choice__choices .om-card-investment-choice__choice:focus .om-card-investment-choice__choice__header,
.om-card-custom-selection .om-card-investment-choice__choices .om-card-investment-choice__choice:hover .om-card-investment-choice__choice__header,
.om-card-custom-selection .om-card-investment-choice__choices .om-card-investment-choice__choice:focus .om-card-investment-choice__choice__header {
  color: #fff !important;
}

.om-card-investment-choice .om-card-investment-choice__choices .om-card-investment-choice__choice:hover .om-card-investment-choice__choice__subtext,
.om-card-investment-choice .om-card-investment-choice__choices .om-card-investment-choice__choice:focus .om-card-investment-choice__choice__subtext,
.om-card-custom-selection .om-card-investment-choice__choices .om-card-investment-choice__choice:hover .om-card-investment-choice__choice__subtext,
.om-card-custom-selection .om-card-investment-choice__choices .om-card-investment-choice__choice:focus .om-card-investment-choice__choice__subtext {
  color: #fff;
}

.om-card-investment-choice .om-card-investment-choice__choices .om-card-investment-choice__choice:hover .om-card-investment-choice__choice__arrow,
.om-card-investment-choice .om-card-investment-choice__choices .om-card-investment-choice__choice:focus .om-card-investment-choice__choice__arrow,
.om-card-custom-selection .om-card-investment-choice__choices .om-card-investment-choice__choice:hover .om-card-investment-choice__choice__arrow,
.om-card-custom-selection .om-card-investment-choice__choices .om-card-investment-choice__choice:focus .om-card-investment-choice__choice__arrow {
  color: #fff !important;
}

.om-card-investment-choice .om-card-investment-choice__choices.two .om-card-investment-choice__choice,
.om-card-custom-selection .om-card-investment-choice__choices.two .om-card-investment-choice__choice {
  height: 158px;
  border-top: 1px solid #DDD;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
}

.om-card-investment-choice .om-card-investment-choice__choices.two .om-card-investment-choice__choice:first-child,
.om-card-custom-selection .om-card-investment-choice__choices.two .om-card-investment-choice__choice:first-child {
  border-bottom: 1px solid #DDD;
  border-top: none;
}

.om-card-investment-choice .fund-info,
.om-card-custom-selection .fund-info {
  margin-top: 0;
  font-size: 18px;
  text-align: center;
}

.om-card-investment-choice .year,
.om-card-custom-selection .year {
  font-size: 42px;
  display: block;
}

.om-card-investment-choice .morningstarHeader,
.om-card-custom-selection .morningstarHeader {
  color: rgb(0, 151, 169);
  font-size: 24px;
  display: block;
}

.om-card-investment-choice .morningstarLink,
.om-card-custom-selection .morningstarLink {
  display: block;
  margin-top: 40px;
  font-size: 20px;
}

.om-card-investment-choice footer,
.om-card-custom-selection footer {
  cursor: auto;
}

.om-card-investment-choice footer a,
.om-card-custom-selection footer a {
  cursor: pointer;
}

.irs-limit-error {
  color: #333333;
}

.quickEnroll-pagelet {
  position: relative;
  color: #333333;
  padding: 10px 0px 20px 0px;
}

.quickEnroll-pagelet .error {
  border: 1px solid #B30000 !important;
}

.quickEnroll-pagelet .standardTiers:before {
  position: absolute;
  left: -9px;
  content: "“";
}

.quickEnroll-pagelet .standardTiers:after {
  content: "”";
}

@media only screen and (max-width: 40em) {
  .quickEnroll-pagelet .isTwoWithPretax .inner .om-card-contributions__readonly {
    width: 61%;
    margin-top: 2px;
  }
}

.quickEnroll-pagelet .isTwoWithPretax .inner .om-card-contributions__amount {
  text-align: left !important;
  padding-right: 10px;
  padding-left: 10px;
}

.quickEnroll-pagelet .custom .om-card-investment-choice .inner {
  padding-top: 0px;
}

.quickEnroll-pagelet .hasPreTaxSources .submitContainer {
  padding: 50px 0 40px;
}

.quickEnroll-pagelet .hasPreTaxSources .submitContainer .hey-btw-text {
  font-size: 16px;
  color: #666666;
}

.quickEnroll-pagelet .enhanced .om-card-investment-choice .inner {
  padding-top: 0px;
}

.quickEnroll-pagelet #h3Enroll {
  margin: 20px 10px;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
}

.quickEnroll-pagelet .learnMore {
  font-size: 15px;
}

.quickEnroll-pagelet .disclaimercontainer-ermatchtxt {
  font-size: 14px;
  color: #666666;
  max-width: 1020px;
  text-align: center;
  margin: auto;
}

.quickEnroll-pagelet .disclaimerContainer {
  font-size: 14px;
  color: #666666;
  max-width: 1020px;
  text-align: center;
  margin: auto;
}

.quickEnroll-pagelet .pagelet-title {
  font-size: 34px !important;
  color: #666666;
  border: none !important;
  font-family: "Proxima Nova Light", Arial, sans-serif;
  text-align: center;
  display: block;
}

.quickEnroll-pagelet .pagelet-subtitle-main {
  font-size: 24px;
  color: #888888;
  font-family: "Arial";
  text-align: center;
  display: block;
  margin-bottom: 25px;
}

.quickEnroll-pagelet .plusSignAdjust {
  position: relative;
  left: -4px;
}

.quickEnroll-pagelet .omTool__header {
  font-family: "Proxima Nova Semibold", Arial, sans-serif;
  margin: 10px 0px;
  color: #666666;
  display: inline-block;
}

.quickEnroll-pagelet #quickEnrollSingleSelection {
  width: 100%;
}

.quickEnroll-pagelet #quickEnrollSingleSelection .decrease,
.quickEnroll-pagelet #quickEnrollSingleSelection .increase {
  color: teal;
  border-color: rgb(0, 151, 169);
  border: 1px solid rgb(0, 151, 169);
  cursor: pointer;
  font-size: 36px;
  line-height: 10px;
  border-radius: 50%;
  padding: 12px;
  height: 36px;
  width: 36px;
  float: left;
  margin-top: 40px;
}

.quickEnroll-pagelet #quickEnrollSingleSelection .decrease {
  margin-left: 24%;
}

.quickEnroll-pagelet .afterTaxFootnote {
  margin: 10px auto !important;
  max-width: 1000px;
  color: #6E6E6E;
  text-align: left;
}

.quickEnroll-pagelet .omContainer {
  text-align: center;
  margin: 20px 0px;
}

.quickEnroll-pagelet .omContainer #omPlaceholderImage {
  width: 60%;
}

.quickEnroll-pagelet .omUpdateContainer .omUpdateValue {
  font-size: 30px;
  font-weight: 300;
  line-height: 42px;
  text-align: center;
}

.quickEnroll-pagelet .omUpdateContainer .omUpdateLabel {
  color: #999999;
  font-size: 13px;
  font-weight: 600;
  line-height: 18.2px;
  text-align: center;
}

.quickEnroll-pagelet .omToolsContainer .omToolsHeader {
  padding: 20px 0px;
  font-size: 22px;
  font-weight: 400;
  line-height: 26.4px;
  text-align: center;
}

.quickEnroll-pagelet .omToolsContainer .omToolsLabel {
  font-size: 13px;
  font-weight: 400;
  line-height: 15.6px;
  text-align: center;
}

.quickEnroll-pagelet .omToolsContainer .moreOptions {
  position: absolute;
  bottom: 0px;
  color: #f58424;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.2px;
  text-align: center;
  width: 100%;
  margin: 10px 0px;
  padding: 3px 0px 0px 0px;
  border-top: 1px solid #F5F5F5;
  cursor: pointer;
}

.quickEnroll-pagelet .omToolsContainer .annualIncreaseContainer .annualIncreasePercent {
  color: #f2742a;
  font-size: 54px;
  font-weight: 300;
  line-height: 64.8px;
  text-decoration: underline;
  text-align: right;
  margin-top: 20px;
  padding: 0px 20px 0px 0px;
  cursor: pointer;
}

.quickEnroll-pagelet .omToolsContainer .annualIncreaseContainer .annualIncreasePlusMinus {
  padding-top: 40px;
}

.quickEnroll-pagelet .omToolsContainer .annualIncreaseContainer .annualIncreasePlusMinus #plus,
.quickEnroll-pagelet .omToolsContainer .annualIncreaseContainer .annualIncreasePlusMinus #minus {
  cursor: pointer;
  background-color: #f2742a;
  border-radius: 50%;
  color: white;
  font-size: 34px;
  padding: 3px 10px;
  margin: 0px 10px 0px 0px;
  width: 32px;
  height: 22px;
}

.quickEnroll-pagelet .omToolsContainer .annualIncreaseContainer .annualIncreasePlusMinus #minus {
  padding: 3px 14px;
}

.quickEnroll-pagelet .enrollNow {
  margin: 20px 0px;
}

.quickEnroll-pagelet .enrollNow,
.quickEnroll-pagelet .submitContainer {
  text-align: center;
}

.quickEnroll-pagelet #mStarQDIADisplayInd {
  font-size: 28px;
  margin-top: -40px;
}

.quickEnroll-pagelet voya-tooltip {
  color: #000;
  z-index: 11;
  text-align: left;
}

.quickEnroll-pagelet #taxRatesModal {
  position: relative;
  top: -3px;
}

.quickEnroll-pagelet .afterTaxFootnoteMessageHidden {
  display: none;
}

@media only screen and (min-width:40.0625em) {
  .quickEnroll-pagelet .omTool__header {
    white-space: nowrap;
  }
}

@media only screen and (min-width:64.0625em) {
  .quickEnroll-pagelet .solitary {
    margin-left: 25%;
  }
}

.quickEnroll-pagelet .ContributionsLearnMore {
  vertical-align: text-top;
}

.matchHelpTop {
  margin-bottom: 20px;
}

.matchHelpFooter {
  font-size: 14px;
  color: #333333;
  margin-top: 20px;
}

.peerCompHelpFooter {
  font-size: 14px;
  color: #333333;
  margin-top: 20px;
}

.employeeContributions .omTool__header,
.omTool .omTool__header,
.end .omTool__header {
  font-size: 22px;
}

.changeOptions {
  font-size: 20px;
  width: 100%;
}

.readOnlyContributions {
  -ms-flex-direction: row !important;
      flex-direction: row !important;
}

.importantInformation {
  margin: 0px 200px 0px 300px;
}

.importantInformation header {
  font-family: "Proxima Nova Light", Arial, sans-serif;
  text-align: left;
  padding: 0;
  margin-top: 20px;
}

.importantInformation header h1 {
  color: #666666;
  font-size: 24px;
  font-weight: 600;
}

.importantInformation p {
  font-family: "Proxima Nova Light", Arial, sans-serif;
  color: #666666;
  font-weight: 600;
  font-size: 16px;
}

.importantInformation .footNote {
  font-size: 12px;
  margin-top: 10px;
  padding: 0px 20px 0px 15px;
}

.importantInformation .planContainer {
  margin-bottom: 40px;
}

#list-items {
  margin: 20px 40px 20px 60px;
}

#list-items .voya-expand-collapse__header-icon {
  float: right;
}

#list-items .assert {
  position: relative;
}

#list-items .assert .category {
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  top: 9px;
  left: -20px;
}

#list-items .assert .category.STA {
  background: #F58000;
}

#list-items .assert .category.BON {
  background: #FFC700;
}

#list-items .assert .category.LCV {
  background: #D75426;
}

#list-items .assert .category.LCG {
  background: #B73F7C;
}

#list-items .assert .category.SMM {
  background: #551B57;
}

#list-items .assert .category.GLO {
  background: #76C5E4;
}

#list-items .assert .category.ASS {
  background: #9AC1A6;
}

#list-items .assert .category.BAL {
  background: #0097A9;
}

.contributionOptions {
  background-color: white;
  padding-bottom: 30px !important;
  /*.bubble-header{
    padding-top:5px;
    color:#0294A4;
    font-size:20px;
    font-weight:bold;
  }*/
}

.contributionOptions .epafContributionMessage {
  width: 100%;
  float: none;
  clear: both;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}

.contributionOptions .hiddenCatchUpToggle {
  visibility: hidden !important;
  padding: 0px !important;
  margin: 0px !important;
}

.contributionOptions .voya-components-slider-set voya-tooltip {
  top: -90px !important;
  max-width: 300px !important;
  left: 0px !important;
}

.contributionOptions .amount .slider-container {
  padding-left: 160px !important;
}

.contributionOptions .voya-field__input-mirror .voya-field__input-mirror__content .voya-field__input-mirror__prefix {
  top: 8px;
}

.contributionOptions .voya-field__input-mirror .voya-field__input-mirror__content .voya-field__input-mirror__suffix {
  top: 8px;
}

.contributionOptions .contributionValue input,
.contributionOptions .contributionInput input {
  z-index: 1;
  font-size: 40px;
  text-align: right;
  border: 1px solid rgb(221, 221, 221);
}

.contributionOptions .contributionValue input:focus,
.contributionOptions .contributionInput input:focus {
  background: none !important;
}

.contributionOptions .contributionValue .voya-field__input-mirror__suffix,
.contributionOptions .contributionValue .voya-field__input-mirror__prefix,
.contributionOptions .contributionInput .voya-field__input-mirror__suffix,
.contributionOptions .contributionInput .voya-field__input-mirror__prefix {
  font-size: 16px !important;
  line-height: 16px !important;
}

.contributionOptions .contributionValue.contributionValuePercent input,
.contributionOptions .contributionInput.contributionValuePercent input {
  width: 160px;
  height: 50px;
  padding-right: 12px !important;
}

.contributionOptions .contributionValue.contributionValueDollar input,
.contributionOptions .contributionInput.contributionValueDollar input {
  width: 255px;
  height: 50px;
}

.contributionOptions .inline {
  display: inline-block !important;
}

.contributionOptions .contribution-help {
  width: 280px !important;
  word-wrap: break-word;
  min-height: 125px !important;
  white-space: normal;
}

.contributionOptions .section h2 {
  color: #666666;
  font-size: 28px !important;
  border: none !important;
  font-family: "Arial";
}

.contributionOptions .section h2.voya-enroll-page-title {
  font-weight: 300 !important;
  font-family: "Proxima Nova Light", Arial, sans-serif !important;
}

.contributionOptions .slider-set-column {
  white-space: nowrap;
}

.contributionOptions .slider-set-column .slider-error {
  color: #FF0000;
  width: 100%;
}

.contributionOptions .slider-set-column .perPayPeriodContainer {
  margin-top: 0;
  white-space: normal;
  padding-bottom: 30px;
}

.contributionOptions .slider-set-column .perPayPeriodContainer .dollarDisplay {
  font-family: "Proxima Nova Bold" !important;
  font-weight: 800 !important;
}

.contributionOptions .slider-set-column .preTaxLegend {
  position: relative;
  left: -15px;
}

.contributionOptions .totalContributionError,
.contributionOptions .saveContributionError,
.contributionOptions .totalCatchupContributionError {
  width: 100%;
  color: #FF0000;
  margin: 0 auto;
  text-align: center;
  display: none;
}

.contributionOptions .errorAlert {
  color: #B30000;
  display: none;
  margin-top: 13px;
}

.contributionOptions .savingsType {
  margin: 10px 0px 20px 0px;
  color: #6E6E6E;
}

.contributionOptions .toggleContainer {
  text-align: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.contributionOptions .toggle-rounding-message {
  clear: both;
  color: #686868;
  font-size: 14px;
}

.contributionOptions .irsLimitLink {
  position: relative;
  top: -13px;
}

.contributionOptions .irsLimitLink .irsText {
  color: #FF0808;
}

.contributionOptions .irsLimitLink .iLink {
  font-weight: bold;
  font-size: 15px;
  padding-left: 1px;
  padding-top: 1px;
  cursor: pointer;
}

.contributionOptions #disclosures {
  cursor: pointer;
  color: #D75426;
}

.contributionOptions #disclosures:hover {
  text-decoration: underline;
}

.contributionOptions .savingsOptions {
  color: #666666;
  margin: 0 auto;
  margin-top: 20px;
  text-align: center;
  font-size: 36px;
}

.contributionOptions .changesAffect {
  margin: 0 auto;
  margin-bottom: 20px;
  text-align: center;
  font-size: 26px;
  padding: 0px 10px;
}

.contributionOptions .contrib-options_ermatch-cust-text {
  margin: 0px auto;
  border: 2px solid;
  border-color: #EFEFEF;
  padding-right: 20px;
  margin-bottom: 30px;
  position: relative;
}

.contributionOptions .contrib-options_ermatch-cust-text .contrib-options__header {
  margin: 20px;
  font-family: "Proxima Nova Semibold", Arial, sans-serif;
}

.contributionOptions .contrib-options_ermatch-cust-text:after {
  content: "";
  display: block;
  width: 50px;
  height: 80px;
  position: absolute;
  right: -50px;
  bottom: -8px;
  background: url("../images/box-shadow.png") no-repeat;
}

.contributionOptions .catchup-contribution-text {
  border: 2px solid;
  border-color: #EFEFEF;
  padding: 20px;
}

.contributionOptions .catchup-contribution-text:after {
  content: "";
  display: block;
  width: 50px;
  height: 80px;
  position: absolute;
  right: -50px;
  bottom: -8px;
  background: url("../images/box-shadow.png") no-repeat;
}

.contributionOptions #omDollarGraphRegion .more-details-container h4 {
  font-size: 22px;
}

.contributionOptions .erMatch {
  margin: 0 auto;
  margin-bottom: 20px;
  text-align: center;
  font-size: 22px;
  width: 100%;
  margin-top: -20px;
}

.contributionOptions .erMatchFootnote {
  margin-top: 40px;
}

.contributionOptions .fa-pencil-square {
  color: #D75426;
  cursor: pointer;
}

.contributionOptions .learn-more {
  text-align: center;
  padding: 30px 0;
  font-size: 20px;
}

.contributionOptions .learn-more .questionMark {
  top: -2px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
}

.contributionOptions .voya-form legend {
  border-bottom: none;
  margin: 0;
  font-size: 26px;
  padding-bottom: 0;
  color: #333333;
}

.contributionOptions .questionMark {
  margin: 0 5px;
  top: -1px;
  font-size: 13px;
}

.contributionOptions .preTaxLegend {
  position: relative;
  left: 0px;
}

.contributionOptions .slider-container {
  padding-left: 60px;
}

.contributionOptions .non-pretax-slider {
  width: 54%;
}

.contributionOptions .perPayPeriodContainer {
  margin-top: -40px;
}

.contributionOptions .leftView {
  width: 70%;
  display: inline-block;
}

.contributionOptions .contribSource {
  display: inline-block;
  padding: 10px 0 20px;
  font-size: 16px;
  font-weight: bold;
}

.contributionOptions .circle {
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: #EFEFEF;
  padding-top: 2%;
  right: 0;
  text-align: center;
  display: inline-block;
  float: right;
}

.contributionOptions .bubble-value {
  color: #F19A3A;
  font-size: 40px;
  font-weight: bold;
}

.contributionOptions .bubble-content {
  color: black;
  font-size: 16px;
  padding-top: 10px;
  padding-left: 15%;
  line-height: 18px;
  font-weight: bold;
  width: 80%;
}

.contributionOptions .helplink {
  color: #D75426;
  font-size: 13px;
}

.contributionOptions .tooltip-content {
  width: 100%;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.contributionOptions .tooltip-text {
  line-height: 30px;
  padding-left: 20px;
  padding-right: 20px;
}

.contributionOptions .hiddendiv {
  display: none;
}

@media screen and (max-width: 640px) and (min-width: 401px) {
  .contributionOptions .erMatch {
    font-size: 20px;
  }

  .contributionOptions .circle {
    float: none;
    display: table;
    margin: 0px auto;
  }

  .contributionOptions .contribution-help {
    width: 180px !important;
  }

  .contributionOptions .voya-tooltip,
  .contributionOptions voya-tooltip {
    width: 180px !important;
  }

  .contributionOptions #omDollarGraphRegion #omUpdateEstimatedRetirementIncome {
    font-size: 32px !important;
  }

  .contributionOptions #omDollarGraphRegion #omUpdateEstimatedMonthlyGoal {
    font-size: 25px !important;
  }

  .contributionOptions .section .white {
    margin-top: 20px;
  }
}

@media screen and (max-width: 640px) {
  .contributionOptions .slider-container {
    padding-left: 0px !important;
    position: static;
    margin: 0 auto;
    margin-top: 8px;
  }

  .contributionOptions .amount .slider-container {
    padding-left: 0px !important;
  }

  .contributionOptions .non-pretax-slider {
    width: 100%;
  }

  .contributionOptions .slider-set-column .perPayPeriodContainer {
    margin-top: 50px;
  }

  .contributionOptions .irsLimitLink {
    top: 25px;
  }
}

@media screen and (max-width: 400px) {
  .contributionOptions .voya-tooltip,
  .contributionOptions voya-tooltip {
    width: 180px !important;
  }

  .contributionOptions .erMatch {
    font-size: 20px;
  }

  .contributionOptions .circle {
    float: none;
    display: table;
    margin: 0px auto;
  }

  .contributionOptions .slider-error {
    font-size: 14px;
  }

  .contributionOptions .contribution-help {
    width: 180px !important;
  }
}

@media only screen and (max-width:64em) {
  .contributionOptions #nonCatchUpTypeDollar {
    padding-left: 20px;
  }
}

/*
// Th:TODO these 2 are already defined in quickEnroll.scss.  Find a better common file to define the styles used across app.
.matchHelpTop {
    margin-bottom: 20px;
}
.matchHelpFooter {
    font-size: 14px;
    color: #333333;
    margin-top: 20px;
}*/

.bubbleTooltipAlignLeft {
  text-align: left;
}

.voya-modal-outer-container {
  z-index: 1000;
}

.voya-modal-outer-container .voya-modal-inner-container .voya-modal-irs-model {
  max-width: 900px;
}

.voya-modal-outer-container .voya-modal-inner-container .voya-modal-irs-model h4 {
  color: teal;
  font-size: 24px;
  margin-left: 62px;
}

.voya-modal-outer-container .voya-modal-inner-container .voya-modal-irs-model hr {
  border: 1px solid #ddd;
}

.voya-modal-outer-container .voya-modal-inner-container .voya-modal-irs-model .w-180 {
  margin-left: 43%;
  width: 140px;
  padding: 10px;
  cursor: pointer;
  font-weight: 600;
}

.voya-modal-outer-container .voya-modal-inner-container .voya-modal-irs-model .hiddendiv {
  display: none;
}

.voya-modal-outer-container .voya-modal-inner-container .voya-modal-irs-model .irsmodel-leftview img {
  padding-top: 35px;
  padding-left: 20px;
}

.voya-modal-outer-container .voya-modal-inner-container .voya-modal-irs-model .irsmodel-rightview {
  font-weight: normal;
}

.voya-modal-outer-container .voya-modal-inner-container .voya-modal-irs-model .irsmodel-rightview li {
  padding-top: 10px;
}

.voya-modal-outer-container .voya-modal-inner-container .voya-modal-irs-model .irsmodel-rightview ul {
  padding-left: 20px;
}

.voya-modal-outer-container .voya-modal-inner-container .voya-modal-irs-model .header-title {
  text-align: center;
  font-size: 25px;
  padding-top: 10px;
  text-align: left;
  font-weight: 400;
}

.voya-modal-outer-container .voya-modal-inner-container .voya-modal-irs-model #closeIRSLimitModal {
  margin-top: 18px;
}

@media screen and (max-width: 400px) {
  .voya-modal-outer-container .voya-modal-inner-container .voya-modal-irs-model #closeIRSLimitModal {
    margin-left: -50px;
  }
}

.show-alert-bysource .voya-modal__heading {
  font-family: "Proxima Nova Light", Arial, sans-serif;
  font-size: 24px;
  padding-bottom: 15px;
}

.show-alert-bysource p {
  font-family: "Proxima Nova Light", Arial, sans-serif;
  font-size: 16px;
  color: #1E1E1E;
}

.show-alert-bysource .got-it-button {
  margin: 18px auto 20px;
}

.voya-modal-learn-more-model {
  max-width: 920px;
}

.learnMoreBody .mobile {
  display: none;
}

.learnMoreBody .mobile .learnMoreHeading {
  font-size: 20px;
  padding-bottom: 10px;
}

.learnMoreBody .mobile .spaceInc {
  margin-bottom: 10px;
}

.learnMoreBody .mobile .learnMoreSecHeading {
  font-size: 18px;
  border-bottom: 1px solid #6E6E6E;
  padding: 20px 0px 5px 0px;
  margin-bottom: 10px;
}

.learnMoreBody .mobile .tax-content .learnMoreSecHeading {
  padding-top: 0px;
}

.learnMoreBody .mobile .pretaxInfo {
  padding-left: 0px;
  padding-right: 0px;
}

@media only screen and (max-width: 40em) {
  .learnMoreBody .mobile {
    display: block;
  }

  .learnMoreBody .full {
    display: none;
  }
}

.learnMoreBody table {
  width: 100%;
  text-align: center;
  border-collapse: collapse;
}

.learnMoreBody table tr:first-child th {
  font-size: 32px;
}

.learnMoreBody table td,
.learnMoreBody table th {
  font-size: 20px;
  padding: 15px;
}

.learnMoreBody tr td:first-child {
  text-align: right;
}

.learnMoreBody tr {
  border-bottom: 1px solid #666666;
}

.learnMoreBody tr:last-child,
.learnMoreBody tr:first-child,
.learnMoreBody tr:nth-child(7),
.learnMoreBody tr:nth-child(8) {
  border-bottom: none;
}

.learnMoreBody tr th:nth-child(2),
.learnMoreBody tr th:nth-child(4) {
  width: 30%;
}

.learnMoreBody tr th:nth-child(3) {
  width: 2%;
}

.learnMoreBody .font-weight-bold {
  font-family: "Proxima Nova Bold", Arial, sans-serif;
}

.learnMoreBody .secondary-tr td,
.learnMoreBody .secondary-tr th,
.learnMoreBody .primary-tr td,
.learnMoreBody .primary-tr th {
  padding: 0px;
  height: 55px;
}

.learnMoreBody .secondary-tr td div,
.learnMoreBody .secondary-tr th div,
.learnMoreBody .primary-tr td div,
.learnMoreBody .primary-tr th div {
  border-width: 2px;
  border-style: solid;
  line-height: 40px;
  height: 90%;
}

.learnMoreBody .secondary-tr th:nth-child(1) div,
.learnMoreBody .primary-tr th:nth-child(1) div {
  border-radius: 10px 0px 0px 10px;
  border-right: none;
}

.learnMoreBody .secondary-tr td:nth-child(2) div,
.learnMoreBody .secondary-tr td:nth-child(3) div,
.learnMoreBody .primary-tr td:nth-child(2) div,
.learnMoreBody .primary-tr td:nth-child(3) div {
  border-right: none;
  border-left: none;
}

.learnMoreBody .secondary-tr td:nth-child(4) div,
.learnMoreBody .primary-tr td:nth-child(4) div {
  border-radius: 0px 10px 10px 0px;
  border-left: none;
}

.learnMoreBody .tax-content {
  border-width: 2px;
  border-style: solid;
  border-radius: 5px;
  padding: 20px;
}

.learnMoreBody .tax-inner-content {
  font-weight: normal;
}

.learnMoreBody .learnMoreCards {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: start;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 800px) {
  .learnMoreBody .learnMoreCards {
    -ms-flex-pack: center;
        justify-content: center;
  }
}

.learnMoreBody .learnMoreCards > div {
  width: 270px;
  margin: 12px;
  text-align: center;
}

.learnMoreBody .footnote {
  font-size: 14px;
  color: #333333;
  margin: 20px auto;
}

.icon-male {
  font-size: 120px !important;
  position: relative;
  text-align: center;
  left: 15px;
  color: #C3C3C3;
}

.irs-above-age-info {
  margin-top: 45px !important;
  margin-bottom: 20px !important;
}

.age60to63CatchUpText {
  margin-top: 30px !important;
  margin-bottom: 20px !important;
}

.ageLimit-color {
  color: dark grey #262626;
}

.irs-icon-text {
  position: absolute;
  top: 40px;
  left: 0px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}

.irs-brace {
  padding: 0px !important;
  box-sizing: content-box;
}

.irs-brace span {
  width: 30px;
  height: 50px;
  display: inline-block;
  box-sizing: content-box;
}

.irs-amount {
  font-size: 32px;
  border-bottom: 1px solid;
  display: inline-block;
  margin-top: 15px;
}

.irs-amount-pm {
  font-size: 14px;
  padding: 7px;
}

.irs-amount-pm b {
  font-weight: bold;
}

.irs-limit-info {
  margin-top: 50px;
}

.left-brace-tl {
  border-right: 2px solid;
  border-bottom-right-radius: 10px;
  margin-right: -6px;
  margin-top: 10px;
}

.left-brace-tr {
  margin-bottom: 10px;
  border-left: 2px solid;
  border-top-left-radius: 10px;
}

.left-brace-bl {
  margin-top: -4px;
  border-right: 2px solid;
  border-top-right-radius: 10px;
  margin-right: -6px;
}

.left-brace-br {
  margin-bottom: -8px;
  border-left: 2px solid;
  border-bottom-left-radius: 10px;
}

@media screen and (max-width: 900px) {
  .irs-icon-text,
  .irs-amount {
    font-size: 18px;
  }

  .male-icon .icon-male {
    font-size: 90px !important;
  }

  .irs-brace span {
    height: 40px;
    width: 20px;
  }
}

.voya-modal {
  padding: 0px 10px 10px 10px;
}

.voya-modal .additional-sources-warning {
  max-width: 750px;
  padding: 5px;
  font-size: 16px;
  font-family: "Arial";
}

.voya-modal .additional-sources-warning .whyEmailButtonContainer {
  width: 100%;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 15px;
}

.voya-modal .additional-sources-warning .additional-sources-warning-modal #closeMark {
  float: right;
}

.voya-modal .additional-sources-warning .additional-sources-warning-modal .warning-heading {
  margin-left: 6px;
}

.voya-modal .additional-sources-warning .additional-sources-warning-modal .warning-paragraph-text {
  margin-left: 8px;
}

.voya-modal .additional-sources-warning .additional-sources-warning-modal .warning-paragraph-text p {
  color: #333333;
}

.voya-modal .additional-sources-warning h1 {
  font-family: "Proxima Nova Light", Arial, sans-serif;
  font-size: 24px;
  border-bottom: 1px solid #c3c3c3;
  padding-top: 4px;
  padding-bottom: 10px;
}

.voya-modal .additional-sources-warning a {
  font-family: "Arial";
}

.investmentChoiceOptions {
  background-image: url("../images/enroll_bg.svg");
  background-size: cover;
  background-repeat: no-repeat;
}

.investmentChoiceOptions #feSubHeading,
.investmentChoiceOptions #feOptions {
  font-family: "Proxima Nova Light", Arial, sans-serif;
  color: #6C6C6C;
}

.investmentChoiceOptions #feTitle,
.investmentChoiceOptions .feTxt {
  font-family: "Arial";
}

.investmentChoiceOptions #feTitle b,
.investmentChoiceOptions .feTxt b {
  font-family: "Proxima Nova Semibold", Arial, sans-serif;
}

.investmentChoiceOptions #feSubHeading,
.investmentChoiceOptions #feTitle {
  font-size: 28px;
}

.investmentChoiceOptions #feOptions {
  font-size: 24px;
  color: #858585;
}

.investmentChoiceOptions #feReasons {
  font-size: 18px;
}

.investmentChoiceOptions .twoColumns {
  max-width: 626px;
}

.investmentChoiceOptions .aameTitle {
  color: #F58000;
  cursor: pointer;
  padding-bottom: 0px;
  margin-bottom: 0px;
  margin-top: 40px;
}

.investmentChoiceOptions #aameDesc {
  font-size: 16px;
  padding-top: 0px;
  margin-top: 0px;
  padding-bottom: 20px;
}

.investmentChoiceOptions #expNoFunds {
  color: #666666;
  font-family: "Proxima Nova Light", Arial, sans-serif;
  font-weight: 400;
  font-size: 34px;
}

.investmentChoiceOptions h2 {
  font-size: 22px;
  color: #666666;
  border-bottom: 1.5px solid #B0B0B0;
  margin-bottom: 0px;
  font-weight: 400;
  margin-left: 10px;
}

.investmentChoiceOptions .head3 {
  font-size: 34px;
  color: #666666;
  font-family: "Proxima Nova Light", Arial, sans-serif;
}

.investmentChoiceOptions #orExp1 {
  font-size: 24px;
  color: #666666;
  font-family: "Proxima Nova Light", Arial, sans-serif;
  font-weight: 500;
  margin: 30px 0px 0px 0px;
}

.investmentChoiceOptions h4 {
  color: #666666;
  font-size: 22px;
}

.investmentChoiceOptions p {
  color: #666666;
}

.investmentChoiceOptions span.item-title,
.investmentChoiceOptions a.item-title {
  font-size: 22px;
}

.investmentChoiceOptions .planName,
.investmentChoiceOptions .morningstarHeader {
  display: block;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 22px;
  color: rgb(0, 151, 169);
}

.investmentChoiceOptions .planName + h4,
.investmentChoiceOptions .morningstarHeader + h4 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
  color: #666666;
}

.investmentChoiceOptions .planName sup,
.investmentChoiceOptions .morningstarHeader sup {
  font-size: 10px;
}

.investmentChoiceOptions .morningstarHeader + span {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
  color: #666666;
}

.investmentChoiceOptions .twoInvestmentChoices.row,
.investmentChoiceOptions .twoInvestmentChoices.voya-components-estimated-income {
  max-width: 700px;
}

.investmentChoiceOptions .investmentChoiceOptionContainer {
  padding-left: 15px;
  padding-right: 15px;
}

.investmentChoiceOptions .investmentChoiceOptionContainer b {
  font-family: "Proxima Nova Bold";
  font-weight: 800;
}

@media only screen and (min-width:40.0625em) {
  .investmentChoiceOptions .investmentChoiceOptionContainer .investChoicesOptions__description {
    min-height: 160px;
  }

  .investmentChoiceOptions .investmentChoiceOptionContainer .investmentChoiceOptionTitle {
    min-height: 130px;
  }
}

.investmentChoiceOptions .investmentChoiceOption {
  max-width: 303px;
  border: 1px solid #B0B0B0;
  border-radius: 3px;
  padding: 5px;
  background-color: white;
  position: relative;
}

.investmentChoiceOptions .investmentChoiceOption .inner {
  padding: 10px 15px 10px;
}

.investmentChoiceOptions .investmentChoiceOption .inner h4 {
  margin: 0;
  min-height: 40px;
  font-size: 22px;
  font-weight: 400;
  color: #666666;
}

.investmentChoiceOptions .investmentChoiceOption .inventmentChoiceOptionButton {
  vertical-align: bottom;
  text-align: center;
  padding: 0px 20px 20px;
}

.investmentChoiceOptions .singleChoice {
  margin: 0px 25%;
}

.investmentChoiceOptions .customMixMessage {
  color: rgb(0, 151, 169);
}

.investmentChoiceOptions .customMixMessage.is-not-ingwin {
  color: #383838;
}

@media only screen and (min-width:40.0625em) {
  .investmentChoiceOptions .investmentOptions__pageSubTitle {
    display: block;
  }
}

@media only screen and (max-width: 40em) {
  .investmentChoiceOptions .investmentChoiceOption {
    margin: auto;
  }

  .investmentChoiceOptions .investmentChoiceOptionContainer,
  .investmentChoiceOptions #firstInvestmentChoiceOptionContainer,
  .investmentChoiceOptions #secondInvestmentChoiceOptionContainer,
  .investmentChoiceOptions #thirdInvestmentChoiceOptionContainer {
    margin: 30px auto 0;
  }

  .investmentChoiceOptions .investmentChoiceOptionContainer:first-child,
  .investmentChoiceOptions #firstInvestmentChoiceOptionContainer:first-child,
  .investmentChoiceOptions #secondInvestmentChoiceOptionContainer:first-child,
  .investmentChoiceOptions #thirdInvestmentChoiceOptionContainer:first-child {
    margin-top: 0;
  }
}

.investmentChoiceOptions .customTeal {
  font-size: 28px;
}

.investmentChoiceOptions .viewSelections:hover {
  text-decoration: underline;
  cursor: pointer;
}

.investmentChoiceOptions .feTitle {
  font-size: 28px;
}

.investmentChoiceOptions .fee-base-txt {
  color: #858585;
}

.investmentChoiceOptions #feOptions {
  color: #6C6C6C;
}

@media only screen and (min-width:40.0625em) and (max-width:64em) {
  .investmentChoiceOptions .investmentChoice-3 {
    margin-right: 0px;
    margin-left: 5px;
  }
}

.annualIncreaseOptions .section-main {
  padding: 50px 0;
}

.annualIncreaseOptions .aside-options {
  padding-top: 50px;
}

.annualIncreaseOptions .main-options {
  padding-left: 30px;
  border-left: 1px solid #E0E0E0;
}

.annualIncreaseOptions .main-options h4 {
  margin: 0;
}

.annualIncreaseOptions .voya-form label {
  color: #888888;
  display: block;
}

.annualIncreaseOptions .voya-form .radioLabel {
  line-height: 22px;
  padding: 8px 0;
  margin: 0;
  color: #888888;
  font-weight: normal;
  font-size: 18px;
}

.annualIncreaseOptions .voya-form .radioLabel input[type=radio] {
  margin-right: 10px;
}

.confirmRetirementChoices {
  padding-bottom: 10px !important;
}

.confirmRetirementChoices #personalInformation {
  color: #666666;
}

.confirmRetirementChoices #personalInformation h2 {
  margin-bottom: 20px;
}

.confirmRetirementChoices #personalInformation .headerIconRight {
  float: right;
  font-size: 18px;
  font-family: "Proxima Nova Light", Arial, sans-serif;
}

.confirmRetirementChoices #personalInformation .participantRows {
  font-size: 18px;
}

.confirmRetirementChoices #personalInformation .participantRows .columns {
  margin-bottom: 10px;
}

.confirmRetirementChoices #personalInformation .participantRows .columns.phoneOffset {
  padding-left: 40px;
}

.confirmRetirementChoices .feReviewText i:before {
  content: "\f196";
  display: inline-block;
  font: normal normal normal 18px/1 FontAwesome;
}

.confirmRetirementChoices .feAdviceCompanionTxt {
  font-size: 18px;
  font-family: "Arial";
}

.confirmRetirementChoices .feReviewText-mobile-only {
  display: none;
}

.confirmRetirementChoices li.voya-fund-item.feAdvice {
  background-color: #F2F2F2;
}

.confirmRetirementChoices li.voya-fund-item.feAdvice .text-right {
  padding: 0px 112px 20px;
  font-family: "Proxima Nova Bold", Arial, sans-serif;
  font-size: 16px;
}

.confirmRetirementChoices li.voya-fund-item.feAdvice .text-right span {
  font-size: 18px;
  padding-left: 40px;
}

.confirmRetirementChoices .text-center {
  font-size: 28px;
  border: 0px;
  margin: 20px;
}

.confirmRetirementChoices #startDateErrorContainer {
  display: none;
  color: #B30000;
  background-color: #FFDDDD;
  margin: 5px 5px 5px -2px;
  padding: 5px;
  max-width: 155px;
}

.confirmRetirementChoices #startDateErrorContainer div {
  float: left;
  padding: 5px;
}

.confirmRetirementChoices .pinText {
  margin-top: 20px;
  font-size: 16px;
}

.confirmRetirementChoices .bonus-name {
  font-size: 18px;
}

.confirmRetirementChoices .excess_header__underline {
  border-bottom: 1px solid #C3C3C3;
  padding-bottom: 10px;
}

.confirmRetirementChoices .contribElections h2 {
  font-size: 26px !important;
  font-family: "Arial";
}

.confirmRetirementChoices .contribElections h3 {
  font-size: 22px !important;
  color: #6E6E6E !important;
  font-family: "Proxima Nova Semibold", Arial, sans-serif;
}

.confirmRetirementChoices .contribElections p {
  font-family: "Arial";
  font-size: 18px !important;
  color: #333333 !important;
}

.confirmRetirementChoices .contribElections p.you-are-on-track {
  color: green !important;
}

.confirmRetirementChoices .contribElections .bigteal {
  font-family: "Arial";
  font-size: 28px !important;
  color: #0097A9;
  position: relative;
  top: 2px;
}

.confirmRetirementChoices .contribElections .bigteal sup {
  font-size: 18px !important;
}

.confirmRetirementChoices .contribElections .teal {
  color: #0097A9 !important;
}

.confirmRetirementChoices .contribElections .omTool {
  position: relative;
  left: 10px;
}

.confirmRetirementChoices .contribElections #autoIncreaseYesNo {
  left: 5px !important;
  z-index: 999;
}

.confirmRetirementChoices .contribElections #atleastOnePositiveSource {
  display: none;
}

.confirmRetirementChoices .contribElections voya-field[type=incrementor] {
  top: 15px;
}

.confirmRetirementChoices .contribElections voya-field[type=incrementor] input {
  font-size: 40px !important;
}

.confirmRetirementChoices .contribElections voya-field[type=incrementor] .voya-field-incrementor__btn {
  top: 12px;
}

.confirmRetirementChoices .contribElections .voya-field__input-mirror .voya-field__input-mirror__prefix {
  top: 8px !important;
  font-size: 18px !important;
  line-height: 18px !important;
}

.confirmRetirementChoices .contribElections .voya-field__input-mirror .voya-field__input-mirror__suffix {
  top: 4px !important;
  font-size: 18px !important;
  line-height: 18px !important;
}

.confirmRetirementChoices .contribElections .voya-field-incrementor__btn__minus {
  z-index: 999 !important;
}

.confirmRetirementChoices .sraWithdrawal {
  font-size: 24px !important;
}

.confirmRetirementChoices .spacer {
  height: 0px;
}

.confirmRetirementChoices .autoIncreaseForm {
  float: left;
  margin: 0px;
  width: 100%;
}

.confirmRetirementChoices #auto-startDate-input input {
  font-size: 28px !important;
  width: 160px;
  padding-left: 5px;
  padding-right: 5px;
}

.confirmRetirementChoices .investmentHeaderMessage {
  font-size: 26px !important;
  font-family: "Arial";
}

.confirmRetirementChoices .model-portfolio-border {
  font-size: 24px;
  font-family: "Proxima Nova Light", Arial, sans-serif;
  border-bottom: 1px solid #C3C3C3;
  padding-bottom: 16px;
}

.confirmRetirementChoices .investmentFundAAME .voya-fund-color {
  display: inline-block !important;
}

.confirmRetirementChoices .investmentFundAAME .model-portfolio-layout {
  padding-left: 0px;
  color: #666666;
}

.confirmRetirementChoices .investmentFundAAME .model-portfolio-title {
  padding-left: 18px;
}

.confirmRetirementChoices .investmentFundAAME .aame-portfolio-layout {
  padding-left: 10px;
  color: rgb(0, 151, 169);
}

.confirmRetirementChoices .investmentFundAAME .aamePortfolio {
  padding-top: 20px;
  font-size: 24px;
}

.confirmRetirementChoices .investmentFundAAME p {
  padding-left: 10px;
}

.confirmRetirementChoices .investmentFundAAME #fundDetails,
.confirmRetirementChoices .investmentFundAAME .voya-fund-item {
  padding-left: 0px !important;
  margin-left: 0px !important;
  padding-right: 0px !important;
  margin-right: 0px !important;
}

.confirmRetirementChoices .investmentFundAAME .voya-fund-name {
  float: left;
  padding-right: 0px;
  margin-right: 0px;
}

.confirmRetirementChoices .investmentFundAAME .assetClassKey {
  position: absolute;
  right: 75px;
  top: 40px;
}

.confirmRetirementChoices .income-information__values .value span {
  font-size: 24px !important;
}

.confirmRetirementChoices .investmentFundAAME .voya-fund-color {
  display: inline-block !important;
}

.confirmRetirementChoices .investmentFundAAME .aamePortfolio {
  padding-top: 20px;
  font-size: 24px;
}

.confirmRetirementChoices .investmentFundAAME p {
  padding-left: 10px;
}

.confirmRetirementChoices .investmentFundAAME #fundDetails,
.confirmRetirementChoices .investmentFundAAME .voya-fund-item {
  padding-left: 0px !important;
  margin-left: 0px !important;
  padding-right: 0px !important;
  margin-right: 0px !important;
}

.confirmRetirementChoices .investmentFundAAME .voya-fund-name {
  float: left;
  padding-right: 0px;
  margin-right: 0px;
}

.confirmRetirementChoices .investmentFundAAME .assetClassKey {
  position: absolute;
  right: 75px;
  top: 40px;
}

.confirmRetirementChoices .final-step {
  position: absolute;
  right: 40px;
  top: 50%;
  margin-top: -65px;
  max-width: 129px;
  max-height: 129px;
}

.confirmRetirementChoices .beneDetails {
  font-size: 20px;
  font-family: serif;
}

.confirmRetirementChoices .beneDesc {
  font-size: 22px;
  text-transform: capitalize;
}

.confirmRetirementChoices #acknowledge {
  width: 96.66667%;
  padding-left: 1.9375rem;
  padding-right: 0.9375rem;
  float: left;
}

.confirmRetirementChoices #checkboxAcknowledge {
  width: 3.33333%;
  float: left;
}

.confirmRetirementChoices .contribContainer {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 5px;
}

.confirmRetirementChoices .contribContainer h3 {
  padding-bottom: 10px;
}

.confirmRetirementChoices .multiplePretax {
  padding-top: 10px;
  padding-bottom: 10px;
}

.confirmRetirementChoices .multiplePretax p {
  margin: 0;
  color: #666666;
}

.confirmRetirementChoices .autoIncreaseStartDate input {
  height: 30px;
  line-height: 31px;
  position: relative;
  top: -3px;
  width: 88%;
  margin: 0;
  -webkit-transition: border-bottom ease-in-out, color ease-in-out;
  -webkit-transition-delay: 0.15s, 0.15s;
  transition: border-bottom ease-in-out 0.15s, color ease-in-out 0.15s;
}

.confirmRetirementChoices .autoIncreaseStartDate input[disabled] {
  border-color: #333333;
  cursor: not-allowed;
}

.confirmRetirementChoices .autoIncreaseStartDate .voya-field__error {
  text-align: center;
  color: #B30000 !important;
  padding: 3px 0;
  font-size: 12px;
  display: inline-block;
  line-height: 18px;
  background: none;
}

.confirmRetirementChoices .autoIncreaseStartDate .voya-field__error-cell {
  height: 24px;
}

.confirmRetirementChoices input.contributionDollarsInput {
  border: none;
  -webkit-font-smoothing: antialiased;
  color: #F58000;
  display: inline-block;
  font-size: 48px;
  font-style: normal;
  font-weight: normal;
  line-height: 68.5713577271px;
  text-align: center;
  width: 40%;
  padding: 0px 0px 1px 0px;
  outline: 0;
  border-bottom: 2px solid #F58000;
  height: 100%;
  border-radius: 0px;
  background: none;
}

.confirmRetirementChoices input.contributionDollarsInput:focus {
  border: none;
  background: none;
}

.confirmRetirementChoices input.contributionDollarsInput.grayedOut {
  color: #BBBBBB;
  border-bottom: 2px solid #BBBBBB;
}

.confirmRetirementChoices #enrollNowBtn {
  margin-top: 41px;
}

.confirmRetirementChoices #txtSetDate {
  vertical-align: inherit;
  font-size: large;
  margin-left: 0px;
  display: inline-block;
  position: relative;
  left: 90px;
}

.confirmRetirementChoices #txtYes {
  vertical-align: inherit;
  font-weight: bold;
  font-size: 28px !important;
  position: relative;
  top: -8px;
  left: -2px;
  -webkit-transition: color ease-in-out;
  -webkit-transition-delay: 0.15s;
  transition: color ease-in-out 0.15s;
}

.confirmRetirementChoices #txtYes.grayedOut {
  color: #333333;
}

.confirmRetirementChoices #omTitleF {
  font-size: 20px;
  margin-top: 30px;
}

.confirmRetirementChoices .voya-fund-item {
  font-size: 18px;
  text-align: left;
  overflow: hidden;
  margin-bottom: 30px;
}

.confirmRetirementChoices .voya-fund-item .voya-asset-class {
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
  min-width: 65px;
  border-bottom: 1px solid #C3C3C3;
}

.confirmRetirementChoices .voya-fund-item .voya-asset-class .voya-fund-color {
  border-radius: 50%;
  margin: 4px 10px 6px 10px;
  width: 16px;
  height: 16px;
  float: left;
  vertical-align: middle;
}

.confirmRetirementChoices .voya-fund-item .no-asset-class {
  border-bottom: 1px solid rgb(0, 151, 169);
}

.confirmRetirementChoices .voya-fund-item .fund-fact-sheet {
  padding-top: 20px;
}

.confirmRetirementChoices .voya-fund-item .fund-fact-sheet .voya-fund-name {
  font-size: 16px;
}

.confirmRetirementChoices .voya-fund-item .fund-fact-sheet .voya-fund-name .no-url-fund-name {
  color: #333333;
}

.confirmRetirementChoices .risk-comparison-text {
  font-size: 18px;
  color: #6E6E6E;
}

.confirmRetirementChoices .withRisk .chart-title {
  text-align: center;
}

.confirmRetirementChoices .withRisk .voya-fund-list-title {
  color: #333333;
  font-weight: 400;
}

.confirmRetirementChoices .withRisk .voya-fund-list {
  padding: 0 30px;
}

.confirmRetirementChoices .withRisk .voya-fund-item .voya-risk-header {
  border-bottom: 1px solid #C3C3C3;
}

.confirmRetirementChoices .withRisk .voya-fund-item .voya-risk-asset {
  border-bottom: none;
}

.confirmRetirementChoices .withRisk .voya-fund-item .fund-fact-sheet {
  margin-left: 9px;
}

.confirmRetirementChoices .withRisk .voya-fund-item .fund-fact-sheet .voya-fund-percent {
  padding-top: 9px;
  padding-left: 0px;
}

.confirmRetirementChoices .withRisk .voya-risk-item {
  padding-top: 21px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.confirmRetirementChoices .withRisk .voya-fund-percent span {
  margin: 0px;
}

.confirmRetirementChoices h1 {
  color: #666666;
  font-size: 28px;
  font-family: "Arial";
  border-bottom-width: 1px;
  border-bottom-style: solid;
  margin: 0 20px;
  font-size: 18px;
}

.confirmRetirementChoices h2 {
  color: #666666;
  font-size: 24px;
  font-family: "Arial";
}

.confirmRetirementChoices .contributionSuffix {
  position: relative;
  left: -10px;
}

.confirmRetirementChoices .expandAble {
  color: #F58000;
  cursor: pointer !important;
  z-index: 999999;
}

.confirmRetirementChoices .expandHidden {
  display: none;
}

.confirmRetirementChoices .collapsingOM {
  margin-left: 5%;
}

.confirmRetirementChoices .collapsingOM #omDollarGraphRegion label {
  font-size: 14px;
}

.confirmRetirementChoices .collapsingOM .voya-components-estimated-income .sub-links {
  display: none;
}

.confirmRetirementChoices .collapsingOM #static-dollar-image {
  display: inline-block;
  margin-top: 0px;
  height: 50px;
}

.confirmRetirementChoices .collapsingOM #static-dollar-image.hiding {
  display: none;
}

.confirmRetirementChoices .collapsingOM #hiddenOM {
  margin-left: -50px !important;
  display: none;
}

.confirmRetirementChoices .collapsingOM #hiddenOM.showing {
  display: block;
}

.confirmRetirementChoices .collapsingOM .expand-estimates {
  font-size: 20px;
}

.confirmRetirementChoices .pace {
  margin: 15px 0px;
  padding-bottom: 10px;
  position: relative;
}

.confirmRetirementChoices .pleaseNote {
  font-size: 16px;
  color: #333333;
  -webkit-transition: color ease-in-out;
  -webkit-transition-delay: 0.15s;
  transition: color ease-in-out 0.15s;
  margin-left: 60px;
}

.confirmRetirementChoices .pleaseNote.grayedOut {
  color: #BBBBBB;
}

.confirmRetirementChoices .startDateContainer {
  display: inline-block;
  width: 200px;
  position: relative;
  left: 90px;
  /*.autoIncreaseError {
      text-align: center;
      color: #FF0000;
      padding-top: 7px 0px;
      font-size: 12px;
      display: inline-block;
  }*/
}

.confirmRetirementChoices .startDateContainer .inner {
  position: relative;
}

.confirmRetirementChoices .startDateContainer .inputCalendar {
  position: absolute;
  top: 4px;
  right: 36px;
  color: #F58000;
  font-size: large;
}

.confirmRetirementChoices .autoIncreaseError {
  text-align: center;
  color: #B30000;
  padding: 7px 0px;
  font-size: 12px;
  display: inline-block;
}

.confirmRetirementChoices .optInMessage {
  position: relative;
  left: -90px;
  vertical-align: top;
}

.confirmRetirementChoices .sourcesExpandButton {
  cursor: pointer;
  line-height: normal;
  margin: 5px 0;
  padding: 12px 10px 12px 60px;
  font-family: "Arial";
  font-size: 18px !important;
  -webkit-transition: color ease-in-out;
  -webkit-transition-delay: 0.15s;
  transition: color ease-in-out 0.15s;
  position: static;
}

.confirmRetirementChoices .sourcesExpandButton.grayedOut {
  color: #BBBBBB !important;
  cursor: auto;
}

.confirmRetirementChoices .annualIncreaseRow {
  padding-top: 0px;
  min-height: 100px;
}

.confirmRetirementChoices .annualIncreaseRow .annualIncreaseHeader {
  font-size: 18px;
  display: inline-table;
  text-align: left;
  height: 50px !important;
  margin: 0 auto;
  color: #888888;
  font-family: "Proxima Nova Semibold", Arial, sans-serif;
}

.confirmRetirementChoices .annualIncreaseRow .annualIncreaseHeader.grayedOut,
.confirmRetirementChoices .annualIncreaseRow .annualIncreaseHeader.grayedOut strong {
  color: #BBBBBB !important;
}

.confirmRetirementChoices .annualIncreaseRow .omToolRightBorder {
  border-right: 1px solid #CCCCCC;
}

.confirmRetirementChoices .annualIncreaseRow .inner {
  text-align: center;
  color: #333333;
}

.confirmRetirementChoices .annualIncreaseRow .om-card {
  border: none;
}

.confirmRetirementChoices .annualIncreaseRow .om-card-annual-increase ul {
  margin-top: 0px !important;
  margin-bottom: 0px;
}

.confirmRetirementChoices .annualIncreaseRow .om-card-annual-increase li {
  color: rgb(0, 151, 169);
  font-size: 46px;
  -webkit-transition: border-bottom ease-in-out, color ease-in-out;
  -webkit-transition-delay: 0.15s, 0.15s;
  transition: border-bottom ease-in-out 0.15s, color ease-in-out 0.15s;
}

.confirmRetirementChoices .annualIncreaseRow .om-card-annual-increase li.grayedOut {
  border-bottom: 1px transparent solid;
  color: #BBBBBB;
  cursor: not-allowed;
}

.confirmRetirementChoices .annualIncreaseRow .om-card-annual-increase li .value {
  margin: 0px 10px !important;
}

.confirmRetirementChoices .annualIncreaseRow .om-card-annual-increase li.decrease,
.confirmRetirementChoices .annualIncreaseRow .om-card-annual-increase li.increase {
  border-color: rgb(0, 151, 169);
  border: 1px solid rgb(0, 151, 169);
}

.confirmRetirementChoices .annualIncreaseRow .om-card-annual-increase li.decrease.grayedOut,
.confirmRetirementChoices .annualIncreaseRow .om-card-annual-increase li.increase.grayedOut {
  border-color: #BBBBBB;
}

.confirmRetirementChoices .annualIncreaseRow .omTool {
  margin: 10px 0px;
  min-height: 100px;
}

.confirmRetirementChoices .annualIncreaseRow .tempRemovePadding {
  padding-top: -20px;
}

.confirmRetirementChoices .annualIncreaseRow .tempRemove1 {
  height: 165px;
}

@media only screen and (max-width: 40em) {
  .confirmRetirementChoices .annualIncreaseRow .tempRemove1 {
    max-width: 270px;
  }
}

@media only screen and (min-width:40.0625em) and (max-width:64em) {
  .confirmRetirementChoices .annualIncreaseRow .tempRemove1 {
    max-width: 300px;
    margin: auto;
  }

  .confirmRetirementChoices .annualIncreaseRow .tempRemove1 .om-card-contributions__input {
    margin: 0px;
  }

  .confirmRetirementChoices .annualIncreaseRow .tempRemove1 input {
    width: 180px;
  }
}

@media only screen and (min-width:64.0625em) {
  .confirmRetirementChoices .annualIncreaseRow .tempRemove1 {
    max-width: 406px;
  }
}

.confirmRetirementChoices .disclosures {
  cursor: pointer;
  color: #D75426;
}

.confirmRetirementChoices .disclosures:hover {
  text-decoration: none !important;
}

.confirmRetirementChoices .morningstar header,
.confirmRetirementChoices .morningstar .until {
  text-align: left;
  margin-top: 0px;
  font-size: 28px;
}

.confirmRetirementChoices .morningstar .professional {
  margin: 10px 0px 0px 40px;
  color: teal;
  font-size: 20px;
  font-weight: 800;
}

.confirmRetirementChoices .morningstar .fee {
  margin: 0px 0px 0px 40px;
  font-size: 14px;
}

.confirmRetirementChoices .morningstar .until {
  margin-top: 20px;
  font-size: 24px;
}

.confirmRetirementChoices .fa-pencil-square {
  color: #D75426;
  cursor: pointer;
}

.confirmRetirementChoices h2,
.confirmRetirementChoices h3 {
  line-height: 21px;
}

.confirmRetirementChoices .info {
  margin: 0;
  line-height: 30px;
}

.confirmRetirementChoices .zeroContribInfo {
  margin: 10px 0px 15px;
  font-size: 16px;
  width: 100%;
}

.confirmRetirementChoices .zeroContribInfoLeft {
  width: 5%;
  float: left;
  font-size: 22px;
  color: gray;
}

.confirmRetirementChoices .zeroContribInfoRight {
  width: 95%;
  float: left;
}

.confirmRetirementChoices .bigBox {
  border: 1px solid #C0C0C0;
  background: #FFF;
  padding: 50px;
}

.confirmRetirementChoices .big-box {
  position: relative;
}

.confirmRetirementChoices .big-box h2 {
  font-weight: 400;
  font-size: 24px;
}

.confirmRetirementChoices .big-box .bigteal {
  color: rgb(0, 151, 169);
  font-family: "Proxima Nova Bold", Arial, sans-serif;
}

.confirmRetirementChoices .big-box .bigteal sup {
  font-size: 12px;
}

.confirmRetirementChoices .takeHomeMessage .questionMark {
  margin: 0 5px;
  top: -1px;
  font-size: 13px;
  line-height: 16px;
}

.confirmRetirementChoices .bubble-container {
  min-height: 250px;
}

.confirmRetirementChoices .investmentAmount {
  display: inline-block;
  width: 60px;
}

.confirmRetirementChoices .statusList {
  max-width: 1060px;
  margin: auto;
}

.confirmRetirementChoices .statusList .indicator {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  border: 1px solid rgb(0, 151, 169);
  float: left;
  margin-right: 10px;
  position: relative;
  top: 5px;
}

.confirmRetirementChoices .statusList li {
  padding-top: 10px;
  border-bottom: 2px solid transparent;
}

.confirmRetirementChoices .statusList li.selected {
  border-color: rgb(0, 151, 169);
}

.confirmRetirementChoices .statusList li.selected .indicator {
  border-color: rgb(0, 151, 169);
}

.confirmRetirementChoices .statusList li.complete .indicator {
  border-color: #4FBC2D;
  background-color: #4FBC2D;
}

.confirmRetirementChoices .investmentFund .investment-text {
  border-bottom: 1px solid #c3c3c3;
  margin-bottom: 20px;
}

.confirmRetirementChoices .investmentFund h2 {
  font-weight: normal;
  margin-top: 0;
}

.confirmRetirementChoices .voya-fund-list .om-card-annual-increase li.decrease,
.confirmRetirementChoices .voya-fund-list .om-card-annual-increase li.increase {
  border-color: rgb(0, 151, 169);
  border: 1px solid rgb(0, 151, 169);
}

.confirmRetirementChoices .voya-fund-list .om-card-annual-increase li.decrease.grayedOut,
.confirmRetirementChoices .voya-fund-list .om-card-annual-increase li.increase.grayedOut {
  border-color: #BBBBBB;
}

.confirmRetirementChoices .voya-fund-list .omTool {
  margin: 10px 0px;
  min-height: 100px;
}

.confirmRetirementChoices .voya-fund-list .tempRemovePadding {
  padding-top: -20px;
}

.confirmRetirementChoices .voya-fund-list .tempRemove1 {
  min-height: 0px;
}

.confirmRetirementChoices #disclosures {
  cursor: pointer;
  color: #F58000;
}

.confirmRetirementChoices #disclosures:hover {
  text-decoration: none;
}

.confirmRetirementChoices .morningstar header,
.confirmRetirementChoices .morningstar .until {
  text-align: left;
  margin-top: 0px;
  font-size: 28px;
}

.confirmRetirementChoices .morningstar .professional {
  margin: 10px 0px 0px 40px;
  color: teal;
  font-size: 20px;
  font-weight: 800;
}

.confirmRetirementChoices .morningstar .fee {
  margin: 0px 0px 0px 40px;
  font-size: 14px;
}

.confirmRetirementChoices .morningstar .until {
  margin-top: 20px;
  font-size: 24px;
}

.confirmRetirementChoices .fa-pencil-square {
  color: #D75426;
  cursor: pointer;
}

.confirmRetirementChoices h2,
.confirmRetirementChoices h3 {
  line-height: 21px;
}

.confirmRetirementChoices .info {
  margin: 0;
  line-height: 30px;
}

.confirmRetirementChoices .zeroContribInfo {
  margin: 10px 0px 15px;
  font-size: 16px;
  width: 100%;
}

.confirmRetirementChoices .zeroContribInfoLeft {
  width: 5%;
  float: left;
  font-size: 22px;
  color: gray;
}

.confirmRetirementChoices .zeroContribInfoRight {
  width: 95%;
  float: left;
}

.confirmRetirementChoices .bigBox {
  border: 1px solid #C0C0C0;
  background: #FFF;
  padding: 50px;
}

.confirmRetirementChoices .big-box h2 {
  font-weight: 400;
  font-size: 26px;
}

.confirmRetirementChoices .big-box .bigteal {
  color: rgb(0, 151, 169);
  font-family: "Arial";
}

.confirmRetirementChoices .big-box .bigteal sup {
  font-size: 12px;
}

.confirmRetirementChoices .big-box-final-step > h2 {
  margin-right: 130px;
}

.confirmRetirementChoices .big-box-final-step > p {
  margin-right: 130px;
}

.confirmRetirementChoices .takeHomeMessage .questionMark {
  margin: 0 5px;
  top: -1px;
  font-size: 13px;
  line-height: 16px;
}

.confirmRetirementChoices .bubble-container {
  min-height: 250px;
}

.confirmRetirementChoices .investmentAmount {
  display: inline-block;
  width: 60px;
}

.confirmRetirementChoices .statusList {
  max-width: 1060px;
  margin: auto;
}

.confirmRetirementChoices .statusList .indicator {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  border: 1px solid rgb(0, 151, 169);
  float: left;
  margin-right: 10px;
  position: relative;
  top: 5px;
}

.confirmRetirementChoices .statusList li {
  padding-top: 10px;
  border-bottom: 2px solid transparent;
}

.confirmRetirementChoices .statusList li.selected {
  border-color: rgb(0, 151, 169);
}

.confirmRetirementChoices .statusList li.selected .indicator {
  border-color: rgb(0, 151, 169);
}

.confirmRetirementChoices .statusList li.complete .indicator {
  border-color: #4FBC2D;
  background-color: #4FBC2D;
}

.confirmRetirementChoices .investmentFund h2 {
  font-weight: normal;
  margin-top: 0;
}

.confirmRetirementChoices .voya-fund-list .voya-fund-color {
  display: none;
  margin-top: 6px;
  margin-bottom: 6px;
}

.confirmRetirementChoices .voya-fund-list.showColors .voya-fund-color {
  display: inline-block;
}

.confirmRetirementChoices .voya-fund-list .voya-fund-percent {
  margin-left: 0;
}

.confirmRetirementChoices .voya-fund-list .voya-fund-percent span {
  font-family: "Proxima Nova Bold", Arial, sans-serif;
}

.confirmRetirementChoices .voya-fund-list .voya-fund-percent-lis {
  font-size: 18px;
  font-family: "Proxima Nova Bold", Arial, sans-serif;
}

.confirmRetirementChoices .voya-fund-list .fund-fact-sheet-lis {
  font-size: 20px;
  margin-left: 20px;
}

.confirmRetirementChoices .circleContainer {
  position: relative;
  right: 10px;
}

.confirmRetirementChoices .circle {
  width: 175px;
  height: 175px;
  border-radius: 50%;
  background: #EFEFEF;
  padding-top: 12%;
  right: 0;
  text-align: center;
  display: inline-block;
}

.confirmRetirementChoices .bubble-header {
  padding-top: 15px;
  color: #F19A3A;
  font-size: 18px;
  font-weight: bold;
}

.confirmRetirementChoices .bubble-content {
  color: black;
  font-size: 16px;
  padding-top: 5px;
  line-height: 18px;
  font-weight: bold;
}

.confirmRetirementChoices .bubble-belowcap-header {
  padding-top: 5px;
  color: #F19A3A;
  font-size: 18px;
  font-weight: bold;
  margin-left: 13px;
  margin-right: 13px;
}

.confirmRetirementChoices .bubble-belowcap-content {
  padding-top: 5px;
  line-height: 18px;
}

.confirmRetirementChoices .bubble-belowcap-text {
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  font-weight: bold;
  color: black;
  font-size: 16px;
}

.confirmRetirementChoices #er-match-tooltip {
  vertical-align: text-top;
  font-weight: normal;
  font-size: 13px;
}

.confirmRetirementChoices .reviewDonutGraphContainer,
.confirmRetirementChoices .portfolioRiskChartContainer {
  position: relative;
  height: 220px;
  padding: 0;
}

.confirmRetirementChoices .reviewDonutGraph,
.confirmRetirementChoices .portfolioRiskChart {
  width: 100%;
  height: 100%;
}

.confirmRetirementChoices .chartTitle {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.confirmRetirementChoices .chartTitle .title {
  color: rgb(0, 151, 169);
  font-size: 40px;
  line-height: 1;
}

.confirmRetirementChoices .chartTitle .subtitle {
  font-size: 18px;
  line-height: 1;
}

.confirmRetirementChoices .investmentMessage {
  margin-left: 0px;
  font-size: 18px;
  vertical-align: middle;
  color: #6E6E6E;
}

.confirmRetirementChoices .investmentFund-financialEngines h2 {
  font-family: "Proxima Nova Light", Arial, sans-serif;
  font-size: 24px;
  color: #666666;
  border-bottom: 1px solid #666666;
  padding-bottom: 20px;
}

.confirmRetirementChoices .investmentFund-financialEngines h2 span {
  font-family: "Arial";
}

.confirmRetirementChoices .investmentFund-financialEngines h3 {
  font-family: "Arial";
  font-size: 20px;
  margin-bottom: 20px;
}

.confirmRetirementChoices .investmentFund-financialEngines h4 {
  font-family: "Proxima Nova Light", Arial, sans-serif;
  font-size: 18px;
  color: #666666;
}

.confirmRetirementChoices .investmentFund-financialEngines h4 b {
  font-family: "Proxima Nova Semibold", Arial, sans-serif;
}

.confirmRetirementChoices .feReviewText {
  font-size: 18px;
  font-family: "Arial";
}

.confirmRetirementChoices .feReviewText li {
  margin-top: 20px;
  font-size: 16px;
}

.confirmRetirementChoices .feReviewText li ul li {
  list-style: disc;
}

.confirmRetirementChoices .investmentFund-mstar h3,
.confirmRetirementChoices .investmentFund-mstar h2 {
  color: #333333;
  font-weight: normal;
  margin: 0px 15px;
  line-height: 33px;
}

.confirmRetirementChoices .investmentFund-mstar h3 {
  font-size: 20px;
}

.confirmRetirementChoices .investmentFund-mstar .investmentFund-mstar-title {
  padding-left: 30px;
}

.confirmRetirementChoices .investmentFund-mstar .voya-fund-item {
  margin: 10px 0;
}

.confirmRetirementChoices .investmentFund-mstar .voya-fund-item .voya-fund-percent {
  text-align: left;
}

.confirmRetirementChoices .investmentFund-mstar .voya-fund-item .voya-fund-percent-mstar {
  font-size: 30px;
}

.confirmRetirementChoices .investmentFund-mstar .investmentFund-mstar-title {
  margin: 10px 0;
}

.confirmRetirementChoices .investmentFund-mstar .investmentFund-mstar-title h3 {
  color: rgb(0, 151, 169);
}

.confirmRetirementChoices .investmentFund-mstar .investmentFund-mstar-title h3 sup {
  font-size: 10px;
}

.confirmRetirementChoices .investmentFund-mstar .investmentFund-mstar-title h4 {
  margin: 0;
  font-weight: normal;
}

.confirmRetirementChoices .large-font {
  font-size: 22px;
}

.confirmRetirementChoices .large-font-1 {
  font-size: 20px;
}

.confirmRetirementChoices .disclosureContainer {
  padding-left: 14px;
  float: left;
  margin-bottom: 24px;
}

.confirmRetirementChoices .autoIncreaseCheckbox .voya-field__checkbox {
  width: 30px;
  height: 30px;
  font-size: 24px;
}

.confirmRetirementChoices input[type=checkbox] {
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  background-color: #fff;
  border-radius: 18px;
  top: -5px;
  left: -5px;
}

.confirmRetirementChoices .hiddendiv {
  display: none;
}

.confirmRetirementChoices .disclosure-checkbox-error {
  color: #FF0000;
  margin: 0 auto;
  text-align: center;
  margin-top: 25px;
}

.confirmRetirementChoices .confirmRetCh-submit-error {
  color: #FF0000;
  margin: 0 auto;
  text-align: center;
  margin-top: 25px;
}

.confirmRetirementChoices .aameFootnote {
  margin: 10px 0px;
}

.confirmRetirementChoices input[type=checkbox]:after {
  width: 30px;
  height: 30px;
  top: 0px;
  left: 0px;
  display: inline-block;
  vertical-align: middle;
  content: " ";
  font-family: "FontAwesome";
  text-align: center;
  font-size: 24px;
  color: rgb(0, 151, 169) !important;
}

.confirmRetirementChoices .sdba .investmentHeaderMessage {
  margin-bottom: 20px;
}

.confirmRetirementChoices .sdba .sdbablue {
  padding-left: 0px;
  margin-left: 0px;
}

.confirmRetirementChoices .sdba .sdbah4 {
  margin-left: 30px;
}

.confirmRetirementChoices .sdba .sdbafund {
  padding-left: 20px;
  margin-top: 0px;
}

@media only screen and (min-width: 901px) {
  .confirmRetirementChoices .circle {
    margin-top: -17px;
  }
}

@media only screen and (min-width: 641px) {
  .confirmRetirementChoices .om-card-annual-increase {
    height: 165px;
  }
}

@media only screen and (max-width: 900px) and (min-width: 641px) {
  .confirmRetirementChoices .registerAccount .enrollanotherPlan {
    width: 100% !important;
  }

  .confirmRetirementChoices .circle {
    margin-top: -32px;
    position: relative;
    right: 40px;
  }

  .confirmRetirementChoices .info {
    width: 80%;
  }
}

@media only screen and (max-width: 1024px) {
  .confirmRetirementChoices .circleContainer {
    clear: both;
    float: none;
    margin-top: 30px;
    position: static;
  }

  .confirmRetirementChoices .circleContainer .circle {
    padding-top: 3%;
  }
}

@media only screen and (max-width: 640px) and (min-width: 401px) {
  .confirmRetirementChoices .confirmRetirementChoices .big-box h2 {
    font-size: 20px !important;
  }

  .confirmRetirementChoices .confirmRetirementChoices .final-step {
    right: 2px;
  }

  .confirmRetirementChoices .circle {
    float: none;
  }

  .confirmRetirementChoices .enrollanotherPlan span {
    font-size: 15px;
  }

  .confirmRetirementChoices .enrollanotherPlan p {
    font-size: 13px;
  }

  .confirmRetirementChoices #enrollNowBtn {
    margin-left: 30%;
  }

  .confirmRetirementChoices .annualIncreaseRow .omToolRightBorder {
    border-right: none;
  }
}

@media only screen and (max-width: 401px) and (min-width: 141px) {
  .confirmRetirementChoices .big-box h2 {
    font-size: 20px !important;
  }

  .confirmRetirementChoices .final-step {
    right: 2px;
  }

  .confirmRetirementChoices .investmentMessage {
    max-width: 50%;
  }
}

@media only screen and (max-width: 40em) {
  .confirmRetirementChoices .row.investmentMessage,
  .confirmRetirementChoices .investmentMessage.voya-components-estimated-income {
    max-width: 100%;
  }

  .confirmRetirementChoices .row.investmentMessage .small-offset-1,
  .confirmRetirementChoices .investmentMessage.voya-components-estimated-income .small-offset-1 {
    margin-left: 4% !important;
  }
}

.confirmRetirementChoices .om-card-contributions__input {
  width: 340px;
  text-decoration: none;
}

.confirmRetirementChoices .om-card-contributions__input .voya-field__error-cell {
  font-size: 13px;
}

.confirmRetirementChoices .is-sources-group .voya-fund-item {
  font-size: 18px;
}

.confirmRetirementChoices .is-sources-group .voya-fund-item .voya-fund-color {
  width: 18px;
  height: 18px;
}

.confirmRetirementChoices .is-sources-group .voya-fund-item .voya-fund-item-header .voya-fund-percent {
  text-align: left;
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
}

.confirmRetirementChoices .is-sources-group .voya-fund-name {
  padding-top: 0;
}

.confirmRetirementChoices .is-sources-group .voya-fund-list .voya-fund-color {
  display: inline-block;
}

.confirmRetirementChoices .is-sources-group .voya-fund-list .voya-fund-percent {
  line-height: 1.8;
}

.confirmRetirementChoices .is-sources-group .portfolioCompletenessContainer {
  height: 200px;
  position: relative;
}

.confirmRetirementChoices .is-sources-group .portfolioCompletenessContainer .portfolioCompleteness {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

#hiddenOM .voya-components-estimated-income .value.teal {
  font-size: 47px;
}

.confirmRetirementChoices .beneDetails {
  font-family: Proxima Nova Regular !important;
}

.myBeneTitle {
  margin-bottom: 30px !important;
}

.titleSpacer {
  font-size: 22px !important;
  font-weight: normal !important;
}

.contentSpacer {
  font-weight: normal;
}

.myBeneContent {
  font-size: 18px !important;
  color: #333333 !important;
  font-family: Proxima Nova Regular !important;
}

.voya-fund-name {
  max-width: 80% !important;
}

.title-primary {
  padding-bottom: 10px;
  font-size: 16px !important;
}

.voya-invest-fund-content-font-style {
  font-family: "ProximaNova-Semibold", "Proxima Nova Semibold", "Proxima Nova";
  font-weight: 650;
  font-style: normal;
  font-size: 25px;
  margin-left: 15px;
}

@media only screen and (max-width: 40em) {
  .confirmRetirementChoices .big-box {
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .confirmRetirementChoices .big-box .confirm-retchoices_mobile-title {
    border-bottom: 1px solid #c3c3c3;
    padding-bottom: 10px;
  }

  .confirmRetirementChoices .big-box .bubbleView .circleContainer {
    text-align: center;
  }

  .confirmRetirementChoices .big-box .bubbleView .leftView {
    padding: 0px;
  }

  .confirmRetirementChoices .big-box .investmentFund {
    padding: 0px;
  }

  .confirmRetirementChoices .feReviewText-web-only {
    display: none;
  }

  .confirmRetirementChoices .feReviewText-mobile-only {
    display: block;
  }

  .confirmRetirementChoices .feReviewText-mobile-only .voya-expand-collapse__header {
    background-color: white !important;
  }

  .confirmRetirementChoices .feReviewText-mobile-only .voya-expand-collapse__header .voya-expand-collapse__header-icon {
    float: left;
  }

  .confirmRetirementChoices li.voya-fund-item.feAdvice .text-right {
    padding: 0px 50px 20px;
    text-align: center;
  }

  .confirmRetirementChoices .voya-asset-class.teal-text-gray-color {
    color: #333333 !important;
    border-bottom: 1px solid #333333;
  }

  .confirmRetirementChoices .fund-list-mobile-only {
    padding: 0px;
  }

  .confirmRetirementChoices .voya-fund-name {
    max-width: 200px !important;
  }

  .confirmRetirementChoices .fund-fact-sheet .voya-fund-name {
    max-width: 70% !important;
    margin: 0px;
  }

  .confirmRetirementChoices .fund-fact-sheet .voya-fund-percent {
    max-width: 30% !important;
    padding-top: 9px;
  }

  .confirmRetirementChoices #hiddenOM.showing #omDollarGraphRegion label {
    font-size: 16px;
  }

  .confirmRetirementChoices #hiddenOM.showing .value {
    font-size: 22px;
    line-height: 22px;
  }

  .confirmRetirementChoices #hiddenOM.showing .value sup {
    font-size: 16px;
    line-height: 16px;
    top: 5px;
  }

  .confirmRetirementChoices #hiddenOM.showing .value.large {
    font-size: 22px;
  }

  .confirmRetirementChoices #hiddenOM.showing .value.large sup {
    top: 8px;
    font-size: 16px;
    line-height: 16px;
  }

  .confirmRetirementChoices #hiddenOM.showing .value.teal {
    font-size: 22px;
  }

  .confirmRetirementChoices #hiddenOM.showing .income-information .income-information__values {
    padding-left: 12px;
  }

  .confirmRetirementChoices #hiddenOM.showing .you-are-on-track {
    font-size: 20px;
  }

  .confirmRetirementChoices #hiddenOM.showing .quickEnroll-pagelet .pagelet-subtitle-main {
    margin-bottom: -80px;
  }

  .confirmRetirementChoices #hiddenOM.showing h2 .text-center .gray {
    margin-top: 0px !important;
    font-size: small;
  }

  .confirmRetirementChoices #hiddenOM.showing .income-information__values,
  .confirmRetirementChoices #hiddenOM.showing .income-information__sub-links {
    margin-left: 0px;
  }

  .confirmRetirementChoices #hiddenOM.showing .income-information__values a,
  .confirmRetirementChoices #hiddenOM.showing .income-information__sub-links a {
    font-size: small;
  }

  .confirmRetirementChoices #enrollNowBtn {
    margin-left: 30px;
  }

  .confirmRetirementChoices .circle {
    float: none;
  }

  .confirmRetirementChoices .om-card-annual-increase li.value {
    font-size: 36px;
  }

  .confirmRetirementChoices .om-card-annual-increase li.decrease,
  .confirmRetirementChoices .om-card-annual-increase li.increase {
    height: 32px;
    width: 32px;
    font-size: 24px;
    padding-left: 9px;
  }

  .confirmRetirementChoices .annualIncreaseRow .omToolRightBorder {
    border-right: none;
  }

  .confirmRetirementChoices .chartTitle .title {
    font-size: 32px;
  }

  .optInMessage {
    left: 0px !important;
    float: left !important;
  }

  .optInMessage #txtSetDate {
    left: 20px;
  }

  .optInMessage .startDateContainer {
    left: 20px;
    top: 10px;
  }
}

@media only screen and (min-width:40.0625em) and (max-width:64em) {
  .confirmRetirementChoices .big-box {
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .confirmRetirementChoices .big-box .bubbleView .circleContainer {
    text-align: center;
  }

  .confirmRetirementChoices .big-box .bubbleView .leftView {
    padding: 0px;
  }

  .confirmRetirementChoices .big-box .investmentFund {
    padding: 0px;
  }

  .confirmRetirementChoices li.voya-fund-item.feAdvice .text-right {
    text-align: right;
    padding: 0px 90px 20px;
  }

  .confirmRetirementChoices .voya-asset-class.teal-text-gray-color {
    color: #333333 !important;
    border-bottom: 1px solid #333333;
  }

  .optInMessage .startDateContainer {
    top: 5px;
  }

  .fund-list-mobile-only {
    padding: 0px;
  }

  .fund-fact-sheet .voya-fund-name {
    max-width: 70% !important;
  }

  .fund-fact-sheet .voya-fund-percent {
    max-width: 30% !important;
    padding-top: 9px;
  }
}

.viewZipError {
  color: #B30000;
  line-height: 2;
  padding: 0 3px;
}

.viewZipUS_error {
  display: block;
  color: #B30000;
  padding: 1px 0px;
  background-color: transparent;
  margin-top: 1px;
}

.whyEmail-pagelet {
  max-width: 740px;
  height: auto;
  padding: 30px 40px;
  color: #333333;
  font-size: 16px;
  font-family: "Arial";
}

.whyEmail-pagelet .whyEmailButtonContainer {
  width: 100%;
  text-align: center;
}

.whyEmail-pagelet #closeMarkSpan {
  float: right;
}

.whyEmail-pagelet h1 {
  font-family: "Proxima Nova Light", Arial, sans-serif;
  font-size: 28px;
  border-bottom: 1px solid #c3c3c3;
  margin-top: 40px;
}

.whyEmail-pagelet a {
  font-family: "Arial";
}