/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
.flexchoice-app {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
  /* HTML5 display-role reset for older browsers */
}
.flexchoice-app div, .flexchoice-app span, .flexchoice-app applet, .flexchoice-app object, .flexchoice-app iframe,
.flexchoice-app h1, .flexchoice-app h2, .flexchoice-app h3, .flexchoice-app h4, .flexchoice-app h5, .flexchoice-app h6, .flexchoice-app p, .flexchoice-app blockquote, .flexchoice-app pre,
.flexchoice-app a, .flexchoice-app abbr, .flexchoice-app acronym, .flexchoice-app address, .flexchoice-app big, .flexchoice-app cite, .flexchoice-app code,
.flexchoice-app del, .flexchoice-app dfn, .flexchoice-app em, .flexchoice-app img, .flexchoice-app ins, .flexchoice-app kbd, .flexchoice-app q, .flexchoice-app s, .flexchoice-app samp,
.flexchoice-app small, .flexchoice-app strike, .flexchoice-app strong, .flexchoice-app sub, .flexchoice-app sup, .flexchoice-app tt, .flexchoice-app var,
.flexchoice-app b, .flexchoice-app u, .flexchoice-app i, .flexchoice-app center,
.flexchoice-app dl, .flexchoice-app dt, .flexchoice-app dd, .flexchoice-app ol, .flexchoice-app ul, .flexchoice-app li,
.flexchoice-app fieldset, .flexchoice-app form, .flexchoice-app label, .flexchoice-app legend,
.flexchoice-app table, .flexchoice-app caption, .flexchoice-app tbody, .flexchoice-app tfoot, .flexchoice-app thead, .flexchoice-app tr, .flexchoice-app th, .flexchoice-app td,
.flexchoice-app article, .flexchoice-app aside, .flexchoice-app canvas, .flexchoice-app details, .flexchoice-app embed,
.flexchoice-app figure, .flexchoice-app figcaption, .flexchoice-app footer, .flexchoice-app header, .flexchoice-app hgroup,
.flexchoice-app menu, .flexchoice-app nav, .flexchoice-app output, .flexchoice-app ruby, .flexchoice-app section, .flexchoice-app summary,
.flexchoice-app time, .flexchoice-app mark, .flexchoice-app audio, .flexchoice-app video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
.flexchoice-app article, .flexchoice-app aside, .flexchoice-app details, .flexchoice-app figcaption, .flexchoice-app figure,
.flexchoice-app footer, .flexchoice-app header, .flexchoice-app hgroup, .flexchoice-app menu, .flexchoice-app nav, .flexchoice-app section {
  display: block;
}
.flexchoice-app ol, .flexchoice-app ul {
  list-style: none;
}
.flexchoice-app blockquote, .flexchoice-app q {
  quotes: none;
}
.flexchoice-app blockquote:before, .flexchoice-app blockquote:after,
.flexchoice-app q:before, .flexchoice-app q:after {
  content: "";
  content: none;
}
.flexchoice-app table {
  border-collapse: collapse;
  border-spacing: 0;
}
.flexchoice-app *, .flexchoice-app *:before, .flexchoice-app *:after {
  box-sizing: border-box;
}

/* This is the default Tooltipster theme (feel free to modify or duplicate and create multiple themes!): */
.tooltipster-default {
  border-radius: 5px;
  border: 2px solid #000;
  background: #4c4c4c;
  color: #fff;
}

/* Use this next selector to style things like font-size and line-height: */
.tooltipster-default .tooltipster-content {
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 16px;
  padding: 8px 10px;
  overflow: hidden;
}

/* This next selector defines the color of the border on the outside of the arrow. This will automatically match the color and size of the border set on the main tooltip styles. Set display: none; if you would like a border around the tooltip but no border around the arrow */
.tooltipster-default .tooltipster-arrow .tooltipster-arrow-border {
  /* border-color: ... !important; */
}

/* If you're using the icon option, use this next selector to style them */
.tooltipster-icon {
  cursor: help;
  margin-left: 4px;
}

/* This is the base styling required to make all Tooltipsters work */
.tooltipster-base {
  padding: 0;
  font-size: 0;
  line-height: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999998;
  pointer-events: none;
  width: auto;
  overflow: visible;
}

.tooltipster-base .tooltipster-content {
  overflow: hidden;
}

/* These next classes handle the styles for the little arrow attached to the tooltip. By default, the arrow will inherit the same colors and border as what is set on the main tooltip itself. */
.tooltipster-arrow {
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.tooltipster-arrow span, .tooltipster-arrow-border {
  display: block;
  width: 0;
  height: 0;
  position: absolute;
}

.tooltipster-arrow-top span, .tooltipster-arrow-top-right span, .tooltipster-arrow-top-left span {
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-top: 8px solid;
  bottom: -7px;
}

.tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-top-left .tooltipster-arrow-border {
  border-left: 9px solid transparent !important;
  border-right: 9px solid transparent !important;
  border-top: 9px solid;
  bottom: -7px;
}

.tooltipster-arrow-bottom span, .tooltipster-arrow-bottom-right span, .tooltipster-arrow-bottom-left span {
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-bottom: 8px solid;
  top: -8px;
}

.tooltipster-arrow-bottom .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
  border-left: 9px solid transparent !important;
  border-right: 9px solid transparent !important;
  border-bottom: 9px solid;
  top: -8px;
}

.tooltipster-arrow-top span, .tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-bottom span, .tooltipster-arrow-bottom .tooltipster-arrow-border {
  left: 0;
  right: 0;
  margin: 0 auto;
}

.tooltipster-arrow-top-left span, .tooltipster-arrow-bottom-left span {
  left: 6px;
}

.tooltipster-arrow-top-left .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
  left: 5px;
}

.tooltipster-arrow-top-right span, .tooltipster-arrow-bottom-right span {
  right: 6px;
}

.tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border {
  right: 5px;
}

.tooltipster-arrow-left span, .tooltipster-arrow-left .tooltipster-arrow-border {
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important;
  border-left: 8px solid;
  top: 50%;
  margin-top: -7px;
  right: -8px;
}

.tooltipster-arrow-left .tooltipster-arrow-border {
  border-top: 9px solid transparent !important;
  border-bottom: 9px solid transparent !important;
  border-left: 9px solid;
  margin-top: -8px;
}

.tooltipster-arrow-right span, .tooltipster-arrow-right .tooltipster-arrow-border {
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important;
  border-right: 8px solid;
  top: 50%;
  margin-top: -7px;
  left: -8px;
}

.tooltipster-arrow-right .tooltipster-arrow-border {
  border-top: 9px solid transparent !important;
  border-bottom: 9px solid transparent !important;
  border-right: 9px solid;
  margin-top: -8px;
}

/* Some CSS magic for the awesome animations - feel free to make your own custom animations and reference it in your Tooltipster settings! */
.tooltipster-fade {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity;
}

.tooltipster-fade-show {
  opacity: 1;
}

.tooltipster-grow {
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-backface-visibility: hidden;
}

