* {
	box-sizing: border-box;
}

html, body {
	width: 100%;
	height: 100%;
	font-family: "Roboto",sans-serif;
}

body {
	margin: 0;
}

.col-sm-push-1 .row {
    margin-right: 0;
    margin-left: 0;
}

.col-sm-push-1 .row.columns_padding_5 {
	margin-left: 0;
    margin-right: 0;
}

input, p {
	font-size: 16px;
}

p {
	margin: 0;
}

span {
	font-size: 14px;
}

main {
	display: flex;
	height: 100vh;
	justify-content: center;
	align-items: center;
	background-color: #FCFCFC;
}

.form-custom {
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.fw {
	display: block;
	position: relative;
	max-width: 420px;
	max-height: 100%;
	min-height: 550px;
	box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2), 0 2px 30px rgba(0, 0, 0, 0.1);
	background-color: #fff;
	margin: auto;
	margin-bottom: 30px;
}

@media (min-width: 992px) {
	.fw {
		min-width: 400px;
	}
}

form#form {
	text-align: center;
	padding-bottom: 110px;
}

/*===============
Form Title
===============*/

.fw__title {
	text-align: center;
	color: #fff !important;
	background-color: #42a2cb;
	margin: 0;
	padding: 15px;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.2;
	z-index: 1;
	position: relative;
	margin-bottom: 78px;
	text-transform: unset;
}

@media (min-width: 768px) {
	.fw__title {	
		font-size: 30px;
	}
}

@media (min-width: 1280px) {
	.fw__title .svg-down {
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='12' y1='4' x2='12' y2='20'/%3E%3Cpolyline points='18 14 12 20 6 14'/%3E%3C/svg%3E");;
		background-repeat: no-repeat;
		position: absolute;
		z-index: 0;
		height: 22px;
		width: 22px;
		bottom: -22%;
		left: 47%;
	}	
}

@media (min-width: 1280px) {
	.fw__title::after {
		background-color: #42a2cb;
		border-bottom-left-radius: 500px;
		border-bottom-right-radius: 500px;
		bottom: -40px;
		content: "";
		height: 75px;
		left: 34%;
		position: absolute;
		width: 140px;
		z-index: -1;
	}
}

.form-input--zip {
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='20px' height='20px' viewBox='0 0 20 20' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EPin%3C/title%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cpath d='M15.0298575,8.75746437 C15.9208632,5.19344161 13.6588421,2 10,2 C6.30040067,2 4.08599089,5.08675951 4.97219341,8.76582062 C5.54419912,11.1404968 7.21369715,14.0393288 9.99093563,17.4313056 C12.7798769,13.9514491 14.4571549,11.0482748 15.0298575,8.75746437 Z M9.23990867,19.6498163 C5.81325639,15.6416544 3.73814221,12.1831308 3.02780659,9.23417938 C1.84843191,4.33801684 4.96048094,0 10,0 C15.0078246,0 18.1660933,4.45873231 16.9701425,9.24253563 C16.2597206,12.0842232 14.1893735,15.5348017 10.7682213,19.6401844 C10.3717011,20.1160086 9.64239465,20.1206049 9.23990867,19.6498163 Z M10,10.8 C8.06700338,10.8 6.5,9.23299662 6.5,7.3 C6.5,5.36700338 8.06700338,3.8 10,3.8 C11.9329966,3.8 13.5,5.36700338 13.5,7.3 C13.5,9.23299662 11.9329966,10.8 10,10.8 Z M10,8.8 C10.8284271,8.8 11.5,8.12842712 11.5,7.3 C11.5,6.47157288 10.8284271,5.8 10,5.8 C9.17157288,5.8 8.5,6.47157288 8.5,7.3 C8.5,8.12842712 9.17157288,8.8 10,8.8 Z' id='Combined-Shape' fill='%23989797'%3E%3C/path%3E%3C/g%3E%3C/svg%3E%0A");
	background-position: 15px center;
	background-repeat: no-repeat;
	background-size: 19px 23px;
	width: 80% !important;
}

