<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
  box-sizing: border-box;
  margin: 0;
}

html,
body {
  font-family: roboto, sans-serif;
  margin: auto;
}

a, a:visited {
  color: #000;
}

img {
  -ms-interpolation-mode: bicubic;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: roboto condensed, sans-serif;
  font-weight: 400;
}

blockquote {
  background: #f0f0f0;
  padding: 2.5em;
  margin: 0.5em;
}

strong {
  font-family: roboto condensed, sans-serif;
  font-weight: 600;
}

.pagetabs {
  justify-content: center;

  text-align: center;
}
.index-content-wrap {
  box-shadow: 0 0 2px 4px rgba(0, 0, 0, 0.15);
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.user-bar a:hover {
  background: #333;
}

.right-side-user-bar {
  margin-left: auto;
}

.left-side-user-bar {
  margin-right: auto;
}

.right-side-user-bar li:last-child {
  border: none;
}

div.section-inner ul {
  padding: 0.5em;
  margin: 0 0.5em;
}

.content h1 {
  font-size: 25px;
  font-weight: 700;
  margin: 0.5em 0;
  text-transform: uppercase;
}

.page-heading {
  display: block;
  padding-bottom: 10px;
}

.content p {
  margin-bottom: 2.5em;
}

.icon:before {
  content: attr(data-icon);
  font-family: icomoon;
}

.wrapper {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
  margin-top: 0px;
}

.page-wrap {
  margin: 0 auto;
  max-width: 1400px;
  width: 100%;
}

.crumbtrail {
  font-size: 14px;
  text-transform: uppercase;
}

.crumbtrail a {
  color: inherit;
  text-decoration: none;
}

.main {
  display: flex;
}

.content {
  padding: 2.5em;
  background: white;
  width: 70%;
}

.content.wide {
  width: 100%;
}

.aside {
  background: #ffffff;
  padding: 2.5em;
  width: 30%;
  border-left: 3px solid #bbb;
}

.aside h2 {
  font-size: 23px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.aside img {
  width: 100%;
}

.aside-block:first-child {
  border-top: 0;
  padding-top: 0;
}

.aside-block {
  padding: 2.5em 0;
}

.aside-block p {
  font-size: 13px;
}

.aside .button {
  color: #000;
  display: inline-block;
  font-family: sans-serif;
  font-size: 12px;
  font-weight: bolder;
  margin: -2px 0 0;
  padding: 10px 0px;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
}

.aside .button:hover {
  background: #333;
  color: #fff;
}

.aside ul {
  font-size: 0.9em;
  margin: 20px 0 20px 20px;
}

.aside li {
  padding-bottom: 10px;
}

.headerbutton {
  color: #333;
  cursor: pointer;
  font-family: roboto;
  font-weight: 700;
  padding: 5px;
  text-decoration: none;
  vertical-align: middle;
  border-right: solid 1px black;
}

.button {
  border: 2px solid #333;
  color: #333;
  cursor: pointer;
  display: inline-block;
  font-family: roboto condensed, sans-serif;
  font-weight: 700;
  padding: 10px 25px;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
}

.button:hover {
  background: #000;
  color: #fff;
}

.button.red {
  background: #c72127;
  color: #fff;
  font-size: 1em;
  margin-top: 20px;
}

.button.red:hover {
  background: #9e0e19;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1001;
}

.user-bar {
  display: flex;
  margin: 0 auto;
  padding: 15px;
  flex-wrap: wrap;
  justify-content: center;
}

.user-bar-wrapper {
  background-color: black;
}

.user-bar li {
  display: inline-block;
  padding: 4px 10px;
  border-right: 2px solid white;
  line-height: 0.75;
  margin: 6px 0 6px;
}

.user-bar a {
  color: #fff;
  text-decoration: none;
}

.logo {
  text-decoration: none;
}

.desktop-logo {
  width: 150px;
  height: 150px;
  text-align: center;
}

.logo img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  width: 200px;
  height: auto;
}

.logo .mobile-logo {
  display: none;
}

.logo .desktop-logo {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  width: 200px;
  height: auto;
}

.homepage-links a + a {
  margin-left: 25px;
}
.logo span {
  font-family: roboto condensed, sans-serif;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.column-wrap {
  background: #dcdddf;
  font-size: 18px;
  padding: 0 15px;
}

.nav-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}

.header .column {
  padding: 30px 0;
  text-align: center;
  width: 50%;
}

.header .button {
  color: #333;
  display: inline-block;
  font-family: roboto condensed, sans-serif;
  font-weight: 700;
  padding: 10px 15px;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
}

.header .button:hover {
  background: #000;
  color: rgb(0, 0, 0);
}

.nav {
  justify-content: center;
  z-index: 18;
}

@media (min-width: 1500px) {
  .nav:before {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    width: calc((100% - 1200px) / 2);
    height: 320px;
  }

  .nav:after {
    content: "";
    position: absolute;
    right: 0;
    top: 100%;
    width: calc((100% - 1200px) / 2);
    height: 320px;
  }
}

.nav .wrapper {
  display: flex;
}

.user-bar li :first-child {
  border: none;
}

#menu {
  position: relative;
  list-style: none;
  z-index: 100;
  word-wrap: 0.5rem;
  padding: 10px;
  float: left;
}

