/* Section 1 *************************************************************************************/
.sec1 .sec_head {
	background-color: white;
	position: relative;
	float: left;
	width: 100%;
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.25);
    box-shadow: 0 0 10px 0 rgba(0,0,0,.25);
}
.sec1 .head {
	text-align: center;
	padding: 15px 15px 0;
}
.sec1 .head h1 {
	color: #E1462F;
    font-size: 26px;
    line-height: 100%;
    font-weight: 600;
    margin: 10px auto;
}
.sec1 .head h1 strong,
.sec1 .head h2 strong {
	font-weight: 900;
}
.sec1 .head h2 {
	color: #006396;
	font-size: 16px;
	line-height: 100%;
	font-weight: 700;
	margin: 0;
}
.sec1 .head h1 span,
.sec1 .head h2 span {
	color: #E1462F;
}

.sec1 .sec_head #headerForm {
	position: relative;
	overflow: hidden;
}
.sec1 .sec_head .form_img {
	width: auto;
    height: auto;
	bottom: 0;
	left: 0;
	position: absolute;
}

#headerForm .step-title {
    position: absolute;
    right: 260px;
    top: 38px;
    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 {
    width: 225px;
    margin-left: auto;
    padding: 22px 0 24px;
}
.injury-landing-page label {
    color: #006396;
    font-weight: bold;
    cursor: pointer;
    font-size: 14px;
    margin-bottom: 3px;
}
.injury-landing-page input,
.injury-landing-page select {
	height: 35px;
    line-height: 35px;
	border: solid 1px #cfcfcf;
    background-color: white;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #2D5B67;
}
.injury-landing-page #headerForm input,
.injury-landing-page #headerForm select,
.injury-landing-page #headerForm button {
	width: 192px;
}
.injury-landing-page .button-part .btn-one-line {
    font-size: 20px;
}
.injury-landing-page .field-zip {
    font-size: 26px;
    font-weight: bold;
    display: block;
    padding: 0 5px 0 10px;
}
.injury-landing-page .form-col.processing .field-label:after {
	display: none;
}
.injury-landing-page .ready-to-submit .field-zip {
    background: white url(../../../img/valid.png) no-repeat 160px center;
    background-size: 25px;
}
.injury-landing-page .field-select {
	line-height: 21px;
	color: #222;
    font-size: 12px;
}
.injury-landing-page .sec_head .step-button-wrapper {
	margin-top: 5px;
}
.injury-landing-page .sec_head .step-button-wrapper:before {
    top: 10px;
    margin-right: -40px;
}
.injury-landing-page .sec_head .step-button {
	height: 35px;
	-webkit-box-shadow: 0 15px 17px -10px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 15px 17px -10px rgba(0,0,0,0.5);
	box-shadow: 0 15px 17px -10px rgba(0,0,0,0.5);
}
.injury-landing-page .sec_head .button-part:after {
    top: 9px;
}
.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: 18px;
	float: left;
	color: white;
	padding: 8px 7px;
	background: #006699;
	width: 100%;
}
.boxThreeWidgets-border {
	padding: 8px 0;
	border: 1px solid #4d94b8;
}

.sec1 #boxThreeWidgets .ThreeWidgets-item {
	padding: 43px 17px 14px;
}
.sec1 #boxThreeWidgets .ThreeWidgets-item:not(:last-of-type){
	border-right: 1px solid #4d94b8;
}

.box-phone-number {
	font-size: 20px;
	line-height: 24px;
	color: #002a41;
    text-align: center;
}
.phone-number {
	padding-top: 8px;
    font-weight: 700;
	background: url(../../../img/line.png) repeat-x top;
}
.phone-label {
	padding-bottom: 5px;
	background: url(../../../img/line.png) repeat-x bottom;
}