@media (min-width: 768px) {
	.form-input--zip {
		width: 278px;
	}
}

/*===============
Form Progress
===============*/
.step__title {
	font-size: 22px;
	margin: 30px 0;
	text-align: center;
	font-weight: 300;
	color: #404040;
	line-height: 1.4;
}
@media (min-width: 768px) {
	.step__title {
		font-size: 28px;
	}
}

.radio__button {
	border: 0;
	font-size: 18px;
	margin: 0 auto 15px;
	min-height: 67px;
	width: 100%;
}

.radio__button label {
	min-height: inherit;
	padding: 5px 20px;
	position: relative;
	font-weight: 300;
	line-height: 1.19;
	display: flex;
	align-items: center;
	border-radius: 3px;
	transition: all .15s ease-in-out;
	justify-content: center;
}

.radio__button label input[type=radio] {
	left: 15px;
	position: absolute;
	top: 10px;
	opacity: 0;
}

.radio__button label input[type=radio]+span {
	color: #acacac;
	line-height: 1.3;
	font-size: 18px;
	z-index: 99;
	cursor: pointer;
}

.radio__button-text:before {
	background-color: #fff;
	border: 1px solid #dcdcdc;
	border-radius: 4px;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transition: all .15s ease;
	width: 100%;
	z-index: -1;
}

.radio__button label input[type=radio]+span:before {
	background-color: #fff;
	border: 1px solid #acacac;
	border-radius: 3px;
	height: 100%;
	left: 0;
	opacity: 1;
	position: absolute;
	top: 0;
	transition: all .15s ease-in-out;
	width: 100%;
	z-index: -1;
}

.radio__button label input[type=radio]:checked+span::before {
	background-color: #f7941d;
	border-color: #acacac;
}

.radio__button label input[type=radio]:hover+span::before {
	background-color: #f7941d;
	border-color: #acacac;
	color:#fff;
}

.radio__button label input[type=radio]:hover+span {
	color: #fff;
}

.radio__button label input[type=radio]:checked+span {
	color: #fff;
}

.form-input {
	background-color: #fff;
	border: 1px solid #dcdcdc;
	border-radius: 3px;
	box-shadow: none;
	color: #000;
	font-size: 16px;
	font-weight: 400;
	height: 54px;
	line-height: 1.1875;
	margin: auto;
	padding-left: 20px;
    padding-right: 13px;
    padding-top: 9px;
    padding-bottom: 9px;
	position: relative;
	transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	text-align: center;
	margin-bottom: 15px;
	width: 100%;
}

.select-input {
	min-width: 350px;
}

.form-input.text-left {
	text-align:left;
}

.form-group.parent-error .form-input {
	text-align: left;
}
@media(min-width:1280px) {
	.form-input {
		width: 350px;
	}
}

.message-input {
	height: 100px;
	font-family: inherit;
}

.fw__breadcrumbs {
	display: flex;
	padding: 0;
	margin: 0 auto;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
	list-style: none;
	margin-bottom: 4rem;
}

.fw__breadcrumbs .fw__breadcrumbs__item {
	display: inline-block;
	position: relative;
}

.fw__breadcrumbs .fw__breadcrumbs__item:not(:last-child) {
	padding-right: 32px;
	margin-right: 12px;
}

.fw__breadcrumbs .fw__breadcrumbs__item:not(:last-child):after {
	position: absolute;
	width: 20px;
	height: 20px;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	content: "›";
}

.fw__breadcrumbs .fw__breadcrumbs__element {
	width: 36px;
	height: 36px;
	padding: 8px;
	font-size: 16px;
	border-radius: 50%;
	border: 2px solid #2E4045;
	color: #2E4045;
	text-align: center;
	transition: all 0.3s;
}

.fw__breadcrumbs .fw__breadcrumbs__element.fw__breadcrumbs__element--active {
	background: #2E4045;
	color: white;
}

