@charset "UTF-8";
@font-face {
  font-family: "infra-regular";
  font-style: normal;
  font-weight: normal;
  src: local("☺"), url("/xpf_calculators/shared/fonts/infra-reg.woff") format("woff");
}
@font-face {
  font-family: "infra-medium";
  font-style: normal;
  font-weight: normal;
  src: local("☺"), url("/xpf_calculators/shared/fonts/infra-medium.woff") format("woff");
}
@font-face {
  font-family: "ampersans-regular";
  font-style: normal;
  font-weight: normal;
  src: local("☺"), url("/xpf_calculators/shared/fonts/ampersans-regular.woff") format("woff");
}
.justify-content-end {
  display: flex;
  justify-content: end;
}

.justify-content-between {
  display: flex;
  justify-content: space-between;
}

.section-item {
  display: flex;
  align-items: center;
}

.section-title {
  font-size: 24px;
  font-family: infra-medium, sans-serif;
  margin: 0;
}

.align-center {
  display: flex;
  align-items: center;
}

i.arrowRight {
  width: 16px;
  height: 16px;
  margin-left: 8px;
  background: url(/xpf_calculators/shared/images/arrow-right-teal.svg) center no-repeat;
}

.vError, .vWarning {
  border-radius: 5px;
  box-shadow: 0 4px 6px #000000;
  padding: 10px;
  position: absolute;
  text-align: left;
  color: #ffffff;
  width: 178px;
  z-index: 101;
  margin-top: -8px;
  font-size: 14px;
  white-space: normal;
  top: 53px;
}
.vError .arrow, .vWarning .arrow {
  background-color: transparent !important;
  border-style: solid;
  border-width: 10px;
  height: 0;
  left: 50% !important;
  margin: 0 0 0 -10px;
  padding: 0 !important;
  position: absolute !important;
  top: -20px;
  width: 0;
}

.vWarning {
  left: 1%;
  margin-top: 42px;
  width: 245px;
}

.vError {
  background: #cc0000;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NjMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhZTAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #cc0000 0%, #ae0000 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cc0000), color-stop(100%, #ae0000));
  background: -webkit-linear-gradient(top, #cc0000 0%, #ae0000 100%);
  background: -o-linear-gradient(top, #cc0000 0%, #ae0000 100%);
  background: -ms-linear-gradient(top, #cc0000 0%, #ae0000 100%);
  background: linear-gradient(to bottom, #cc0000 0%, #ae0000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc0000', endColorstr='#ae0000',GradientType=0 );
}
.vError .arrow {
  border-color: transparent transparent #cc0000 transparent !important;
}

.vWarning {
  background: #fe6d00;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlNmQwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkOTVlMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #fe6d00 0%, #d95e00 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fe6d00), color-stop(100%, #d95e00));
  background: -webkit-linear-gradient(top, #fe6d00 0%, #d95e00 100%);
  background: -o-linear-gradient(top, #fe6d00 0%, #d95e00 100%);
  background: -ms-linear-gradient(top, #fe6d00 0%, #d95e00 100%);
  background: linear-gradient(to bottom, #fe6d00 0%, #d95e00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe6d00', endColorstr='#d95e00',GradientType=0 );
}
.vWarning .arrow {
  border-color: transparent transparent #fe6d00 transparent !important;
}

.vWarning a {
  background: linear-gradient(to bottom, #fe6d00 0px, #d95e00 100%) repeat scroll 0 0 transparent;
  border: 1px solid #ad4800;
  border-radius: 4px;
  color: white;
  cursor: pointer;
  font-weight: bold;
  line-height: 16px;
  padding: 0 5px 2px;
  position: absolute;
  right: 5px;
  top: 5px;
}

#important_information .panel-calc-header {
  padding-left: calc(2.5rem + 64px);
}
#important_information .panel-calc-important-info {
  font-size: 0.8em;
}
#important_information .panel-calc-important-info a {
  text-decoration: underline;
}
#important_information .panel-calc-important-info a:hover {
  text-decoration: none;
}

.no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#combicalc_wrapper, #combicalc_intropanel {
  display: none;
}

@media (min-width: 48em) {
  #combicalc_wrapper, #combicalc_intropanel {
    display: block;
  }
}
#combicalc_firstPanel .alert {
  display: none;
}

.lt-ie10 #combicalc_firstPanel .alert {
  display: block;
}

#combicalc_firstPanel .panel-callout-calc p a {
  color: #fff;
  text-decoration: underline;
}

.lt-ie10 #combicalc_firstPanel .panel-callout-calc {
  display: none;
}

.large-figure {
  font-size: 2rem;
}

.combicalc-mobile-message {
  padding: 1.25rem;
  border: 3px solid #E3580B;
  border-radius: 6px;
}

@media (min-width: 48em) {
  .combicalc-mobile-message {
    display: none;
  }
}
.panel-white-rounded {
  background-color: #F5F3ED;
}

.panel-calc-active {
  border-left: 10px solid #0DA88A;
}

.panel-grey-rounded {
  background-color: #F5F3ED;
  padding: 1rem;
}

@media (min-width: 48em) {
  .panel-grey-rounded {
    padding: 1rem;
    margin-top: 0.2rem;
  }
}
.section-hide-default {
  display: none;
  opacity: 0;
  overflow: hidden;
}
.section-hide-default.in {
  overflow: visible;
}

.will-collapse {
  overflow: hidden;
}

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

.hidden {
  display: none;
}

.div-flex {
  display: flex;
}
.div-flex .lblTxt {
  flex: 1 1 auto;
}
.div-flex .helpTxt {
  align-items: center;
}

.panel-calc {
  transition: border-color 0.3s ease;
  margin-bottom: 1.5625rem;
}

.panel-calc-content {
  border: 2px solid transparent;
  transition: border-color 0.3s ease;
  border-radius: 3px;
  position: relative;
}

.panel-calc-header {
  display: flex;
  align-items: center;
}
.panel-calc-header:after {
  content: "";
  display: table;
  clear: both;
}
.panel-calc-header .icon-circle-stroke {
  border-color: #d6d7d7;
  fill: #d6d7d7;
  position: absolute;
  left: 1.25rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: fill 0.3s, background-color 0.3s, border-color 0.3s;
}

.panel-calc-nosummary .panel-calc-header {
  display: flex;
  padding: 1rem;
}

.panel-calc-heading {
  color: #a0a3a4;
  transition: color 0.3s linear;
}

.panel-calc-active .panel-calc-content .panel-calc-heading {
  color: #2f2f2f;
}
.panel-calc-active .panel-calc-header .icon-circle-stroke {
  background-color: #118380;
  fill: #ffffff;
  border-color: #118380;
}
.panel-calc-active .panel-calc-help-bar {
  left: -100px;
}
.panel-calc-active .calc-cash-msg-side {
  width: auto;
  height: auto;
  overflow: visible;
}
.panel-calc-active .panel-calc-header-intro {
  display: block;
}
.panel-calc-active.panel-calc-heading {
  color: #023467;
}

.panel-calc-active#combicalc_increase-contributions .panel-calc-content,
.panel-calc-active#combicalc_intropanel .panel-calc-content {
  border: none;
}

.panel-calc-active .panel-calc-heading {
  color: #023467;
}

#combicalc_increase-contributions {
  border-left: 0;
}
#combicalc_increase-contributions .panel-callout-calc {
  border-radius: 0;
}
#combicalc_increase-contributions .panel-callout-calc.panel-teal {
  display: flex;
  background-color: #055a60;
}
#combicalc_increase-contributions .panel-callout-calc.panel-teal p {
  color: white;
  margin: 0;
}

.panel-calc-summary {
  display: none;
}
.panel-calc-summary .panel-calc-header {
  justify-content: space-between;
}
.panel-calc-summary .panel-calc-header > div:nth-child(1) {
  flex: 3;
}
.panel-calc-summary .panel-calc-header > div:nth-child(2) {
  flex: 2;
}
.panel-calc-summary .panel-calc-header > div:nth-child(3) {
  flex: 1;
}

.panel-calc-summary-text {
  display: flex;
  font-size: 0.8em;
}
.panel-calc-summary-text p {
  margin-bottom: 0;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  line-height: 1.3;
}
.panel-calc-summary-text p strong {
  font-weight: 600;
  font-size: 1.2rem;
}

.panel-calc-overlay-backing {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: #000000;
  z-index: 19;
  opacity: 0;
  width: 0;
  height: 0;
}

.panel-calc-help {
  display: none;
  position: absolute;
  width: 75%;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #ffffff;
  z-index: 20;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition-delay: 0.3s;
  padding: 1.25rem;
  border-radius: 0 2px 2px 0;
}