.menu li {
  display: inline-block;
  margin: 0 -2px;
  position: relative;
}

.menu a {
  color: #333;
  display: block;
  font-weight: 300;
  padding: 10px 11px;
  text-align: center;
  text-decoration: none;
  border-width: 3px;
  font-family: roboto, sans-serif;
}

.menu a:not(:last-child):not([data-border=no])::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 3px;
  height: 20px;
  background: black;

}

.menu :last-child {
  border-right: none;
  padding-right: none;
}

.menu a:hover {
  color: #fff;
}

.menu li:hover .sub-menu {
  display: block;
}

.menu .extra-links {
  display: none;
}

.contact-button .button {
  padding: 10px;
}

.contact-button svg {
  display: block;
  padding: 4px 2px;
  width: 200px;
}

.contact-button a:hover svg {
  fill: #fff;
}

#pull,
.toggle {
  display: none;
  font-family: icomoon;
}

#pull {
  height: 44px;
}

#pull:before {
  content: "=";
}

.nav-open #pull:before {
  content: "x";
}

.sub-menu {
  background: #dcdddf;
  display: none;
  position: absolute;
  padding: 0;
  top: 40px;
  width: 300px;
}

.sub-menu li {
  display: block;
}

.sub-menu li:first-child {
  margin-left: -2px;
}

.sub-menu a {
  border-bottom: 1px solid rgb(0, 0, 0);
  color: rgb(0, 0, 0);
  text-transform: none;
}

.sub-menu li:last-child a {
  border-bottom: 0;
}

.sub-menu a:hover {
  background: rgb(188, 22, 46);
  border-bottom: 1px solid #fff;
  color: #fff;
}

.search input[type="text"] {
  padding: 9px 4px 9px 40px;
  background: transparent
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' class='bi bi-search' viewBox='0 0 16 16'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z'%3E%3C/path%3E%3C/svg%3E")
    no-repeat 13px center;
  border-radius: 30px;
  border: 0px solid #ccc;
}

.search input[type="text"]::-webkit-input-placeholder {
  font-size: 1rem;
}

.search input[type="text"]:-moz-placeholder {
  font-size: 1rem;
}

.search input[type="text"]::-moz-placeholder {
  font-size: 1rem;
}

.search input[type="text"]:-ms-input-placeholder {
  font-size: 1rem;
}

.search input[type="text"]:focus {
  outline: none;
}

