@charset "UTF-8";

.contact {
	max-width: 1000px;
	margin: 0 auto 50px;
}

.contact p {
    font-size: 25px;
    font-size: 2.5rem;
    font-weight: 400;
}

.google-maps {
	position: relative;
	padding-bottom: 30%;
	height: 0;
	overflow: hidden;
	margin-bottom: 100px;
}

.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

h3 {
	margin-bottom: 30px;
    padding-bottom: 8px;
    font-size: 28px;
    font-size: 2.8rem;
    font-weight: 400;
    text-align: left;
    border-bottom: 1px solid #fe6c0b;
}

.pageTitle.confirm,
.pageTitle.thanks {
	margin-bottom: 100px;
}

@media screen and (min-width: 768px) {

	.formTable {
		margin: 30px auto;
	}
	
	.txtPrivacy {
		text-align: left;
		margin-bottom: 40px;
	}


}


@media screen and (max-width: 767px) {
	
	.formTable {
		margin: 30px auto;
	}

	.txtPrivacy {
		text-align: left;
		margin: 0 15px 30px;
	}
	
	.contact {
		margin: 0 15px 80px;
	}
	
	.contact p {
	    font-size: 20px;
	    font-size: 2.0rem;
	}
	.google-maps {
		padding-bottom: 70%;
	}
	
	h3 {
		margin-bottom: 30px;
	    padding-bottom: 8px;
	    font-size: 26px;
	    font-size: 2.6rem;
	    font-weight: 400;
	    text-align: left;
	    border-bottom: 1px solid #fe6c0b;
	}
	
	.formTable input[type=text].long {
		width: 80%;
	}
	
	.formTable textarea {
		width: 90%;
	}
	
	.formTable .submitBtn input {
		font-size: 15px;
	    font-size: 1.5rem;
	}
	
	.pageTitle.confirm,
	.pageTitle.thanks {
		margin-bottom: 10.7%;
	}
	
	.contact p a {
		font-size: 25px;
		font-size: 2.5rem;
	}
}