@media (min-width: 62em) {
  .panel-calc-help {
    transition-delay: 0s;
  }
}
.panel-calc-help-bar {
  position: absolute;
  background-color: #666D70;
  bottom: 0;
  top: 0;
  left: 0;
  width: 100px;
  cursor: pointer;
  transition: left 0.3s ease, bottom 0.3s ease;
}
.panel-calc-help-bar .icon-circle-stroke {
  fill: #cc0000;
  background-color: #ffffff;
  border-color: #cc0000;
}

.panel-calc-help-bar-text {
  font-size: 14px;
  line-height: 1.3;
  color: #ffffff;
}

.panel-calc-help-bar-icon {
  transition: top 0.3s ease;
  position: absolute;
  right: 0;
  top: 50%;
  text-align: center;
  fill: #ffffff;
  height: 5.625rem;
  margin-top: -2.8125rem;
  width: 100%;
}

@media (min-width: 62em) {
  .panel-calc-help-bar-icon {
    transition: none;
  }
}
@media (max-width: 61.9375em) {
  .panel-calc-help-inactive .panel-calc-help-bar {
    bottom: calc(100% - 110px);
    border-radius: 0 0 0 4px;
  }
  .panel-calc-help-inactive .panel-calc-help-bar-icon {
    top: 50% !important;
    margin-top: -38.5px !important;
    height: auto;
  }
}
.panel-calc-help-active .panel-calc-help {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.panel-calc-help-active .panel-calc-help-content-off {
  display: none;
}
.panel-calc-help-active .panel-calc-help-content-on {
  display: block;
}

.panel-calc-help-content {
  overflow-y: scroll;
}

.panel-calc-help-content-inner {
  padding: 1.25rem;
}

.panel-calc-help-content-on {
  display: none;
}

.panel-calc-content-inner {
  padding: 1.25rem;
  padding-top: 0;
}

@media (min-width: 62em) {
  .panel-calc-has-help .panel-calc-content-inner {
    padding-right: 7.125rem;
  }
}
.panel-calc-overlay-content {
  background-color: #ffffff;
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 21;
  padding: 1.25rem;
  border-radius: 6px;
}
.panel-calc-overlay-content .btn-close {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0.625rem;
  z-index: 3;
}
.panel-calc-overlay-content .btn-close .icon {
  width: 32px;
  height: 32px;
  fill: #cc0000;
}

.panel-calc-icon-close {
  border-width: 2px;
  background-color: #ffffff;
  right: 1.25rem;
  z-index: 16;
  cursor: pointer;
  transition: background-color 0.125s linear;
  display: none;
}
.panel-calc-icon-close .icon {
  transition: fill 0.125s linear;
  width: 12px;
  height: 12px;
}
.panel-calc-icon-close:hover {
  background-color: #cc0000;
}
.panel-calc-icon-close:hover .icon {
  fill: #ffffff;
}

.panel-calc-header-intro {
  width: 80%;
  margin-top: -1rem;
  padding-left: calc(64px + 2.5rem);
  padding-bottom: 1.25rem;
  display: none;
}

.panel-calc-amount-summary:after {
  content: "";
  display: table;
  clear: both;
}
.panel-calc-amount-summary .height-tracker-wrapper {
  padding-bottom: 1.25rem;
}

.panel-calc-refine-summary {
  background-color: #ffffff;
  padding: 1.25rem 1rem 0.625rem;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
  border-top: 1px solid #d6d7d7;
  margin-bottom: 1.5625rem;
}

.panel-calc-refine-summary-list {
  margin-top: 1.25rem;
  font-size: 1.16667rem;
  line-height: 1.5;
}

@media (min-width: 35.5em) {
  .panel-calc-refine-summary-list {
    font-size: 1.07692rem;
  }
}
@media (min-width: 48em) {
  .panel-calc-refine-summary-list {
    font-size: 1rem;
  }
}
@media (min-width: 62em) {
  .panel-calc-refine-summary-list {
    font-size: 0.875rem;
  }
}
@media (min-width: 75em) {
  .panel-calc-refine-summary-list {
    font-size: 0.88889rem;
  }
}
.panel-calc-refine-summary-list-item {
  padding: 0.625rem 0;
  border-bottom: 1px dashed #d6d7d7;
}
.panel-calc-refine-summary-list-item:last-child {
  border-bottom: 0;
}

.panel-calc-refine-summary-value {
  font-weight: 600;
}

.calc-summary-print {
  display: none;
}

.panel-calc-about .panel-grey-rounded {
  width: calc(100% - 8.5625rem);
}
.panel-calc-about #combicalc_btn_open_cash-lump-sum {
  position: absolute;
  right: 1.25rem;
  bottom: 1.25rem;
}

@media (min-width: 62em) {
  .panel-calc-about .panel-grey-rounded {
    position: relative;
    left: calc(64px + 1.25rem);
    width: calc(95% - 9.8125rem - 64px);
    height: auto;
  }
}
.panel-calc-about-name-group {
  height: 3.125rem;
}

.panel-calc-about-name-label {
  width: 8.125rem;
  line-height: 3.125rem;
}

.panel-calc-about-name-input {
  width: calc(100% - 8.125rem);
}

.panel-calc-about-age-group {
  height: 3.125rem;
}

.panel-calc-about-age-label {
  line-height: 3.125rem;
  width: 8.125rem;
}

.panel-calc-about-age-input {
  width: calc(100% - 8.125rem);
}

.panel-calc-about-pot-label {
  margin: 0;
  display: flex;
  font-size: 16px;
  font-family: infra-medium, sans-serif;
  line-height: 24px;
  width: 18.75rem;
}

.panel-section {
  padding: 32px 0;
  margin: 32px 0;
  border-top: 1px solid #DDD8C2;
  border-bottom: 1px solid #DDD8C2;
}

.slider.slider-horizontal {
  width: 100%;
  height: 55px;
}
.slider.slider-horizontal .slider-handle.custom {
  z-index: 1;
  width: 48px;
  height: 56px;
  margin-left: -24px;
  margin-top: -8px;
  border-radius: 0;
  box-shadow: none;
}
.slider.slider-horizontal .slider-handle.custom::before {
  display: none;
}
.slider.slider-horizontal .slider-track {
  height: 40px;
  margin-top: -20px;
  background: #ffffff;
  box-shadow: none;
  border-radius: 4px;
}

.slider .tooltip.top {
  margin-top: -50px;
  margin-left: 0 !important;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.slider .tooltip.top .tooltip-arrow {
  border-top-color: #d13c15;
}
.slider .tooltip-inner {
  padding: 6px 13px;
  border-radius: 4px;
  background-color: #d13c15;
}
.slider .tooltip-inner::after {
  content: "%";
}

.slider-selection {
  background-image: repeating-linear-gradient(135deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05) 10px, rgba(255, 255, 255, 0) 10px, rgba(255, 255, 255, 0) 20px);
  background-color: #68737a;
  border-radius: 4px 0 0 4px;
  box-shadow: none;
  transition: background-color 0.3s ease;
}

.slider-input-container {
  position: relative;
  margin-bottom: 1.5625rem;
}
.slider-input-container.safe .slider-selection {
  background-color: #4E9345;
}
.slider-input-container.safe .tooltip.top .tooltip-arrow {
  border-top-color: #4E9345;
}
.slider-input-container.safe .tooltip-inner {
  background-color: #4E9345;
}
.slider-input-container.warning .slider-selection {
  background-color: #E3580B;
}
.slider-input-container.warning .tooltip.top .tooltip-arrow {
  border-top-color: #E3580B;
}
.slider-input-container.warning .tooltip-inner {
  background-color: #E3580B;
}
.slider-input-container.danger .slider-selection {
  background-color: #b30000;
}
.slider-input-container.danger .tooltip.top .tooltip-arrow {
  border-top-color: #b30000;
}
.slider-input-container.danger .tooltip-inner {
  background-color: #b30000;
}
.slider-input-container .btn-slider-increment {
  position: absolute;
  top: 7px;
  right: 0;
}
.slider-input-container .btn-slider-increment-down {
  right: auto;
  left: 0;
}

.slider-track-high {
  border: 1px solid #d6d7d7;
  border-left: 0;
  border-radius: 0 4px 4px 0;
}

