@charset "UTF-8";
#Contact-top{
	margin-bottom:6em;
	font-size: .9em;
}
#Thanks{
	text-align: left;
}
button.main.imagebutton{
	padding: 1em;
    color: #fff;
    background: rgba(236,109,1,1);
    display: block;
    margin: 0 auto;
    margin-top: 1em;
    width: 70%;
    position: relative;
}
button:before {
    content: '';
    width: 18px;
    height: 18px;
    background: #000040;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 5%;
    margin-top: -9px;
}
button:after {
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    position: absolute;
    top: 50%;
    right: 6.5%;
    margin-top: -3px;
    transform: rotate(45deg);
}
button:hover{
	box-shadow: 5px 5px 20px rgba( 0, 0, 0, 0.1 );
	opacity: 0.6;
}
.contact a{
text-decoration: underline;
}
.required{
	padding: 0.1em 0.4em;
    background-color: #ea5136;
    color: #fff;
    right: 5%;
    position: absolute;
    border-radius: 3px;
    margin-left: 0.5em;
    font-size: 0.8em;
}
.option{
padding:2px 0 0 3px;
}
.contact td, .contact th{
border:none;
}
.contact tr{
border-radius:5px;
}
.set{
	border-collapse: collapse;
}
table.contact-child{
	width: 100%;
}
.contact-child th,.contact-child td{
	font-size: .9em;
	font-weight: 300;
}
.contact-child th{
	border-right: 1px solid #f8f8f8;
    position: relative;
    text-align: left;
    padding: 1em;
    width: 30%;
    vertical-align:middle;
}
.contact-child td{
	text-align: left;
    padding: 1em;
}
.contact-child tr:nth-child(odd){
	background: #f6f6f6;
}
.contact-child tr:nth-child(even) {
	background: #eee;
}
button, input, optgroup, select, textarea{
	background:#fff;
	border: 1px solid #ddd;
	padding: .5em;
	width: 100%;
}
input[type="radio"]{
	width: auto;
}
.mfp_element_text, .mfp_element_number, .mfp_element_select-one, .mfp_element_email, .mfp_element_tel, .mfp_element_textarea, .mfp_element_date, .mfp_element_password {
    border-radius: 3px;
    margin: 2px;
    width: 100%;
    line-height: 1;
    padding: 5px 10px;
    -webkit-appearance: none;
    vertical-align: middle;
	border: 1px solid #ccc;
}
input[type="radio"] {
    -webkit-appearance: radio;
	margin-right: .5em;
    margin-top: -.3em;
}
[type="checkbox"] {
    padding: 0;
    width: auto;
    display: inline-block;
}
.agree {
    text-align: center;
	margin: 0 auto;
	display:inline-block;
	width: 100%;
	margin-top: 1em;
}
@media only screen and (max-width: 1024px){

}
@media screen and (max-width: 568px){
	.required{
		top:0;
	}
	.contact td, .contact th {
		border: none;
		display: inline-block;
		width: 100%;
		padding:0;
	}
	.contact th {
		padding-bottom:0.5em;
	}
	.contact tr {
		border-radius: 0px;
		display: block;
		width: 100%;
		padding:0.5em;
	}
	.agree{
		margin:0;
		margin-top:0.5em;
	}
}