.tooltipster-grow-show {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-swing {
  opacity: 0;
  -webkit-transform: rotateZ(4deg);
  -moz-transform: rotateZ(4deg);
  -o-transform: rotateZ(4deg);
  -ms-transform: rotateZ(4deg);
  transform: rotateZ(4deg);
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
}

.tooltipster-swing-show {
  opacity: 1;
  -webkit-transform: rotateZ(0deg);
  -moz-transform: rotateZ(0deg);
  -o-transform: rotateZ(0deg);
  -ms-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 1);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -moz-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -ms-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -o-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
}

.tooltipster-fall {
  top: 0;
  -webkit-transition-property: top;
  -moz-transition-property: top;
  -o-transition-property: top;
  -ms-transition-property: top;
  transition-property: top;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-fall.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  top: 0px !important;
  opacity: 0;
}

.tooltipster-slide {
  left: -40px;
  -webkit-transition-property: left;
  -moz-transition-property: left;
  -o-transition-property: left;
  -ms-transition-property: left;
  transition-property: left;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-slide.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  left: 0px !important;
  opacity: 0;
}

/* CSS transition for when contenting is changing in a tooltip that is still open. The only properties that will NOT transition are: width, height, top, and left */
.tooltipster-content-changing {
  opacity: 0.5;
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-ms-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slideRight {
  from {
    left: -100%;
  }
  to {
    left: 230px;
  }
}
@-moz-keyframes slideRight {
  from {
    left: -100%;
  }
  to {
    left: 230px;
  }
}
@keyframes slideRight {
  from {
    left: -100%;
  }
  to {
    left: 230px;
  }
}
@-webkit-keyframes slideLeft {
  from {
    left: 230px;
  }
  to {
    left: -100%;
  }
}
@-moz-keyframes slideLeft {
  from {
    left: 230px;
  }
  to {
    left: -100%;
  }
}
@keyframes slideLeft {
  from {
    left: 230px;
  }
  to {
    left: -100%;
  }
}
@-webkit-keyframes slideDown {
  from {
    top: 450px;
  }
  to {
    top: 560px;
  }
}
@-moz-keyframes slideDown {
  from {
    top: 450px;
  }
  to {
    top: 560px;
  }
}
@keyframes slideDown {
  from {
    top: 450px;
  }
  to {
    top: 560px;
  }
}
@-webkit-keyframes slideUp {
  from {
    top: 560px;
  }
  to {
    top: 450px;
  }
}
@-moz-keyframes slideUp {
  from {
    top: 560px;
  }
  to {
    top: 450px;
  }
}
@keyframes slideUp {
  from {
    top: 560px;
  }
  to {
    top: 450px;
  }
}
@font-face {
  font-family: "Roboto";
  src: url("/content/dam/bhf/admin/tools/flexchoice-classic/assets/fonts/roboto-regular-webfont.eot");
  src: url("/content/dam/bhf/admin/tools/flexchoice-classic/assets/fonts/roboto-regular-webfont.eot?#iefix") format("embedded-opentype"), url("/content/dam/bhf/admin/tools/flexchoice-classic/assets/fonts/roboto-regular-webfont.woff2") format("woff2"), url("/content/dam/bhf/admin/tools/flexchoice-classic/assets/fonts/roboto-regular-webfont.woff") format("woff"), url("/content/dam/bhf/admin/tools/flexchoice-classic/assets/fonts/roboto-regular-webfont.ttf") format("truetype"), url("/content/dam/bhf/admin/tools/flexchoice-classic/assets/fonts/roboto-regular-webfont.svg#roboto-regular-webfont") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Roboto Bold";
  src: url("/content/dam/bhf/admin/tools/flexchoice-classic/assets/fonts/roboto-bold-webfont.eot");
  src: url("/content/dam/bhf/admin/tools/flexchoice-classic/assets/fonts/roboto-bold-webfont.eot?#iefix") format("embedded-opentype"), url("/content/dam/bhf/admin/tools/flexchoice-classic/assets/fonts/roboto-bold-webfont.woff2") format("woff2"), url("/content/dam/bhf/admin/tools/flexchoice-classic/assets/fonts/roboto-bold-webfont.woff") format("woff"), url("/content/dam/bhf/admin/tools/flexchoice-classic/assets/fonts/roboto-bold-webfont.ttf") format("truetype"), url("/content/dam/bhf/admin/tools/flexchoice-classic/assets/fonts/roboto-bold-webfont.svg#roboto-bold-webfont") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Roboto Slab";
  src: url("/content/dam/bhf/admin/tools/flexchoice-classic/assets/fonts/robotoslab-regular-webfont.eot");
  src: url("/content/dam/bhf/admin/tools/flexchoice-classic/assets/fonts/robotoslab-regular-webfont.eot?#iefix") format("embedded-opentype"), url("/content/dam/bhf/admin/tools/flexchoice-classic/assets/fonts/robotoslab-regular-webfont.woff2") format("woff2"), url("/content/dam/bhf/admin/tools/flexchoice-classic/assets/fonts/robotoslab-regular-webfont.woff") format("woff"), url("/content/dam/bhf/admin/tools/flexchoice-classic/assets/fonts/robotoslab-regular-webfont.ttf") format("truetype"), url("/content/dam/bhf/admin/tools/flexchoice-classic/assets/fonts/robotoslab-regular-webfont.svg#robotoslab-regular-webfont") format("svg");
  font-weight: normal;
  font-style: normal;
}
.tooltip-happens-theme {
  border: 1px solid #333333;
  background: #ffffff;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
}
.tooltip-happens-theme .tooltipster-content {
  font-size: 15px;
  color: #333333;
  text-transform: none;
  font-family: Roboto;
  line-height: 19px;
  padding: 15px;
}

.tooltip-help-theme {
  border: 1px solid #333333;
  background: #ffffff;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
}
.tooltip-help-theme .tooltipster-content {
  font-size: 15px;
  color: #333333;
  text-transform: none;
  font-family: Roboto;
  line-height: 19px;
  padding: 15px;
  width: 290px;
}

.tooltip-help-right-theme {
  border: 1px solid #333333;
  background: #ffffff;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
}
.tooltip-help-right-theme .tooltipster-content {
  font-size: 15px;
  color: #333333;
  text-transform: none;
  font-family: Roboto;
  line-height: 19px;
  padding: 15px;
  width: 290px;
}

.tooltip-help-title {
  font-size: 20px;
  color: #333333;
  text-transform: none;
  font-family: Roboto;
  margin-bottom: 8px;
}

.tooltip-help-text {
  font-size: 15px;
  color: #333333;
  text-transform: none;
  font-family: Roboto;
}

.tooltip-first-time-theme {
  border: 1px solid #333333;
  background: #ffffff;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
}
.tooltip-first-time-theme .tooltipster-content {
  font-size: 15px;
  color: #333333;
  text-transform: none;
  font-family: Roboto;
  text-align: center;
  line-height: 19px;
  padding: 15px;
  width: 200px;
}

div.flexchoice-app-intro {
  box-sizing: border-box;
  width: 100%;
  padding: 50px;
  background-color: #FFFFFF;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  height: 100%;
}
@media (min-width: 640px) {
  div.flexchoice-app-intro {
    border: 1px solid #C9C9C9;
    width: 95%;
  }
}
div.flexchoice-app-intro div.flexchoice-app-intro__actions {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
div.flexchoice-app-intro div.flexchoice-app-intro__actions a.flexchoice-app-intro__actions__cta {
  border-radius: 0;
  border: 0;
  background-color: #00465A;
  width: 200px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 17px;
  color: #FFFFFF;
  text-transform: none;
  font-family: Roboto Bold;
  text-decoration: none;
  margin-top: 35px;
}
div.flexchoice-app-intro div.flexchoice-app-intro__actions h1.flexchoice-app-intro__actions__title {
  font-size: 25px;
  color: #333333;
  text-transform: none;
  font-family: Roboto Bold;
}
@media (min-width: 1024px) {
  div.flexchoice-app-intro div.flexchoice-app-intro__actions h1.flexchoice-app-intro__actions__title {
    font-size: 35px;
    color: #333333;
    text-transform: none;
    font-family: Roboto Bold;
  }
}
div.flexchoice-app-intro div.flexchoice-app-intro__actions h2.flexchoice-app-intro__actions__subtitle {
  font-size: 16px;
  color: #333333;
  text-transform: none;
  font-family: Roboto;
  margin-top: 20px;
}
@media (min-width: 1024px) {
  div.flexchoice-app-intro div.flexchoice-app-intro__actions h2.flexchoice-app-intro__actions__subtitle {
    font-size: 24px;
    color: #333333;
    text-transform: none;
    font-family: Roboto;
  }
}

div.flexchoice-app-dol {
  box-sizing: border-box;
  width: 100%;
  padding: 50px;
  background-color: #FFFFFF;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  height: 100%;
}
@media (min-width: 640px) {
  div.flexchoice-app-dol {
    border: 1px solid #C9C9C9;
    width: 95%;
  }
}
div.flexchoice-app-dol div.flexchoice-app-dol__container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
div.flexchoice-app-dol div.flexchoice-app-dol__container div.flexchoice-app-dol__disclaimer {
  max-width: 100%;
}
div.flexchoice-app-dol div.flexchoice-app-dol__container div.flexchoice-app-dol__disclaimer p {
  font-size: 15px;
  color: #333333;
  text-transform: none;
  font-family: Roboto Slab;
  line-height: 25px;
  margin-bottom: 25px;
}
div.flexchoice-app-dol div.flexchoice-app-dol__container a.flexchoice-app-dol__cta {
  border-radius: 0;
  border: 0;
  background-color: #00465A;
  width: 200px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 17px;
  color: #FFFFFF;
  text-transform: none;
  font-family: Roboto Bold;
  text-decoration: none;
  margin-top: 55px;
}
div.flexchoice-app-dol div.flexchoice-app-dol__container .flexchoice-app-dol__page-indicator {
  display: flex;
  margin-top: 15px;
}
div.flexchoice-app-dol div.flexchoice-app-dol__container .flexchoice-app-dol__page-indicator__dot {
  background-color: #C9C9C9;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  margin-right: 4px;
}
div.flexchoice-app-dol div.flexchoice-app-dol__container .flexchoice-app-dol__page-indicator__dot.active {
  background-color: #00465A;
}

div.flexchoice-app-video {
  width: 100%;
  background-color: #FFFFFF;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  height: 100%;
}
@media (min-width: 640px) {
  div.flexchoice-app-video {
    border: 1px solid #C9C9C9;
    width: 95%;
  }
}
div.flexchoice-app-video div.flexchoice-app-video__actions {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
div.flexchoice-app-video div.flexchoice-app-video__actions .video-container {
  width: 100%;
  max-width: 800px;
  height: 400px;
  margin-top: 30px;
}
div.flexchoice-app-video div.flexchoice-app-video__actions .flexchoice-app-video__actions__cta-container {
  display: flex;
  margin-top: 15px;
}
div.flexchoice-app-video div.flexchoice-app-video__actions .flexchoice-app-video__actions__cta-container a.flexchoice-app-video__actions__cta {
  border-radius: 0;
  border: 0;
  background-color: #00465A;
  width: 200px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 17px;
  color: #FFFFFF;
  text-transform: none;
  font-family: Roboto Bold;
  text-decoration: none;
  margin-top: 35px;
}
div.flexchoice-app-video div.flexchoice-app-video__actions .flexchoice-app-video__actions__cta-container a.flexchoice-app-video__actions__cta__prev {
  border-radius: 0;
  border: 1px solid #00465A;
  background-color: transparent;
  width: 200px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-size: 15px;
  color: #00465A;
  text-transform: none;
  font-family: Roboto;
  text-decoration: none;
  margin-top: 35px;
  margin-right: 10px;
}
div.flexchoice-app-video div.flexchoice-app-video__actions .flexchoice-app-video__actions__page-indicator {
  display: flex;
  margin-top: 15px;
}
div.flexchoice-app-video div.flexchoice-app-video__actions .flexchoice-app-video__actions__page-indicator__dot {
  background-color: #C9C9C9;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  margin-right: 4px;
}
div.flexchoice-app-video div.flexchoice-app-video__actions .flexchoice-app-video__actions__page-indicator__dot.active {
  background-color: #00465A;
}

div.app-main {
  background-color: #FFFFFF;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 640px) {
  div.app-main {
    border: 1px solid #C9C9C9;
    width: 95%;
  }
}
@media (min-width: 1024px) {
  div.app-main {
    flex-direction: row;
  }
}
div.app-main div.flexchoice-app-graph-container {
  flex: 2 2 635px;
  max-width: 844px;
}
div.app-main div.flexchoice-app-disclosure-text {
  display: none;
}

div.flexchoice-app-controls {
  background-color: #F7F7F7;
  border-bottom: 1px solid #C9C9C9;
  box-sizing: border-box;
  flex: 1 1 100%;
  height: 335px;
  padding: 15px;
  width: 100%;
}
@media (min-width: 1024px) {
  div.flexchoice-app-controls {
    flex: 1 1 250px;
    height: 100%;
    border-bottom: 0;
    border-right: 1px solid #C9C9C9;
  }
}
div.flexchoice-app-controls__col {
  flex: 1 1 50%;
}
div.flexchoice-app-controls__col:first-child {
  padding-right: 15px;
}
@media (min-width: 1024px) {
  div.flexchoice-app-controls__col {
    flex: 1 1 100%;
    padding: 0;
  }
  div.flexchoice-app-controls__col:first-child {
    padding-right: 0;
  }
}
div.flexchoice-app-controls div.flexchoice-app-controls__wrap {
  display: flex;
  flex-direction: row;
  height: 100%;
}
@media (min-width: 1024px) {
  div.flexchoice-app-controls div.flexchoice-app-controls__wrap {
    flex-direction: column;
  }
}
div.flexchoice-app-controls div.flexchoice-app-controls__wrap .flexchoice-app-labeled-currency-input,
div.flexchoice-app-controls div.flexchoice-app-controls__wrap .flexchoice-app-labeled-input,
div.flexchoice-app-controls div.flexchoice-app-controls__wrap .flexchoice-app-labeled-toggle,
div.flexchoice-app-controls div.flexchoice-app-controls__wrap .flexchoice-app-controls__col__age-state {
  margin-bottom: 15px;
}
div.flexchoice-app-controls div.flexchoice-app-controls__wrap .flexchoice-app-labeled-toggle#conditions-container {
  margin-bottom: 7px;
}
div.flexchoice-app-controls div.flexchoice-app-controls__wrap div.flexchoice-app-controls__col__age-state {
  justify-content: space-between;
  display: flex;
  flex-direction: row;
}
div.flexchoice-app-controls div.flexchoice-app-controls__wrap div.flexchoice-app-controls__col__age-state .flexchoice-app-labeled-input {
  margin: 0;
}
div.flexchoice-app-controls div.flexchoice-app-controls__wrap div.flexchoice-app-controls__col__age-state > div {
  flex: 1 1 50%;
}
div.flexchoice-app-controls div.flexchoice-app-controls__wrap .flexchoice-app-controls__col__modal-trigger {
  font-size: 15px;
  color: #00465A;
  text-transform: none;
  font-family: Roboto;
  text-decoration: underline;
  cursor: pointer;
}
div.flexchoice-app-controls div.flexchoice-app-controls__wrap .flexchoice-app-controls__col__print-button {
  border-radius: 0;
  border: 1px solid #00465A;
  background-color: transparent;
  width: 200px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-size: 15px;
  color: #00465A;
  text-transform: none;
  font-family: Roboto;
  text-decoration: none;
  margin: 15px 0 0 0;
}
@media (min-width: 1024px) {
  div.flexchoice-app-controls div.flexchoice-app-controls__wrap .flexchoice-app-controls__col__print-button {
    margin: 20px auto 0 auto;
  }
}

div.flexchoice-app-labeled-input .flexchoice-app-labeled-input__label {
  font-size: 15px;
  color: #333333;
  text-transform: none;
  font-family: Roboto;
  margin-bottom: 5px;
}
div.flexchoice-app-labeled-input .flexchoice-app-labeled-input__wrap {
  position: relative;
}
div.flexchoice-app-labeled-input .flexchoice-app-labeled-input__wrap .flexchoice-app-labeled-input__wrap__value {
  font-size: 15px;
  color: #333333;
  text-transform: none;
  font-family: Roboto;
  background-color: #FFFFFF;
  border-radius: 0;
  border: 2px solid #8D8D8D;
  box-shadow: inset 5px 5px 0px #E9E9E9;
  box-sizing: border-box;
  height: 50px;
  margin: 0;
  padding: 15px 20px;
  width: 100%;
}
div.flexchoice-app-labeled-input .flexchoice-app-labeled-input__wrap .flexchoice-app-labeled-input__wrap__value:disabled {
  background-color: #E9E9E9;
  cursor: not-allowed;
}
div.flexchoice-app-labeled-input .flexchoice-app-labeled-input__wrap .flexchoice-app-labeled-input__wrap__error-msg {
  position: absolute;
  left: 100%;
  margin-top: -55px;
  margin-left: 5px;
  text-align: center;
  width: 275px;
  height: 60px;
  z-index: 2200;
  font-size: 13px;
  color: #696759;
  text-transform: none;
  font-family: Roboto Bold;
  background-color: #FFFFFF;
  border: 1px solid #e34444;
  color: #e34444;
  display: flex;
  justify-content: center;
  align-items: center;
}
div.flexchoice-app-labeled-input .flexchoice-app-labeled-input__wrap .flexchoice-app-labeled-input__wrap__error-msg::after {
  content: " ";
  position: absolute;
  top: 50%;
  /* At the bottom of the tooltip */
  left: 0;
  margin-left: -20px;
  margin-top: -10px;
  border-width: 10px;
  border-style: solid;
  border-color: transparent #e34444 transparent transparent;
}
div.flexchoice-app-labeled-input .flexchoice-app-labeled-input__wrap .flexchoice-app-labeled-input__wrap__error-msg div {
  padding: 15px;
}
div.flexchoice-app-labeled-input div.flexchoice-app-labeled-input__error .labeled-input__wrap__error-msg {
  display: block !important;
}
div.flexchoice-app-labeled-input div.flexchoice-app-labeled-input__error input {
  border-color: #e34444;
}

div.flexchoice-app-labeled-currency-input .flexchoice-app-labeled-currency-input__label {
  font-size: 15px;
  color: #333333;
  text-transform: none;
  font-family: Roboto;
  margin-bottom: 5px;
}
div.flexchoice-app-labeled-currency-input .flexchoice-app-labeled-currency-input__wrap {
  position: relative;
}
div.flexchoice-app-labeled-currency-input .flexchoice-app-labeled-currency-input__wrap .flexchoice-app-labeled-currency-input__wrap__value {
  font-size: 15px;
  color: #333333;
  text-transform: none;
  font-family: Roboto;
  background-color: #FFFFFF;
  border-radius: 0;
  border: 2px solid #8D8D8D;
  box-shadow: inset 5px 5px 0px #E9E9E9;
  box-sizing: border-box;
  height: 50px;
  margin: 0;
  padding: 15px 20px;
  width: 100%;
}
div.flexchoice-app-labeled-currency-input .flexchoice-app-labeled-currency-input__wrap .flexchoice-app-labeled-currency-input__wrap__value:disabled {
  background-color: #E9E9E9;
  cursor: not-allowed;
}
div.flexchoice-app-labeled-currency-input .flexchoice-app-labeled-currency-input__wrap .flexchoice-app-labeled-currency-input__wrap__error-msg {
  position: absolute;
  left: 100%;
  margin-top: -55px;
  margin-left: 5px;
  text-align: center;
  width: 320px;
  height: 60px;
  z-index: 2200;
  font-size: 13px;
  color: #696759;
  text-transform: none;
  font-family: Roboto Bold;
  background-color: #FFFFFF;
  border: 1px solid #e34444;
  color: #e34444;
  display: flex;
  justify-content: center;
  align-items: center;
}
div.flexchoice-app-labeled-currency-input .flexchoice-app-labeled-currency-input__wrap .flexchoice-app-labeled-currency-input__wrap__error-msg::after {
  content: " ";
  position: absolute;
  top: 50%;
  /* At the bottom of the tooltip */
  left: 0;
  margin-left: -20px;
  margin-top: -10px;
  border-width: 10px;
  border-style: solid;
  border-color: transparent #e34444 transparent transparent;
}
div.flexchoice-app-labeled-currency-input .flexchoice-app-labeled-currency-input__wrap .flexchoice-app-labeled-currency-input__wrap__error-msg div {
  padding: 15px;
}

div.flexchoice-app-labeled-toggle .flexchoice-app-labeled-toggle__label {
  margin-bottom: 4px;
  font-size: 15px;
  color: #333333;
  text-transform: none;
  font-family: Roboto;
}
div.flexchoice-app-labeled-toggle .flexchoice-app-labeled-toggle__elements {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
div.flexchoice-app-labeled-toggle .flexchoice-app-labeled-toggle__elements .flexchoice-app-labeled-toggle__elements__el {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1 1 40px;
  height: 50px;
  text-align: center;
  border-radius: 0;
  background: #FFFFFF;
  cursor: pointer;
  font-size: 15px;
  color: #00465A;
  text-transform: none;
  font-family: Roboto;
  border: 1px solid #C9C9C9;
  transition: all 0.25s ease-in-out;
}
div.flexchoice-app-labeled-toggle .flexchoice-app-labeled-toggle__elements .flexchoice-app-labeled-toggle__elements__el.flexchoice-app-labeled-toggle__selected {
  color: #FFFFFF;
  background: #00465A;
}
div.flexchoice-app-labeled-toggle .flexchoice-app-labeled-toggle__elements .flexchoice-app-labeled-toggle__elements__el:disabled {
  background-color: #E9E9E9;
  cursor: not-allowed;
}
div.flexchoice-app-labeled-toggle .flexchoice-app-labeled-toggle__elements .flexchoice-app-labeled-toggle__elements__el:first-child {
  border-right: 0;
}
div.flexchoice-app-labeled-toggle .flexchoice-app-labeled-toggle__elements .flexchoice-app-labeled-toggle__elements__el .toggle-shim {
  width: 100%;
  height: 8px;
}

.flexchoice-app-totals-ft .totals__total-label__left__iwd,
.flexchoice-app-totals-ft .totals__total-label__left__value:nth-child(2),
.flexchoice-app-totals-ft .totals__total-label__left__sub,
.flexchoice-app-totals-ft .totals__total-label__v-divide,
.flexchoice-app-totals-ft .totals__total-label__right__iwd,
.flexchoice-app-totals-ft .totals__total-label__right__value:nth-child(1),
.flexchoice-app-totals-ft .totals__total-label__right__sub {
  display: none;
}

div.flexchoice-app-totals {
  flex: 1 1 100%;
  height: 80px;
  z-index: 1100;
  border-bottom: 1px solid #C9C9C9;
}
@media (min-width: 1024px) {
  div.flexchoice-app-totals {
    height: 70px;
  }
}
div.flexchoice-app-totals__wrap {
  display: flex;
  flex-direction: row;
  height: 100%;
}
div.flexchoice-app-totals__total-label {
  padding: 10px;
  flex: 1 1 50%;
}
@media (min-width: 1024px) {
  div.flexchoice-app-totals__total-label {
    padding: 10px 15px;
  }
}
div.flexchoice-app-totals__total-label:first-child {
  border-right: 1px solid #C9C9C9;
}
div.flexchoice-app-totals__total-label__label .flexchoice-app-help-tooltip {
  font-size: 10px;
  text-transform: none;
  font-family: Roboto;
}
div.flexchoice-app-totals__total-label__left__value, div.flexchoice-app-totals__total-label__right__value {
  font-size: 13px;
  text-transform: none;
  font-family: Roboto;
}
@media (min-width: 1024px) {
  div.flexchoice-app-totals__total-label__left__value, div.flexchoice-app-totals__total-label__right__value {
    font-size: 15px;
    text-transform: none;
    font-family: Roboto;
  }
}
div.flexchoice-app-totals__total-label__left__iwd, div.flexchoice-app-totals__total-label__left__sub, div.flexchoice-app-totals__total-label__right__iwd, div.flexchoice-app-totals__total-label__right__sub {
  font-size: 8px;
  text-transform: none;
  font-family: Roboto;
}
div.flexchoice-app-totals__total-label__left__value, div.flexchoice-app-totals__total-label__left__sub {
  color: #753BBD;
}
div.flexchoice-app-totals__total-label__right__value, div.flexchoice-app-totals__total-label__right__sub {
  color: #00AEEF;
}
div.flexchoice-app-totals__total-label__right__sub {
  flex: 1 1 50%;
  border-right: 0;
}
div.flexchoice-app-totals__total-label__right__sub:first-of-type {
  margin-right: 15px;
}
div.flexchoice-app-totals__total-label__wrap-container {
  display: flex;
}
div.flexchoice-app-totals__total-label__wrap-item {
  flex: 1 1 50%;
}
@media (min-width: 1024px) {
  div.flexchoice-app-totals__total-label__wrap-item {
    display: flex;
    align-items: center;
  }
}
div.flexchoice-app-totals__total-label__wrap-item:first-child {
  border-right: 1px solid #C9C9C9;
  margin-right: 15px;
}
div.flexchoice-app-totals__total-label__wrap-item > div:first-child {
  margin-right: 5px;
}

div.flexchoice-app-graph {
  height: 410px;
  flex: 1 1 100%;
}
@media (min-width: 1024px) {
  div.flexchoice-app-graph {
    flex: 1 1 100%;
  }
}

svg.flexchoice-app-graph-svg {
  overflow: visible !important;
  -webkit-transform: translateZ(0);
  max-width: 844px;
}
svg.flexchoice-app-graph-svg .area {
  fill: #E9E9E9;
  stroke-width: 0;
}
svg.flexchoice-app-graph-svg .grid .tick {
  stroke: #333333;
  stroke-opacity: 0.7;
  shape-rendering: crispEdges;
}
svg.flexchoice-app-graph-svg .grid path {
  stroke-width: 0;
}
svg.flexchoice-app-graph-svg .axis path,
svg.flexchoice-app-graph-svg .axis line {
  fill: none;
  stroke: #333333;
  stroke-width: 1;
  shape-rendering: crispEdges;
}
svg.flexchoice-app-graph-svg .axis text {
  font-size: 11px;
}
svg.flexchoice-app-graph-svg .y.axis text {
  display: none;
}
svg.flexchoice-app-graph-svg .x text {
  font-size: 10px;
  text-transform: none;
  font-family: Roboto;
}
svg.flexchoice-app-graph-svg .x-axis-label {
  text-align: right;
  font-size: 10px;
  text-transform: none;
  font-family: Roboto;
}
svg.flexchoice-app-graph-svg .y-axis-label {
  text-align: right;
  font-size: 10px;
  text-transform: none;
  font-family: Roboto;
}
svg.flexchoice-app-graph-svg .marker path {
  stroke: #8D8D8D;
  stroke-dasharray: 2, 3;
  stroke-width: 3px;
}
svg.flexchoice-app-graph-svg .marker-x .marker-x-label {
  width: 90px;
  line-break: auto;
}
svg.flexchoice-app-graph-svg .marker-top-label {
  fill: #333333;
  font-size: 8px;
  text-transform: none;
  font-family: Roboto;
}
svg.flexchoice-app-graph-svg .marker-chevron-label {
  fill: #ffffff;
  font-size: 10px;
  text-transform: none;
  font-family: Roboto;
}
svg.flexchoice-app-graph-svg .marker-chevron-label-orange {
  fill: #753BBD;
  font-size: 10px;
  text-transform: none;
  font-family: Roboto;
}
svg.flexchoice-app-graph-svg .marker-chevron-label-green {
  fill: #00AEEF;
  font-size: 10px;
  text-transform: none;
  font-family: Roboto;
}
svg.flexchoice-app-graph-svg .marker-chevron-label-sub {
  fill: #333333;
  font-size: 8px;
  color: #333333;
  text-transform: none;
  font-family: Roboto;
}
svg.flexchoice-app-graph-svg .bb-label {
  fill: #00AEEF;
  font-size: 10px;
  text-transform: none;
  font-family: Roboto;
}
svg.flexchoice-app-graph-svg .av-label {
  fill: #333333;
  font-size: 10px;
  text-transform: none;
  font-family: Roboto;
}

div.flexchoice-app-nav-bottom {
  height: 100px;
  display: flex;
  flex: 1 1 100%;
  justify-content: space-around;
  align-items: center;
  border-top: 1px solid #C9C9C9;
}

button.flexchoice-app-icon-button {
  text-align: center;
  font-size: 10px;
  color: #333333;
  text-transform: none;
  font-family: Roboto;
  padding-bottom: 2px;
  background-color: transparent;
  border: 0;
  cursor: pointer;
}
button.flexchoice-app-icon-button:disabled {
  cursor: not-allowed;
  color: #C9C9C9;
}
button.flexchoice-app-icon-button:disabled img {
  opacity: 0.5;
}
button.flexchoice-app-icon-button img {
  margin-bottom: 5px;
  height: 30px;
}
button.flexchoice-app-icon-button.flexchoice-app-icon-button__selected {
  border-bottom: 2px solid #00465A;
}

div.mcm-dual div.flexchoice-app-mcm__age-column {
  margin-top: 40px;
}

div.mcm-single div.flexchoice-app-mcm__age-column {
  margin-top: 40px;
}

div.flexchoice-app-mcm-open {
  display: flex;
}

div.flexchoice-app-mcm-closed {
  display: none;
}

div.flexchoice-app-mcm {
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2500;
  background-color: rgba(255, 255, 255, 0.9);
}
div.flexchoice-app-mcm sup {
  position: absolute;
  font-size: 10px;
  margin-left: 1px;
}
div.flexchoice-app-mcm .mcmt__row__50 {
  position: relative;
}
div.flexchoice-app-mcm.flexchoice-app-mcm-inline {
  display: none;
}
div.flexchoice-app-mcm__box {
  background-color: #FFFFFF;
  position: relative;
  top: 40px;
  width: 100%;
  max-width: 960px;
  height: calc(100% + 50px);
  padding: 10px 40px;
  margin: 0 15px;
  border: 1px solid #C9C9C9;
  box-shadow: 10px 10px 0px #C9C9C9;
}
div.flexchoice-app-mcm__head {
  text-align: center;
  font-size: 20px;
  color: #333333;
  text-transform: none;
  font-family: Roboto Bold;
  margin: 0 0 30px;
}
div.flexchoice-app-mcm__wrap {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  div.flexchoice-app-mcm__wrap {
    flex-direction: row;
  }
}
div.flexchoice-app-mcm__frame {
  overflow-y: scroll;
  max-height: 73%;
  margin-top: 50px;
}
div.flexchoice-app-mcm__frame {
  line-height: normal;
}
div.flexchoice-app-mcm__subtitle {
  position: relative;
  font-size: 14px;
  text-transform: none;
  font-family: Roboto;
}
div.flexchoice-app-mcm__close {
  position: absolute;
  top: 15px;
  right: 15px;
  height: 27px;
  width: 27px;
  cursor: pointer;
  background-image: url(/content/dam/bhf/admin/tools/flexchoice-classic/assets/images/close.svg);
  background-repeat: no-repeat;
}
div.flexchoice-app-mcm__column {
  flex: 2 2 200px;
  margin-bottom: 25px;
}
@media (min-width: 1024px) {
  div.flexchoice-app-mcm__column {
    padding-right: 18px;
    margin: 0;
  }
  div.flexchoice-app-mcm__column:last-child {
    padding-right: 0;
  }
}
div.flexchoice-app-mcm__column table {
  margin-top: 15px;
}
div.flexchoice-app-mcm__column table th {
  font-size: 13px;
  color: #8D8D8D;
  text-transform: none;
  font-family: Roboto;
  border-bottom: 1px solid #8D8D8D;
  padding-bottom: 15px;
}
div.flexchoice-app-mcm__column table td {
  font-size: 10px;
  color: #333333;
  text-transform: none;
  font-family: Roboto;
  padding: 5px;
  text-align: center;
}
div.flexchoice-app-mcm__column table tr:nth-child(even) {
  background-color: #F7F7F7;
}
@media (min-width: 1024px) {
  div.flexchoice-app-mcm__column table {
    width: 100%;
  }
}
div.flexchoice-app-mcm__column.flexchoice-app-mcm__age-column {
  flex: 0 1 59px;
  display: none;
}
@media (min-width: 1024px) {
  div.flexchoice-app-mcm__column.flexchoice-app-mcm__age-column {
    display: block;
  }
}
div.flexchoice-app-mcm__column__main-data {
  flex: 2 2 200px;
}
div.flexchoice-app-mcm__table-wrap {
  display: flex;
}
div.flexchoice-app-mcm__table-wrap table {
  width: 100%;
}
div.flexchoice-app-mcm .flexchoice-app-mcm__tablet-age {
  flex: 0 1 59px;
  padding-right: 10px;
}
@media (min-width: 1024px) {
  div.flexchoice-app-mcm .flexchoice-app-mcm__tablet-age {
    display: none;
  }
}
div.flexchoice-app-mcm__disclaimer {
  font-size: 8px;
  color: #8D8D8D;
  text-transform: none;
  font-family: Roboto;
  line-height: 12px;
  padding: 10px 0;
}
div.flexchoice-app-mcm__disclaimer ol {
  list-style: decimal;
  list-style-position: inside;
}
div.flexchoice-app-mcm__disclaimer p {
  display: inline;
}
div.flexchoice-app-mcm__title-variable, div.flexchoice-app-mcm__title-constant {
  font-size: 15px;
  color: #696759;
  text-transform: none;
  font-family: Roboto Bold;
}
div.flexchoice-app-mcm__title-variable {
  color: #00b0b9;
}
div.flexchoice-app-mcm__title-constant {
  color: #97d700;
}
div.flexchoice-app-mcm div.flexchoice-variable div.flexchoice-app-mcm__head {
  display: none;
}

div.flexchoice-print-modal {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2500;
  opacity: 0;
  opacity: 1 \9 ;
  /*just in case ie*/
  -webkit-animation: fadein ease-in-out 1;
  -moz-animation: fadein ease-in-out 1;
  -ms-animation: fadein ease-in-out 1;
  -o-animation: fadein ease-in-out 1;
  animation: fadein ease-in-out 1;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 300ms;
  -moz-animation-duration: 300ms;
  -ms-animation-duration: 300ms;
  -o-animation-duration: 300ms;
  animation-duration: 300ms;
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -ms-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
}
div.flexchoice-print-modal__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
}
div.flexchoice-print-modal__box {
  position: absolute;
  left: 50%;
  margin-left: -300px;
  margin-top: 120px;
  width: 600px;
  height: 570px;
  background: #ffffff;
  border: 1px solid #C9C9C9;
  box-shadow: 10px 10px 0 #C9C9C9;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
div.flexchoice-print-modal__box__details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
div.flexchoice-print-modal__box__details__title {
  font-size: 20px;
  color: #696759;
  text-transform: none;
  font-family: Roboto Bold;
  margin-bottom: 35px;
  color: #333333;
}
div.flexchoice-print-modal__box__details__input {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}
div.flexchoice-print-modal__box__details__input label {
  font-size: 15px;
  text-transform: none;
  font-family: Roboto;
  margin-bottom: 3px;
}
div.flexchoice-print-modal__box__details__input input {
  font-size: 15px;
  color: #333333;
  text-transform: none;
  font-family: Roboto;
  background-color: #FFFFFF;
  border-radius: 0;
  border: 2px solid #8D8D8D;
  box-shadow: inset 5px 5px 0px #E9E9E9;
  box-sizing: border-box;
  height: 50px;
  margin: 0;
  padding: 15px 20px;
  width: 100%;
  width: 400px;
}
div.flexchoice-print-modal__box__details__input input:disabled {
  background-color: #E9E9E9;
  cursor: not-allowed;
}
div.flexchoice-print-modal__box__buttons__button {
  border-radius: 0;
  border: 0;
  background-color: #00465A;
  width: 200px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 17px;
  color: #FFFFFF;
  text-transform: none;
  font-family: Roboto Bold;
  text-decoration: none;
  cursor: pointer;
}
div.flexchoice-print-modal__box__close {
  position: absolute;
  top: 15px;
  right: 15px;
  height: 27px;
  width: 27px;
  cursor: pointer;
  background-image: url(/content/dam/bhf/admin/tools/flexchoice-classic/assets/images/close.svg);
  background-repeat: no-repeat;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
}
div.flexchoice-app-overlay-message {
  position: absolute;
  width: 245px;
  background: #ffffff;
  border: 1px solid #333333;
  z-index: 2100;
  opacity: 0;
  opacity: 1 \9 ;
  /*just in case ie*/
  -webkit-animation: fadein ease-in-out 1;
  -moz-animation: fadein ease-in-out 1;
  -ms-animation: fadein ease-in-out 1;
  -o-animation: fadein ease-in-out 1;
  animation: fadein ease-in-out 1;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 500ms;
  -moz-animation-duration: 500ms;
  -ms-animation-duration: 500ms;
  -o-animation-duration: 500ms;
  animation-duration: 500ms;
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -ms-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
}
div.flexchoice-app-overlay-message__wrap__text {
  width: 225px;
  margin: 10px;
  font-size: 13px;
  color: #333333;
  text-transform: none;
  font-family: Roboto;
}
div.flexchoice-app-overlay-message .hid-arrow {
  position: absolute;
}

.balloon {
  position: absolute;
  width: 250px;
  height: 180px;
  background: #ffffff;
  padding: 10px;
}

div.flexchoice-app-help-tooltip {
  display: inline-block;
  font-size: 15px;
  color: #00465A;
  text-transform: none;
  font-family: Roboto;
  border-bottom: 2px dashed #00465A;
  cursor: help;
}
div.flexchoice-app-help-tooltip__balloon {
  position: absolute;
  z-index: 2600;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease-in-out;
}
div.flexchoice-app-help-tooltip__balloon__title {
  font-size: 20px;
  color: #333333;
  text-transform: none;
  font-family: Roboto;
}
div.flexchoice-app-help-tooltip__balloon__text {
  font-size: 15px;
  color: #333333;
  text-transform: none;
  font-family: Roboto;
}
div.flexchoice-app-help-tooltip__balloon-right {
  width: 290px;
  height: 175px;
  margin-top: -85px;
  margin-left: 24px;
  background-image: url(/content/dam/bhf/admin/tools/flexchoice-classic/assets/images/tt-bg-l.png);
  background-repeat: no-repeat;
}
div.flexchoice-app-help-tooltip__balloon-right .help-tooltip__balloon__title {
  margin: 15px 0 0 25px;
  width: 255px;
}
div.flexchoice-app-help-tooltip__balloon-right .help-tooltip__balloon__text {
  margin: 5px 0 0 25px;
  width: 255px;
}
div.flexchoice-app-help-tooltip__balloon-bottom {
  width: 263px;
  height: 193px;
  margin-top: 5px;
  margin-left: -125px;
  background-image: url(/content/dam/bhf/admin/tools/flexchoice-classic/assets/images/tt-bg-t.png);
  background-repeat: no-repeat;
}
div.flexchoice-app-help-tooltip__balloon-bottom .help-tooltip__balloon__title {
  margin: 25px 0 0 20px;
  width: 228px;
}
div.flexchoice-app-help-tooltip__balloon-bottom .help-tooltip__balloon__text {
  margin: 5px 0 0 20px;
  width: 228px;
}

div.flexchoice-app-printout-details {
  display: none;
}
div.flexchoice-app-printout-details__row {
  display: flex;
  flex-direction: column;
  margin-bottom: 5px;
  padding: 10px;
}
div.flexchoice-app-printout-details__row span.flexchoice-app-printout-details__row__label {
  text-transform: uppercase;
  font-size: 12px;
  color: #696759;
  text-transform: none;
  font-family: Roboto Bold;
}
div.flexchoice-app-printout-details__row span.flexchoice-app-printout-details__row__value {
  font-size: 12px;
  text-transform: none;
  font-family: Roboto;
  margin-left: 5px;
}
div.flexchoice-app-printout-details__row.flexchoice-app-printout-details__logo {
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
div.flexchoice-app-printout-details__row.flexchoice-app-printout-details__logo p {
  font-size: 11px;
  text-transform: none;
  font-family: Roboto;
}
div.flexchoice-app-printout-details__row.flexchoice-app-printout-details__user-info {
  text-align: right;
}
div.flexchoice-app-printout-details__row.flexchoice-app-printout-details__graph-data .flexchoice-app-printout-details__graph-data__details-container div {
  display: inline-block;
  margin: 0 15px 10px 0;
  font-size: 12px;
  text-transform: none;
  font-family: Roboto;
}
div.flexchoice-app-printout-details__row.flexchoice-app-printout-details__graph-data .flexchoice-app-printout-details__graph-data__detail {
  font-size: 12px;
  color: #696759;
  text-transform: none;
  font-family: Roboto Bold;
  text-transform: capitalize;
}
div.flexchoice-app-printout-details__row h1.flexchoice-app-printout-details__row__title {
  font-size: 20px;
  text-transform: none;
  font-family: Roboto;
  margin-bottom: 25px;
}

ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}

button:focus {
  outline: 0;
}

#router-container {
  display: none;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
  width: 100%;
  height: 930px;
  padding: 10px 0;
  position: relative;
  background-color: #F7F7F7;
}
@media (min-width: 640px) {
  #router-container {
    display: block;
  }
}
@media (min-width: 1024px) {
  #router-container {
    height: 600px;
  }
}

