
.quoter-enabled_wrapper {
	padding: clamp(1.5rem, 4vw, 2.5rem) clamp(2rem, 7.5vw, 4rem);
}

.quoter-enabled_wrapper h2 {
	color: #0077c8;
	font-weight: 700;
}

.quoter-enabled input[type="text"], .quoter-enabled input[type="email"], .quoter-enabled input[type="tel"], .quoter-enabled input[type="number"] {
	font-size: 2rem;
	line-height: 1.2;
	margin-bottom: initial;
	border: 1px solid #0077c8;
	border-radius: 5px;
	height: 50px;
	padding: 0 20px;
	width: 100%;
}

/* Gravity Forms Fields */
.quoter-enabled legend {
	border-bottom: none !important;
}

.quoter-enabled .gfield_required {
	margin-left: .25rem;
}

.quoter-enabled .gfield_validation_message {
	margin-top: 1.5rem;
}

.quoter-enabled .gform_fields {
	display: flex;
	flex-direction: column;
}

.quoter-enabled .gfield {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.quoter-enabled .top_label .gfield_label {
	width: auto !important;
}

.quoter-enabled .gfield:not(.gfield--type-hidden) {
	margin-bottom: 1.25rem;
}

.quoter-enabled .gform-grid-row {
	display: flex;
}

.quoter-enabled .gform_wrapper .ginput_container {
	float: none;
}

.quoter-enabled .gfield_label {
	margin-top: 2rem;
}

.quoter-enabled .gchoice input[type="radio"], .quoter-enabled input[type="radio"] {
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: -9999px;
}

.quoter-enabled .gchoice input[type="radio"] + label, .quoter-enabled input[type="radio"] + label {
	margin: 0;
	padding: .75rem 2rem;
	box-sizing: border-box;
	position: relative;
	display: inline-block;
	background-color: #eee;
}

.quoter-enabled .gchoice:first-child input[type="radio"] + label, .quoter-enabled input[type="radio"] + label:first-of-type {
	border-radius: 3px 0 0 3px;
}

.quoter-enabled .gchoice:last-child input[type="radio"] + label, .quoter-enabled input[type="radio"] + label:last-of-type {
	border-radius: 0 3px 3px 0;
}

.quoter-enabled .gchoice input[type="radio"] + label::before {
	content: "";
	display: none;
}

.quoter-enabled .gchoice input[type="radio"]:checked + label, .quoter-enabled input[type="radio"]:checked + label {
	background-color: #0077c8;
	color: #fff;
}

.quoter-enabled .gchoice input[type="radio"]:not(:checked):hover + label, .quoter-enabled .gchoice input[type="radio"]:not(:checked):focus-visible + label, .quoter-enabled input[type="radio"]:not(:checked):hover + label, .quoter-enabled input[type="radio"]:not(:checked):focus-visible + label {
	background-color: #ffb500;
}

.quoter-enabled .gchoice input[type="radio"]:checked:focus-visible + label, .quoter-enabled input[type="radio"]:checked:focus-visible + label {
	background-color: #0098f4;
}

.quoter-enabled .gform_footer {
	padding: 0;
}

/* Estimate Panel */
#estimate_panel fieldset[disabled] {
	display: none;
}

.quoter-enabled input[type="range"].slider {
	font-size: 2rem;
	line-height: 1.2;
	margin-bottom: initial;
	border-radius: 5px;
	height: 50px;
	padding: 0 20px;
	width: 100%;
	max-width: 300px;
	border: 0;
	-webkit-appearance: auto;
}

.quoter-enabled .estimate-panel {
	align-self: center;
	text-align: center;
}

.quoter-enabled .estimated-premium-label, .quoter-enabled .coverage-label {
	margin-bottom: .75rem;
	font-size: 2rem;
	font-weight: 400;
	text-align: center;
	transition: opacity .1s ease-in-out;
}

.quoter-enabled .premium-amount, .quoter-enabled .coverage-amount {
	font-size: 2.4rem;
	font-weight: 600;
	transition: opacity .1s ease-in-out;
}

.quoter-enabled .coverage-sliders {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 1rem;
}

.quoter-enabled .premium-amount {
	margin-bottom: .5rem;
}