.svg_slider-handle {
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
}
.svg_slider-handle:hover, .svg_slider-handle:active {
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
}
.svg_slider-handle:hover .svg_slider-handle-left,
.svg_slider-handle:hover .svg_slider-handle-right, .svg_slider-handle:active .svg_slider-handle-left,
.svg_slider-handle:active .svg_slider-handle-right {
  fill: #ffffff;
}
.svg_slider-handle:hover .svg_slider-handle-bg {
  fill: #cc0000;
}
.svg_slider-handle:active .svg_slider-handle-bg {
  fill: #990000;
}
.svg_slider-handle:active .svg_slider-handle-stroke {
  fill: #990000;
}

.svg_slider-handle-bg {
  fill: #ffffff;
  transition: fill 0.2s ease;
}

.svg_slider-handle-stroke {
  fill: #cc0000;
  transition: fill 0.2s ease;
}

.svg_slider-handle-left, .svg_slider-handle-right {
  transition: -webkit-transform 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55), fill 0.2s ease;
  transition: transform 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55), fill 0.2s ease;
  fill: #cc0000;
}

.slider-input-container-wrap {
  margin: auto;
  width: calc(100% - 124px);
  position: relative;
  padding-bottom: 2.8125rem;
}

.btn-slider-increment {
  -webkit-user-select: none !important;
  -webkit-touch-callout: none !important;
}
.btn-slider-increment + .btn {
  margin: 0;
}
.btn-slider-increment .icon-circle-stroke {
  width: 40px;
  height: 40px;
  transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: background-color 0.3s ease, transform 0.3s ease;
}
.btn-slider-increment .icon-circle-stroke .icon {
  width: 26px;
  height: 26px;
  transition: fill 0.3s ease;
}
.btn-slider-increment:hover .icon-circle-stroke {
  background-color: #cc0000;
  fill: #ffffff;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.btn-slider-increment:active .icon-circle-stroke {
  transition-duration: 0.2s;
  -webkit-transform: scale(1);
  transform: scale(1);
  background-color: #b30000;
}

.sliderContainer {
  text-align: center;
  position: relative;
  margin-bottom: 20px;
  width: 100%;
  height: 70px;
  margin-top: -20px;
  margin: 0;
}
.sliderContainer .slider-input-container-wrap {
  width: 100%;
  padding-bottom: 0;
}
.sliderContainer .left, .sliderContainer .mid, .sliderContainer .right {
  position: absolute;
  top: 45px;
}
.sliderContainer .left em, .sliderContainer .mid em, .sliderContainer .right em {
  display: block;
  width: 40px;
  height: 10px;
}
.sliderContainer .left {
  left: 9px;
  text-align: left;
  display: block !important;
}
.sliderContainer .left em {
  border-left: 1px solid #cfd3d5;
}
.sliderContainer .mid {
  left: calc(50% - 2.1rem);
}
.sliderContainer .mid em {
  margin-left: 36px;
  border-left: 1px solid #cfd3d5;
}
.sliderContainer .mid em.yr {
  margin-left: 27px;
}
.sliderContainer .right {
  right: 5px;
}
.sliderContainer .right em {
  border-right: 1px solid #cfd3d5;
}
.sliderContainer .sliderBG {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 48px;
  z-index: 90;
  background-color: #EB5C37;
  border: 1px solid #055a60;
}
.sliderContainer .sliderBG .slid {
  background-color: #ffffff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 50%;
  border-color: transparent;
}
.sliderContainer .handle {
  background-color: white;
  border-radius: 100px;
  height: 48px;
  width: 63px;
  margin-left: 10px;
  cursor: pointer;
  position: absolute;
  z-index: 101;
  top: 0;
  border: 2px solid #055a60;
}
.sliderContainer .handle.hover {
  border: 2px solid #034C51;
}
.sliderContainer .handle:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 14px;
  transform: translate(-50%, -50%);
  height: 16px;
  width: 9px;
  background-image: url(/xpf_calculators/shared/images/chevron_left.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.sliderContainer .handle:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translate(-50%, -50%);
  height: 16px;
  width: 9px;
  background-image: url(/xpf_calculators/shared/images/chevron_right.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.sliderContainer.contributions-slider .left {
  left: 13px;
}
.sliderContainer.contributions-slider .mid {
  left: calc(50% - 2rem);
}
.sliderContainer.contributions-slider .right {
  right: 0px;
}

@media (max-width: 62em) {
  .sliderContainer {
    margin-top: 3.125rem;
    margin-right: 29px;
    margin-left: 0rem;
  }
  .sliderContainer.contributions-slider .left {
    left: 4px;
  }
}
@media (max-width: 320px) {
  .sliderContainer {
    width: 100%;
  }
}
.sTt {
  position: absolute;
  top: -50px;
  left: 50%;
  background: #D13C15;
  color: #ffffff;
  padding: 6px 10px 4px 10px;
  border-radius: 4px;
  font-size: 16px;
  text-align: center;
}
.sTt:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(204, 0, 0, 0);
  border-top-color: #D13C15;
  border-width: 5px;
  margin-left: -5px;
}

.btn-pill {
  background: none;
  border: none;
  border-radius: 0;
  color: initial;
  padding: 0;
  font-weight: normal;
  outline: 0;
}

.btn-invisible {
  padding: 0;
  background: none;
  height: auto;
  width: auto;
}
.btn-invisible .icon {
  fill: inherit;
}

.btn-slider-jump {
  position: absolute;
  bottom: 0;
  margin-left: 0 !important;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.btn-slider-jump:after {
  content: "";
  width: 1px;
  height: 10px;
  position: absolute;
  top: -15px;
  left: 50%;
  background-color: #d6d7d7;
  margin-left: -1px;
}
.btn-slider-jump[data-jump-to-value="0"] {
  left: 0;
}
.btn-slider-jump[data-jump-to-value="25"] {
  left: 25%;
}
.btn-slider-jump[data-jump-to-value="100"] {
  left: 100%;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 600;
}

.form-control {
  border: 1px solid #d6d7d7;
  padding: 0.3125rem 0.625rem;
  border-radius: 4px;
  display: block;
  width: 100%;
}
.form-control input[type=text] {
  border: 0;
  width: 100%;
}

.form-control-lg {
  height: 3.125rem;
}

.form-inline .form-group {
  display: inline-block;
}

.form-control-text-xs {
  font-size: 1.5rem;
  -webkit-font-smoothing: subpixel-antialiased;
}

.form-control-text-sm {
  font-size: 2rem;
  -webkit-font-smoothing: subpixel-antialiased;
}

.form-control-text-xl {
  font-family: infra-medium, sans-serif;
  font-size: 20px;
}

@media (max-width: 62em) {
  .form-control-text-xl.tbl {
    font-size: 1.5rem;
  }
}
@media (max-width: 320px) {
  .hdlTbl {
    font-size: 0.7rem;
  }
}
.block-pad {
  padding-bottom: 1.25rem;
}

.form-control-prefix {
  position: relative;
}

.form-control-prefix-field {
  border: 1px solid #d6d7d7;
  padding: 0.3125rem 0.625rem;
  border-radius: 4px;
  display: block;
  width: 100%;
  padding-left: 3.4375rem;
}

.form-control-prefix-item {
  position: absolute;
  left: 0;
  top: 0;
  font-family: "Stag";
  font-weight: 100;
}
.form-control-prefix-item.form-control-prefix-xl {
  line-height: 3.125rem;
  height: 3.125rem;
  text-align: center;
  width: 2.8125rem;
}
.form-control-prefix-item.form-control-prefix-xl input {
  height: 3.125rem;
}
.form-control-prefix-item.form-control-prefix-xl::after {
  content: "";
  top: 0.9375rem;
  bottom: 0.9375rem;
  right: 0;
  display: block;
  position: absolute;
  width: 1px;
  background-color: #d6d7d7;
}

.form-control-blank {
  border: 0;
}

.form-estimated-tax {
  color: #E3580B;
  position: relative;
  padding-bottom: 0.625rem;
  margin-bottom: 0.625rem;
}
.form-estimated-tax::before {
  content: "";
  position: absolute;
  height: 2px;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #68737a;
}

.form-group-inline-float:after {
  content: "";
  display: table;
  clear: both;
}
.form-group-inline-float label {
  float: left;
  height: 100%;
}
.form-group-inline-float .form-control, .form-group-inline-float .form-control-prefix {
  float: left;
}

.form-control-validation-wrap {
  position: relative;
}

.form-control-validation-inline {
  float: left;
}

.form-control-validation-bubble {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-100%);
  transform: translateX(-50%) translateY(-100%);
  top: -0.625rem;
  width: auto;
  display: block;
  text-align: center;
  background-color: red;
  min-width: 200px;
}

.form-control-postfix-item {
  position: absolute;
  right: 10px;
  top: 16px;
  font-size: 1rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 600;
}

.form-control-postfix-field {
  border: 1px solid #d6d7d7;
  padding: 0.3125rem 0.625rem;
  border-radius: 4px;
  display: block;
  width: 100%;
  padding-right: 3.4375rem;
}

.form-control-postfix-xl {
  font-size: inherit;
  top: -4px;
  font-weight: normal;
  font-family: "Stag";
}
.form-control-postfix-xl::before {
  content: "";
  top: 1.2rem;
  bottom: 1.3rem;
  left: -10px;
  display: block;
  position: absolute;
  width: 1px;
  background-color: #d6d7d7;
}

.popover-validate {
  border: 3px solid #E3580B;
  font-weight: 600;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  background: #ffffff;
}
.popover-validate .popover-content {
  background: none;
  color: #000000;
}
.popover-validate.top > .arrow {
  border-top-color: #E3580B;
}
.popover-validate.top > .arrow::after {
  bottom: 4px;
  margin-left: -8px;
}
.popover-validate > .arrow::after {
  border-width: 8px;
}

.popover-validate.top > .arrow:after {
  border-top-color: #ffffff;
}

.has-warning {
  color: #D62C39;
  outline: 2px solid #D62C39;
}

[type=text].valid,
[type=password].valid,
[type=number].valid,
[type=email].valid,
[type=tel].valid,
[type=number].valid,
[type=search].valid,
textarea.valid {
  border-color: #055a60;
}

#panel1 .col-content {
  background-color: #EFF8EE;
  border-color: #afd7ae;
}
#panel1 .col-content-inner::before {
  background: #EFF8EE radial-gradient(at top, #FFF 0%, #EFF8EE 80%, #EFF8EE 100%);
}
#panel1 .panel-calc-title-icon {
  background-color: #ffffff;
  z-index: 20;
  fill: #4E9345;
  border-color: #4E9345;
}
#panel1 .icon-list-block-heading {
  color: #454c51;
}
#panel1 .icon-list-block .icon {
  fill: #4E9345;
}
#panel1 .icon-list-block ul::after {
  background: #a7c9a2;
}
#panel1 .white-callout-section-bordered {
  border-color: #a7c9a2;
}
#panel1 .inner-panel-content {
  border-color: #a7c9a2;
}
#panel1 .inner-panel-content-wrap {
  border-color: #a7c9a2;
}
#panel1 .btn-group {
  border-color: #a7c9a2;
}
#panel1 .btn-group-item::after {
  background-color: #a7c9a2;
}
#panel1 .btn-group-item .btn-flat-white:hover {
  background-color: #a7c9a2;
}
#panel1 .btn-group-item .btn-flat-white:active,
#panel1 .btn-group-item .btn-flat-white:focus,
#panel1 .btn-group-item .btn-flat-white.active {
  outline: 0;
  color: #ffffff;
  background-color: #4E9345;
}
#panel1 .panel-intro::after {
  background-color: #afd7ae;
}
#panel1 .panel-intro::before {
  background: #4E9345 radial-gradient(circle at center, rgba(255, 255, 255, 0.2) 0%, #4E9345 50%, #4E9345 100%);
}
#panel1.active-panel .col-content {
  border-color: #4E9345;
}
#panel1.panel-parent:hover .col-content {
  border-color: #4E9345;
}