.header {
  background-image: linear-gradient(
      to top,
      rgb(255, 255, 255) 0,
      rgba(215, 216, 217, 0) 12.59648vw
    ),
    url("/images/schraderbackgroundirrigation.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: scroll;
}

.hero {
  position: relative;
  margin: 0 auto;
  z-index: 10;
}

.maxwidthwrapper {
  max-width: 77rem;
  margin: 0 auto;
  padding: 10px;
}

.homepage-links {
  background: white;
  padding: 30px;
  display: block;
  z-index: 999;
  padding-bottom: 0;
}

.homepage-links-sticky {
  display: none;
}

.homepage-links-sticky.is-sticky {
  display: block;
  position: fixed;
  max-width: 75rem;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  top: 135px;
  z-index: 2;
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
  box-shadow: 0 0 20px 15px #fff;
  transition: height 300ms ease-in, opacity 50ms ease-in;
  top: 100px;

}

.header .home-hero {
  position: relative;
  z-index: 16;
}

.footer {
  background: #000;
  color: #fff;
  font-family: roboto condensed, sans-serif;
  z-index: 10;
}

.footer-wrap {
  display: flex;
  margin: 0 auto;
  max-width: 1320px;
}

.footer a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.footer .column {
  border-right: 1px solid #fff;
  margin: 60px 0;
  padding: 0 4em;
  position: relative;
  text-align: center;
  width: 35%;
}

.footer .column:nth-of-type(2) {
  padding-top: 3em;
}

.footer .column:first-child {
  text-align: left;
}

.footer .column:last-child {
  border-right: 0;
}

.footer .logo {
  display: block;
  width: 105%;
  max-width: 400px;
  margin: 0 auto 2rem;
}

.footer h3 {
  font-size: 25px;
  font-weight: 600;
}

.newsletter img {
  margin: 0 auto;
  max-width: 160px;
  width: 100%;
}

.issue-link {
  border-bottom: 1px solid #fff;
  display: inline-block;
  font-size: 13px;
  letter-spacing: 2px;
  line-height: 2;
  margin-bottom: 20px;
  margin-top: 7px;
  padding-bottom: 1px;
}

.footer .app {
  border-radius: 3px;
  display: inline-block;
  margin-top: 1.5em;
  position: relative;
}

.footer .app:hover {
  background: #333;
}

.footer .app strong:before {
  content: "i";
  font-family: icomoon;
  font-size: 1.8em;
  position: absolute;
  left: 0;
  text-transform: none;
}

.footer .app strong {
  display: block;
  line-height: 1.2;
  padding: 5px 5px 5px 35px;
  text-align: left;
  text-transform: uppercase;
}

.social {
  list-style: none;
  margin: 15px 0 0 -50px;
  display: flex;
}

.social li {
  flex: 1 1 auto;

}

.social a svg {
  display: block;
  height: 100%;
  width: 100%;
}

.social a {
  display: block;
  font-family: icomoon;
  font-size: 30px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.social a:hover {
  opacity: 0.8;
}

.logos {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  max-width: 630px;
  text-align: center;
}

.logos li {
  display: block;
  flex-wrap: wrap;
}

.logos img {
  width: 100%;
}

.copyright {
  font-size: 14px;
  padding: 20px;
  text-align: center;
}

.search-field {
  margin-bottom: 80px;
  margin-right: 40px;
  margin-top: -40px;
  position: relative;
}

@media only screen and (max-width: 1035px) {
  .search-field {
    margin-right: -1em;
    margin-left: -1em;
  }
}


.select:before {
  color: #fff;
  content: "V";
  display: block;
  font-family: icomoon;
  height: 0;
  margin-top: -0.8rem;
  position: absolute;
  right: 14px;
  top: 80%;
  transform: rotate(180deg);
  width: 0;
  z-index: 2;
}

.select:after {
  color: #fff;
  content: "V";
  display: inline-block;
  font-family: icomoon;
  height: 0;
  margin-top: 0.2rem;
  pointer-events: none;
  position: absolute;
  right: 30px;
  top: 40%;
  width: 0;
  z-index: 2;
}

.select {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ccc;
  color: #1e1e1e;
  display: inline-block;
  margin-top: 5px;
  min-width: 250px;
  position: relative;
  vertical-align: middle;
}

.select .select-inner:before {
  background: #000;
  content: "";
  display: block;
  height: 100%;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 45px;
}

.select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #fff;
  border: 0;
  border-radius: 0.25rem;
  color: #888;
  cursor: pointer;
  display: block;
  font-family: roboto condensed, sans-serif;
  font-size: 16px;
  font-weight: 600;
  height: 55px;
  line-height: 1.5;
  margin: 0;
  outline: medium !important;
  padding: 9px 20px 9px 15px;
  text-transform: none;
  width: 100%;
}

.form {
  background: #f0f0f0;
  margin-bottom: 30px;
  padding: 40px;
}

.form a {
  color: #000;
}

.checkbox-wrap input[type="checkbox"] {
  width: inherit;
}

.form input,
.form textarea {
  font-size: 1.2rem;
  display: block;
  margin-bottom: 20px;
  width: 100%;
}

.form-contact input,
.form-contact textarea {
  margin-bottom: 0px;
}

input[type="text"],
input[type="password"],
textarea {
    -webkit-appearance: none;
    border: 1px solid #ccc;
    border-radius: 0;
    box-shadow: none;
    color: #333;
    font-family: Roboto, sans-serif;
    font-size: 1.2rem;
    padding: 10px;
    transition: all .2s ease;
}

input[type="text"]:focus,
textarea:focus {
    background: #F2F9EF;
    border-color: #B8CEB1;
}

.form h2 {
    font-weight: 600;
    text-transform: uppercase;
}

.property-types {
  background: #d8d8d8;
  margin: 20px 0;
  padding: 20px;
}

.states td {
  padding: 10px;
}

.states tr.selected {
  background: #e1f2da;
  color: #2c511b;
}

.states tr.selected:nth-of-type(odd) {
  background: #cfe5c5;
}

.states {
  width: 100%;
}

.states a {
  color: #000;
  text-decoration: none;
}

.states tr:nth-of-type(odd) {
  background: #ccc;
}

.inputs {
  display: flex;
}

.inputs input {
  margin-right: 10px;
}

.inputs input:last-of-type {
  margin-right: 0;
}

.sections label:hover {
  background: #ddd;
  cursor: pointer;
  transition: all 0.2s ease;
}

.sections input:checked + label {
  background: #c72127;
  color: #fff;
  transition: all 0.2s ease;
}

.sections .form input:checked + label {
  background: 0 0;
  color: inherit;
}

.sections .form label {
  background: 0 0;
  border-right: 0;
  padding: 15px 10px 15px 5px;
}

.sections .form label:hover {
  background: 0 0;
}

.sections #team:checked ~ #team,
.sections #faqs:checked ~ #faqs,
.sections #certifications:checked ~ #certifications,
.sections #purposes:checked ~ #purposes,
.sections #listings-list:checked ~ #listings-list,
.sections #sold:checked ~ #sold,
.sections #method:checked ~ #method,
.sections #technology:checked ~ #technology,
.sections #awards:checked ~ #awards,
.sections #specialty:checked ~ #specialty,
.sections #advantages:checked ~ #advantages,
.sections #exchanges:checked ~ #exchanges,
.sections #staff:checked ~ #staff,
.sections #clients:checked ~ #clients,
.sections #partners:checked ~ #partners,
.sections #building-sites:checked ~ #building-sites,
.sections #sold:checked ~ #sold,
.sections #property-maps:checked ~ #property-maps,
.sections #listing-terms:checked ~ #listing-terms,
.sections #listing-details:checked ~ #listing-details,
.sections #listing-download:checked ~ #listing-download,
.sections #listing-photos:checked ~ #listing-photos,
.sections #auction-details:checked ~ #auction-details,
.sections #auction-terms:checked ~ #auction-terms,
.sections #auction-download:checked ~ #auction-download,
.sections #auction-lots:checked ~ #auction-lots,
.sections #auction-photos:checked ~ #auction-photos,
.sections #contact-info:checked ~ #contact-info,
.sections #preferences:checked ~ #preferences,
.sections #saved-properties:checked ~ #saved-properties {
  display: block;
}

