@charset "UTF-8";
/* CSS Document */

/* Style the alert box's heading; make the font a bit larger than normal text */
div.alert-heading {
  font-size: 1.25rem;
}

/* Style inputs, select elements and textareas */
input[type=text], input[type=email], input[type=tel], select, textarea{
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  resize: vertical;
  margin: 0 18px 10px 18px;
}

/* Style the label to display next to the inputs */
label {
  padding: 12px 12px 0 18px;
  display: inline-block;
  font-weight: 400;
}

.realtor {
	text-transform: none;
	font-weight: 400;
}

/* Style the submit button */
input[type=submit] {
  background-color: #c83736 !important;
  color: white;
  padding: 12px 20px;
  border: 1px solid #c83736 !important;
  border-radius: 4px;
  cursor: pointer;
  float: right;
  margin: 20px 0 30px 18px;
}

input:hover[type=submit] {
  background-color: #ffffff !important;
  color: #c83736 !important;
  padding: 12px 20px;
  border: 1px solid #c83736 !important;
  border-radius: 4px;
  cursor: pointer;
  float: right;
  margin: 20px 0 30px 18px;
}

.hdwp-sec {
  display: none;
  position: absolute; top: 3px; left: -2680px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  input[type=submit] {
    width: 100%;
    margin: 10px 18px 30px 18px;
  }
  input:hover[type=submit] {
    width: 100%;
    margin: 10px 18px 20px 18px;
  }
}
