/*
 * Multi-Steps
 * ------------------------------------------------------------------------------------------------
*/
@media (min-width: 768px) {
	.form_multi_steps_simple .form-fields-wrap > .row > .col-xs-12.step-fields-col:not(.col-md-5):not(.col-md-7) {
		width: 100%;
		text-align: center;
	}
	.form_multi_steps_simple .form-fields-wrap .row-fields .col-checkbox {
		text-align: left;
		width: 50%;
	}
	.form_multi_steps_simple .form-fields-wrap .row-fields .col-checkbox.col-md-5 {
		padding-left: 200px;
	}
	
	.form_multi_steps_simple .col-button {
		float: none;
		width: 100%;
		text-align: center;
	}
	body:not(.design_20200608):not(.form_style_multisteps) .form_multi_steps .col-button {
		padding: 0 80px 0 74px;
	}
	.form_multi_steps_simple .step-button-wrapper {
		position: relative;
	}
	.form_multi_steps_simple .step-button {
		margin-top: 25px;
		margin-left: auto;
		margin-right: auto;
	}
	.form_multi_steps_simple .info-in-secure-label {
		margin-left: auto;
		margin-right: auto;
	}
	.form_multi_steps_simple .required-label {
		display: block !important;
		text-align:  center;
		margin-left: auto;
		margin-right: auto;
	}
	
	.form_multi_steps_simple .goBackCnt-wrap {
		display: block !important;
	}
	.form_multi_steps_simple .goBackCnt-wrap .goBackCnt {
		position: absolute;
		left: 0;
		top: calc(64px / 2 - 10px);
		margin-top: 0;
	}
	.form_multi_steps_simple .goBackCnt-wrap .goBackBtn {
		background-image: none;
		text-shadow: none;
		padding-left: 0;
	}
	.form_multi_steps_simple .goBackCnt-wrap .goBackBtn:before {
		content: '\00AB\0020';
		display: inline-block;
		position: relative;
		top: -1px;
		margin-right: 2px;
	}
	
}







/*
 * Multi-Steps One Column
 * ------------------------------------------------------------------------------------------------
*/
@media (min-width: 768px) {
	.form_multi_steps_simple .form-fields-wrap > .row > .col-xs-12.step-fields-col {
		width: 100%;
		text-align: center;
	}
	.form_multi_steps_simple .form-col {
		max-width: 400px;
		margin-left: auto;
		margin-right: auto;
	}
	.form_multi_steps_simple .form-col.field-error .error {
		text-align: center;
	}
	
	.form_multi_steps_simple .add-label {
		position: absolute;
		margin-left: 15px;
		margin-top: 10px;
	}
	body.injury-form-page:not(.form_style_multisteps) .form_multi_steps .col-state {
		width: 54%;
		text-align: right;
	}
	body.injury-form-page:not(.form_style_multisteps) .form_multi_steps .col-state .field-label {
		padding-right: 50px;
	}
	body.injury-form-page:not(.form_style_multisteps) .form_multi_steps .col-state select {
		width: 145px;
	}
	body.injury-form-page:not(.form_style_multisteps) .form_multi_steps .col-state .asterisk {
		display: none;
	}
	body.injury-form-page:not(.form_style_multisteps) .form_multi_steps .col-zip {
		width: 46%;
		text-align: left;
		padding-left: 10px;
	}
	
	.form_multi_steps_simple .step-disclaimer {
		max-width: 500px;
		margin-left: auto;
		margin-right: auto;
	}
	.form_multi_steps_simple .form-col-agreement {
		text-align: left;
	}
	.form_multi_steps_simple .col-button {
		max-width: 500px;
		margin-left: auto;
		margin-right: auto;
	}
}








/*
 * Global Form Styles Mobile
 * ------------------------------------------------------------------------------------------------
*/
@media (max-width: 767px) {
	form.form-steps.visible-xs .date-month-wrap,
	form.form-steps.visible-xs .date-day-wrap,
	form.form-steps.visible-xs .date-year-wrap {
		display: none;
	}
	
	form.form-steps.visible-xs .asterisk {
		background-image: none;
		top: auto;
	}
	
	form.form-steps.visible-xs .step-button-wrapper {
		margin-bottom: 15px;
	}
}








