.messageText {
	color: #DA241D;	
	float: left;
	/*border: 1px solid #DA241D;*/
	width: 29%;
	position: relative;
	padding: 1px 10px 0;
	border-radius: 2px;
	margin: 0 0 1.5% 2%;
}

.containerLeft,
.containerRight {
	float: left;
	width: 48%;
}

.containerLeft {
	padding-right: 2%;
}

.containerRight {
	padding-left: 2%;
}

.hiddenField {
	display: none;
}

.labelField,
.formFieldContainer {
	float: left;
	width: 30%;
	margin: 0 3% 1.5% 0;
	text-align: left;
} 

.formFieldContainerBig {
	width: 60%;
}

.formFieldSmall {
	width: 13%;
}

.phone3 {
	width: 71%;
}

.formFieldMiddle {
	width: 29%;
}

.selectField,
.inputField {
	width: 100%;	
}

.errorText {
	color: #c34227;	
	float: left;
	/*border: 1px solid #c34227;*/
	width: 29%;
	padding: 1px 10px 0;
	border-radius: 2px;
	position: relative;
	margin: 0 0 1.5% 2%;
	text-align: left;
}

.floatField {
	float: left;
}

.stepHeadline{
	font-size: 10px;
	text-align: left;
}

.stepHeadline,
.stepNum {
	position: relative;
	z-index: 2;
}

.formContainer {
	background-color: #E6EAEB;
	margin-top: 3px;
	box-sizing: border-box;
	padding: 10px 30px 30px 30px;
	position: relative;
	overflow: hidden;
}

.sectionHeadline {
	text-transform: uppercase;
	font-size: 12px;
	color: #DA241D;
	font-weight: bold;
	padding: 33px 0 0;
}

.seperatorLine {
	width: 100%;
	height: 2px;
	border-top: 1px solid #cbcbcb;
	border-bottom: 1px solid #ffffff;
	box-sizing: border-box;
	margin: 1.2% 0 3.1%;
}

.seperatorLineBottom {
	margin: 1.6% 0 2.8%;
}

.errorText::before{
	content:'X';	
	width: auto;
	position: absolute;
	left: -9%;
	top: -2px;
	/*background: url('../../../images/forms/error_icon.png') no-repeat;*/
	background: #c34227;
	color: #ffffff;
	padding: 3px 7px;
	border-radius: 50%;
	font-size: 16px;
	font-weight: bold;
}

.selectField,
.inputField,
.phone3,
.formFieldSmall,
.formFieldMiddle,
.birthday2 {
	padding: 2px;
	border-radius: 2px;
	box-sizing: border-box;	
	border: 1px solid #abadb3;
}

.birthday2 {
	width: 39%;
}

.errorInput {
	border: 1px solid #c34227;
}

.formBtn {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;	
	border: 0;
	color: #ffffff;
	padding: 10px 25px;
	cursor: pointer;
	background: #333333;
}

.formBtn:hover {
	background: #DA241D;
}

.btnContainer {
	margin: 0 1% 0 1%;
	clear: both;
	position: relative;
}

.formSubHeadline,
.formContainer .title-blue {
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 1.5% 0;
}

.formContainer .title-blue,
.title-blue {
	color: #DA241D;
}

.infoQuestion,
.checkBoxLabel::before {
	width: 25px;
	height: 33px;
	float: left;	
	cursor: pointer;
	margin-bottom: 1.5%;
}

/*.infoQuestion {
	background: url('../../../images/forms/question_icon.png') no-repeat;
}*/

.infoQuestion::after,
.checkBoxLabel::before {
	content: "?";
	color: #ffffff;
	background: #DA241D;
	display: block;
	width: auto;
	padding: 4px 9px;
}

.infoQuestionText {
	float: left;
	margin-left: 1%;
	width: 93%;
}

.floatLeft {
	float: left;
	width: 33%;
}

.checkBoxLabel::before {
	content:'+';	
	/*background: url('../../../images/forms/plus_icon.png') no-repeat;*/
	margin-right: 1%;
	font-size: 16px;
	padding: 0 8px;
	line-height: 26px;
	height: 26px;
}

.checkBoxLabel.checkedBox::before {
	content:'-';
	padding: 0 10px;
	line-height: 22px;
}

.noteText {
	position: relative;
	font-style: italic;
	font-size: 11px;
}

.arrow_box {
	position: relative;
	background: #c34227;
	/*width: 62px;*/
	height: 22px;
	padding: 0 12px;
	text-transform: uppercase;
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
	font-style: normal;
	display: inline-block;
	line-height: 22px;
}

.arrow_box::after {
	top: 100%;
	left: 10%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	border-color: rgba(195, 66, 39, 0);
	border-top-color: #c34227;
	border-width: 7px;
	border-left: 5px solid transparent;
   	border-right: 1px solid transparent; 
}

.checkBoxLabel {
	line-height: 33px;
	display: block;
	margin: 3% 0 4%;
}

.formBtnBack {
	margin-right: 30%;
}

.marginBottom2 {
	margin-bottom: 1.5% !important;
}

.marginTop2 {
	margin-top: 1.5%;
}

.legalCheckbox{
	width: 20px;
	margin-right: 1%;
	float: left;
}

.component .legalList,
.component .reg-list {
	margin: 0;
}

.declare-h {
	margin-bottom: 40px;
}

/*
.doc {
	margin: 2.5% 0 1.5%;
	display: block;
}*/