.sections {
  padding-top: 20px;
  padding-bottom: 20px;
}

.sections .section {
  display: none;
  margin-top: 20px;
  text-align: left;
  margin: 40px 0 0;
}

.home.building-sites .section,
.search-results.building-sites .section {
  display: block;
  background-color: white;
}

.search-results.building-sites .section {
  margin-top: 0;
  padding-top: 10px;
}

.sections input {
  display: none;
}

.section .form input {
  display: block;
}

.section .form.contact-info input {
  display: inline-block;
}

.sections .wrapper {
  text-align: left;
}

.form .checkboxes {
  display: flex;
}

.checkbox-wrap {
  width: 35%;
}

.checkbox {
  margin: 10px 0;
  position: relative;
}

.sections .checkbox label {
  margin-left: 35px;
  padding: 0;
}

.sections .checkbox label:before {
  border: 1px solid #444;
  content: "";
  display: inline-block;
  font-family: icomoon;
  height: 20px;
  margin-right: 15px;
  position: absolute;
  left: 0;
  top: 3px;
  vertical-align: middle;
  width: 20px;
}

.sections .checkbox input[type="checkbox"]:checked + label:after {
  content: "x";
  font-family: icomoon;
  font-size: 13px;
  position: absolute;
  text-transform: none;
  left: 5px;
  top: 5px;
}

