<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">input[type="radio"] {
 height: 18px;
 width: 18px;
 background-color: white;
 border: 1px solid #a1a0a0;
 -moz-border-radius: 10px;
 -webkit-border-radius: 10px;
 border-radius: 10px;
 cursor: pointer;
 -webkit-appearance: none;
}

input[type="radio"]:after {
 display: block;
 content: '';
 height: 8px;
 width: 8px;
 position: relative;
 top: 4px;
 left: 4px;
 -moz-border-radius: 10px;
 -webkit-border-radius: 10px;
 border-radius: 10px;
}

input[type=radio]:checked:after {
 background-color: #0584f7;
}

input[type="text"], input[type="password"] {
 height: 32px;
 padding: 3px 0 0 10px;
}

.search-input {
 width: 100%;
 padding-right: 62px;
 border: none;
 font-weight: normal;
}

@media (min-width: 992px) {
 .search-input {
  font-weight: 100;
 }
}

@media (min-width: 768px) {
 input.search-input {
  height: 42px;
  font-size: 16px;
 }
}

.search-submit {
 padding: 1px 5px;
 position: absolute;
 top: 0;
 right: 0;
 border: none;
 color: white;
}

.search-submit:focus {
 outline: none;
}

.ui-autocomplete {
 position: relative;
 max-height: 135px;
 margin: 0;
 padding: 0;
 z-index: 9999;
 overflow: scroll;
 background-color: white;
 list-style: none;
}

.ui-autocomplete .ui-menu-item {
 line-height: 34px;
 padding: 0 10px;
}

.ui-autocomplete .ui-menu-item a {
 color: #424141;
 font-size: 14px;
}

.ui-autocomplete .ui-menu-item a:hover {
 text-decoration: none;
}

.ui-autocomplete .ui-menu-item:hover {
 background-color: #0584f7;
 cursor: pointer;
}

.ui-autocomplete .ui-menu-item:hover a {
 color: white;
}

.ui-autocomplete.w-border {
 border: 1px solid #8C8C8C;
 border-top: none;
}

@media (min-width: 768px) {
 .ui-autocomplete {
  max-height: 195px;
 }

 .ui-autocomplete .ui-menu-item {
  line-height: 38px;
 }

 .ui-autocomplete .ui-menu-item a {
  font-size: 16px;
 }
}

.ui-autocomplete-bordered-medium {
 border: 1px solid #8C8C8C;
}

.ui-autocomplete-bordered-dark {
 border: 1px solid #0a1113;
}

.ui-autocomplete-wo-top {
 border-top: none !important;
}

.ui-autocomplete-fixed {
 width: 389px !important;
}

@media (min-width: 768px) {
 .ui-autocomplete-fixed {
  width: 385px !important;
 }

 .search-bar .ui-autocomplete-fixed {
  width: 345px !important;
 }
}

@media (min-width: 992px) {
 .search-bar .ui-autocomplete-fixed {
  width: 385px !important;
 }
}

.mobile-form h3 {
 margin-bottom: 15px;
 font-size: 19px;
 line-height: 1.5;
}

.mobile-form .form-horizontal {
 text-align: center;
}

.mobile-form .form-horizontal .btn {
 margin-top: 5px;
 margin-bottom: 20px;
}

.mobile-form h4 {
 margin-top: 0;
 color: #8e8d8d;
 font-size: 11px;
 font-family: Arial, sans-serif;
 font-weight: normal;
 font-style: italic;
}

.radio-wrapper {
 display: inline-block;
 vertical-align: bottom;
 margin-left: 0;
}

.input-radio {
 display: inline-block;
 margin: 6px 15px 6px 0;
 position: relative;
 vertical-align: bottom;
}

.input-radio input[type=radio] {
 margin-top: 0;
 margin-right: 5px;
}

.input-radio-dark {
 top: 1px;
}

.input-radio-dark label {
 color: white;
}

@media (min-width: 768px) {
 .radio-wrapper {
  margin-left: 10px;
 }
}

@media (min-width: 992px) {
 .radio-wrapper {
  margin-left: 20px;
 }
}

.icon-geo {
 position: absolute;
 top: 4px;
 left: 4px;
}

.geo-btn ~ .search-input {
 padding-left: 30px;
 font-size: 12px;
}

@media screen and (min-width: 380px) {
 .geo-btn ~ .search-input {
  font-size: 14px;
 }
}

@media (min-width: 768px) {
 .icon-geo {
  top: 9px;
 }

 .geo-btn ~ .search-input {
  font-size: 16px;
 }
}

.ms-hero {
 position: relative;
 background-size: auto 340px;
 background-position: center center;
}

.ms-hero h1 {
 margin-top: 26px;
 margin-bottom: 20px;
 color: white;
 font-size: 28px;
 font-family: "museo-sans", Arial, sans-serif;
 font-weight: 100;
 text-align: center;
}

.ms-hero h2 {
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
 text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}

.ms-hero .h-huge {
 margin-bottom: 10px;
 font-size: 38px;
}

.ms-hero a {
 color: white;
}

.ms-hero a:hover {
 text-decoration: none;
}

.ms-hero .container {
 height: 340px;
 padding-top: 20px;
 position: relative;
 text-align: center;
}

.ms-hero .hero-property {
 position: absolute;
 right: 20px;
 bottom: 10px;
 font-family: "tinos",sans-serif;
 font-weight: 700;
 font-style: italic;
 text-decoration: underline;
 text-shadow: 1px 1px 0 rgba(0,0,0,0.5);
}

.ms-hero .hero-property:hover {
 text-decoration: underline;
}

@media (min-width: 768px) {
 .ms-hero {
  background-size: auto 430px;
  background-position: center top;
 }

 .ms-hero h1 {
  margin-bottom: 26px;
  font-size: 37px;
 }

 .ms-hero .h-huge {
  margin-bottom: 0;
  font-size: 72px;
 }

 .ms-hero .container {
  height: 429px;
  padding-top: 85px;
 }

 .ms-hero .hero-property {
  right: 10px;
 }
}

