#inner-wrap .we3 .agent {
  border: none; }
#inner-wrap .we3-agent-page .agent-name {
  color: #404040;
  font: 800 44px 'Neuton', serif; }
#inner-wrap .we3-agent-page .agent-title {
  font: 500 15px/21px 'Lato';
  color: #404040; }
#inner-wrap .we3-agent-page .contact-agent-button {
  background-color: #AB4342;
  border: none;
  border-radius: 0;
  width: 100%;
  margin: 0px 0 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }
  #inner-wrap .we3-agent-page .contact-agent-button:hover {
    text-decoration: none !important; }
  #inner-wrap .we3-agent-page .contact-agent-button i {
    line-height: 24px;
    vertical-align: middle;
    display: table-cell;
    text-align: center;
    letter-spacing: 1px; }
  #inner-wrap .we3-agent-page .contact-agent-button .label {
    line-height: 24px;
    font: 300 24px 'Neuton';
    letter-spacing: 1px;
    padding: 0; }
#inner-wrap .we3-agent-page .contact-agent-button.call-agent {
  height: 50px;
  margin: 0 0 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  background: #EAEAEA;
  width: 100%;
  -moz-border-radius: 4px;
  -khtml-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 5px 0;
  text-align: center;
  font-family: "Source Sans Pro";
  color: #5A5A5A;
  font-size: 20px;
  font-weight: normal;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }
  #inner-wrap .we3-agent-page .contact-agent-button.call-agent .label {
    padding: 0; }
  #inner-wrap .we3-agent-page .contact-agent-button.call-agent .icon-fa-envelope {
    vertical-align: middle;
    display: table-cell;
    text-align: center;
    letter-spacing: 1px; }
  #inner-wrap .we3-agent-page .contact-agent-button.call-agent .icon-phone {
    vertical-align: middle;
    display: table-cell;
    text-align: center;
    letter-spacing: 1px;
    color: #AB4342; }
  #inner-wrap .we3-agent-page .contact-agent-button.call-agent .label {
    color: #AB4342; }
#inner-wrap .we3-agent-page .breadcrumbs {
  margin-bottom: 10px;
  width: 100%;
  vertical-align: top;
  font-size: 14px;
  background: transparent;
  border-bottom: 1px solid #404040;
  padding: 8px 0; }
  #inner-wrap .we3-agent-page .breadcrumbs .back-to-results {
    color: #AB4342; }
  #inner-wrap .we3-agent-page .breadcrumbs .icon-grid:before {
    content: "\f009";
    font-family: fontAwesome; }
