/*
 * Header Styles
 * ------------------------------------------------------------------------------------------------
*/
.injury-header {
	border-bottom: 1px solid #D6D6D6;
	box-shadow: 0px 4px 4px 0px #00000040;
}
@media (min-width: 1440px) {
	body .injury-header {
		padding: 15px 0;
		margin-bottom: 0;
	}
}




/*
 * Page Styles
 * ------------------------------------------------------------------------------------------------
*/
html {
	background: none;
}
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 26px;
}
p {
	margin-bottom: 25px;
}
p:last-child {
	margin-bottom: 0;
}
.injury-header .header-logo {
	max-height: 32px;
	height: 32px;
}
.injury-header .phone-link {
	font-family: Roboto, sans-serif;
	color: #E1462F;
	font-size: 18px;
	font-weight: 600;
	line-height: 28px;
}
.injury-header > .container > .row {
	display: flex;
	align-items: center;
}

.section-title {
	color: #005F93;
	font-family: Roboto, sans-serif;
	font-style: normal;
	font-weight: 800;
	font-size: 32px;
	line-height: 40px;
	text-align: left;
	margin-top: 0;
	margin-bottom: 25px;
}
.injury-footer {
	padding-top: 0;
}
@media (max-width: 767px) {
	.injury-header .col-logo {
		font-size: 0;
		line-height: 0;
	}
	.section-title {
		font-size: 24px;
		line-height: 30px;
		margin-bottom: 20px;
	}
}





/*
 * Container Styles
 * ------------------------------------------------------------------------------------------------
*/
@media (min-width: 992px) {
	.container {
		width: 970px;
	}
}
@media (min-width: 1200px) {
	.container {
		width: 1170px;
	}
}
@media (min-width: 1440px) {
	.container {
		width: 1290px;
	}
}





/* Section 1 *************************************************************************************/
.sec1 {
	background-image: url('data:image/svg+xml,%3Csvg width="1440" height="661" viewBox="0 0 1440 661" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Crect width="1440" height="661" transform="matrix(1 0 0 -1 0 661)" fill="url(%23paint0_linear_2_28)"/%3E%3Cdefs%3E%3ClinearGradient id="paint0_linear_2_28" x1="1440" y1="190.741" x2="49.6293" y2="778.417" gradientUnits="userSpaceOnUse"%3E%3Cstop stop-color="%23CFEEFF"/%3E%3Cstop offset="0.469078" stop-color="%23FFFDFC"/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E');
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: right center;
	background-size: cover;
	position: relative;
	padding-top: 50px;
	padding-bottom: 50px;
}
.sec1 .sec_flex {
	display: flex;
	justify-content: space-between;
}
.sec1 .sec_head {
	display: block;
	width: 48%;
	max-width: 50%;
}
.sec1 .head {
	text-align: left;
	width: 100%;
	max-width: 100%;
	padding: 0;
}
.sec1 .headerFormWrap {
	margin-top: 35px;
}
.sec1 .head h1 {
	font-family: Roboto, sans-serif;
	color: #000;
	font-style: normal;
	font-weight: 700;
	font-size: 44px;
	line-height: 54px;
	text-align: left;
	margin-top: -5px;
	margin-bottom: 20px;
}
.sec1 .head h1 span[data-update="city"] {
	white-space: nowrap;
}
.sec1 .head h2 {
	color: #000;
	font-family: Roboto, sans-serif;
	font-size: 24px;
	line-height: 100%;
	font-weight: 700;
	margin-bottom: 25px;
}
.sec1 .head h2 span[data-update="city"] {
	color: #DF0000;
	font-size: 28px;
}
.sec1 .section-text {
	color: #000;
	font-family: Roboto, sans-serif;
	font-size: 22px;
	font-weight: 400;
	line-height: 30px;
	max-width: 565px;
}
.sec1 .section-text p {
	margin-bottom: 40px;
}
.sec1 .section-text p:last-of-type {
	margin-bottom: 0;
}
.sec1 .section-text ul {
	padding-left: 32px;
}
.sec1 .section-text ul li {
	line-height: normal;
	margin-bottom: 10px;
}
.sec1 .section-text ul li:last-of-type {
	margin-bottom: 0;
}

.sec1 .head_img {
	position: absolute;
	right: -215px;
	bottom: 0;
	z-index: -1;
}

#headerForm .form-col {
	margin-bottom: 10px;
}

.sec1 .sec_head .form_img {
	width: auto;
	height: auto;
	bottom: 0;
	left: 0;
	position: absolute;
}

.show-more {
	display: none;
}

#headerForm .step-title {
	display: none;
	position: absolute;
	right: 300px;
	top: 54px;
	color: #fff;
	background-color: #006699;
	font-size: 10px;
	font-weight: normal;
	text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
	line-height: 20px;
	padding: 0 8px 0 6px;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
#headerForm .step-title:before {
	content: '';
	position: absolute;
	top: 0px;
	left: -8px;
	border-left: 8px solid transparent;
	border-bottom: 10px solid #006699;
	border-top: 10px solid #006699;
}
#headerForm .step-title:after {
	content: '';
	position: absolute;
	top: -10px;
	margin-right: -20px;
	border-top: 20px solid transparent;
	border-left: 15px solid #006699;
	border-bottom: 20px solid transparent;
	-webkit-animation: arr-animation 0.6s linear infinite;
	animation: arr-animation 0.6s linear infinite;
}
#headerForm .ready-to-submit .step-title{
	opacity: 0;
}
#headerForm .form-fields-wrap {
	padding: 0;
	width: 100%;
}
.sec1 .form-bottom {
	display: flex;
	justify-content: space-between;
	padding: 15px 50px 15px;
	position: relative;
	align-items: center;
}
.sec1 .form-bottom strong {
	display: inline-block;
	font-variant-caps: small-caps;
}
.sec1 .form-bottom span.disc {
	display: inline-block;
	background-image: url('data:image/svg+xml,%3Csvg width="10" height="10" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cellipse opacity="0.5" cx="4.79627" cy="5" rx="4.79627" ry="5" fill="black"/%3E%3C/svg%3E');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 10px;
	height: 10px;
	vertical-align: middle;
}
.injury-landing-page label {
	color: #006395;
	font-weight: bold;
	cursor: pointer;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 5px;
}
.injury-landing-page input,
.injury-landing-page select {
	border: solid 2px #57A9BB;
	border: solid 1.5px #006395;
	background-color: white;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	color: #2D5B67;
}
.injury-landing-page select {
	border: solid 1px #006395;
}
.injury-landing-page .field-zip {
	font-size: 18px;
	font-weight: 400;
	width: 151px;
	height: 52px;
	line-height: 52px;
	display: block;
	padding: 0 5px 0 10px;
	letter-spacing: -1px;
}
.injury-landing-page .form-col.processing .field-label:after {
	display: none;
}
.injury-landing-page .ready-to-submit .field-zip {
	background: white url(../../img/valid.svg) no-repeat calc(100% - 25px) center;
	background-size: 24px;
}
.injury-landing-page .field-select {
	line-height: 21px;
	color: #222;
	font-size: 12px;
}

