.hca_company_analysis_section {
	min-height: 650px;
	padding: 50px;
	padding-top: 50px;
	padding-bottom: 50px !important;
	background: #092A84 !important;
}

.hca_company_analysis_content_left {
	display: inline-block;
	width: 50%;
	padding-right: 75px;
	box-sizing: border-box;
}

.hca_company_analysis_content_right {
	display: inline-block;
	width: 50%;
	box-sizing: border-box;
	float: right;
}

.hca_company_analysis_page#page_1 {
	background: #092A84;
}

.hca_company_analysis_page#page_1 H2 {
	position: relative;
	font-size: 52px;
	line-height: 68px;
	color: #fff;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
}

.hca_company_analysis_page#page_1 .title {
	position: relative;
	font-size: 15px;
	line-height: 20px;
	color: #6297BF;
	padding: 0px;
	padding-left: 30px;
	padding-bottom: 20px;
	margin: 0px;
	margin-top: 150px;
}

.hca_company_analysis_page#page_1 .title:before {
	position: absolute;
	left: 0px;
	top: 10px;
	width: 15px;
	height: 1px;
	background: #6297BF;
	content: "";
}

.hca_company_analysis_page#page_1 P {
	position: relative;
	font-size: 15px;
	line-height: 20px;
	color: #fff;
	padding: 0px;
}

.hca_form_box {
	position: relative;
	padding: 50px;
	margin-bottom: 50px;
	background: #fff;
}

.hca_form_box .form-group {
	padding-bottom: 20px;
}

.hca_form_box .form-group .input-wrapper {
	display: inline-block;
}

.hca_form_box LABEL {
	display: block;
	font-size: 15px;
	line-height: 20px;
	color: #092A84;
}

