.quote-page {
	--quote-navy: #0f263a;
	--quote-navy-sub: #193b59;
	--quote-yellow: #fab90a;
	--quote-surface: #ffffff;
	--quote-border: #dce3e8;
	--quote-muted: #657481;
	background: #f4f7f9;
	color: var(--quote-navy);
	font-size: 15px;
}

.quote-page *, .quote-page *:before, .quote-page *:after { box-sizing: border-box; }

.quote-hero {
	position: relative;
	overflow: hidden;
	padding: 58px 0 112px;
	background: var(--quote-navy-sub);
	color: #fff;
}

.quote-hero:before, .quote-hero:after {
	position: absolute;
	content: "";
	border-radius: 50%;
	background: rgba(250, 185, 10, .08);
}

.quote-hero:before { top: -150px; right: -80px; width: 360px; height: 360px; }
.quote-hero:after { bottom: -190px; left: -90px; width: 330px; height: 330px; }

.quote-kicker {
	display: inline-block;
	margin-bottom: 12px;
	color: var(--quote-yellow);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 1.3px;
	text-transform: uppercase;
}

.quote-hero h1 {
	margin: 0 0 16px;
	color: #fff;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.2;
}

.quote-hero p {
	max-width: 720px;
	margin: 0 auto;
	color: rgba(255, 255, 255, .78);
	font-size: 17px;
	line-height: 1.7;
}

.quote-content { position: relative; z-index: 2; padding-bottom: 70px; }
.quote-form { margin-top: -67px; }

.quote-alert {
	margin: -86px 0 86px;
	padding: 16px 20px;
	border: 0;
	border-radius: 8px;
	box-shadow: 0 8px 24px rgba(15, 38, 58, .16);
}

.quote-alert + .quote-form { margin-top: -67px; }
.quote-alert .fa { margin-right: 8px; }
.quote-main-row { display: flex; align-items: stretch; }
.quote-main-row > [class*="col-"] { display: flex; }

.quote-panel {
	width: 100%;
	padding: 30px;
	border: 1px solid var(--quote-border);
	border-radius: 10px;
	background: var(--quote-surface);
	box-shadow: 0 10px 34px rgba(15, 38, 58, .08);
}

.quote-panel-heading {
	display: flex;
	align-items: flex-start;
	margin-bottom: 26px;
	padding-bottom: 20px;
	border-bottom: 1px solid var(--quote-border);
}

.quote-step {
	display: flex;
	flex: 0 0 42px;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	margin-right: 14px;
	border-radius: 50%;
	background: var(--quote-yellow);
	color: var(--quote-navy);
	font-size: 18px;
	font-weight: 800;
}

.quote-panel-heading h2 {
	margin: 0 0 5px;
	color: var(--quote-navy);
	font-size: 21px;
	font-weight: 700;
	line-height: 1.25;
}

.quote-panel-heading p {
	margin: 0;
	color: var(--quote-muted);
	font-size: 13px;
	line-height: 1.5;
}

.quote-form label { color: var(--quote-navy); font-size: 13px; font-weight: 700; }
.quote-form .form-group { margin-bottom: 18px; }

.quote-form .form-control {
	height: 44px;
	border-color: #cfd8df;
	border-radius: 5px;
	box-shadow: none;
	color: var(--quote-navy);
	font-size: 14px;
}