.injury-landing-page .asterisk {
	display: none;
}

/* FIELD ERROR */
.injury-landing-page .error {
	font-size: 0.9em !important;
	display: block;
	opacity: 0;
	position: absolute;
	top: -20px;
	color: #EC3131 !important;
	font-weight: normal !important;
	padding: 5px 8px;
	background-color: #fff89b;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 0px 4px rgba(0,0,0,.5);
	-webkit-box-shadow: 0 0px 4px rgba(0, 0, 0, .5);
	box-shadow: 0 0px 4px rgba(0, 0, 0, .5);
	z-index: 1;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
.injury-landing-page .field-error .error {
	opacity: 1;
}
.injury-landing-page .error:before{
	content: '';
	position: absolute;
	bottom: -5px;
	display: block;
	width: 10px;
	height: 10px;
	background-color: #fff89b;
	-moz-box-shadow: 0 0px 4px rgba(0,0,0,.5);
	-webkit-box-shadow: 0 0px 4px rgba(0, 0, 0, .5);
	box-shadow: 0 0px 4px rgba(0, 0, 0, .5);
	transform: rotate(-45deg);
}
.injury-landing-page .error:after{
	content: '';
	position: absolute;
	bottom: 0px;
	display: block;
	width: 18px;
	height: 9px;
	background-color: #fff89b;
	margin-left: -3px;
}
/* FIELD ERROR END */


.sec1 #boxThreeWidgets {
	font-size: 13px;
	line-height: 15px;
	float: left;
	color: white;
	padding: 12px 0 11px 0;
	background: #E1462F;
	width: 100%;
}
.sec1 #boxThreeWidgets > div {
	padding-left: 33px;
	padding-right: 10px;
}

.section-widgets {
	background: #E3E3E3;
	padding-top: 45px;
	padding-bottom: 45px;
}
.section-widgets .flex-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.section-widgets .widgets-text {
	font-size: 24px;
	line-height: 34px;
	width: 50%;
	max-width: 525px;
}
.section-widgets .widgets-text a[href="#attorney-involvement-info"] {
	color: inherit;
	text-decoration: none;
}
.section-widgets .widgets-text a[href="#attorney-involvement-info"]:hover {
	color: #006496;
}
#sectionThreeWidgets {
	float: none;
	display: flex;
	font-family: Roboto, sans-serif;
	color: #4A4A4A;
	font-size: 22px;
	font-weight: 600;
	line-height: 33px;
	text-align: center;
	padding: 0;
	width: 50%;
	max-width: 690px;
	margin-left: 0;
	justify-content: space-between;
}
#sectionThreeWidgets .col-sm-4 {
	padding-right: 0;
	padding-left: 0;
}
#sectionThreeWidgets .icon {
	height: 65px;
	margin-bottom: 20px;
}
#sectionThreeWidgets p {
	margin-bottom: 0;
}

.sec_flex .head-image {
	width: auto;
}
.sec_flex .head-image-xs,
.sec_flex .head-image-mob {
	display: none;
}

.box-phone-number {
	display: none;
	font-size: 20px;
	line-height: 24px;
	color: #002a41;
	text-align: center;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #fff;
	padding: 10px 15px;
	-webkit-box-shadow: 0px -3px 5px -5px rgba(0,42,65,1);
	-moz-box-shadow: 0px -3px 5px -5px rgba(0,42,65,1);
	box-shadow: 0px -3px 5px -5px rgba(0,42,65,1);
	z-index: 1;
}
@media (max-width: 767px) {
	.box-phone-number { display: table; }
}
.phone-label {
	color: #005F93;
	font-size: 14px;
	font-weight: 600;
	line-height: normal;
	text-align: left;
	float: left;
	width: 50%;
	display: table-cell;
	vertical-align: middle;
	float: none;
}
.phone-label span {
	font-weight: 700;
}
.phone-number .phone-link {
	color: #E1462F;
	font-size: 18px;
	font-weight: 600;
	text-align: right;
	float: left;
	width: 50%;
	display: table-cell;
	vertical-align: middle;
	float: none;
}
.phone-number .phone-link img {
	display: none;
	margin-right: 5px;
	width: 20px;
}

