#module-contacttoexpert-contact .container .contacttoexpert-wrapper{
	max-width: 1468px;
    padding-left: 15px;
    padding-right: 15px;
	overflow:hidden;
	margin: 0 auto;
}
#module-contacttoexpert-contact #content {
	border:none;
	box-shadow:none;
	padding:0px;
	margin:0px;
}
#module-contacttoexpert-contact .contact-form {
	padding:0px;
	background:none;
}
#module-contacttoexpert-contact .contact-form .page-header p{
	max-width:745px;
	margin:0 auto;
	margin-top:2.5rem;
}
.expert-pic-jobprofile figure img{
	width:315px;
	height:315px;
}
.expert-pic-jobprofile {
	text-align:center;
}
.expert-pic-jobprofile h2 {
	font-weight:400;
	color:#404040;
	text-transform:uppercase;
	font-size:18px;
	line-height:normal;
}
.expert-pic-jobprofile h2 span {
	text-transform:none;
	display:block;
	font-size:16px;
}
@media(min-width:992px){
	#module-contacttoexpert-contact .contact-form form {
		padding-left:5rem;
	}
}
#module-contacttoexpert-contact .contact-form .select{
	max-width: 157px;
    height: auto;
    background: transparent linear-gradient(180deg,#fff,#f7f7f7) 0 0 no-repeat padding-box;
}
#module-contacttoexpert-contact .contact-form .select .select-styled {
	position: static;
    padding: 6px 0 7px 11px;
    border: 1px solid hsla(0,1%,70%,.8);
    border-radius: 2px;
    color: #404040;
    font-size: 14px;
    text-transform: none;
}
#module-contacttoexpert-contact .contact-form .select .select-styled:after {
	content: "";
	width: 36px;
	height: 36px;
	background:url(../img/select-arrow.png)center center no-repeat;
	position: absolute;
	top: 0px;
	right: 0px;
	background-size: 13px 7px;
	border-left: 1px solid rgba(179,178,178,0.8);
}
#module-contacttoexpert-contact .contact-form .select .select-options{
	overflow: auto;
}
#module-contacttoexpert-contact .contact-form .select .select-options li{
	margin: 0;
    padding: 10px 0;
    text-indent: 12px;
    border: 1px solid #e6e6e6;
    font-size: 14px;
    text-transform: none;
}
#module-contacttoexpert-contact .contact-form label {
	text-align:left;
	color:#878786;
	font-size:16px;
}
#module-contacttoexpert-contact .contact-form label input[type=checkbox]+span{
	width: 15px;
    height: 15px;
}
#module-contacttoexpert-contact .contact-form  textarea {
	    border: 1px solid rgba(0,0,0,.25);
		max-width:721px;
		height:310px;
		width:100%;
}
@media(max-width:991px){
	.expert-pic-jobprofile figure img {
		width: 100%;
		max-width: 315px;
		height: auto;
	}
}
@media(max-width:767px){
	#module-contacttoexpert-contact .contact-form  textarea {
		height:200px;
	}
}

.contacttoexpert-wrapper h1{
	line-height:normal;
}