div.calculator__gray-bg {
    padding: 2%;
    border-top: 1px solid #efefef;
    border-left: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
}

div.calculator__results-section {
    padding: 2%;
    background: #226EBF;
    color: #ffffff;
}

#calculator .calculator__results-section p {
    color: #ffffff;
}

p.\+mg-bottom-none {
    margin-bottom: 0px !important;
    margin-top: 3% !important;
}

label.fixedPayment {
    margin-bottom: 7%;
}

#calculator,
#calculator * {
	box-sizing: border-box;
}

.form-input.--data-format-left[data-format] {
	position: relative;
}

.grid {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	margin: 0;
	padding: 0;
}

#calculator input,
#calculator p.dropdown__selected {
	font-size: 14px;
}

#calculator p {
	margin: 0 0 20px;
}

#calculator div.calculator__results-section,
#calculator .+pd-sm {
	padding: 20px;
}

div.calculator__container {
    background: #226EBF;
}

#calculator div.grid.calculator__container {
    align-items: center;
}

.calculator__gray-bg {
	background: #ffffff;
    padding: 20px 15px !important;
}

.size-1of2,
.size-2of4,
.size-3of6,
.size-4of8,
.size-5of10,
.size-6of12 {
	-ms-flex-preferred-size: auto!important;
	flex-basis: auto!important;
	width: 50%!important;
}

.form-label {
    font-family: "Roboto";
    font-weight: 300;
    font-size: 13px;
	margin-bottom: 5px;
	margin-top: 15px;
	display: block;
}

.form-input:first-child .form-label {
	margin-top: 0;
}

.form-input.--data-format-left[data-format]:before {
    content: 'R';
    color: gray;
    font-family: "Roboto";
    font-size: 13px !important;
    font-weight: 500;
	bottom: 26px;
    left: 10px;
	position: absolute;
}

.form-input input,
.form-input select,
.form-input textarea {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    min-width: 100px;
    width: 100%;
    background-color: #e5e9ed;
    border: solid 0.6px rgba(208, 208, 208, 0.5) !important;
    box-shadow: 0px 0px 0px #888888;
    color: #212529 !important;
    font-size: 13px !important;
    font-weight: 500;
    font-family: 'Roboto' !important;
    margin: 0px 0px 15px;
    height: 43px;
    box-sizing: border-box !important;
    padding-left: 10px;
    padding-right: 10px;
}

.form-input.--data-format-left[data-format] input {
	padding-left: 27px;
}

.dropdown {
	position: relative;
}

.dropdown__selected {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    min-width: 100px;
    width: 100%;
    background-color: #e5e9ed;
    border: solid 0.6px rgba(208, 208, 208, 0.5) !important;
    box-shadow: 0px 0px 0px #888888;
    color: #212529 !important;
    font-size: 13px !important;
    font-weight: 500;
    font-family: 'Roboto' !important;
    margin: 0px 0px 15px !important;
    height: 43px;
    box-sizing: border-box !important;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    cursor: pointer;
    overflow: hidden;
    position: relative;
}

.dropdown__arrow {
	height: 16px;
	width: 16px;
	margin-top: -8px;
	color: #5d5d5d;
	fill: #5d5d5d;
	position: absolute;
	right: 8px;
	top: 50%;
}

.dropdown__selected.--is-active .dropdown__arrow {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.dropdown__list-wrapper {
	background-color: #fff;
	border: .05555556rem solid #cfcfd4;
	border-width: 0 .05555556rem .05555556rem;
	-webkit-box-shadow: 0 0.19444444rem 0.38888889rem hsla(233, 5%, 67%, .75);
	box-shadow: 0 0.19444444rem 0.38888889rem hsla(233, 5%, 67%, .75);
	position: absolute;
	width: 100%;
	z-index: 5;
}

.dropdown__list-container {
	max-height: 20.83333333rem;
	cursor: pointer;
	overflow-x: hidden;
	overflow-y: auto;
	width: 100%;
	z-index: 5;
}

.dropdown__list-container ul {
	margin: 0;
	padding: 0;
}

.dropdown__list-item {
	line-height: 27px;
	padding: 5px 10px;
}

.dropdown__input-label {
	font-size: 14px;
	line-height: normal;
	font-family: 'Roboto';
}

.list-bare,
.list-inline {
	list-style: none;
	margin-left: 0;
}

.calculator__calibre-bold {
    font-family: 'Titillium Web';
    font-weight: 600;
}

#calculator .+mg-bottom-sm {
	margin-bottom: 0;
}

#calculator .+mg-bottom-none {
	margin-bottom: 0;
}

label[for="minimum"],
label[for="fixed"],
.custom-input {
	font-family: 'Roboto';
    font-weight: 300;
    font-size: 13px;
	line-height: normal;
	padding-left: 26px;
	cursor: pointer;
	display: block;
	margin-top: 15px;
	position: relative;
}

input#minimum,
input#fixed,
.custom-input input {
    display: none;
}

label[for="minimum"]:before,
label[for="fixed"]:before,
label[for="minimum"]:after,
label[for="fixed"]:after {
    content: ".";
    display: block;
    font-size: 0;
}

label[for="minimum"]:before,
label[for="fixed"]:before,
.custom-input__indicator {
	height: 20px;
	top: 0;
	width: 20px;
	background-color: #fff;
	border: 1px solid #a7a8af;
	left: 0;
	position: absolute;
}

label[for="minimum"]:before,
label[for="fixed"]:before,
.custom-input.--radio .custom-input__indicator {
	border-radius: 50%;
}

label[for="minimum"]:before,
label[for="fixed"]:before,
.custom-input input:checked~.custom-input__indicator {
	border: 1px solid #3139f2;
}

.custom-input__indicator:after {
	content: "";
	display: none;
	position: absolute;
}