@media (min-width: 768px) {
	.sec1 .headerFormWrap {
		width: 100%;
		max-width: 100%;
	}
	.sec1 .sec_head #headerForm {
		height: auto;
		background: #FFFFFF;
		border: 6px solid #FFDB00;
		border-radius: 8px;
		margin: 0;
		position: relative;
	}
	.sec1 .sec_head #headerForm .form-title-wrap {
		background: #FFDB00;
		padding: 11px 30px 11px;
		text-align: center;
	}
	.sec1 .sec_head #headerForm .form-title {
		color: #000;
		font-family: Roboto, sans-serif;
		font-size: 22px;
		font-weight: 700;
		line-height: 30px;
		margin-bottom: 0;
	}
	.sec1 .sec_head #headerForm .form-subtitle {
		display: block;
		color: #FFFFFF;
		font-size: 18px;
		font-weight: 600;
		line-height: 26px;
		max-width: 380px;
		margin-left: auto;
		margin-right: auto;
	}
	
	/* sec-banner */
	.sec1.sec-banner .sec_head #headerForm {
		border: 6px solid #235F93;
	}
	.sec1.sec-banner .sec_head #headerForm .form-title-wrap {
		background: #235F93;
		padding: 11px 30px 15px;
	}
	.sec1 .sec_head #headerForm .form-title {
		color: #FFF;
	}
	
	.sec1 .sec_head #headerForm form {
		max-width: 100%;
		padding: 15px 50px 0;
		margin: auto;
	}
	.sec1 .sec_head #headerForm label {
		color: #000;
	}
	.sec1 .sec_head #headerForm [data-type] {
		border-color: #000;
		border-width: 2px;
		color: #000;
		font-size: 18px;
	}
	.sec1 .sec_head #headerForm .field-zip {
		text-align: left;
	}
	.sec1 .form-shortcode .select-wrapper:after {
		background-color: #000;
	}
	.sec1 .form-shortcode .field-select {
		background-image: url('data:image/svg+xml,%3Csvg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M4.15877 6.3554L17.448 6.3554L10.8034 17.8642L4.15877 6.3554Z" fill="%23000000"/%3E%3C/svg%3E');
	}
	
	#headerForm .row-fields {
		display: flex;
		flex-wrap: wrap;
	}
	#headerForm .row-fields .col-zip {
		width: 40%;
		padding-right: 10px;
	}
	#headerForm .row-fields .col-cause {
		width: 60%;
		padding-left: 10px;
	}
	#headerForm .form-col {
		margin-bottom: 20px;
	}
	.form-shortcode .field-zip {
		background-position-x: calc(100% - 10px);
		width: 100%;
		height: 52px;
		line-height: 50px;
		text-align: center;
	}
	.form-shortcode .field-select {
		color: #005F93;
		font-size: 18px;
		font-weight: 400;
		line-height: 23px;
		text-align: center;
		text-align-last: center;
		width: 100%;
		height: 52px;
		line-height: 50px;
		padding-left: 10px;
		padding-right: 80px;
		background-position-x: calc(100% - 28px);
		background-position-y: calc(50% - 3px);
		background-image: url(../../img/select-angle.svg);
	}
	.form-shortcode .select-wrapper {
		position: relative;
		display: inline-block;
		width: 100%;
	}
	.form-shortcode .select-wrapper:after {
		content: '';
		background-color: #005F93;
		width: 1px;
		height: 100%;
		position: absolute;
		top: 0;
		right: 70px;
	}
	
	#headerForm .step-button {
		display: inline-block;
		background-color: #DF0000;
		border: 2px solid #DF0000;
		position: relative;
		width: 100%;
		max-width: 100%;
		height: 55px;
		border-radius: 4px;
		padding: 0 25px;
		color: #fff;
		font-family: inherit;
		font-size: 24px;
		font-weight: 700;
		font-style: normal;
		line-height: 51px;
		text-align: center;
		text-decoration: none;
		font-variant-caps: small-caps;
		letter-spacing: 1px;
		vertical-align: middle;
		margin-top: 0;
	}
	#headerForm .step-button:focus,
	#headerForm .step-button:visited {
		color: #fff;
		outline: 0;
		text-decoration: none;
	}
	#headerForm .step-button:hover {
		background-color: #FFF;
		border-color: #DF0000;
		color: #DF0000;
		text-decoration: none;
	}
	#headerForm .step-button:after {
		content: '';
		background-image: url('data:image/svg+xml,%3Csvg width="17" height="19" viewBox="0 0 17 19" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M16.5 8.63398C17.1667 9.01888 17.1667 9.98112 16.5 10.366L2.25 18.5933C1.58333 18.9782 0.75 18.497 0.75 17.7272V1.27276C0.75 0.502958 1.58333 0.0218327 2.25 0.406733L16.5 8.63398Z" fill="white"/%3E%3C/svg%3E');
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
		width: 17px;
		height: 19px;
		display: inline-block;
		position: absolute;
		top: 50%;
		right: 20px;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	#headerForm .step-button:hover:after {
		content: '';
		background-image: url('data:image/svg+xml,%3Csvg width="17" height="19" viewBox="0 0 17 19" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M16.5 8.63398C17.1667 9.01888 17.1667 9.98112 16.5 10.366L2.25 18.5933C1.58333 18.9782 0.75 18.497 0.75 17.7272V1.27276C0.75 0.502958 1.58333 0.0218327 2.25 0.406733L16.5 8.63398Z" fill="%23DF0000"/%3E%3C/svg%3E');
	}
	
	.form-shortcode span.button-part {
		text-align: center;
	}
	.form-shortcode span.button-part span.btn-1st-line {
		display: block;
		font-size: 22px;
		line-height: 30px;
	}
	.form-shortcode span.button-part span.btn-2nd-line {
		font-size: 18px;
		line-height: 24px;
	}
	
	.form-shortcode .step-button {
		width: 100%;
		height: 72px;
		max-width: 100%;
		margin-top: 15px;
	}
	.button_new_style .button-part .btn-one-line {
		display: block;
		color: #FFFFFF;
		font-size: 26px;
		font-weight: 500;
		line-height: 30px;
		text-align: center;
		text-shadow: none;
	}
	.button_new_style .button-part.hover,
	.button_new_style .button-part.idle {
		background: #DF0000;
		border: 2px solid #DF0000;
		border-radius: 4px;
		box-shadow: none;
	}
	.button_new_style .button-part:before {
		display: none;
	}
	.button_new_style .button-part:after {
		font-size: 24px;
		text-shadow: none;
		top: calc(50% - 12px);
		-webkit-transform: matrix(0.00,1.00,-0.80,0.00,0,0);
		-ms-transform: matrix(0.00,1.00,-0.80,0.00,0,0);
		transform: matrix(0.00,1.00,-0.80,0.00,0,0);
	}
}
/* form_desk_btn */
@media (min-width: 768px) {
	.sec1 .headerFormWrap.is_form_desk_btn {
		border: 6px solid #235F93;
		background-color: #fff;
		border-radius: 8px;
	}
	.sec1 .headerFormWrap.is_form_desk_btn #headerForm {
		background-color: #235F93;
		border: none;
		border-radius: 0;
	}
	.sec1 .headerFormWrap.is_form_desk_btn .choose-title {
		color: #006395;
		font-weight: 600;
		line-height: 40px;
		text-align: center;
		padding-left: 15px;
		padding-right: 15px;
		margin-top: 12px;
		margin-bottom: 15px;
	}
	.sec1 .headerFormWrap.is_form_desk_btn #practice_areas_list {
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 20px;
	}
	.sec1 .headerFormWrap.is_form_desk_btn:not(.full-shown) #practice_areas_list .practice_areas_icon_list > .practice_area:nth-child(5) ~ .practice_area {
		display: none;
	}
	.sec1 .headerFormWrap.is_form_desk_btn #practice_areas_list .more {
		display: inline-block;
		float: none;
		width: 33.333333%;
	}
	.sec1 .headerFormWrap.is_form_desk_btn #practice_areas_list .more .practice_area {
		display: none;
	}
	.sec1 .headerFormWrap.is_form_desk_btn .practice_areas_icon_list > .practice_area:nth-child(3n+1) {
		padding-right: 5px;
		clear: none;
	}
	.sec1 .headerFormWrap.is_form_desk_btn .practice_areas_icon_list > .practice_area:nth-child(3n+2) {
		padding-left: 5px;
		padding-right: 5px;
	}
	.sec1 .headerFormWrap.is_form_desk_btn .practice_areas_icon_list > .practice_area:nth-child(3n+3) {
		padding-left: 5px;
		padding-right: 15px;
	}
	.sec1 .headerFormWrap.is_form_desk_btn #practice_areas_list .more .practice_area:last-child {
		display: block;
		width: 100%;
		padding-left: 5px;
	}
}
@media (min-width: 850px) {
	.sec1 .sec_head #headerForm:before {
		width: 117px;
		height: 96px;
	}
}

