html,
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 100%;
}

img {
	max-width: 100%;
}

.roundup-img {
	margin-bottom: 20px;
	display: block;
}

h3 {
	font-size: 23px;
	line-height: 1.3;
	color: #fff;
	font-weight: 800;
	margin-bottom: 25px;
}

h4.ncp-title {
	font-weight: 300;
	font-size: 1.5em;
	margin-bottom: 25px;
	line-height: 1.3;
}

strong {
	font-weight: 800;
}

p {
	font-weight: 300;
	font-size: 1em;
}

.below-form p {
	font-size: 15px;
}

p.subtitle {
	color: #fff;
	font-weight: 500;
	font-size: .9em;
}

.hidden {
	display: none;
}

.main-content {
	background-image: url(../img/bg-updated.jpg);
	background-size: cover;
	background-position: left top;
	padding-top: 30px;
	padding-bottom: 30px;
	min-height: 150vh;
}

.logo {
	max-width: 180px;
	display: block;
	margin: 8px 0 8px 0;
}

.signup-container {
	color: #000;
	box-shadow: rgba(0, 0, 0, 0.75) 0px 20px 58px -15px;
}

.signup-top {
	padding: 10px 10px;
	border-radius: 5px 5px 0 0;
	background-color: #db1818;
	color: #fff;
	text-align: center;
}

.signup-bottom {
	padding: 25px 10px 70px 10px;
	border-radius: 0 0 5px 5px;
	background-color: #fff;
	transition: all 0.3s ease-out;
	margin-bottom: 50px;
}

.form-title {
	font-weight: 600;
	text-transform: uppercase;
	font-size: 15px;
	margin-bottom: 0;
}

.form-subtitle {
	text-transform: uppercase;
	font-size: 14px;
}

.question-headline {
	font-size: 1.4em;
	font-weight: 300;
	text-align: center;
	line-height: 1.4;
}

.main-form {
	position: relative;
}

.question {
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	transition: opacity 0.3s ease-out;
}

.button-options {
	max-width: 400px;
	margin: 15px auto 0 auto;
}

.tcpa-compliance {
	font-size: .7em;
	color: #aaa;
	text-align: center;
}

.spinner-row {
	display: none;
	opacity: 0;
	transition: all 0.3s ease-out;
}

.spinner-border.loading {
	border-top-color: #1e448f;
	border-bottom-color: #1e448f;
	border-left-color: #1e448f;
}

.thank-you-headlines {
	display: none;
	text-align: center;
	margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  transition: opacity 0.3s ease-out;
}

.thank-you-headlines h2 {
	margin-bottom: 20px;
}

.thank-you-headlines p {
	font-size: .95em;
}

.thank-you-headlines p strong {
	font-weight: 600;
}

.thank-you-headlines a {
	text-decoration: underline;
}

a.phone-cta {
	color: #ff8800;
	font-size: 2em;
	font-weight: 500;
	display: block;
}

/* Form Elements */

.main-form {
	position: relative;
}

.question,
.thank-you-headlines,
.thank-you-headlines-2,
.thank-you-headlines-accident {
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	transition: opacity 0.3s ease-out;
}

.button-options {
	max-width: 400px;
	margin: 15px auto 0 auto;
}

.button-options .btn-group-toggle .btn-primary {
	width: 100%;
	margin-top: 8px;
	padding-top: 14px;
	padding-bottom: 14px;
	font-size: 1.2em;
	font-weight: 600;
	background-color: transparent;
	color: #1e448f;
	border-color: #1e448f;
	border-width: 1px;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):hover {
	background-color: #1e448f;
	color: #fff;
	cursor: pointer;
}

.btn-outline-primary.btn-next {
	width: 100%;
	display: block;
	margin-top: 15px;
	padding-top: 14px;
	padding-bottom: 14px;
	font-size: 1.2em;
	font-weight: 600;
	background-color: transparent;
	color: #1e448f;
	border-color: #1e448f;
	border-width: 1px;
}

.btn-outline-primary.btn-next:hover {
	background-color: #1e448f;
	color: #fff;
	cursor: pointer;
}

.btn-outline-primary.btn-green {
	width: 100%;
	display: block;
	margin-top: 15px;
	padding-top: 14px;
	padding-bottom: 14px;
	font-size: 1.2em;
	font-weight: 700;
	background-color: #db1818;
	color: #fff;
	border-color: #db1818;
	border-width: 1px;
}