.sections .checkbox input[type="checkbox"] {
  display: none;
}

.sections label {
  background: #f0f0f0;
  color: #000;
  display: inline-block;
  font-family: sans-serif;
  font-size: 1em;
  font-weight: 600;
  margin: 0 4px;
  padding: 12px 25px;
  text-align: left;
  text-transform: uppercase;
  border-radius: 1000px;
  margin-bottom: 25px;
}

.sections label:last-of-type {
  border-right: 0;
}

.section-inner {
  display: flex;
  flex-flow: row wrap;
}

.section .detail {
  display: flex;
  font-family: roboto condensed, sans-serif;
  padding-bottom: 20px;
  width: 50%;
}

.aside-agent {
  display: flex;
}

.sections.building-sites .detail {
  padding-bottom: 10px;
}

.section .info {
  padding: 0 15px 5px 10px;
  width: 75%;
}

.sections.building-sites .info {
  padding: 0 15px 1em 2em;
}

.section .info * {
  display: block;
}

.section .info h3,
.aside-agent h3 {
  font-weight: 600;
  text-transform: uppercase;
}

.section-heading {
  border-bottom: 1px solid #aaa;
  margin: 60px 0 15px;
}

.mailings {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}

.sections.building-sites .info h3 {
  margin-bottom: 5px;
}

.section .info a,
.aside-agent-details a {
  color: #00000082;
  font-size: 0.8rem;
  text-decoration: none;
}

.aside-agent-details {
  padding-left: 1em;
  width: 70%;
}

.aside-agent-details a {
  display: block;
}

.section p {
  margin-bottom: 1em;
}

.home .section p {
  margin-bottom: 0;
}

p.location {
  color: #c72128;
  margin-bottom: 5px;
  font-weight: 600;
}

.section .code {
  color: #8c8c8c;
  padding-top: 2.5em;
}

.section .info .button {
  display: inline-block;
  font-size: 12px;
  margin-top: 15px;
  padding: 10px 15px;
}

.section .info .button:hover {
  color: #fff;
}

.section .photo {
  max-width: 125px;
  min-width: 125px;
  width: 30%;
}

.building-sites .section .photo {
  max-width: 235px;
  min-width: 235px;
  width: 30%;
}

#saved-properties .photo {
  min-width: 230px;
  width: 25%;
}

.aside-agent-photo {
  width: 30%;
}

.sections.building-sites .photo {
  width: 45%;
}