@media (max-width: 1439px) {
	.sec1 .head h1 {
		font-size: 40px;
		line-height: 50px;
	}
	#sectionThreeWidgets {
		font-size: 18px;
		line-height: 23px;
		padding: 0;
		max-width: 520px;
	}
}

@media (max-width: 1199px) {
	.sec1 {
		padding-top: 40px;
		height: auto;
	}
	.sec1 .sec_head {
		width: 100%;
		max-width: 100%;
	}
	.sec1 .headerFormWrap {
		margin-top: 25px;
	}
	.sec1 .head {
		display: flex;
		width: 100%;
		max-width: 100%;
		justify-content: space-between;
	}
	.sec1 .head .head-inner {
		width: 82%;
	}
	.sec1 .head h1 {
		font-size: 40px;
		line-height: 49px;
		margin-top: 0;
	}
	.sec_flex .head-image-mob {
		display: block;
	}
	.sec_flex .head-image-mob .image-mob {
		width: 100px;
	}
	.sec_flex .head-image {
		display: none;
	}
}

@media (max-width: 991px) {
	.sec1 {
		height: auto;
	}
	.sec1 .sec_head {
		display: block;
	}
	.sec1 .head {
		width: 100%;
		max-width: 100%;
	}
	.sec1 .sec_head .headerFormWrap {
		width: 100%;
		max-width: 100%;
	}
	.sec1 .sec_head #headerForm {
		margin-top: 35px;
	}
	
	.section-widgets .flex-wrap {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		align-items: center;
	}
	.section-widgets .widgets-text {
		font-size: 24px;
		line-height: 34px;
		width: 100%;
		max-width: 100%;
	}
	
	#sectionThreeWidgets {
		width: 100%;
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
		margin-top: 30px;
	}
}

