@charset "UTF-8";

@media only screen {
  .show-for-small-only,
  .show-for-small-up,
  .show-for-small,
  .show-for-small-down,
  .hide-for-medium-only,
  .hide-for-medium-up,
  .hide-for-medium,
  .show-for-medium-down,
  .hide-for-large-only,
  .hide-for-large-up,
  .hide-for-large,
  .show-for-large-down,
  .hide-for-xlarge-only,
  .hide-for-xlarge-up,
  .hide-for-xlarge,
  .show-for-xlarge-down,
  .hide-for-xxlarge-only,
  .hide-for-xxlarge-up,
  .hide-for-xxlarge,
  .show-for-xxlarge-down {
    display: inherit !important;
  }

  .hide-for-small-only,
  .hide-for-small-up,
  .hide-for-small,
  .hide-for-small-down,
  .show-for-medium-only,
  .show-for-medium-up,
  .show-for-medium,
  .hide-for-medium-down,
  .show-for-large-only,
  .show-for-large-up,
  .show-for-large,
  .hide-for-large-down,
  .show-for-xlarge-only,
  .show-for-xlarge-up,
  .show-for-xlarge,
  .hide-for-xlarge-down,
  .show-for-xxlarge-only,
  .show-for-xxlarge-up,
  .show-for-xxlarge,
  .hide-for-xxlarge-down {
    display: none !important;
  }

  .visible-for-small-only,
  .visible-for-small-up,
  .visible-for-small,
  .visible-for-small-down,
  .hidden-for-medium-only,
  .hidden-for-medium-up,
  .hidden-for-medium,
  .visible-for-medium-down,
  .hidden-for-large-only,
  .hidden-for-large-up,
  .hidden-for-large,
  .visible-for-large-down,
  .hidden-for-xlarge-only,
  .hidden-for-xlarge-up,
  .hidden-for-xlarge,
  .visible-for-xlarge-down,
  .hidden-for-xxlarge-only,
  .hidden-for-xxlarge-up,
  .hidden-for-xxlarge,
  .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  .hidden-for-small-only,
  .hidden-for-small-up,
  .hidden-for-small,
  .hidden-for-small-down,
  .visible-for-medium-only,
  .visible-for-medium-up,
  .visible-for-medium,
  .hidden-for-medium-down,
  .visible-for-large-only,
  .visible-for-large-up,
  .visible-for-large,
  .hidden-for-large-down,
  .visible-for-xlarge-only,
  .visible-for-xlarge-up,
  .visible-for-xlarge,
  .hidden-for-xlarge-down,
  .visible-for-xxlarge-only,
  .visible-for-xxlarge-up,
  .visible-for-xxlarge,
  .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }

  table.show-for-small-only,
  table.show-for-small-up,
  table.show-for-small,
  table.show-for-small-down,
  table.hide-for-medium-only,
  table.hide-for-medium-up,
  table.hide-for-medium,
  table.show-for-medium-down,
  table.hide-for-large-only,
  table.hide-for-large-up,
  table.hide-for-large,
  table.show-for-large-down,
  table.hide-for-xlarge-only,
  table.hide-for-xlarge-up,
  table.hide-for-xlarge,
  table.show-for-xlarge-down,
  table.hide-for-xxlarge-only,
  table.hide-for-xxlarge-up,
  table.hide-for-xxlarge,
  table.show-for-xxlarge-down {
    display: table !important;
  }

  thead.show-for-small-only,
  thead.show-for-small-up,
  thead.show-for-small,
  thead.show-for-small-down,
  thead.hide-for-medium-only,
  thead.hide-for-medium-up,
  thead.hide-for-medium,
  thead.show-for-medium-down,
  thead.hide-for-large-only,
  thead.hide-for-large-up,
  thead.hide-for-large,
  thead.show-for-large-down,
  thead.hide-for-xlarge-only,
  thead.hide-for-xlarge-up,
  thead.hide-for-xlarge,
  thead.show-for-xlarge-down,
  thead.hide-for-xxlarge-only,
  thead.hide-for-xxlarge-up,
  thead.hide-for-xxlarge,
  thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }

  tbody.show-for-small-only,
  tbody.show-for-small-up,
  tbody.show-for-small,
  tbody.show-for-small-down,
  tbody.hide-for-medium-only,
  tbody.hide-for-medium-up,
  tbody.hide-for-medium,
  tbody.show-for-medium-down,
  tbody.hide-for-large-only,
  tbody.hide-for-large-up,
  tbody.hide-for-large,
  tbody.show-for-large-down,
  tbody.hide-for-xlarge-only,
  tbody.hide-for-xlarge-up,
  tbody.hide-for-xlarge,
  tbody.show-for-xlarge-down,
  tbody.hide-for-xxlarge-only,
  tbody.hide-for-xxlarge-up,
  tbody.hide-for-xxlarge,
  tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }

  tr.show-for-small-only,
  tr.show-for-small-up,
  tr.show-for-small,
  tr.show-for-small-down,
  tr.hide-for-medium-only,
  tr.hide-for-medium-up,
  tr.hide-for-medium,
  tr.show-for-medium-down,
  tr.hide-for-large-only,
  tr.hide-for-large-up,
  tr.hide-for-large,
  tr.show-for-large-down,
  tr.hide-for-xlarge-only,
  tr.hide-for-xlarge-up,
  tr.hide-for-xlarge,
  tr.show-for-xlarge-down,
  tr.hide-for-xxlarge-only,
  tr.hide-for-xxlarge-up,
  tr.hide-for-xxlarge,
  tr.show-for-xxlarge-down {
    display: table-row;
  }

  th.show-for-small-only,
  td.show-for-small-only,
  th.show-for-small-up,
  td.show-for-small-up,
  th.show-for-small,
  td.show-for-small,
  th.show-for-small-down,
  td.show-for-small-down,
  th.hide-for-medium-only,
  td.hide-for-medium-only,
  th.hide-for-medium-up,
  td.hide-for-medium-up,
  th.hide-for-medium,
  td.hide-for-medium,
  th.show-for-medium-down,
  td.show-for-medium-down,
  th.hide-for-large-only,
  td.hide-for-large-only,
  th.hide-for-large-up,
  td.hide-for-large-up,
  th.hide-for-large,
  td.hide-for-large,
  th.show-for-large-down,
  td.show-for-large-down,
  th.hide-for-xlarge-only,
  td.hide-for-xlarge-only,
  th.hide-for-xlarge-up,
  td.hide-for-xlarge-up,
  th.hide-for-xlarge,
  td.hide-for-xlarge,
  th.show-for-xlarge-down,
  td.show-for-xlarge-down,
  th.hide-for-xxlarge-only,
  td.hide-for-xxlarge-only,
  th.hide-for-xxlarge-up,
  td.hide-for-xxlarge-up,
  th.hide-for-xxlarge,
  td.hide-for-xxlarge,
  th.show-for-xxlarge-down,
  td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}

/* medium displays */

@media only screen and (min-width: 40.0625em) {
  .hide-for-small-only,
  .show-for-small-up,
  .hide-for-small,
  .hide-for-small-down,
  .show-for-medium-only,
  .show-for-medium-up,
  .show-for-medium,
  .show-for-medium-down,
  .hide-for-large-only,
  .hide-for-large-up,
  .hide-for-large,
  .show-for-large-down,
  .hide-for-xlarge-only,
  .hide-for-xlarge-up,
  .hide-for-xlarge,
  .show-for-xlarge-down,
  .hide-for-xxlarge-only,
  .hide-for-xxlarge-up,
  .hide-for-xxlarge,
  .show-for-xxlarge-down {
    display: inherit !important;
  }

  .show-for-small-only,
  .hide-for-small-up,
  .show-for-small,
  .show-for-small-down,
  .hide-for-medium-only,
  .hide-for-medium-up,
  .hide-for-medium,
  .hide-for-medium-down,
  .show-for-large-only,
  .show-for-large-up,
  .show-for-large,
  .hide-for-large-down,
  .show-for-xlarge-only,
  .show-for-xlarge-up,
  .show-for-xlarge,
  .hide-for-xlarge-down,
  .show-for-xxlarge-only,
  .show-for-xxlarge-up,
  .show-for-xxlarge,
  .hide-for-xxlarge-down {
    display: none !important;
  }

  .hidden-for-small-only,
  .visible-for-small-up,
  .hidden-for-small,
  .hidden-for-small-down,
  .visible-for-medium-only,
  .visible-for-medium-up,
  .visible-for-medium,
  .visible-for-medium-down,
  .hidden-for-large-only,
  .hidden-for-large-up,
  .hidden-for-large,
  .visible-for-large-down,
  .hidden-for-xlarge-only,
  .hidden-for-xlarge-up,
  .hidden-for-xlarge,
  .visible-for-xlarge-down,
  .hidden-for-xxlarge-only,
  .hidden-for-xxlarge-up,
  .hidden-for-xxlarge,
  .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  .visible-for-small-only,
  .hidden-for-small-up,
  .visible-for-small,
  .visible-for-small-down,
  .hidden-for-medium-only,
  .hidden-for-medium-up,
  .hidden-for-medium,
  .hidden-for-medium-down,
  .visible-for-large-only,
  .visible-for-large-up,
  .visible-for-large,
  .hidden-for-large-down,
  .visible-for-xlarge-only,
  .visible-for-xlarge-up,
  .visible-for-xlarge,
  .hidden-for-xlarge-down,
  .visible-for-xxlarge-only,
  .visible-for-xxlarge-up,
  .visible-for-xxlarge,
  .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }

  table.hide-for-small-only,
  table.show-for-small-up,
  table.hide-for-small,
  table.hide-for-small-down,
  table.show-for-medium-only,
  table.show-for-medium-up,
  table.show-for-medium,
  table.show-for-medium-down,
  table.hide-for-large-only,
  table.hide-for-large-up,
  table.hide-for-large,
  table.show-for-large-down,
  table.hide-for-xlarge-only,
  table.hide-for-xlarge-up,
  table.hide-for-xlarge,
  table.show-for-xlarge-down,
  table.hide-for-xxlarge-only,
  table.hide-for-xxlarge-up,
  table.hide-for-xxlarge,
  table.show-for-xxlarge-down {
    display: table !important;
  }

  thead.hide-for-small-only,
  thead.show-for-small-up,
  thead.hide-for-small,
  thead.hide-for-small-down,
  thead.show-for-medium-only,
  thead.show-for-medium-up,
  thead.show-for-medium,
  thead.show-for-medium-down,
  thead.hide-for-large-only,
  thead.hide-for-large-up,
  thead.hide-for-large,
  thead.show-for-large-down,
  thead.hide-for-xlarge-only,
  thead.hide-for-xlarge-up,
  thead.hide-for-xlarge,
  thead.show-for-xlarge-down,
  thead.hide-for-xxlarge-only,
  thead.hide-for-xxlarge-up,
  thead.hide-for-xxlarge,
  thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }

  tbody.hide-for-small-only,
  tbody.show-for-small-up,
  tbody.hide-for-small,
  tbody.hide-for-small-down,
  tbody.show-for-medium-only,
  tbody.show-for-medium-up,
  tbody.show-for-medium,
  tbody.show-for-medium-down,
  tbody.hide-for-large-only,
  tbody.hide-for-large-up,
  tbody.hide-for-large,
  tbody.show-for-large-down,
  tbody.hide-for-xlarge-only,
  tbody.hide-for-xlarge-up,
  tbody.hide-for-xlarge,
  tbody.show-for-xlarge-down,
  tbody.hide-for-xxlarge-only,
  tbody.hide-for-xxlarge-up,
  tbody.hide-for-xxlarge,
  tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }

  tr.hide-for-small-only,
  tr.show-for-small-up,
  tr.hide-for-small,
  tr.hide-for-small-down,
  tr.show-for-medium-only,
  tr.show-for-medium-up,
  tr.show-for-medium,
  tr.show-for-medium-down,
  tr.hide-for-large-only,
  tr.hide-for-large-up,
  tr.hide-for-large,
  tr.show-for-large-down,
  tr.hide-for-xlarge-only,
  tr.hide-for-xlarge-up,
  tr.hide-for-xlarge,
  tr.show-for-xlarge-down,
  tr.hide-for-xxlarge-only,
  tr.hide-for-xxlarge-up,
  tr.hide-for-xxlarge,
  tr.show-for-xxlarge-down {
    display: table-row;
  }

  th.hide-for-small-only,
  td.hide-for-small-only,
  th.show-for-small-up,
  td.show-for-small-up,
  th.hide-for-small,
  td.hide-for-small,
  th.hide-for-small-down,
  td.hide-for-small-down,
  th.show-for-medium-only,
  td.show-for-medium-only,
  th.show-for-medium-up,
  td.show-for-medium-up,
  th.show-for-medium,
  td.show-for-medium,
  th.show-for-medium-down,
  td.show-for-medium-down,
  th.hide-for-large-only,
  td.hide-for-large-only,
  th.hide-for-large-up,
  td.hide-for-large-up,
  th.hide-for-large,
  td.hide-for-large,
  th.show-for-large-down,
  td.show-for-large-down,
  th.hide-for-xlarge-only,
  td.hide-for-xlarge-only,
  th.hide-for-xlarge-up,
  td.hide-for-xlarge-up,
  th.hide-for-xlarge,
  td.hide-for-xlarge,
  th.show-for-xlarge-down,
  td.show-for-xlarge-down,
  th.hide-for-xxlarge-only,
  td.hide-for-xxlarge-only,
  th.hide-for-xxlarge-up,
  td.hide-for-xxlarge-up,
  th.hide-for-xxlarge,
  td.hide-for-xxlarge,
  th.show-for-xxlarge-down,
  td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}