.quoter-enabled .premium-status-display {
	font-size: 1.6rem;
	font-weight: 600;
	margin-block: .75rem;
	color: red;
}

.quoter-enabled .premium-status-display:empty {
	display: none;
}

.quoter-enabled .term-length-radio-group {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: .5rem 0 1.75rem;
}

.quoter-enabled .term-length-radio-group label {
	width: auto;
}

.quoter-enabled .estimated-premium-results {
	position: relative;
}

.quoter-enabled .loader {
	--loader-color: #0077c8;
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -24px 0 0 -24px;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	border: 10px solid;
	box-sizing: border-box;
	animation: animloader 1s linear infinite alternate;
}

@keyframes animloader {
	0% {
		border-color: var(--loader-color) rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
	}
	
	33% {
		border-color: var(--loader-color) var(--loader-color) rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
	}
	
	66% {
		border-color: var(--loader-color) var(--loader-color) var(--loader-color) rgba(255, 255, 255, 0);
	}
	
	100% {
		border-color: var(--loader-color) var(--loader-color) var(--loader-color) var(--loader-color);
	}
}

.quoter-enabled .estimated-premium-results.loading .loader {
	display: block;
}

.quoter-enabled .estimated-premium-results.loading .estimated-premium-label, .quoter-enabled .estimated-premium-results.loading .premium-amount {
	opacity: .2;
}

.quoter-enabled .contact-info-submission-disclaimer {
	margin-top: 2.5rem;
	font-size: 1.6rem;
	line-height: 1.7;
}

.quoter-enabled .additional-info-dialog {
	width: 90vw;
	max-width: 1200px;
	padding: clamp(2rem, 7.5vw, 4rem);
	text-align: left;
}

.quoter-enabled .additional-info-dialog::backdrop {
	background-color: rgba(0, 0, 0, .5);
}

.quoter-enabled .additional-info-dialog__inner {
	display: flex;
	flex-direction: column;
}

.quoter-enabled .additional-info-dialog ul {
	margin-bottom: 20px;
}

/* display the dialog open buttons as inline text links */
.quoter-enabled [data-dialog-target] {
	font-size: 1.4rem;
	text-decoration: underline;
	text-underline-offset: 5px;
}

/* Center everything on the coverage page   */
.quoter-enabled.form-title--get-your-rate---coverage .gfield, .quoter-enabled.form-title--quoter-test-page-4 .gfield {
	align-self: center;
	text-align: center;
}

.quoter-enabled.form-title--get-your-rate---coverage .gform_footer, .quoter-enabled.form-title--quoter-test-page-4 .gform_footer {
	max-width: unset;
	text-align: center;
}

/* General Gravity Forms Styles */
.quoter-enabled_wrapper .gform_submission_error {
	color: #f00;
	font-size: 2rem;
	text-align: center;
	font-weight: bold;
	margin: .5em 0;
}

.quoter-enabled_wrapper .gform_title {
	font-size: 4rem;
	font-weight: 700;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #eee;
	text-align: center;
}

.quoter-enabled_wrapper .gform_footer {
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #eee;
}

/* Progress Bar */
.quoter-progress-bar {
	display: flex;
	align-items: stretch;
	font-weight: 600;
	overflow: hidden;
}

.quoter-progress-bar__step {
	position: relative;
	flex: 1 1 25%;
	padding: 10px 0;
	background-color: #eee;
	text-align: center;
}

.quoter-progress-bar__step {
	position: relative;
	flex: 1 1 25%;
	margin-left: -15px;
	padding: 10px 0;
	clip-path: polygon(0 0, 15px 50%, 0 100%, 100% 100%, 100% 0);
	background-color: #eee;
	font-size: clamp(13px, 3vw, 20px);
	text-align: center;
}

.quoter-progress-bar__step--active {
	background-color: #0077c8;
	color: #fff;
}

.quoter-progress-bar__step--complete {
	background-color: #00568f;
	color: #fff;
}

.quoter-progress-bar__step--complete:nth-of-type(2) {
	background-color: #0062a3;
}

.quoter-progress-bar__step--complete:nth-of-type(3) {
	background-color: #006eb8;
}

/* Prevent Duplicate State Not Listed Errors */
.gfield_error + .gfield--type-html:has(.validation_message) {
	display: none;
}