@media (max-width: 767px) {
	.injury-header {
		border-bottom: none;
		padding: 15px 0;
		margin-bottom: 15px;
	}
	.sec1 {
		height: auto;
		padding-top: 0;
		padding-bottom: 0;
	}
	.sec1 .container {
		padding-right: 0;
		padding-left: 0;
	}
	.sec1 .sec_head {
		background-color: transparent;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.sec1 .sec_head .form_img,
	.sec1 #boxThreeWidgets > div:before,
	.sec1 #boxThreeWidgets > div.last,
	#headerForm .step-title {
		display: none;
	}
	.sec1 .head {
		background-image: url('data:image/svg+xml,%3Csvg width="400" height="261" viewBox="0 0 400 261" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Crect width="400" height="261" transform="matrix(1 0 0 -1 0 261)" fill="url(%23paint0_linear_2_76)"/%3E%3Cdefs%3E%3ClinearGradient id="paint0_linear_2_76" x1="400" y1="75.3152" x2="-18.2344" y2="199.677" gradientUnits="userSpaceOnUse"%3E%3Cstop stop-color="%23CFEEFF"/%3E%3Cstop offset="0.321781" stop-color="%23FFFDFC"/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E');
		background-color: transparent;
		background-repeat: no-repeat;
		background-position: right center;
		background-size: cover;
		padding: 30px 15px 30px;
		margin-bottom: 0;
		position: relative;
	}
	.sec1 .section-text {
		font-size: 20px;
		font-weight: 400;
		line-height: 30px;
	}
	.sec1 .section-text p {
		margin-bottom: 20px;
	}
	.sec1 .head h1 {
		font-size: 26px;
		font-weight: bold;
		margin-bottom: 15px;
		max-width: 490px;
		margin-left: auto;
		margin-right: auto;
		color: #000;
		line-height: 36px;
		padding-top: 0;
		max-width: 100%;
	}
	.sec1 .head h2 {
		font-size: 16px;
		font-weight: 700;
		line-height: 25px;
		margin: 15px 0 15px;
	}
	.sec1 .head h2 span.color-red {
		white-space: nowrap;
	}
	.sec1 .head h2 span[data-update="city"] {
		display: block;
		color: #DF0000;
		font-size: 28px;
		line-height: normal;
	}
	
	.sec1 h3.choose-title {
		color: #006395;
		font-size: 18px;
		line-height: 26px;
		font-weight: 700;
		text-align: center;
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.sec1 .sec_head .headerFormWrap {
		background-color: #fff;
		border: 6px solid #FFDB00;
		border-radius: 8px 8px 0 0;
		padding-bottom: 0;
		margin-top: 0;
	}
	.sec1 .sec_head #headerForm {
		background-color: #FFDB00;
		color: #fff;
		overflow: visible;
		margin-left: 0;
		margin-top: 0;
		margin-right: 0;
		width: auto;
		max-width: initial;
	}
	
	
	/* sec-banner */
	.sec1.sec-banner .sec_head .headerFormWrap {
		border: 6px solid #235F93;
	}
	.sec1.sec-banner .sec_head #headerForm {
		background-color: #235F93;
	}
	.sec1.sec-banner .sec_head #headerForm .form-title {
		color: #fff;
	}
	.sec1.sec-banner .form-bottom {
		background-color: #235F93;
	}
	.sec1.sec-banner .form-bottom strong {
		color: #fff;
	}
	.sec1 .form-bottom span.disc {
		background-image: url('data:image/svg+xml,%3Csvg width="10" height="10" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cellipse opacity="0.8" cx="4.79627" cy="5" rx="4.79627" ry="5" fill="white"/%3E%3C/svg%3E');
	}
	

	#headerForm .form-fields-wrap {
		width: auto;
		padding: 0;
	}
	.sec1 .sec_head #headerForm .form-title-wrap {
		padding: 10px 15px 16px;
	}
	.sec1 .sec_head #headerForm .form-title {
		color: #000;
		font-family: Roboto, sans-serif;
		font-size: 20px;
		font-weight: 700;
		line-height: 26px;
		text-align: center;
		margin-bottom: 0;
	}
	.sec1 .sec_head #headerForm .form-subtitle {
		display: block;
		color: #FFFFFF;
		font-size: 16px;
		font-weight: 400;
		line-height: 24px;
		text-align: center;
		max-width: 340px;
		margin-left: auto;
		margin-right: auto;
	}

	.injury-landing-page  .form-col {
		margin-bottom: 0px;
	}

	.injury-landing-page label {
		color: #006395;
		font-size: 19px;
		font-weight: bold;
		text-transform: uppercase;
		text-align: center;
		display: block;
		text-shadow: 1px 1px 2px #fff;
	}
	.injury-landing-page label span {
		display: none;
	}
	.injury-landing-page .field-zip,
	.injury-landing-page .field-select {
		color: #000;
		background-color: white;
		height: 38px;
		line-height: 38px;
		width: 210px;
		outline: none;
		margin: 0 auto;
		display: block;
	}
	.injury-landing-page .field-zip {
		border: none;
		border-bottom: solid 1px #CECECE;
		border-radius: 4px;
		font-weight: bold !important;
		padding: 0 0 0 10px;		
		font-size: 32px;
		background-image: none;
	}
	.injury-landing-page .field-zip:focus {
		-webkit-box-shadow: 0px 0px 30px 0px #ccc;
		box-shadow: 0px 0px 30px 0px #ccc;
	}
	.injury-landing-page .ready-to-submit .field-zip {
		background: white url(../../img/valid-mb.png) no-repeat 98% 49.5%;
		background-size: 15% auto;
	}

	.injury-landing-page .field-select {
		font-weight: normal;
		border: 1px solid rgb(169, 169, 169);
		background-position-x: 185px;
		padding-left: 10px;
		font-size: 13.3333px;
	}
	.injury-landing-page .field-select:hover {
		background: url(../../img/select-m.png) no-repeat 185px 50%, white;
	}

	.injury-landing-page .step-button-wrapper:before {
		display: none;
	}
	.injury-landing-page .step-button {
		width: 210px;
		margin: auto;
		display: block;
		height: 37px;
	}
	.injury-landing-page .button-part .btn-one-line {
		font-size: 20px;
		font-weight: 500;
	}
	.injury-landing-page .button-part:after {
		top: 10px;
	}


	/* FIELD ERROR */
	body.injury-landing-page .form-col .error {
		left: 50%;
		transform: translateX(-50%);
		color: white !important;
		background: black;
		font-size: 13px !important;
		top: -10px;
	}
	.injury-landing-page .error:before {
		left: 50%;
		margin-left: -5px;
		background-color: black;
	}
	.injury-landing-page .error:after {
		display: none;
	}
	/* FIELD ERROR END */

	.show-more {
		display: block;
		color: #e13927;
		font-size: 16px;
		line-height: 24px;
		font-weight: 700;
		text-align: center;
		text-decoration: underline;
		text-underline-offset: 3px;
		text-decoration-skip-ink: none;
		text-underline-position: under;
		text-decoration-thickness: 1px;
		text-decoration-style: solid;
		text-decoration-color: inherit;
		margin-top: 8px;
		cursor: pointer;
	}
	
	.sec1 .form-bottom {
		display: flex;
		background-color: #FFDB00;
		padding: 9px 18px 8px;
		margin-top: 30px;
		justify-content: space-evenly;
	}
	.sec1 .form-bottom strong {
		display: inline-block;
		font-variant-caps: small-caps;
	}
	
	.section-widgets {
		padding-top: 25px;
		padding-bottom: 25px;
	}
	.section-widgets .widgets-text {
		font-size: 17px;
		line-height: 27px;
		width: 100%;
		max-width: 100%;
	}
	.section-widgets .widgets-text p {
		margin-bottom: 8px;
	}
	.sec1 #boxThreeWidgets {
		display: block;
		float: none;
		font-size: 12px;
		padding: 12px 0 11px 0;
		color: #002a41;
		background: transparent;
		text-align: center;
		max-width: 550px;
		margin: 0 auto 10px;
		position: relative;
	}
	.sec1 #boxThreeWidgets:after {
		content: "";
		display: block;
		position: absolute;
		left: -150px;
		bottom: 0;
		height: 15px;
		width: 1000px;
		-webkit-box-shadow: 0px 5px 5px -5px rgba(0, 42, 65, 0.3);
		-moz-box-shadow: 0px 5px 5px -5px rgba(0, 42, 65, 0.3);
		box-shadow: 0px 5px 5px -5px rgba(0, 42, 65, 0.3);
		z-index: 1;
	}
	.sec1 #boxThreeWidgets > div {
		padding: 4px 15px 6px;
	}
	.sec1 #boxThreeWidgets strong {
		font-style: italic;
	}
	
	#sectionThreeWidgets {
		margin-top: 15px;
	}
	#sectionThreeWidgets .col-sm-4 {
		width: 33.333333%;
	}
	#sectionThreeWidgets p {
		color: #2C2C2C;
		font-size: 16px;
		font-weight: 700;
		line-height: 24px;
		/* white-space: nowrap; */
	}
	#sectionThreeWidgets .icon {
		width: 50px;
		height: 50px;
		object-fit: contain;
		margin-right: 0;
		margin-bottom: 15px;
	}
}
@media (max-width: 500px) {
	.sec1 .head {
		padding: 20px 15px 18px;
	}
	.sec1 .head .head-inner {
		width: 100%;
	}
	.sec1 .section-text-wrap {
		display: flex;
		justify-content: space-between;
	}
	.sec1 .subtitle-text-wrap {
		width: 80%;
	}
	.sec1 .head h1 {
		font-weight: bold;
		margin-bottom: 0;
	}
	.sec1 .sec_head .headerFormWrap {
		border: 3px solid #FFDB00;
	}
	.sec_flex .head-image-mob {
		display: none;
	}
	.sec_flex .head-image-xs {
		display: block;
	}
	.sec_flex .head-image-xs .image-mob {
		width: 82px;
	}
	.sec1 .sec_head #headerForm .form-title {
		font-size: 18px;
		line-height: 24px;
	}
	.sec1 .form-bottom {
		display: flex;
		justify-content: space-between;
	}
}
@media (max-width: 400px) {
	.sec1 .section-text {
		font-size: 16px;
		font-weight: 400;
		line-height: 26px;
	}
}
@media (max-width: 370px) {
	#sectionThreeWidgets p {
		font-size: 14px;
		line-height: 20px;
	}
}
/* Section 1 End ================================================================================*/