#flexchoice-app-mobile {
  display: block;
}
@media (min-width: 640px) {
  #flexchoice-app-mobile {
    display: none;
  }
}

.tooltipster-base {
  display: none;
}
@media (min-width: 640px) {
  .tooltipster-base {
    display: block;
  }
}

.print-window .graph {
  left: 230px;
  margin-left: 30px;
  width: 690px;
}
.print-window .graph svg {
  width: 690px !important;
}
.print-window .controls {
  top: 0;
  width: 250px;
  height: 580px;
}
.print-window .controls__expanded {
  top: 0;
}
.print-window .controls__wrap {
  left: 0;
  margin-left: 0;
  width: 100%;
  height: 580px;
}
.print-window .controls__col__right {
  margin-top: 0;
}
.print-window .controls__what-if {
  left: 12px;
  bottom: 54px;
  width: 215px;
}
.print-window .controls__bottom {
  left: 0;
  margin-left: 0;
}
.print-window .labeled-input__wrap__bg {
  display: none;
}
.print-window .nav-bottom {
  top: 490px;
  left: 230px;
  margin-left: 30px;
  width: calc(100% - 271px);
}
.print-window .nav-bottom__show {
  left: 250px;
}
.print-window .nav-bottom__hide {
  left: -100%;
}
.print-window .totals {
  left: 250px;
  right: 0;
}
.print-window .totals__total-label__label {
  font-size: 16px;
}
.print-window .totals__total-label__left__value {
  font-size: 26px;
}
.print-window .totals__total-label__left__iwd {
  font-size: 10px;
}
.print-window .totals__total-label__right__value {
  font-size: 26px;
}
.print-window .totals__total-label__right__iwd {
  font-size: 10px;
}
.print-window .app-main__legal {
  top: 584px;
}
.print-window .app-main__legal-expanded {
  top: 584px;
}
.print-window div.flexchoice-app-mcm__box {
  position: relative;
  top: 0;
}
.print-window div#router-container {
  display: block;
  background-color: transparent;
}
.print-window div#router-container .flexchoice-app-graph-container {
  max-width: 100%;
}
.print-window div#flexchoice-app-mobile {
  display: none;
}
.print-window .flexchoice-app-no-print {
  display: none;
}
.print-window div.flexchoice-app-mcm__column table td {
  padding: 3px;
}
.print-window div.flexchoice-app-mcm__column {
  margin-bottom: 0;
}
.print-window div.flexchoice-app-mcm__head {
  margin-bottom: 10px;
}
.print-window div.app-main {
  border: none;
  width: 100%;
  max-width: none;
  display: block;
}
.print-window div.flexchoice-app-disclosure-text {
  display: block !important;
  page-break-before: always;
}
.print-window div.flexchoice-app-disclosure-text div {
  font-size: 16px;
  text-transform: none;
  font-family: Roboto;
}
.print-window div.flexchoice-app-disclosure-text p {
  margin-top: 15px;
  font-size: 9px;
  text-transform: none;
  font-family: Roboto;
}
.print-window div.flexchoice-app-mcm div.flexchoice-app-mcm__frame div.flexchoice-app-mcm__head {
  display: none;
}
.print-window div.flexchoice-app-mcm div.flexchoice-app-mcm__frame div.flexchoice-app-mcm__wrap {
  display: block;
}
.print-window div.flexchoice-app-mcm div.flexchoice-app-mcm__frame div.flexchoice-app-mcm__wrap div.flexchoice-app-mcm__head {
  display: block;
}
.print-window div.flexchoice-steady,
.print-window div.flexchoice-variable {
  page-break-before: always;
}
.print-window div.flexchoice-app-mcm__disclaimer {
  page-break-before: always;
  font-size: 12px;
  text-transform: none;
  font-family: Roboto;
}
.print-window div.flexchoice-app-mcm-inline {
  position: relative;
  height: auto;
}
.print-window div.flexchoice-app-mcm-inline.flexchoice-app-mcm-closed {
  display: flex;
}
.print-window div.flexchoice-app-mcm-inline div.flexchoice-app-mcm__box {
  max-width: 100%;
  height: auto;
  box-shadow: 0 0 0 transparent;
  border: none;
}
.print-window div.flexchoice-app-mcm-inline div.flexchoice-app-mcm__frame {
  overflow-y: visible;
  max-height: none;
  margin-top: 0;
}
.print-window div.flexchoice-app-printout-details {
  display: block;
}
.print-window div.flexchoice-app-mcm__disclaimer {
  font-size: 16px;
  text-transform: none;
  font-family: Roboto;
  line-height: normal;
}
.print-window div.flexchoice-app-mcm__disclaimer p {
  display: block;
  margin-bottom: 15px;
}
.print-window div.flexchoice-app-mcm__wrap {
  display: block;
}
.print-window div.flexchoice-app-mcm__table-wrap {
  display: block;
}
.print-window div.flexchoice-app-mcm__table-wrap::after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.print-window div.flexchoice-app-mcm__tablet-age {
  width: 5%;
  float: left;
}
.print-window div.flexchoice-app-mcm__column__main-data {
  width: 90%;
  float: left;
}
.print-window div.flexchoice-app-mcm__disclaimer {
  clear: both;
}
.print-window div.flexchoice-app-mcm-inline.flexchoice-app-mcm-closed {
  display: block;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .print-window div.flexchoice-app-mcm__wrap {
    display: block;
  }
  .print-window div.flexchoice-app-mcm__table-wrap {
    display: block;
  }
  .print-window div.flexchoice-app-mcm__table-wrap::after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
  }
  .print-window div.flexchoice-app-mcm__tablet-age {
    width: 5%;
    float: left;
  }
  .print-window div.flexchoice-app-mcm__column__main-data {
    width: 90%;
    float: left;
  }
  .print-window div.flexchoice-app-mcm__disclaimer {
    clear: both;
  }
  .print-window div.flexchoice-app-mcm__disclaimer ol {
    list-style: decimal;
    list-style-position: inside;
  }
  .print-window div.flexchoice-app-mcm-inline.flexchoice-app-mcm-closed {
    display: block;
  }
  .print-window div.div.flexchoice-app-mcm__column table td {
    padding: 3px;
  }
}

/*# sourceMappingURL=index.css.map*/