@media (min-width: 992px) {
 .ms-hero {
  background-size: auto auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
 }

 .ms-hero .container {
  position: static;
 }

 .ms-hero h1 {
  font-size: 45px;
 }

 .ms-hero .container {
  height: 520px;
  padding-top: 130px;
 }

 .ms-hero .hero-property {
  right: 20px;
 }
}

.ms-hero-type-a {
 margin-bottom: 60px;
}

.ms-hero-type-a .container {
 padding-top: 0;
}

.ms-hero-type-a .container h2 {
 color: white;
 font-size: 24px;
 margin-bottom: 15px;
}

.ms-hero-type-a2 {
 margin-bottom: 60px;
}

.ms-hero-type-a2 .container {
 padding-top: 0;
}

.ms-hero-type-a2 h2 {
 color: white;
 font-size: 24px;
 margin-bottom: 35px;
}

.ms-hero-type-a3 .container {
 padding-top: 0;
}

.ms-hero-type-a3 .container h1 {
 margin-bottom: 5px;
}

.ms-hero-type-a3 .container h2 {
 display: none;
 color: white;
 font-size: 24px;
 margin-bottom: 40px;
 font-weight: bold;
}

.ms-hero-type-b {
 margin-bottom: 60px;
}

.ms-hero-type-b .container {
 position: relative;
 padding-top: 0;
}

.ms-hero-type-b .container h2 {
 color: white;
 font-size: 24px;
 margin-top: 50px;
}

@media (max-width: 767px) {
 .ms-hero-type-a .container h1 {
  margin-top: 60px;
  font-size: 32px;
 }

 .ms-hero-type-a3 .container {
  height: 175px;
 }

 .ms-hero-type-a3 .container h1 {
  margin-top: 30px;
  font-size: 32px;
 }
}

@media (min-width: 768px) {
 .ms-hero-type-a .container h2 {
  font-size: 40px;
 }

 .ms-hero-type-a2 .container h2 {
  font-size: 40px;
 }

 .ms-hero-type-a3 {
  margin-bottom: 60px;
 }

 .ms-hero-type-a3 .container h2 {
  display: inline-block;
 }

 .ms-hero-type-b .container h2 {
  font-size: 40px;
  margin-top: 55px;
 }
}

@media (min-width: 992px) {
 .ms-hero-type-a .container {
  padding-top: 60px;
 }

 .ms-hero-type-a .container h2 {
  font-size: 40px;
 }

 .ms-hero-type-a2 .container {
  padding-top: 60px;
 }

 .ms-hero-type-a2 .container h2 {
  font-size: 40px;
 }

 .ms-hero-type-a3 .container {
  padding-top: 60px;
 }

 .ms-hero-type-b .container {
  padding-top: 60px;
 }

 .ms-hero-type-b .container h2 {
  margin-top: 30px;
 }
}

.ms-hero .container {
 text-align: left;
}

.ms-hero .search-pod {
 position: relative;
 max-width: 480px;
 margin: 0 auto;
}

.ms-hero .search-form {
 margin-bottom: 2px;
 position: relative;
 background-color: #0A1113;
 border: 10px solid #0a1113;
}

.ms-hero .search-form-thin {
 margin: 0 auto;
 position: relative;
 border: 1px solid #b6b7b7;
}

.ms-hero .search-btn {
 display: inline-block;
 vertical-align: middle;
 *vertical-align: auto;
 *zoom: 1;
 *display: inline;
 margin: 0px 0px 3px 0;
 padding: 5px 12px;
 position: relative;
 background-color: #0c1113;
 font-size: 12px;
 text-align: center;
 -moz-transition: all 0.7s linear;
 -o-transition: all 0.7s linear;
 -webkit-transition: all 0.7s linear;
 transition: all 0.7s linear;
}

.ms-hero .search-btn:hover, .ms-hero .search-btn:active, .ms-hero .search-btn.not-active:hover, .ms-hero .search-btn.not-active:active {
 background-color: rgba(12,17,17,0.75);
}