/*
 * Section 2
 * ------------------------------------------------------------------------------------------------
*/
.sec2 {
	padding-top: 70px;
	padding-bottom: 70px;
}
.sec2 .flex-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.sec2 .flex-wrap .col-text {
	width: 50%;
	max-width: 706px;
}
.sec2 .flex-wrap .section-subtitle {
	color: #2C2C2C;
	font-size: 18px;
	font-weight: 400;
	line-height: 26px;
	margin-bottom: 30px;
}
.sec2 .flex-wrap .section-subtitle p {
	margin-bottom: 15px;
}
.sec2 .flex-wrap .list-title {
	color: #2C2C2C;
	font-size: 22px;
	font-weight: 600;
	line-height: 30px;
	margin-bottom: 25px;
}
.sec2 .flex-wrap .list-items .item {
	display: flex;
	align-items: center;
}
.sec2 .flex-wrap .list-items .item + .item {
	margin-top: 20px;
}
.sec2 .flex-wrap .list-items .item .wrap-icon {
	margin-right: 20px;
}
.sec2 .flex-wrap .list-items .item .icon {
	width: 46px;
	min-width: 46px;
}
.sec2 .flex-wrap .list-items .item .text {
	color: #2C2C2C;
	font-size: 18px;
	font-weight: 400;
	line-height: 26px;
	max-width: 350px;
}
.sec2 .flex-wrap .col-image {
	width: 45%;
	max-width: 600px;
	text-align: right;
}
.sec2 .flex-wrap .col-image .image {
	border-radius: 10px;
	width: 100%;
}

@media (max-width: 1439px) {
	.sec2 .flex-wrap {
		align-items: center;
	}
	.sec2 .flex-wrap .col-text {
		max-width: 550px;
	}
	.sec2 .flex-wrap .section-subtitle {
		font-size: 20px;
		line-height: 28px;
		margin-bottom: 20px;
	}
	.sec2 .flex-wrap .list-title {
		font-size: 20px;
		line-height: 28px;
		margin-bottom: 15px;
	}
	.sec2 .flex-wrap .list-items .item + .item {
		margin-top: 15px;
	}
	.sec2 .flex-wrap .col-image {
		width: 50%;
		max-width: 550px;
	}
}

@media (max-width: 1199px) {
	.sec2 .flex-wrap .col-text {
		max-width: calc(50% - 15px);
	}
	.sec2 .flex-wrap .col-image {
		max-width: calc(50% - 15px);
	}
}

@media (max-width: 991px) {
	.sec2 .flex-wrap {
		display: block;
	}
	.sec2 .flex-wrap .col-text {
		width: 100%;
		max-width: 100%;
	}
	.sec2 .flex-wrap .col-image {
		width: 100%;
		max-width: 100%;
		margin-top: 40px;
	}
}

@media (max-width: 767px) {
	.sec2 {
		padding-top: 35px;
		padding-bottom: 40px;
	}
	.sec2 .flex-wrap .section-subtitle {
		font-size: 18px;
		line-height: 26px;
	}
	.sec2 .flex-wrap .list-title {
		font-size: 20px;
		line-height: 26px;
		margin-bottom: 25px;
	}
	.sec2 .flex-wrap .list-items .item + .item {
		margin-top: 35px;
	}
	.sec2 .flex-wrap .list-items .item .wrap-icon {
		margin-right: 15px;
	}
	.sec2 .flex-wrap .list-items .item .icon {
		width: 65px;
		min-width: 65px;
	}
	.sec2 .flex-wrap .list-items .item .text {
		font-size: 22px;
		font-weight: 400;
		line-height: 26px;
	}
}








/*
 * Section 3
 * ------------------------------------------------------------------------------------------------
*/
.sec3 {
	background: #E8E8E8;
	padding-top: 70px;
	padding-bottom: 70px;
}
.sec3 .section-title {
	text-align: left;
}
.sec3 .flex-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.sec3 .flex-wrap .col-image {
	width: 45%;
	max-width: 600px;
	text-align: left;
}
.sec3 .flex-wrap .col-image .image {
	border-radius: 10px;
	width: 100%;
}
.sec3 .flex-wrap .col-text {
	width: 51%;
	max-width: 700px;
}

@media (max-width: 1439px) {
	.sec3 .flex-wrap .col-image {
		max-width: 550px;
	}
	.sec3 .flex-wrap .col-text {
		max-width: 550px;
	}
}

@media (max-width: 1199px) {
	.sec3 .flex-wrap .col-image {
		max-width: calc(50% - 15px);
	}
	.sec3 .flex-wrap .col-text {
		max-width: calc(50% - 15px);
	}
}

@media (max-width: 991px) {
	.sec3 .flex-wrap {
		flex-direction: column-reverse;
	}
	.sec3 .flex-wrap .col-text {
		width: 100%;
		max-width: 100%;
	}
	.sec3 .flex-wrap .col-image {
		width: 100%;
		max-width: 100%;
		margin-top: 40px;
	}
}

@media (max-width: 767px) {
	.sec3 {
		background-color: transparent;
		padding-top: 0;
		padding-bottom: 10px;
	}
}







