.savings__slide {
	z-index: 0;
}

.savings__slide.swiper-slide-active {
	z-index: 1;
}

.savings__slide--loader {
	height: auto!important;
}

/* Form disclaimer */
.savings__disclaimer {
	position: relative;
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #C7D0D6;
    color: #999;
    padding-left: 40px;
}

.savings__disclaimer::before {
    content: "";
    position: absolute;
    left: 0;
    top: 32px;
    width: 24px;
    height: 24px;
    background-size: 24px;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiICB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCI+CiAgIDxwYXRoIGZpbGw9IiNkZGQiIGQ9Ik0xMSw5SDEzVjdIMTFNMTIsMjBDNy41OSwyMCA0LDE2LjQxIDQsMTJDNCw3LjU5IDcuNTksNCAxMiw0QzE2LjQxLDQgMjAsNy41OSAyMCwxMkMyMCwxNi40MSAxNi40MSwyMCAxMiwyME0xMiwyQTEwLDEwIDAgMCwwIDIsMTJBMTAsMTAgMCAwLDAgMTIsMjJBMTAsMTAgMCAwLDAgMjIsMTJBMTAsMTAgMCAwLDAgMTIsMk0xMSwxN0gxM1YxMUgxMVYxN1oiIC8+Cjwvc3ZnPg==);
}

/* Final results */
.results__heading {
    margin-bottom: 20px;
	color:#003455;
}

.results__table {
    width: 100%;
    border-bottom: 1px solid #C7D0D6;
    border-right: 1px solid #C7D0D6;
    border-left: 1px solid #C7D0D6;
}

.results__row {
    border-top: 1px solid #C7D0D6;
}

.results__row td {
    padding: 15px;
}

/* Actions */
.savings__action {
    text-align: center;
}

.savings__action .button {
    width: 100%;
}

/* Loader slide */
.savings__slide--loader {
    height: auto;
}

.savings__loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(.8);
    opacity: 0;
}

.swiper-slide-active .savings__loader {
    opacity: 1;
    transition: all 500ms ease 250ms;
    transform: translate(-50%, -50%) scale(1);
}

.loader__ripple {
    display: block;
    margin: auto;
    width: 64px;
    height: 64px;
}

.loader__ripple::before,
.loader__ripple::after {
    content: "";
    position: absolute;
    border: 4px solid #99a713;
    opacity: 1;
    border-radius: 50%;
    animation: ripple 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.loader__ripple::after {
    animation-delay: -.75s;
}

@keyframes ripple {
    0% {
        top: 28px;
        left: 28px;
        width: 0;
        height: 0;
        opacity: 1;
    }
    100% {
        top: -1px;
        left: -1px;
        width: 58px;
        height: 58px;
        opacity: 0;
    }
}

/* CF7 not valid tips */
.savings .wpcf7-form-control-wrap {
    display: block;
}

span.wpcf7-not-valid-tip {
    color: #ff2424;
    position: absolute;
    white-space: nowrap;
    font-size: 11px;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
}

/* Hide CF7 responses */
.savings .wpcf7-response-output {
    display: none!important;
}

/* Hide CF7 ajax loader */
.savings .ajax-loader {
    display: none!important;
}
.savings .wpcf7-spinner {
    display: none!important;
}


.field__label {
	font-weight: 700;
}

.field__input,
.field__select {
	width: 100%;
	margin-top: 5px;
	padding: 15px;
	border: 1px solid #C7D0D6;
	border-radius: 5px;
}

.field__select {
    background-size: 20px;
	background-repeat: no-repeat;
	background-position: calc(100% - 15px) center;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' style='width:24px;height:24px' viewBox='0 0 24 24'%3E%3Cpath fill='%23033455' d='M7.41,8.58L12,13.17L16.59,8.58L18,10L12,16L6,10L7.41,8.58Z' /%3E%3C/svg%3E");
}

.savings__action {
	margin-top: 30px;
	text-align: right;
}

.savings form .field {
	margin-top: 20px;
}