/* large displays */

@media only screen and (min-width: 64.0625em) {
  .hide-for-small-only,
  .show-for-small-up,
  .hide-for-small,
  .hide-for-small-down,
  .hide-for-medium-only,
  .show-for-medium-up,
  .hide-for-medium,
  .hide-for-medium-down,
  .show-for-large-only,
  .show-for-large-up,
  .show-for-large,
  .show-for-large-down,
  .hide-for-xlarge-only,
  .hide-for-xlarge-up,
  .hide-for-xlarge,
  .show-for-xlarge-down,
  .hide-for-xxlarge-only,
  .hide-for-xxlarge-up,
  .hide-for-xxlarge,
  .show-for-xxlarge-down {
    display: inherit !important;
  }

  .show-for-small-only,
  .hide-for-small-up,
  .show-for-small,
  .show-for-small-down,
  .show-for-medium-only,
  .hide-for-medium-up,
  .show-for-medium,
  .show-for-medium-down,
  .hide-for-large-only,
  .hide-for-large-up,
  .hide-for-large,
  .hide-for-large-down,
  .show-for-xlarge-only,
  .show-for-xlarge-up,
  .show-for-xlarge,
  .hide-for-xlarge-down,
  .show-for-xxlarge-only,
  .show-for-xxlarge-up,
  .show-for-xxlarge,
  .hide-for-xxlarge-down {
    display: none !important;
  }

  .hidden-for-small-only,
  .visible-for-small-up,
  .hidden-for-small,
  .hidden-for-small-down,
  .hidden-for-medium-only,
  .visible-for-medium-up,
  .hidden-for-medium,
  .hidden-for-medium-down,
  .visible-for-large-only,
  .visible-for-large-up,
  .visible-for-large,
  .visible-for-large-down,
  .hidden-for-xlarge-only,
  .hidden-for-xlarge-up,
  .hidden-for-xlarge,
  .visible-for-xlarge-down,
  .hidden-for-xxlarge-only,
  .hidden-for-xxlarge-up,
  .hidden-for-xxlarge,
  .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  .visible-for-small-only,
  .hidden-for-small-up,
  .visible-for-small,
  .visible-for-small-down,
  .visible-for-medium-only,
  .hidden-for-medium-up,
  .visible-for-medium,
  .visible-for-medium-down,
  .hidden-for-large-only,
  .hidden-for-large-up,
  .hidden-for-large,
  .hidden-for-large-down,
  .visible-for-xlarge-only,
  .visible-for-xlarge-up,
  .visible-for-xlarge,
  .hidden-for-xlarge-down,
  .visible-for-xxlarge-only,
  .visible-for-xxlarge-up,
  .visible-for-xxlarge,
  .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }

  table.hide-for-small-only,
  table.show-for-small-up,
  table.hide-for-small,
  table.hide-for-small-down,
  table.hide-for-medium-only,
  table.show-for-medium-up,
  table.hide-for-medium,
  table.hide-for-medium-down,
  table.show-for-large-only,
  table.show-for-large-up,
  table.show-for-large,
  table.show-for-large-down,
  table.hide-for-xlarge-only,
  table.hide-for-xlarge-up,
  table.hide-for-xlarge,
  table.show-for-xlarge-down,
  table.hide-for-xxlarge-only,
  table.hide-for-xxlarge-up,
  table.hide-for-xxlarge,
  table.show-for-xxlarge-down {
    display: table !important;
  }

  thead.hide-for-small-only,
  thead.show-for-small-up,
  thead.hide-for-small,
  thead.hide-for-small-down,
  thead.hide-for-medium-only,
  thead.show-for-medium-up,
  thead.hide-for-medium,
  thead.hide-for-medium-down,
  thead.show-for-large-only,
  thead.show-for-large-up,
  thead.show-for-large,
  thead.show-for-large-down,
  thead.hide-for-xlarge-only,
  thead.hide-for-xlarge-up,
  thead.hide-for-xlarge,
  thead.show-for-xlarge-down,
  thead.hide-for-xxlarge-only,
  thead.hide-for-xxlarge-up,
  thead.hide-for-xxlarge,
  thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }

  tbody.hide-for-small-only,
  tbody.show-for-small-up,
  tbody.hide-for-small,
  tbody.hide-for-small-down,
  tbody.hide-for-medium-only,
  tbody.show-for-medium-up,
  tbody.hide-for-medium,
  tbody.hide-for-medium-down,
  tbody.show-for-large-only,
  tbody.show-for-large-up,
  tbody.show-for-large,
  tbody.show-for-large-down,
  tbody.hide-for-xlarge-only,
  tbody.hide-for-xlarge-up,
  tbody.hide-for-xlarge,
  tbody.show-for-xlarge-down,
  tbody.hide-for-xxlarge-only,
  tbody.hide-for-xxlarge-up,
  tbody.hide-for-xxlarge,
  tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }

  tr.hide-for-small-only,
  tr.show-for-small-up,
  tr.hide-for-small,
  tr.hide-for-small-down,
  tr.hide-for-medium-only,
  tr.show-for-medium-up,
  tr.hide-for-medium,
  tr.hide-for-medium-down,
  tr.show-for-large-only,
  tr.show-for-large-up,
  tr.show-for-large,
  tr.show-for-large-down,
  tr.hide-for-xlarge-only,
  tr.hide-for-xlarge-up,
  tr.hide-for-xlarge,
  tr.show-for-xlarge-down,
  tr.hide-for-xxlarge-only,
  tr.hide-for-xxlarge-up,
  tr.hide-for-xxlarge,
  tr.show-for-xxlarge-down {
    display: table-row;
  }

  th.hide-for-small-only,
  td.hide-for-small-only,
  th.show-for-small-up,
  td.show-for-small-up,
  th.hide-for-small,
  td.hide-for-small,
  th.hide-for-small-down,
  td.hide-for-small-down,
  th.hide-for-medium-only,
  td.hide-for-medium-only,
  th.show-for-medium-up,
  td.show-for-medium-up,
  th.hide-for-medium,
  td.hide-for-medium,
  th.hide-for-medium-down,
  td.hide-for-medium-down,
  th.show-for-large-only,
  td.show-for-large-only,
  th.show-for-large-up,
  td.show-for-large-up,
  th.show-for-large,
  td.show-for-large,
  th.show-for-large-down,
  td.show-for-large-down,
  th.hide-for-xlarge-only,
  td.hide-for-xlarge-only,
  th.hide-for-xlarge-up,
  td.hide-for-xlarge-up,
  th.hide-for-xlarge,
  td.hide-for-xlarge,
  th.show-for-xlarge-down,
  td.show-for-xlarge-down,
  th.hide-for-xxlarge-only,
  td.hide-for-xxlarge-only,
  th.hide-for-xxlarge-up,
  td.hide-for-xxlarge-up,
  th.hide-for-xxlarge,
  td.hide-for-xxlarge,
  th.show-for-xxlarge-down,
  td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}

/* xlarge displays */

@media only screen and (min-width: 90.0625em) {
  .hide-for-small-only,
  .show-for-small-up,
  .hide-for-small,
  .hide-for-small-down,
  .hide-for-medium-only,
  .show-for-medium-up,
  .hide-for-medium,
  .hide-for-medium-down,
  .hide-for-large-only,
  .show-for-large-up,
  .hide-for-large,
  .hide-for-large-down,
  .show-for-xlarge-only,
  .show-for-xlarge-up,
  .show-for-xlarge,
  .show-for-xlarge-down,
  .hide-for-xxlarge-only,
  .hide-for-xxlarge-up,
  .hide-for-xxlarge,
  .show-for-xxlarge-down {
    display: inherit !important;
  }

  .show-for-small-only,
  .hide-for-small-up,
  .show-for-small,
  .show-for-small-down,
  .show-for-medium-only,
  .hide-for-medium-up,
  .show-for-medium,
  .show-for-medium-down,
  .show-for-large-only,
  .hide-for-large-up,
  .show-for-large,
  .show-for-large-down,
  .hide-for-xlarge-only,
  .hide-for-xlarge-up,
  .hide-for-xlarge,
  .hide-for-xlarge-down,
  .show-for-xxlarge-only,
  .show-for-xxlarge-up,
  .show-for-xxlarge,
  .hide-for-xxlarge-down {
    display: none !important;
  }

  .hidden-for-small-only,
  .visible-for-small-up,
  .hidden-for-small,
  .hidden-for-small-down,
  .hidden-for-medium-only,
  .visible-for-medium-up,
  .hidden-for-medium,
  .hidden-for-medium-down,
  .hidden-for-large-only,
  .visible-for-large-up,
  .hidden-for-large,
  .hidden-for-large-down,
  .visible-for-xlarge-only,
  .visible-for-xlarge-up,
  .visible-for-xlarge,
  .visible-for-xlarge-down,
  .hidden-for-xxlarge-only,
  .hidden-for-xxlarge-up,
  .hidden-for-xxlarge,
  .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  .visible-for-small-only,
  .hidden-for-small-up,
  .visible-for-small,
  .visible-for-small-down,
  .visible-for-medium-only,
  .hidden-for-medium-up,
  .visible-for-medium,
  .visible-for-medium-down,
  .visible-for-large-only,
  .hidden-for-large-up,
  .visible-for-large,
  .visible-for-large-down,
  .hidden-for-xlarge-only,
  .hidden-for-xlarge-up,
  .hidden-for-xlarge,
  .hidden-for-xlarge-down,
  .visible-for-xxlarge-only,
  .visible-for-xxlarge-up,
  .visible-for-xxlarge,
  .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }

  table.hide-for-small-only,
  table.show-for-small-up,
  table.hide-for-small,
  table.hide-for-small-down,
  table.hide-for-medium-only,
  table.show-for-medium-up,
  table.hide-for-medium,
  table.hide-for-medium-down,
  table.hide-for-large-only,
  table.show-for-large-up,
  table.hide-for-large,
  table.hide-for-large-down,
  table.show-for-xlarge-only,
  table.show-for-xlarge-up,
  table.show-for-xlarge,
  table.show-for-xlarge-down,
  table.hide-for-xxlarge-only,
  table.hide-for-xxlarge-up,
  table.hide-for-xxlarge,
  table.show-for-xxlarge-down {
    display: table !important;
  }

  thead.hide-for-small-only,
  thead.show-for-small-up,
  thead.hide-for-small,
  thead.hide-for-small-down,
  thead.hide-for-medium-only,
  thead.show-for-medium-up,
  thead.hide-for-medium,
  thead.hide-for-medium-down,
  thead.hide-for-large-only,
  thead.show-for-large-up,
  thead.hide-for-large,
  thead.hide-for-large-down,
  thead.show-for-xlarge-only,
  thead.show-for-xlarge-up,
  thead.show-for-xlarge,
  thead.show-for-xlarge-down,
  thead.hide-for-xxlarge-only,
  thead.hide-for-xxlarge-up,
  thead.hide-for-xxlarge,
  thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }

  tbody.hide-for-small-only,
  tbody.show-for-small-up,
  tbody.hide-for-small,
  tbody.hide-for-small-down,
  tbody.hide-for-medium-only,
  tbody.show-for-medium-up,
  tbody.hide-for-medium,
  tbody.hide-for-medium-down,
  tbody.hide-for-large-only,
  tbody.show-for-large-up,
  tbody.hide-for-large,
  tbody.hide-for-large-down,
  tbody.show-for-xlarge-only,
  tbody.show-for-xlarge-up,
  tbody.show-for-xlarge,
  tbody.show-for-xlarge-down,
  tbody.hide-for-xxlarge-only,
  tbody.hide-for-xxlarge-up,
  tbody.hide-for-xxlarge,
  tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }

  tr.hide-for-small-only,
  tr.show-for-small-up,
  tr.hide-for-small,
  tr.hide-for-small-down,
  tr.hide-for-medium-only,
  tr.show-for-medium-up,
  tr.hide-for-medium,
  tr.hide-for-medium-down,
  tr.hide-for-large-only,
  tr.show-for-large-up,
  tr.hide-for-large,
  tr.hide-for-large-down,
  tr.show-for-xlarge-only,
  tr.show-for-xlarge-up,
  tr.show-for-xlarge,
  tr.show-for-xlarge-down,
  tr.hide-for-xxlarge-only,
  tr.hide-for-xxlarge-up,
  tr.hide-for-xxlarge,
  tr.show-for-xxlarge-down {
    display: table-row;
  }

  th.hide-for-small-only,
  td.hide-for-small-only,
  th.show-for-small-up,
  td.show-for-small-up,
  th.hide-for-small,
  td.hide-for-small,
  th.hide-for-small-down,
  td.hide-for-small-down,
  th.hide-for-medium-only,
  td.hide-for-medium-only,
  th.show-for-medium-up,
  td.show-for-medium-up,
  th.hide-for-medium,
  td.hide-for-medium,
  th.hide-for-medium-down,
  td.hide-for-medium-down,
  th.hide-for-large-only,
  td.hide-for-large-only,
  th.show-for-large-up,
  td.show-for-large-up,
  th.hide-for-large,
  td.hide-for-large,
  th.hide-for-large-down,
  td.hide-for-large-down,
  th.show-for-xlarge-only,
  td.show-for-xlarge-only,
  th.show-for-xlarge-up,
  td.show-for-xlarge-up,
  th.show-for-xlarge,
  td.show-for-xlarge,
  th.show-for-xlarge-down,
  td.show-for-xlarge-down,
  th.hide-for-xxlarge-only,
  td.hide-for-xxlarge-only,
  th.hide-for-xxlarge-up,
  td.hide-for-xxlarge-up,
  th.hide-for-xxlarge,
  td.hide-for-xxlarge,
  th.show-for-xxlarge-down,
  td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}