/*===============
Form Input Fields
===============*/
.fw__inputs {
	border: none;
	padding: 0;
	margin: 0 auto;
	transition: all 0.3s;
}

fieldset.fw__inputs.fw__step.step-2,
fieldset.fw__inputs.fw__step.step-3,
fieldset.fw__inputs.fw__step.step-4,
fieldset.fw__inputs.fw__step.step-5,
fieldset.fw__inputs.fw__step.step-6,
fieldset.fw__inputs.fw__step.step-7 {
	padding: 30px;
	padding-bottom: 40px;
}

.step-1.fw__inputs input, .step-1.fw__inputs label, .fw__inputs {
	display: block;
}

.fw__inputs input[type="text"]:hover, .fw__inputs input[type="email"]:hover, .fw__inputs input[type="number"]:hover {
	opacity: 0.7;
}

.fw__inputs input[type="text"]:focus, .fw__inputs input[type="email"]:focus, .fw__inputs input[type="number"]:focus {
	box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.2);
	opacity: 0.7;
}

.fw__inputs .fw__inputs__label {
	display: block;
	padding: 0 8px;
	color: #BFB5B2;
	font-size: 12px;
	text-transform: uppercase;
}

.fw__inputs .fw__inputs__label.fw__inputs__label--inline {
	display: inline-block;
}

.fw__inputs .fw__inputs__selector {
	display: inline-block;
	min-width: 350px;
	height: 50px;
	padding: 4px 8px;
	margin-bottom: 16px;
	cursor: pointer;
	transition: all 0.3s;
	outline: none;
}

.select-fields {
	display: flex;
	flex-direction: column;
}

.fw__inputs .fw__inputs__selector:hover {
	opacity: 0.7;
}

.fw__inputs__error {
	display: flex;
	width: 100%;
	height: 32px;
	margin-bottom: 16px;
	border: 1px solid darkred;
	border-radius: 2px;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.fw__inputs__error .fw__inputs__error--message {
	margin: 0;
	color: darkred;
}

/*===============
Results
===============*/

#results {
	padding-left: 40px;
	text-align: left;
}

.fw__result {
	transition: all 0.3s;
}
.fw__result.fw__step {
	margin-bottom: 50px;
}

.fw__result__title {
	text-align: center;
	color: #5E3C58;
	padding: 30px 0;
}

.fw__result__item {
	display: block;
	width: 100%;
	margin: 16px 0;
}

.fw__result__label {
	display: block;
	margin-bottom: 4px;
	color: #2E4045;
}

.fw__result__value {
	display: block;
	color: #83adb5;
	word-wrap: break-word;
}

.fw__result__button {
	width: 100%;
	height: 40px;
}

/*===============
Icons
===============*/
.done {
	display: inline-block;
	transform: rotate(45deg);
	height: 12px;
	width: 6px;
	border-bottom: 4px solid lightgreen;
	border-right: 4px solid lightgreen;
}

/*===============
Components
===============*/
.fw__button-go,
.fw__button-submit {
	font-style: normal;
	font-weight: 700;
	letter-spacing: .8px;
	line-height: 19px;
	overflow: hidden;
	padding: 14px 30px 15px;
	position: relative;
	text-transform: uppercase;
	transition: all .15s ease;
	z-index: 0;
	background-color: #f7941d;
	height: 60px;
	margin-top: 30px;
	margin: auto;
	border: unset;
	margin-top: 10px;
	color: #fff;
	font-size: 22px;
	margin-bottom: 150px;
	border-radius: 2px;
	text-align: center;
	cursor: pointer;
}

.fw__button-go {
	margin-top: 50px;
}

@media (min-width: 575px) {
	.fw__button-go,
	.fw__button-submit {
		width: 175px;
	}
}

@media(min-width: 768px) {
	.fw__button-submit {
		margin-bottom: 30px;
		height: 50px;
		width: 240px;
	}
}