@media (min-width: 768px) {
	.sec1 #boxThreeWidgets .ThreeWidgets-item br {
		display: none;
	}
}
.sec1 #boxThreeWidgets .ThreeWidgets-item:before {
	content: "";
	background: url(../../../img/circle-check.png) no-repeat left top;
	width: 26px;
    height: 26px;
    position: absolute;
    top: 7px;
	background-size: 100% !important;
    left: 50%;
    transform: translateX(-50%);
}
@media (max-width: 767px) {
	.sec1 .sec_head {
		background-color: transparent;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.sec1 .sec_head .form_img,
	#headerForm .step-title {
		display: none;
	}
	.sec1 .head{
		padding-top: 13px;
		padding-bottom: 0;
	}
	.sec1 .head h1 {
		font-size: 25px;
		font-weight: bold;
		margin-bottom: 5px;
		max-width: 490px;
		margin-left: auto;
		margin-right: auto;
		color: #004b73;
		line-height: 22.5px;
		padding-top: 0;
		max-width: 270px;
		margin: auto;
	}
	.sec1 .head h1 span {
		color: #c72810;
	}
	.sec1 .head h2 {
		color: #006699;
		font-weight: normal;
		line-height: 1;
		font-size: 16px;
    	margin: 8px 0 13px;
	}
	.sec1 .head h2 span {
		color: inherit;
		font-weight: 700;
	}

	.sec1 .sec_head #headerForm {
		overflow: visible;
	}

	#headerForm .form-fields-wrap {
		width: auto;
    	padding: 0;
    	max-width: 230px;
    	margin: auto;
	}

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

	.injury-landing-page label {
	    color: #004b73;
	    font-size: 13px;
	    font-weight: bold;
	    text-transform: uppercase;
	    text-align: left;
	    display: block;
	    text-shadow: 1px 1px 2px #fff;
	    margin-bottom: 4px;
	}
	.injury-landing-page label span {
		display: none;
	}
	.injury-landing-page .field-zip,
	.injury-landing-page .field-select {
		color: #000;
		background-color: #fafafa;
    	height: 34px;
    	line-height: 34px;
    	width: 230px !important;
    	outline: none;
    	margin: 0 auto;
	    display: block;
	    border: 1px solid #cecece !important;
	}
	.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: 24px;
    	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: 10% auto;
	}

	.injury-landing-page .field-select {
		font-weight: normal;
    	border: 1px solid rgb(169, 169, 169);
    	background-position-x: 205px;
    	padding-left: 10px;
    	font-size: 13.3333px;
	}
	.injury-landing-page .field-select:hover {
		background: url(../../../img/select-m.png) no-repeat 205px 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;
    }
    
    .injury-landing-page #headerForm input,
    .injury-landing-page #headerForm select,
    .injury-landing-page #headerForm button {
    	width: 100%;
    	max-width: 100%;
	}


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

	.sec1 #boxThreeWidgets {
		float: none;
		font-size: 12px;
		line-height: 14px;
		padding: 0;
		color: #002a41;
		background: #f9f9f9;
		text-align: center;
		max-width: 550px;
		margin: 15px -15px 5px;
    	width: auto;
	}
	.sec1 .boxThreeWidgets-border {
		padding: 0;
		border: none;
		-webkit-box-shadow: 0px -2px 2px 0px rgba(243,243,243,1);
    	-moz-box-shadow: 0px -2px 2px 0px rgba(243,243,243,1);
    	box-shadow: 0px -2px 2px 0px rgba(243,243,243,1);
	}
	.sec1 #boxThreeWidgets .ThreeWidgets-item {
		padding: 10px 10px 10px 44px;
		border: none !important;
		-webkit-box-shadow: 0px 2px 2px 0px rgba(243,243,243,1);
		-moz-box-shadow: 0px 2px 2px 0px rgba(243,243,243,1);
		box-shadow: 0px 2px 2px 0px rgba(243,243,243,1);
	    font-size: 10px;
    	text-align: left;
	}
	.sec1 #boxThreeWidgets .ThreeWidgets-item:before {
		width: 22px;
    	height: 22px;
    	top: 50%;
    	left: 11px;
    	transform: translateY(-50%);
		background: url(../../../img/circle-check-red.png) no-repeat left top;
	}
	.sec1 #boxThreeWidgets strong {
		color: #014061;
	}
	.phone-number,
	.phone-label {
		background: none;
		font-weight: 500;
	}
	.phone-number {
	    font-size: 23px;
	}
	.phone-number:before{
		content: '';
		background: url(../../../img/phone.png);
		width: 24px;
	    height: 24px;
	    display: inline-block;
	    background-size: contain;
	    background-repeat: no-repeat;
	    position: relative;
	    top: 6px;
	    margin-right: 10px;
	}
	.phone-label {
		font-size: 21px;
    	padding-top: 8px;
    	padding-bottom: 10px;
	}
}
/* Section 1 End ================================================================================*/