/* xxlarge displays */

@media only screen and (min-width: 120.0625em) {
  .hide-for-small-only,
  .show-for-small-up,
  .hide-for-small,
  .hide-for-small-down,
  .hide-for-medium-only,
  .show-for-medium-up,
  .hide-for-medium,
  .hide-for-medium-down,
  .hide-for-large-only,
  .show-for-large-up,
  .hide-for-large,
  .hide-for-large-down,
  .hide-for-xlarge-only,
  .show-for-xlarge-up,
  .hide-for-xlarge,
  .hide-for-xlarge-down,
  .show-for-xxlarge-only,
  .show-for-xxlarge-up,
  .show-for-xxlarge,
  .show-for-xxlarge-down {
    display: inherit !important;
  }

  .show-for-small-only,
  .hide-for-small-up,
  .show-for-small,
  .show-for-small-down,
  .show-for-medium-only,
  .hide-for-medium-up,
  .show-for-medium,
  .show-for-medium-down,
  .show-for-large-only,
  .hide-for-large-up,
  .show-for-large,
  .show-for-large-down,
  .show-for-xlarge-only,
  .hide-for-xlarge-up,
  .show-for-xlarge,
  .show-for-xlarge-down,
  .hide-for-xxlarge-only,
  .hide-for-xxlarge-up,
  .hide-for-xxlarge,
  .hide-for-xxlarge-down {
    display: none !important;
  }

  .hidden-for-small-only,
  .visible-for-small-up,
  .hidden-for-small,
  .hidden-for-small-down,
  .hidden-for-medium-only,
  .visible-for-medium-up,
  .hidden-for-medium,
  .hidden-for-medium-down,
  .hidden-for-large-only,
  .visible-for-large-up,
  .hidden-for-large,
  .hidden-for-large-down,
  .hidden-for-xlarge-only,
  .visible-for-xlarge-up,
  .hidden-for-xlarge,
  .hidden-for-xlarge-down,
  .visible-for-xxlarge-only,
  .visible-for-xxlarge-up,
  .visible-for-xxlarge,
  .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  .visible-for-small-only,
  .hidden-for-small-up,
  .visible-for-small,
  .visible-for-small-down,
  .visible-for-medium-only,
  .hidden-for-medium-up,
  .visible-for-medium,
  .visible-for-medium-down,
  .visible-for-large-only,
  .hidden-for-large-up,
  .visible-for-large,
  .visible-for-large-down,
  .visible-for-xlarge-only,
  .hidden-for-xlarge-up,
  .visible-for-xlarge,
  .visible-for-xlarge-down,
  .hidden-for-xxlarge-only,
  .hidden-for-xxlarge-up,
  .hidden-for-xxlarge,
  .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }

  table.hide-for-small-only,
  table.show-for-small-up,
  table.hide-for-small,
  table.hide-for-small-down,
  table.hide-for-medium-only,
  table.show-for-medium-up,
  table.hide-for-medium,
  table.hide-for-medium-down,
  table.hide-for-large-only,
  table.show-for-large-up,
  table.hide-for-large,
  table.hide-for-large-down,
  table.hide-for-xlarge-only,
  table.show-for-xlarge-up,
  table.hide-for-xlarge,
  table.hide-for-xlarge-down,
  table.show-for-xxlarge-only,
  table.show-for-xxlarge-up,
  table.show-for-xxlarge,
  table.show-for-xxlarge-down {
    display: table !important;
  }

  thead.hide-for-small-only,
  thead.show-for-small-up,
  thead.hide-for-small,
  thead.hide-for-small-down,
  thead.hide-for-medium-only,
  thead.show-for-medium-up,
  thead.hide-for-medium,
  thead.hide-for-medium-down,
  thead.hide-for-large-only,
  thead.show-for-large-up,
  thead.hide-for-large,
  thead.hide-for-large-down,
  thead.hide-for-xlarge-only,
  thead.show-for-xlarge-up,
  thead.hide-for-xlarge,
  thead.hide-for-xlarge-down,
  thead.show-for-xxlarge-only,
  thead.show-for-xxlarge-up,
  thead.show-for-xxlarge,
  thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }

  tbody.hide-for-small-only,
  tbody.show-for-small-up,
  tbody.hide-for-small,
  tbody.hide-for-small-down,
  tbody.hide-for-medium-only,
  tbody.show-for-medium-up,
  tbody.hide-for-medium,
  tbody.hide-for-medium-down,
  tbody.hide-for-large-only,
  tbody.show-for-large-up,
  tbody.hide-for-large,
  tbody.hide-for-large-down,
  tbody.hide-for-xlarge-only,
  tbody.show-for-xlarge-up,
  tbody.hide-for-xlarge,
  tbody.hide-for-xlarge-down,
  tbody.show-for-xxlarge-only,
  tbody.show-for-xxlarge-up,
  tbody.show-for-xxlarge,
  tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }

  tr.hide-for-small-only,
  tr.show-for-small-up,
  tr.hide-for-small,
  tr.hide-for-small-down,
  tr.hide-for-medium-only,
  tr.show-for-medium-up,
  tr.hide-for-medium,
  tr.hide-for-medium-down,
  tr.hide-for-large-only,
  tr.show-for-large-up,
  tr.hide-for-large,
  tr.hide-for-large-down,
  tr.hide-for-xlarge-only,
  tr.show-for-xlarge-up,
  tr.hide-for-xlarge,
  tr.hide-for-xlarge-down,
  tr.show-for-xxlarge-only,
  tr.show-for-xxlarge-up,
  tr.show-for-xxlarge,
  tr.show-for-xxlarge-down {
    display: table-row;
  }

  th.hide-for-small-only,
  td.hide-for-small-only,
  th.show-for-small-up,
  td.show-for-small-up,
  th.hide-for-small,
  td.hide-for-small,
  th.hide-for-small-down,
  td.hide-for-small-down,
  th.hide-for-medium-only,
  td.hide-for-medium-only,
  th.show-for-medium-up,
  td.show-for-medium-up,
  th.hide-for-medium,
  td.hide-for-medium,
  th.hide-for-medium-down,
  td.hide-for-medium-down,
  th.hide-for-large-only,
  td.hide-for-large-only,
  th.show-for-large-up,
  td.show-for-large-up,
  th.hide-for-large,
  td.hide-for-large,
  th.hide-for-large-down,
  td.hide-for-large-down,
  th.hide-for-xlarge-only,
  td.hide-for-xlarge-only,
  th.show-for-xlarge-up,
  td.show-for-xlarge-up,
  th.hide-for-xlarge,
  td.hide-for-xlarge,
  th.hide-for-xlarge-down,
  td.hide-for-xlarge-down,
  th.show-for-xxlarge-only,
  td.show-for-xxlarge-only,
  th.show-for-xxlarge-up,
  td.show-for-xxlarge-up,
  th.show-for-xxlarge,
  td.show-for-xxlarge,
  th.show-for-xxlarge-down,
  td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}

/* Orientation targeting */

.show-for-landscape,
.hide-for-portrait {
  display: inherit !important;
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

/* Specific visibility for tables */

table.hide-for-landscape,
table.show-for-portrait {
  display: table !important;
}

thead.hide-for-landscape,
thead.show-for-portrait {
  display: table-header-group !important;
}

tbody.hide-for-landscape,
tbody.show-for-portrait {
  display: table-row-group !important;
}

tr.hide-for-landscape,
tr.show-for-portrait {
  display: table-row !important;
}

td.hide-for-landscape,
td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
  display: table-cell !important;
}

@media only screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important;
  }

  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }

  /* Specific visibility for tables */

  table.show-for-landscape,
  table.hide-for-portrait {
    display: table !important;
  }

  thead.show-for-landscape,
  thead.hide-for-portrait {
    display: table-header-group !important;
  }

  tbody.show-for-landscape,
  tbody.hide-for-portrait {
    display: table-row-group !important;
  }

  tr.show-for-landscape,
  tr.hide-for-portrait {
    display: table-row !important;
  }

  td.show-for-landscape,
  td.hide-for-portrait,
  th.show-for-landscape,
  th.hide-for-portrait {
    display: table-cell !important;
  }
}

@media only screen and (orientation: portrait) {
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important;
  }

  .hide-for-portrait,
  .show-for-landscape {
    display: none !important;
  }

  /* Specific visibility for tables */

  table.show-for-portrait,
  table.hide-for-landscape {
    display: table !important;
  }

  thead.show-for-portrait,
  thead.hide-for-landscape {
    display: table-header-group !important;
  }

  tbody.show-for-portrait,
  tbody.hide-for-landscape {
    display: table-row-group !important;
  }

  tr.show-for-portrait,
  tr.hide-for-landscape {
    display: table-row !important;
  }

  td.show-for-portrait,
  td.hide-for-landscape,
  th.show-for-portrait,
  th.hide-for-landscape {
    display: table-cell !important;
  }
}

/* Touch-enabled device targeting */

.show-for-touch {
  display: none !important;
}

.hide-for-touch {
  display: inherit !important;
}

.touch .show-for-touch {
  display: inherit !important;
}

.touch .hide-for-touch {
  display: none !important;
}

/* Specific visibility for tables */

table.hide-for-touch {
  display: table !important;
}

.touch table.show-for-touch {
  display: table !important;
}

thead.hide-for-touch {
  display: table-header-group !important;
}

.touch thead.show-for-touch {
  display: table-header-group !important;
}

tbody.hide-for-touch {
  display: table-row-group !important;
}

.touch tbody.show-for-touch {
  display: table-row-group !important;
}

tr.hide-for-touch {
  display: table-row !important;
}

.touch tr.show-for-touch {
  display: table-row !important;
}

td.hide-for-touch {
  display: table-cell !important;
}

.touch td.show-for-touch {
  display: table-cell !important;
}

th.hide-for-touch {
  display: table-cell !important;
}

.touch th.show-for-touch {
  display: table-cell !important;
}

/* Screen reader-specific classes */

