.retirement-tool-container {
    margin: 20px 0;
    padding: 25px 30px 15px;
    background: var(--co-color-base-surface);
    box-shadow: 0 0 20px 0 #a6a6a6;
    overflow: hidden;
    font-family: var(--co-font-family-body);
}
.retirement-tool-container * {
    box-sizing: border-box
}
.retirement-tool-container em {
    font-style: normal
}
.retirement-tool-container .mfp-close {
    color: #fff;
    opacity: 1
}
.retirement-tool-container .dls_group {
    padding: 20px 0 10px;
    overflow: hidden
}
.retirement-tool-container .dls_half-width {
    float: left;
    width: 50%;
    padding-right: 30px
}
.retirement-tool-container h1, .retirement-tool-container h2, .retirement-tool-container h3, .retirement-tool-container h4, .retirement-tool-container h5 {
    color: var(--co-color-base-heading);
}
.retirement-tool-container h2 {
    font-size: var(--co-font-size-3-xl);
    font-family: var(--co-font-family-heading);
}
.retirement-tool-container h3 {
    font-size: var(--co-font-size-md);
    margin: 0 0 15px
}
.retirement-tool-container a {
    color: var(--co-color-link-default);
    line-height: var(--co-line-height-md);
}
.retirement-tool-container a:hover {
    color: var(--co-color-link-hover);
}
.retirement-tool-container a:active {
    color: var(--co-color-link-active);
}
.retirement-tool-container .total {
    background: var(--co-color-invert-surface-brand-1);
    color: var(--co-color-base-on-dark);
    display: block;
    font-size: var(--co-font-size-md);
    font-family: var(--co-font-family-heading);
    padding: 20px 120px 20px 20px;
    position: relative;
    min-height: 100px;
    transition: none;
    width: 100%
}
.retirementtool {
    font-size: medium;
    text-align: initial
}
.retirementtool p {
    margin: 0
}
.retirementtool ul.xbox {
    margin: 10px;
    padding: 0 20px 0 0
}
.retirementtool ul.xbox li {
   background: var(--co-color-surface-alt-1);
    list-style: none;
    margin: 15px 0;
    /* padding: 5px 0 0 5px */
    padding: 5px 5px 0 5px
}
.retirementtool ul.xbox li.selected {
    background-color: var(--co-color-invert-surface-brand-1);
}
.retirementtool ul.xbox li.selected div.arrow:after {
    content: " ";
    width: 0;
    height: 0;
    border-top: 22px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 18px solid var(--co-color-invert-surface-brand-1);
    position: absolute;
    top: -5px;
    left: calc(100% + 5px);
}
.retirementtool ul.xbox li input[type=checkbox] {
    height: 30px;
    width: 20px
}
.retirementtool ul.xbox li input[type=checkbox]:checked + label {
    color: var(--co-color-base-on-dark);
}
.retirementtool div.arrow {
    padding-bottom: 5px;
    position: relative
}
.retirementtool div.total {
    font-size: var(--co-font-size-8-xl);
    font-weight: var(--co-font-weight-regular);
    padding: 20px 0;
    margin-bottom: 10px;
    text-align: center
}
.retirementtool div.total span {
    display: inline-block;
    font-size: var(--co-font-size-8-xl);
    width: auto;
    line-height: 72px;
}
.retirementtool div.total span.etc {
    display: block;
    font-size: var(--co-font-size-2-xl);
    line-height: var(--co-line-height-3-xl);
}
.retirementtool .arrow label {
    cursor: pointer;
    font-size: var(--co-font-size-md);
    height: 43px;
    margin-top: -4px;
    padding-right: 100px;
    padding-left: 15px;
    position: absolute;
    width: 100%
}
.retirementtool em {
    color: var(--co-color-type-strong);
    display: block;
    font-size: var(--co-font-size-md);
    line-height: var(--co-line-height-md);
    margin: 10px 0
}
.retirementtool small.figure {
    display: block;
    margin: 0 0 5px 35px
}
.retirementtool small a {
    vertical-align: top
}
.retirementtool .additional_info label {
    display: block;
    width: 100%
}
.retirementtool label[for=basic_living] {
    background: url(../images/basicliving.png) no-repeat 90%;
    background-size: contain
}
.retirementtool .selected label[for=basic_living] {
    background: url(../images/basicliving-rev.png) no-repeat 90%;
    background-size: contain
}
.retirementtool label[for=holiday_two] {
    background: url(../images/2weekshol.png) no-repeat 90%;
    background-size: contain
}
.retirementtool .selected label[for=holiday_two] {
    background: url(../images/2weekshol-rev.png) no-repeat 90%;
    background-size: contain
}
.retirementtool label[for=holiday_four] {
    background: url(../images/4weekshol.png) no-repeat 90%;
    background-size: contain
}
.retirementtool .selected label[for=holiday_four] {
    background: url(../images/4weekshol-rev.png) no-repeat 90%;
    background-size: contain
}
.retirementtool label[for=car] {
    background: url(../images/acar-upgrade.png) no-repeat 90%;
    background-size: contain
}
.retirementtool .selected label[for=car] {
    background: url(../images/acar-upgrade-rev.png) no-repeat 90%;
    background-size: contain
}
.retirementtool label[for=health] {
    background: url(../images/healthclub.png) no-repeat 90%;
    background-size: contain
}
.retirementtool .selected label[for=health] {
    background: url(../images/healthclub-rev.png) no-repeat 90%;
    background-size: contain
}
.retirementtool label[for=concert] {
    background: url(../images/concert.png) no-repeat 90%;
    background-size: contain
}
.retirementtool .selected label[for=concert] {
    background: url(../images/concert-rev.png) no-repeat 90%;
    background-size: contain
}
.retirementtool label[for=weekly_dinner] {
    background: url(../images/dinner.png) no-repeat 90%;
    background-size: contain
}
.retirementtool .selected label[for=weekly_dinner] {
    background: url(../images/dinner-rev.png) no-repeat 90%;
    background-size: contain
}
.retirementtool label[for=shopping] {
    background: url(../images/shopping.png) no-repeat 90%;
    background-size: contain
}
.retirementtool .selected label[for=shopping] {
    background: url(../images/shopping-rev.png) no-repeat 90%;
    background-size: contain
}
.retirementtool label[for=home_improvements] {
    background: url(../images/home.png) no-repeat 90%;
    background-size: contain
}
.retirementtool .selected label[for=home_improvements] {
    background: url(../images/home-rev.png) no-repeat 90%;
    background-size: contain
}
@media (max-width:1024px) {
    .retirement-tool-container .dls_half-width {
        width: 100%;
        padding-right: 0
    }
}
@media (max-width:768px) {
    #pensions-dialog1, #pensions-dialog2 {
        left: 0;
        padding: 10px;
        width: 95%
    }
    .mfp-content {
        padding: 0
    }
}
@media (max-width:641px) {
    .retirement-tool-container .dls_desktop {
        display: none
    }
    .retirementtool ul.xbox {
        padding-right: 0
    }
    .retirementtool ul.xbox li.selected div.arrow:after {
        display: none
    }
}
@media (max-width:480px) {
    .retirementtool .arrow label {
        font-size: .9em;
        padding-right: 35%
    }
    .retirementtool label[for=car], .retirementtool label[for=concert], .retirementtool label[for=holiday_four], .retirementtool label[for=shopping], .retirementtool label[for=weekly_dinner] {
        padding-top: 25px
    }
    .dls_half-width label {
        padding-top:0px !important;
    }
}
.has-focus input[type=checkbox]:focus{
    box-shadow: var(--co-shadow-focus);
    height: 22px !important;
    width: 22px !important;
}
.has-focus input[type=checkbox]:focus+label{
    background: none !important;
    outline: 0 !important;
    padding: 0 0 0 10px;
    margin: 0;
}