/*
 * Section 3A
 * ------------------------------------------------------------------------------------------------
*/
.sec3a {
	background-repeat: no-repeat;
	background-position: right center;
	background-size: cover;
	padding-top: 70px;
	padding-bottom: 0;
	margin-bottom: 100px;
}
.sec3a .col-head {
	max-width: 560px;
}
.sec3a .col-head .section-subtitle {
	font-weight: 700;
	margin-bottom: 20px;
}
.sec3a .col-head .section-text {
	font-size: 24px;
}
.sec3a .list-items {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-top: 70px;
	max-width: 1190px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: -65px;
}
.sec3a .list-items .item {
	background-color: #FFFFFF;
	border: 1px solid #A4A5A5;
	text-align: center;
	box-shadow: 0px 4px 4px 0px #00000040;
	padding: 30px 15px 25px;
	max-width: 354px;
}
.sec3a .list-items .item .wrap-icon .icon {
	width: auto;
	height: 100px;
}
.sec3a .list-items .item .title {
	font-size: 20px;
	font-weight: 700;
	margin-top: 22px;
	margin-bottom: 15px;
}
.sec3a .list-items .item .text {
	/* font-size: 18px; */
}
@media (max-width: 1199px) {
	.sec3a {
		padding-top: 0;
		padding-bottom: 0;
		margin-bottom: 0;
	}
	.sec3a .col-head {
		max-width: 100%;
		margin-top: 45px;
	}
	.sec3a .list-items {
		display: flex;
		margin-top: 45px;
		margin-bottom: 0;
		flex-wrap: wrap;
		flex-direction: column;
		align-items: center;
	}
	.sec3a .list-items .item + .item {
		margin-top: 35px;
	}
}
@media (max-width: 767px) {
	.sec3a {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.sec3a .col-head {
		margin-top: 40px;
	}
	.sec3a .col-head .section-subtitle {
		font-size: 22px;
	}
	.sec3a .col-head .section-text {
		font-size: 20px;
	}
	.sec3a .list-items {
		margin-top: 30px;
	}
	.sec3a .list-items .item + .item {
		margin-top: 30px;
	}
}








/*
 * Section 4
 * ------------------------------------------------------------------------------------------------
*/
.sec4 {
	padding-top: 70px;
	padding-bottom: 50px;
}
.sec4 .section-title {
	text-align: center;
}
.sec4 .section-subtitle {
	max-width: 1034px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
}
.sec4 .section-items {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: -35px;
}
.sec4 .section-items .item {
	text-align: center;
	margin-bottom: 35px;
}
.sec4 .section-items .item .title {
	color: #2C2C2C;
	font-size: 22px;
	font-weight: 600;
	line-height: 30px;
	text-align: center;
	margin-top: 0;
	margin-bottom: 0;
}
.sec4 .section-items .show_more {
	color: #2C2C2C;
	font-family: Roboto, sans-serif;
	font-style: italic;
	font-size: 40px;
	font-weight: 500;
	line-height: 47px;
	text-align: center;
	width: 100%;
	margin-top: 25px;
	cursor: pointer;
}
.sec4 .section-items .show_more ~ .item  {
	display: none;
}

@media (max-width: 1439px) {
	.sec4 .section-items {
		max-width: 1034px;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}
	.sec4 .section-items .item .icon {
		width: 175px;
	}

}
@media (max-width: 767px) {
	.sec4 {
		padding-top: 35px;
		padding-bottom: 40px;
	}
	.sec4 .section-items .item {
		width: 50%;
	}
	.sec4 .section-items .item .title {
		font-size: 18px;
		line-height: 26px;
	}
	.sec4 .section-items .item .icon {
		width: 162px;
	}
}







/*
 * Section 5
 * ------------------------------------------------------------------------------------------------
*/
.sec5 {
	padding-top: 0;
	padding-bottom: 80px;
}
.sec5 .form-box {
	background: #FFFFFF;
	border: 4px solid #005E92;
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
	border-radius: 10px;
	max-width: 968px;
	padding: 40px;
	margin-left: auto;
	margin-right: auto;
}
.sec5 .form-box .form-title {
	font-size: 22px;
	line-height: 32px;
	text-align: center;
}
.sec5 .form-box .form-subtitle {
	display: none;
}
.sec5 .form-box .row_step_title {
	display: none;
}
.sec5 .form-box .row-fields {
	display: flex;
	flex-wrap: wrap;
}
.sec5 .form-box .col-zip {
	width: 50%;
}
.sec5 .form-box .col-cause {
	width: 50%;
}
.sec5 .form-box .col-button {
	text-align: center;
	width: 100%;
}
.sec5 .form-box .step-button {
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
}
.goBackCnt-wrap {
	display: none !important;
}

@media (max-width: 1439px) {
	.sec5 .form-box {
		max-width: 1034px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (max-width: 1199px) {
	
}

@media (max-width: 991px) {
	
}

@media (max-width: 767px) {
	.sec5 {
		padding-top: 0;
		padding-bottom: 30px;
	}
	
	.sec5 .form-box {
		border: none;
		box-shadow: none;
		border-radius: 0;
		max-width: 968px;
		padding: 0;
		margin-left: auto;
		margin-right: auto;
	}
	.sec5 .form-title-wrap {
		background-color: #E8E8E8;
		padding: 15px;
		margin-left: -15px;
		margin-right: -15px;
	}
	.sec5 .form-box .form-title {
		line-height: 30px;
		margin-bottom: 0;
	}
	.sec5 .form-subtitle {
		display: none;
	}
	.sec5 .choose-title {
		color: #006395;
		font-size: 18px;
		font-weight: 700;
		line-height: 26px;
		text-align: center;
		margin-top: 15px;
		margin-bottom: 20px;
	}
}



/* Form Style Box Mob */
.sec1 .sec_head .form_style_box_mob #headerForm .form-subtitle {
	font-weight: 400;
}
.sec1 .sec_head .form_style_box_mob .free-risk-label {
	display: inline-block;
	font-weight: 600;
	margin-top: 10px;
}
@media (max-width: 767px) {
	.sec1 .sec_head .form_style_box_mob {
		max-width: calc(100% - 30px);
		margin-left: auto;
		margin-right: auto;
		margin-top: 15px;
		margin-bottom: 15px;
		border-radius: 12px;
	}
	.sec1 .sec_head .form_style_box_mob #headerForm {
		border-radius: 9px 9px 0 0;
	}
}


















/* CSS Common Styles */
.gradient-btn {
	background: #ff4a4a; /* Old browsers */
	background: -moz-linear-gradient(top,  #ff4a4a 1%, #ef3131 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ff4a4a 1%,#ef3131 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ff4a4a 1%,#ef3131 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4a4a', endColorstr='#ef3131',GradientType=0 );/* IE6-9 */
}
.gradient-btn:hover {
	background: #ff3333; /* Old browsers */
	background: -moz-linear-gradient(top,  #ff3333 1%, #ff0000 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ff3333 1%,#ff0000 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ff3333 1%,#ff0000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3333', endColorstr='#ff0000',GradientType=0 ); /* IE6-9 */
}






/* practice_areas_icon_list */
.practice_areas_icon_list .practice_area {
	margin-bottom: 10px;
	width: 33.333333%;
}
.practice_areas_icon_list .more {
	display: none;
	float: left;
	width: 100%;
}
.practice_areas_icon_list .practice_area a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 13px;
	font-weight: 600;
	line-height: 18px;
	width: 100%;
	vertical-align: middle;
	color: #000;
	background-color: white;
	border: 1px solid #DBE8F3;
	padding: 0 28px 0 12px;
	height: 52px;
	text-decoration: none;
	position: relative;
	border-radius: 3px;
}
.practice_areas_icon_list .practice_area.active a {
	color: #038ed4;
	font-size: 20px;
	font-weight: 700;
	line-height: normal;
	text-align: center;
	-webkit-box-shadow: 0px 0px 4px 0px rgb(1 126 192);
	-moz-box-shadow: 0px 0px 4px 0px rgb(1 126 192 / 100%);
	box-shadow: 0px 0px 4px 0px rgb(1 126 192);
}
.practice_areas_icon_list .practice_area a span {
	/* display: inline-block; */
	/* height: auto; */
	/* white-space: nowrap; */
}
.practice_areas_icon_list .practice_area.active a span {
	width: 100%;
	padding-right: 15px;
}
.practice_areas_icon_list .practice_area a:hover {
	color: #c72810 !important;
	text-decoration: none;
}
.practice_areas_icon_list .practice_area a:after {
	content: "";
	display: block;
	background-image: url('data:image/svg+xml,%3Csvg width="7" height="11" viewBox="0 0 7 11" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath fill-rule="evenodd" clip-rule="evenodd" d="M0.256714 0.331044C0.626173 -0.0794662 1.25846 -0.112745 1.66897 0.256714L6.66897 4.75671C6.87969 4.94636 7.00001 5.21652 7.00001 5.50001C7.00001 5.78349 6.87969 6.05366 6.66897 6.2433L1.66897 10.7433C1.25846 11.1128 0.626173 11.0795 0.256714 10.669C-0.112745 10.2585 -0.0794662 9.62617 0.331044 9.25671L4.50516 5.50001L0.331044 1.7433C-0.0794662 1.37384 -0.112745 0.741554 0.256714 0.331044Z" fill="%230A0A0A"/%3E%3C/svg%3E');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 7px;
	height: 11px;
	position: absolute;
	top: 50%;
	right: 10px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
}
.practice_areas_icon_list .practice_area.active a:after {
	background-image: url('data:image/svg+xml,%3Csvg width="7" height="11" viewBox="0 0 7 11" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath fill-rule="evenodd" clip-rule="evenodd" d="M0.256714 0.331044C0.626173 -0.0794662 1.25846 -0.112745 1.66897 0.256714L6.66897 4.75671C6.87969 4.94636 7.00001 5.21652 7.00001 5.50001C7.00001 5.78349 6.87969 6.05366 6.66897 6.2433L1.66897 10.7433C1.25846 11.1128 0.626173 11.0795 0.256714 10.669C-0.112745 10.2585 -0.0794662 9.62617 0.331044 9.25671L4.50516 5.50001L0.331044 1.7433C-0.0794662 1.37384 -0.112745 0.741554 0.256714 0.331044Z" fill="%23038ed4"/%3E%3C/svg%3E');
}
.practice_areas_icon_list .practice_area a:hover:after {
	background-image: url('data:image/svg+xml,%3Csvg width="7" height="11" viewBox="0 0 7 11" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath fill-rule="evenodd" clip-rule="evenodd" d="M0.256714 0.331044C0.626173 -0.0794662 1.25846 -0.112745 1.66897 0.256714L6.66897 4.75671C6.87969 4.94636 7.00001 5.21652 7.00001 5.50001C7.00001 5.78349 6.87969 6.05366 6.66897 6.2433L1.66897 10.7433C1.25846 11.1128 0.626173 11.0795 0.256714 10.669C-0.112745 10.2585 -0.0794662 9.62617 0.331044 9.25671L4.50516 5.50001L0.331044 1.7433C-0.0794662 1.37384 -0.112745 0.741554 0.256714 0.331044Z" fill="%23c72810"/%3E%3C/svg%3E');
}
.practice_areas_icon_list .practice_area a img {
	margin-right: 10px;
}
@media (min-width: 768px) {
	.headerFormWrap:not(.is_form_desk_btn) .practice_areas_icon_list .practice_area:nth-child(2n+1) {
		padding-right: 5px;
		clear: left;
	}
	.headerFormWrap:not(.is_form_desk_btn) .practice_areas_icon_list .practice_area:nth-child(2n+2) {
		padding-left: 5px;
	}
}
@media (max-width: 767px) {
	#practice_areas_list {
		padding-left: 0;
		padding-right: 0;
	}
	.sec_head #practice_areas_list {
		padding-left: 15px;
		padding-right: 15px;
	}
	.practice_areas_icon_list {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		padding-left: 15px;
		padding-right: 15px;
		margin-bottom: 0;
	}
	.practice_areas_icon_list:before,
	.practice_areas_icon_list:after {
		display: none;
	}
	.practice_areas_icon_list .practice_area {
		float: none;
		width: calc(50% - 7.5px);
		padding-right: 0;
		padding-left: 0;
		margin-bottom: 15px;
	}
	.practice_areas_icon_list .practice_area.active {
		width: 100%;
		order: -1;
	}
	body.full_width_btn_mob .practice_areas_icon_list .practice_area {
		width: 100%;
	}
}
@media (max-width: 320px) {
	.practice_areas_icon_list .practice_area a {
		font-size: 12px;
	}
}
/* practice_areas_icon_list END */