.quote-form textarea.form-control { height: auto; min-height: 112px; resize: vertical; }
.quote-form .form-control:focus { border-color: var(--quote-yellow); box-shadow: 0 0 0 3px rgba(250, 185, 10, .18); }
.quote-form .input-group-addon { min-width: 44px; border-color: #cfd8df; background: #f5f7f8; color: var(--quote-navy); }
.required { color: #c94343; }

.delivery-box {
	margin-top: 8px;
	padding: 16px 18px;
	border: 1px solid #e1e6ea;
	border-radius: 7px;
	background: #f8fafb;
}

.delivery-box .checkbox { margin: 0; }
.delivery-box .checkbox label { display: flex; align-items: flex-start; padding-left: 0; }
.delivery-box .checkbox input { position: static; margin: 3px 10px 0 0; }

.delivery-box small {
	display: block;
	margin-top: 3px;
	color: var(--quote-muted);
	font-weight: 400;
	line-height: 1.4;
}

.delivery-fields { display: none; margin-top: 18px; padding-top: 18px; border-top: 1px solid #e1e6ea; }
.delivery-fields.is-visible { display: block; }
.delivery-fields .form-group:last-child { margin-bottom: 0; }

.product-list { border: 1px solid var(--quote-border); border-radius: 7px; overflow: hidden; }
.product-list-head, .product-row { display: grid; grid-template-columns: minmax(0, 1fr) 254px; align-items: center; }

.product-list-head {
	padding: 10px 14px;
	background: var(--quote-navy);
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .6px;
	text-transform: uppercase;
}

.product-list-head div:last-child { text-align: center; }

.product-row {
	min-height: 55px;
	padding: 8px 12px 8px 14px;
	border-bottom: 1px solid #e6ebee;
}

.product-row:nth-child(odd) { background: #f8fafb; }
.product-row:last-child { border-bottom: 0; }

.product-name {
	padding-right: 16px;
	color: #253b4d;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.35;
}

.product-amounts { display: flex; align-items: center; justify-content: flex-end; }
.product-amounts .input-group { width: 108px; }
.product-amounts .form-control { height: 34px; padding: 5px 7px; text-align: right; }
.product-amounts .input-group-addon { min-width: 0; padding: 5px 7px; font-size: 11px; }
.amount-separator { margin: 0 7px; color: #8a969f; font-size: 10px; }

.quote-submit-panel {
	margin-top: 24px;
	padding: 26px 30px;
	border-radius: 10px;
	background: var(--quote-navy);
	box-shadow: 0 10px 34px rgba(15, 38, 58, .12);
	text-align: center;
}

.privacy-check { max-width: 980px; margin: 0 auto 22px; text-align: left; }

.privacy-check label {
	display: flex;
	align-items: flex-start;
	padding-left: 0;
	color: rgba(255, 255, 255, .84);
	font-size: 12px;
	font-weight: 400;
	line-height: 1.55;
}

.privacy-check input { position: static; flex: 0 0 auto; margin: 3px 10px 0 0; }
.privacy-check a { color: var(--quote-yellow); font-weight: 700; text-decoration: underline; }

.quote-submit-btn {
	min-width: 280px;
	padding: 13px 28px;
	border: 2px solid var(--quote-yellow);
	border-radius: 5px;
	background: var(--quote-yellow);
	color: var(--quote-navy);
	font-size: 14px;
	font-weight: 800;
	letter-spacing: .3px;
	text-transform: uppercase;
	transition: background .2s ease, color .2s ease, transform .2s ease;
}

.quote-submit-btn:hover, .quote-submit-btn:focus {
	background: transparent;
	color: var(--quote-yellow);
	outline: none;
	transform: translateY(-1px);
}

.quote-submit-btn .fa { margin-left: 8px; font-size: 11px; }
.quote-submit-btn[disabled], .quote-submit-btn.is-loading { cursor: wait; opacity: .72; }
.required-note { margin: 12px 0 0; color: rgba(255, 255, 255, .56); font-size: 11px; }

@media (max-width: 991px) {
	.quote-main-row { display: block; }
	.quote-main-row > [class*="col-"] { display: block; }
	.quote-contact-panel { margin-bottom: 24px; }
}

@media (max-width: 767px) {
	.quote-hero { padding: 42px 0 90px; }
	.quote-hero h1 { font-size: 29px; }
	.quote-hero p { font-size: 15px; }
	.quote-form { margin-top: -52px; }
	.quote-alert { margin: -72px 0 70px; }
	.quote-panel { padding: 22px 18px; }
	.quote-panel-heading { margin-bottom: 20px; }
	.quote-panel-heading h2 { font-size: 18px; }
	.product-list { border: 0; overflow: visible; }
	.product-row {
		display: block;
		margin-bottom: 10px;
		padding: 13px;
		border: 1px solid var(--quote-border);
		border-radius: 6px;
		background: #fff;
	}
	.product-row:nth-child(odd) { background: #fff; }
	.product-name { margin-bottom: 10px; padding-right: 0; }
	.product-amounts { justify-content: flex-start; }
	.product-amounts .input-group { width: calc(50% - 18px); }
	.quote-submit-panel { padding: 24px 18px; }
	.quote-submit-btn { width: 100%; min-width: 0; font-size: 12px; }
	.privacy-check {
		margin-left: 20px;
	}	
}

@media (max-width: 380px) {
	.product-amounts { flex-wrap: wrap; }
	.product-amounts .input-group { width: 100%; }
	.amount-separator { width: 100%; margin: 5px 0; text-align: center; }
}