.show-for-sr {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

.show-on-focus {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

.show-on-focus:focus,
.show-on-focus:active {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
}

/* Print visibility */

.print-only,
.show-for-print {
  display: none !important;
}

@media print {
  .print-only,
  .show-for-print {
    display: block !important;
  }

  .hide-on-print,
  .hide-for-print {
    display: none !important;
  }

  table.show-for-print {
    display: table !important;
  }

  thead.show-for-print {
    display: table-header-group !important;
  }

  tbody.show-for-print {
    display: table-row-group !important;
  }

  tr.show-for-print {
    display: table-row !important;
  }

  td.show-for-print {
    display: table-cell !important;
  }

  th.show-for-print {
    display: table-cell !important;
  }
}

.accordion {
  margin-bottom: 0;
  margin-left: 0;
}

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

.accordion:after {
  clear: both;
}

.accordion .accordion-navigation,
.accordion dd {
  display: block;
  margin-bottom: 0 !important;
}

.accordion .accordion-navigation.active > a,
.accordion dd.active > a {
  background: #e8e8e8;
  color: #222222;
}

.accordion .accordion-navigation > a,
.accordion dd > a {
  background: #EFEFEF;
  color: #222222;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1rem;
  padding: 1rem;
}

.accordion .accordion-navigation > a:hover,
.accordion dd > a:hover {
  background: #e3e3e3;
}

.accordion .accordion-navigation > .content,
.accordion dd > .content {
  display: none;
  padding: 0.9375rem;
}

.accordion .accordion-navigation > .content.active,
.accordion dd > .content.active {
  background: #FFF;
  display: block;
}

body {
  background: #F5F5F5;
  font-family: "Arial";
  font-weight: normal;
  font-size: 16px;
  line-height: 1.42857;
  margin: 0px;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

#closeMarkSpan {
  text-align: right;
}

#closeMark {
  font-size: 22px;
  color: #767676 !important;
  cursor: pointer;
}

.modal-close {
  color: #767676 !important;
  position: absolute;
  top: 15px;
  right: 15px;
}

.aameRiskModal .controls-column {
  position: relative;
  bottom: 20px;
}

.aameRiskModal #print {
  top: 0px;
  padding-right: 11px;
}

.aameRiskModal .controls {
  position: relative;
  float: right;
  top: 0px;
  left: 0px;
}

.disable-link {
  color: #333333 !important;
  text-decoration: none !important;
  cursor: text !important;
}

.disable-link:hover {
  cursor: text !important;
}

.voya-modal-enrollment-video {
  padding: 0;
  width: 644px;
  height: 361px;
}

.voya-modal-enrollment-video .video-container {
  width: 100%;
  padding-bottom: 0;
}

.voya-modal-enrollment-video .video-container .inner-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.voya-modal-enrollment-video .kWidgetIframeContainer {
  height: 95%;
  position: relative;
  top: 10px;
}

.voya-modal-why-email {
  max-width: 750px;
  padding: 0px 10px 10px 10px;
}

.voya-modal-ira-compare {
  max-width: 825px;
  min-width: 320px;
}

.voya-modal-ira-compare img {
  min-height: 450px;
  width: 100%;
}

.voya-modal-ira-compare #closeIRAModal {
  margin-top: 30px;
}

.voya-modal-ira-compare .button-center {
  text-align: center;
}

.model-portfolio-modal .aameModalHeader {
  font-size: 20px;
  margin-top: 20px;
}

.model-portfolio-modal .aameModalText {
  margin-top: 20px;
}

.model-portfolio-modal .centerButtonContainer {
  margin-top: 60px;
}

.model-portfolio-modal #aameFundTotalNot100 {
  display: none;
}

.voya-modal-aame-risk {
  max-width: 1200px;
}

.voya-modal-aame-risk.not100 {
  max-width: 800px;
}

.voya-modal-aame-risk .backButtonContainer {
  margin-left: -31px;
}

.voya-modal-aame-risk .centerButtonContainer {
  text-align: center;
  padding-top: 20px;
}

.voya-modal-aame-risk #aameFundTotalNot100 {
  display: none;
}

.voya-modal-aame-risk #aameFundTotalNot100 .tryAgain {
  padding: 10px 0px 100px 15px;
}

.voya-modal-aame-risk #termsAndConditionsAAMEModal {
  display: none;
  height: 900px;
}

.voya-modal-aame-risk #termsAndConditionsAAMEModal .agreeText {
  position: absolute;
  left: 40px;
  max-width: 1140px !important;
  width: 1140px !important;
}

.voya-modal-aame-risk #termsAndConditionsAAMEModal .aameModalText,
.voya-modal-aame-risk #termsAndConditionsAAMEModal .tocHeader {
  padding-left: 0px !important;
}

.voya-modal-aame-risk #termsAndConditionsAAMEModal .aameModalTextLarge,
.voya-modal-aame-risk #termsAndConditionsAAMEModal .termsAndConditionsContainer {
  padding-left: 15px !important;
  margin: 0px !important;
}

.voya-modal-aame-risk #termsAndConditionsAAMEModal #tocContainer {
  position: relative;
  text-align: left;
  width: 100% !important;
  max-width: 1180px !important;
  padding-right: 0px !important;
  margin-right: 0px !important;
}

.voya-modal-aame-risk #termsAndConditionsAAMEModal .textareaContainer {
  padding: 20px 15px;
  margin-left: 15px !important;
  max-height: 400px;
  max-width: 1180px !important;
  overflow: scroll;
  border: solid 1px #cccccc;
}

.voya-modal-aame-risk #termsAndConditionsAAMEModal .textareaContainer label {
  padding-left: 0px !important;
  margin: 0px !important;
}

.voya-modal-aame-risk #termsAndConditionsAAMEModal .checkboxContainer {
  padding: 0;
}

.voya-modal-aame-risk #termsAndConditionsAAMEModal #aameModalTermsAndConditionsContainer {
  width: 100%;
  height: 400px;
  font-family: Times New Roman, Times, serif;
}

.voya-modal-aame-risk #termsAndConditionsAAMEModal .leftButtonContainer {
  text-align: right;
}

.voya-modal-aame-risk #termsAndConditionsAAMEModal .actionButtonContainer {
  margin-left: -8.3333%;
}

.voya-modal-aame-risk #termsAndConditionsAAMEModal .feeActionButtonContainer {
  padding-top: 20px;
  padding-bottom: 20px;
}

.voya-modal-aame-risk #termsAndConditionsAAMEModal .rightButtonContainer {
  text-align: left;
}

.voya-modal-aame-risk #termsAndConditionsAAMEModal .rightButtonContainer .inactive {
  background: none !important;
  background-color: #CCCCCC !important;
}

.voya-modal-aame-risk #termsAndConditionsAAMEModal .rightButtonContainer .error {
  font-size: 14px;
}

.voya-modal-aame-risk #termsAndConditionsAAMEModal #acknowledge {
  margin-top: 20px;
}

.voya-modal-aame-risk .aameModalText,
.voya-modal-aame-risk .aameModalTextLarge {
  margin-top: 10px !important;
  padding: 5px 20px 0px !important;
  font-size: 16px;
}

.voya-modal-aame-risk .aameModalTextLarge {
  font-size: 20px;
}

.voya-modal-aame-risk .row,
.voya-modal-aame-risk .voya-components-estimated-income {
  margin: 0px;
  width: 100%;
  max-width: 1200px;
}

.voya-modal-aame-risk .fundDetailsContainer {
  margin: 0px 20px 0px 10px;
}

.voya-modal-aame-risk .fundDetailsContainer #fundDetails {
  margin-top: 100px;
}

.voya-modal-aame-risk .print {
  text-align: right;
  top: 10px;
}

.voya-modal-aame-risk .summaryDonutChartContainer {
  max-width: 600px;
  height: 350px;
}

.voya-modal-aame-risk header {
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 10px;
  text-align: left;
  margin-bottom: 20px;
}

.voya-modal-aame-risk header .aameRisk {
  font-size: 28px;
}

.voya-modal-aame-risk .voya-fund-item {
  font-size: 30px;
  text-align: left;
  overflow: hidden;
}

.voya-modal-aame-risk .voya-fund-item .voya-fund-color {
  margin: 0 10px;
  height: 30px;
  width: 30px;
  border-radius: 15px;
  /* future proofing */
  -khtml-border-radius: 15px;
  /* for old Konqueror browsers */
  vertical-align: middle;
}

.voya-modal-aame-risk .voya-fund-item .voya-fund-percent {
  vertical-align: middle;
  min-width: 65px;
  text-align: center;
}

.voya-modal-aame-risk .voya-fund-item .voya-fund-percent sup {
  font-size: .5em;
}

.voya-modal-aame-risk .voya-fund-item .voya-fund-percent span {
  margin: 0 10px;
}

.voya-modal-aame-risk .voya-fund-item .voya-fund-name {
  padding-top: 6px;
  line-height: 30px;
  font-size: 20px;
  vertical-align: middle;
  text-align: left;
  margin: 0 10px;
  max-width: 500px;
}

.voya-modal-aame-risk .aameModalButtons {
  text-align: center;
  width: 100%;
  max-width: 100%;
  padding-top: 20px;
}

.voya-modal-aame-risk #closeAAMERiskModal {
  margin-right: 140px;
  left: 120px;
}

.voya-modal-model-portfolio-summary {
  max-width: 950px;
  padding: 20px;
}

.voya-modal-model-portfolio-summary .model-portfolio-modal .print {
  position: absolute;
  right: 31px;
  top: 0px;
}

.voya-modal-model-portfolio-summary .model-portfolio-modal .modal-close {
  top: 0px;
  right: 0px;
  float: right;
}

.voya-modal-model-portfolio-summary .model-portfolio-heading {
  border-bottom: 1px solid #c3c3c3;
}

.voya-modal-model-portfolio-summary .portfolio-fund-details {
  margin-bottom: 60px;
}

.voya-modal-model-portfolio-summary .model-portfolio-title {
  font-family: "Proxima Nova Light", Arial, sans-serif;
  font-size: 24px;
}

.voya-modal-model-portfolio-summary .chartTitle {
  position: absolute;
  top: 0;
  left: 11px;
}

.voya-modal-model-portfolio-summary .chartTitle .title {
  font-size: 34px;
  line-height: 1;
  margin-left: 4px;
}

.voya-modal-model-portfolio-summary .chartTitle .subtitle {
  font-size: 18px;
}

.voya-modal-model-portfolio-summary .voya-fund-item {
  font-size: 30px;
  text-align: left;
  overflow: hidden;
}

.voya-modal-model-portfolio-summary .voya-fund-item .fund-color {
  margin: 0 10px;
  height: 27px;
  width: 27px;
  position: relative;
  top: 33px;
  border-radius: 15px;
  /* future proofing */
  -khtml-border-radius: 15px;
  /* for old Konqueror browsers */
  vertical-align: middle;
}

.voya-modal-model-portfolio-summary .voya-fund-item .fund-details {
  padding-left: 60px;
  font-size: 18px;
}

.voya-modal-model-portfolio-summary .voya-fund-item .fund-details span {
  font-family: "Proxima Nova Bold", Arial, sans-serif;
}

.voya-modal-model-portfolio-summary .voya-fund-item .voya-fund-percent {
  vertical-align: middle;
  min-width: 65px;
  text-align: center;
}

.voya-modal-model-portfolio-summary .voya-fund-item .voya-fund-percent sup {
  font-size: .5em;
}

.voya-modal-model-portfolio-summary .voya-fund-item .voya-fund-percent span {
  margin: 0 10px;
}

.voya-modal-model-portfolio-summary .voya-fund-item .voya-fund-name {
  padding-top: 6px;
  line-height: 30px;
  font-size: 20px;
  vertical-align: middle;
  text-align: left;
  margin: 0 10px;
  max-width: 500px;
}

.voya-modal-model-portfolio-summary .model-portfolio-modal-controls {
  margin: 30px 0px;
}

.voya-modal-model-portfolio-summary .model-portfolio-modal-controls voya-button {
  margin-right: 4px;
}

.voya-modal-faq-styles {
  max-width: 1000px;
  text-align: left;
}

.voya-modal-faq-styles header {
  border-bottom: 1px solid #CCCCCC;
  text-align: left;
}

.voya-modal-faq-styles header h1 {
  font-size: 28px;
}

.voya-modal-faq-styles header .print {
  text-align: right;
  top: -20px;
}

.voya-modal-faq-styles h2 {
  padding: 0px;
  margin: 0px;
  font-size: 20px;
  line-height: 1;
}

