/* Start CSS */
body { background-image: url(../img/bg.png); background-position: center top; background-size: cover; background-attachment: fixed; color: #2e2e2e; font-family: "Montserrat"; font-size:22px; padding:0px; }
a { -webkit-transition: all 200ms linear; -moz-transition: all 200ms linear; -o-transition: all 200ms linear; transition:all 200ms linear; cursor:pointer; text-decoration:none; }
a:hover, a:active, a:focus { text-decoration:underline; outline:none; }
.clearfix10 { display:block; clear:both; height:10px; }
.clearfix20 { display:block; clear:both; height:20px; }
.clearfix30 { display:block; clear:both; height:30px; }
.text-red { color:#fe0001; }
.text-white { color:#fff; }
.d-block { display: block;}
hr { margin-top: 30px; margin-bottom: 30px; border-top: 2px solid #ddd; }
.header { display: block; margin: 30px 0; }
.header__logo { display: block; margin: 0 auto; max-width: 300px; }
.main { background: #fff; box-shadow: 0 2px 5px 2px rgba(0,0,0,0.3); margin: 0 0 60px 0; padding: 30px; }
.main__title { font-size: 80px; font-weight: 400; margin: 0; padding: 0; text-align:center; color: #fe0001; }
.main__subtitle { font-size: 46px; font-weight: 400; margin: 0; padding: 0; text-align:center; color: #000000;}
.form-inline {
	display: block;
	margin: 15px auto 0 auto;
    text-align: center;
	vertical-align: middle;
	cursor: default;
}
.form-control {
    display: inline-block;
	width: 100%;
	margin-bottom: 20px;
    padding: 20px;
	font-size: 20px;
	font-weight: 600;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	vertical-align: middle;
}
.btn {
    display: inline-block;
    padding: 20px 60px;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}


.btn-default {
    color: #fff;
    background-color: #fe0001;
    border-color: #fe0001;
}
.btn-default:hover,
.btn-default:focus {
    color: #fff;
    background-color: #fe0001;
}

input[type=radio], input[type=checkbox] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}
fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
}
legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}
.surveyStepHeadline { border: none; color: #333333; font-size: 26px; font-weight: 600; margin-bottom: 15px; padding-bottom: 15px; text-align: center; }
.surveyStepProgressBar {
	border-radius: 10px;
    height: 10px;
    width: 100%;
    max-width: 100% !important;
    background-color: #DDD;
    position: relative;
}
.surveyStepProgressCounter {
	background-color: #fe0001;
	border-radius: 10px;
    position: absolute;
    height: 10px;
    top: 0px;
    left: 0px;
    transition: width 1s ease;
    max-width: 100% !important;
}
.surveyStepQuestions {
    padding: 15px 10px;
}
.surveyRadioOption {
    cursor: pointer;
	padding: 10px 10px 10px 40px;
	margin-top: 5px;
	clear: both;
	line-height: normal;
	border-radius: 4px;
	position: relative;
}
.surveyRadioOption:before, .surveyRadioOption:after {
    content: " ";
    display: table;
}
.surveyRadioOption input {
	position: absolute;
	left: 15px;
	top: 15px;
}
.surveyRadioOptionText {
    font-size: 24px;
}
.sf_answer_hs_growshadow .surveyRadioOption:hover, .sf_answer_hs_growshadow .surveyStepSelectedAnswer {
    transform: scale(1.03);
    box-shadow: 0 2px 6px rgba(0,0,0,0.14),inset 0 0 0 2px rgba(255,255,255,0.16);
}
.sf_answer_h_red .surveyRadioOption:hover, 
.sf_answer_h_red .surveyStepSelectedAnswer,
.sf_answer_h_red .surveyRadioOption:focus {
    color: #FFFFFF;
    background-color: #fe0001;
}
.cf_outcomes_action, .cfSurvey_loading_redirect_wrapper {
	display: block; margin-top: 15px; padding-top: 15px; text-align: center; font-size: 24px;
}
.surveyTextOption {
    padding: 0 !important;
	margin-top: 0 !important;
	cursor: default;
	display: inline-block;
}
.surveyTextOption:hover, 
.surveyTextOption:focus {
	color: #2e2e2e !important;
	background-color: #FFFFFF !important;
	transform: none !important;
    box-shadow: none !important;
}
.surveyTextOption input {
    position: relative !important;
    left: auto !important;
    top: auto !important;
}
.footer { background: #435780; display:block; font-size: 16px; padding: 90px 0 60px 0; text-align:center; }
.footer__logo { display: block; margin: 0 auto; max-width: 250px; }
.footer__info { display: block; color: #fff; margin: 10px 0 20px 0; opacity: 0.5; }
.footer__copyright { display: block; color: #fff; font-size: 12px; }

/* =============== Start Tablet & Phone Device CSS =============== */
@media (max-width: 1199px) { 
	.main__title {
		font-size: 68px;
	}
	.main__subtitle { font-size: 41px; }
	.surveyStepHeadline { font-size: 20px; }
	.surveyRadioOptionText, .cf_outcomes_action, .cfSurvey_loading_redirect_wrapper {
		font-size: 18px;
	}
}
@media (max-width: 991px) {
	.main__title {
		font-size: 52px;
	}
	.main__subtitle { font-size: 31px; }
	.surveyStepHeadline { font-size: 16px; }
	.surveyRadioOptionText, .cf_outcomes_action, .cfSurvey_loading_redirect_wrapper {
		font-size: 15px;
	}
}
@media (max-width: 767px) {
	.header__logo { max-width: 250px; }
	hr {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.header {
		margin: 20px 0;
	}
	.main {
		margin: 0 0 20px 0;
		padding: 20px;
	}
	.main__title {
		font-size: 40px;
	}
	.surveyStepQuestions {
		padding: 15px 0;
	}
	.surveyStepHeadline { font-size: 14px; }
	.surveyRadioOptionText, .cf_outcomes_action, .cfSurvey_loading_redirect_wrapper {
		font-size: 14px;
	}
	.main__subtitle { font-size: 24px; }

	.footer { font-size: 14px; padding: 40px 0 20px 0; }
	.footer__info { margin: 5px 0 10px 0; }
	.footer__copyright { font-size: 11px; }
}
@media (max-width: 575px) { 
	.main__title {
		font-size: 26px;
	}
	.surveyStepHeadline { font-size: 13px; }
	.surveyRadioOptionText, .cf_outcomes_action, .cfSurvey_loading_redirect_wrapper {
		font-size: 13px;
	}
	.main__subtitle { font-size: 16px; }

	.form-control {
		font-size: 16px;
	}
	.surveyTextOption {
		display: block;
	}
	.btn-default {
		font-size: 16px;
		width: 100%;
	}
}
@media (max-width: 414px) { 
	.main__title {
		font-size: 23px;
	}
	.surveyStepHeadline { font-size: 12px; }
	.surveyRadioOptionText, .cf_outcomes_action, .cfSurvey_loading_redirect_wrapper {
		font-size: 12px;
	}
	.main__subtitle { font-size: 14px; }
	.form-control {
		font-size: 14px;
	}
	.btn-default {
		font-size: 14px;
		width: 100%;
	}
}
@media (max-width: 374px) { 

}
/* =============== End Tablet & Phone Device CSS =============== */