/*
 * Form Consent Step
 * ------------------------------------------------------------------------------------------------
*/
body.form_consent_page .fields-form-consent,
body.form_consent_page .form-step:last-of-type .step-button-wrapper,
body.form_consent_page .col-button .form-col-agreement {
	padding-left: 20px;
	padding-right: 20px;
}
body.form_consent_page .fields-form-consent .color-red {
	display: inline-block;
	width: 100%;
	text-align: center;
}
body.form_consent_page .step-disclaimer {
	padding: 15px 15px 0;
	margin-top: 12px;
}
body.form_consent_page .add-label {
	display: none;
}
body.form_consent_page .step-button-wrapper {
	position: relative;
	margin-top: 20px;
}
body.form_consent_page .goBackBtn {
	color: #A9A9A9;
	font-weight: bold;
	font-size: 12px;
	position: absolute;
	top: 22px;
	padding-left: 11px;
}
body.form_consent_page .goBackBtn:hover {
	color: #006395;
}
body.form_consent_page .goBackBtn:before {
	content: '\00AB';
	display: inline-block;
	position: absolute;
	left: 0;
	top: -1px;
}
@media (min-width: 768px) {
	body.form_consent_page .form-step:last-of-type .form-fields-wrap {
		padding-left: 74px;
		padding-right: 50px;
	}
	body.form_consent_page .form-step:last-of-type .step-fields-col {
		width: 50%;
	}
	body.form_consent_page .form-col-agreement {
		width: 245px;
	}
	body.form_consent_page .form-step:last-of-type select,
	body.form_consent_page .form-step:last-of-type textarea,
	body.form_consent_page .form-step:last-of-type input:not([type="radio"]):not([type="checkbox"]) {
		width: 258px;
	}
	
	body.form_consent_page .step-button {
		height: 64px;
		max-width: 288px;
		/* margin-left: auto; */
		margin-right: auto;
	}
	body.form_consent_page .info-in-secure-label {
		text-align: center;
		margin-top: 15px;
		/* margin-left: auto; */
		margin-right: auto;
	}
	body.form_consent_page .required-label {
		padding-left: 20px;
		margin-right: 0;
	}
}
@media (min-width: 991px) {
	body.form_consent_page .form-step:last-of-type .form-fields-wrap {
		padding-left: 100px;
		padding-right: 50px;
	}
	body.form_consent_page .form-col-agreement {
		width: 245px;
	}
	body.form_consent_page .form-step:last-of-type .form-fields-wrap .form-col {
		position: relative;
		max-width: 245px;
	}
	body.form_consent_page .form-step:last-of-type select,
	body.form_consent_page .form-step:last-of-type textarea,
	body.form_consent_page .form-step:last-of-type input:not([type="radio"]):not([type="checkbox"]) {
		width: 245px;
	}
}
@media (max-width: 991px) {
	body.form_consent_page .goBackBtn {
		/* background-image: none; */
		background-position: 0;
		padding-left: 25px;
	}
}
@media (max-width: 767px) {
	body.form_consent_page .fields-form-consent,
	body.form_consent_page .step-button-wrapper,
	body.form_consent_page .form-col-agreement {
		padding-left: 0;
		padding-right: 0;
	}
	body.form_consent_page .step-button-wrapper {
		text-align: center;
	}
	body.form_consent_page .step-disclaimer {
		margin-top: 12px;
	}
	body.form_consent_page .goBackConsent {
		text-align: center;
		margin-top: 17px;
	}
	body.form_consent_page .form-step .goBackBtn {
		position: static;
		top: auto;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
	body.form_consent_page .info-in-secure-label {
		text-align: center;
		margin-top: 15px;
		margin-left: auto;
		margin-right: auto;
	}
	body.form_consent_page .step-button + .info-in-secure-label {
		margin-top: 25px;
	}
}









/*
 * Form Consent Fields
 * ------------------------------------------------------------------------------------------------
*/
@media (min-width: 768px) {
	body.injury-form-page.form_consent_page .form-step:last-of-type .col-state {
		width: 185px;
		width: 52%;
		padding-right: 10px;
		margin-right: 15px;
	}
	body.injury-form-page.form_consent_page .form-step:last-of-type .col-state select {
		width: 145px;
		width: 100%;
	}
	body.injury-form-page.form_consent_page .form-step:last-of-type .col-zip {
		width: 91px;
		padding-left: 0;
	}
	body.form_consent_page .col-state .asterisk,
	body.form_consent_page .col-incident_state .asterisk,
	body.form_consent_page .col-zip .asterisk {
		padding-right: 13px;
	}
}









/*
 * Form Consent
 * ------------------------------------------------------------------------------------------------
*/
.fields-form-consent {
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}
.fields-form-consent .form-col-consent {
	max-width: 100%;
}
.fields-form-consent .form-col-consent .field-label {
	margin: 0;
}
.fields-form-consent legend {
	display: inline-block;
	color: #006395;
	font-size: 14px;
	font-weight: 700;
	line-height: normal;
	width: fit-content;
	border-bottom: none;
	padding-inline-start: 10px;
	padding-inline-end: 10px;
	margin-bottom: 0;
}
.fields-form-consent fieldset {
	display: block;
	margin-inline-start: 0;
	margin-inline-end: 0;
	padding-block-start: 0.65em;
	padding-inline-start: 15px;
	padding-inline-end: 15px;
	padding-block-end: 0.75em;
	min-inline-size: min-content;
	border-width: 1px;
	border-style: solid;
	border-color: #57A9BB;
	border-image: initial;
	border-radius: 4px;
	max-width: 570px;
	margin-left: auto;
	margin-right: auto;
}

.fields-form-consent .bids-items {
	display: block;
	border-width: 1px;
	border-style: solid;
	border-color: #BFBFBF;
	border-image: initial;
	border-radius: 0;
	border-top-color: #F95A0C;
	border-top-width: 3px;
}
.fields-form-consent .form-col-consent.field-error .bids-items {
	border-top-color: red;
	box-shadow: 0px 0px 7px 0px rgba(255,0,0,0.75);
}
.fields-form-consent .bids-title {
	display: block;
	background-color: #fff;
	border: 1px solid #BFBFBF;
	border-top: 0;
	border-right: 0;
	border-left: 0;
	border-radius: 15px 15px 0 0;
	text-align: center;
	width: 100%;
	padding: 11px 20px;
	margin-top: 0;
	margin-bottom: 0;
}
.fields-form-consent .fields-wrapper {
	position: relative;
	padding: 20px 20px;
}
.fields-form-consent .field-checkbox-wrapper {
	display: flex;
	font-size: 0;
	align-items: center;
}
.fields-form-consent .field-checkbox-wrapper + .field-checkbox-wrapper {
	margin-top: 12px;
}
.fields-form-consent input[type="checkbox"] {
	top: 0;
	margin-top: 0;
}
.fields-form-consent label {
	display: inline-block;
	color: inherit;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	padding-left: 10px;
	margin-bottom: 0;
	user-select: none;
	cursor: pointer;
}

.fields-form-consent input[type="checkbox"] {
	display: inline-block;
	background-color: #fff;
	border: none;
	border-radius: 0;
	border: 1px solid #005F93;
	border-radius: 0;
	position: relative;
	top: 0px;
	clear: none;
	line-height: 0;
	padding: 0;
	margin: 0;
	outline: 0;
	padding: 0;
	text-align: center;
	vertical-align: middle;
	width: 16px;
	height: 16px;
	min-width: 16px;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	/* box-shadow: none; */
	transition: none;
	cursor: pointer;
}
.fields-form-consent input[type="checkbox"]:hover {
	box-shadow: 0 0 0 1px #005F93;
}
.fields-form-consent input[type=checkbox]:checked:before {
	content: '';
	display: inline-block;
	background-image: url('data:image/svg+xml,%3Csvg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Crect width="16" height="16" rx="3" fill="%23005F93"/%3E%3Cpath d="M4 8L7 11L13 4" stroke="white" stroke-width="1.5"/%3E%3C/svg%3E');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 16px;
	height: 16px;
	border-radius: 2px;
	position: absolute;
	left: -1px;
	top: -1px;
	cursor: pointer;
}

.form_page .form-consent section.form-step .disclaimer {
	text-align: left;
}
.form-consent .form-col-consent.field-error fieldset {
	border-color: red;
}
.fields-form-consent .form-col-consent.field-error input[type="checkbox"]:hover {
	box-shadow: 0 0 0 1px red;
}
.form-consent.form-ready-post .step-button-ping.step-button-post .button-text-ping {
	display: none;
}
.form-consent:not(.form-ready-post) .step-button-ping.step-button-post .button-text-post {
	display: none;
}

.form-consent .form-step:last-of-type .form-col.processing .field-label:after {
	left: calc(100% - 30px);
}












/*
 * Form Consent - Remaining Bids
 * ------------------------------------------------------------------------------------------------
*/
.body_remaining_bids {
	
}

.body_remaining_bids .injury-top-bar {
	display: none;
}
.form_remaining_bids .row-form-fields,
.form_remaining_bids .goBackBtn {
	display: none;
}

.form_remaining_bids .fields-form-consent {
	margin-top: -10px;
}

.remaining_bids_box {
	max-width: 520px;
	margin: 0 auto;
}
.remaining_bids_title {
	color: #006496;
	font-family: inherit;
	font-size: 24px;
	font-weight: 700;
	line-height: 28px;
	text-align: center;
	margin: 50px auto 20px;
}
.remaining_bids_text {
	color: #006496;
	font-family: inherit;
	font-size: 13px;
	font-weight: 400;
	line-height: 18px;
	text-align: center;
	margin: 0 auto 20px;
}
.remaining_bids_company {
	color: #006496;
	font-family: inherit;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	text-align: center;
	margin-top: 25px;
	margin-bottom: 10px;
}

.remaining_bids_box + .form-col-consent {
	max-width: 520px;
	margin-left: auto;
	margin-right: auto;
}
@media (min-width: 768px) {
	.body_remaining_bids .injury-form-wrapper {
		padding-bottom: 30px;
	}
}