/* Section 2 *************************************************************************************/
.sec2 #content {
	float: left;
	background-color: white;
	width: 100%;
	background: white;
	margin-top: 0;
	padding: 50px 15px 37px;
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.25);
	box-shadow: 0 0 10px 0 rgba(0,0,0,.25);
}
.sec2 #content .article h1 {
	font-size: 24px;
	font-weight: 600;
	color: #006396;
	margin-top: 0;
	margin-bottom: 24px;
	line-height: 1.1;
}
.sec2 #content .article .cont h2 {
	font-size: 19px;
    font-weight: normal;
    margin-top: 25px;
    margin-bottom: 16px;
    color: #006396;
}
.sec2 #content .article .cont h3 {
	font-size: 16px;
	line-height: 18px;
	font-weight: normal;
	margin: 0 0 5px;
	color: #006396;
    padding-top: 16px;
}
.sec2 #content .article .cont .line {
	display: block;
	margin-top: -6px;
	height: 1px;
	background-color: #7fb1ca;
}
.sec2 #content .article .cont ul + .line {
	margin-top: 0;
}
.sec2 #content .article .cont {
	color: #3D3D3D;
}
.sec2 #content .article .cont p {
	margin-bottom: 22px;
    line-height: 170%;
    font-size: 13.7px;
}
.sec2 #content .article .cont ul {
	list-style: none;
	margin-left: 0;
	margin-bottom: 36px;
	padding: 0;
}
.sec2 #content .article .cont ul li {
	margin-bottom: 10px;
	line-height: 13px;
}
.sec2 #content .article .cont ul li:before {
	content: '';
	display: inline-block;
	width: 4px;
	height: 4px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #E1462F;
	margin-right: 10px;
    margin-bottom: 3px;
}

.sec2 #footerFormCont {
	border-top: dotted 1px #014061;
	padding: 15px 0 0 10px;
}
.sec2 #footerFormCont .step-title {
	text-align: left;
}
.sec2 #footerFormCont .form-fields-wrap {
	padding: 0;
}
.sec2 #footerFormCont .field-select {
    width: 151px;
    border-width: 1px;
}
.sec2 #footerFormCont .step-button-wrapper {
    position: absolute;
    left: 170px;    
    top: -63px;
}
.sec2 #footerFormCont .step-button {
	width: auto;
    max-width: none;
    height: 53px;
}
.sec2 #footerFormCont .button-part {
	padding-right: 40px;
    padding-left: 11px;
}
.sec2 #footerFormCont .button-part:before {
    right: 26px;
}
.sec2 #footerFormCont .button-part:after {
	margin-right: -4px;
}

.sec2 #content .aside .stateWidget {
	max-width: 215px;
	padding-bottom: 20px;
    margin-left: auto;
	background: url(../../../img/usamap-20180817a.png) no-repeat center 84px;
}
.sec2 #content .aside .stateWidget .step-title {
	font-size: 20px;
    color: #006396;
    line-height: 125%;
    margin-bottom: 190px;
    text-align: left;
    margin-top: 0;
    font-weight: 400;
}
.sec2 #content .aside .form-fields-wrap {
	padding: 0;
}
.sec2 #content .aside .form-fields-wrap select {
    width: 100%;
    border-width: 1px;
}
.sec2 #content .aside .step-button {
	width: auto;
    max-width: none;
    height: 35px;
    margin-left: auto;
}
.sec2 #content .aside .button-part {
	padding-right: 23px;
    padding-left: 10px;
}
.sec2 #content .aside .button-part:before {
    display: none;
}
.sec2 #content .aside .button-part:after {
	top: 8px;
	margin-right: -5px;
}
.sec2 #content .aside .button-part .btn-one-line {
    font-size: 17px;
}

@media (max-width: 767px) {
	.sec2 {
		display: none;
	}
	.sec2 #content .aside .stateWidget {
		background-position: center 35px;
		padding-bottom: 0;
	}
}
@media (max-width: 375px) {
	.sec2 #content .aside .stateWidget {
		background-position: center 60px;
	}
}
/* Section 2 End ================================================================================*/

/* 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 */
}