.adwords-form .form-group { height: 25px; }

.adwords-form .form-group label.error { 
    color: #a94442;
    width: 100%;
    text-align: left;
    margin-top: 3px;
    background-color: #f2dede;
    border: 1px solid transparent;
    border-radius: 4px;
    padding-left: 12px;
}

.call-us-message {
	font-size: 16px;
	margin-top: 35px;
	margin-bottom: 35px;
	font-weight: 500;
}

@media (max-width: 768px) {
    header.ad-words { height: auto; }
    section { margin-top: 1px; }
    .adwords-form { height: auto; padding-bottom: 5px; }
    .adwords-form .form-group { height: auto; }
    .visible-xs img { width: 100%; }
}