#panel2 .col-content {
  background-color: #E9F2F5;
  border-color: #b1ced9;
}
#panel2 .col-content-inner::before {
  background: radial-gradient(at top, #FFF 0%, #E9F2F5 60%, #E9F2F5 100%);
}
#panel2 .panel-calc-title-icon {
  background-color: #ffffff;
  z-index: 20;
  fill: #2895D2;
  border-color: #2895D2;
}
#panel2 .white-callout-section-bordered {
  border-color: #b1ced9;
}
#panel2 .inner-panel-content {
  border-color: #b1ced9;
}
#panel2 .btn-group {
  border-color: #b1ced9;
}
#panel2 .btn-group-item::after {
  background-color: #b1ced9;
}
#panel2 .btn-group-item .btn-flat-white:hover {
  background-color: #b1ced9;
}
#panel2 .btn-group-item .btn-flat-white:active,
#panel2 .btn-group-item .btn-flat-white:focus,
#panel2 .btn-group-item .btn-flat-white.active {
  outline: 0;
  color: #ffffff;
  background-color: #4e889e;
}
#panel2 .panel-intro::after {
  background-color: #b1ced9;
}
#panel2 .panel-intro::before {
  background: #2895D2 radial-gradient(circle at center, rgba(255, 255, 255, 0.2) 0%, #2895D2 50%, #2895D2 100%);
}
#panel2.active-panel .col-content {
  border-color: #2895D2;
}
#panel2.panel-parent:hover .col-content {
  border-color: #2895D2;
}

.inner-panel-2 {
  display: none;
}

.col-content {
  border-radius: 6px;
  border: 1px solid #ccc;
  margin-bottom: 1.5625rem;
  transition: border-color 0.3s ease;
}

.col-content-inner {
  padding: 1.25rem;
  padding-top: 0;
  position: relative;
  z-index: 11;
  margin: 0;
}
.col-content-inner::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 1px;
  height: 0;
  width: auto;
  padding-bottom: 12.5rem;
  display: block;
  z-index: 10;
  border-radius: 5px 5px 0 0;
}

.transition-out.inner-1-out .col-content,
.transition-in.inner-2-in .col-content {
  border: 3px solid #4e889e;
}

.inner-panel-1 {
  padding-top: 1.25rem;
}

.panel-parent {
  width: 50%;
  float: left;
  margin-top: 2.5rem;
}
.panel-parent:after {
  content: "";
  display: table;
  clear: both;
}
.panel-parent:hover .inner-panel-1 {
  margin-left: -2px;
  margin-right: -2px;
  margin-top: -2px;
  margin-bottom: -2px;
}
.panel-parent:hover .panel-intro-content {
  padding-top: calc(2.5rem - 2px);
  padding-left: calc(2.5rem - 2px);
  padding-right: calc(2.5rem - 2px);
}
.panel-parent:hover .panel-intro::before {
  opacity: 1;
}
.panel-parent:hover .panel-intro::after {
  bottom: 2px;
}
.panel-parent:hover .panel-intro h3, .panel-parent:hover .panel-intro p {
  color: #ffffff;
}
.panel-parent:hover .col-content {
  border-width: 3px;
}

.flat-relative-container {
  height: 0;
  width: 100%;
  position: relative;
}

.panel-intro {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
  border-radius: 5px 5px 0 0;
  z-index: 12;
  position: relative;
}
.panel-intro .paragraph-intro-text {
  margin-bottom: 0;
}
.panel-intro h3, .panel-intro p {
  position: relative;
  z-index: 2;
  transition: color 0.3s linear;
}
.panel-intro::after {
  content: "";
  width: 18.75rem;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  height: 2px;
  border-bottom: 1px solid #ffffff;
}
.panel-intro::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s linear;
  border-radius: 3px 3px 0 0;
}

.panel-intro-content {
  padding: 2.5rem;
}

.transition-out.inner-1-out .panel-intro-content,
.transition-in.inner-2-in .panel-intro-content {
  padding-top: calc(2.5rem - 2px);
  padding-left: calc(2.5rem - 2px);
  padding-right: calc(2.5rem - 2px);
  height: auto;
}

.active-panel .panel-intro::before {
  opacity: 1;
}
.active-panel .panel-intro h3, .active-panel .panel-intro p {
  color: #ffffff;
}

.inner-panel-2 {
  padding-top: 1.25rem;
  position: relative;
  z-index: 11;
}

.transition-out.inner-1-out .inner-panel-2,
.transition-in.inner-2-in .inner-panel-2 {
  margin-left: -2px;
  margin-right: -2px;
  margin-bottom: -2px;
}

.hanging-arrow-white-heavy, .hanging-arrow-container {
  position: relative;
  height: 0;
}

.callout-with-stroke-arrow {
  padding-top: 1.25rem;
  margin-bottom: 1.5625rem;
  border-bottom: 3px solid #d6d7d7;
}
.callout-with-stroke-arrow .icon {
  width: 58px;
  height: 21px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
}

.white-callout-section-bordered {
  background-color: #ffffff;
  border-top: 1px solid #d6d7d7;
  border-bottom: 1px solid #d6d7d7;
  margin-left: calc(-1.25rem + 2px);
  margin-right: calc(-1.25rem + 2px);
}
.white-callout-section-bordered .hanging-arrow-container {
  margin-bottom: 1.875rem;
}
.white-callout-section-bordered .icon {
  width: 52px;
  height: 20px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -1px;
}