.btn-outline-primary.btn-green:hover {
	background-color: transparent;
	border-color: #db1818;
	color: #db1818;
	cursor: pointer;
}

.button-options .btn-group-toggle .btn-primary.btn-decline {
	font-size: 14px;
	padding-top: 8px;
	padding-bottom: 8px;
	border: 0;
}

.custom-select-lg {
	font-size: 1em;
	padding-left: 12px;
}

.was-validated .form-control.is-invalid { /* classes need to take priority */
	border-color: #dc3545 !important;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") !important;
	background-repeat: no-repeat !important;
	background-position: center right calc(.375em + .1875rem) !important;
	background-size: calc(.75em + .375rem) calc(.75em + .375rem) !important;
}

.was-validated .form-control.is-invalid:focus {
	box-shadow: 0 0 0 0.2rem rgba(220,53,69,.25) !important;
}

#cityState {
	opacity: 0;
	visibility: none;
	max-height: 0;
	transition-property: max-height;
	transition-duration: 0.2s;
	transition-timing-function: linear;
	transition-delay: 0s;
}

#cityState.active {
	opacity: 1;
	visibility: visibble;
	max-height: 300px;
}

.fas.fa-chevron-right {
	font-size: .85em;
}

/* Floating Labels */

.form-label-group {
	position: relative;
	margin-bottom: .6rem;
}

.form-label-group > input,
.form-label-group > label {
	height: 3.125rem;
	padding: .75rem;
	text-align: left;
}

.form-label-group > label {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	margin-bottom: 0; /* Override default `<label>` margin */
	line-height: 1.5;
	color: #495057;
	pointer-events: none;
	cursor: text; /* Match the input under the label */
	border: 1px solid transparent;
	border-radius: .25rem;
	transition: all .1s ease-in-out;
}

.form-label-group input::-webkit-input-placeholder {
	color: transparent;
}

.form-label-group input:-ms-input-placeholder {
	color: transparent;
}

.form-label-group input::-ms-input-placeholder {
	color: transparent;
}

.form-label-group input::-moz-placeholder {
	color: transparent;
}

.form-label-group input::placeholder {
	color: transparent;
}

.form-label-group input:not(:placeholder-shown) {
	padding-top: 1.25rem;
	padding-bottom: .25rem;
}

.form-label-group input:not(:placeholder-shown) ~ label {
	padding-top: .25rem;
	padding-bottom: .25rem;
	font-size: 12px;
	color: #777;
}

/* Fallback for Edge
-------------------------------------------------- */
@supports (-ms-ime-align: auto) {
	.form-label-group > label {
		display: none;
	}
	.form-label-group input::-ms-input-placeholder {
		color: #777;
	}
}

/* Fallback for IE
-------------------------------------------------- */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.form-label-group > label {
		display: none;
	}
	.form-label-group input:-ms-input-placeholder {
		color: #777;
	}
}

.progress {
	margin-bottom: 20px;
}

.progress-bar {
	background-color: #25663D;
}

.percentage-text {
	text-align: center;
	font-size: .8em;
	margin-bottom: 0;
}

.info-list {
	color: #fff;
	font-weight: 600;
}

.info-list li {
	margin-bottom: 15px;
}

.btn-case-evaluation {
	display: block;
	padding: 13px 15px;
	font-size: 1.6em;
	line-height: 1.3;
	font-weight: 600;
	letter-spacing: 1px;
	background-color: #40b16a;
}

.btn-case-evaluation:hover,
.btn-case-evaluation:active,
.btn-case-evaluation:focus,
.btn-case-evaluation:visited {
	background-color: #40b16a;
}

.footer {
	background-color: #f6f6f6;
}

.footer-info {
	font-size: .9em;
	font-weight: 300;
}

.footer-legal {
	font-size: .7em;
	font-weight: 300;
}

.footer-links ul {
	list-style: none;
	text-align: center;
	padding: 0;
}

.footer-links li {
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
}/* ie needs position:relative here*/

.footer-links a {
	text-decoration: none;
	color: #aaa;
	text-align: center;
	font-size: .7em;
	font-weight: 300;
}
.footer-links a:hover {
	color: #000;
}

@media screen and (min-width: 768px) {
	.signup-container {
		max-width: 600px;
		margin-left: auto;
		margin-right: auto;
	}

	.signup-bottom {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media screen and (min-width: 900px) {
	.main-content .container {
		max-width: 850px;
	}
}