@charset "utf-8";
/* CSS Document */

body{
	background-color: #ffffff;
	font-family: 'crimsontext','Times New Roman',serif;
	color:#484038;
	font-size: 16px;
	border: 0;
	margin: 0;
	padding: 0;
}
input[type='text'],
input[type='email'],
input[type='tel']{
	width: 240px;
	padding: 5px;
	border: 1px solid #c6bbb4;
	line-height: 30px;
	font-family: 'crimsontext','Times New Roman',serif;
	color:#484038;
	font-size: 16px;
	margin-top: 5px;
}
input[type='submit']{
	background-color: #d93d00;
	color: #ffffff;
	border: none;
	border-radius: 0px;
	padding: 10px 20px;
	font-size: 16px;
	font-family: 'Montserrat','arial',sans-serif;
	font-weight: bold;
	cursor: pointer; 
	cursor: hand;
	margin-top: 20px;
}
input[type='checkbox']{
	display: none;
}
input[type=checkbox]:checked + .checkMe:before{
	content: "\2713";
	font-size: 12px;
	color: #f3f3f3;
	background-color: #cf4500;
	text-align: center;
	line-height: 16px;
}
label{
	font-family: 'Montserrat','arial',sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #484038;
}
label.error{
	color: #d93d00;
	float: left;
	margin-top: -60px;
	text-align: right;
	width: 240px;
}
input.error, select.error{
	border-color: #d93d00;
}
select{
	width: 250px;
	height: 40px;
	padding: 5px;
	line-height: 25px;
	font-family: 'crimsontext','Times New Roman',serif;
	color: #484038;
	font-size: 14px;
	border-radius: 0;
	border: 0;
	background: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #c6bbb4;
	cursor: pointer; 
	cursor: hand;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
form{
	width: 100%;
	margin: 0;
	border: 0;
	padding: 0;
}
/*Id*/
#logo{
	width: 80%; 
	margin: 0 auto; 
	border: 0;
	margin-bottom: 20px;
}
#line{
	width: 100%; 
	margin: 0 auto;
	border: 0;
}
#tContent{
	width: 80%;
	margin: 0 auto;
	border-bottom: 1px solid #b7ada5;
}
#sContent{
	width: 80%;
	margin: 0 auto;
	border: 0;
}
#aContent{
	width: 50%;
	text-align: left;
/*		float: right;*/
	border: 0;
	padding-top: 20px;
}
#info{
	color: #fc4c02;
}
/*Class*/
._100{
	width: 100%;
	padding: 0;
	margin: 0 auto;
}
.mContent{
	width: 1320px;
	height: auto;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 50px;
	border: 0;
}
.fContent{
	width: 100%;
	margin-bottom: 20px;
	border: 0;
}
.pContent, .cContent{
/*		float: left;*/
	width: 30%;
	border: 0;
	padding-top: 20px;
}
.prefDate, .prefCompany{
	width: 100%;
	padding-top: 20px;
	border: 0;
}
.prefDate>label, .prefCompany>label{
	font-family: 'crimsontext','Times New Roman',serif;
	font-size: 16px;
	color:#484038;
}
.prefDate>label.error, .prefCompany>label.error{
	color: #d93d00;
	text-align: left;
	width: 0px;
	margin-top: 0px;
	float: none;
}
.lTitle>label.error{
	color: #d93d00;
	float: left;
	margin-top: -16px;
	text-align: right;
	width: 340px;
}
.error{
	color: #d93d00;
}
.styled-select {
   background: url(https://img.en25.com/EloquaImages/clients/BankersAccuity/%7B826e8e73-b071-4eac-9883-39a70c150fa2%7D_arrow_icon%281%29.png)no-repeat 98% 0;
   width: 250px;
   overflow: hidden;
   margin-top: 5px;
   background-color: #f8f8f8;

	-webkit-box-shadow: 1px 1px 2px 1px rgba(198,187,180,1);
	-moz-box-shadow: 1px 1px 2px 1px rgba(198,187,180,1);
	box-shadow: 1px 1px 2px 1px rgba(198,187,180,1);

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.redMe{
	color: #d93d00;
	margin-left: 3px;
}
.orangeMe{
	color:#fc4c02;
}

.checkMe{
	display: inline-block;
	cursor: pointer;
	cursor: hand;
	position: relative;
	padding-left: 25px;
	margin-right: 15px;
	font-size: 16px;
	font-family: 'crimsontext','Times New Roman',serif;
	line-height: 18px;
}
.checkMe:before{
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, .3), 1px 1px 1px 1px rgba(255, 255, 255, .8);
	position: absolute;
	left: 0;
	background-color: #fff;
}
.checkbox label{
	margin-bottom: 10px;
}
.checkbox label:before{
	border-radius: 3px;
}
.tooltip {
	position: relative;
	display: inline-block;
	border-bottom: 1px dotted black;
}
.tooltip .tooltiptext {
	width: 180px;
	background-color: #fff;
	color: #484038;
	text-align: left;
	border-radius: 6px;
	box-shadow: #c6bbb4 1px 1px 1px 1px;
	border: 1px solid #c6bbb4;
	padding: 5px;
	font-size: 14px;
	font-family: 'crimsontext','Times New Roman',serif;

	/* Position the tooltip */
	position: absolute;
	z-index: 1;
	left: 150%;
	top: -30px;
}
.tooltitext-right::after{
	content: "";
	position: absolute;
	top: 50%;
	right: 100%;
	margin-top: -10px;
	border-width: 10px;
	border-style: solid;
	border-color: transparent #c6bbb4 transparent transparent;
	box-shadow: #c6bbb4 0 0 0 0;
}
/**/
@media (max-width: 600px){
	.mContent, #aContent{
		width: 100%;
	}
	#line img{
		width: 100%;
	}
	#logo, #sContent, #tContent{
		width: 90%;
	}
	.cContent, .pContent{
		width: 50%;
	}
	/*#aContent{
		float: left;
	}*/
}

@media (max-width: 575px){
	#logo{
		width: 100%
	}
	#logo img{
		width: 100%;
		max-width: 400px;
		height: auto;
	}
	.cContent, .pContent{
		width: 100%;
	}
}

@media (max-width: 360px){
	.tooltip .tooltiptext {
		/* Position the tooltip */
		position: absolute;
		z-index: 1;
		left: -1000%;
		top: -30px;
	}
	.tooltitext-right::after{
		left: 100%;
		border-color: transparent transparent transparent #c6bbb4;
	}
}