.inner-panel-content {
  border-bottom: 1px solid #d6d7d7;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-right: -0.625rem;
  margin-left: -0.625rem;
  margin: 0 calc(-1.25rem + 2px);
}

@media (min-width: 62em) {
  .inner-panel-content-col {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-flex-basis: calc(49.995% - 0rem);
    -ms-flex-preferred-size: calc(49.995% - 0rem);
    flex-basis: calc(49.995% - 0rem);
    max-width: calc(49.995% - 0rem);
    margin-right: 0rem;
    margin-left: 0rem;
  }
}
.inner-panel-content-wrap {
  padding: 1.25rem;
  border-top: 1px solid #d6d7d7;
}
.inner-panel-content-wrap:first-child {
  border-top: 0;
}

.lumpsum-calc-panel-top {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 1px dashed #d6d7d7;
}

.lumpsum-calc-panel-bottom {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top: 0;
  padding: 1.25rem;
  margin-bottom: 1.5625rem;
}

.width-xxs {
  width: 5rem;
}

.width-xs {
  width: 6.25rem;
}

.width-sm {
  width: 9.375rem;
}

.width-md {
  width: 12.5rem;
}

.width-lg {
  width: 15.625rem;
}

.width-xl {
  width: 18.75rem;
}

.width-xxl {
  width: 25rem;
}

.summary-block {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  text-align: left;
  border-bottom: 1px solid #d6d7d7;
}

.summary-block-center {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.summary-block-text {
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
  line-height: 1.1;
}

.summary-block-text-row {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.summary-block-callout {
  border-bottom-width: 3px;
  border-top: 2px solid #d6d7d7;
}

.summary-block-split-2 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.summary-block-split-item {
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
}
.summary-block-split-item:first-child {
  -webkit-justify-content: left;
  -ms-flex-pack: left;
  justify-content: left;
  padding-right: 0.25rem;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.summary-block-split-item:last-child {
  -webkit-justify-content: right;
  -ms-flex-pack: right;
  justify-content: right;
  padding-left: 0.25rem;
  text-align: right;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.summary-block-last {
  border-bottom: 0;
}

.flex-1 {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flex-2 {
  -webkit-flex: 2;
  -ms-flex: 2;
  flex: 2;
}

.flex-3 {
  -webkit-flex: 3;
  -ms-flex: 3;
  flex: 3;
}

.flex-4 {
  -webkit-flex: 4;
  -ms-flex: 4;
  flex: 4;
}

.flex-5 {
  -webkit-flex: 5;
  -ms-flex: 5;
  flex: 5;
}

.flex-6 {
  -webkit-flex: 6;
  -ms-flex: 6;
  flex: 6;
}

.calc-cash-msg-side {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 0.78571rem;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  height: 0;
  width: 0;
  overflow: hidden;
  transition: opacity 0.2s;
}
.calc-cash-msg-side .popover-validate {
  font-weight: normal;
  border-radius: 6px;
}
.calc-cash-msg-side.popover-hidden {
  opacity: 0;
}
.calc-cash-msg-side::before, .calc-cash-msg-side::after {
  content: "";
  position: absolute;
  bottom: 124px;
  left: -6px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #ffffff;
}
.calc-cash-msg-side::before {
  left: -11px;
  bottom: 120px;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-right: 14px solid #E3580B;
}

@media (min-width: 62em) {
  .calc-cash-msg-side {
    font-size: 0.875rem;
  }
}
@media (min-width: 75em) {
  .calc-cash-msg-side {
    font-size: 0.88889rem;
  }
}
.popover {
  box-shadow: none;
  max-width: 320px;
  z-index: 55;
  border: 1px solid #055a60;
  border-radius: 3px;
  background-color: #ffffff;
  padding: 0;
}
.popover.bottom .arrow:after {
  border-bottom-color: #ffffff;
  top: 2px;
}
.popover.bottom .arrow:before {
  border-bottom-color: #055a60;
}
.popover.top > .arrow {
  width: 16px;
  height: 16px;
  background-color: #ffffff;
  transform: rotate(45deg);
  border-bottom: 1px solid #055a60;
  border-right: 1px solid #055a60;
  border-top: none;
  border-left: none;
  bottom: -9px;
  margin-left: -8px;
}

.popover-content {
  position: relative;
  background-color: #ffffff;
  border-radius: 3px;
  padding: 15px;
  font-family: infra-regular, sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #2f2f2f;
  letter-spacing: normal;
  line-height: 21px;
  -webkit-font-smoothing: antialiased;
}
.popover-content p {
  color: #2f2f2f;
}
.popover-content .popover-close-icon a {
  position: absolute;
  top: 8px;
  right: 10px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: #055a60;
}
.popover-content .popover-close-icon a:hover {
  opacity: 0.75;
}
.popover-content .popover-close-icon a:active {
  opacity: 0.6;
}
.popover-content .popover-close-icon a i {
  color: #055a60;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.8em;
  font-weight: bold;
  font-style: normal;
  cursor: pointer;
}

.tooltip-wrapper {
  position: relative;
}
.tooltip-wrapper .i-icon:hover .popover-content,
.tooltip-wrapper .i-icon:focus .popover-content {
  display: block;
}
.tooltip-wrapper .i-icon .popover-content {
  position: absolute;
  top: 50px;
  right: -13px;
  z-index: 55;
  display: none;
  width: 320px;
  padding: 15px;
  border-radius: 3px;
  background-color: #ffffff;
  font-size: 14px;
  font-family: infra-regular, sans-serif;
  letter-spacing: normal;
  line-height: 21px;
  text-align: left;
  cursor: default;
  -webkit-font-smoothing: antialiased;
  border: 1px solid #055a60;
}
.tooltip-wrapper .i-icon .popover-content p {
  color: #2f2f2f;
}
.tooltip-wrapper .i-icon .popover-content .triangle {
  position: absolute;
  top: -9px;
  right: 14px;
  display: block;
  width: 16px;
  height: 16px;
  border-bottom-right-radius: 2px;
  background-color: #ffffff;
  transform: rotate(225deg);
  border-bottom: 1px solid #055a60;
  border-right: 1px solid #055a60;
}

a.tooltip-button {
  margin: 2px 20px 0 18px;
  background: url(/xpf_calculators/shared/images/tooltipButton.svg) center no-repeat;
  display: inline-block;
  width: 20px;
  min-width: 20px;
  height: 20px;
  justify-self: flex-start;
}

.panel-grey-rounded #combicalc_edit_salary_sacrifice {
  background: #F5F3ED;
}

#combicalc_edit_salary_sacrifice span {
  display: inline-block;
}

#combicalc_edit_salary_sacrifice {
  display: flex;
  align-items: center;
  background-color: #055a60;
}

.greenText {
  color: #055a60;
  font-family: infra-medium, sans-serif;
  font-size: 20px;
}

.your-details-panel-top {
  margin-left: -10px;
}

.FF .sliderContainer .left {
  left: 35px;
}
.FF .sliderContainer .right {
  right: 17px;
}
.FF .sliderContainer .sliderBG {
  left: 20px;
  right: 20px;
}

.nonIE .newSlider {
  position: absolute;
  left: 0;
  z-index: 1001;
  -webkit-appearance: none;
  background: transparent;
  height: 48px;
  width: 100%;
  margin: 0;
  padding: 0;
}
.nonIE .newSlider::-webkit-slider-runnable-track {
  margin: 0 -20px 0 -30px;
}
.nonIE .newSlider::-webkit-slider-thumb {
  -webkit-appearance: none;
  background-size: 70px;
  height: 65px;
  width: 60px;
  margin-top: -5px;
  cursor: pointer;
}
.nonIE .newSlider::-webkit-progress-bar {
  background: transparent;
}
.nonIE .newSlider::-webkit-progress-value {
  background: transparent;
}
.nonIE .newSlider::-moz-range-track {
  background: transparent;
}
.nonIE .newSlider::-moz-range-thumb {
  background: transparent;
  border: none;
}
.nonIE .newSlider:focus {
  outline: none;
}

.ie11 .sliderContainer {
  width: 95%;
  height: 70px;
  position: relative;
  margin-top: -20px;
  margin-bottom: 20px;
}
.ie11 .sliderContainer .sliderBG {
  position: absolute;
  top: 24px;
  height: 35px;
  z-index: 90;
  border-radius: 6px;
  background-color: #4E9345;
  background-image: repeating-linear-gradient(135deg, transparent, transparent 10px, rgba(200, 200, 200, 0.1) 10px, rgba(200, 200, 20, 0.1) 20px);
}
.ie11 .sliderContainer .handle {
  top: 6px;
}
.ie11 .sliderContainer .left, .ie11 .sliderContainer .mid, .ie11 .sliderContainer .right {
  top: 70px;
}
.ie11 .newSlider {
  width: 100%;
  z-index: 1001;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
}
.ie11 .newSlider::-ms-thumb {
  background-color: transparent;
  border: none;
  background-size: 70px;
  height: 70px;
  width: 70px;
}
.ie11 .newSlider::-ms-track {
  height: 55px;
  border: none;
  background: transparent;
  color: transparent;
}
.ie11 .newSlider::-ms-fill-lower, .ie11 .newSlider::-ms-fill-upper {
  background: transparent;
  height: 30px;
}
.ie11 .newSlider::-ms-ticks-before {
  display: none;
  color: transparent;
}
.ie11 .newSlider::-ms-ticks-after {
  display: none;
  color: transparent;
}
.ie11 .newSlider::-ms-tooltip {
  display: none;
}

.combi-calc-page .panel-calc-about-pot-label {
  width: 40rem;
}
.combi-calc-page .panel-spacer-bottom {
  margin-bottom: 16px;
  border-bottom: 1px solid #DDD8C2;
  padding-bottom: 36px;
}
.combi-calc-page .slider-selection {
  background-color: #4E9345;
}
.combi-calc-page #combicalc_contribution-slider .tooltip-inner::after {
  content: "yr(s)";
}
.combi-calc-page #combicalc_your-details .howDoI {
  display: block;
  clear: both;
  font-size: 0.9em;
}
.combi-calc-page #combicalc_your-details .howDoI a {
  text-decoration: underline;
}
.combi-calc-page #combicalc_current-contributions .percent-monthly-salary-button[data-jump-to-value="0"],
.combi-calc-page #combicalc_current-contributions .employer-contributions-button[data-jump-to-value="0"] {
  left: 0;
}
.combi-calc-page #combicalc_current-contributions .percent-monthly-salary-button[data-jump-to-value="50"],
.combi-calc-page #combicalc_current-contributions .employer-contributions-button[data-jump-to-value="50"] {
  left: 50%;
}
.combi-calc-page #combicalc_current-contributions .percent-monthly-salary-button[data-jump-to-value="100"],
.combi-calc-page #combicalc_current-contributions .employer-contributions-button[data-jump-to-value="100"] {
  left: 100%;
}
.combi-calc-page #combicalc_new-contributions .new-total-monthly-cost-button[data-jump-to-value="0"],
.combi-calc-page #combicalc_new-contributions .new-total-employer-contributions-button[data-jump-to-value="0"] {
  left: 0;
}
.combi-calc-page #combicalc_new-contributions .new-total-monthly-cost-button[data-jump-to-value="50"],
.combi-calc-page #combicalc_new-contributions .new-total-employer-contributions-button[data-jump-to-value="50"] {
  left: 50%;
}
.combi-calc-page #combicalc_new-contributions .new-total-monthly-cost-button[data-jump-to-value="100"],
.combi-calc-page #combicalc_new-contributions .new-total-employer-contributions-button[data-jump-to-value="100"] {
  left: 100%;
}
.combi-calc-page .padAlignRight {
  width: calc(100% - 8.5625rem);
}

