/**** PLUGIN DRIVEN CSS FILE ******/
#contactForm, #feedbackForm {
	display: block;
	margin-bottom: 40px;
}

.form__label {
	display: block;
	width: 100%;
	color: #163c31;
	font-weight: 700;
	font-family: 'Muli', sans-serif;
	margin-bottom: 0;
}
.form__input {
	display: block;
	width: 100%;
	border: 1px solid #666666;
	height: 33px;
	line-height: 33px;
	padding: 10px;
	margin-bottom: 15px;
}
.form__textarea {
	display: block;
	width: 100%;
	border: 1px solid #666666;
	padding: 10px;
	resize: vertical;
	min-height: 298px;
	margin-bottom: 15px;
}

.form__button--contact {
	display: inline-block;
	font-size: 18px;
	font-weight: 700;
	background-color: #317764;
	color: #fff;
	text-align: center;
	border-radius: 7px;
	border: 2px solid #317764;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	padding: 10px 15px;
}
	.form__button--contact:active,
	.form__button--contact:hover,
	.form__button--contact:focus {
		background-color: #fff;
		color: #317764;
		border: 2px solid #317764;
	}

/* Contact Information Styling */
.message p {
	color: red;
	font-size: 16px;
	margin-left: -15px;
}
.message p:before {
	content: '* ';
}
.contactInfo__heading {
	display: block;
	font-size: 24px;
	margin-bottom: 20px;
}
.contactInfo__group {
	display: block;
	margin-bottom: 20px;
	text-align: left;
}
@media(max-width: 767px){
	.contactInfo__group {
		display: block;
		margin-bottom: 20px;
		text-align: center;
	}
}
.contactInfo__subheading {
	display: block;
	font-size: 18px;
	line-height: 20px;
	margin-bottom: 5px;
}
	.contactInfo__subheading--inline {
		display: inline;
	}

.green-text-one {
	color:#103A2E;
	font-weight: bold;
}
.contactInfo a {
	display: block;
	color: #333333;
}
	.contactInfo a:active,
	.contactInfo a:focus,
	.contactInfo a:hover {
		color: #1d1d1d;
	}
	.contactInfo a.inline {
		display: inline;
	}

	.contactInfo__image {
		display: block;
		margin-bottom: 20px;
	}
/**** START OF MEDIA QUERIES ******/
@media (min-width: 768px) {
	
}

@media (min-width: 970px) {

}

@media (min-width: 1200px) {

}

@media (max-width: 500px) {

}

@media print {

}