/* Layer */
.layerTerms {
	position: relative;
	background-color: #ffffff;
	padding: 0 30px 30px;
	height: 520px;
	border: 1px solid #cbcbcb;
	width: 100%;
	box-sizing: border-box;
}

.closeLayer {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
}

.closeLayer::after {
	background:rgba(42,55,65,0.8);
	color: #fff;
	content: "X";
	display: block;
	padding: 5px;
	position: absolute;
	right: 15px;
	top: 10px;
	width: auto;
	z-index: 99999;
	font-family:"Lato",sans-serif;		
	font-size: 16px;
    font-weight: 300;
    opacity: 1;
    text-transform: uppercase;
    transform: scaleX(1.2);
    cursor: pointer;
}

.layerText {
	overflow: auto;
	height: 100px;
	margin-bottom: 10px;
	border: 1px solid #cbcbcb;
	padding: 5px; 
}

.layerTbl {	
	border-collapse: collapse;
}

.layerTbl td {
	padding: 5px;
	border: 1px solid #DA241D;
} 

.layerTblHeader {
	font-weight: bold;
}

.pdfDownloadContainer {
	position: absolute;
	top: 17px;
	right: 30px;
}

.dataStoredAdd {
	/*margin: -38px 0 0 0;*/
}

.marginLeft33 {
	margin-left: 33%;
}

.specialWidth63 {
	width: 63%;
} 

.nextBtn {
	float: right;
}

/*****************
***** Steps *****
******************/
.boxStep,
.stepsContainerRight  {
	height: 46px;
	line-height: 46px;
	float: left;
}

.boxStep {
	width: 8%;
	position: relative;
	padding-left: 1.3%;
	box-sizing: border-box;
}

.boxStepFilled,
.boxStepActive {
	color:#FFF;
	position: relative;
}

.boxStepActive {
	width: 36%;
}

.boxStepFilled::before,
.boxStepActive::before,
.boxStep::before,
.stepsContainerRight::before,
.boxStepFilled::after,
.boxStepActive::after,
.boxStep::after,
.stepsContainerRight::after {	 
	content:"";
	height: 52%;
	position: absolute;
	top:0;
	left: -8px;
	/*width: 97%;*/
	transform: skew(25deg,0deg);
	z-index: 1;
	border-left: 3px solid #ffffff;
}

.boxStepFilled::after,
.boxStepActive::after,
.boxStep::after,
.stepsContainerRight::after {
	top: auto;
	bottom:0;
	left: -8px;
	transform: skew(-25deg,0deg);
}

.stepsContainerRight::before,
.stepsContainerRight::after {
	background: #F2F6F7;
	width: 17.3%; 
	left: auto;
	right: -6px;
}

.stepsContainerRightPersonal::before,
.stepsContainerRightPersonal::after {
	width: 25.3%; 
}

.boxStep::before,
.boxStep::after {
	background: #E6EAEB; 
	width: 100%;
}

.boxStepActive::after,
.boxStepActive::before {
	background: #DA241D;
	width: 100%;
}

.boxStepFilled::after,
.boxStepFilled::before {
	background: #333333;
	width: 100%;
}

.stepNum {
	font-size: 30px;
	font-family: 'SortsMillGoudy','Sorts Mill Goudy',"Times New Roman", Times, serif;
    color: #DA241D;
}

.boxStepActive .stepNum,
.boxStepFilled .stepNum {
	color: #fff;
}

.boxStepActive .hiddenField,
.boxStep .stepNum,
.stepsContainerRight .reqFields{
	position: relative;
	z-index: 2;
}

.stepsContainerRight {
	width: 15%;
} 

.stepsContainerRightPersonal {
	width: 22%;
} 

.boxStepActive .hiddenField,
.stepsContainerRight {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;    
}

.boxStepActive .hiddenField {
	display: inline-block;
}
	
.stepsContainerRight {
	text-align: right;
	padding: 0.6% 0 0 1%;
	box-sizing: border-box;
}

.stepsRow {
	width: 100%;
	clear: both;
	overflow: hidden;
	position: relative;	
}
/*
.boxStep.boxStepActive {
	z-index: 3;
}*/

.mpBlueUpper {
	text-transform: uppercase;
	color: #DA241D;
}

.labelField2 {
	display: block;
}

.component .ulAofLast {
	margin: 10px 0;
	list-style-image: none;
}

.successHeadline {
	text-transform: uppercase;
	color: #DA241D;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 16px;
}

.uploadDocsHeadline {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	margin: 24px 0 14px;
}

.docsUploadContainer .labelField {
	font-weight: bold;
}

.accordionOpener {
	background-color: #ffffff;
	width: 33%;
	line-height: 30px;
	padding: 0 12px;
	box-sizing: border-box;
	border-radius: 4px;
	cursor: pointer;
	margin: 21px 0 14px;
	position: relative;
}

.accordionContent {
	display: none;
	clear: both;
	overflow: hidden;
	padding-bottom: 9px;
}

.accordionOpener::after {
	content:" ";
	width: 0; 
	height: 0; 
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	
	border-left: 5px solid #2a2929;
	display: block;
	position: absolute;
	top: 9px;
	right: 9px;
}

.openedContent::after {
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;	
	border-top: 5px solid #2a2929;
	top: 12px;
}

.accordionContentNoUpload .labelField:not(.noPass) {
	float: none;
	width: 100%;
}

.formContainerLastPage {
	margin-bottom: 5%;
}

.textareaField {
	height: 85px;
}

.marginBottom4 {
	margin-bottom: 4% !important;
}