#inner-wrap .we3-agent-page .listing {
  width: 32%;
  border: none;
  border-radius: 0;
  border: 1px solid #FFF; }
  @media (max-width: 900px) {
    #inner-wrap .we3-agent-page .listing {
      width: 48%; } }
  @media (max-width: 667px) {
    #inner-wrap .we3-agent-page .listing {
      padding-bottom: 45px;
      width: 100%; } }
  #inner-wrap .we3-agent-page .listing:hover {
    border-color: #AB4342; }
    #inner-wrap .we3-agent-page .listing:hover h3 {
      background: #AB4342; }
    #inner-wrap .we3-agent-page .listing:hover .utility-buttons .utility-button {
      display: inherit; }
  #inner-wrap .we3-agent-page .listing header {
    position: absolute;
    z-index: 9;
    width: 100%;
    height: 100%;
    margin: 0; }
    @media (max-width: 900px) {
      #inner-wrap .we3-agent-page .listing header {
        padding-left: 0; } }
    @media (max-width: 667px) {
      #inner-wrap .we3-agent-page .listing header {
        padding: 0; } }
    #inner-wrap .we3-agent-page .listing header h3 {
      float: none;
      margin: 0;
      bottom: 72px;
      position: absolute;
      padding-left: 10px;
      padding-right: 10px;
      background: #3D3D3D;
      color: #FFF;
      padding-bottom: 5px; }
      @media (max-width: 667px) {
        #inner-wrap .we3-agent-page .listing header h3 {
          position: absolute;
          bottom: 70px; } }
      #inner-wrap .we3-agent-page .listing header h3 a {
        color: #FFF;
        font-family: 'Neuton',serif; }
    #inner-wrap .we3-agent-page .listing header .utility-buttons {
      position: absolute;
      right: 0;
      top: 0;
      z-index: 99; }
      @media (max-width: 667px) {
        #inner-wrap .we3-agent-page .listing header .utility-buttons {
          width: 100%; } }
      #inner-wrap .we3-agent-page .listing header .utility-buttons .utility-button {
        display: none; }
        @media (max-width: 667px) {
          #inner-wrap .we3-agent-page .listing header .utility-buttons .utility-button {
            display: inherit;
            width: 100%; } }
      #inner-wrap .we3-agent-page .listing header .utility-buttons button {
        border: none;
        -moz-border-radius: 4px;
        -khtml-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        background: #FFF;
        background-color: #FFF;
        box-shadow: none;
        font-family: "Source Sans Pro";
        font-size: 13px;
        font-weight: 400;
        color: #66B69B;
        text-shadow: none;
        padding: 1px 5px;
        float: left;
        color: #AB4342;
        border-radius: 0;
        padding: 5px 10px; }
        @media (max-width: 667px) {
          #inner-wrap .we3-agent-page .listing header .utility-buttons button {
            float: left;
            color: #FFF;
            border-radius: 0;
            padding: 5px;
            width: 50%;
            background-color: #AB4342;
            border-right: 1px solid #FFF; } }
        #inner-wrap .we3-agent-page .listing header .utility-buttons button i {
          padding-right: 3px;
          font-size: 11px; }
      #inner-wrap .we3-agent-page .listing header .utility-buttons button.we3-user-hide-listing {
        color: #A5B4B7; }
        @media (max-width: 667px) {
          #inner-wrap .we3-agent-page .listing header .utility-buttons button.we3-user-hide-listing {
            color: #fff;
            background: #AB4342; } }
    #inner-wrap .we3-agent-page .listing header .address {
      position: absolute;
      bottom: 45px;
      padding-left: 10px; }
    #inner-wrap .we3-agent-page .listing header .zip a, #inner-wrap .we3-agent-page .listing header .state a, #inner-wrap .we3-agent-page .listing header .neighborhood a {
      color: #5A5A5A;
      font-size: 12px;
      font-weight: 700;
      background: none; }
  #inner-wrap .we3-agent-page .listing .pic {
    width: 100%;
    height: 195px;
    max-width: inherit; }
    @media (max-width: 900px) {
      #inner-wrap .we3-agent-page .listing .pic {
        position: inherit;
        top: inherit; } }
    @media (max-width: 667px) {
      #inner-wrap .we3-agent-page .listing .pic {
        height: 100%;
        min-height: 210px;
        max-height: 210px; } }
    #inner-wrap .we3-agent-page .listing .pic img {
      margin-top: -20px; }
  #inner-wrap .we3-agent-page .listing .trendingBanner {
    display: none; }
  #inner-wrap .we3-agent-page .listing .info-wrapper {
    margin-left: 0;
    padding: 0;
    display: inline-block;
    width: 100%;
    min-height: 70px;
    padding-top: 30px;
    padding-left: 10px;
    background: #F2F2F2; }
    @media (max-width: 667px) {
      #inner-wrap .we3-agent-page .listing .info-wrapper {
        position: absolute;
        bottom: 0;
        left: 0; } }
    #inner-wrap .we3-agent-page .listing .info-wrapper .priceHold {
      float: left;
      border-right: 1px solid #DDD;
      padding-right: 7px; }
      @media (max-width: 667px) {
        #inner-wrap .we3-agent-page .listing .info-wrapper .priceHold {
          margin-top: inherit;
          height: inherit;
          background: inherit;
          position: relative;
          padding: 0; } }
    #inner-wrap .we3-agent-page .listing .info-wrapper .price {
      background: none;
      color: #AB4342;
      font-size: 14px;
      line-height: 100%;
      padding: 0; }
    #inner-wrap .we3-agent-page .listing .info-wrapper .bd-ba-Hold {
      width: 37%;
      margin: 0;
      max-width: inherit;
      float: left;
      padding-left: 7px; }
      #inner-wrap .we3-agent-page .listing .info-wrapper .bd-ba-Hold .bd-info {
        margin-right: 2%; }
      #inner-wrap .we3-agent-page .listing .info-wrapper .bd-ba-Hold .info {
        background: none;
        border: none;
        border-right: 1px solid #DDD;
        border-radius: 0;
        padding: 0;
        padding-right: 7px;
        font-size: 14px; }
    #inner-wrap .we3-agent-page .listing .info-wrapper .type {
      float: left;
      margin: 0;
      padding-left: 7px; }
      @media (max-width: 667px) {
        #inner-wrap .we3-agent-page .listing .info-wrapper .type {
          width: 30%; } }
    #inner-wrap .we3-agent-page .listing .info-wrapper .time-info {
      left: 0;
      padding-left: 10px;
      position: absolute;
      right: 0;
      bottom: 5px; }
      @media (max-width: 667px) {
        #inner-wrap .we3-agent-page .listing .info-wrapper .time-info {
          text-align: inherit;
          width: inherit;
          margin: 0; } }
      #inner-wrap .we3-agent-page .listing .info-wrapper .time-info .days-ago {
        color: #7E8C8C;
        font-size: 12px;
        font-weight: 300;
        line-height: 100%;
        display: inline-block;
        margin-right: 10px; }

.we3 .agent #contact-agent-section {
  background: #EAEAEA;
  border: none; }
  .we3 .agent #contact-agent-section h5 {
    color: #404040;
    font: 500 32px 'Neuton', serif; }
  .we3 .agent #contact-agent-section h6 {
    color: #404040;
    font: 500 20px 'Neuton', serif; }
  .we3 .agent #contact-agent-section label {
    color: #404040;
    font: 500 18px 'Neuton', serif; }
  .we3 .agent #contact-agent-section fieldset.contact-info label, .we3 .agent #contact-agent-section fieldset.contact-info input, .we3 .agent #contact-agent-section fieldset.contact-message label {
    height: auto;
    margin: 0;
    font: 500 16px/16px 'Lato', sans-serif; }
  .we3 .agent #contact-agent-section fieldset.contact-message {
    padding: 0; }
  .we3 .agent #contact-agent-section button[type=submit] {
    background: #AB4342;
    border: none;
    border-radius: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }
    .we3 .agent #contact-agent-section button[type=submit] .label {
      font: 300 23px 'Neuton', sans-serif;
      padding: 0; }
