﻿.form.retirement-hub {
  background: #FFFFFF;
  padding: 0;
  min-height: 50vh;
}
.form.retirement-hub .form-content {
  max-width: none;
  position: relative;
}
.form.retirement-hub .form-content .form-heading {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 5rem 4rem 5rem;
  z-index: 99;
  width: calc(100% - 42.6875rem);
  background: #041E42;
  height: 22.3125rem;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.form.retirement-hub .form-content .form-heading h1 {
  font-size: 2rem;
  line-height: 2.5rem;
  margin: 2rem 0;
  color: #FFFFFF;
}
.form.retirement-hub .form-content .form-heading p {
  font-size: 0.875rem;
  line-height: 1.5rem;
  /* 168.75% */
  font-family: "Ubuntu Medium";
  margin: 0;
  text-transform: uppercase;
  color: #FFFFFF;
}
.form.retirement-hub .form-content .form-heading ul {
  display: flex;
  max-width: 43.875rem;
}
.form.retirement-hub .form-content .form-heading ul li {
  background-color: #FFFFFF;
  height: 0.3125rem;
  flex: 1 0 0;
  transition: all 0.33s;
}
.form.retirement-hub .form-content .form-heading ul li.active {
  background: #DE772E;
  transition: all 0.33s;
}
.form.retirement-hub .form-content .form-heading ul li:first-child {
  background: #DE772E;
}
.form.retirement-hub .form-content .form-element {
  min-height: 59.375rem;
  display: none;
  padding-left: calc(42.6875rem + 5rem);
  padding-right: 5rem;
  flex-direction: column;
  position: relative;
  margin: 0;
  padding-top: calc(22.3125rem + 5rem);
  box-sizing: border-box;
}
.form.retirement-hub .form-content .form-element label {
  color: #041E42;
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 2rem;
  /* 128.571% */
  width: 100%;
  letter-spacing: -0.03125rem;
  margin-bottom: 2rem;
  font-family: "Ubuntu Medium";
}
.form.retirement-hub .form-content .form-element .radio-button-group {
  margin-left: 1.5rem;
  margin-bottom: 2rem;
}
.form.retirement-hub .form-content .form-element .radio-button-group span {
  display: flex;
  margin-bottom: 1.5rem;
  flex-direction: row-reverse;
  justify-content: left;
}
.form.retirement-hub .form-content .form-element .radio-button-group span label {
  width: auto;
  margin: 0;
  font-size: 0.875rem;
  font-family: "Ubuntu Medium";
  line-height: 1.5rem;
  /* 171.429% */
  text-transform: uppercase;
}
.form.retirement-hub .form-content .form-element .radio-button-group span span {
  margin-bottom: 0;
  margin-right: 0.75rem;
}
.form.retirement-hub .form-content .form-element .radio-button-group span span.fancy-radio-button {
  background-image: url('/~/media/image-libraries/wincanton2025/retirement-hub/radio-buttons.png');
}
.form.retirement-hub .form-content .form-element .radio-button-group span[data-val="No"] {
  margin-bottom: 0;
}
.form.retirement-hub .form-content .form-element[data-id="nextFiveYears"] {
  background: linear-gradient(0deg, rgba(4, 30, 66, 0) 85.28%, rgba(4, 30, 66, 0.5) 100%), url('/~/media/image-libraries/wincanton2025/retirement-hub/form-picture-1.jpg') #FFFFFF left / 42.6875rem no-repeat;
  display: flex;
}
.form.retirement-hub .form-content .form-element[data-id="normalRetirementDate"] {
  background: linear-gradient(0deg, rgba(4, 30, 66, 0) 85.28%, rgba(4, 30, 66, 0.5) 100%), url('/~/media/image-libraries/wincanton2025/retirement-hub/form-picture-2.jpg') #FFFFFF left / 42.6875rem no-repeat;
}
.form.retirement-hub .form-content .form-element[data-id="budgetPlanning"] {
  background: linear-gradient(0deg, rgba(4, 30, 66, 0) 85.28%, rgba(4, 30, 66, 0.5) 100%), url('/~/media/image-libraries/wincanton2025/retirement-hub/form-picture-3.jpg') #FFFFFF left / 42.6875rem no-repeat;
}
.form.retirement-hub .form-content .form-element[data-id="yourIncome"] {
  background: linear-gradient(0deg, rgba(4, 30, 66, 0) 85.28%, rgba(4, 30, 66, 0.5) 100%), url('/~/media/image-libraries/wincanton2025/retirement-hub/form-picture-4.jpg') #FFFFFF left / 42.6875rem no-repeat;
}
.form.retirement-hub .form-content .form-element[data-id="otherPensions"] {
  background: linear-gradient(0deg, rgba(4, 30, 66, 0) 85.28%, rgba(4, 30, 66, 0.5) 100%), url('/~/media/image-libraries/wincanton2025/retirement-hub/form-picture-5.jpg') #FFFFFF left / 42.6875rem no-repeat;
}
.form.retirement-hub .form-content .form-element[data-id="statePension"] {
  background: linear-gradient(0deg, rgba(4, 30, 66, 0) 85.28%, rgba(4, 30, 66, 0.5) 100%), url('/~/media/image-libraries/wincanton2025/retirement-hub/form-picture-6.jpg') #FFFFFF left / 42.6875rem no-repeat;
}
.form.retirement-hub .form-content .form-element[data-id="increaseSavings"] {
  background: linear-gradient(0deg, rgba(4, 30, 66, 0) 85.28%, rgba(4, 30, 66, 0.5) 100%), url('/~/media/image-libraries/wincanton2025/retirement-hub/form-picture-7.jpg') #FFFFFF left / 42.6875rem no-repeat;
}
.form.retirement-hub .form-content .form-element .next,
.form.retirement-hub .form-content .form-element .results {
  display: inline-flex;
  margin-bottom: 2rem;
  justify-content: center;
  border-radius: 0.375rem;
  background: #FCAF17;
  text-align: center;
  max-width: 15.625rem;
  padding: 1rem 1.5rem;
  font-size: 0.875rem;
  font-family: "Ubuntu Medium";
  line-height: 1.5rem;
  text-transform: uppercase;
  color: #041E42;
  width: 100%;
}
.form.retirement-hub .form-content .form-element .next:hover,
.form.retirement-hub .form-content .form-element .results:hover {
  background: #041E42;
  color: #FFFFFF;
}
.form.retirement-hub .form-content .form-element .next.disabled,
.form.retirement-hub .form-content .form-element .results.disabled {
  opacity: 0.5;
  cursor: default;
  transition: all 0.33s;
  pointer-events: none;
}
.form.retirement-hub .form-content .form-element .next.disabled:hover,
.form.retirement-hub .form-content .form-element .results.disabled:hover {
  color: #004995;
  background-color: #FFFFFF;
}
.form.retirement-hub .form-content .form-element .next:focus,
.form.retirement-hub .form-content .form-element .results:focus {
  background: #004995;
  border: solid 1px #FFFFFF !important;
  box-shadow: 0px 0px 5px 0px #17224c;
}
.form.retirement-hub .form-content .form-element .previous,
.form.retirement-hub .form-content .form-element .start {
  font-size: 0.875rem;
  font-family: "Ubuntu Medium";
  line-height: 1.5rem;
  /* 171.429% */
  text-transform: uppercase;
  color: #041E42;
  display: block;
}
.form.retirement-hub .form-content .form-element .previous:hover,
.form.retirement-hub .form-content .form-element .start:hover {
  text-decoration: underline;
}
.retirement-hub-results .content-area.jump-links {
  margin-bottom: 5rem;
}
.retirement-hub-results .content-area + .collapsible-panel-list,
.retirement-hub-results .content-area + .link-pod-list:not(.timeline) {
  margin-top: -2rem;
}
.retirement-hub-results .link-pod-list.timeline .link-pod .primary-content h3 span:not(.icon) {
  display: block;
  font-size: 4rem;
  line-height: 2.875rem;
  margin-bottom: 1.5rem;
}
.retirement-hub-results .link-pod-list.timeline .link-pod .primary-content .wrapper .long-description {
  margin-top: 0;
}
.retirement-hub-results .link-pod-list.timeline .link-pod .primary-content .wrapper .long-description h4,
.retirement-hub-results .link-pod-list.timeline .link-pod .primary-content .wrapper .long-description h5,
.retirement-hub-results .link-pod-list.timeline .link-pod .primary-content .wrapper .long-description h6 {
  color: #041E42;
  margin-bottom: 2rem;
}
.retirement-hub-results .link-pod-list.timeline .link-pod .primary-content .wrapper .long-description ul + p,
.retirement-hub-results .link-pod-list.timeline .link-pod .primary-content .wrapper .long-description ul + h1,
.retirement-hub-results .link-pod-list.timeline .link-pod .primary-content .wrapper .long-description ul + h2,
.retirement-hub-results .link-pod-list.timeline .link-pod .primary-content .wrapper .long-description ul + h3,
.retirement-hub-results .link-pod-list.timeline .link-pod .primary-content .wrapper .long-description ul + h4,
.retirement-hub-results .link-pod-list.timeline .link-pod .primary-content .wrapper .long-description ul + h5,
.retirement-hub-results .link-pod-list.timeline .link-pod .primary-content .wrapper .long-description ul + h6 {
  margin-top: 3rem;
}
.retirement-hub-results .link-pod-list.timeline .link-pod .primary-content .wrapper .long-description a {
  color: #041E42;
}
.retirement-hub-results .link-pod-list.timeline .link-pod[data-id="at-retirement"] .primary-content h3:before {
  content: "";
  display: block;
  width: 4.5rem;
  height: 4rem;
  margin-bottom: 1.5rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url('/~/media/image-libraries/wincanton2025/assets/sunset-white.svg');
}
.retirement-hub-results .link-pod-list.icons-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: 3rem calc((100% - 1140px) / 2);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 0.85) 100%), #8E89C2;
}
.retirement-hub-results .link-pod-list.icons-row .link-pod {
  flex-grow: 1;
  flex-basis: 0;
  text-align: center;
}
.retirement-hub-results .link-pod-list.icons-row .link-pod .primary-content .link-pod-icon {
  margin-bottom: 2rem;
}
.retirement-hub-results .link-pod-list.icons-row .link-pod .primary-content .long-description p {
  max-width: 14.5625rem;
  margin: 0 auto;
  font-size: 1.25rem;
  font-family: "Ubuntu Medium";
  line-height: 2rem;
  /* 160% */
  letter-spacing: -0.03125rem;
}
.retirement-hub-results .link-pod-list.icons-row + .content-area {
  padding-top: 3rem;
}
.retirement-hub-results .page-banner.image .image-container img {
  object-fit: cover;
  object-position: center;
  height: 15rem;
  width: 100%;
}
.retirement-hub-results .intro-pod.dc-members h2,
.retirement-hub-results .intro-pod.db-members h2,
.retirement-hub-results .intro-pod.nav-startplanning h2,
.retirement-hub-results .intro-pod.nav-guidance h2 {
  margin-bottom: 3rem;
}
.retirement-hub-results .intro-pod.dc-members .intro-pod-image-content img,
.retirement-hub-results .intro-pod.db-members .intro-pod-image-content img,
.retirement-hub-results .intro-pod.nav-startplanning .intro-pod-image-content img,
.retirement-hub-results .intro-pod.nav-guidance .intro-pod-image-content img {
  max-height: 36rem!important;
}
.retirement-hub-results .intro-pod.db-members {
  display: none;
}
.retirement-hub-results .scw-tabs[data-id="your-options"] .index-container ul {
  gap: 10rem;
}
.retirement-hub-results .scw-tabs[data-id="your-options"] .index-container ul li a {
  font-size: 1.25rem;
  font-family: "Ubuntu Medium";
  line-height: 2rem;
  /* 160% */
  letter-spacing: -0.03125rem;
}
.back-to-top {
  position: fixed;
  right: 2.5vw;
  bottom: 2.5vh;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 9.375rem;
  background: #041E42;
  border: solid 1px #FFFFFF;
}
.back-to-top:after {
  content: "\f078";
  font-family: FontAwesome;
  line-height: 1.25rem;
  font-size: 1.25rem;
  color: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -55%) rotate(180deg);
}
.back-to-top:hover {
  background: #FFFFFF;
  border: solid 1px #041E42;
}
.back-to-top:hover:after {
  color: #041E42;
}
.js-only-container {
  width: 100%;
}
.pension-modeller .tabs .scw-tooltip {
  display: block;
  width: 18px;
  height: 18px;
  background: no-repeat -48px 0 url(../images/modeller-icons.png);
}
.pension-modeller .modeller-left {
  width: 100%;
  max-width: 71.25rem;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 4rem;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.7) 100%), #A1B9C9;
  margin: 0 auto 5rem;
  gap: 2rem;
}
.pension-modeller .modeller-left h4 {
  color: #041E42;
  width: 100%;
  margin-bottom: 1rem;
}
.pension-modeller .modeller-left h4:after {
  width: 4rem;
  height: 0.25rem;
  content: "";
  background: #FCAF17;
  display: block;
  margin-top: 1.5rem;
}
.pension-modeller .modeller-left label {
  color: rgba(2, 8, 60, 0.5);
  font-size: 0.9375rem;
  line-height: 1.4375rem;
  width: 100%;
}
.pension-modeller .modeller-left label + p {
  color: rgba(2, 8, 60, 0.5);
}
.pension-modeller .modeller-left p {
  color: #041E42;
  font-size: 0.9375rem;
  line-height: 1.4375rem;
  margin-bottom: 0;
}
.pension-modeller .modeller-left p a {
  color: #041E42;
  text-decoration-color: #041E42;
  text-underline-offset: 0.25rem;
  text-decoration-line: underline;
  text-decoration-thickness: 0.0625rem;
  text-decoration-style: solid;
}
.pension-modeller .modeller-left p a:hover {
  font-family: "Ubuntu Medium";
  text-decoration-thickness: 0.125rem;
}
.pension-modeller .modeller-left .textbox {
  padding: 0.75rem 0.5rem;
  border-radius: 0.375rem;
  border: 1px solid #A1B9C9;
  background: #FFFFFF;
  box-shadow: none;
  border: none;
  width: 100%;
  font-size: 1.125rem;
  font-style: normal;
  line-height: 1.6875rem;
  color: #041E42;
  font-family: Ubuntu Regular;
  margin-top: 0.25rem;
}
.pension-modeller .modeller-left .symbol {
  position: absolute;
  left: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.6875rem;
  /* 150% */
  color: #041E42;
  z-index: 99;
}
.pension-modeller .modeller-left .validation {
  background: #FCAF17;
  color: #041E42;
  font-size: 0.9375rem;
  line-height: 1.4375rem;
  margin-top: 4px;
}
.pension-modeller .modeller-left .left-column-icon {
  display: none;
}
.pension-modeller .modeller-left .info-buttons {
  flex: 1 1 100%;
}
.pension-modeller .modeller-left .info-buttons .form-button {
  margin: 0;
}
.pension-modeller .modeller-left .info-buttons .form-button.button-calculate {
  width: 100%;
  display: flex;
  margin-bottom: 2rem;
}
.pension-modeller .modeller-left .info-buttons .form-button.button-calculate a {
  border-radius: 0.375rem;
  background: #FCAF17;
  display: inline-block;
  text-align: center;
  min-width: 15.625rem;
  padding: 1rem 1.5rem;
  font-size: 0.875rem;
  font-family: "Ubuntu Medium";
  line-height: 1.5rem;
  text-transform: uppercase;
  color: #041E42;
}
.pension-modeller .modeller-left .info-buttons .form-button.button-calculate a:hover {
  background: #041E42;
  color: #FFFFFF;
}
.pension-modeller .modeller-left .info-buttons .form-button:not(.button-calculate) a {
  padding: 0;
  background: none;
  color: #041E42;
  border-radius: 0;
  margin-right: 3rem;
  position: relative;
  padding-right: 2rem;
  font-size: 0.875rem;
}
.pension-modeller .modeller-left .info-buttons .form-button:not(.button-calculate) a:hover {
  text-decoration-color: #FFFFFF;
  font-family: "Ubuntu Medium";
}
.pension-modeller .modeller-left .info-buttons .form-button:not(.button-calculate) a:hover:after {
  width: 1.5rem;
  transition: all 0.33s;
}
.pension-modeller .modeller-left .info-buttons .form-button:not(.button-calculate) a:after {
  width: 1rem;
  height: 0.09375rem;
  content: "";
  background: #0085CA;
  transition: all 0.33s;
  position: absolute;
  left: calc(100% - 1.5rem);
  top: 50%;
  transform: translateY(-50%);
}
.pension-modeller .modeller-left .form-element {
  width: calc((100% / 5) - (8rem / 5));
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  position: relative;
}
.pension-modeller .modeller-left .form-element.paysmart-member {
  display: none;
}
.pension-modeller .modeller-left .form-element.form-element-currency {
  position: relative;
}
.pension-modeller .modeller-left .form-element.form-element-currency:not(.current-fund-value) label {
  min-height: 2.875rem;
}
.pension-modeller .modeller-left .form-element.form-element-currency .textbox {
  padding-left: 1.125rem;
}
.pension-modeller .modeller-left .form-element.form-element-currency .help {
  position: absolute;
  top: 0;
  left: auto;
  right: 15px;
  display: block;
  width: 18px;
  height: 18px;
}
.pension-modeller .modeller-left .form-element.form-element-currency .help .scw-tooltip {
  display: block;
  width: 18px;
  height: 18px;
  background: no-repeat -48px 0 url(../images/modeller-icons.png);
  text-indent: -1000px;
}
.pension-modeller .modeller-left .form-element.form-element-currency .symbol {
  top: 2.433rem;
}
.pension-modeller .modeller-left .form-element.form-element-currency.current-fund-value .symbol {
  top: 3.875rem;
}
.pension-modeller .modeller-left .form-element .percentage-dropdownlist {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  background: #FFF;
  margin-top: 0.25rem;
  border-radius: 0.375rem;
}
.pension-modeller .modeller-left .form-element .percentage-dropdownlist select {
  display: none;
  width: 100%;
}
.pension-modeller .modeller-left .form-element .percentage-dropdownlist select option {
  width: 100%;
}
.pension-modeller .modeller-left .form-element .percentage-dropdownlist .dropdownlist-header {
  position: relative;
  cursor: pointer;
  border-radius: 0.375rem;
}
.pension-modeller .modeller-left .form-element .percentage-dropdownlist .dropdownlist-header:focus {
  outline: none;
}
.pension-modeller .modeller-left .form-element .percentage-dropdownlist .dropdownlist-header:hover {
  background: #f3f4f3;
}
.pension-modeller .modeller-left .form-element .percentage-dropdownlist .dropdownlist-header p {
  margin: 0;
  padding: 0.75rem 0.5rem;
  cursor: pointer;
  font-size: 1.125rem;
  line-height: 1.6875rem;
  background: #FFFFFF;
  border-radius: 0.375rem;
}
.pension-modeller .modeller-left .form-element .percentage-dropdownlist .dropdownlist-header .text {
  color: #041E42;
  transition-duration: 0.15s;
  transition-property: color, background-color, border-color;
  transition-timing-function: ease-in-out;
}
.pension-modeller .modeller-left .form-element .percentage-dropdownlist .dropdownlist-header .percentage {
  position: relative;
  color: #041E42;
  transition-duration: 0.15s;
  transition-property: color, background-color, border-color;
  transition-timing-function: ease-in-out;
}
.pension-modeller .modeller-left .form-element .percentage-dropdownlist .dropdownlist-header .header-icon {
  position: absolute;
  top: 50%;
  right: 12px;
  width: 12px;
  height: 8px;
  transform: translateY(-50%);
  background: no-repeat url('/~/media/image-libraries/wincanton2025/assets/arrow-down-blue.png');
  z-index: 1;
}
.pension-modeller .results-heading {
  text-align: center;
  padding: 0 1rem;
  margin-bottom: 2rem;
  color: #041E42;
  display: none;
}
.pension-modeller .results-heading:after {
  width: 4rem;
  height: 0.25rem;
  content: "";
  background: #FCAF17;
  display: block;
  margin: 1rem auto 0;
}
.pension-modeller .modeller-right {
  display: none;
}
.pension-modeller .modeller-right .tabs .index {
  width: 100%;
  background: #041E42;
}
.pension-modeller .modeller-right .tabs .index .index-list {
  max-width: 71.25rem;
  display: flex;
  width: 100%;
  margin: 0 auto;
  gap: 5rem;
}
.pension-modeller .modeller-right .tabs .index .index-list .tab a {
  color: #FFFFFF;
  line-height: 6rem;
  font-size: 1.25rem;
  font-family: "Ubuntu Medium";
  letter-spacing: -0.03125rem;
  padding: 0;
  background: none;
  border: none;
  text-box-trim: none;
}
.pension-modeller .modeller-right .tabs .index .index-list .tab a:hover {
  box-shadow: inset 0 -4px 0 0 #FFFFFF;
}
.pension-modeller .modeller-right .tabs .index .index-list .tab.tab-selected a {
  box-shadow: inset 0 -4px 0 0 #FFFFFF;
}
.pension-modeller .modeller-right .tabs .tab-content-container {
  width: 100%;
  padding: 0;
  background: none;
  border: none;
}
.pension-modeller .modeller-right .tabs .tab-content-container .tab-content {
  padding: 4rem calc((100% - 1140px) / 2);
}
.pension-modeller .modeller-right .tabs .tab-content-container .tab-content h2 {
  font-size: 2rem;
  color: #041E42;
  margin-bottom: 3rem;
  line-height: 2.5rem;
}
.pension-modeller .modeller-right .tabs .tab-content-container .tab-content .value {
  font-size: 1.5rem;
  font-family: "Ubuntu Medium";
  line-height: 2rem;
  /* 133.333% */
  letter-spacing: -0.03125rem;
  font-weight: normal;
  color: #041E42;
}
.pension-modeller .modeller-right .tabs .tab-content-container .tab-content .row {
  margin-bottom: 0;
}
.pension-modeller .modeller-right .tabs .tab-content-container .tab-content .row .label {
  margin: 0;
}
.pension-modeller .modeller-right .tabs .tab-content-container .tab-content .row .footer {
  margin-top: 3rem;
  padding: 0;
  background: none;
  color: #041E42;
}
.pension-modeller .modeller-right .tabs .tab-content-container .tab-content .row.row-border {
  border-bottom: solid 1px #0085CA;
  padding-bottom: 1.5rem !important;
}
.pension-modeller .modeller-right .tabs .tab-content-container .tab-content.tab-content-one .row.row-you-pay {
  background: rgba(161, 185, 201, 0.3);
  padding: 4rem 4rem 0 4rem;
  display: flex;
  gap: 5rem;
}
.pension-modeller .modeller-right .tabs .tab-content-container .tab-content.tab-content-one .row.row-company-pays {
  display: flex;
  flex-direction: column-reverse;
  background: rgba(161, 185, 201, 0.3);
  padding: 1.5rem 4rem;
}
.pension-modeller .modeller-right .tabs .tab-content-container .tab-content.tab-content-one .row.row-total-paid {
  display: flex;
  flex-direction: column-reverse;
  background: rgba(161, 185, 201, 0.3);
  padding: 1.5rem 4rem 4rem;
  border-bottom: none;
}
.pension-modeller .modeller-right .tabs .tab-content-container .tab-content.tab-content-one .row.row-total-paid .label {
  max-width: 25rem;
  margin-bottom: 0.5rem;
}
.pension-modeller .modeller-right .tabs .tab-content-container .tab-content.tab-content-one .row.row-total-paid .currency-text .value {
  font-size: 2.4375rem;
  font-family: "Ubuntu Medium";
  line-height: 3.125rem;
}
.pension-modeller .modeller-right .tabs .tab-content-container .tab-content.tab-content-two .row:after {
  display: none;
}
.pension-modeller .modeller-right .tabs .tab-content-container .tab-content.tab-content-two .row.row-you-add-labels {
  padding: 4rem 4rem 1.5rem;
  display: flex;
  border-bottom: solid 1px #0085CA;
  background: rgba(161, 185, 201, 0.3);
  gap: 2rem;
  justify-content: end;
}
.pension-modeller .modeller-right .tabs .tab-content-container .tab-content.tab-content-two .row.row-you-add-labels .monthly-label,
.pension-modeller .modeller-right .tabs .tab-content-container .tab-content.tab-content-two .row.row-you-add-labels .yearly-label {
  margin: 0;
  width: 100%;
  max-width: 18.3125rem;
  text-align: right;
}
.pension-modeller .modeller-right .tabs .tab-content-container .tab-content.tab-content-two .row.row-you-add {
  background: rgba(161, 185, 201, 0.3);
  padding: 1.5rem 4rem;
  display: flex;
  gap: 2rem;
  justify-content: flex-end;
}
.pension-modeller .modeller-right .tabs .tab-content-container .tab-content.tab-content-two .row.row-you-add .column-third {
  width: 100%;
  max-width: 18.3125rem;
}
.pension-modeller .modeller-right .tabs .tab-content-container .tab-content.tab-content-two .row.row-you-add .column-third:first-of-type {
  max-width: none;
}
.pension-modeller .modeller-right .tabs .tab-content-container .tab-content.tab-content-two .row.row-you-add .column-third .you-monthly,
.pension-modeller .modeller-right .tabs .tab-content-container .tab-content.tab-content-two .row.row-you-add .column-third .you-yearly {
  text-align: right;
}
.pension-modeller .modeller-right .tabs .tab-content-container .tab-content.tab-content-two .row.row-company-adds {
  background: rgba(161, 185, 201, 0.3);
  padding: 0 4rem 1.5rem;
  display: flex;
  gap: 2rem;
  justify-content: flex-end;
  border-bottom: solid 1px #0085CA;
}
.pension-modeller .modeller-right .tabs .tab-content-container .tab-content.tab-content-two .row.row-company-adds .column-third {
  width: 100%;
  max-width: 18.3125rem;
}
.pension-modeller .modeller-right .tabs .tab-content-container .tab-content.tab-content-two .row.row-company-adds .column-third:first-of-type {
  max-width: none;
}
.pension-modeller .modeller-right .tabs .tab-content-container .tab-content.tab-content-two .row.row-company-adds .column-third .company-monthly,
.pension-modeller .modeller-right .tabs .tab-content-container .tab-content.tab-content-two .row.row-company-adds .column-third .company-yearly {
  text-align: right;
}
.pension-modeller .modeller-right .tabs .tab-content-container .tab-content.tab-content-two .row.row-added-footer {
  display: none;
}
.pension-modeller .modeller-right .tabs .tab-content-container .tab-content.tab-content-two .row.row-total-added {
  background: rgba(161, 185, 201, 0.3);
  padding: 1.5rem 4rem;
  display: flex;
  gap: 2rem;
  border-bottom: none;
  justify-content: flex-end;
  align-items: center;
}
.pension-modeller .modeller-right .tabs .tab-content-container .tab-content.tab-content-two .row.row-total-added .label {
  width: 100%;
}
.pension-modeller .modeller-right .tabs .tab-content-container .tab-content.tab-content-two .row.row-total-added .currency-text {
  text-align: right;
  width: 100%;
  max-width: 18.3125rem;
}
.pension-modeller .modeller-right .tabs .tab-content-container .tab-content.tab-content-two .row.row-total-added .currency-text .value {
  font-size: 2rem;
  font-family: "Ubuntu Medium";
  line-height: 2.5rem;
}
.pension-modeller .modeller-right .tabs .tab-content-container .tab-content.tab-content-two .row.row-for-each {
  background: rgba(161, 185, 201, 0.3);
  padding: 1.5rem 4rem 0;
  display: flex;
  gap: 2rem;
  justify-content: end;
}
.pension-modeller .modeller-right .tabs .tab-content-container .tab-content.tab-content-two .row.row-for-each .total-summary {
  background: #FFFFFF;
  display: flex;
  padding: 1.25rem 1.25rem 1rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  min-width: 19.375rem;
}
.pension-modeller .modeller-right .tabs .tab-content-container .tab-content.tab-content-two .row.row-for-each .total-summary .colour-label {
  text-align: right;
  width: 100%;
}
.pension-modeller .modeller-right .tabs .tab-content-container .tab-content.tab-content-two .row.row-for-each .total-summary .you-add-summary {
  width: 100%;
  text-align: right;
}
.pension-modeller .modeller-right .tabs .tab-content-container .tab-content.tab-content-two .row.row-for-each .total-summary .total-added-summary {
  width: 100%;
}
.pension-modeller .modeller-right .tabs .tab-content-container .tab-content.tab-content-two .row.row-for-each .total-summary .total-added-summary .value {
  font-size: 2rem;
  line-height: 2.5rem;
}
.pension-modeller .modeller-right .tabs .tab-content-container .tab-content.tab-content-two .row.row-for-each .total-summary .you-add {
  margin-bottom: 0;
  text-align: right;
}
.pension-modeller .modeller-right .tabs .tab-content-container .tab-content.tab-content-two .row.row-total-paid {
  background: rgba(161, 185, 201, 0.3);
  padding: 0 4rem 1.5rem;
  display: flex;
  gap: 2rem;
  justify-content: end;
}
.pension-modeller .modeller-right .tabs .tab-content-container .tab-content.tab-content-two .row.row-total-paid .total-summary {
  background: #FFFFFF;
  display: flex;
  padding: 0 1.25rem 1.25rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  min-width: 19.375rem;
}
.pension-modeller .modeller-right .tabs .tab-content-container .tab-content.tab-content-two .row.row-total-paid .total-summary .colour-label {
  text-align: right;
  width: 100%;
}
.pension-modeller .modeller-right .tabs .tab-content-container .tab-content.tab-content-two .row.row-total-paid .total-summary .total-added-summary {
  width: 100%;
  text-align: right;
}
.pension-modeller .modeller-right .tabs .tab-content-container .tab-content.tab-content-two .row.row-total-paid .total-summary .total-added-summary .value {
  font-size: 2rem;
  line-height: 2.5rem;
}
.pension-modeller .modeller-right .tabs .tab-content-container .tab-content.tab-content-three .row.row-border {
  background: rgba(161, 185, 201, 0.3);
  padding: 0 4rem 4rem !important;
  border-bottom: none;
}
.pension-modeller .modeller-right .tabs .tab-content-container .tab-content.tab-content-three .row.row-retirement-age {
  padding: 4rem !important;
  background: rgba(161, 185, 201, 0.3);
  margin-bottom: 3rem;
}
.pension-modeller .modeller-right .tabs .tab-content-container .tab-content.tab-content-three .row.row-retirement-age .retirement-age {
  margin: 0;
  display: flex;
  gap: 2rem;
}
.pension-modeller .modeller-right .tabs .tab-content-container .tab-content.tab-content-three .row.row-retirement-age .retirement-age label {
  font-size: 1.125rem;
  line-height: 1.6875rem;
  color: #041E42;
  min-width: 9.375rem;
}
.pension-modeller .modeller-right .tabs .tab-content-container .tab-content.tab-content-three .row.row-retirement-age .retirement-age .slider {
  position: relative;
  height: auto;
}
.pension-modeller .modeller-right .tabs .tab-content-container .tab-content.tab-content-three .row.row-retirement-age .retirement-age .slider ul {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 20px;
  width: 100%;
}
.pension-modeller .modeller-right .tabs .tab-content-container .tab-content.tab-content-three .row.row-retirement-age .retirement-age .slider li {
  width: calc(100% / 21);
  padding: 0;
}
.pension-modeller .modeller-right .tabs .tab-content-container .tab-content.tab-content-three .row.row-retirement-age .retirement-age .slider li .marker-label {
  position: absolute;
  bottom: -2.75rem;
  display: block;
  font-size: 1.125rem;
  line-height: 1.6875rem;
  text-align: center;
}
.pension-modeller .modeller-right .tabs .tab-content-container .tab-content.tab-content-three .row.row-retirement-age .retirement-age .slider li .text {
  display: none;
}
.pension-modeller .modeller-right .tabs .tab-content-container .tab-content.tab-content-three .row.row-retirement-age .retirement-age .slider li.first-item .marker-label {
  left: -10px;
  color: #041E42;
}
.pension-modeller .modeller-right .tabs .tab-content-container .tab-content.tab-content-three .row.row-retirement-age .retirement-age .slider li.last-item .marker-label {
  right: -10px;
}
.pension-modeller .modeller-right .tabs .tab-content-container .tab-content.tab-content-three .row.row-retirement-age .retirement-age .slider li[data-value="65"] .marker-label {
  left: 10px;
}
.pension-modeller .modeller-right .tabs .tab-content-container .tab-content.tab-content-three .row.row-retirement-age .retirement-age .slider .track {
  width: 100%;
  height: 32px;
}
.pension-modeller .modeller-right .tabs .tab-content-container .tab-content.tab-content-three .row.row-retirement-age .retirement-age .slider .track .track-inner {
  top: 16px;
  height: 2px;
  background: #0085CA;
  border: none;
  border-radius: 0;
}
.pension-modeller .modeller-right .tabs .tab-content-container .tab-content.tab-content-three .row.row-retirement-age .retirement-age .slider .track .handle {
  top: 6px;
  right: -10px;
  width: 1.25rem;
  height: 1.25rem;
  background: no-repeat url('/~/media/image-libraries/wincanton2025/assets/slider-handle.png');
  border: none;
  border-radius: 0;
}
.pension-modeller .modeller-right .tabs .tab-content-container .tab-content.tab-content-three .row.row-retirement-age .retirement-age .slider .track .handle:hover {
  background-position: 0 -20px;
}
.pension-modeller .modeller-right .tabs .tab-content-container .tab-content.tab-content-three .row.row-graphs {
  padding: 4rem 4rem 3rem;
  background: rgba(161, 185, 201, 0.3);
  display: flex;
  justify-content: space-evenly;
  gap: 6rem;
}
.pension-modeller .modeller-right .tabs .tab-content-container .tab-content.tab-content-three .row.row-graphs:after {
  display: none;
}
.pension-modeller .modeller-right .tabs .tab-content-container .tab-content.tab-content-three .row.row-graphs .column-third {
  width: 100%;
}
.pension-modeller .modeller-right .tabs .tab-content-container .tab-content.tab-content-three .row.row-graphs .column-third h4 {
  margin-bottom: 1.5rem;
}
.pension-modeller .modeller-right .tabs .tab-content-container .tab-content.tab-content-three .row.row-graphs .column-third.column-graph-pot .bar {
  background: #0085CA;
}
.pension-modeller .modeller-right .tabs .tab-content-container .tab-content.tab-content-three .row.row-graphs .column-third.column-graph-lump .bar {
  background: #0085CA;
}
.pension-modeller .modeller-right .tabs .tab-content-container .tab-content.tab-content-three .row.row-graphs .column-third.column-graph-lump .lump-sum-percentage {
  position: absolute;
  top: -13px;
  left: -48px;
  font-size: 1.125rem;
  line-height: 1.6875rem;
}
.pension-modeller .modeller-right .tabs .tab-content-container .tab-content.tab-content-three .row.row-graphs .column-third.column-graph-lump .lump-sum {
  position: absolute;
  top: 0;
  left: -10px;
  margin: 0;
}
.pension-modeller .modeller-right .tabs .tab-content-container .tab-content.tab-content-three .row.row-graphs .column-third.column-graph-lump .lump-sum .slider {
  width: 20px;
  height: 17.5rem;
}
.pension-modeller .modeller-right .tabs .tab-content-container .tab-content.tab-content-three .row.row-graphs .column-third.column-graph-lump .lump-sum .slider .track {
  top: 0;
  margin: 0;
  padding: 0;
}
.pension-modeller .modeller-right .tabs .tab-content-container .tab-content.tab-content-three .row.row-graphs .column-third.column-graph-lump .lump-sum .slider .track .track-inner {
  display: none;
}
.pension-modeller .modeller-right .tabs .tab-content-container .tab-content.tab-content-three .row.row-graphs .column-third.column-graph-lump .lump-sum .slider .track .handle {
  top: -10px;
  width: 20px;
  height: 20px;
  background: no-repeat url('/~/media/image-libraries/wincanton2025/assets/slider-handle.png');
  border: none;
  border-radius: 0;
  left: 0;
  right: auto;
}
.pension-modeller .modeller-right .tabs .tab-content-container .tab-content.tab-content-three .row.row-graphs .column-third.column-graph-lump .lump-sum .slider .track .handle:hover {
  background-position: 0 -20px;
}
.pension-modeller .modeller-right .tabs .tab-content-container .tab-content.tab-content-three .row.row-graphs .column-third.column-graph-lump .lump-sum ul {
  display: none;
}
.pension-modeller .modeller-right .tabs .tab-content-container .tab-content.tab-content-three .row.row-graphs .column-third.column-graph-income .bar {
  background: #0085CA;
}
.pension-modeller .modeller-right .tabs .tab-content-container .tab-content.tab-content-three .row.row-graphs .column-third .graph {
  position: relative;
  width: 100%;
  height: 17.5rem;
  margin: 0 0 1.5rem;
  border: solid 1px #041E42;
  border-width: 0 0 1px 1px;
}
.pension-modeller .modeller-right .tabs .tab-content-container .tab-content.tab-content-three .row.row-graphs .column-third .bar {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  width: 5.4rem;
  height: 0;
  border-radius: 0.375rem 0.375rem 0 0;
}
.pension-modeller .modeller-right .tabs .tab-content-container .tab-content.tab-content-three .row.row-graphs .column-third .currency-text .value {
  position: relative;
  font-size: 2rem;
  font-family: "Ubuntu Medium";
  line-height: 2.5rem;
}
.pension-modeller .modeller-right .tabs .tab-content-container .tab-content.tab-content-three .row.row-grand-total {
  display: none;
}
.dropdownlist-options {
  position: relative;
  padding: 0;
  border: none;
  position: absolute;
  display: none;
  width: 100%;
  max-width: 177px;
  background: #fff;
  z-index: 500;
  border-radius: 0 0 6px 6px;
  max-height: 300px;
  overflow-y: scroll;
}
.dropdownlist-options li {
  margin: 0;
  padding: 0.25rem 0.5rem;
  cursor: pointer;
  font-size: 0.875rem;
  line-height: 1.375rem;
  background: #FFFFFF;
}
.dropdownlist-options li:hover,
.dropdownlist-options li.selected {
  background: #f3f4f3;
}
.dropdownlist-options .text,
.dropdownlist-options .percentage {
  color: #041E42;
  transition-duration: 0.15s;
  transition-property: color, background-color, border-color;
  transition-timing-function: ease-in-out;
}
.percentage-dropdownlist-no-javascript .dropdownlist-header {
  display: none;
}
.percentage-dropdownlist-no-javascript .dropdownlist-options {
  display: none;
}
.percentage-dropdownlist-no-javascript select {
  display: inline;
}
.percentage-dropdownlist-disabled .dropdownlist-header:hover {
  background: #fff;
  cursor: default;
}
.percentage-dropdownlist-disabled .dropdownlist-header:hover * {
  cursor: default;
}
.percentage-dropdownlist-disabled .text {
  color: #041E42;
}
.percentage-dropdownlist-disabled .percentage {
  color: #041E42;
}
.percentage-dropdownlist-disabled .header-icon {
  background-position: -24px center;
}
@media screen and (max-width: 1280px) {
  .form.retirement-hub .form-content .form-heading {
    width: calc(100% - 32.6875rem);
  }
  .form.retirement-hub .form-content .form-element {
    padding-left: calc(37.6875rem);
    background-position: -10rem top !important;
  }
}
/*
@media screen and (max-width: 1150px) {
    .retirement-hub-results {
        .bodyContainer100 {
            p, ul, ol {
                font-size: 1rem;
            }

            .content-area {
                padding: 4rem 1.9375rem;

                + .collapsible-panel-list,
                + .link-pod-list:not(.timeline) {
                    margin-top: -2rem;
                }

                &.results-navigation {
                    ul {
                        li {
                            a {
                                padding: 1.25rem 1rem;
                                font-size: 1rem;
                                line-height: 1.25rem;
                            }
                        }
                    }
                }
            }

            .link-pod-list {
                &.timeline {
                    padding: 4rem 1.9375rem;

                    .link-pod {
                        padding: 2.5rem 2.5rem 2.5rem calc(10.5rem + 1.875rem);

                        &:before {
                            top: 2.5rem;
                        }
                    }
                }

                &.icons-row {
                    padding: 0rem 1.9375rem;
                }
            }

            .scw-tabs {
                padding-bottom: 4rem;

                .index-container {
                    ul {
                        padding: 0 1.9375rem;
                        gap: 2.5rem;

                        li {
                            span {
                                a {
                                    font-size: 1rem;
                                    padding: 2.5rem 0;
                                }
                            }
                        }
                    }
                }

                .content-container {
                    padding: 4rem 1.9375rem 0;
                }
            }

            .collapsible-panel-list {
                padding: 0 1.9375rem 4rem;
                max-width: none;

                .collapsible-panel {
                    margin: 0 0 15px;
                }
            }
        }
    }
}*/
@media screen and (max-width: 992px) {
  .form.retirement-hub {
    min-height: 0;
  }
  .form.retirement-hub .form-content {
    max-width: none;
    position: relative;
  }
  .form.retirement-hub .form-content .form-heading {
    left: 0;
    padding: 0 1rem 2rem;
    width: 100%;
    height: 18.5rem;
  }
  .form.retirement-hub .form-content .form-heading ul {
    max-width: 100%;
  }
  .form.retirement-hub .form-content .form-heading h1 {
    font-size: 1.625rem;
    line-height: 1.9375rem;
    /* 125% */
  }
  .form.retirement-hub .form-content .form-element {
    padding: 22.5rem 1rem 8.5rem;
    background: none !important;
    min-height: 0;
  }
  .form.retirement-hub .form-content .form-element label {
    font-size: 1.375rem;
    line-height: 1.75rem;
    /* 132.917% */
    max-width: 100%;
  }
  .retirement-hub-results .content-area + .scw-tabs {
    margin-top: -2rem;
  }
  .retirement-hub-results .link-pod-list.icons-row {
    flex-direction: column;
    flex-wrap: wrap;
    padding: 3rem 1rem;
    gap: 3rem;
  }
  .retirement-hub-results .link-pod-list.icons-row .link-pod .primary-content .link-pod-icon {
    margin-bottom: 1rem;
  }
  .pension-modeller .modeller-left {
    margin: 2.5rem 1rem;
    width: calc(100% - 2rem);
    padding: 2.5rem 1rem;
    gap: 0;
  }
  .pension-modeller .modeller-left .form-element {
    width: 100%;
  }
  .pension-modeller .modeller-left .form-element.form-element-currency:not(current-fund-value) label {
    min-height: 0 !important;
  }
  .pension-modeller .modeller-left .info-buttons .form-button.button-calculate {
    margin-bottom: 1rem;
  }
  .pension-modeller .modeller-right .tabs .index .index-list {
    gap: 1rem;
    padding: 0 1rem;
  }
  .pension-modeller .modeller-right .tabs .index .index-list:before,
  .pension-modeller .modeller-right .tabs .index .index-list:after {
    display: none;
  }
  .pension-modeller .modeller-right .tabs .index .index-list .tab {
    width: calc(100% / 3);
  }
  .pension-modeller .modeller-right .tabs .index .index-list .tab a {
    line-height: 1.875rem;
    padding: 1rem 0;
    font-size: 1.125rem;
    height: 100%;
  }
  .pension-modeller .modeller-right .tabs .tab-content-container .tab-content {
    padding: 2.5rem 0;
    margin: 0 1rem;
    width: calc(100% - 2rem);
  }
  .pension-modeller .modeller-right .tabs .tab-content-container .tab-content.tab-content-one .row.row-you-pay {
    padding: 1.5rem 1rem 0 1rem;
    flex-wrap: wrap;
    gap: 0.5rem;
  }
  .pension-modeller .modeller-right .tabs .tab-content-container .tab-content.tab-content-one .row.row-border,
  .pension-modeller .modeller-right .tabs .tab-content-container .tab-content.tab-content-one .row.row-total-paid {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .pension-modeller .modeller-right .tabs .tab-content-container .tab-content.tab-content-one .row.row-border .scw-tooltip,
  .pension-modeller .modeller-right .tabs .tab-content-container .tab-content.tab-content-one .row.row-total-paid .scw-tooltip {
    display: none;
  }
  .pension-modeller .modeller-right .tabs .tab-content-container .tab-content.tab-content-two .row.row-you-add-labels {
    padding: 1.5rem 1rem 1.5rem 1rem;
    gap: 0.5rem;
  }
  .pension-modeller .modeller-right .tabs .tab-content-container .tab-content.tab-content-two .row.row-you-add-labels .yearly-label,
  .pension-modeller .modeller-right .tabs .tab-content-container .tab-content.tab-content-two .row.row-you-add-labels .monthly-label {
    max-width: 8.75rem;
  }
  .pension-modeller .modeller-right .tabs .tab-content-container .tab-content.tab-content-two .row.row-you-add,
  .pension-modeller .modeller-right .tabs .tab-content-container .tab-content.tab-content-two .row.row-company-adds,
  .pension-modeller .modeller-right .tabs .tab-content-container .tab-content.tab-content-two .row.row-total-added {
    padding-left: 1rem;
    padding-right: 1rem;
    gap: 0.5rem;
  }
  .pension-modeller .modeller-right .tabs .tab-content-container .tab-content.tab-content-two .row.row-you-add .column-third,
  .pension-modeller .modeller-right .tabs .tab-content-container .tab-content.tab-content-two .row.row-company-adds .column-third,
  .pension-modeller .modeller-right .tabs .tab-content-container .tab-content.tab-content-two .row.row-total-added .column-third {
    max-width: 8.75rem;
  }
  .pension-modeller .modeller-right .tabs .tab-content-container .tab-content.tab-content-two .row.row-you-add .scw-tooltip,
  .pension-modeller .modeller-right .tabs .tab-content-container .tab-content.tab-content-two .row.row-company-adds .scw-tooltip,
  .pension-modeller .modeller-right .tabs .tab-content-container .tab-content.tab-content-two .row.row-total-added .scw-tooltip {
    display: none;
  }
  .pension-modeller .modeller-right .tabs .tab-content-container .tab-content.tab-content-two .row.row-total-added .currency-text .value {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .pension-modeller .modeller-right .tabs .tab-content-container .tab-content.tab-content-two .row.row-for-each,
  .pension-modeller .modeller-right .tabs .tab-content-container .tab-content.tab-content-two .row.row-total-paid {
    padding-top: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .pension-modeller .modeller-right .tabs .tab-content-container .tab-content.tab-content-three .row.row-graphs {
    gap: 2rem;
    flex-wrap: wrap;
    padding: 1.5rem 4rem;
  }
  .pension-modeller .modeller-right .tabs .tab-content-container .tab-content.tab-content-three .row.row-graphs .column-third h4 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .pension-modeller .modeller-right .tabs .tab-content-container .tab-content.tab-content-three .row.row-border {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    padding-bottom: 1.5rem !important;
  }
  .pension-modeller .modeller-right .tabs .tab-content-container .tab-content.tab-content-three .row.row-retirement-age {
    padding: 1.5rem 1rem 3rem !important;
    padding-bottom: 3rem !important;
    margin-bottom: 1.5rem;
  }
  .pension-modeller .modeller-right .tabs .tab-content-container .tab-content.tab-content-three .row.row-retirement-age .retirement-age {
    gap: 1rem;
    flex-wrap: wrap;
  }
  .pension-modeller .modeller-right .tabs .tab-content-container .tab-content.tab-content-three .row.row-retirement-age .retirement-age .slider li[data-value="65"] .marker-label {
    left: 0px;
  }
  .pension-modeller .modeller-right .tabs .tab-content-container .tab-content .row .footer {
    margin-top: 1rem;
    text-align: left;
  }
}
.js-only-container {
  display: none;
}
.budget-planner {
  width: 900px;
}
.budget-planner-wrapper {
  max-width: 1140px;
  margin: 2.5rem auto 5rem;
}
.budget-planner-carousel {
  position: relative;
  width: 100%;
  /*font-size: 1.1em;

    h2 {
        font-size: 2.0em;
    }*/
}
.budget-planner-carousel .float-right {
  float: right;
}
.budget-planner-carousel .float-left {
  float: left;
}
#hgcSlide-0 .budget-planner-carousel h3 {
  padding: 15px 0px 0px 0px;
}
#hgcSlide-0 .budget-planner-carousel h3:first-of-type {
  color: #A1B9C9;
  font-size: 1.143em;
  padding: 0px 0px 10px 0px;
  font-weight: normal;
}
.budget-planner-carousel-slide {
  /*float: left;*/
}
.budget-planner-carousel-slide h2 {
  margin-bottom: 2rem;
  color: #041E42;
}
.budget-planner-carousel-slide .carousel-data-section {
  height: 100%;
}
.budget-planner-carousel-slide ul {
  padding-left: 1.5rem;
}
.budget-planner-carousel-slide ul li {
  /* background: url("/Contents/ssp/Wincanton/images/budget-planner-sprite.png") no-repeat -773px -3px;
            padding: 1px 2px 1px 15px;*/
  font-size: 1.125rem;
  text-indent: 0;
  list-style: disc;
  margin-bottom: 0.1rem;
}
.budget-planner-carousel-slide .expenses-likely-to-reduce ul {
  margin-left: 2rem;
  padding-top: 0;
  /*li {
                background: url("/Contents/ssp/Wincanton/images/budget-planner-sprite.png") no-repeat -773px -62px;

                &:nth-of-type(1) {
                    margin-left: 60px;
                }

                &:nth-of-type(2) {
                    margin-left: 45px;
                }

                &:nth-of-type(3) {
                    margin-left: 20px;
                }
            }*/
}
.budget-planner-carousel-slide .expenses-likely-to-reduce p {
  margin-bottom: 1rem;
}
.budget-planner-carousel-slide .breakdown-chart-fallback li {
  background: none;
  padding: 5px;
}
.budget-planner-carousel-slide.data-inputs {
  display: none;
}
.budget-planner-carousel-slide.your-breakdown {
  display: none;
}
.budget-planner-carousel-slide.your-breakdown h2,
.budget-planner-carousel-slide.your-breakdown h3 {
  margin-top: 3rem;
  color: #041E42;
}
.budget-planner-section h2 {
  display: block;
}
.slide-index {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 5rem;
}
.slide-index ul {
  padding: 15px 0;
}
.slide-index ul li {
  color: #041E42;
  display: block;
  padding: 40px 5px 7px 5px;
  font-size: 1.286em;
  display: inline-block;
  margin-left: 0px;
  width: 165px;
  text-align: center;
  background: url("/Contents/Ssp/Wincanton/images/menu-roundel-grey.png") center -23px;
}
.slide-index ul li.active {
  background: url('/~/media/image-libraries/Wincanton2025/assets/menu-roundel-selected.svg') center 0.5px;
  background-repeat: no-repeat;
}
.slide-index[data-index="1"] ul li:nth-child(1) {
  background: url('/~/media/image-libraries/Wincanton2025/assets/menu-roundel-grey.svg') center 3.8px;
  background-repeat: no-repeat;
}
.slide-index[data-index="2"] ul li:nth-child(1) {
  background: url('/~/media/image-libraries/Wincanton2025/assets/menu-roundel-grey.svg') center 3.8px;
  background-repeat: no-repeat;
}
.slide-index[data-index="2"] ul li:nth-child(2) {
  background: url('/~/media/image-libraries/Wincanton2025/assets/menu-roundel-grey.svg') center 3.8px;
  background-repeat: no-repeat;
}
.slide-index[data-index="3"] ul li:nth-child(1) {
  background: url('/~/media/image-libraries/Wincanton2025/assets/menu-roundel-grey.svg') center 3.8px;
  background-repeat: no-repeat;
}
.slide-index[data-index="3"] ul li:nth-child(2) {
  background: url('/~/media/image-libraries/Wincanton2025/assets/menu-roundel-grey.svg') center 3.8px;
  background-repeat: no-repeat;
}
.slide-index[data-index="3"] ul li:nth-child(3) {
  background: url('/~/media/image-libraries/Wincanton2025/assets/menu-roundel-grey.svg') center 3.8px;
  background-repeat: no-repeat;
}
.expenses-likely-to-dissapear {
  background: #e0dfea;
  width: 490px;
  display: inline-block;
  vertical-align: top;
  padding: 1.5rem;
  /*height: 125px;*/
  color: #041E42;
}
.expenses-likely-to-dissapear ul {
  padding-top: unset;
}
.expenses-likely-to-dissapear p {
  margin-bottom: 1rem;
}
.expenses-likely-to-reduce {
  background: url("/Contents/ssp/Wincanton/images/budget-planner-sprite.png") no-repeat -27px 0px;
  color: #041E42;
  width: 519px;
  display: inline-block;
  vertical-align: top;
  padding: 10px 10px 10px 69px;
  position: absolute;
  height: 206px;
  left: 383px;
  /*text-indent: 70px;*/
  padding: 1.5rem 6rem;
}
.expenses-likely-to-reduce p {
  margin-left: 3rem;
}
.expenses-that-may-increase {
  background: #ededed;
  padding: 1.5rem;
}
.expenses-that-may-increase p {
  margin-bottom: 1rem;
}
.expenses-that-may-increase ul {
  color: #041E42;
}
.pension-savings {
  background: #dadada;
  padding: 1.5rem;
  color: #041E42;
}
.pension-savings p {
  margin-bottom: 1rem;
}
.budget-planner-disclaimer {
  margin: 2rem 0 2rem;
}
.budget-planner-pensions-savings-intro {
  margin: 2rem 0;
}
.carousel-controls {
  margin-bottom: 10px;
  /*height: 40px;*/
  clear: both;
  padding: unset;
  margin: 2rem 0;
  height: 4rem;
  display: block;
  margin: 1rem 0;
  justify-content: space-between;
  align-items: center;
}
.carousel-controls .budget-planner-button {
  border-radius: 0.375rem;
  background: #041E42;
  display: inline-block;
  text-align: center;
  min-width: 15.625rem;
  padding: 1rem 1.5rem;
  font-size: 0.875rem;
  font-family: "Ubuntu Medium";
  line-height: 1.5rem;
  text-transform: uppercase;
  color: #FFFFFF;
  box-shadow: inset 0 0 0 1px rgb(255 255 255);
}
.carousel-controls .budget-planner-button:hover {
  background: #FFFFFF;
  color: #041E42;
}
.carousel-controls.slide-0 .budget-planner-button {
  background-color: #FCAF17;
  float: right;
  color: #041E42;
  /*&:after {
            font-family: FontAwesome;
            content: "\f054";
            font-size: 0.9em;
            position: absolute;
            right: 10px;
        }*/
}
.carousel-controls.slide-0 .budget-planner-button:hover {
  background-color: #041E42;
  color: #FFFFFF;
}
.responsive-carousel {
  display: none;
  float: left;
  width: 100%;
  height: 250px;
  margin: 0 0 20px 0;
  position: relative;
}
.responsive-carousel .carousel-items {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.responsive-carousel .carousel-items img {
  width: 100%;
  height: 100%;
}
.responsive-carousel .description .content-link {
  display: none;
}
.responsive-carousel .description h3 {
  color: #FFFFFF;
}
.responsive-carousel .description a {
  color: #FFFFFF;
}
.responsive-carousel .description-title {
  display: block;
  font-size: 1.25em;
}
.responsive-carousel .description-content {
  display: block;
  font-weight: bold;
  font-size: 1.6em;
}
.responsive-carousel .controls .previous {
  width: 0px;
  height: 0px;
  background: #15467b;
  text-indent: -9999px;
  position: absolute;
  top: 100px;
  margin: 0px;
  background: url("/Contents/Ssp/Eapf2/images/eapf-sprite.png") no-repeat;
  left: 0px;
  background-position: -5px -47px;
}
.responsive-carousel .controls .next {
  width: 0px;
  height: 0px;
  background: #15467b;
  text-indent: -9999px;
  position: absolute;
  top: 100px;
  margin: 0px;
  background: url("/Contents/Ssp/Eapf2/images/eapf-sprite.png") no-repeat;
  right: 0px;
  background-position: -5px -101px;
}
.responsive-carousel .controls .play-pause {
  display: none;
}
.responsive-carousel .index {
  display: none;
}
.budget-planner-accordian {
  height: 800px;
}
.budget-planner-accordian h3.ui-accordion-header {
  background: #0e2244 url("/Contents/ssp/Wincanton/images/budget-planner-sprite.png") 650px -514px;
  padding: 1rem;
  color: #FFFFFF;
  font-size: 1.25rem;
}
.budget-planner-accordian h3.ui-accordion-header:hover {
  cursor: pointer;
}
.budget-planner-accordian h3.ui-accordion-header.ui-state-active {
  background-position: 650px -453px;
}
.budget-planner-accordian h3.other-spending-header {
  background-color: #0085CA;
}
.budget-planner-accordian h3.having-fun-header {
  background-color: #FCAF17;
}
.budget-planner-accordian h3.income-and-pension-header {
  background-color: rgba(4, 30, 66, 0.75);
}
.budget-planner-accordian .bare-essentials {
  margin-top: 1.5rem;
}
.budget-planner-accordian .bare-essentials h3 {
  padding: 1rem;
  margin-bottom: 0px;
  background: #0e2244;
  color: #FFFFFF;
  font-size: 1rem;
}
.budget-planner-accordian .bare-essentials .form-element {
  border-bottom: 1px solid #0e2244;
}
.budget-planner-accordian .other-spending {
  margin-top: 1.5rem;
}
.budget-planner-accordian .other-spending h3 {
  margin-bottom: 0px;
  background: #0085CA;
  color: #FFFFFF;
  font-size: 1rem;
  padding: 1rem;
}
.budget-planner-accordian .other-spending .form-element {
  border-bottom: 1px solid #0085CA;
}
.budget-planner-accordian .having-fun {
  margin-top: 1.5rem;
}
.budget-planner-accordian .having-fun h3 {
  padding: 8px;
  margin-bottom: 0px;
  background: #FCAF17;
  color: #FFFFFF;
  font-size: 1rem;
  padding: 1rem;
}
.budget-planner-accordian .having-fun .form-element {
  border-bottom: 1px solid #FCAF17;
}
.budget-planner-accordian .income-and-pension h3 {
  padding: 8px;
  margin-bottom: 0px;
}
.budget-planner-accordian .income-and-pension .form-element {
  border-bottom: 1px solid #dadada;
}
.budget-planner-accordian .form-element {
  margin: 0;
  padding: 1rem;
  position: relative;
  display: flex;
  align-items: center;
}
.budget-planner-accordian .form-element .textbox {
  width: 80px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  position: absolute;
  right: 1rem;
  border-radius: 0.375rem;
  box-shadow: none;
  border: 1px solid #041E42;
  color: #041E42;
  font-size: 0.875rem;
}
.budget-planner-accordian .form-element label {
  display: inline-block;
  width: 210px;
  color: #041E42;
  font-size: 0.875rem;
}
.budget-planner-accordian .form-element .pre-form-control {
  position: absolute;
  right: 6.313rem;
}
.budget-planner-accordian .budget-planner-input-pension .form-element label {
  width: 300px;
}
.budget-planner-accordian .form-element-invalid label {
  color: #DE772E;
}
.budget-planner-accordian .form-element-invalid .dropdown {
  border: solid 1px #e22a1b;
}
.budget-planner-accordian .form-element-invalid .textbox {
  border: solid 1px #e22a1b;
}
.budget-planner-accordian .budget-planner-button {
  width: 100px;
  /*height: 40px;*/
  text-transform: uppercase;
  color: #041E42;
  border: none;
  border: 1px solid #041E42;
  box-shadow: unset;
  background-color: transparent;
}
.budget-planner-accordian .budget-planner-button:hover {
  background: #041E42;
  cursor: pointer;
  color: #FFFFFF;
}
.budget-planner-input-home {
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 0.75rem);
  margin: 0 0.75rem 1.5rem 0;
}
.budget-planner-input-shopping {
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 0.75rem);
}
.budget-planner-input-utilities {
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 0.75rem);
  margin-left: 0.75rem;
}
.budget-planner-input-getting-around {
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 0.75rem);
  margin: 0 0.75rem 1.5rem 0;
}
.budget-planner-input-caring {
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 0.75rem);
  margin-left: 0.75rem;
}
.budget-planner-input-finance {
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 0.75rem);
  margin: 0 0.75rem 0 0;
}
.budget-planner-input-caring-others {
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 0.75rem);
  margin-bottom: 1.5rem;
  margin-left: 0.75rem;
}
.budget-planner-input-holidays {
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 0.75rem);
  margin: 0 0.75rem 1.5rem 0;
}
.budget-planner-input-hobbies {
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 0.75rem);
  margin-left: 0.75rem;
}
.budget-planner-input-pension {
  width: 100%;
}
.budget-planner-accordian.form-element-invalid .textarea {
  border: solid 1px #e22a1b;
}
.budget-planner-pie {
  display: none;
}
.budget-planner-chart {
  display: inline-block;
  vertical-align: top;
  width: 210px;
  height: 300px;
  margin-left: 30px;
  margin-top: 15px;
}
.budget-planner-chart .budget-planner-pie h3 {
  color: #FFFFFF;
  background: #0e2244;
  padding: 10px;
  font-size: 1.071em;
}
.budget-planner-chart .budget-planner-calculator {
  padding: 2.5rem 1rem;
  margin-bottom: 20px;
  display: none;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.7) 100%), #A1B9C9;
}
.budget-planner-chart .budget-planner-calculator h3 {
  text-align: center;
  text-transform: uppercase;
  font-size: 1rem;
  margin-bottom: 1.5rem;
  line-height: 1.5rem;
  color: #041E42;
}
.budget-planner-chart .budget-planner-calculator p {
  line-height: 1.375rem;
  font-size: 0.875rem;
  text-align: center;
  margin-bottom: 1rem;
}
.budget-planner-chart .budget-planner-calculator .calculator-form {
  position: relative;
}
.budget-planner-chart .budget-planner-calculator .calculator-form label {
  position: absolute;
  left: 7.4rem;
  top: 4px;
  color: #041E42;
}
.budget-planner-chart .budget-planner-calculator .calculator-form .pre-form-control {
  padding: 0 0.313rem 0 1rem;
  font-size: 1.071em;
  color: #041E42;
}
.budget-planner-chart .budget-planner-calculator .calculator-form input {
  width: 75px;
  border-radius: 0.375rem;
  box-shadow: none;
  border: 1px solid #041E42;
  font-family: 'Ubuntu Regular' !important;
  color: #041E42;
  font-size: 0.875rem;
}
.budget-planner-chart .pie-chart-disclaimer {
  font-size: 0.6em;
}
.what-happens-next-chart {
  width: 210px;
  height: 275px;
}
.chart-key {
  padding-bottom: 20px;
}
.chart-key li {
  position: relative;
  padding: 2px 0;
  line-height: 20px;
  text-indent: 50px;
}
.chart-key span {
  display: block;
  position: absolute;
  width: 36px;
  height: 20px;
}
.key-bare-essentials {
  background: #041E42;
}
.key-other-spending {
  background: #0085CA;
}
.key-having-fun {
  background: #FCAF17;
}
.total-required {
  text-align: center;
  display: none;
  margin-bottom: 20px;
  /*.unit {
        display: block;
        font-size: 16px;
        background: #8588b0;
        color: @indigo;
        padding-bottom: 7px;
    }*/
}
.total-required .header,
.total-required .total-required-header {
  display: block;
  background: #041E42;
  color: #FFFFFF;
  padding: 1.5rem;
  font-size: 1.071em;
  height: auto;
  margin-bottom: 1.5rem;
}
.total-required .value {
  display: block;
  background: #8588b0;
  color: #041E42;
  padding: 7px 7px 0 7px;
  font-size: 2.571em;
}
.increase-in-income-required {
  margin-top: 20px;
  text-align: center;
  margin-bottom: 10px;
  display: none;
}
.increase-in-income-required .header {
  display: block;
  background: #e22a1b;
  color: #A1B9C9;
  padding: 5px;
  font-size: 1.071em;
  height: auto;
}
.increase-in-income-required .value {
  display: block;
  background: #f3a081;
  color: #A1B9C9;
  padding: 7px;
  font-size: 3em;
}
.breakdown-controls {
  display: none;
}
.budget-planner-button.view-breakdown {
  display: block !important;
}
.breakdown-controls .budget-planner-button.view-breakdown {
  width: auto;
  color: #041E42;
  border: 1px solid #041E42;
  border-radius: 0.375rem;
  display: inline-block;
  text-align: center;
  min-width: 15.625rem;
  padding: 1rem 1.5rem;
  font-size: 0.875rem;
  font-family: "Ubuntu Medium";
  line-height: 1.5rem;
  text-transform: uppercase;
  background-color: #FFFFFF;
  padding: 20px 0;
}
.breakdown-controls .budget-planner-button.view-breakdown:hover {
  background-color: #041E42;
  color: #FFFFFF;
}
.budget-planner-accordian .income-and-pension .carousel-controls .budget-planner-button.next {
  display: none;
}
.carousel-controls.return-to-plan-my-retirement {
  width: auto;
  padding: 0px;
  display: none;
  height: auto;
}
.carousel-controls.return-to-plan-my-retirement .budget-planner-button {
  width: auto;
  color: #041E42;
  padding: 20px 0;
  height: auto;
  line-height: normal;
  background-color: transparent;
  border: 1px solid #041E42;
  box-shadow: unset;
}
.carousel-controls.return-to-plan-my-retirement .budget-planner-button:hover {
  background-color: #041E42;
  color: #FFFFFF;
}
.breakdown-summary .total-required {
  display: block;
}
.breakdown-summary .cover-text {
  float: left;
  width: 270px;
  display: block;
  padding: 45px 0 0 20px;
  font-size: 1.1em;
}
.breakdown-summary .value {
  padding: 1.5rem 1.5rem 1rem;
  font-size: 3rem;
  font-family: "Ubuntu Medium";
  color: #FFFFFF;
  background: #041E42;
}
.breakdown-summary .unit {
  padding: 0 1.5rem 1.5rem;
  background: #041E42;
  color: #FFFFFF;
  width: 100%;
  display: inline-block;
}
.breakdown-disclaimer {
  padding: 0px 0px 15px 0px;
  color: #041E42;
}
.breakdown-data-table {
  display: inline-block;
  vertical-align: top;
  width: 220px;
  padding-left: 10px;
  margin-bottom: 15px;
}
.breakdown-data-table table {
  background-color: #041E42 !important;
}
.breakdown-data-table td {
  padding: 0.5rem !important;
}
.breakdown-data-table tbody td {
  color: #041E42 !important;
  background-color: #FFFFFF !important;
  border-bottom: 1px solid #041E42 !important;
  font-size: 0.875rem !important;
  line-height: 1.375rem !important;
}
.breakdown-chart-container {
  width: 100%;
  height: 200px;
  margin-bottom: 50px;
  padding-top: 20px;
  overflow: unset !important;
}
.breakdown-chart-fallback {
  display: none;
  padding: 0;
  background: none;
  margin-bottom: 20px;
  margin-left: 40px;
}
.breakdown-chart-fallback li span.key {
  display: inline-block;
  height: 20px;
  width: 30px;
  vertical-align: top;
  margin-right: 10px;
}
.breakdown-chart-fallback li span.label {
  width: 150px;
  display: inline-block;
  padding-top: 1px;
}
.breakdown-chart-fallback li.home span.key {
  background: #f7941e;
}
.breakdown-chart-fallback li.utilities span.key {
  background: #faac56;
}
.breakdown-chart-fallback li.shopping span.key {
  background: #fdc689;
}
.breakdown-chart-fallback li.getting-around span.key {
  background: #2995c7;
}
.breakdown-chart-fallback li.caring-for-yourself span.key {
  background: #2d8daf;
}
.breakdown-chart-fallback li.money-finance span.key {
  background: #2a7f97;
}
.breakdown-chart-fallback li.caring-for-others span.key {
  background: #226f7e;
}
.breakdown-chart-fallback li.holidays span.key {
  background: #db634b;
}
.breakdown-chart-fallback li.going-out span.key {
  background: #d2232a;
}
p.income-disclaimer {
  color: #041E42;
}
p.income-disclaimer a {
  text-decoration-color: #041E42;
  text-underline-offset: 0.1rem;
  text-decoration-line: underline;
  text-decoration-thickness: 8%;
  text-decoration-style: solid;
  transition: all 0.33s;
  color: #041E42;
}
p.income-disclaimer a:hover {
  text-decoration-color: transparent;
}
.post-form-control {
  color: #041E42;
  font-size: 0.875rem;
}
.budget-planner-page .amcharts-legend-div {
  left: 441.008px !important;
}
.budget-planner-page text {
  font-family: 'Ubuntu Regular' !important;
}