.ms-hero .search-btn.not-active {
 background-color: rgba(12,17,17,0.5);
 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.ms-hero .search-btn.not-active:after {
 display: none;
}

.ms-hero .search-btn:after {
 display: none;
 content: '';
 height: 0;
 width: 0;
 position: absolute;
 top: 14px;
 right: 10px;
 border-top: 4px solid transparent;
 border-bottom: 4px solid transparent;
 border-left: 4px solid white;
}

.ms-hero .advanced-search {
 margin-top: 5px;
 margin-right: 10px;
 float: right;
 text-shadow: 1px 1px 0 #000;
}

.ms-hero .advanced-search.with-background {
 display: inline-block;
 margin-bottom: 2px;
 padding: 5px 22px 5px 12px;
 position: relative;
 background-color: #0c1113;
 background-color: rgba(12,17,17,0.6);
 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
 -moz-transition: all 0.7s linear;
 -o-transition: all 0.7s linear;
 -webkit-transition: all 0.7s linear;
 transition: all 0.7s linear;
}

.ms-hero .advanced-search.with-background:hover {
 background-color: #0c1113;
 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.ms-hero .advanced-search-alt {
 margin-right: -10px;
 margin-top: 20px;
 float: right;
 text-shadow: 1px 1px 0 #000;
}

@media (min-width: 768px) {
 .ms-hero .advanced-search-alt {
  margin-right: -14px;
 }
}

.ms-hero .advanced-search-alt.with-background {
 display: inline-block;
 margin-bottom: 2px;
 padding: 5px 22px 5px 12px;
 position: relative;
 background-color: #0c1113;
 background-color: rgba(12,17,17,0.6);
 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
 -moz-transition: all 0.7s linear;
 -o-transition: all 0.7s linear;
 -webkit-transition: all 0.7s linear;
 transition: all 0.7s linear;
}

.ms-hero .advanced-search-alt.with-background:hover {
 background-color: #0c1113;
 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.hero-cta {
 display: inline-block;
 width: 100%;
 margin-top: 15px;
 text-align: center;
}

.dark-btn {
 display: inline-block;
 margin-bottom: 2px;
 padding: 5px 22px 5px 12px;
 position: relative;
 background-color: #0c1113;
 background-color: rgba(12,17,17,0.6);
 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
 font-size: 12px;
 text-align: left;
 -moz-transition: all 0.7s linear;
 -o-transition: all 0.7s linear;
 -webkit-transition: all 0.7s linear;
 transition: all 0.7s linear;
}

.dark-btn:after {
 display: block;
 content: '';
 height: 0;
 width: 0;
 position: absolute;
 top: 10px;
 right: 8px;
 border-top: 4px solid transparent;
 border-bottom: 4px solid transparent;
 border-left: 4px solid white;
}

.dark-btn:hover {
 background-color: #0c1113;
 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

@media (min-width: 768px) {
 .ms-hero .search-pod {
  max-width: none;
  margin: auto;
 }

 .ms-hero .search-form {
  width: 460px;
  margin-left: 208px;
  border-width: 15px;
 }

 .ms-hero .search-form-thin {
  max-width: 70%;
 }

 .ms-hero .search-btn {
  height: 34px;
  width: 146px;
  padding: 0 32px;
  position: absolute;
  top: 0;
  left: 58px;
  font-size: 19px;
  line-height: 35px;
 }

 .ms-hero .search-btn:after {
  display: block;
 }

 .ms-hero .fr-btn, .ms-hero .fl-btn {
  top: 38px;
 }

 .ms-hero .advanced-search {
  margin-right: 74px;
 }

 .hero-cta {
  margin-top: 40px;
 }

 .dark-btn {
  width: 222px;
  font-size: 18px;
 }

 .dark-btn:after {
  top: 14px;
  right: 10px;
 }
}

@media (min-width: 992px) {
 .ms-hero .search-pod {
  margin-left: 85px;
 }

 .ms-hero .advanced-search {
  margin-right: 188px;
 }

 .hero-cta {
  margin-top: 60px;
  margin-left: -60px;
 }
}

@media (max-width: 767px) {
 .ms-hero .search-pod-dropdown .search-submit {
  top: auto;
  bottom: 0;
 }

 .ms-hero .container .h4 {
  font-size: 14px;
 }
}

@media (min-width: 768px) {
 .ms-hero .search-pod-dropdown .search-form {
  width: 510px;
 }

 .ms-hero .search-pod-dropdown .search-input {
  height: 42px;
  line-height: 42px;
  font-size: 16px;
  width: 315px;
 }
}

.ms-hero-light .container {
 height: auto !important;
 padding-top: 0 !important;
 padding-bottom: 20px;
 text-align: left;
}

.ms-hero-light h1 {
 margin-top: 24px;
 margin-bottom: 10px;
 color: black;
 font-size: 26px;
 text-align: left;
}

.ms-hero-light h1.large-heading {
 max-width: none;
 margin-top: 24px;
 font-size: 32px;
 text-align: center;
 color: black;
}

.ms-hero-light h1.with-agent {
 margin-top: 20px;
 margin-bottom: 25px;
}

.ms-hero-light a {
 color: #035bab;
}

.ms-hero-light .intro-text {
 margin-bottom: 0;
 color: #676565;
}

.ms-hero-light .intro-text-alt {
 margin-bottom: 20px;
}

.ms-hero-light .intro-text-with-search {
 margin-bottom: 10px;
 color: #676565;
 text-align: center;
}

.ms-hero-light .intro-text-with-search + .search-pod {
 margin-bottom: 15px;
}

.ms-hero-light .ms-hero-nav {
 max-width: 280px;
 float: left;
 clear: left;
 position: relative;
 color: #0584f7;
 font-weight: 500;
}

.ms-hero-light .ms-hero-nav .iir {
 margin-right: 14px;
 float: left;
 position: relative;
 top: 2px;
}

.ms-hero-light .ms-hero-nav .cta-short {
 float: left;
 line-height: 36px;
}

@media (min-width: 768px) {
 .ms-hero-light {
  margin-bottom: 0px;
 }

 .ms-hero-light.team {
  margin-bottom: 0px;
 }

 .ms-hero-light h1 {
  font-size: 32px;
 }

 .ms-hero-light h1.with-nav {
  max-width: 580px;
  margin-bottom: 0;
 }

 .ms-hero-light h1.large-heading {
  margin-bottom: 10px;
  margin-bottom: 0;
 }

 .ms-hero-light h1.with-agent {
  margin-top: 45px;
 }

 .ms-hero-light .intro-text-with-search {
  margin-bottom: 20px;
 }

 .ms-hero-light .ms-hero-nav {
  margin-top: 30px;
  float: right;
  clear: none;
 }
}

@media (min-width: 992px) {
 .ms-hero-light .search-pod {
  margin-left: auto;
 }

 .ms-hero-light h1.large-heading {
  font-size: 40px;
 }
}

.ms-hero-type-c .container h1 {
 margin: 50px 40px 20px;
 text-align: center;
}

.ms-hero-type-c .container h2 {
 margin-bottom: 20px;
 font-size: 26px;
}

@media (min-width: 768px) {
 .ms-hero-type-c .container h1 {
  margin: 100px auto 20px;
  text-align: center;
 }

 .ms-hero-type-c .container h2 {
  margin-bottom: 30px;
 }
}

.search-container {
 margin-bottom: 60px;
 padding: 10px;
 position: relative;
 border: 1px solid #2b2b2b;
}

.search-container h2 {
 font-size: 22px;
 font-weight: 500;
}

.search-container .search-inline {
 position: relative;
}

.search-container .form-inline .checkbox {
 margin-right: 20px;
}

.search-container .form-inline .checkbox input[type="checkbox"] {
 margin-right: 6px;
}

.search-container select {
 width: 100%;
}

@media (max-width: 767px) {
 .search-container .col-sm-6 {
  padding: 0;
  margin-bottom: 10px;
 }

 .search-container .col-sm-6 .dk_container {
  float: none;
 }

 .search-container .col-sm-6 select {
  display: none;
 }

 .search-container .btn {
  margin-top: 10px;
  width: 100%;
 }
}

@media screen and (max-width: 991px) {
 .search-container .form-inline .checkbox {
  width: 150px;
 }
}

@media (min-width: 768px) {
 .search-container {
  padding: 35px;
 }

 .search-container h2 {
  font-size: 26px;
 }

 .search-container .btn {
  margin-top: 25px;
  padding: 10px 80px;
 }
}

.section-toggle-wrapper {
 margin-bottom: 10px;
 padding-bottom: 8px;
 position: relative;
 border-bottom: 1px solid #dedddd;
}

.section-toggle-wrapper .section-toggle {
 top: 4px;
}

.section-toggle-heading {
 color: #333333;
 font-size: 20px;
}

.section-toggle {
 position: absolute;
 top: 0;
 right: 10px;
}

.section-tabs {
 list-style: none;
 margin: 0 0 6px;
 padding: 0;
}

.section-tabs li {
 float: left;
 margin-right: -1px;
 background-color: #f0f0ee;
 border: 1px solid #cccccc;
 -moz-transition: all 0.7s;
 -o-transition: all 0.7s;
 -webkit-transition: all 0.7s;
 transition: all 0.7s;
}

.section-tabs li:hover, .section-tabs .active {
 background-color: white;
 border-bottom-color: white;
}

.section-tabs a {
 display: block;
 padding: 5px 9px;
 color: black;
 font-size: 14px;
 font-weight: 500;
}

.section-tab {
 display: none;
 margin-bottom: 20px;
}

.section-tab.active {
 display: block;
}

.section-tab iframe {
 max-height: 200px;
}

@media (min-width: 768px) {
 .section-tabs a {
  padding: 8px 14px;
  font-size: 16px;
 }

 .section-tabs-alt {
  margin-bottom: -1px;
 }

 .section-tabs-alt li {
  border-bottom-color: #2b2b2b;
  -moz-transition: background 0.7s;
  -o-transition: background 0.7s;
  -webkit-transition: background 0.7s;
  transition: background 0.7s;
 }

 .section-tabs-alt li:hover {
  border-bottom-color: #2b2b2b;
 }

 .section-tabs-alt li.active {
  position: relative;
  z-index: 999;
  border: 1px solid #2b2b2b;
  border-bottom-color: white;
 }

 .section-tab {
  margin-bottom: 55px;
 }

 .section-tab iframe {
  max-height: none;
 }

 .section-tab-alt {
  padding: 20px 20px 30px;
  border: 1px solid #2b2b2b;
 }
}

@media (min-width: 992px) {
 .section-tabs a {
  padding: 8px 22px;
 }
}

.prop-results-sidebar {
 max-width: 460px;
 margin-right: auto;
 margin-left: auto;
}

.prop-results-header {
 padding: 10px;
 position: relative;
}

.prop-results-header h2 {
 max-width: 85%;
 margin-bottom: 5px;
 font-size: 20px;
 font-weight: normal;
}

.prop-results-header h2.long {
 font-size: 18px;
 margin-right: 60px;
}

.prop-results-header h3 {
 margin-bottom: 0;
 font-size: 23px;
 font-weight: 100;
}

.prop-results-header .props-count {
 margin-bottom: 5px;
 font-family: Arial,sans-serif;
}

.prop-results-header .props-sort-by {
 position: absolute;
 right: 10px;
 bottom: 20px;
 font-family: Arial,sans-serif;
}

.prop-results-header .props-sort-by select {
 width: 180px;
}

@media (min-width: 768px) {
 .prop-results-sidebar {
  width: 310px;
  max-width: none;
  float: left;
  border-right: 1px solid #d4d5d5;
 }

 .prop-results-sidebar .prop-results-header h2 {
  margin-bottom: 17px;
 }

 .prop-results-sidebar .prop-results-header h3 {
  margin-bottom: 20px;
 }

 .prop-results-sidebar .prop-results-header .props-count {
  margin-bottom: 17px;
 }

 .prop-results-sidebar-medium {
  width: 290px;
 }
}

@media (min-width: 992px) {
 .prop-results-sidebar {
  width: 32%;
 }
}

@media (min-width: 1260px) {
 .prop-results-sidebar {
  width: 403px;
 }

 .prop-results-sidebar.prop-results-sidebar-medium {
  width: 290px;
 }
}

.prop-results-body .props-tabs {
 margin-bottom: 15px;
 border-top: 1px solid #d4d5d5;
 color: #333333;
 font-weight: 500;
}

.prop-results-body .props-tabs .tab {
 display: inline-block;
 width: 50%;
 float: left;
 background-color: #d4d5d5;
 font-size: 15px;
 text-align: center;
 line-height: 40px;
 -moz-transition: all 0.7s ease;
 -o-transition: all 0.7s ease;
 -webkit-transition: all 0.7s ease;
 transition: all 0.7s ease;
}

.prop-results-body .props-tabs .tab:hover {
 background-color: #ececec;
 cursor: pointer;
}

.prop-results-body .props-tabs .tab-active {
 background-color: transparent;
}

.prop-results-list {
 margin: 0;
 padding: 0;
 list-style: none;
}

@media (min-width: 768px) {
 .prop-results-list {
  overflow-y: scroll;
  overflow-x: hidden;
 }
}

@media (min-width: 992px) {
 .prop-results-inline {
  margin: 0 -10px;
 }

 .prop-results-inline .prop-result {
  display: inline-block;
  vertical-align: top;
  min-height: 146px;
  width: 290px;
  margin: 0 10px;
 }
}

.prop-result:hover {
 background-color: #e3e3e3;
}

.prop-result-active {
 background-color: #f0f0f0;
}

.prop-result {
 padding: 10px;
 position: relative;
 border-top: 1px dotted #6c6a6a;
 cursor: pointer;
 -moz-transition: background 0.75 linear;
 -o-transition: background 0.75 linear;
 -webkit-transition: background 0.75 linear;
 transition: background 0.75 linear;
}

.prop-result .prop-img, .prop-result .prop-image {
 height: 74px;
 width: 110px;
 float: left;
 vertical-align: top;
}

.prop-result .prop-sold {
 padding: 0 5px;
 position: absolute;
 top: 10px;
 left: 10px;
 background-color: #e74c4a;
 color: white;
 font-family: Arial,sans-serif;
 font-size: 18px;
 text-transform: uppercase;
}

.prop-result .prop-result-info {
 margin-left: 125px;
 color: #454343;
 font-size: 12px;
 font-weight: normal;
}

.prop-result .prop-address, .prop-result .poi-address {
 margin-top: 0;
 margin-bottom: 3px;
 color: #035bab;
 font-size: 17px;
 font-weight: 400;
}

.prop-result .prop-price {
 display: inline-block;
 color: #555454;
 font-weight: 600;
}

.prop-result .prop-status {
 display: inline-block;
 padding: 1px 5px 0;
 float: right;
 background-color: #e74c4a;
 color: white;
 font-family: Arial,sans-serif;
 font-size: 10px;
 text-transform: uppercase;
}

.prop-result .prop-data {
 width: 130px;
}

.prop-result .prop-icon {
 position: absolute;
 bottom: 14px;
 right: 10px;
}

@media (min-width: 992px) {
 .prop-result .prop-result-info {
  font-size: 15px;
 }

 .prop-result .prop-status {
  position: relative;
  top: 3px;
 }

 .prop-result .prop-data {
  width: auto;
  margin-right: 30px;
 }
}

.infobubble-large .prop-status {
 float: none;
 margin-right: 42px;
 top: 13px;
 vertical-align: top;
}

.prop-similar-homes {
 overflow: hidden;
}

.prop-similar-homes .prop-result {
 min-height: 115px;
 padding: 20px 0;
 background-color: white !important;
 border-top: none;
 border-bottom: 1px dotted #6c6a6a;
 cursor: default;
}

.prop-similar-homes .prop-result .prop-sold {
 top: 20px;
 left: 0;
}

.prop-results-pagination, .prop-results-pagination-top {
 display: block;
 height: 40px;
 position: relative;
 background-color: #d4d5d5;
 color: #868585;
 font-family: Arial,sans-serif;
 font-size: 12px;
 font-weight: bold;
 text-align: center;
 line-height: 40px;
}

.prop-results-pagination .props-prev, .prop-results-pagination-top .props-prev {
 position: absolute;
 top: 6px;
 left: 10px;
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
 opacity: 0.4;
 -moz-transition: opacity 0.7 linear;
 -o-transition: opacity 0.7 linear;
 -webkit-transition: opacity 0.7 linear;
 transition: opacity 0.7 linear;
}

.prop-results-pagination .props-prev:hover, .prop-results-pagination-top .props-prev:hover {
 filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
 opacity: 1;
}

.prop-results-pagination .props-next, .prop-results-pagination-top .props-next {
 position: absolute;
 top: 6px;
 right: 10px;
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
 opacity: 0.4;
 -moz-transition: opacity 0.7 linear;
 -o-transition: opacity 0.7 linear;
 -webkit-transition: opacity 0.7 linear;
 transition: opacity 0.7 linear;
}

.prop-results-pagination .props-next:hover, .prop-results-pagination-top .props-next:hover {
 filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
 opacity: 1;
}

.prop-results-pagination .inactive, .prop-results-pagination-top .inactive {
 cursor: default;
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
 opacity: 0.4;
}

.prop-results-pagination .inactive:hover, .prop-results-pagination-top .inactive:hover {
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
 opacity: 0.4;
}

#map img, .props-map img {
 max-width: none;
}

.props-map {
 max-width: 440px;
 margin-right: auto;
 margin-left: auto;
 overflow: hidden;
 background-color: grey;
}

.props-map .prop-result {
 padding: 0 0 10px;
 border-top: none;
}

.props-map .prop-result:hover {
 background-color: transparent;
}

.props-map .infobubble-header {
 background-color: #F0F0F0;
}

.props-map .infobubble-medium .infobubble-header h3 {
 padding-left: 10px;
}

.props-map .infobubble-medium .prop-address {
 padding: 13px 20px 0 0px;
 color: #428bca;
}

.props-map .infobubble-medium .poi-address {
 color: #428bca;
}

.props-map .infobubble-medium .prop-price {
 display: block;
 margin-top: 0;
}

.props-map .infobubble-medium .prop-status {
 display: none;
}

.props-map .prop-address {
 display: inline-block;
 margin: 0;
 padding: 10px 12px 10px 10px;
 border-bottom: none;
 font-size: 17px;
}

.props-map .poi-address {
 display: block;
 white-space: nowrap;
 margin: 0;
 padding: 10px 12px 10px 10px;
 border-bottom: none;
 font-size: 17px;
}

.props-map .prop-address-w-status {
 max-width: 190px;
}

.props-map .prop-address a, .props-map .poi-address a {
 font-size: 17px;
}

.props-map .poi-address {
 margin-right: 15px;
}

.props-map .poi-description {
 font-size: 11px !important;
 margin-right: 10px !important;
}

.props-map .prop-status {
 position: relative;
 float: none;
 margin-right: 42px;
 top: 13px;
}

.props-map .close-btn {
 top: 15px !important;
 right: 10px !important;
}

.props-map .primary-photo {
 clear: left;
 margin-left: 10px;
 margin-right: 10px;
 position: relative;
}

.props-map .primary-photo .prop-image {
 margin-top: 10px;
}

.props-map .prop-result .prop-sold {
 left: 0;
}

.props-map .prop-result .prop-result-info {
 min-width: 180px;
 padding-left: 10px;
}

.props-map .prop-result .prop-result-info .prop-price {
 margin-top: 7px;
 font-size: 17px;
 font-weight: 500;
}

.props-map .prop-result .prop-result-info div {
 font-size: 13px;
}

.props-map .prop-result .prop-result-info .prop-icon {
 bottom: 64px;
 right: 10px;
}

.props-map .prop-result .poi-result-info {
 margin-top: 5px;
 min-width: 180px;
 padding-left: 10px;
}

.props-map .prop-result .poi-result-info div {
 font-size: 13px;
}

.props-map .prop-details {
 margin-top: 10px;
 margin-right: 10px;
}

.props-map .prop-details a {
 background-color: #035bab;
 padding: 10px;
 display: block;
 text-align: center;
 color: white;
 font-size: 15px;
}

.section-tab .props-map {
 left: 0;
 right: auto;
}

.active-price-infobubble-blue {
 padding-top: 2px;
 text-align: center;
 position: absolute;
 color: #ffffff;
 font-size: 10px !important;
 z-index: 10000;
 background-color: #0584f7;
 padding: 3px 6px 2px;
 border-radius: 4px;
}

.active-price-infobubble-blue:after {
 content: "";
 height: 0;
 width: 0;
 margin-left: -6px;
 position: absolute;
 right: 0;
 bottom: -6px;
 left: 50%;
 border-top: 6px solid #0584f7;
 border-right: 6px solid transparent;
 border-left: 6px solid transparent;
}

.sold-price-infobubble-yellow {
 padding-top: 2px;
 text-align: center;
 position: absolute;
 color: #000000;
 font-size: 10px !important;
 z-index: 10000;
 background-color: #feb403;
 padding: 3px 6px 2px;
 border-radius: 4px;
}

.sold-price-infobubble-yellow:after {
 content: "";
 height: 0;
 width: 0;
 margin-left: -6px;
 position: absolute;
 right: 0;
 bottom: -6px;
 left: 50%;
 border-top: 6px solid #feb403;
 border-right: 6px solid transparent;
 border-left: 6px solid transparent;
}

.sold-price-infobubble-black {
 padding-top: 2px;
 text-align: center;
 position: absolute;
 color: #ffffff;
 font-size: 10px !important;
 z-index: 10000;
 background-color: #333132;
 padding: 3px 6px 2px;
 border-radius: 4px;
}

.sold-price-infobubble-black:after {
 content: "";
 height: 0;
 width: 0;
 margin-left: -6px;
 position: absolute;
 right: 0;
 bottom: -6px;
 left: 50%;
 border-top: 6px solid #333132;
 border-right: 6px solid transparent;
 border-left: 6px solid transparent;
}

@media (min-width: 768px) {
 .props-map {
  display: block;
  height: 100%;
  max-width: none;
  position: absolute;
  top: 0;
  right: 0;
  left: 310px;
 }

 .props-map .mobile-view {
  height: 100%;
  width: 100%;
  max-width: none;
  margin-left: 0px;
  position: static;
  top: auto;
 }

 .props-map-medium {
  left: 290px;
 }

 .section-tab .props-map {
  position: relative;
  left: 0;
  right: auto;
 }
}

@media (min-width: 992px) {
 .props-map {
  left: 32%;
 }

 .section-tab .props-map {
  left: 0;
 }
}

@media (min-width: 1260px) {
 .props-map {
  left: 403px;
 }

 .props-map-medium {
  left: 290px;
 }

 .section-tab .props-map {
  left: 0;
 }
}

.update-results {
 left: 10px !important;
}

@media (min-width: 768px) {
 .update-results {
  left: 20px !important;
 }
}

.update-results br {
 display: block !important;
}

.update-results, .poi {
 top: 10px !important;
 z-index: 0;
 background-color: white;
 border: 1px solid #b8b9b8 !important;
 -webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.1);
 box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.1);
}

.update-results &gt; div, .poi &gt; div {
 padding: 4px 20px 6px 9px !important;
}

.update-results input, .poi input {
 cursor: pointer;
}

.update-results label {
 margin-bottom: 0;
}

.update-results label, .poi label {
 vertical-align: middle;
 cursor: pointer;
}

.poi {
 position: relative;
}

.poi .open-close {
 color: #002d56 !important;
 font-size: 13px;
 margin-right: 40px;
}

.poi .open-close:after {
 display: block;
 content: '';
 height: 0;
 width: 0;
 position: absolute;
 top: 10px;
 right: 10px;
 border-top: 6px solid #002d56;
 border-left: 6px solid transparent;
 border-right: 6px solid transparent;
}

.map-controls {
 right: 10px !important;
 top: 10px !important;
 z-index: 0;
}

@media (min-width: 768px) {
 .map-controls {
  right: 20px !important;
 }
}

.map-controls .zoom-in, .map-controls .zoom-out, .map-controls .road-map, .map-controls .satellite-map, .map-controls .draw-polygon {
 height: 30px !important;
 width: 30px !important;
 background-color: white;
 border: 1px solid #b8b9b8;
 color: #002d56;
 font-size: 10px;
 text-align: center;
 line-height: 27px;
 cursor: pointer;
 -moz-transition: background 0.7s;
 -o-transition: background 0.7s;
 -webkit-transition: background 0.7s;
 transition: background 0.7s;
}

.map-controls .zoom-in.disabled, .map-controls .zoom-in[disabled], .map-controls .zoom-out.disabled, .map-controls .zoom-out[disabled], .map-controls .road-map.disabled, .map-controls .road-map[disabled], .map-controls .satellite-map.disabled, .map-controls .satellite-map[disabled], .map-controls .draw-polygon.disabled, .map-controls .draw-polygon[disabled] {
 pointer-events: none;
 cursor: not-allowed;
 background-color: #E2E4E2;
}

.map-controls .draw-polygon-txt {
 font-weight: bolder;
}

.map-controls .zoom-in {
 font-size: 27px !important;
 font-weight: 100;
 line-height: 27px !important;
 position: relative;
 z-index: 9999;
}

.map-controls .zoom-out {
 margin-top: -1px;
 margin-bottom: 12px;
 font-size: 42px !important;
 font-weight: 100;
 line-height: 23px !important;
}

.map-controls .satellite-map {
 margin-top: -1px;
 margin-bottom: 12px;
}

.map-controls .active {
 background-color: #3499f3;
 border-color: #3499f3;
 color: white;
 font-weight: 100;
 z-index: 99;
}

.page-wrapper {
 margin-bottom: 20px;
 position: relative;
 background-color: white;
}

.page-body h2 {
 font-size: 24px;
}

@media (min-width: 768px) {
 .page-wrapper {
  margin-bottom: 70px;
 }

 .page-body {
  width: 440px;
  float: left;
 }

 .page-body h2 {
  font-size: 30px;
 }
}

@media (min-width: 992px) {
 .page-body {
  width: 640px;
 }
}

.page-sidebar {
 margin-top: 50px;
}

.page-sidebar h3 {
 margin-bottom: 15px;
 font-size: 22px;
 font-weight: 500;
}

@media (min-width: 768px) {
 .page-sidebar {
  margin-top: 0;
  float: right;
  width: 280px;
 }
}

.mobile-sidebar {
 margin: 10px;
}

.mobile-sidebar .btn {
 margin-bottom: 10px;
}

.sidebar-section {
 padding: 25px 0;
 border-top: 1px solid #828485;
}

.agent-result {
 position: relative;
 color: #454343;
 font-weight: 500;
 font-size: 15px;
}

.agent-result i {
 font-family: "tinos",sans-serif;
}

li.agent-result {
 margin-bottom: 20px;
 padding-bottom: 20px;
 min-height: 160px;
 border-bottom: 1px dotted #6c6a6a;
}

@media (min-width: 992px) {
 li.agent-result {
  padding-bottom: 40px;
  margin-bottom: 40px;
 }
}

.agent-portrait {
 width: 135px;
 margin-bottom: 15px;
 min-height: 135px;
}

.agent-portrait img {
 min-height: 135px;
 -moz-border-radius-topleft: 3px;
 -webkit-border-top-left-radius: 3px;
 border-top-left-radius: 3px;
}

.team-portrait {
 width: 135px;
 margin-bottom: 15px;
 min-height: 135px;
}

.team-portrait img {
 min-height: 135px;
 -moz-border-radius-topleft: 3px;
 -webkit-border-top-left-radius: 3px;
 border-top-left-radius: 3px;
}

@media (min-width: 992px) {
 .agent-portrait {
  margin-bottom: 0;
 }

 .team-portrait {
  margin-bottom: 0;
 }
}

.agent-name {
 margin-bottom: 15px;
 color: #454343;
 font-size: 20px;
}

.agent-name span.alt-style {
 color: #868585;
}

.agent-title span.alt-style {
 color: #868585;
}

.agent-type {
 margin-bottom: 2px;
 color: #035bab;
 font-size: 15px;
}

.agent-type a {
 color: #035bab;
}

.agent-lang {
 margin-bottom: 10px;
 color: #454343;
 /*width: 143px;*/
}

.agent-contribute {
 margin-bottom: 10px;
 font-size: 12px;
 color: #868585;
 width: 143px;
}

.agent-contribute img {
 height: 12px;
 margin-left: 5px;
 vertical-align: top;
}

.agent-profile {
 max-width: 135px;
 font-size: 16px;
 color: #035bab;
}

@media (max-width: 767px) {
 .ms-hero .agent-info &gt; div {
  margin-bottom: 5px;
 }

 .ms-hero .team-info &gt; div {
  margin-bottom: 5px;
 }
}

@media (min-width: 992px) {
 .agent-info {
  min-height: 160px;
  width: 300px;
  position: absolute;
  top: 0;
  left: 150px;
 }

 .team-info {
  min-height: 160px;
  width: 300px;
  position: absolute;
  top: 0;
  left: 150px;
 }
}

@media (max-width: 991px) and (min-width: 768px) {
 .ms-hero .agent-info {
  min-height: 160px;
  width: 300px;
  max-width: 280px;
  position: absolute;
  top: 0;
  left: 150px;
 }

 .ms-hero .team-info {
  min-height: 160px;
  width: 300px;
  max-width: 280px;
  position: absolute;
  top: 0;
  left: 150px;
 }
}

.agent-contact {
 width: 160px;
 position: absolute;
 top: 0;
 left: 150px;
 color: #454343;
 font-size: 15px;
}

.team-contact {
 width: 160px;
 position: absolute;
 top: 0;
 left: 150px;
 color: #454343;
 font-size: 15px;
}

.agent-phone {
 margin-bottom: 5px;
}

.agent-phone i {
 display: inline-block;
 width: 52px;
}

/*.agent-links {
 margin-bottom: 10px;
}*/

.agent-links a {
 color: #035bab;
}

.agent-links span.alt-style {
 margin: 0 3px;
 color: #c3c3c3;
}

@media (max-width: 991px) and (min-width: 768px) {
 .ms-hero .agent-contact {
  width: 170px;
  padding-left: 20px;
  right: 15px;
  left: auto;
  border-left: 1px solid #d7d7d7;
 }

 .ms-hero .team-contact {
  width: 170px;
  padding-left: 20px;
  right: 15px;
  left: auto;
  border-left: 1px solid #d7d7d7;
 }
}

@media (min-width: 768px) {
 .agent-contact {
  left: 155px;
 }

 .team-contact {
  left: 155px;
 }
}

@media (min-width: 992px) {
 .agent-contact {
  width: 170px;
  padding-left: 20px;
  right: 15px;
  left: auto;
  border-left: 1px solid #d7d7d7;
 }

 .agent-contact .agent-phone {
  font-size: 14px;
 }

 .agent-contact .agent-phone i {
  font-size: 15px;
 }


 .team-contact {
  width: 170px;
  padding-left: 20px;
  right: 15px;
  left: auto;
  border-left: 1px solid #d7d7d7;
 }

 .team-contact .agent-phone {
  font-size: 14px;
 }

 .team-contact .agent-phone i {
  font-size: 15px;
 }
}

.quote-links {
 font-size: 16px;
 text-align: right;
}

.quote-links span.alt-style {
 margin: 0 10px;
 color: #c3c3c3;
}

@media (min-width: 768px) {
 .ms-hero .agent-result {
  font-size: 17px;
 }

 .ms-hero .agent-contact {
  right: 110px;
  left: auto;
 }

 .ms-hero .team-contact {
  /*right: 110px;
  left: auto;*/
 }

 .ms-hero .agent-name {
  margin-top: 30px;
  margin-bottom: 20px;
 }

 .ms-hero .agent-info {
  min-height: 170px;
 }

 .ms-hero .team-info {
  min-height: 170px;
 }
}

.office-info {
 font-size: 17px;
}

.office-info span.alt-style {
 font-family: "tinos",sans-serif;
 font-style: italic;
}

.office-info span.weekend-hours {
 padding-left: 100px;
}

.office-info div.office-google-plus {
 padding-top: 20px;
}

.office-info + .navbar-social {
 margin-top: 15px;
 margin-bottom: 30px;
}

@media (min-width: 768px) {
 .office-info {
  margin-top: 50px;
 }
}

.agent-about a.show-inline {
 display: inline !important;
}

.dk_container {
 background-color: #f5f5f5;
 font-size: 12px;
}

.dk_container:focus {
 outline: 0;
}

.dk_container a {
 cursor: pointer;
 text-decoration: none;
}

.dk_toggle {
 width: 100%;
 border: 1px solid #ccc;
 font-weight: 400;
 padding: 6px 25px 6px 10px;
 -webkit-transition: border-color .5s;
 -moz-transition: border-color .5s;
 -o-transition: border-color .5s;
 transition: border-color .5s;
 position: relative;
 z-index: 3;
}

.dk_toggle:hover {
 border-color: #8c8c8c;
 color: #428bca !important;
}

.dk_toggle:after {
 display: block;
 content: '';
 height: 11px;
 width: 19px;
 position: absolute;
 top: 11px;
 right: 3px;
 background: url(../img/dd-arrow.png) no-repeat 0 0;
}

.dk_toggle &gt; .dk_label {
 color: black !important;
}

.dk_open {
 box-shadow: rgba(0,0,0,0.2) 0 2px 8px;
 z-index: 10;
}

.dk_open .dk_toggle {
 background-color: #ececec;
 border-color: #8c8c8c;
}

.dk_options {
 background: rgba(0,0,0,0.2);
 box-shadow: rgba(0,0,0,0.2) 0 2px 8px;
 -moz-box-shadow: rgba(0,0,0,0.2) 0 2px 8px;
 -webkit-box-shadow: rgba(0,0,0,0.2) 0 2px 8px;
}

.dk_options a {
 background-color: #fff;
 border-bottom: 1px solid #999;
 padding: 8px 10px;
 color: #151111;
}

.dk_options a:hover, .dk_options .dk_option_current a {
 background-color: #428bca;
 border-bottom-color: #3A7897;
 color: #fff;
 text-decoration: none;
}

.dk_options li:last-child a {
 border-bottom: none;
}

.dk_options .disabled {
 cursor: default;
}

.dk_options .disabled a {
 color: #aaa;
}

.dk_options .disabled:hover, .dk_options .disabled:hover a {
 cursor: default;
 background-color: #fff;
 border-bottom-color: #999;
 text-shadow: none;
}

.dk_options_inner {
 margin: 0;
 padding: 0;
 max-height: 170px;
 border: 1px solid #8c8c8e;
 border-bottom-color: #999;
 color: #333;
 list-style: none;
}

.dk_container {
 display: none;
 float: left;
}

.dk_container a {
 outline: 0;
}

.dk_toggle {
 display: -moz-inline-stack;
 display: inline-block;
 *display: inline;
 position: relative;
 zoom: 1;
}

.dk_open {
 position: relative;
}

.dk_open .dk_options {
 display: block;
}

.dk_open .dk_label {
 color: inherit;
}

.dk_options {
 display: none;
 margin-top: -1px;
 position: absolute;
 right: 0;
 width: 100%;
}

.dk_options a, .dk_options a:link, .dk_options a:visited {
 display: block;
}

.dk_options_inner {
 overflow: auto;
 position: relative;
 -webkit-overflow-scrolling: touch;
 top: -1px;
}

.dk_container select {
 position: absolute;
 top: -99999em;
 left: -9999em;
 visibility: hidden;
}

.dk_mobile {
 position: relative;
}

.dk_mobile select {
 display: block;
 width: 100%;
 height: 100%;
 top: 0;
 left: 0;
 visibility: visible;
 opacity: 0;
 appearance: none;
 -moz-appearance: none;
 -webkit-appearance: none;
}

@media (max-width: 767px) {
 .contact-title {
  display: none;
 }

 .team-portrait,
 .team-info {
  float: left !important;
 }

 .team-contact {
  position: relative !important;
  left: 10px;
  float: right;
 }
}

@media (min-width: 768px) {
 .contact-title {
  display: none;
  margin-bottom: 20px;
 }

 .team-agent-name {
  margin-bottom: 5px;
 }

 /*.agent-social {
  margin-bottom: 25px;
 }*/

 .team-portrait,
 .team-info {
  float: left !important;
 }

 .team-contact {
  position: relative;
  float: right !important;
  width: 47%;
 }
 .team-contact .card {
  float: left;
  padding: 0 29px 15px 0;
 }
}

/* Adjust top offset on mobile devices */
@media (max-width: 767px) {
 .page-header {
  height: auto !important;
 }

 .page-wrapper {
  padding-top: 121px;
 }

 .card
 {
  padding-bottom: 30px;
 }
}


/* Agent video bio */
.video-container {
 position:relative;
 padding-bottom:56.25%;
 padding-top:30px;
 height:0;
 overflow:hidden;
 margin-bottom: 40px;
}

.video-container iframe, .video-container object, .video-container embed {
 position:absolute;
 top:0;
 left:5%;
 width:90%;
 height:100%;
}

@media (max-width: 767px) {
 .video-container iframe, .video-container object, .video-container embed {
  left:0;
  width:100%;
 }
}</pre></body></html>