.voya-modal-faq-styles h2,
.voya-modal-faq-styles p {
  margin-left: 35px;
}

.voya-modal-faq-styles li {
  margin-left: 40px;
}

.voya-modal-faq-styles .buttonsContainer {
  margin: 40px 0;
  clear: both;
}

h1.voya-enroll-page-title {
  font-weight: 300 !important;
  font-family: "Proxima Nova Light", Arial, sans-serif !important;
}

.voya-modal-how-we-got-your-number {
  padding-top: 20px;
}

.voya-modal-how-we-got-your-number .modal-close {
  position: static;
  float: right;
}

.voya-modal-how-we-got-your-number .print {
  margin-top: 10px;
  position: static;
}

.voya-modal-how-we-got-your-number > voya-expand-collapse:first-child {
  border-top: none;
}

.voya-modal-steps-to-save img {
  float: right;
  text-align: right;
  margin: 20px 0px 20px 20px;
}

.voya-modal-steps-to-save .italics {
  font-style: italic;
}

.voya-modal-steps-to-save .accordionText {
  display: none;
  padding: 10px 0px;
}

.voya-modal-steps-to-save .accordionText.expandedText {
  display: block;
}

.voya-modal-steps-to-save #start-here-text {
  display: block;
}

.voya-modal-steps-to-save #start-here {
  border-top: none;
}

.voya-modal-steps-to-save .expandAll {
  font-weight: 800;
  cursor: pointer;
  margin-top: 10px;
  font-size: 14px;
}

.tablealign {
  padding: 5px;
}

.voya-modal-advice-available,
.voya-modal-fe-advice-available {
  max-width: 900px;
  text-align: center;
  border-collapse: separate;
  border-radius: 10px;
}

.voya-modal-advice-available .settingGoal,
.voya-modal-fe-advice-available .settingGoal {
  font-size: 34px;
  font-family: "Proxima Nova Light", Arial, sans-serif;
  line-height: 34px;
  padding: 0 0 10px;
}

.voya-modal-advice-available .spanish-only,
.voya-modal-fe-advice-available .spanish-only {
  text-align: left;
  margin: 0 0 10px 10px;
}

.voya-modal-advice-available .fa-globe,
.voya-modal-fe-advice-available .fa-globe {
  font-size: 23px;
}

.voya-modal-advice-available #morningstar-docs-info,
.voya-modal-advice-available #financial-engine-disclosure,
.voya-modal-fe-advice-available #morningstar-docs-info,
.voya-modal-fe-advice-available #financial-engine-disclosure {
  display: inline;
  font-size: 18px;
  vertical-align: top;
}

.voya-modal-advice-available .professionalLearnMore,
.voya-modal-fe-advice-available .professionalLearnMore {
  color: #666666;
  font-size: 24px;
  line-height: 36px;
  font-family: "Arial";
  padding: 0 0 20px;
}

.voya-modal-advice-available .yourEmployer,
.voya-modal-fe-advice-available .yourEmployer {
  color: #888888;
  font-size: 22px;
  font-family: "Arial";
  line-height: 32px;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
}

.voya-modal-advice-available .titleBarContainer,
.voya-modal-fe-advice-available .titleBarContainer {
  display: none;
}

.voya-modal-advice-available #feDisclosures,
.voya-modal-fe-advice-available #feDisclosures {
  text-align: left;
  background-color: #F2F2F2;
  font-size: 14px;
}

.voya-modal-advice-available .advDisclaimer,
.voya-modal-fe-advice-available .advDisclaimer {
  padding: 20px 30px 60px 20px;
}

.voya-modal-advice-available .advDisclaimerAma,
.voya-modal-fe-advice-available .advDisclaimerAma {
  padding: 20px 30px 30px 20px;
}

.voya-modal-advice-available #advDisclosures,
.voya-modal-fe-advice-available #advDisclosures {
  text-align: left;
  background-color: #F2F2F2;
  font-size: 14px;
}

.voya-modal-advice-available #advDisclosuresAma,
.voya-modal-fe-advice-available #advDisclosuresAma {
  text-align: left;
  font-size: 14px;
}

.voya-modal-advice-available .financialEnginesOptInContainer .spanish-only,
.voya-modal-fe-advice-available .financialEnginesOptInContainer .spanish-only {
  margin-left: 0;
}

.voya-modal-advice-available .financialEnginesOptInContainer .feCaption,
.voya-modal-fe-advice-available .financialEnginesOptInContainer .feCaption {
  height: 130px;
  padding: 10px 40px 0px 0px;
}

.voya-modal-advice-available .financialEnginesOptInContainer .feImageContainer,
.voya-modal-fe-advice-available .financialEnginesOptInContainer .feImageContainer {
  padding-left: 40px;
}

.voya-modal-advice-available .financialEnginesOptInContainer .financialEnginesCaption,
.voya-modal-fe-advice-available .financialEnginesOptInContainer .financialEnginesCaption {
  padding: 0px 20px;
}

.voya-modal-advice-available .financialEnginesOptInContainer .wealth,
.voya-modal-fe-advice-available .financialEnginesOptInContainer .wealth {
  height: 60px;
}

.voya-modal-advice-available .financialEnginesOptInContainer .settingGoal,
.voya-modal-fe-advice-available .financialEnginesOptInContainer .settingGoal {
  font-size: 24px;
  text-align: left;
  border-bottom: 1px solid #EEEEEE;
  margin-bottom: 20px;
  font-family: "Proxima Nova Light", Arial, sans-serif;
}

.voya-modal-advice-available .financialEnginesOptInContainer .financialEnginesCallToAction,
.voya-modal-fe-advice-available .financialEnginesOptInContainer .financialEnginesCallToAction {
  margin-bottom: 20px;
  color: #F58000;
  font-size: 12px;
}

.voya-modal-advice-available .financialEnginesOptInContainer .buttonsContainer,
.voya-modal-fe-advice-available .financialEnginesOptInContainer .buttonsContainer {
  margin: 40px 0px;
}

.voya-modal-advice-available .financialEnginesOptInContainer #mlDisclosure,
.voya-modal-fe-advice-available .financialEnginesOptInContainer #mlDisclosure {
  text-align: left;
  margin: 20px 0px;
}

.voya-modal-advice-available .financialEnginesOptInContainer b,
.voya-modal-fe-advice-available .financialEnginesOptInContainer b {
  font-family: 'Proxima Nova Bold';
}

.voya-modal-advice-available .financialEnginesOptInContainer #feDisclosures,
.voya-modal-fe-advice-available .financialEnginesOptInContainer #feDisclosures {
  text-align: left;
  color: #000000;
}

.voya-modal-advice-available .financialEnginesOptInContainer #feDisclosures ul,
.voya-modal-fe-advice-available .financialEnginesOptInContainer #feDisclosures ul {
  list-style: square;
  color: #F58000;
  margin-right: 20px;
}

.voya-modal-advice-available .advContainer,
.voya-modal-fe-advice-available .advContainer {
  max-width: 1000px;
  margin: 0px auto;
}

.voya-modal-advice-available .advContainer .advCommon,
.voya-modal-fe-advice-available .advContainer .advCommon {
  text-align: left;
  padding: 20px;
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  margin: 20px 0;
}

.voya-modal-advice-available .advContainer .phoneContainer,
.voya-modal-fe-advice-available .advContainer .phoneContainer {
  text-align: left;
}

.voya-modal-advice-available .advContainer .phoneContainer .phoneHeader,
.voya-modal-fe-advice-available .advContainer .phoneContainer .phoneHeader {
  text-align: center;
  font-family: "Proxima Nova Semibold", Arial, sans-serif;
  font-size: 18px;
}

.voya-modal-advice-available .advContainer #phoneNumberContainer,
.voya-modal-fe-advice-available .advContainer #phoneNumberContainer {
  margin-bottom: 20px;
}

.voya-modal-advice-available .advContainer #closeMark,
.voya-modal-advice-available .advContainer .noOptOut,
.voya-modal-fe-advice-available .advContainer #closeMark,
.voya-modal-fe-advice-available .advContainer .noOptOut {
  display: none;
}

.voya-modal-advice-available .advContainer #investmentstrategy,
.voya-modal-advice-available .advContainer #potentialwealth,
.voya-modal-fe-advice-available .advContainer #investmentstrategy,
.voya-modal-fe-advice-available .advContainer #potentialwealth {
  margin-top: 15px;
}

.voya-modal-advice-available .advContainer .advCaption,
.voya-modal-fe-advice-available .advContainer .advCaption {
  height: 130px;
  padding: 30px 40px 0px 0px;
}

.voya-modal-advice-available .advContainer .advImageContainer,
.voya-modal-fe-advice-available .advContainer .advImageContainer {
  padding-left: 40px;
}

.voya-modal-advice-available .advContainer .phone-phoneType__Container,
.voya-modal-fe-advice-available .advContainer .phone-phoneType__Container {
  margin: 0px auto;
}

.voya-modal-advice-available .advContainer .advCommonCaption,
.voya-modal-fe-advice-available .advContainer .advCommonCaption {
  padding: 0px 20px;
}

.voya-modal-advice-available .advContainer .advHeadingIps,
.voya-modal-fe-advice-available .advContainer .advHeadingIps {
  color: #666666 !important;
  margin: 0px auto;
  font-size: 35px;
  font-family: "Proxima Nova Light", Arial, sans-serif;
  padding-top: 15px;
}

.voya-modal-advice-available .advContainer .advSectionDivider,
.voya-modal-fe-advice-available .advContainer .advSectionDivider {
  border-bottom: 1px solid #EEEEEE;
}

.voya-modal-advice-available .advContainer .advHeadingSectionDivider,
.voya-modal-fe-advice-available .advContainer .advHeadingSectionDivider {
  border-top: 1px solid #EEEEEE;
}

.voya-modal-advice-available .advContainer .settingGoal,
.voya-modal-fe-advice-available .advContainer .settingGoal {
  font-size: 28px !important;
  border: none !important;
  text-align: center;
  margin-bottom: 20px;
}

.voya-modal-advice-available .advContainer .advCallToAction,
.voya-modal-fe-advice-available .advContainer .advCallToAction {
  margin-bottom: 0px;
  margin-top: 20px;
  color: #F58000;
  text-align: center;
}

.voya-modal-advice-available .advContainer .buttonsContainer,
.voya-modal-fe-advice-available .advContainer .buttonsContainer {
  margin: 20px 0px;
}

.voya-modal-advice-available .advContainer #changeMind,
.voya-modal-advice-available .advContainer #mlDisclosure,
.voya-modal-fe-advice-available .advContainer #changeMind,
.voya-modal-fe-advice-available .advContainer #mlDisclosure {
  text-align: left;
  margin: 20px 0px;
}

.voya-modal-advice-available .advContainer strong,
.voya-modal-fe-advice-available .advContainer strong {
  font-family: 'Proxima Nova Bold';
}

.voya-modal-advice-available .advContainer .advDisclaimer,
.voya-modal-fe-advice-available .advContainer .advDisclaimer {
  padding: 20px 30px 60px 20px;
}

.voya-modal-advice-available .advContainer #advDisclosures,
.voya-modal-fe-advice-available .advContainer #advDisclosures {
  text-align: left;
  font-size: 14px;
}

.voya-modal-advice-available .advContainer #advDisclosures ul,
.voya-modal-fe-advice-available .advContainer #advDisclosures ul {
  list-style: square;
  color: #F58000;
  margin-right: 20px;
}

.voya-modal-advice-available .financialEnginesOptInContainer .phoneContainer,
.voya-modal-fe-advice-available .financialEnginesOptInContainer .phoneContainer {
  text-align: left;
}

.voya-modal-advice-available .financialEnginesOptInContainer .phoneContainer .phoneHeader,
.voya-modal-fe-advice-available .financialEnginesOptInContainer .phoneContainer .phoneHeader {
  text-align: center;
  font-family: "Proxima Nova Semibold", Arial, sans-serif;
  font-size: 18px;
}

.voya-modal-advice-available .financialEnginesOptInContainer #phoneNumberContainer,
.voya-modal-fe-advice-available .financialEnginesOptInContainer #phoneNumberContainer {
  margin-bottom: 20px;
}

.voya-modal-advice-available .financialEnginesOptInContainer .feSectionDivider,
.voya-modal-fe-advice-available .financialEnginesOptInContainer .feSectionDivider {
  border-bottom: 1px solid #EEEEEE;
  margin-top: 20px;
}