.fw__button-submit {
	font-weight: 400;
	text-transform: unset;
	height: 50px;
	border-radius: 5px;
}

.form-group__error-message {
	color: #e97158;
	font-size: 14px;
	display: none;
	margin: -10px 0 10px 2px;
}

.secure-text {
	font-family: Montserrat,Helvetica,Arial,sans-serif;
	font-style: normal;
	font-weight: 700;
	color: #bab9ba;
	text-transform: none;
	letter-spacing: auto;
	line-height: 20px;
	position: relative;
	font-size: 9px;
	padding-left: 12px;
	text-align: center;
	width: 140px;
	margin: auto;
}

.secure-text--dark {
	color: #545253;
	font-size: 14px;
	padding-bottom: 45px;
	padding-top: 15px;
	width: 210px;
}

.lock-svg {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='Layer_1' x='0' y='0' version='1.1' viewBox='0 0 29 29' xml:space='preserve'%3E%3Cpath fill='none' stroke='%23000' stroke-miterlimit='10' stroke-width='2' d='M14.5 2.5A5.5 5.5 0 0 1 20 8v4.5H9V8a5.5 5.5 0 0 1 5.5-5.5z'/%3E%3Cpath d='M6 11.5h17a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v-11a2 2 0 0 1 2-2z'/%3E%3C/svg%3E");
	height: 20px;
	width: 35px;
	position: absolute;
	left: -15px;
	background-position: 15px center;
	background-repeat: no-repeat;
	background-size: 14px 14px;
}

.fw__button--negative {
	color: #01bfc7;
	font-size: 14px;
	text-decoration: underline;
	position: absolute;
	bottom: 20px;
	left: 47%;
	cursor: pointer;
}
.fw__button--negative:hover {
	text-decoration: unset;
}
.fw__button--negative:hover .arrow-svg{
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath fill='%23404040' d='M37.9 46 24.1 32.3l13.8-13.7 2 2-11.8 11.7L39.9 44l-2 2'/%3E%3C/svg%3E%0A");
}

.fw__button--negative .arrow-svg {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath fill='%23ff4f46' d='M37.9 46 24.1 32.3l13.8-13.7 2 2-11.8 11.7L39.9 44l-2 2'/%3E%3C/svg%3E");
	position: absolute;
	left: -65%;
	background-size: 24px 24px;
	width: 25px;
	height: 26px;
	bottom: -10%;
	background-repeat: no-repeat;
}

.fw__button:hover {
	opacity: 1;
}

.has-change optgroup:not(.selected) {
	display: none;
}

/*Progress bar*/
.progress-bar {
	width: 355px;
	margin: 0 auto;
	height: 28px;
	position: relative;
	background-color: #d1d6e1;
	max-width: 100%;
	margin: 0 35px;
}

@media(max-width: 767px) {
	.progress-bar {
		width: 83%;
	}
}

.progress-bar span {
	top: unset !important;
	font-size: 14px !important;
}

.progress-bar-percentage {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 0;
	height: 100%;
	background-color: #32a3d5;
	transition: width 0.5s ease;
	position: relative;
	overflow: hidden;
}

.progress-bar-percentage-value {
	color: #fff;
}

.progress-bar-percentage:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
	background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent );
	background-size: 50px 50px;
	animation: move 2s linear infinite;
	overflow: hidden;
}

/*City and state*/
.city-state {
	min-height: 24px;
	font-weight: 600;
	color: #32a3d5;
	margin-top: 30px;
	margin-bottom: 10px;
	cursor: pointer;
}

.city-state svg {
	margin-left: 10px;
}

/*Footer menu*/
.greylinks .submenu {
	margin-top: 15px;
}

.greylinks .submenu li {
	padding: 10px 10px 0 35px;
}

.page_footer .widget_recent_entries .submenu li:last-child {
	display: block;
}

/*===============
Helpers
===============*/
.hidden {
	display: none;
}

.opacity-0 {
	opacity: 0;
}

@keyframes move {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: 50px 50px;
	}
}