/* footer */
.footer_disclaimer_top {
	display: block;
	text-align: left;
}
.footer-copyrights {
	color: #2C2C2C;
	font-size: 14px;
	line-height: 22px;
}
.injury-footer .footer-links a {
	display: inline-block;
	color: #2C2C2C;
	font-size: 14px;
	line-height: 22px;
	text-decoration: underline;
	text-underline-offset: 2px;
	text-decoration-skip-ink: none;
	text-underline-position: under;
	text-decoration-thickness: 1px;
	text-decoration-style: solid;
	text-decoration-color: inherit;
}
.injury-footer .footer-links a:after {
	display: none;
}
@media (min-width: 768px) {
	body .injury-footer {
		color: #333;
		overflow: hidden;
		padding-bottom: 12px;
	}
	body .injury-footer a:hover {
		color: #005F93;
	}
	body .footer-disclaimer {
		color: #4E4E4E;
		font-weight: normal;
		font-size: 14px;
		line-height: 18px;
		text-align: center;

		margin-bottom: 12px;
		padding: 30px 15px 30px;
		background: #CFCFCF;
		border-radius: 0;
		position: relative;
	}
	body .footer-disclaimer:before,
	body .footer-disclaimer:after {
		content: '';
		display: block;
		background: #CFCFCF;
		position: absolute;
		left: 0; top: 0;
		width: 200%;
		width: 50vw;
		height: 100%;
		-webkit-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		transform: translateX(-100%);
	}
	body .footer-disclaimer:after {
		left: auto; right: 0;
		-webkit-transform: translateX(100%);
		-ms-transform: translateX(100%);
		transform: translateX(100%);
	}
	.injury-footer .footer-links a ~ a {
		margin-left: 15px;
	}
}
@media (max-width: 767px) {
	body .injury-footer {
		border-top: 1px solid #4A4A4A;
		padding-top: 0;
		margin-top: 0;
		padding-bottom: 50px;
	}
	body .footer-disclaimer {
		color: #006395;
		font-size: 10px;
		line-height: 14px;
		font-weight: 400;
	}
	body .footer-disclaimer a {
		color: #005F93;
	}
	body .footer-copyrights {
		color: #002a41;
		font-size: 12px;
		font-weight: 700;
		line-height: 22px;
	}
	body .footer-disclaimer, 
	body .footer-disclaimer * {
		text-shadow: none;
	}
	
	.injury-footer .footer-links a + a {
		margin-left: 15px;
	}
}
/* footer END */