@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600");
body {
  font-family: 'Open Sans', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
  color: #596473; }

#lead-container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: auto;
  box-sizing: border-box; }

#st1 {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%; }

#st2, #st3 {
  display: none;
  width: 100%; }

#agent_header {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin: 50px auto 0 auto;
  padding: 0 30px;
  box-sizing: border-box; }
  @media (max-width: 599px) {
    #agent_header {
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      margin-top: 30px; } }

#agent_avatar {
  width: 67px;
  height: 67px;
  margin: 0 30px 0 0; }
  #agent_avatar img {
    width: 67px;
    height: 67px;
    object-fit: cover;
    border-radius: 50%;
    overflow: hidden; }
  @media (max-width: 599px) {
    #agent_avatar {
      margin: 0 0 14px 0; } }

#agent_info {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  font-size: 15px;
  line-height: 24px;
  color: #596473; }
  @media (max-width: 599px) {
    #agent_info {
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      text-align: center; } }
  #agent_info #agent_name {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    #agent_info #agent_name p {
      margin: 0; }
      #agent_info #agent_name p:first-of-type {
        margin-bottom: 2px; }
      #agent_info #agent_name p:last-of-type {
        font-size: 13px;
        line-height: 20px; }
  #agent_info #agent_contact {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: right; }
    #agent_info #agent_contact a {
      color: #596473;
      text-decoration: none; }
      #agent_info #agent_contact a:first-of-type {
        margin: 0 0 2px 0;
        font-size: 15px;
        line-height: 24px; }
      #agent_info #agent_contact a:last-of-type {
        margin: 0;
        font-size: 13px;
        line-height: 20px; }
    @media (max-width: 599px) {
      #agent_info #agent_contact {
        display: none; } }

#mobile_contact_icons {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 30px;
  right: 12px; }
  #mobile_contact_icons a {
    display: block;
    width: 24px;
    height: 24px;
    text-decoration: none; }
  #mobile_contact_icons #mobile_contact_icons--phone_icon {
    background-image: url(../assets/icon-phone.svg);
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0 15px 0 0; }
  #mobile_contact_icons #mobile_contact_icons--email_icon {
    background-image: url(../assets/icon-email.svg);
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0; }
  @media (min-width: 600px) {
    #mobile_contact_icons {
      display: none; } }

#intro_content {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  padding: 0 30px;
  box-sizing: border-box; }
  @media (max-width: 599px) {
    #intro_content {
      padding: 0 15px; } }

#intro_text {
  margin: 50px 0;
  font-size: 40px;
  font-weight: 600;
  line-height: 47px;
  text-align: center; }
  @media (max-width: 599px) {
    #intro_text {
      font-size: 26px;
      line-height: 36px;
      font-weight: 400;
      margin: 30px 0; } }

#intro_subtext {
  margin: 50px 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  text-align: center; }
  @media (max-width: 599px) {
    #intro_subtext {
      font-size: 13px; } }

#wmhw_illustration {
  width: 100%;
  max-width: 1290px;
  height: 200px;
  background-image: url(../assets/wmhw_illustration.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin: 0 auto 24px auto; }

#bre-and-website {
  text-align: center;
  color: #596473;
  font-size: 13px;
  line-height: 20px;
  margin: 30px auto 40px auto; }
  #bre-and-website p {
    margin: 0 0 8px 0; }
  #bre-and-website a {
    color: #596473; }

#property_form, #inner_property_form {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%; }

#address_input_wrapper {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  height: 56px;
  width: 100%;
  max-width: 556px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
  background-color: white; }
  #address_input_wrapper div {
    width: 100%;
    position: relative; }

#cma_address {
  background-color: transparent;
  height: 56px;
  color: #596473;
  border: none;
  padding: 16px;
  box-sizing: border-box;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 20px; }
  #cma_address:focus {
    outline: none; }
  #cma_address::-webkit-input-placeholder {
    color: #C5C9D1; }
  #cma_address::-moz-placeholder {
    color: #C5C9D1; }
  #cma_address:-ms-input-placeholder {
    color: #C5C9D1; }
  #cma_address:-moz-placeholder {
    color: #C5C9D1; }