.voya-modal-advice-available .financialEnginesOptInContainer .settingGoal,
.voya-modal-fe-advice-available .financialEnginesOptInContainer .settingGoal {
  font-size: 28px;
  text-align: left;
}

.voya-modal-advice-available .financialEnginesOptInContainer .financialEnginesCallToAction,
.voya-modal-fe-advice-available .financialEnginesOptInContainer .financialEnginesCallToAction {
  font-family: "Proxima Nova Bold", Arial, sans-serif;
  margin-bottom: 0px;
  margin-top: 20px;
}

.voya-modal-advice-available .financialEnginesOptInContainer .buttonsContainer,
.voya-modal-fe-advice-available .financialEnginesOptInContainer .buttonsContainer {
  margin-bottom: 20px;
}

@media only screen and (max-width: 40em) {
  .voya-modal-advice-available .financialEnginesOptInContainer .buttonsContainer .control-wrapper,
  .voya-modal-fe-advice-available .financialEnginesOptInContainer .buttonsContainer .control-wrapper {
    margin-top: 15px;
  }
}

.voya-modal-advice-available .financialEnginesOptInContainer #changeMind,
.voya-modal-advice-available .financialEnginesOptInContainer #mlDisclosure,
.voya-modal-fe-advice-available .financialEnginesOptInContainer #changeMind,
.voya-modal-fe-advice-available .financialEnginesOptInContainer #mlDisclosure {
  text-align: left;
  margin: 20px 0px;
}

.voya-modal-advice-available .financialEnginesOptInContainer b,
.voya-modal-fe-advice-available .financialEnginesOptInContainer b {
  font-family: "Proxima Nova Bold", Arial, sans-serif;
}

.voya-modal-advice-available .phone-phoneType__Container,
.voya-modal-fe-advice-available .phone-phoneType__Container {
  margin: 0px auto;
}

.voya-modal-advice-available .morningstarOptInContainer .morningstarHeader,
.voya-modal-fe-advice-available .morningstarOptInContainer .morningstarHeader {
  color: #333333;
  font-size: 18px;
  font-family: "Arial";
  line-height: 22px;
  padding: 20px 0px 10px 0px;
}

.voya-modal-advice-available .morningstarOptInContainer .morningstarImageContainer img,
.voya-modal-fe-advice-available .morningstarOptInContainer .morningstarImageContainer img {
  margin: 0 auto;
  padding: 10px 0px 0px 0px;
}

.voya-modal-advice-available .morningstarOptInContainer .withMorningstar,
.voya-modal-fe-advice-available .morningstarOptInContainer .withMorningstar {
  color: #666666;
  font-size: 18px;
  font-family: "Arial";
  line-height: 22px;
  margin: 0 auto;
  margin-top: 10px;
  text-align: left;
}

.voya-modal-advice-available .morningstarOptInContainer #termsAndConditions,
.voya-modal-fe-advice-available .morningstarOptInContainer #termsAndConditions {
  vertical-align: top;
  margin-left: 0px;
}

.voya-modal-advice-available .morningstarOptInContainer #termsAndConditions #acknowledge,
.voya-modal-advice-available .morningstarOptInContainer #termsAndConditions .voya-field__checkbox-label-text,
.voya-modal-fe-advice-available .morningstarOptInContainer #termsAndConditions #acknowledge,
.voya-modal-fe-advice-available .morningstarOptInContainer #termsAndConditions .voya-field__checkbox-label-text {
  font-size: 18px;
  font-family: "Proxima Nova Semibold", Arial, sans-serif;
  color: #888888;
}

.voya-modal-advice-available .morningstarOptInContainer #termsAndConditions .voya-field__checkbox-label-text,
.voya-modal-fe-advice-available .morningstarOptInContainer #termsAndConditions .voya-field__checkbox-label-text {
  padding: 0 0 0 20px;
}

.voya-modal-advice-available .morningstarOptInContainer #termsAndConditions .voya-field__checkbox-label,
.voya-modal-fe-advice-available .morningstarOptInContainer #termsAndConditions .voya-field__checkbox-label {
  padding: 0px;
  vertical-align: top;
}

.voya-modal-advice-available .morningstarOptInContainer ul,
.voya-modal-fe-advice-available .morningstarOptInContainer ul {
  list-style-type: square;
}

.voya-modal-advice-available .morningstarOptInContainer ul > li,
.voya-modal-fe-advice-available .morningstarOptInContainer ul > li {
  color: #D75426;
}

.voya-modal-advice-available .morningstarOptInContainer ul > li > span,
.voya-modal-fe-advice-available .morningstarOptInContainer ul > li > span {
  color: #666666;
}

.voya-modal-advice-available .morningstarOptInContainer input,
.voya-modal-fe-advice-available .morningstarOptInContainer input {
  z-index: 1;
}

.voya-modal-advice-available .morningstarOptInContainer .selectInstruction,
.voya-modal-fe-advice-available .morningstarOptInContainer .selectInstruction {
  text-align: left;
  padding: 10px 0px 10px 20px;
  padding: 10px 0px 10px 20px;
}

.voya-modal-advice-available .morningstarOptInContainer .morningstarBenefits,
.voya-modal-fe-advice-available .morningstarOptInContainer .morningstarBenefits {
  color: #333333;
  font-size: 16px;
  font-family: "Arial";
  line-height: 22px;
  margin: 0 auto;
  margin-top: 10px;
  text-align: left;
  clear: both;
  padding-top: 10px;
}

.voya-modal-advice-available .morningstarOptInContainer .morningstarBenefits ul,
.voya-modal-fe-advice-available .morningstarOptInContainer .morningstarBenefits ul {
  margin-top: 0px;
}

.voya-modal-advice-available .morningstarOptInContainer #mlDisclosure,
.voya-modal-fe-advice-available .morningstarOptInContainer #mlDisclosure {
  font-size: 14px;
  font-family: "Arial";
  color: #333333;
  text-align: left;
  margin-left: 16px;
}

.voya-modal-advice-available .morningstarOptInContainer .buttonsContainer,
.voya-modal-fe-advice-available .morningstarOptInContainer .buttonsContainer {
  margin: 0 auto;
  width: 100%;
  clear: both;
}

.voya-modal-advice-available .morningstarOptInContainer .agreeText,
.voya-modal-fe-advice-available .morningstarOptInContainer .agreeText {
  font-weight: 400;
  font-size: 13px;
  color: #666666;
}

.voya-modal-advice-available .morningstarOptInContainer .termsAndConditionsContainer,
.voya-modal-fe-advice-available .morningstarOptInContainer .termsAndConditionsContainer {
  position: relative;
  text-align: left;
  padding-left: 20px;
  margin-bottom: 0px;
}

.voya-modal-advice-available .morningstarOptInContainer #toc,
.voya-modal-fe-advice-available .morningstarOptInContainer #toc {
  position: relative;
  text-align: left;
}

.voya-modal-advice-available .morningstarOptInContainer button,
.voya-modal-fe-advice-available .morningstarOptInContainer button {
  margin: 0 auto;
}

.voya-modal-advice-available .morningstarOptInContainer #changeMind,
.voya-modal-fe-advice-available .morningstarOptInContainer #changeMind {
  color: #666666;
  margin-top: 20px;
  margin-bottom: 20px;
}

.voya-modal-advice-available .morningstarOptInContainer #optInError,
.voya-modal-fe-advice-available .morningstarOptInContainer #optInError {
  display: none;
  color: #FF0000;
}

@media only screen and (max-width: 640px) {
  .voya-modal-advice-available .text-left,
  .voya-modal-advice-available .text-right,
  .voya-modal-fe-advice-available .text-left,
  .voya-modal-fe-advice-available .text-right {
    text-align: center;
  }

  .voya-modal-advice-available .morningstarHeader,
  .voya-modal-fe-advice-available .morningstarHeader {
    font-size: 32px !important;
  }
}

.voya-modal-fe-advice-available {
  padding: 0px;
}

@media only screen and (min-width: 64.0625em) {
  .voya-modal-fe-advice-available {
    top: -100px;
  }
}

.voya-modal-fe-advice-available .financialEnginesOptInContainer {
  padding: 20px 20px 0px;
}

.voya-modal-fe-advice-available #feDisclosures {
  padding: 20px;
}

.voya-modal-bene-start-over {
  max-width: 825px;
  text-align: center;
}

.voya-modal-bene-start-over .areYouSure {
  font-size: 30px;
  line-height: 40px;
  margin: 0 auto;
}

.voya-modal-bene-start-over .ifYouCancel {
  color: #666666;
  font-size: 23px;
  line-height: 33px;
  width: 85%;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 80px;
}

.voya-modal-bene-start-over button {
  margin: 0 auto;
}

.voya-modal-bene-start-over .cancelledContainer {
  display: none;
}

.voya-modal-bene-start-over .cancelledContainer .cancelHeader {
  font-size: 36px;
  line-height: 46px;
  width: 75%;
  margin: 0 auto;
  margin-top: 50px;
}

.voya-modal-bene-start-over .cancelledContainer .additionalAssistance {
  color: #666666;
  font-size: 23px;
  line-height: 33px;
  width: 85%;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 20px;
}

.voya-modal-bene-start-over .cancelledContainer .additionalAssistance .phone {
  color: #F58000;
  font-size: 36px;
  line-height: 50px;
}

.voya-modal-bene-start-over .cancelledContainer .hours {
  color: #666666;
  font-size: 20px;
  line-height: 30px;
}

.voya-modal-bene-start-over .cancelledContainer .csa {
  color: #666666;
  font-size: 18px;
  line-height: 28px;
}

.voya-modal-bene-start-over .cancelledContainer .buttonsContainer {
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 40px;
  width: 100%;
  clear: both;
}

@media screen and (min-width: 707px) and (max-width: 839px) {
  .voya-modal-bene-start-over .w-280 {
    width: 230px !important;
    float: right !important;
    margin-right: 0px !important;
    margin-top: 30px !important;
  }

  .voya-modal-bene-start-over .w-180 {
    width: 180px !important;
    margin-right: 0px !important;
  }
}

@media screen and (min-width: 641px) and (max-width: 706px) {
  .voya-modal-bene-start-over .w-280 {
    width: 210px !important;
    float: right !important;
    margin-right: 0px !important;
    margin-top: 30px !important;
  }

  .voya-modal-bene-start-over .w-180 {
    width: 150px !important;
    margin-right: 0px !important;
  }
}

.voya-modal-about-my-plan-ips .aboutMyPlanIPS {
  margin: 30px;
}

.voya-modal-about-my-plan-ips .aboutMyPlanIPS header {
  margin-bottom: 20px;
}

.voya-modal-about-my-plan-ips .aboutMyPlanIPS h1 {
  font-family: "Proxima Nova Light", Arial, sans-serif;
  font-size: 24px;
}

.voya-modal-about-my-plan-ips .aboutMyPlanIPS .print {
  font-size: 18px;
}

.voya-modal-about-my-plan-ips .aboutMyPlanIPS .sectionHeading {
  font-family: "Proxima Nova Light", Arial, sans-serif;
  color: #333333;
  font-size: 18px;
}

.voya-modal-about-my-plan-ips .aboutMyPlanIPS h2,
.voya-modal-about-my-plan-ips .aboutMyPlanIPS p {
  margin-left: 0px;
}

.voya-modal-about-my-plan-ips .aboutMyPlanIPS .copyright-text {
  font-size: 14px;
}

.assets-definition-modal .asset-modal-controls {
  position: relative;
  float: right;
  bottom: 20px;
}

.assets-definition-modal .asset-modal-print {
  right: 12px;
}

.voya-modal-about-my-plan,
.voya-modal-steps-to-save {
  max-width: 825px;
}

.voya-modal-about-my-plan #additionalInformation li,
.voya-modal-steps-to-save #additionalInformation li {
  color: #F58000;
}

.voya-modal-about-my-plan h1,
.voya-modal-steps-to-save h1 {
  font-size: 24px;
  font-weight: 800;
}

.voya-modal-about-my-plan .italics,
.voya-modal-steps-to-save .italics {
  font-style: italic;
}

.voya-modal-about-my-plan .accordionHeader,
.voya-modal-steps-to-save .accordionHeader {
  color: #666666;
}

.voya-modal-about-my-plan .accordionText,
.voya-modal-steps-to-save .accordionText {
  display: none;
  padding: 10px 0px;
}

