:root {
	--web-primary: #005075;
	--web-secondary: #d2303d;
	--blue: #007bff;
	--indigo: #6610f2;
	--purple: #6f42c1;
	--pink: #e83e8c;
	--red: #dc3545;
	--orange: #fd7e14;
	--yellow: #ffc107;
	--green: #28a745;
	--teal: #20c997;
	--cyan: #17a2b8;
	--white: #fff;
	--gray: #6c757d;
	--gray-dark: #343a40;
	--primary: #007bff;
	--secondary: #6c757d;
	--success: #28a745;
	--info: #3b99e0;
	--warning: #ffc107;
	--danger: #dc3545;
	--light: #f8f9fa;
	--dark: #343a40;
	--breakpoint-xs: 0;
	--breakpoint-sm: 576px;
	--breakpoint-md: 768px;
	--breakpoint-lg: 992px;
	--breakpoint-xl: 1200px;
	--font-family-sans-serif: "Montserrat", sans-serif;
	--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

#wrap {
	min-height: calc(100vh - 625px);
}

.bg-red {
	background: #d2303d;
}

.section-choose .icon {
	max-width: 120px;
	margin: 0 auto;
}

img {
	width: 100%;
	display: block;
}

.mini-iframe {
	margin-top: 50px !important;
}

.regular-padding {
	/*padding-bottom: 20px;*/
}

.bg-gray {
	background: #f6f6f6;
}

.bg-blue {
	background: #005e96;
}

.clean-block {
	padding-bottom: 50px !important;
}

.clean-block .block-heading {
	padding-top: 50px !important;
}

.clean-block .block-heading h2 {
	margin-bottom: 50px;
}

@media (max-width: 480px) {
	.clean-block .block-heading {
		padding-top: 30px !important;
	}
	.clean-block .block-heading h2 {
		margin-bottom: 30px;
	}
}

.section-start {
	padding: 25px 40px !important;
	padding-bottom: 0 !important;
}

.btn-clear {
	color: #d2303d;
	background-color: #fff;
	border-color: #fff;
}

.btn-red {
	color: #fff;
	background-color: #d2303d;
	border-color: #d2303d;
}

.img-thumbnail {
	padding: 0;
}

.section-advantage .description {
	background: #f6f6f6;
}

.section-business img {
	max-width: 140px;
	margin: 0 auto;
}

.navbar-brand.logo img {
	max-width: 250px;
}

.feature-box {
	padding: 0;
}

#mini-price-id {
	margin: auto;
}
#priceQuoteId {
	width: 100% !important;
}
#mini-price-id select {
	-webkit-appearance: none !important;
}
#mini-price-id .ui.card {
	margin-bottom: 0em !important;
}

.navbar.navbar-light.navbar-expand-lg.fixed-top.clean-navbar {
	position: relative;
}

.clean-navbar.fixed-top + .page {
	padding: 0;
}

body {
	background: #e4e4e4;
}

.section-question {
	padding: 20px 40px;
}

@media (max-width: 480px) {
	.page-footer .logo {
		max-width: 250px;
	}
}

.form-quote .heading {
	background: var(--web-primary);
	color: #fff;
}

.form-quote .form {
	background: #f1faff;
	border: 1px solid #ccc;
}

.breadcrumb {
	background: transparent;
}

.page {
	background: #fff;
}

#loan-steps .step {
	border-bottom: 1px dotted #000;
	padding-bottom: 1rem;
}

#privacy table {
}

#privacy del {
	background: #fcc;
	padding: 5px;
}

#privacy ins {
	background: #cfc;
	padding: 5px;
}

#privacy ol,
#privacy ul,
#privacy p {
	padding-bottom: 0;
	margin-bottom: 20px;
}

#privacy table {
	margin-bottom: 5px;
	border-spacing: 0;
}

#privacy th {
	color: #fff;
	background: #2b4e65;
	border: 1px solid #173244;
	font-size: 16px;
	padding: 10px;
}

#privacy td {
	background: #fff;
	border: 1px solid #ccc;
	padding: 10px;
}

#privacy table p:last-child,
#privacy table ul:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}

.va-facts {
	border: 5px solid var(--web-primary);
}

.va-facts h5 {
	color: var(--web-primary);
	font-weight: 600;
}

.text-info {
	color: var(--web-primary) !important;
}

.breadcrumb-item a {
	color: var(--web-primary);
}

.fa.fa-star,
.fa.fa-star-half-full {
	color: gold;
	font-size: 35px;
}

.btn-blue {
	background: var(--web-primary) !important;
	color: #fff !important;
}

#contact .right {
	font-size: 0.9rem;
}

.fa.fa-star {
}

/* DIMMER */
.dimmer {
	display: none;
	position: fixed;
	content: '';
	background: rgba(0, 0, 0, 0.75);
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 10;
}

/* END OF DIMMER */

.text-center {
	text-align: center;
}

.disclosurePop {
	display: block;
	margin-top: 15px;
	text-align: center;
	font-weight: 600;
	text-decoration: underline;
}

.view-disclosure {
	display: none;
	position: fixed;
	content: '';
	top: 40%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 20px;
	background: white;
	border: 5px solid #1a3555;
	z-index: 20;
}

@media (max-width: 500px) {
	.view-disclosure {
		width: 90%;
	}
}

.view-disclosure b {
	text-align: center;
	display: block;
	font-size: 25px;
	border-bottom: 3px solid #dc3545;
	padding-bottom: 10px;
	margin-bottom: 15px;
}

.view-disclosure .close {
	position: absolute;
	top: 10px;
	right: 15px;
	font-size: 25px;
	font-weight: 600;
	cursor: pointer;
}