label[for="minimum"]:after,
label[for="fixed"]:after,
.custom-input.--radio .custom-input__indicator:after {
    display: none;
	height: 12px;
	width: 12px;
	left: 3px;
	top: 3px;
	background-color: #3139f2;
	border-radius: 50%;
}

label[for="minimum"]:after,
label[for="fixed"]:after {
	left: 4px;
    position: absolute;
	top: 4px;
}

input:checked~label[for="minimum"]:after,
input:checked~label[for="fixed"]:after,
.custom-input input:checked~.custom-input__indicator:after {
	display: block;
}

#calculator .+text-center {
	text-align: center;
}

#calculator .+pd-bottom-sm {
	padding-bottom: 20px;
}

#calculator .+pd-top-sm {
	padding-bottom: 20px;
	padding-top: 20px;
}
#calculator .+mg-bottom-xs {
	margin-bottom: 0;
}

#calculator .+pd-bottom-md {
	padding-bottom: 40px;
}

#calculator div[class="+pd-top-sm"] {
    background-color: #99cc33;
	padding: 10px 12px;
}

.calculator__results-section {
    background: #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: initial;
    -ms-flex-direction: column;
    flex-direction: column;
    font-family: 'Roboto';
    line-height: 1.5em;
}

.calculator__results-section,
.calculator__total-paid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.size-1of2,
.size-2of4,
.size-3of6,
.size-4of8,
.size-5of10,
.size-6of12 {
	-ms-flex-preferred-size: auto!important;
	flex-basis: auto!important;
	width: 50%!important;
}

.numeral.--alpha {
    font-family: 'Titillium Web';
    font-weight: 500;
    font-size: 3rem;
    line-height: 1.1;
    white-space: pre-wrap !important;
    word-wrap: break-word;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;  
    margin-top: 0px !important;
}

.calculator__amortization-link {
	color: #3139f2;
	cursor: pointer;
}

#calculator .+pd-right-xxs {
	padding-right: 4px;
}

#calculator .+pd-left-xxs {
	padding-left: 4px;
}

#calculator .+mg-bottom-xxs {
	margin-bottom: 5px;
}

#calculator .+mg-top-md {
	margin-top: 40px;
}

#calculator .button {
	cursor: pointer;
	vertical-align: middle;
	white-space: nowrap;
}

button.button {
    margin-top: 10% !important;
}

#applyButtonDiv {
	display: none;
}

#calculator .button.--full-width {
    -webkit-appearance: button;
    -moz-appearance: button;
    -ms-appearance: button;
    -o-appearance: button;
    appearance: button;
    border: 0 !important;
    height: 50px;
    border-radius: 3px;
    color: #ffffff !important;
    cursor: pointer;
    display: inline-block;
    text-transform: uppercase;
    font-family: 'Roboto' !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: normal !important;
    letter-spacing: 1px !important;
    text-align: center !important;
    margin-bottom: 0px !important;
    padding: 15px 5px !important;
    white-space: pre-wrap;
    box-sizing: border-box;
    background: #99CC33;
}

#calculator .button.--full-width:hover {
    background: #ADD65C;
}

#calculator .button.--secondary {
    background: #b0b0b0;
}

#calculator .button.--secondary:hover {
    background: #cdcccc;
}

button.button.--secondary, button.button.--primary {
    width: 97%;
}

button.button.--secondary {
    float: left;
}

button.button.--primary {
    float: right;
}

#calculator,
#calculator * {
	box-sizing: border-box;
}

#calculator div.amortizationDiv {
	margin-top: 10px;
}

#calculator div.amortizationDiv h5 {
	color: #202020;
	font-weight: bold;
}

#calculator div.amortizationDiv table thead {
	border-top: 1px solid #cfcfd4;
}

#calculator div.amortizationDiv table td {
	border-bottom: 1px solid #cfcfd4;
}

#calculator .+pd-md {
	padding: 30px;
}

#calculator .+border {
	border: 1px solid #cfcfd4;
}

#calculator div[data-v-e493352c] > span {
	margin-top: 15px;
	display: block;
}

#calculator label[data-v-01d15c41] {
	height: auto;
}

#calculator label[for="desiredFixedPayment"] {
	margin-top: 16px;
}

#calculator .calculator__results-section div.amortizationLinkDiv,
#calculator .calculator__results-section > div[class*="+pd-bottom-sm"] {
    display: none;
}

#calculator .calculator__results-section > div[class*="+pd-bottom-sm"]:first-child {
    display: block;
}

span.error-message.number-input__error {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 13px;
}

@media (max-width: 767px) {
	.size-1of2,
	.size-2of4,
	.size-3of6,
	.size-4of8,
	.size-5of10,
	.size-6of12 {
		width: 100% !important;
	}

	#calculator .+pd-right-xxs {
		margin-bottom: 20px;
		padding-right: 0;
	}

	#calculator .+pd-left-xxs {
		padding-left: 0;
	}
	
	.calculator__gray-bg {
		border: 0px !important;
	}	
	
	button.button {
        margin-top: 2% !important;
        width: 100% !important;
	}	
	
	.calculator__gray-bg {
		padding: 0px 0px 25px 0px !important;
	}	
	
	p.\+mg-bottom-none {
		margin-top: 0px !important;
	}
	
	.calculator__calibre-bold {
    	margin-top: 0px !important;
	}
	
	label.fixedPayment {
		margin-bottom: 0px !important;
	}
	
	#calculator div.grid.calculator__container {
		width: 100%;
	}
}

@media (max-width: 410px) {
	.numeral.--alpha {
		font-size: 48px;
	}
}

@media screen and (max-width: 766px) {
    div.calculator__gray-bg {
        padding: 5% !important;
    }
}