.askQuestionFormFieldBtnGroup {
	position: relative;
}

.askQuestionFormFieldBtnGroup > button {
	position: absolute;
	right: 0;
	top: 0;
}

#askquestion h2 {
    background-color: #1a2e81;
    color: #fff;
    padding: 15px;
    font-weight: bold;	
    margin: 0;
}

#askquestion form {
	background-color: #F8F7F6;
	padding: 5px 15px 10px 15px;
}

#askquestion form .contact-preference-group:first-child {
    width: 6%;
    padding-left: 5px;	
}

#askquestion form .contact-preference-group:nth-child(2) {
    width: 93%;
}

@media (max-width: 1300px) {
	#askquestion form .contact-preference-group:first-child {
		width: 10%;
	}
	#askquestion form .contact-preference-group:nth-child(2) { 
		width: 90%;
	}
}

#askquestion button {
	background-color: #1a2e81;
}


@media only screen and (max-device-width: 768px) {
	input[type='date']:after {
	  content: attr(placeholder)
	}
}