.contact--left, .contact--right {
	color: #FFF;
	width: 100%;
}

.contact--left {
	float: left;
}

.contact--right {
	float: right;
	margin-bottom: 50px;
}
	@media (min-width: 768px) {
		.contact--left, .contact--right {width: 46%;}
		.contact--left  {margin-right: 8%;}
		.contact--right {margin-bottom: 0; margin-top: 7px;}
	}

.contact--right a {color: #FFF;}

.contact--right p {margin-bottom: 20px;}

.contact .freeform .freeform-label {
	font-weight: 400 !important;
	margin-bottom: 5px;
}

.contact .freeform ul li {
    color: red;
    margin: 5px 0 10px;
    font-size: 14px;
    line-height: 1.35;
}

.contact .ff-form-errors {
    font-weight: 500;
    color: #FFF;
    background-color: red;
    padding: 8px 12px;
    border-radius: 7px;
    border: none;
}

.contact .ff-form-errors > p {
    font-size: 18px;
    line-height: 1.35;
    font-weight: 500;
}


.contact .ff-form-success {
    background-color: #008185;
    border-radius: 7px;
    margin-top: 18px;
    margin-bottom: 10px;
}

.contact .ff-form-success p {
    font-weight: 500;
    color: #FFF;
    font-size: 18px;
    line-height: 1.35;
    padding: 8px 12px;
}