.calc-summary-container table {
  margin: 0;
  width: 100%;
}
.calc-summary-container table thead th {
  font-size: 20px;
  border: 0;
  font-family: infra-regular, sans-serif;
  text-align: left;
  background-color: white;
}
.calc-summary-container table tbody tr {
  font-size: 20px;
  font-family: infra-medium, sans-serif;
  border: 0;
}
.calc-summary-container table tbody tr td {
  padding: 14px;
  border: 0;
  border-bottom: 1px solid #DDD8C2;
}
.calc-summary-container table tbody tr:last-child {
  border-bottom: 0;
}
.calc-summary-container table tbody tr:last-child td {
  border-bottom: 0;
}

.modalBG {
  display: none;
  z-index: 1005;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.modalCalc .in-component-modalCalc-header {
  position: relative;
  border-bottom: 1px solid #d6d7d7;
}
.modalCalc .in-component-modalCalc-header .close {
  position: absolute;
  right: 30px;
  top: 30px;
}
.modalCalc .modalCalc-2column-image-container {
  height: 360px;
  position: relative;
}
.modalCalc .modalCalc-2column-image {
  height: 345px;
  background-size: 100%;
  width: calc(100% - 36px);
  position: absolute;
  left: 66px;
  border-radius: 6px;
}
.modalCalc .modalCalc-body {
  padding: 0 30px;
}
.modalCalc .modalCalc-body .col-sm-6.col1 {
  border-right: 1px solid #d6d7d7;
}
.modalCalc .modalCalc-body .col-sm-6.col1 .modalCalc-2column-image {
  left: -30px;
}
.modalCalc .modalCalc-body .col-sm-6 p {
  margin-right: 1.25rem;
}
.modalCalc .modalCalc-body .col-sm-12 {
  padding: 15px 0;
}

@media (min-width: 62em) {
  .panel-calc-has-help .panel-calc-content-inner {
    padding-right: 1.25rem;
  }
  .panel-calc-about .panel-grey-rounded {
    width: 100%;
    left: 0;
  }
  .combi-calc-page .panel-calc-about-pot-label {
    width: 35rem;
  }
  .combi-calc-page .panel-calc-about-pot-input {
    flex: 1;
  }
}
@media (max-width: 62em) {
  .panel-grey-rounded {
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 4rem;
    margin-top: 0.2rem;
  }
  .panel-calc-about .panel-grey-rounded {
    width: 100%;
    left: auto;
  }
  .combi-calc-page .panel-calc-about-pot-label {
    width: 18.75rem;
    line-height: 24px;
  }
  .combi-calc-page .panel-calc-about-pot-input {
    flex: 1;
  }
  .combi-calc-page .sliderContainer .mid {
    left: calc(50% - 2.6rem);
  }
  .panel-calc-summary-heading-wrap {
    width: 45%;
  }
  .panel-calc-summary-text p strong {
    font-weight: bold;
    font-size: 1rem;
  }
  .modalCalc .modalCalc-2column-image {
    height: 292px;
    bottom: -21px;
    width: 340px;
    left: 75px;
  }
  .modalCalc .col-sm-6.col1 .modalCalc-2column-image {
    bottom: 0;
  }
}
@media (min-width: 48em) and (max-width: 58em) {
  .modalCalc .modalCalc-2column-image {
    bottom: 0px;
    left: calc(100% - 310px);
  }
}
@media (max-width: 48em) {
  #combicalc_intropanel .panel-calc-summary div .col-lg-8,
  #combicalc_intropanel .panel-calc-summary div .col-sm-8,
  #combicalc_intropanel .panel-calc-summary div .col-md-8 {
    text-align: center;
  }
  #combicalc_wrapper, #combicalc_intropanel {
    display: block;
  }
  .panel-calc-summary-text {
    display: none;
  }
  .combi-calc-page .sliderContainer .mid {
    left: calc(50% - 2.85rem);
  }
  .modalCalc {
    margin: 0 auto;
    width: 360px;
  }
  .modalCalc .modalCalc-header h2 {
    margin-right: 50px;
  }
  .modalCalc .modalCalc-body .col-sm-6.col1 {
    border: none;
  }
  .modalCalc .modalCalc-2column-image {
    height: 360px;
    bottom: -92px;
    width: 312px;
    left: -30px;
    background-repeat: no-repeat;
  }
}
@media (min-width: 48em) and (max-width: 62em) {
  .panel-calc-summary-text {
    font-size: 0.8rem;
  }
}
@media print {
  /* ============== Combi calc ============== */
  .panel-calc-summary {
    display: block;
  }
  .combi-calc-page [class*=section-] {
    border-top: none !important;
    border-bottom: 0 !important;
    padding: 0 !important;
    margin-bottom: 0 !important;
  }
  .combi-calc-page .calc-summary-print {
    display: block;
  }
  .combi-calc-page #combicalc_firstPanel,
  .combi-calc-page .footer-main,
  .combi-calc-page .top-bar-wrap,
  .combi-calc-page .combicalc-mobile-message,
  .combi-calc-page .lumpsum-calc-panel-top,
  .combi-calc-page .panel-calc-help-bar-icon,
  .combi-calc-page .panel-calc-help-bar,
  .combi-calc-page .panel-calc-summary-button-wrap,
  .combi-calc-page .hanging-arrow-white-heavy,
  .combi-calc-page .section-hanging-arrow,
  .combi-calc-page #combicalc_intropanel {
    display: none !important;
  }
  .combi-calc-page #combicalc_wrapper {
    display: block !important;
  }
  .combi-calc-page #combicalc_wrapper .has-divider-top {
    border: none !important;
  }
  .combi-calc-page #combicalc_wrapper .break-text {
    display: inline-block !important;
  }
  .combi-calc-page #combicalc_wrapper .panel-calc {
    height: auto !important;
    transition: none !important;
    border: 2px solid gray !important;
  }
  .combi-calc-page #combicalc_wrapper .panel-calc-content {
    border: none !important;
  }
  .combi-calc-page #combicalc_wrapper .panel-calc-nosummary {
    opacity: 1 !important;
    display: block !important;
  }
  .combi-calc-page #combicalc_wrapper .panel-calc-header {
    border: none !important;
    display: none !important;
  }
  .combi-calc-page #combicalc_wrapper .panel-calc-header .panel-calc-summary-heading-wrap {
    display: none !important;
  }
  .combi-calc-page #combicalc_wrapper .panel-calc-header .icon-circle-stroke {
    border-color: #000000 !important;
    fill: #000000 !important;
    width: 40px !important;
    height: 40px !important;
  }
  .combi-calc-page #combicalc_wrapper .panel-calc-header .icon-circle-stroke .icon {
    width: 20px !important;
    height: 20px !important;
  }
  .combi-calc-page #combicalc_wrapper .panel-calc-nosummary .panel-calc-header {
    display: block !important;
    height: 50px !important;
    padding-left: 70px !important;
  }
  .combi-calc-page #combicalc_wrapper .panel-calc-summary {
    display: block !important;
    opacity: 1 !important;
  }
  .combi-calc-page #combicalc_wrapper .panel-calc-summary .panel-calc-header {
    height: auto !important;
    padding: 15px !important;
  }
  .combi-calc-page #combicalc_wrapper .panel-calc-summary .panel-calc-summary-text {
    float: none !important;
    width: 100% !important;
  }
  .combi-calc-page #combicalc_wrapper .panel-calc-summary .panel-calc-summary-text p {
    position: static !important;
    top: auto !important;
    left: auto !important;
    -webkit-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .combi-calc-page #combicalc_wrapper .section-hide-default {
    display: block !important;
    opacity: 1 !important;
    height: auto !important;
    border: none !important;
    border-top: 1px solid #bfbfbf !important;
    overflow: visible !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .combi-calc-page #combicalc_wrapper .panel-calc-content-inner {
    margin: 0 !important;
    padding: 0 7.5px !important;
  }
  .combi-calc-page #combicalc_wrapper .panel-calc-help {
    position: static !important;
    width: 100% !important;
    right: auto !important;
    left: 0 !important;
    top: 0 !important;
    bottom: auto !important;
    z-index: 20 !important;
    -webkit-transform: translateX(0) !important;
    transform: translateX(0) !important;
    transition: none !important;
    transition-delay: 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
    transition-delay: 0s !important;
    height: auto !important;
  }
  .combi-calc-page #combicalc_wrapper .panel-calc-overlay-backing {
    display: none !important;
  }
  .combi-calc-page #combicalc_wrapper .panel-calc-overlay-content {
    display: block !important;
    width: 100% !important;
    position: static !important;
    top: 0 !important;
    left: 0 !important;
    -webkit-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important;
    z-index: 21 !important;
    padding: 0 !important;
    border-radius: none !important;
  }
  .combi-calc-page #combicalc_wrapper .panel-parent {
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
  }
  .combi-calc-page #combicalc_wrapper .panel-parent *:after {
    display: none !important;
  }
  .combi-calc-page #combicalc_wrapper .panel-parent .panel-calc-title-icon {
    display: none !important;
  }
  .combi-calc-page #combicalc_wrapper .panel-parent .col-content {
    border-radius: 0 !important;
  }
  .combi-calc-page #combicalc_wrapper .panel-intro {
    height: auto !important;
    margin: 0 !important;
  }
  .combi-calc-page #combicalc_wrapper .panel-intro .panel-intro-content {
    padding: 0 !important;
  }
  .combi-calc-page #combicalc_wrapper .panel-calc-header-intro {
    width: 100% !important;
    margin-top: 10px !important;
    padding: 0 0 10px !important;
  }
  .combi-calc-page #combicalc_wrapper .panel-calc-amount-summary {
    height: auto !important;
    margin-bottom: 0 !important;
  }
  .combi-calc-page #combicalc_wrapper .panel-calc-refine-summary {
    height: auto !important;
    margin-bottom: 0 !important;
  }
  .combi-calc-page #combicalc_wrapper .calc-cash-msg-side {
    width: 100% !important;
    top: auto !important;
    left: auto !important;
    position: static !important;
    right: 0 !important;
    -webkit-transform: none !important;
    transform: none !important;
    height: auto !important;
    width: auto !important;
    overflow: hidden !important;
    transition: none !important;
  }
  .combi-calc-page #combicalc_wrapper #combicalc_about {
    display: none !important;
  }
  .combi-calc-page #combicalc_wrapper #combicalc_cash-lump-sum {
    display: none !important;
  }
  .combi-calc-page #combicalc_wrapper #combicalc_take-an-income {
    display: none !important;
  }
  .combi-calc-page #combicalc_wrapper #combicalc_summary-next-steps .section-white:last-child {
    display: none !important;
  }
  .combi-calc-page #combicalc_wrapper #combicalc_summary-next-steps .panel-calc-content-inner {
    padding: 7.5px !important;
  }
  .combi-calc-page #combicalc_wrapper #combicalc_summary-next-steps .tab-pane-container {
    border: none !important;
  }
  .combi-calc-page #combicalc_wrapper #combicalc_summary-next-steps .tab-pane {
    border: 1px solid #b3b3b3 !important;
  }
  .combi-calc-page #combicalc_wrapper #combicalc_summary-next-steps .tab-pane .btn {
    display: none !important;
  }
  .combi-calc-page #combicalc_wrapper #combicalc_summary-next-steps .tab-nav-height-wrapper {
    display: table !important;
    width: 100% !important;
  }
  .combi-calc-page #combicalc_wrapper #combicalc_summary-next-steps .tab-nav-height-wrapper a {
    display: table !important;
    width: 100% !important;
  }
  .combi-calc-page #combicalc_wrapper #combicalc_summary-next-steps .tab-nav-height-wrapper .calc-icon {
    display: table-cell !important;
    vertical-align: top;
    width: 40px;
  }
  .combi-calc-page #combicalc_wrapper #combicalc_summary-next-steps .tab-nav-height-wrapper .calc-text {
    display: table-cell !important;
    font-size: 18px;
    vertical-align: middle;
    padding-right: 20px;
  }
  .combi-calc-page #combicalc_wrapper #combicalc_summary-next-steps .tab-nav-height-wrapper .calc-summary {
    display: table-cell !important;
    font-size: 18px;
    vertical-align: middle;
  }
  .combi-calc-page #combicalc_wrapper #combicalc_summary-next-steps .tab-nav-height-wrapper .circular-numbered-icon {
    color: #000000 !important;
    border-color: #000000 !important;
  }
  .combi-calc-page #combicalc_wrapper #combicalc_summary-next-steps .tab-nav-item {
    border: none !important;
    display: block !important;
    height: auto !important;
  }
  .combi-calc-page #combicalc_wrapper #combicalc_summary-next-steps .tab-nav-item *:after {
    display: none !important;
  }
  .combi-calc-page #combicalc_wrapper #combicalc_summary-next-steps .tab-nav-item .active-top {
    display: none !important;
  }
  .combi-calc-page #combicalc_wrapper #combicalc_summary-next-steps .tab-nav-item-cloned {
    border: 1px solid #b3b3b3 !important;
    display: block !important;
  }
  .combi-calc-page #combicalc_wrapper #combicalc_summary-next-steps .product-flag .product-flag__icon {
    display: block !important;
    width: 34px;
    height: 34px;
    color: #000000;
    fill: #000000;
    border-color: #000000;
    border-width: 2px;
  }
  .combi-calc-page #combicalc_wrapper #combicalc_summary-next-steps .product-flag .product-flag__icon .icon {
    width: 20px;
    height: 20px;
  }
  .combi-calc-page #combicalc_wrapper #combicalc_summary-next-steps .product-flag .product-flag__label {
    font-size: 1.25rem;
    border-radius: none !important;
    display: block !important;
    font-family: "Stag";
    padding: 0 !important;
  }
  .combi-calc-page #combicalc_wrapper #combicalc_summary-next-steps .summary-block, .combi-calc-page #combicalc_wrapper #combicalc_summary-next-steps .summary-block-text-row {
    display: block !important;
  }
  .combi-calc-page #combicalc_wrapper #combicalc_summary-next-steps .summary-block-split-2 {
    display: table !important;
    width: 100% !important;
  }
  .combi-calc-page #combicalc_wrapper #combicalc_summary-next-steps .summary-block-split-2 .summary-block-split-item {
    display: table-cell !important;
    width: 50% !important;
    vertical-align: middle;
  }
  .combi-calc-page #combicalc_wrapper #combicalc_summary-next-steps .summary-block-split-2 .summary-block-split-item:last-child {
    text-align: right !important;
  }
  .header-main, .floating-subnav-container, .mobile-subnav, #cookie {
    display: none !important;
  }
  .tabs {
    display: block !important;
  }
  .tabs .row {
    display: block !important;
  }
  .summary-block {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .tabs-vertical .tab-pane-container {
    width: 100% !important;
    max-width: 100% !important;
  }
}
@media print {
  #printPreview {
    position: absolute;
    width: 750px;
  }
  #printPreview .highcharts-button {
    display: none !important;
  }
  #printPreview .dontPrint {
    display: none;
  }
  #printPreview .printMe, #printPreview .alwaysPrint {
    display: block;
  }
  #printPreview .modalCalc-content, #printPreview .modalCalc-body, #printPreview .modalCalc-dialog {
    display: block;
    width: 750px;
    height: 1090px;
    box-shadow: none !important;
    border: 1px solid transparent !important;
  }
  #printPreview .modalCalc-dialog {
    margin: 25px auto;
  }
  #printPreview .singlePage {
    position: relative;
    padding: 15px;
    margin: 0 0 20px 0;
    background-color: white;
    height: 1090px;
    box-shadow: 0 0 14px -5px #000000;
  }
  #printPreview .modalCalc-body {
    padding: 0;
    background: none;
  }
  #printPreview .print_header {
    border-bottom: 3px solid #cc0000;
    position: relative;
  }
  #printPreview .print_header img {
    position: absolute;
    top: -15px;
    right: 0;
  }
  #printPreview .print_header h3 {
    color: #cc0000;
    font-family: "stagweb-medium", sans-serif;
  }
  #printPreview .print_header .btn {
    left: 50%;
    margin-left: -80px;
    padding-right: 18px;
    position: absolute;
    top: -13px;
    width: 160px;
    text-align: left;
  }
  #printPreview .print_header .btn i {
    color: #003366;
    position: absolute;
    top: 3px;
    right: 7px;
    left: auto;
  }
  #printPreview .print_footer {
    border-top: 3px solid #cc0000;
    position: absolute;
    bottom: 50px;
    width: 718px;
  }
  #printPreview .print_footer .right {
    position: absolute;
    right: 0;
    top: 5px;
  }
  #printPreview .print_footer .left {
    position: absolute;
    top: 5px;
  }
  #printPreview .print_footer .centre {
    position: absolute;
    width: 200px;
    margin-left: -100px;
    text-align: center;
    left: 50%;
    top: 5px;
  }
  #printPreview h4 {
    color: #000000;
  }
  #printPreview table {
    width: 100%;
    font-size: 12px;
  }
  #printPreview table tr.totalRow {
    font-weight: bold;
  }
  #printPreview table tr.spacer {
    height: 7px;
  }
  #printPreview table td {
    width: 17%;
    padding: 0 1%;
    text-align: right;
    color: #000000;
    position: relative;
    vertical-align: top;
    line-height: 16px;
  }
  #printPreview table td:first-child {
    width: 22%;
    text-align: left;
    padding-left: 0;
  }
  #printPreview table td.ul_dot {
    border-bottom: 1px dotted #000000;
  }
  #printPreview table td.ul_du {
    border-bottom: 1px solid #000000;
    box-shadow: 0 1px 0 white, 0 2px 0 0 black;
  }
  #printPreview table td.title {
    border-bottom: 1px solid #000000;
    padding-bottom: 2px;
    padding-left: 0;
  }
  #printPreview table td.alignLeft {
    text-align: left;
  }
  #printPreview table td.alignRight {
    text-align: right;
  }
  #printPreview table td span {
    right: 50px;
  }
  #printPreview table td.bold {
    font-weight: bold;
  }
  #printPreview table.dynamicTable {
    margin-top: 20px;
  }
  #printPreview table.dynamicTable tr.headerRow td {
    font-weight: bold;
  }
  #printPreview table.dynamicTable tr.pensionRow td {
    border-bottom: 1px solid #c5c5c5;
  }
  #printPreview table.dynamicTable td, #printPreview table.dynamicTable td:first-child {
    width: 25%;
    text-align: left;
  }
  #printPreview .leftColumn p, #printPreview .rightColumn p {
    color: #000000;
  }
  #printPreview .leftColumn {
    padding-top: 10px;
  }
  #printPreview #inputsTable td {
    padding: 0 0 5px 0;
    width: 50%;
    text-align: left;
  }
  #printPreview #inputsTable .inputTitle {
    font-weight: bold;
    font-size: 16px;
  }
  #printPreview #inputsTable .inputSubTitle {
    font-weight: bold;
    font-size: 13px;
  }
  #printPreview #inputsTable .arrayRow table {
    margin: 0 0 5px 0;
    border: 1px solid #c5c5c5;
  }
  #printPreview #inputsTable .arrayRow table td {
    width: 25%;
    padding: 2px 5px;
  }
  #printPreview #inputsTable .arrayRow table.incomesTable td {
    width: 33.33%;
  }
  #printPreview #inputsTable .arrayRow table.eventsTable td {
    width: 20%;
  }
  #printPreview .printResultsTable {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  #printPreview .printResultsTable th {
    background: none;
    box-shadow: none;
    text-shadow: none;
    color: #000000;
  }
  #printPreview .printResultsTable td {
    padding: 5px;
    border: 1px solid #000000;
  }
  #printPreview .printResultsTable td:first-child {
    padding-left: 10px;
  }
  #printPreview .printResultsTable td.negative {
    color: #cc0000;
  }
  #printPreview .printResultsTable td span.sub {
    position: initial;
  }
  #printPreview .printResultsTable td.currency span.red, #printPreview .printResultsTable td.percent span.red {
    background: none;
    box-shadow: none;
    border: none;
    color: #cc0000;
    width: 90%;
  }
  #printPreview .printResultsTable tr.spacer td {
    border: none;
  }
  #printPreview .combinedLegend {
    border: 1px solid #ccc;
    padding: 5px;
    text-align: center;
    min-height: 25px;
    display: inline-block;
  }
  #printPreview .combinedLegend div {
    float: left;
    line-height: 12px;
    font-size: 12px;
    font-weight: bold;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
    color: #222;
    margin: 0 8px;
    padding: 2px 0 2px 19px;
    position: relative;
  }
  #printPreview .combinedLegend div span.legend {
    width: 0;
    height: 0;
    display: inline-block;
    position: absolute;
    top: 2px;
    left: 0;
  }
  #printPreview .combinedLegend div span.colour1 {
    border: 6px solid #ffc100;
  }
  #printPreview .combinedLegend div span.colour2 {
    border: 6px solid #abb400;
  }
  #printPreview .combinedLegend div span.colour3 {
    border: 6px solid #007264;
  }
  #printPreview .combinedLegend div span.colour4 {
    border: 6px solid #71bdd4;
  }
  #printPreview .combinedLegend div span.colour5 {
    border: 6px solid #ff6e00;
  }
  #printPreview .combinedLegend div span.colour6 {
    border: 6px solid #abb400;
  }
  #printPreview .combinedLegend div.clear {
    clear: both;
  }
  #adviserwebapp, .modalCalc, .dontPrint, .printReport {
    display: none !important;
  }
  .printMe, .alwaysPrint, #printPreview {
    display: block !important;
  }
  #printPreview {
    overflow: visible;
    width: auto;
  }
  #printPreview .modalCalc-dialog {
    margin: 0;
    padding: 0;
    width: auto;
  }
  #printPreview .modalCalc-content {
    border: 0;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
  }
  #printPreview .modalCalc-body {
    max-height: none !important;
  }
  #printPreview .singlePage {
    page-break-after: always;
    page-break-inside: avoid;
    margin: 0;
    padding: 1px 0 0 0 !important;
  }
  #printPreview table td.currency span.red,
  #printPreview table td.percent span.red {
    font-weight: bold !important;
    color: #cc0000 !important;
    text-align: right !important;
  }
  .highcharts-tooltip {
    display: none !important;
  }
  .ie11 #printPreview {
    position: static;
    float: none;
  }
}