.api_button {
  height: 56px;
  max-width: 56px;
  border-radius: 0 3px 3px 0;
  background-color: #20B575; }
  .api_button a {
    display: block;
    width: 56px;
    height: 56px;
    background-image: url(../assets/address_search_icon.svg);
    background-position: center center;
    background-repeat: no-repeat; }

#map-preview {
  width: 100%;
  background-position: center center; }

#result {
  margin: 40px 0 20px 0;
  color: #596473;
  font-family: "Open Sans", 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 47px;
  text-align: center; }
  @media (max-width: 599px) {
    #result {
      font-size: 26px;
      line-height: 36px;
      font-weight: 400; } }

#property_address {
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
  margin: 0 0 30px 0;
  text-align: center; }
  @media (max-width: 599px) {
    #property_address {
      font-size: 18px;
      line-height: 24px;
      margin: 0 0 24px 0; } }

#extra_info_form_wrapper {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding: 0 30px;
  box-sizing: border-box; }
  @media (max-width: 599px) {
    #extra_info_form_wrapper {
      padding: 0 15px; } }

#extra_info_form {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  text-align: center; }
  #extra_info_form p {
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    margin: 0 0 28px 0; }
  #extra_info_form .extra_info_input_group {
    width: 100%;
    max-width: 558px;
    margin-bottom: 16px; }
    @media (min-width: 600px) {
      #extra_info_form .extra_info_input_group {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between; } }
    @media (max-width: 599px) {
      #extra_info_form .extra_info_input_group {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        margin: 0; } }
  #extra_info_form input {
    box-sizing: border-box;
    height: 42px;
    width: 264px;
    border: 2px solid #C5C9D1;
    border-radius: 3px;
    background-color: #FFFFFF;
    padding: 0 12px;
    box-sizing: border-box;
    font-family: 'Open Sans', 'Helvetica Neue', Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 20px; }
    @media (max-width: 599px) {
      #extra_info_form input {
        width: 100%;
        margin: 0 0 16px; } }
    #extra_info_form input.placeholder {
      color: #C5C9D1; }
    #extra_info_form input:focus {
      outline: none; }
    #extra_info_form input::-webkit-input-placeholder {
      color: #C5C9D1; }
    #extra_info_form input::-moz-placeholder {
      color: #C5C9D1; }
    #extra_info_form input:-ms-input-placeholder {
      color: #C5C9D1; }
    #extra_info_form input:-moz-placeholder {
      color: #C5C9D1; }

#submit_info {
  padding: 14px 28px;
  box-sizing: border-box;
  background-color: #20B575;
  border-radius: 3px;
  overflow: hidden;
  border-bottom: 2px solid #1A9B5F;
  color: white;
  font-size: 16px;
  line-height: 22px;
  margin: 12px 0 50px 0; }

#thank_you {
  margin: auto;
  text-align: center; }

#thank_you {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 30px;
  box-sizing: border-box; }
  @media (max-width: 599px) {
    #thank_you {
      padding: 0 15px; } }
  #thank_you h1 {
    margin: 50px 0 30px 0;
    font-size: 40px;
    font-weight: 600;
    line-height: 47px;
    text-align: center; }
    @media (max-width: 599px) {
      #thank_you h1 {
        font-size: 26px;
        line-height: 36px;
        font-weight: 400;
        margin: 30px 0; } }
  #thank_you p {
    max-width: 674px;
    margin: 0 0 30px 0;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    text-align: center; }
    @media (max-width: 599px) {
      #thank_you p {
        font-size: 13px; } }
    #thank_you p a {
      text-decoration: none;
      color: #20B575; }
  #thank_you h5 {
    margin: 0 0 70px 0;
    color: #233040;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    text-align: center; }
    @media (max-width: 599px) {
      #thank_you h5 {
        margin: 0 0 40px 0; } }