.hca_form_box INPUT[type="text"], .hca_form_box INPUT[type="email"] {
	display: block;
	width: 100%;
	font-size: 15px;
	line-height: 30px;
	color: #092A84;
	padding: 7px 15px;
	background: none;
	border: none;
	border-bottom: 1px solid rgba(20, 44, 127, 0.3);
	border-radius: 0px !important;
	box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.hca_form_box INPUT::placeholder {
	color: rgba(20, 44, 127, 0.3);
}

.hca_form_box INPUT[type="text"]:focus, .hca_form_box INPUT[type="email"]:focus {
	border: none;
	border-bottom: 1px solid rgba(20, 44, 127, 1);
}

.hca_form_box INPUT[type="text"]:focus:required:invalid, .hca_form_box INPUT[type="email"]:focus:required:invalid {
	border: none;
	border-bottom: 1px solid #D9021B;
}

.hca_form_box INPUT[type="text"]:focus:invalid, .hca_form_box INPUT[type="email"]:focus:invalid {
	border: none;
	border-bottom: 1px solid #D9021B;
}

.hca_form_box .button {
	display: block;
	width: 100%;
	font-size: 15px;
	line-height: 20px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	text-decoration: none !important;
	padding: 15px 30px;
	margin: 0 auto;
	margin-bottom: 20px;
	background: #D9021B;
	border: 1px solid #D9021B;
	-webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}

.hca_form_box .button:hover {
	color: #D9021B;
	background: #fff;
}

.hca_company_analysis_header {
	position: relative;
	padding: 20px 40px;
	background: #EFF1F7;
}

.hca_company_analysis_header H2 {
	position: relative;
	font-size: 15px;
	line-height: 30px;
	font-weight: bold;
	color: #092A84;
	padding: 0px;
	padding-right: 100px;
	margin: 0px;
}

.hca_company_analysis_header H2 SPAN {
	position: absolute;
	right: 0px;
	top: 0px;
	display: block;
	width: 30px;
	height: 30px;
	background-image: url('../images/edit.svg');
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.hca_company_analysis_header H2 SPAN.done {
	background-image: url('../images/done.svg');
}

.hca_company_analysis_content {
	position: relative;
	text-align: center;
	padding: 40px;
	background: #FFF;
}

.hca_company_analysis_content_inner {
	opacity: 0;
}

.hca_company_analysis_content .done-image {
	display: block;
	width: 75px;
	height: 75px;
	margin: 0 auto;
	margin-bottom: 30px;
	background-image: url('../images/mail.svg');
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.hca_company_analysis_content H2 {
	max-width: 621px;
	font-size: 36px;
	line-height: 48px;
	font-weight: normal;
	color: #092A84;
	text-align: center;
	padding-bottom: 35px;
	margin: 0 auto;
}

.hca_company_analysis_content H3 {
	font-size: 26px;
	line-height: 34px;
	font-weight: bold;
	color: #202020;
	text-align: center;
	padding-bottom: 30px;
}

.hca_company_analysis_content .button {
	display: inline-block;
	font-size: 15px;
	line-height: 20px;
	font-weight: bold;
	color: #D9021B;
	text-align: center;
	text-decoration: none !important;
	padding: 15px 30px;
	margin: 0 auto;
	margin-bottom: 20px;
	background: #fff;
	border: 1px solid #D9021B;
	-webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}

.hca_company_analysis_content .button:hover {
	color: #fff;
	background: #D9021B;
}

.hca_company_analysis_anwers {
	margin-left: -10px;
	margin-right: -10px;
	box-sizing: border-box;
}

.hca_company_analysis_col {
	display: inline-block;
	width: 24.5%;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 20px;
	box-sizing: border-box;
}

.hca_company_analysis_anwers .answer {
	position: relative;
	min-height: 200px;
	display: block;
	font-size: 15px;
	line-height: 20px;
	font-weight: bold;
	color: #202020;
	text-align: center;
	text-decoration: none !important;
	padding: 30px;
	border: 1px solid rgba(98, 151, 191, 0.3);
	box-sizing: border-box;
	-webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}

.hca_company_analysis_anwers .answer SPAN {
	display: block;
	width: 40px;
	height: 40px;
	margin: 0 auto;
	margin-bottom: 30px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.hca_company_analysis_anwers .answer.answer-1 SPAN {
	background-image: url('../images/answer-4.svg');
}

.hca_company_analysis_anwers .answer.answer-2 SPAN {
	background-image: url('../images/answer-3.svg');
}

.hca_company_analysis_anwers .answer.answer-3 SPAN {
	background-image: url('../images/answer-2.svg');
}

.hca_company_analysis_anwers .answer.answer-4 SPAN {
	background-image: url('../images/answer-1.svg');
}

.hca_company_analysis_anwers .answer:after {
	position: absolute;
	left: 0px;
	bottom: -3px;
	display: block;
	width: 100%;
	height: 2px;
	background: #fff;
	-webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
	content: "";
}

.hca_company_analysis_anwers .answer.active:after {
	background: #6297BF;
}

#hca_company_analysis_form {
	opacity: 0;
}

.show {
	position: relative;
	opacity: 1 !important;
	-webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
	z-index: 1001;
}

.hca_loading {
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
	width: 100%;
	height: 100%;
	min-width: 200px;
	min-height: 370px;
	background-image: url('../images/loading.gif');
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
	z-index: 1000;
	opacity: 0;
}

.hca_company_analysis_anwers .answer:hover:after {
	background: #6297BF;
}

.hca_company_analysis_pagination {
	position: relative;
	text-align: center;
	max-width: 267px;
	margin: 0 auto;
	margin-top: 20px;
}

.hca_company_analysis_pagination .prev {
	position: absolute;
	left: 0px;
	top: 5px;
	display: block;
	width: 11px;
	height: 22px;
	background-image: url('../images/prev.svg');
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.hca_company_analysis_pagination .next {
	position: absolute;
	right: 0px;
	top: 5px;
	display: block;
	width: 11px;
	height: 22px;
	background-image: url('../images/next.svg');
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.hca_company_analysis_section progress {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background-color: transparent;
    display: block;
    color: #D9021B;
    z-index: 1001;
}

.hca_company_analysis_section progress::-webkit-progress-bar {background-color: #fff; width: 100%;}
.hca_company_analysis_section progress::-webkit-progress-value { background: #D9021B; }
.hca_company_analysis_section progress::-moz-progress-bar { background: #D9021B; }

.hca_company_analysis_section .progress-container {
    width: 100%;
    background-color: transparent;
    position: fixed;
    top: 0;
    left: 0;
    height: 0.25em;
    display: block;
    z-index: 1001;
}

.hca_company_analysis_section .progress-bar {
    flex-direction: column;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #D9021B;
    transition: width .6s ease;
}

.hca_company_analysis_section .progress-bar {
    width: 50%;
    display: block;
    height: inherit;
}

@media (max-width: 768px) {
	.hca_company_analysis_content_left {
		display: block;
		width: 100%;
		padding: 0px;
		float: none;
	}
	
	.hca_company_analysis_content_right {
		display: block;
		width: 100%;
		padding: 0px;
		float: none;
	}
	
	.hca_form_box {
		padding: 20px;
		padding-top: 35px;
	}
	
	.hca_company_analysis_header {
		padding: 20px;
	}
	
	.hca_company_analysis_header H2 {
		padding-right: 35px;
	}
	
	.hca_company_analysis_section {
		padding: 20px;
	}
	
	.hca_company_analysis_page#page_1 .title {
		margin: 0px;
	}
	
	.hca_company_analysis_content {
		padding: 20px;
	}
	
	.hca_company_analysis_header H2 SPAN {
		position: absolute;
		right: 0px;
		top: 50%;
		transform: translateY(-50%);
	}
	
	.hca_company_analysis_col {
		display: block;
		width: 100%;
	}
	
	.hca_company_analysis_anwers .answer {
		position: relative;
		min-height: 100px;
	}
	
	.hca_company_analysis_content H2 {
		font-size: 23px;
		line-height: 40px;
	}
	
	.hca_company_analysis_pagination {
		margin-bottom: 15px;
	}
}