.sections.home.building-sites .photo {
  min-width: 245px;
}

.section .photo img,
.aside-agent-photo img {
  display: block;
  width: 100%;
}

.listings {
  display: flex;
  flex-flow: row wrap;
  list-style: none;
}

.listings li {
  padding: 0 2.5em 1.5em 0;
  width: 50%;
}

.listings li a {
  display: block;
  text-decoration: none;
}

.listings li a:hover img {
  opacity: 0.9;
}

.listings li img {
  display: block;
  width: 100%;
}

.home-tile {
  width: 100%;
}

.home-tile img {
  display: block;
  width: 100%;
}

.bx-wrapper {
  width: 200%;
  margin: 0;
  background: 0 0;
  border: 0;
  box-shadow: none;
  padding: 50px;
  margin-bottom: 0 !important;
}

.bxslider {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.page-links {
  padding: 2em;
}

.page-links span {
  display: inline-block;
  padding: 5px 1em;
}

.page-links a {
  align-items: center;
  background: #fff;
  display: flex;
  font-family: roboto condensed, sans-serif;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 1em;
  overflow: hidden;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.2s ease;
}

.page-links a:last-child {
  margin-bottom: 0;
}

.page-links a:hover,
.page-links a.active {
  color: #fff;
}

.user-bar li:last-child a {
  border: none;
}

.link:before {
  border-right: 1px solid;
  display: inline-block;
  font-family: icomoon;
  font-size: 35px;
  font-style: normal;
  height: 100%;
  margin-right: 10px;
  padding: 10px;
}

.link-1:before {
  content: "6";
}

.link-2:before {
  content: "3";
}

.link-3:before {
  content: "2";
}

.link-4:before {
  content: "4";
}

.homepage-links a:before {
  display: inline-block;
  font-size: 25px;
  font-weight: 100;
  margin-right: 10px;
  vertical-align: middle;
}

.homepage-links a {
  align-items: stretch;
  color: #fff;
  font-family: roboto condensed, sans-serif;
  font-weight: bold;
  display: block;
  padding: 1em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
  background-color: #c92127;
  border-radius: 1000px;
  margin-left: 0;
  font-size: 20px;
  margin: 23px 0px;
}

.homepage-links a + a {
  padding-bottom: 25px;
}

.homepage-links :hover {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.a {
  transition: 1s;
}
.a :hover {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.b :hover {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.c :hover {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.property-share {
  font-family: icomoon;
  margin: 0 0 20px;
  margin-top: 50px;
}

.property-share a {
  font-size: 2.5em;
  text-decoration: none;
}

.property-details h2 {
  font-weight: 600;
  margin-bottom: 5px;
}

.property-details p {
  margin-bottom: 30px;
}

.property-soil-map img,
.property-interactive-map img {
  height: auto;
  width: 100%;
}

.sections.building-sites .detail {
  width: 100%;
}

@media only screen and (max-width: 1100px) {
  .footer .column {
    padding: 0 2em;
  }
}

@media only screen and (max-width: 1035px) {
  .section .form.contact-info input {
    width: 100%;
  }

  .section .form.contact-info input[type="checkbox"] {
    width: inherit;
  }

  .content {
    padding: 2.5em 1em;
  }
}

@media only screen and (max-width: 1026px) {
  .contact-button svg {
    width: 167px;
  }
}

@media only screen and (max-width: 950px) {
  .aside {
    padding: 2.5em 1.5em;
    width: 38%;
  }

  .footer h3 {
    font-size: 20px;
  }

  .sections label {
    font-size: 0.9em;
    /*padding: 10px;*/
  }
}

@media only screen and (max-width: 965px) {
  .section .detail {
    width: 100%;
  }
}

@media only screen and (max-width: 799px) {
  .homepage-links {
    padding: none;
    margin-top: -px;
  }
}

@media only screen and (max-width: 84.375rem) {
  .homepage-links-sticky.is-sticky {
    display: none;
  }
}

@media only screen and (min-width: 84.375rem) {
    .column-wrap {
        padding: 15px;
    }

  .nav-bar {
    flex-direction: row;
    position: relative;
  }

  .right-side-user-bar {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: none;
  }

  .nav-bar .logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media only screen and (max-width: 84.375rem) {
  .inputs {
    display: block;
  }

  .sections label {
    margin-top: none;
  }

  .left-side-user-bar {
    display: none;
  }

  .menu .extra-links {
    display: block;
  }

  .contact-button svg {
    width: 155px;
  }

  .menu {
    display: none;
  }

  .copyright {
    font-size: 11px;
  }

  .search {
    width: 95%;
    max-width: 10rem;
    border: 0;
    margin-right: auto;
  }

  .search input[type="text"] {
    display: flex;
    /* position: absolute;
            left: 0;
            top: 0; */
  }

  .nav {
    position: relative;
    padding: 10px;
  }

  .menu {
    background: #000;
    /* position: absolute;
        top: 41px; */
    width: 100%;
    position: absolute;
    top: 100%;
    transition: 0.25s ease all;
    transform: scaleY(0);
    transform-origin: 50% 0%;
    transform: scaleY(1);
    padding: 0;
  }

  .menu li {
    display: block;
    margin: 0;
  }

  .menu li:hover .sub-menu {
    display: none;
  }

  .menu a {
    border-bottom: 1px solid #444;
    border-left: 0;
    color: #fff;
    padding: 15px 25px;
  }

  .menu li:first-child a {
    border-left: 0;
    border-top: 1px solid #444;
  }

  .menu .sub-menu li:first-child a {
    border-left: 0;
    border-top: 1px solid #444;
  }

  .menu a:hover {
    background: #333;
  }

  .sub-menu {
    position: relative;
    top: 0;
    width: 100%;
  }

  .nav-open .menu {
    display: block;
  }

  .sub-menu {
    display: none;
    left: 0;
  }

  /*.sub-menu.menu-open {*/
  /*display: block;*/
  /*}*/

  .menu .sub-menu a {
    background: #202020;
    border-bottom: 1px solid #444;
    padding: 15px 25px 15px 35px;
  }

  .menu .sub-menu li:first-child a {
    border-bottom: 0;
    border-left: 0;
    border-top: 0;
  }

  .sub-menu a:hover {
    background: #333;
    border-bottom: 1px solid #333;
    color: #fff;
  }

  .sub-menu li:last-child a {
    border-bottom: 1px solid #444;
    border-top: 0;
  }

  .toggle {
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 18px;
    padding: 15px 15px;
    position: absolute;
    right: 0;
    top: 0;
    transition: transform 0.2s ease;
  }

  .toggle.clicked {
    transform: rotate(-180deg);
  }

  #pull {
    color: rgb(0, 0, 0);
    cursor: pointer;
    display: inline-block;
    font-family: "icomoon";
    font-size: 20px;
    padding: 6px 15px;
    position: absolute;
    right: 0;
    bottom: 0;
  }

  .menu .extra-links a {
    border: 2px solid #fff;
    margin: 20px auto;
    max-width: 250px;
  }

  .menu .extra-links a:hover {
    background: #fff;
    border-color: #fff;
    color: #333;
  }

  .sections label {
    font-size: 0.9em;
    padding: 10px 15px;
  }
}

@media only screen and (max-width: 800px) {
  .index-content-wrap {
    display: block;
  }

  .social {
    margin: 0 auto;
  }

  .homepage-links a + a {
    margin-left: 0;
  }

  .sections label {
    margin-bottom: 25px;
  }

  .main {
    display: block;
  }

  .content,
  .aside {
    position: relative;
    width: 100%;
  }

  .section .detail {
    width: 50%;
  }

  .footer-wrap {
    display: block;
    flex-direction: column;
  }

  .footer .column:first-child {
    text-align: center;
  }

  .footer .column {
    border-bottom: 1px solid #555;
    border-right: 0;
    margin: 0;
    padding: 20px 0;
    width: 100%;
  }

  .footer .column:nth-of-type(2) {
    padding-top: 1em;
  }

  .logos {
    margin: 20px auto;
  }

  .logo .desktop-logo,
  .logo span {
    display: none;
  }

  .logo .mobile-logo {
    display: block;
  }

  .logo img {
    max-width: 190px;
  }

  .header .button {
    font-size: 13px;
  }

  .section .info .button {
    font-size: 11px;
    padding: 5px 10px;
  }
}

@media only screen and (max-width: 1050px) {
  .home-promo {
    display: block;
  }
}

@media only screen and (min-width: 800px) {
  .homepage-links {
    display: flex;
    width: none;
  }

  .homepage-links a {
    width: none;
  }
}

@media only screen and (max-width: 1048px) {
  .page-links a {
    display: inline-flex;
    margin: 0 1em 1em;
    vertical-align: top;
    width: 46%;
  }
}

@media only screen and (max-width: 925px) {
  .page-links a {
    width: 45%;
  }
}

@media only screen and (max-width: 750px) {
  .page-links a {
    margin: 0 0 1em;
    width: 100%;
  }
}

@media only screen and (max-width: 725px) {
  .contact-button svg {
    width: 135px;
  }
}

@media only screen and (max-width: 600px) {
  .sections .checkbox label::before {
    top: 16px;
  }

  .sections .checkbox input[type="checkbox"]:checked + label::after {
    top: 18px;
  }

  .sections .checkbox input[type="checkbox"]:checked + label {
    border: 0;
  }

  .form .checkboxes label {
    margin-left: 25px;
  }

  .sections label.tabs {
    border: 1px solid #aaa;
    display: block;
    margin-bottom: 5px;
    text-align: center;
  }

  .sections input:checked + label {
    border: 1px solid #c72127;
  }

  .content {
    padding: 2.5em 1em;
  }

  .logo {
    margin: 10px 0;
    display: block;
  }

  .contact-button,
  .bidding-button {
    display: none;
  }

  .header .column {
    padding: 15px 0;
  }

  .sections label {
    padding: 8px;
  }

  .form {
    margin-bottom: 0;
    padding: 20px;
  }

  .form .checkboxes {
    display: block;
  }

  .form .checkbox-wrap {
    width: 100%;
  }

  .sections .section {
    margin-top: 50px;
  }

  .sections .form label {
    padding: 15px 5px 15px 5px;
    font-size: 0.65em;
  }

  .form .checkboxes label {
    font-size: 1em;
    padding: 15px 5px;
  }
}

@media only screen and (max-width: 555px) {
  .sections.building-sites .photo {
    max-width: inherit;
  }
  .content h1 {
    margin: 0 auto;
    text-align: center;
  }

  .sections.building-sites .info {
    padding: 1em 15px 1em 0;
  }

  .section .detail {
    display: block;
    width: 100%;
  }

  .section .photo,
  .section .info {
    width: 100% !important;
  }

  .section .photo {
    max-width: inherit;
    min-width: inherit;
  }
}

@media only screen and (max-width: 1200px) {
  .index-content-wrap {
    box-shadow: none;
  }
}

@media only screen and (max-width: 500px) {
  .form h2 {
    font-size: 1.3em;
    line-height: 1.2;
  }

  .user-bar a {
    font-size: 14px;
  }

  .section .detail {
    display: block;
  }

  .sections.building-sites .info,
  .sections .info {
    padding: 1em 0;
  }

  .header input[type="text"] {
    font-size: 0.9rem;
  }

  .listings li {
    padding: 1em 0;
    width: 100%;
  }
}

@media only screen and (max-width: 808px) {
  .right-side-user-bar li:first-child {
    border-right: 2px solid white;
  }

  .right-side-user-bar {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }

  .right-side-user-bar li:first-child {
    flex-basis: 100%;
    text-align: center;
    border: none;
  }
}
</pre></body></html>