#pension-calculator > .container {
    padding: 0;
}

#pension-calculator .accordion-header p.h2{
    font-size: 36px;
    font-weight: 300;
}

#pension-calculator .accordion-header button {
    color: rgb(0, 75, 129);
    background-color: rgb(247, 249, 250);
    border-color: rgb(172, 207, 229);
}

#pension-calculator .accordion-header button p {
    color: rgb(0, 75, 129);
}

#pension-calculator .accordion-body {
    background-color: #fff;
}

#pension-calculator .accordion-body label {
    color: rgb(0, 75, 129);
    font-size: 12px;
}

#pension-calculator .accordion-body p {
    color: rgb(0, 75, 129);
    font-size: 14px;
    line-height: 100%;
}

#pension-calculator .accordion-body a {
    color: rgb(0, 110, 184);
}

#pension-calculator .accordion-body p span {
    font-size: 10px;
}

#pension-calculator .accordion-wrapper {
    border: 1px solid #accfe5;
    border-radius: 10px;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.16);
}

#pension-calculator .accordion-wrapper .accordion-button:first-child {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

#pension-calculator .accordion-wrapper .accordion-body:last-child{
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

#pension-calculator input,
#pension-calculator select {
    background-color: #f7f9fa;
}

#pension-calculator input[type="range"] {
    width: 100%;
}

#pension-calculator .dollar-prefix,
#pension-calculator .percent-suffix {
    margin: auto 0;
}

#pension-calculator span.h1 {
    font-size: 45px;
    font-weight: 300;
    line-height: 1.11;
    letter-spacing: -0.9px;
    color: #00558c;
    margin-bottom: 25px;
    padding-top: 12px;
    display: inline-block;
    position: relative;
}

#pension-calculator span.h1:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 1px;
    width: 60%;
    border-top: 4px dotted #f3d12d;
}

#pension-calculator .results-text {
    font-size: 30px;
    font-weight: 300;
    letter-spacing: -0.6px;
    color: #fff;
}

#pension-calculator .results-subtext {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: -0.32px;
    text-align: right;
    color: #fff;
}

#pension-calculator .text-end .caption {
    display: block;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: -0.36px;
    color: #004b81;
}

#pension-calculator .income-div {
    background-color: #bf9a5f;
}

#pension-calculator .results-surplus-text {
    background-color: #5d9c0b;
}

#pension-calculator .results-deficit-text {
    background-color: #c56b60;
}

#pension-calculator .balance-div {
    background-color: #006eb8;
}

#pension-calculator .about-card {
    padding: 31.3px 30.9px 23.5px 34px;
    opacity: 0.8;
    border: 1px solid #fff;
    border-radius: 10px;
    background-color: #fff;
}

#pension-calculator .about-card h5 {
    font-size: 22px;
    font-weight: 300;
    line-height: 1.2;
    letter-spacing: -0.44px;
    color: #004b81;
}

#pension-calculator .acc-bal-div {
    border-left: 1px solid #61a30b;
}

.dr-middle {
	position: relative;
	width: 100%;
}

.dr-slider {
	position: relative;
	z-index: 1;
	height: 2px;
	margin: 20px 2px;
}
.dr-slider > .dr-track {
	position: absolute;
	z-index: 1;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	border-radius: 0px;
	background-color: #c0e7f6;
}
.dr-slider > .dr-range {
	position: absolute;
	z-index: 2;
	left: 25%;
	right: 25%;
	top: 0;
	bottom: 0;
	border-radius: 0px;
	background-color: #007bbd;
}
.dr-slider > .dr-thumb {
	position: absolute;
	z-index: 3;
	width: 18px;
	height: 24px;
	background-color: #007bbd;
	border-radius: 3px;
	box-shadow: 0 0 0 0 #0070b5;
	transition: box-shadow .3s ease-in-out;
}
.dr-slider > .dr-thumb.left {
	left: 25%;
	transform: translate(0px, -11.2px);
}
.dr-slider > .dr-thumb.right {
	right: 25%;
	transform: translate(0px, -11.2px);
}
.dr-slider > .dr-thumb:hover {
	box-shadow: 0 0 0 4px #41b6e6
}
.dr-slider > .dr-thumb:active {
	box-shadow: 0 0 0 4px #41b6e6;
}

input[type=range].dr-input {
	position: absolute;
	pointer-events: none;
	-webkit-appearance: none;
	z-index: 2;
	height: 2px;
	width: 100%;
	opacity: 0;
}
input[type=range].dr-input::-webkit-slider-thumb {
	pointer-events: all;
	width: 18px;
	height: 24px;
	border-radius: 3px;
	border: 0 none;
	-webkit-appearance: none;
}
input[type=range].dr-input::-moz-range-thumb {
	pointer-events: all;
	width: 18px;
	height: 24px;
	border-radius: 3px;
	border: 0 none;
}

.dr-thumb.center {
    width: 4px;
    height: 12px;
    border-left: 1px solid;
    border-right: 1px solid;
    border-left-color: #c0e7f6;
    border-right-color: #c0e7f6;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.rg-middle {
	position: relative;
	width: 100%;
}

.rg-slider {
	position: relative;
	z-index: 1;
	height: 2px;
	margin: 20px 2px;
}
.rg-slider > .rg-track {
	position: absolute;
	z-index: 1;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	border-radius: 0px;
	background-color: #c0e7f6;
}
.rg-slider > .rg-range {
	position: absolute;
	z-index: 2;
	left: 0%;
	right: 25%;
	top: 0;
	bottom: 0;
	border-radius: 0px;
	background-color: #007bbd;
}
.rg-slider > .rg-thumb {
	position: absolute;
	z-index: 3;
	width: 18px;
	height: 24px;
	background-color: #007bbd;
	border-radius: 3px;
	box-shadow: 0 0 0 0 #0070b5;
	transition: box-shadow .3s ease-in-out;
}
.rg-slider > .rg-thumb.thumb {
  right: 25%;
	transform: translate(0px, -11.2px);
}
.rg-slider > .rg-thumb:hover {
	box-shadow: 0 0 0 4px #41b6e6
}
.rg-slider > .rg-thumb:active {
	box-shadow: 0 0 0 4px #41b6e6;
}

input[type=range].rg-input {
	position: absolute;
	pointer-events: none;
	-webkit-appearance: none;
	z-index: 2;
	height: 2px;
	width: 100%;
	opacity: 0;
}
input[type=range].rg-input::-webkit-slider-thumb {
	pointer-events: all;
	width: 18px;
	height: 24px;
	border-radius: 3px;
	border: 0 none;
	-webkit-appearance: none;
}
input[type=range].rg-input::-moz-range-thumb {
	pointer-events: all;
	width: 18px;
	height: 24px;
	border-radius: 3px;
	border: 0 none;
}

.rg-thumb.center {
    width: 4px;
    height: 12px;
    border-left: 1px solid;
    border-right: 1px solid;
    border-left-color: #c0e7f6;
    border-right-color: #c0e7f6;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}