.voya-modal-about-my-plan #plan-highlights-text,
.voya-modal-steps-to-save #plan-highlights-text {
  display: block;
}

.voya-modal-about-my-plan #plan-highlights,
.voya-modal-steps-to-save #plan-highlights {
  border-top: none;
}

.voya-modal-about-my-plan .expandAll,
.voya-modal-steps-to-save .expandAll {
  cursor: pointer;
  margin-top: 10px;
  font-size: 18px;
  font-weight: 800;
}

.voya-modal-about-my-plan .print,
.voya-modal-steps-to-save .print {
  padding-top: 10px;
}

.voya-modal-about-my-plan .copyright-text,
.voya-modal-steps-to-save .copyright-text {
  font-size: 14px;
}

.voya-modal-decline-enrollment {
  max-width: 825px;
  text-align: center;
}

.voya-modal-decline-enrollment .areYouSure {
  font-size: 30px;
  line-height: 40px;
  margin: 0 auto;
}

.voya-modal-decline-enrollment .ifYouDecline {
  color: #666666;
  font-size: 23px;
  line-height: 33px;
  width: 85%;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 80px;
}

.voya-modal-decline-enrollment button {
  margin: 0 auto;
}

.voya-modal-decline-enrollment .declinedContainer {
  display: none;
}

.voya-modal-decline-enrollment .declinedContainer .declineHeader,
.voya-modal-decline-enrollment .declinedContainer .autoReturnMessage {
  font-size: 36px;
  line-height: 46px;
  margin: 0px auto;
  padding-top: 10px;
}

.voya-modal-decline-enrollment .declinedContainer .additionalAssistance {
  color: #666666;
  font-size: 23px;
  line-height: 33px;
  width: 85%;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 20px;
}

.voya-modal-decline-enrollment .declinedContainer .additionalAssistance .phone {
  color: #F58000;
  font-size: 36px;
  line-height: 50px;
}

.voya-modal-decline-enrollment .declinedContainer .hours {
  color: #666666;
  font-size: 20px;
  line-height: 30px;
}

.voya-modal-decline-enrollment .declinedContainer .csa {
  color: #666666;
  font-size: 18px;
  line-height: 28px;
}

.voya-modal-decline-enrollment .declinedContainer .buttonsContainer {
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 40px;
  width: 100%;
  clear: both;
}

.voya-modal-accept-enrollment {
  max-width: 825px;
  text-align: center;
}

.voya-modal-accept-enrollment button {
  margin: 0 auto;
}

.voya-modal-accept-enrollment .acceptedContainer .acceptHeader {
  font-size: 36px;
  line-height: 46px;
  width: 75%;
  margin: 0 auto;
  margin-top: 20px;
}

.voya-modal-accept-enrollment .acceptedContainer .continueEnrollmentAsScheduled {
  font-size: 28px;
  margin: 40px;
}

.voya-modal-accept-enrollment .additionalAssistance {
  color: #666666;
  font-size: 23px;
  line-height: 33px;
  width: 85%;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 20px;
}

.voya-modal-accept-enrollment .additionalAssistance .phone {
  color: #F58000;
  font-size: 36px;
  line-height: 50px;
}

.voya-modal-accept-enrollment .hours {
  color: #666666;
  font-size: 20px;
  line-height: 30px;
}

.voya-modal-accept-enrollment .csa {
  color: #666666;
  font-size: 18px;
  line-height: 28px;
}

.voya-modal-accept-enrollment .buttonsContainer {
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 40px;
  width: 100%;
  clear: both;
}

.voya-modal-cancel-enrollment {
  max-width: 825px;
  text-align: center;
}

.voya-modal-cancel-enrollment .areYouSure {
  font-size: 30px;
  line-height: 40px;
  margin: 0 auto;
  margin-top: 50px;
  width: 60%;
  border-bottom: none;
}

.voya-modal-cancel-enrollment .ifYouCancel {
  color: #666666;
  font-size: 23px;
  line-height: 33px;
  width: 85%;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 80px;
}

.voya-modal-cancel-enrollment .cancelledContainer {
  display: none;
}

.voya-modal-cancel-enrollment .cancelledContainer .cancelHeader {
  border-bottom: none;
  font-size: 36px;
  line-height: 46px;
  width: 75%;
  margin: 0 auto;
  margin-top: 50px;
}

.voya-modal-cancel-enrollment .cancelledContainer .additionalAssistance {
  color: #666666;
  font-size: 23px;
  line-height: 33px;
  width: 85%;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 20px;
}

.voya-modal-cancel-enrollment .cancelledContainer .additionalAssistance .phone {
  color: #F58000;
  font-size: 36px;
  line-height: 50px;
}

.voya-modal-cancel-enrollment .cancelledContainer .hours {
  color: #666666;
  font-size: 20px;
  line-height: 30px;
}

.voya-modal-cancel-enrollment .cancelledContainer .csa {
  margin-top: 20px;
  color: #666666;
  font-size: 18px;
  line-height: 28px;
}

.voya-modal-cancel-enrollment .cancelledContainer .buttonsContainer {
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 40px;
  width: 100%;
  clear: both;
}

.tax-rates-modal {
  width: 90%;
}

@media only screen and (max-width: 40em) {
  .tax-rates-modal {
    width: 100%;
  }

  .tax-rates-modal #taxRatesTitle {
    margin-left: 0px !important;
    margin-right: 0px !important;
    font-size: 24px;
  }

  .tax-rates-modal .helpfulText {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}

.tax-rates-modal .taxdatamobile {
  display: none;
}

.tax-rates-modal .taxdatamobile .taxSection {
  margin: 0 0 20px 0;
  padding: 10px;
  background-color: #EEEEEE;
  font-size: 16px;
}

.tax-rates-modal .taxdatamobile .taxSection .taxInfo {
  margin-bottom: 10px;
}

.tax-rates-modal .taxdatamobile .taxSection .taxSectionHeader {
  font-size: 14px;
  font-family: "Proxima Nova Semibold", Arial, sans-serif;
}

@media only screen and (max-width: 40em) {
  .tax-rates-modal .taxdatamobile {
    display: block;
  }

  .tax-rates-modal .taxdata {
    display: none;
  }
}

.tax-rates-modal .helpfulText {
  font-size: 16px;
  margin: 10px 50px;
}

.tax-rates-modal #taxRatesTitle {
  text-align: left;
  margin: 10px 50px;
}

.tax-rates-modal table {
  width: 90%;
  margin: auto;
  border-collapse: collapse;
}

.tax-rates-modal table tr:nth-child(even) {
  background-color: #EEEEEE;
}

.tax-rates-modal table th {
  color: #666666;
  font-size: 16px;
  background-color: #FFFFFF;
}

.tax-rates-modal table td,
.tax-rates-modal table th {
  text-align: right;
  padding: 10px 5px;
}

.tax-rates-modal #taxRatesModalClose {
  margin: 20px 50%;
}

.voya-modal-personal-information {
  max-width: 825px;
  text-align: left;
  padding-right: 14px;
}

.voya-modal-personal-information .extTypeHidden {
  display: none;
}

.voya-modal-personal-information header {
  border-bottom: 1px solid #e5e5e5;
  margin-left: 14px;
  margin-right: 14px;
}

.voya-modal-personal-information h1 {
  font-family: "Proxima Nova Light", Arial, sans-serif;
  font-size: 24px;
  text-align: left;
  margin-top: 0px;
  padding-left: 0px;
}

.voya-modal-personal-information .req-exp {
  float: right;
  font-family: "Arial";
  font-size: 14px;
  padding-top: 10px;
}

.voya-modal-personal-information .req-exp .req-red {
  color: red;
}

.voya-modal-personal-information legend {
  font-size: 20px;
  font-family: "Arial";
  margin-top: 20px;
  border-bottom: 1px solid #e5e5e5;
  width: 100%;
}

.voya-modal-personal-information .aboutMeFields {
  margin-top: 20px;
}

.voya-modal-personal-information .error {
  display: none;
}

.voya-modal-ineligible-enrollment {
  max-width: 825px;
  text-align: center;
}

.voya-modal-ineligible-enrollment button {
  margin: 0 auto;
}

.voya-modal-ineligible-enrollment .ineligibleContainer .ineligibleHeader {
  font-size: 36px;
  line-height: 46px;
  width: 85%;
  margin: 0 auto;
  margin-top: 50px;
}

.voya-modal-ineligible-enrollment .ineligibleContainer .additionalAssistance {
  color: #666666;
  font-size: 23px;
  line-height: 33px;
  width: 85%;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 20px;
}

.voya-modal-ineligible-enrollment .ineligibleContainer .additionalAssistance .phone {
  color: #F58000;
  font-size: 36px;
  line-height: 50px;
}

.voya-modal-ineligible-enrollment .ineligibleContainer .hours {
  color: #666666;
  font-size: 20px;
  line-height: 30px;
}

.voya-modal-ineligible-enrollment .ineligibleContainer .csa {
  color: #666666;
  font-size: 18px;
  line-height: 28px;
}

.voya-modal-ineligible-enrollment .ineligibleContainer .buttonsContainer {
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 40px;
  width: 100%;
  clear: both;
}

.voya-modal-pended-enrollment-container {
  max-width: 825px;
  text-align: center;
}

.voya-modal-pended-enrollment-container button {
  margin: 0 auto;
}

.voya-modal-pended-enrollment-container .ineligibleContainer .ineligibleHeader {
  font-size: 32px;
  line-height: 5px;
  width: 85%;
  margin: 0 auto;
  margin-top: 50px;
}

.voya-modal-pended-enrollment-container .ineligibleContainer .hours {
  color: #666666;
  font-size: 20px;
  line-height: 10px;
}

.voya-modal-pended-enrollment-container .ineligibleContainer .buttonsContainer {
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 40px;
  width: 100%;
  clear: both;
}

.voya-modal-pended-enrollment-container .ineligibleContainer .enrollmentTime {
  font-size: 20px;
  line-height: 40px;
  font-weight: 400;
  margin: 0 auto;
  padding: 0;
}

.headingStyle6 {
  font-size: 20px;
  font-weight: normal;
}

.voya-list {
  list-style-position: inside;
  list-style-type: none;
}

.voya-list.voya-list-disk li {
  padding-left: 40px;
  position: relative;
}

.voya-list.voya-list-disk li:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 17px;
  background-color: #333333;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  -khtml-border-radius: 50%;
}

.voya-button-container {
  background-color: #FFF;
  border: 1px solid #CCCCCC;
  margin: 0px;
  padding: 30px 10px 65px;
  position: relative;
}

.voya-button-container header {
  font-size: 24px;
  line-height: 26px;
  width: 100%;
  min-height: 100px;
}

.voya-button-container p {
  width: 100%;
  font-size: 18px;
  margin: 0 0 20px;
}

.voya-button-container.centered-container header,
.voya-button-container.centered-container p {
  text-align: center;
}

.voya-button-container .voya-btn-container {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-bottom: 20px;
  padding-left: 12px;
  padding-right: 12px;
}

.voya-fund-list {
  list-style-type: none;
}

.voya-fund-item {
  font-size: 30px;
  text-align: left;
  overflow: hidden;
}

.voya-fund-item .voya-fund-color {
  margin: 0 10px;
  height: 30px;
  width: 30px;
  border-radius: 15px;
  /* future proofing */
  -khtml-border-radius: 15px;
  /* for old Konqueror browsers */
  vertical-align: middle;
}

.voya-fund-item .voya-fund-percent {
  vertical-align: middle;
  min-width: 65px;
  text-align: center;
}

.voya-fund-item .voya-fund-percent sup {
  font-size: .5em;
}

.voya-fund-item .voya-fund-percent span {
  margin: 0 10px;
}

.voya-fund-item .voya-fund-name {
  padding-top: 6px;
  line-height: 30px;
  font-size: 20px;
  vertical-align: middle;
  margin: 0 10px;
  max-width: 300px;
}

.voya-fund-item .voya-accordion-button span {
  vertical-align: middle;
}

.neverPrint * {
  visibility: hidden;
}

.alwaysPrint * {
  visibility: visible;
  margin-left: 0px;
  margin-right: 0px;
  overflow: visible;
}

.alwaysPrint {
  overflow: visible;
  display: block;
  width: 100%;
  height: 20000px;
  min-width: 800px;
}

.alwaysPrint img {
  float: right;
  text-align: right;
  margin: 20px 0px 20px 20px;
}

.alwaysPrint div {
  width: 100%;
  clear: both;
}

/* IE SPECIFIC STYLES --- This should be moved to its own CSS file */

.ie8 .verifyPlanNumber {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='../images/landing-bg.jpg', sizingMethod='scale');
}

.ie8 #third {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: 40px;
}

.voya-progress-nav__list-item {
  max-height: 42px !important;
}

.voya-progress-nav__list-item span {
  max-height: 42px !important;
  font-size: 14px;
  font-weight: 600;
}

@media only screen and (max-width: 40em) {
  .voya-modal-accept-enrollment .acceptedContainer .continueEnrollmentAsScheduled {
    margin: 10px;
    font-size: 24px;
  }

  .voya-modal-decline-enrollment .areYouSure {
    width: 100%;
    margin: 10px 0px;
  }

  .voya-modal-decline-enrollment .ifYouDecline {
    margin-top: 0px;
    margin-bottom: 20px;
  }

  .buttonsContainer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }

  .buttonsContainer .modals__second-button {
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 40.0625em) {
  .buttonsContainer .modals__first-button {
    text-align: right;
  }

  .buttonsContainer .modals__second-button {
    text-align: left;
  }
}

.voya-design-system .voya-modal-aame-risk #termsAndConditionsAAMEModal .rightButtonContainer .inactive {
  background-color: #6e6e6e !important;
  cursor: not-allowed;
}

body {
  min-height: 100%;
  height: auto;
  font-family: "Arial";
  background-color: #FFF;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

#doc.gradient-background {
  background-image: linear-gradient(to bottom, #F0F0F0, #FFFFFF 50%, #F0F0F0);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF0F0F0', endColorstr='#FFF0F0F0', GradientType=0);
}

.voya-recommended-browser-notification-upgrade {
  background-color: #145A7B !important;
}

.voya-recommended-browser-notification-upgrade .voya-notification-inner {
  color: #FFFFFF !important;
}

.voya-recommended-browser-notification-upgrade .voya-notification-inner a {
  color: #FFFFFF !important;
  text-decoration: underline;
}

#doc-main {
  outline: none;
  overflow: auto;
}

@media (max-width: 768px) {
  #doc-main {
    position: relative;
    z-index: 1;
  }
}

#doc-progress {
  padding: 0 8px;
  width: 100%;
  max-width: 1200px;
  margin: auto;
}

[ng-view] {
  padding-bottom: 85px;
  overflow: auto;
}

h2 {
  font-size: 28px;
  font-weight: normal;
}

h3 {
  font-size: 20px;
}

button,
.voya-button {
  border-radius: 5px;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFF58000', endColorstr='#FFD75426');
  background-image: linear-gradient(to bottom, #F58000, #D75426);
}

strong {
  font-family: "Proxima Nova Semibold", Arial, sans-serif;
}

.blue,
.section h4.blue,
.section h5.blue,
.voya-modal-aame-risk .voya-fund-item .voya-fund-percent,
.voya-modal-model-portfolio-summary .voya-fund-item .voya-fund-percent,
.voya-fund-item .voya-fund-percent {
  color: #0097a9;
}

.orange,
.investmentChoiceOptions h4.orange,
.voya-modal-aame-risk .voya-fund-item .voya-fund-name,
.voya-modal-model-portfolio-summary .voya-fund-item .voya-fund-name {
  color: #D75426;
}

.gray {
  color: #666666;
}

.backdrop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  opacity: 0.9;
}

.fake-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
  padding: 100px 0;
  overflow-y: scroll;
  z-index: 95;
}

.fake-modal img {
  position: relative;
  z-index: 96;
  border: 1px solid #C3C3C3;
  cursor: pointer;
}

.primary {
  background-color: #F58000;
}

.enrollmentMaterials {
  margin-top: 20px;
  border: 1px solid #C3C3C3;
  border-width: 1px 0;
  padding: 25px 0 25px 30px;
  position: relative;
  /*
    input[type="checkbox"] {
      position: relative !important;
      top: 25px;
      left: 0px;
      margin-right: 20px;
    }*/
}

.section.white {
  background: #FFF;
  border-top: 1px solid #E0E0E0;
}

.big-box {
  max-width: 960px;
  padding: 30px 40px;
  margin: auto;
  background: #fff;
  border: 1px solid #C3C3C3;
  margin-bottom: 45px;
}

.big-box h3 {
  color: #666666;
  font-size: 26px;
}

.big-box h4 {
  color: #939598;
  font-size: 20px;
  margin: 0;
  font-weight: bold;
}

.big-box .info {
  font-size: 18px;
  color: #555;
}

.big-box .big {
  display: inline-block;
  margin: 0 5px;
  color: #D75426;
  font-size: 30px;
}

.big-box .big sup {
  position: relative;
  top: 1px;
  font-size: 15px;
}

.voya-components-mad-lib.annual-increase {
  font-size: 16px;
  padding: 0;
  line-height: 30px;
  color: #555;
  font-size: 22px;
}

.voya-components-mad-lib.annual-increase .subtitle {
  font-family: "Proxima Nova Semibold", Arial, sans-serif;
  color: #939598;
}

input:focus {
  background-color: #fff !important;
}

.voya-form .radioLabel {
  line-height: 22px;
  padding: 8px 0;
  margin: 0;
  color: #666666;
  font-weight: normal;
  font-size: 18px;
}

.voya-form .radioLabel input[type="radio"] {
  margin-right: 10px;
}

.page-header {
  background: #0097a9;
  color: #fff;
  text-align: center;
  height: 48px;
  font-size: 24px;
  line-height: 48px;
}

.block-grid-invest {
  max-width: 1035px;
  margin: auto;
}

.block-grid-invest li {
  padding-left: 15px;
  padding-right: 15px;
}

.block-grid-invest li > div {
  border: 1px solid #d0d0d0;
  background: #FFF;
  border-radius: 3px;
  padding: 5px;
}

.block-grid-invest li > div img {
  width: 100%;
}

.block-grid-invest li > div .inner {
  padding: 10px 15px 10px;
  color: #666666;
}

.block-grid-invest li > div .inner p {
  font-size: 16px;
  height: 72px;
}

.block-grid-invest li > div .inner h4 {
  margin: 0;
  height: 60px;
  font-size: 20px;
}

.hot-corner {
  position: fixed;
  width: 85px;
  height: 85px;
  z-index: 99999;
}

.hot-corner.top {
  top: 0;
}

.hot-corner.right {
  right: 0;
}

.hot-corner.bottom {
  bottom: 0;
}

.hot-corner.left {
  left: 0;
}

.hot-corner:focus {
  outline: none;
}

.investment-choice-select {
  list-style: none;
  border: 1px solid #0097a9;
  border-bottom: none;
  margin: 26px 0 0;
}

.investment-choice-select li {
  display: block;
}

.investment-choice-select li a {
  display: block;
  color: #0097a9;
  border-bottom: 1px solid #0097a9;
  line-height: 40px;
  position: relative;
  padding: 0 8px;
}

.investment-choice-select li a .fa,
.investment-choice-select li a .chosen-container .chosen-single div b,
.chosen-container .chosen-single div .investment-choice-select li a b,
.investment-choice-select li a input + .error:before,
.investment-choice-select li a .voya-customSelect + .error:before,
.investment-choice-select li a .customSelect + .error:before,
.investment-choice-select li a select + .error:before,
.investment-choice-select li a voya-field.benfSsn + .error:before,
.investment-choice-select li a voya-notification.error:before,
.investment-choice-select li a .threeSteps #gender .error:before,
.threeSteps #gender .investment-choice-select li a .error:before,
.investment-choice-select li a .threeSteps #state .error:before,
.threeSteps #state .investment-choice-select li a .error:before,
.investment-choice-select li a .threeSteps #payrollFrequency .error:before,
.threeSteps #payrollFrequency .investment-choice-select li a .error:before,
.investment-choice-select li a .threeSteps #daytimePhoneType .error:before,
.threeSteps #daytimePhoneType .investment-choice-select li a .error:before,
.investment-choice-select li a .threeSteps #payCycles .error:before,
.threeSteps #payCycles .investment-choice-select li a .error:before,
.investment-choice-select li a .threeSteps #payrollEmployers .error:before,
.threeSteps #payrollEmployers .investment-choice-select li a .error:before,
.investment-choice-select li a .aboutMe #gender .error:before,
.aboutMe #gender .investment-choice-select li a .error:before,
.investment-choice-select li a .aboutMe #state .error:before,
.aboutMe #state .investment-choice-select li a .error:before,
.investment-choice-select li a .aboutMe #payrollFrequency .error:before,
.aboutMe #payrollFrequency .investment-choice-select li a .error:before,
.investment-choice-select li a .aboutMe #daytimePhoneType .error:before,
.aboutMe #daytimePhoneType .investment-choice-select li a .error:before,
.investment-choice-select li a .aboutMe #payCycles .error:before,
.aboutMe #payCycles .investment-choice-select li a .error:before,
.investment-choice-select li a .aboutMe #payrollEmployers .error:before,
.aboutMe #payrollEmployers .investment-choice-select li a .error:before,
.investment-choice-select li a .yourPlan #gender .error:before,
.yourPlan #gender .investment-choice-select li a .error:before,
.investment-choice-select li a .yourPlan #state .error:before,
.yourPlan #state .investment-choice-select li a .error:before,
.investment-choice-select li a .yourPlan #payrollFrequency .error:before,
.yourPlan #payrollFrequency .investment-choice-select li a .error:before,
.investment-choice-select li a .yourPlan #daytimePhoneType .error:before,
.yourPlan #daytimePhoneType .investment-choice-select li a .error:before,
.investment-choice-select li a .yourPlan #payCycles .error:before,
.yourPlan #payCycles .investment-choice-select li a .error:before,
.investment-choice-select li a .yourPlan #payrollEmployers .error:before,
.yourPlan #payrollEmployers .investment-choice-select li a .error:before {
  position: absolute;
  right: 5px;
  top: 12px;
}

.investment-choice-select li a:hover {
  background: #0097a9;
  color: #fff;
}

.req-exp {
  float: right;
  font-size: 16px;
}

header p {
  font-size: 18px;
}

.voya-button {
  font-size: 18px;
}

.text-center {
  text-align: center;
}

.voya-components-estimated-income div.column:nth-child(4) > label:nth-child(1) {
  width: 160px;
}

.voya-components-estimated-income i {
  margin-right: 6px;
}

#dontWorry {
  font-size: 12px;
  padding-top: 5px;
  display: none;
}

#doc-voya-footer {
  clear: both;
}

.ie9 .voya-customSelect:before,
.ie8 .voya-customSelect:before {
  z-index: 2;
}

.voya-customSelect {
  position: relative;
  background: #fff;
}

.voya-customSelect select {
  position: relative;
  display: block;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #808080;
  color: #333333;
  margin-bottom: 20px;
  height: 40px;
  padding: 6px;
  font-size: 16px;
  background: transparent;
  line-height: 1.42857143;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -moz-appearance: none;
  appearance: none;
}

.voya-customSelect select::-ms-expand {
  display: none;
}

.voya-customSelect select option {
  background: transparent;
}

.voya-customSelect:before {
  content: "\f0d7";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  position: absolute;
  right: 1px;
  top: 1px;
  bottom: 1px;
  font-size: 14px;
  pointer-events: none;
  padding: 12px;
  background: #ddd;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.customSelect select[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}

@media screen and (max-width: 40em) {
  .contributionOptions .leftView {
    width: 100%;
  }
}

voya-dollar-graph .voya-dollar-graph__outer-container {
  margin-bottom: 0px;
}

/* Microsoft surface - huge amount of white space between dollar bill and View Details link in EC page,
Contribution deep dive page and the Review page*/

.voya-dollar-graph__layout-container {
  display: inline-block;
}

.voya-progress-nav__list-item--inactive {
  color: #666666;
}

voya-header.voya-header-mobile {
  z-index: 1000;
}

voya-header .voya-header-mobile-search {
  display: none;
}

voya-tooltip {
  outline: none;
}

voya-field[disabled] .chosen-container {
  opacity: 1 !important;
}

voya-field[disabled] .chosen-container .chosen-single {
  background-color: #F0F0F0 !important;
}

voya-field .voya-field__select-placeholder,
voya-field label,
.footnoteContainer,
.disclaimercontainer-ermatchtxt,
.disclaimerContainer,
.erMatchFootnote,
.voya-button-bar__footnotes {
  color: #6E6E6E !important;
}

.pieChartInfoText .subtitle {
  color: #333333 !important;
}