body {
  font-family: Roboto, sans-serif;
  color: #333;
  font-size: 1em;
  line-height: 1.5em;
  overflow-x: hidden;
}

#printHeader,
#printFooter {
  display: none;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 2.5em;
  line-height: 1.25em;
  font-weight: 400;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #11559e;
  font-size: 2em;
  line-height: 1.25em;
  font-weight: 400;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 1.5em;
  line-height: 1.25em;
  font-weight: 400;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.1em;
  line-height: 1.22em;
  font-weight: 400;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1em;
  line-height: 1.25em;
  font-weight: 700;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 0.9em;
  line-height: 1.25em;
  font-weight: 700;
}

p {
  margin-bottom: 0.75rem;
  font-size: 1em;
  line-height: 1.375em;
}

a {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

ol {
  margin-top: 0px;
  margin-bottom: 0.75rem;
  padding-left: 40px;
}

label {
  display: inline-block;
  margin-bottom: 4px;
  font-weight: 400;
}

blockquote {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 0.75rem 1.25rem;
  border-left: 5px solid #c71c1c;
  font-size: 1.15em;
  line-height: 1.5em;
  font-weight: 400;
}

.color {
  position: relative;
  width: 33%;
  height: 100px;
}

.color.light-blue {
  background-color: #9bcbff;
}

.color.medium-blue {
  background-color: #3184dd;
}

.color.dark-blue {
  background-color: #11559e;
  color: #fff;
}

.color.red {
  background-color: #c71c1c;
}

.color-label {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin-bottom: 10px;
  font-size: 20px;
  text-align: center;
  letter-spacing: 1px;
}

.nav-link-a {
  position: relative;
  display: block;
  height: 100%;
  margin-right: 0.75rem;
  margin-bottom: -4px;
  margin-left: 0.75rem;
  padding: 15px 15px 15px 1rem;
  border-bottom: 4px solid transparent;
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}

.nav-link-a:hover {
  border-bottom-color: #fff;
  background-color: rgba(0, 0, 0, .2);
}

.nav-link-a.external {
  padding-right: 30px;
  padding-left: 0.75rem;
  background-image: url('../images/icon-external.png');
  background-position: 95% 49%;
  background-size: 15px 15px;
  background-repeat: no-repeat;
}

.nav-link-a.external:hover {
  border-bottom-width: 4px;
  background-image: url('../images/icon-external.png');
  background-position: 95% 49%;
  background-size: 15px 15px;
  background-repeat: no-repeat;
}

.dropdown-list {
  position: absolute;
  display: block;
  overflow: hidden;
  height: 0px;
  max-width: 400px;
  min-width: 200px;
  margin-left: 0.75rem;
  padding: 0.5rem 0.75rem;
  border-top: 4px solid #fff;
  background-color: #11559e;
  opacity: 0;
  text-align: left;
}

.dropdown-a {
  display: block;
  padding: 10px;
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}

.dropdown-a:hover {
  background-color: rgba(0, 0, 0, .2);
  font-weight: 400;
}

.brand {
  margin-top: 10px;
  margin-bottom: 10px;
}

.logo {
  width: 200px;
  height: 114px;
}

.a,
.main-content a:not(.button):not(.primary):not(.secondary):not(.pagination-page-link):not(.pagination-link):not(.listing-link):not(.img-link) {
  border-bottom: 1px dotted rgba(0, 0, 0, .3);
  color: #11559e;
  text-decoration: none;
}

.a:hover,
.main-content a:not(.button):not(.primary):not(.secondary):not(.pagination-page-link):not(.pagination-link):not(.listing-link):not(.img-link):hover {
  border-bottom-style: solid;
  color: #c71c1c;
}

.a.listing-agent-name-link {
  display: block;
  border-bottom-style: none;
  border-bottom-color: transparent;
}

.a.listing-agent-name-link:hover {
  border-bottom-style: none;
}

.page-title {
  margin-top: 1.5rem;
  margin-bottom: 1.25rem;
  font-weight: 300;
}

.accent-p {
  font-size: 1.15em;
  line-height: 1.5em;
}

.navbar {
  padding-right: 20px;
  padding-left: 20px;
  background-color: transparent;
}

.dropdown-wrap {
  overflow: hidden;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.left-nav-col {
  width: 250px;
  padding-top: 3.25rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-right: 1px solid #e4e4e4;
}

.content-col {
  width: 100%;
  max-width: 900px;
  margin-left: 2rem;
  float: left;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
}

.content-col.full-content-col {
  margin-left: 0rem;
}

.content-col.right-content-col {
  margin-left: 0rem;
}

.breadcrumbs-div {
  font-size: 0.9em;
}

.breadcrumb-a {
  display: inline-block;
  padding-right: 0rem;
  border-bottom: 1px solid transparent;
  color: #333;
  line-height: 1.4em;
  text-decoration: none;
}

.breadcrumb-a:hover {
  border-bottom: 1px solid rgba(0, 0, 0, .3);
  color: #c71c1c;
}

.breadcrumb-current {
  display: inline-block;
  color: #c71c1c;
  line-height: 1.4em;
}

.footer-section {
  background-color: #414141;
}

.nav-menu {
  margin-right: -20px;
  margin-left: -20px;
  float: none;
  border-bottom: 4px solid #3184dd;
  background-color: #11559e;
  color: #fff;
  text-align: center;
}

.slide-nav {
  bottom: -45px;
  font-size: 1em;
}

.nav-container {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.brand-container {
  position: relative;
}

.grip-logo {
  display: block;
  width: 130px;
  height: 28px;
  margin-right: auto;
  margin-left: auto;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
  font-size: 8px;
  line-height: 12px;
  font-style: italic;
  font-weight: 400;
  text-align: right;
  text-decoration: none;
  text-transform: uppercase;
}

#GRIPFooterLogo {
  padding-top: 0 !important;
}

.left-nav-a {
  display: block;
  padding: 0.5rem;
  -webkit-transition: color 400ms ease, -webkit-transform 300ms ease;
  transition: color 400ms ease, -webkit-transform 300ms ease;
  transition: color 400ms ease, transform 300ms ease;
  transition: color 400ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  color: #333;
  font-weight: 400;
  text-decoration: none;
}

.left-nav-a:hover {
  -webkit-transform: translate(8px, 0px);
  -ms-transform: translate(8px, 0px);
  transform: translate(8px, 0px);
  color: #c71c1c;
  font-weight: 700;
}

.left-nav-a.selected {
  color: #c71c1c;
}

.left-nav-a.subnav-a {
  font-size: 0.95em;
  line-height: 1.35em;
}

.left-sub-nav-div {
  display: block;
  padding-left: 1.5rem;
}

#leftNavBlog {
  width: 92%;
}

#listingAgent {
  width: 92%;
}

.listing-col-small {
  width: 30px;
  display: inline-block;
}

.left-nav-blog-item {
  padding-bottom: 0.35em;
  margin-bottom: 1em;
  border-bottom: 1px solid rgba(0, 0, 0, .3);
}

.left-nav-blog-item.last {
  padding-bottom: 0;
  border-bottom: 0 none;
}

.button,
input[type="submit"]:not(.hero-form-submit):not(.inside-search-submit),
.primary,
.secondary {
  display: inline-block;
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 9px 15px;
  border-style: none;
  border-radius: 0px;
  background-color: #000;
  color: #fff;
  font-size: 1em;
  line-height: 1.5em;
  text-decoration: none;
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 0;
}

.button.secondary,
.secondary {
  margin-top: 0.75rem;
  margin-right: 0.75rem;
  margin-bottom: 0.75rem;
  padding: 0.6rem 1rem;
  background-color: #707070;
}

.button.secondary:hover,
.secondary:hover {
  background-color: #333;
}

.listing-agent-buttons-wrapper {
  white-space: nowrap;
}

.button.secondary.listing-agent-button {
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  background-color: #11559e;
  text-align: center;
}

.listing-agent-buttons-wrapper .button.secondary.listing-agent-button.last {
  margin-right: 0;
}

.button.secondary.listing-agent-button:hover {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3));
}

.button.secondary.agent-details-button {
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  background-color: #11559e;
  text-align: center;
}

.button.secondary.agent-details-button:hover {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3));
}

.button.sidebar-button {
  margin-top: 0.5rem;
  margin-right: 0px;
  margin-bottom: 0.5rem;
  padding: 0.5rem 0.75rem;
  background-color: #c71c1c;
  font-size: 0.95em;
  line-height: 1.4em;
  font-weight: 400;
  text-align: center;
}

.button.sidebar-button:hover {
  background-color: #11559e;
}

.button.request {
  margin-left: 5px;
  background-color: #c71c1c;
}

.button.request:hover {
  background-color: #11559e;
}

.right-side-col {
  width: 175px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.right-side-div {
  margin-bottom: 0.25rem;
  padding-bottom: 0.5rem;
  border-top: 2px solid #e4e4e4;
}

.right-side-title {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  color: #11559e;
  font-size: 1.1em;
  line-height: 1.5em;
  font-weight: 400;
}

.right-side-p {
  margin-bottom: 0.75rem;
}

.main-content {
  width: 100%;
  margin-right: 2rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.main-content.test-content {
  width: 49%;
  margin-left: 1%;
}

.main-content ul,
.main-content ol {
  margin-bottom: 0.75rem;
  margin-top: 0.75rem;
}

.main-content li {
  margin-bottom: 10px;
}

.main-content h4 {
  margin-top: 1.25rem;
  margin-bottom: 0.75rem;
  color: #11559e;
  font-weight: 700;
}

.main-content h5 {
  margin-top: 1.25rem;
  margin-bottom: 0.75rem;
  color: #11559e;
}

.main-content h6 {
  margin-top: 1.25rem;
  margin-bottom: 0.75rem;
  color: #11559e;
}

.main-content.full-main-content {
  margin-right: 0rem;
}

.button,
.primary,
input[type="submit"]:not(.hero-form-submit):not(.inside-search-submit) {
  margin-right: 20px;
  background-color: #c71c1c;
}

.button:hover,
.primary:hover,
input[type="submit"]:not(.hero-form-submit):not(.inside-search-submit):hover {
  background-color: #11559e;
}

.container {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.container.flexwrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.container.listings-content-container {
  display: block;
  width: 100%;
  max-width: 1300px;
  min-height: 500px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 2rem;
  padding-bottom: 2.5rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.container.nav-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.container.hero-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.footer-container {
  position: relative;
  top: -5px;
  padding: 10px 20px 20px;
  border-top: 5px solid #c71c1c;
  background-color: hsla(0, 0%, 100%, .05);
}

.container.listing-container {
  width: 100%;
  max-width: 1300px;
  min-height: 500px;
  padding-bottom: 2.5rem;
}

.container.inside-content-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1300px;
  min-height: 500px;
  padding-top: 1.5rem;
  padding-bottom: 2.5rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.colors-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 400px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.text-styles {
  width: 49%;
  margin-right: 1%;
}

.button-styles {
  width: 100%;
}

.content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -1%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.grid-box {
  margin-right: 1%;
  margin-bottom: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
}

.grid-box.half {
  width: 49%;
}

.grid-box.third {
  width: 32.333%;
}

.grid-box.quarter {
  width: 24%;
}

.grid-box.fifth {
  width: 19%;
}

.clear {
  height: 20px;
  clear: both;
  border-style: none;
}

.sign-off {
  position: relative;
  margin-top: -5px;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: rgba(0, 0, 0, .3);
  color: #fff;
}

.copyright {
  margin-top: 25px;
  color: #ebebeb;
  font-size: 0.9em;
  line-height: 1.475em;
}

.quick-links {
  position: absolute;
  right: 0px;
  bottom: 9px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.quick-link-a {
  display: inline-block;
  margin-right: 10px;
  padding: 5px 5px 5px 30px;
  border-bottom: 2px solid transparent;
  color: #666;
  font-size: 0.8em;
  text-decoration: none;
}

.quick-link-a:not(.no-link):hover {
  border-bottom-color: #c71c1c;
  color: #c71c1c;
}

.quick-link-a.quick-link-social {
  width: 25px;
  height: 40px;
  margin-right: 0px;
  margin-left: 10px;
  padding: 0px;
  color: transparent;
}

.quick-link-a.quick-link-social.facebook {
  background-image: url('../images/facebook-square-brand.svg');
  background-position: 50% 0px;
  background-size: 25px 25px;
  background-repeat: no-repeat;
}

.quick-link-a.quick-link-social.twiter {
  background-image: url('../images/twitter-square-brand.svg');
  background-position: 50% 0px;
  background-size: 25px 25px;
  background-repeat: no-repeat;
}

.quick-link-a.quick-link-social.youtube {
  background-image: url('../images/youtube-square-brand.svg');
  background-position: 50% 0px;
  background-size: 25px 25px;
  background-repeat: no-repeat;
}

.quick-link-a.quick-link-social.facebook:hover,
.quick-link-a.quick-link-social.twiter:hover,
.quick-link-a.quick-link-social.youtube:hover {
  color: transparent;
}

.quick-link-a.contact {
  background-image: url('../images/icon-mail-grey.png');
  background-position: 0px 50%;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  font-weight: 400;
}

.quick-link-a.contact:hover {
  background-image: url('../images/icon-mail-red.png');
  background-size: 20px 20px;
}

.quick-link-a.call {
  background-image: url('../images/icon-phone-grey.png');
  background-position: 0px 50%;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  font-weight: 400;
}

.quick-link-a.call:not(.no-link):hover {
  background-image: url('../images/icon-phone-red.png');
  background-size: 20px 20px;
}

.hero-section {
  height: 700px;
  background-color: #333;
  background-image: url('../images/hero-img.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.hero-search {
  position: relative;
  display: block;
  width: 500px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  border-top: 5px solid #c71c1c;
  background-color: hsla(0, 0%, 100%, .75);
  background-image: -webkit-linear-gradient(45deg, rgba(17, 85, 158, .3), #fff);
  background-image: linear-gradient(45deg, rgba(17, 85, 158, .3), #fff);
}

.hero-form-title {
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 1.8em;
}

.hero-form-field {
  width: 100%;
  height: 40px;
  background-color: #fff;
}

.hero-form-field.half {
  width: 49%;
  margin-right: 2%;
  float: left;
  -webkit-box-flex: 48%;
  -webkit-flex: 48%;
  -ms-flex: 48%;
  flex: 48%;
}

.hero-form-field.half.last {
  margin-right: 0%;
}

.hero-form-submit {
  width: 200px;
  height: 40px;
  float: right;
  background-color: #11559e;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 1em;
  text-align: right;
}

.hero-form-submit:hover {
  background-color: #c71c1c;
}

.circles-section {
  padding-top: 90px;
  padding-bottom: 90px;
}

.circle-cb {
  display: block;
  width: 100%;
  color: #3184dd;
  text-align: center;
  text-decoration: none;
}

.circle-icon {
  display: block;
  overflow: hidden;
  width: 150px;
  height: 150px;
  margin-right: auto;
  margin-left: auto;
  border-style: solid;
  border-width: 5px;
  border-color: rgba(0, 0, 0, .1);
  border-radius: 50%;
  -webkit-transition: border 200ms ease;
  transition: border 200ms ease;
}

.circle-title {
  font-size: 1.5em;
}

.cb {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: rgba(0, 0, 0, .02);
  text-align: center;
}

.cb.cb-2 {
  background-color: rgba(0, 0, 0, .05);
}

.cb.cb-3 {
  background-color: rgba(0, 0, 0, .08);
}

.cb-title {
  display: block;
  max-width: 800px;
  margin: 0px auto;
  font-weight: 300;
}

.cb-title.cb-title-special {
  display: inline-block;
  padding-right: 0.25rem;
  padding-left: 0.25rem;
}

.cb-p {
  display: block;
  max-width: 600px;
  margin: 20px auto;
  font-size: 1.25em;
  line-height: 1.475em;
  font-weight: 300;
}

.cb-button {
  display: inline-block;
  padding: 9px 15px;
  border-style: solid;
  border-width: 1px 1px 4px;
  border-color: #3184dd;
  background-color: transparent;
  color: #3184dd;
  text-decoration: none;
}

.cb-button:hover {
  border-bottom-color: #c71c1c;
  color: #c71c1c;
}

.communities-section {
  padding-top: 50px;
  padding-bottom: 50px;
}

.communities-title {
  display: block;
  max-width: 600px;
  margin: 0px auto 20px;
  font-weight: 300;
  text-align: center;
}

.communities-slideshow {
  height: 400px;
  margin-top: 30px;
  background-color: #9bcbff;
}

.slide-row {
  height: 100%;
}

.slide-col {
  height: 100%;
}

.slide-col.huxley {
  background-image: url('../images/huxley.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-col.nevada {
  background-image: url('../images/nevada.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-col.story-city {
  background-image: url('../images/story-city.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-col.ames {
  background-image: url('../images/ames.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-col.boone {
  background-image: url('../images/boone.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-col.gilbert {
  background-image: url('../images/gilbert.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-button {
  position: absolute;
  left: 0px;
  top: auto;
  right: 0px;
  bottom: 50px;
  display: block;
  width: 200px;
  margin-right: auto;
  margin-left: auto;
  padding: 9px 15px;
  background-color: #11559e;
  color: #fff;
  text-align: right;
  text-decoration: none;
}

.slide-button:hover {
  background-color: #c71c1c;
}

.community-select {
  display: block;
  width: 300px;
  margin-right: auto;
  margin-left: auto;
}

.footer-list {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 0px;
  list-style-type: none;
}

.footer-a {
  display: inline-block;
  padding-top: 3px;
  padding-bottom: 3px;
  color: #ebebeb;
  font-size: 0.9em;
  text-decoration: none;
}

.footer-a:hover {
  color: #9bcbff;
}

.footer-a.external {
  padding-right: 25px;
  background-image: url('../images/icon-external.png');
  background-position: 100% 49%;
  background-size: 15px 15px;
  background-repeat: no-repeat;
}

.back-to-top {
  position: absolute;
  right: 20px;
  bottom: 6px;
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 15px;
  margin-left: 15px;
  padding: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, .1);
  color: #fff;
  font-size: 0.9em;
  text-align: center;
  text-decoration: none;
}

.back-to-top:hover {
  background-color: rgba(0, 0, 0, .1);
  color: #9bcbff;
}

.footer-quick-link {
  display: inline-block;
  margin-right: 20px;
  color: #9bcbff;
  font-size: 0.9em;
  text-decoration: none;
}

.footer-quick-link:hover {
  color: #fff;
}

.ehl-logo {
  width: 70px;
  height: 70px;
  margin-top: 25px;
  margin-right: 25px;
}

.arrow {
  width: 40px;
  font-size: 1.5em;
}

.listings-results {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -2%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.listing-card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 23%;
  margin-right: 2%;
  margin-bottom: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, .5);
}

.listing-card.featured-listing-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48%;
  height: auto;
  margin-right: 0%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#leftNavFeatured .featured-listings-wrapper {
  width: 92%;
}

.listing-card.featured-listing-card.left {
  width: 100%;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.listing-card.featured-listing-card.my-featured-card {
  width: 31%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.listing-image {
  position: relative;
  width: 100%;
  height: 200px;
  background-color: #f1f1f1;
}

.listing-image.stanton {
  background-image: url('../images/property-stanton.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 200px;
}

.listing-image._5500 {
  background-image: url('../images/property-240th.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.listing-image._2150 {
  background-image: url('../images/property-ne18th.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.listing-image.boone {
  background-image: url('../images/property-boone.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.listing-image.school {
  background-image: url('../images/property-school.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.listing-image.wilson {
  background-image: url('../images/property-wilson.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.listing-image.elmo {
  background-image: url('../images/property-elmo.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.listing-image.featured-listing-image {
  display: block;
  width: 50%;
  height: 200px;
  padding-bottom: 0%;
}

.listing-image.featured-listing-image.featured-pic-1 {
  width: 50%;
  background-image: url('../images/property-240th.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.listing-card.featured-listing-card.left .listing-image.featured-listing-image {
  width: 100%;
}

.listing-image.featured-listing-image.featured-pic-2 {
  background-image: url('../images/property-ne18th.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.listing-image.featured-listing-image.my-featured-pic {
  width: 100%;
}

.listing-content {
  padding: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
}

.listing-content.featured-listing-content {
  padding-bottom: 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.listing-card.featured-listing-card.left .listing-content.featured-listing-content {
  padding-bottom: 20px;
}

.listing-content.featured-listing-content.my-featured-content {
  padding-bottom: 10px;
}

.listing-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, .15);
}

.listing-links.featured-listing-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-left: 1px solid rgba(0, 0, 0, .15);
  border-top-style: none;
}

.listing-card.featured-listing-card.left .listing-links.featured-listing-links {
  width: 100%;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  border-top: 1px solid rgba(0, 0, 0, .15);
  border-left-style: none;
}

.listing-links.featured-listing-links.my-featured-links {
  display: none;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.listing-link {
  width: 100%;
  height: 50px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transition-property: background-color;
  transition-property: background-color;
}

.listing-link:hover {
  background-color: #ececec;
}

.listing-link.map {
  background-image: url('../images/icon-map.png');
  background-position: 50% 50%;
  background-size: 20px 20px;
  background-repeat: no-repeat;
}

.listing-link.email {
  background-image: url('../images/icon-email.png');
  background-position: 50% 50%;
  background-size: 20px 20px;
  background-repeat: no-repeat;
}

.listing-link.listings {
  background-image: url('../images/layout/listings_button_left_nav.gif');
  background-position: 50% 50%;
  background-size: 60px 20px;
  background-repeat: no-repeat;
}

.listing-link.print {
  background-image: url('../images/icon-print.png');
  background-position: 50% 50%;
  background-size: 20px 20px;
  background-repeat: no-repeat;
}

.listing-link.calc {
  background-image: url('../images/icon-calc.png');
  background-position: 50% 50%;
  background-size: 20px 20px;
  background-repeat: no-repeat;
}

.listing-link.gallery {
  background-image: url('../images/icon-gallery.png');
  background-position: 50% 50%;
  background-size: 20px 20px;
  background-repeat: no-repeat;
}

.listing-price {
  position: absolute;
  right: 0px;
  bottom: -10px;
  z-index: 1;
  margin-bottom: 0px;
  padding: 5px 20px;
  background-color: #3184dd;
  color: #fff;
  font-size: 1.25em;
  font-weight: 400;
}

.listing-price.featured-listing-price {
  bottom: 10px;
}

.listing-name {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 1.2em;
  line-height: 1.35em;
  font-weight: 700;
}

.listing-property-type {
  display: none;
  margin-bottom: 5px;
  color: #666;
  font-size: 0.9em;
}

.listing-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid rgba(0, 0, 0, .15);
}

.listing-city {
  margin-bottom: 0px;
  color: #666;
  font-size: 0.9em;
  font-weight: 700;
  text-align: left;
}

.listing-detail {
  width: 50%;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: 1px solid rgba(0, 0, 0, .15);
  text-align: center;
}

.listing-detail:last-of-type {
  border-right-style: none;
}

.listing-detail-title {
  margin-bottom: 0px;
  color: #666;
  font-size: 0.9em;
  font-weight: 700;
}

.listing-detail-value {
  margin-bottom: 0px;
  font-size: 1.2em;
}

.listing-image-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(0, 0, 0, .25);
  opacity: 0;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.listing-image-overlay:hover {
  opacity: 1;
}

.listing-name-link {
  color: #3184dd !important;
  text-decoration: none !important;
  border-bottom: 0 none !important;
}

.listing-name-link:hover {
  color: #c71c1c !important;
}

.inside-content-section {
  padding-right: 20px;
  padding-left: 20px;
}

.listing-filter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 0.8em;
}

.listing-filter-label {
  margin-right: 10px;
  margin-bottom: 0px;
  float: left;
}

.listing-filter-field {
  width: 200px;
  height: 38px;
  margin-bottom: 0px;
  font-size: 1em;
  line-height: 1.5em;
}

.listing-filter-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.listing-pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-right: -5px;
  padding-left: 15px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: right;
}

.results {
  width: 100%;
  color: #666;
}

.inside-search {
  margin-top: -5px;
  background-color: #414141;
}

.inside-search-field {
  width: 150px;
  height: 40px;
  margin-bottom: 15px;
  margin-left: 10px;
  padding: 6px 12px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  font-size: 0.8em;
}

.inside-search-field.sm {
  width: 100px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.inside-search-field.med {
  width: 115px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.inside-search-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.listings-col {
  padding-top: 30px;
}

.inside-search-submit {
  height: 40px;
  margin-bottom: 15px;
  margin-left: 10px;
  padding: 6px 12px;
  background-color: #c71c1c;
  font-size: 0.8em;
  line-height: 1.5em;
}

.inside-search-submit:hover {
  background-color: #11559e;
}

.listing-pagination-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.pagination-link {
  display: block;
  margin-right: 5px;
  margin-left: 5px;
  padding: 5px 10px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, .15);
  background-color: #ececec;
  color: #555;
  line-height: 1.5em;
  text-align: center;
  text-decoration: none;
}

.pagination-link:hover {
  background-color: #3184dd;
  color: #fff;
}

.pagination-page-link {
  display: inline-block;
  min-width: 35px;
  margin-right: 5px;
  margin-left: 5px;
  padding: 5px 10px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, .15);
  background-color: #ececec;
  color: #555;
  line-height: 1.5em;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.pagination-page-link:hover {
  background-color: #3184dd;
  color: #fff;
}

.pagination-page-link.current {
  background-color: #3184dd;
  color: #fff;
}

.pagination-ellipsis {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 0px;
  margin-left: 5px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.advanced-search {
  display: inline-block;
  margin-bottom: 15px;
  margin-left: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #9bcbff;
  font-size: 0.8em;
}

.open-house {
  position: absolute;
  left: 0px;
  top: 10px;
  right: auto;
  bottom: auto;
  z-index: 1;
  margin-bottom: 0px;
  padding: 5px 10px 5px 33px;
  background-color: #c71c1c;
  background-image: url('../images/icon-house.png');
  background-position: 10px 50%;
  background-size: 15px 15px;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 0.9em;
}

.mls-reciprocity {
  margin-bottom: 10px;
  color: #666;
  font-size: 0.7em;
}

.open-house-info {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 0px;
  border-top: 1px solid #c71c1c;
  border-bottom: 1px solid #c71c1c;
  font-size: 0.9em;
}

.open-house-title {
  margin-bottom: 5px;
  color: #c71c1c;
  font-weight: 700;
}

.open-house-time {
  margin-right: 15px;
  margin-bottom: 10px;
  float: left;
  font-size: 0.9em;
}

.pagination-page-dropdown {
  display: none;
}

.listing-details-mobile {
  display: none;
}

.listing-detail-mobile {
  display: none;
}

.inside-search-container {
  position: relative;
  bottom: -5px;
  display: block;
  width: 100%;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 20px 10px;
  border-bottom: 5px solid #c71c1c;
  background-color: rgba(0, 0, 0, .1);
}

.open-search {
  display: none;
}

.hidden-fields {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.listing-subtitle {
  margin-top: -10px;
  margin-bottom: 0px;
  font-size: 1.5em;
  line-height: 1.375em;
  font-weight: 300;
}

.slideshow {
  width: 50%;
  height: 400px;
}

.listing-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
}

.listing-info {
  width: 32%;
  padding-left: 30px;
}

.listing-map-widget {
  height: 400px;
}

.counter {
  position: absolute;
  left: 50%;
  right: auto;
  bottom: 10px;
  z-index: 1;
  display: block;
  padding: 5px 10px;
  background-color: rgba(0, 0, 0, .5);
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
  color: #fff;
  font-size: 0.9em;
}

.counter-p {
  margin-bottom: 0px;
  display: none;
}

.counter-p.w-active {
  display: block;
}

.w-slide {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-no-image {
  background-image: url('/images/no_photo_detail.gif');
  border: 1px dotted #ccc;
}

.tool {
  width: 50px;
  height: 50px;
  margin-right: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, .5);
}

.tool.email {
  background-image: url('../images/icon-email.png');
  background-position: 50% 50%;
  background-size: 25px 25px;
  background-repeat: no-repeat;
}

.tool.print {
  background-image: url('../images/icon-print.png');
  background-position: 50% 50%;
  background-size: 25px 25px;
  background-repeat: no-repeat;
}

.tool.calc {
  background-image: url('../images/icon-calc.png');
  background-position: 50% 50%;
  background-size: 25px 25px;
  background-repeat: no-repeat;
}

.tool.share {
  background-image: url('../images/icon-share.png');
  background-position: 50% 50%;
  background-size: 25px 25px;
  background-repeat: no-repeat;
}

.property-details {
  margin-bottom: 30px;
}

.property-price {
  margin-left: 3px;
  color: #11559e;
  font-size: 2.5em;
  font-weight: 400;
}

.property-mortgate {
  margin-left: 5px;
  color: #3184dd;
  font-size: 1.3em;
}

.estimated {
  color: #666;
  font-size: 0.7em;
}

.attr-label {
  margin-right: 10px;
  margin-bottom: 0px;
  font-weight: 700;
}

.attr-label.vital {
  font-size: 1em;
  font-weight: 400;
}

.attr-label.agent-info {
  font-weight: 400;
}

.attr-value {
  margin-bottom: 0px;
  word-break: break-word;
}

.attr-value.vital {
  font-weight: 700;
}

.attr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 5px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.attr.vital-attr {
  margin-bottom: 10px;
  font-size: 1.2em;
}

.attr.courtesy-of {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e4e4e4;
}

.property-description {
  margin-bottom: 15px;
  padding: 20px 0px 25px;
  border-bottom: 1px solid #e4e4e4;
  font-size: 1.1em;
  line-height: 1.575em;
  font-weight: 300;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 1.1em;
  -moz-column-gap: 1.1em;
  column-gap: 1.1em;
}

.gallery-arrow {
  width: 50px;
  font-size: 20px;
}

.realtor-logo {
  margin-top: 25px;
}

.footer-logo-col {
  text-align: center;
}

.listings-tools {
  margin-top: 25px;
  padding-left: 5px;
}

.listing-vital-info {
  margin-top: 20px;
  padding-top: 10px;
  padding-bottom: 5px;
  padding-left: 5px;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
}

.subattr {
  width: 100%;
  margin-left: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 0.9em;
}

.listings-attr-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 20px -15px;
}

.listing-attr-col {
  width: 25%;
  padding-right: 15px;
  padding-left: 15px;
}

.featured-listings {
  border-bottom: 1px solid #c71c1c;
}

.featured-listings.my-featured-listings {
  border-bottom-color: #e4e4e4;
}

.breadcrumb-divider {
  display: inline-block;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  line-height: 1.4em;
}

.left-nav-item-wrap {
  border-bottom: 1px solid #e4e4e4;
}

.featured-listing-card {
  display: block;
  height: 250px;
}

.featured-listing-image {
  width: 250px;
  height: 200px;
}

.featured-listings-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.featured-listings-wrapper.my-featured-wrapper {
  padding-bottom: 10px;
}

.featured-listing-flag {
  position: absolute;
  left: 0px;
  top: 10px;
  right: auto;
  bottom: auto;
  z-index: 1;
  display: none;
  margin-bottom: 0rem;
  padding: 5px 10px 5px 33px;
  background-color: #c71c1c;
  background-image: url('../images/icon-star-gold.png');
  background-position: 10px 36%;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 0.9em;
  font-weight: 400;
  text-transform: uppercase;
}

.featured-listing-header {
  color: #c71c1c;
}

.listing-agent-wrapper {
  width: 18%;
  padding-right: 10px;
  padding-left: 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-left: 1px solid #e4e4e4;
}

.listing-agent-title {
  margin-bottom: 0rem;
  color: #666;
  font-size: 0.9em;
  font-weight: 400;
  text-transform: uppercase;
}

.listing-agent-name {
  margin-top: 0.25rem;
  margin-bottom: 0.75rem;
  color: #11559e;
  font-size: 1.1em;
  line-height: 1.375em;
  font-weight: 700;
  text-decoration: none;
}

.listing-agent-pic {
  margin-bottom: 0.75rem;
}

.listing-agent-name-link {
  display: block;
  margin-bottom: 0.5rem;
  color: #11559e;
  text-decoration: none;
  border-bottom: 0 none !important;
}

.agent-details-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  padding-top: 30px;
  padding-bottom: 20px;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
}

.agent-summary-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.agent-action-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.contact-details-wrap {
  margin-left: 30px;
}

.about-me-col-1 {
  width: 47%;
  margin-right: 3rem;
  float: left;
}

.about-me-col-2 {
  width: 47%;
  float: left;
}

.success-message-box {
  border: 1px solid #1a5b0b;
  background-color: #f1fced;
}

.success-message {
  color: #1a5b0b;
}

.error-message-box {
  border: 1px solid #d50a2f;
  background-color: #fef3ee;
}

.error-message {
  color: #d50a2f;
}

.mobile-phone-link {
  display: none;
}

@media (max-width: 991px) {
  h1 {
    font-size: 2.5em;
    line-height: 1.125em;
  }
  h2 {
    color: #11559e;
    font-size: 2em;
  }
  h3 {
    font-size: 1.5em;
    line-height: 1.25em;
  }
  .nav-link-a {
    display: block;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding: 15px 20px;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    text-align: left;
  }
  .nav-link-a.external {
    padding-left: 20px;
  }
  .nav-link-a.external:hover {
    border-bottom-width: 1px;
  }
  .dropdown-list {
    background-color: transparent;
    opacity: 0;
  }
  .dropdown-list.w--open {
    height: auto;
    max-width: none;
    min-width: 0px;
    padding-left: 20px;
    opacity: 1;
  }
  .dropdown-a {
    border-bottom: 1px solid rgba(0, 0, 0, .2);
  }
  .brand {
    margin-bottom: 20px;
  }
  .logo {
    width: 150px;
    height: 85px;
  }
  .dropdown-wrap {
    display: none;
    text-align: left;
  }
  .left-nav-col {
    display: none;
  }
  .content-col {
    margin-left: 0rem;
  }
  .breadcrumbs-div {
    display: block;
  }
  .menu-button {
    display: inline-block;
    height: 40px;
    margin-top: 25px;
    padding: 6px 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #c71c1c;
    color: #fff;
    text-align: center;
  }
  .menu-icon {
    position: relative;
    top: -2px;
    display: inline-block;
    font-size: 32px;
    text-align: center;
  }
  .nav-menu {
    width: 90%;
    margin-right: 0px;
    margin-left: 0px;
  }
  .header-section {
    border-bottom: 8px solid #11559e;
  }
  .button.secondary.listing-agent-button {
    width: 85px;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
  .right-side-col {
    width: 100%;
    margin-top: 2rem;
  }
  .container {
    max-width: 730px;
  }
  .container.listings-content-container {
    display: block;
  }
  .container.nav-container {
    display: block;
  }
  .container.inside-content-container {
    padding-top: 0.5rem;
  }
  .content-wrapper {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .grid-box {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .grid-box.quarter {
    width: 49%;
  }
  .grid-box.fifth {
    width: 49%;
  }
  .quick-links {
    position: static;
    margin-top: 25px;
    margin-right: 20px;
    float: right;
  }
  .quick-link-a {
    display: none;
    border-bottom-style: none;
  }
  .quick-link-a.quick-link-social {
    position: static;
    display: block;
    width: 40px;
    height: 40px;
    margin-right: 0px;
    margin-left: 10px;
    border-bottom-style: none;
    border-bottom-width: 0px;
  }
  .quick-link-a.quick-link-social:hover {
    border-bottom-style: none;
  }
  .quick-link-a.quick-link-social.facebook {
    background-size: 40px 40px;
  }
  .quick-link-a.quick-link-social.twiter {
    background-size: 40px 40px;
  }
  .quick-link-a.quick-link-social.youtube {
    background-size: 40px 40px;
  }
  .quick-link-a.call {
    display: block;
    font-size: 1em;
  }
  .hero-section {
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    background-image: url('../images/hero-img-medium.jpg');
  }
  .circle-icon {
    width: 150px;
    height: 150px;
  }
  .cb {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .communities-slideshow {
    height: 250px;
  }
  .slide-col {
    box-shadow: inset 0 0 4px 0 rgba(0, 0, 0, .25);
  }
  .ehl-logo {
    margin-right: 25px;
  }
  .menu-label {
    position: relative;
    top: -10px;
    display: inline-block;
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
  }
  .listings-results {
    display: block;
    margin-right: 0%;
  }
  .listing-card {
    width: 100%;
    margin-right: 0%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .listing-card.featured-listing-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
  }
  .listing-image {
    width: 300px;
    height: 200px;
    min-height: 0px;
    padding-bottom: 0%;
  }
  .listing-content {
    padding-bottom: 30px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .listing-content.featured-listing-content.my-featured-content {
    padding-top: 15px;
  }
  .listing-links {
    width: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-left: 1px solid rgba(0, 0, 0, .15);
    border-top-style: none;
  }
  .listing-link {
    display: block;
    width: 100%;
    min-height: 0px;
  }
  .listing-price {
    bottom: 10px;
  }
  .listing-details {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100px;
    min-height: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-left: 1px solid rgba(0, 0, 0, .15);
    border-top-style: none;
  }
  .listing-detail {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 1px solid rgba(0, 0, 0, .15);
    border-right-style: none;
  }
  .listing-detail.last {
    border-bottom-style: none;
  }
  .listing-filter {
    margin-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .listing-filter.bottom {
    display: block;
  }
  .listing-filter-field {
    width: 150px;
    height: 35px;
    padding: 3px 5px;
  }
  .listing-filter-form {
    margin-right: 10px;
    margin-bottom: 20px;
    padding-right: 0px;
  }
  .listing-filter-form.hide-mobile {
    display: none;
  }
  .listing-pagination {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
    padding-left: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .listing-pagination.bottom {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .results {
    display: block;
  }
  .results.bottom {
    text-align: center;
  }
  .inside-search-field {
    height: 35px;
    padding: 5px 10px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .inside-search-field.sm {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .inside-search-field.med {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .inside-search-submit {
    height: 35px;
  }
  .listing-pagination-page {
    display: none;
  }
  .pagination-link {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .open-house-info {
    display: inline-block;
  }
  .pagination-page-dropdown {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 6px;
    padding-left: 6px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .pagination-dropdown {
    width: 50px;
    height: 35px;
    margin-right: 5px;
    margin-bottom: 0px;
    margin-left: 5px;
    padding: 3px 5px;
    font-size: 1em;
    line-height: 1.5em;
  }
  .pagination-dropdown-label {
    margin-bottom: 0px;
    font-weight: 400;
  }
  .pagination-dropdown-of {
    margin-bottom: 0px;
  }
  .hidden-fields {
    width: 100%;
  }
  .slideshow {
    width: 100%;
    height: 428px;
    margin-bottom: 2rem;
  }
  .listing-row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .listing-info {
    width: 65%;
    padding-left: 0px;
    border-bottom: 1px solid #e4e4e4;
  }
  .realtor-logo {
    margin-right: 25px;
  }
  .listings-attr-list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .listing-attr-col {
    width: 50%;
    margin-bottom: 30px;
  }
  .featured-listings-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .featured-listings-wrapper.my-featured-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .listing-agent-wrapper {
    display: block;
    width: 35%;
    padding-bottom: 25px;
    border-bottom: 1px solid #e4e4e4;
  }
  .agent-details-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .agent-action-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .about-me-col-1 {
    margin-right: 2rem;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 2em;
    line-height: 1.25em;
  }
  h2 {
    font-size: 1.625em;
    line-height: 1.15em;
  }
  h3 {
    font-size: 1.375em;
    line-height: 1.36em;
  }
  p {
    line-height: 1.25em;
  }
  ol {
    padding-left: 20px;
  }
  .brand {
    max-width: 40%;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-left: 0px;
  }
  .a.listing-agent-name-link {
    font-size: 1em;
  }
  .left-nav-col {
    display: none;
  }
  .breadcrumbs-div {
    display: none;
  }
  .menu-button {
    margin-top: 25px;
  }
  .button.secondary.listing-agent-button {
    width: 85px;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    font-size: 0.95em;
  }
  .main-content ul,
  .main-content ol {
    padding-left: 20px;
  }
  .container {
    max-width: 728px;
  }
  .container.footer-container {
    padding-top: 20px;
  }
  .grid-box.half {
    width: 100%;
  }
  .grid-box.third {
    width: 49%;
  }
  .sign-off {
    padding-right: 30px;
    padding-left: 30px;
  }
  .quick-links {
    width: 150px;
    margin-top: 25px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .quick-link-a.quick-link-social {
    width: 40px;
    height: 40px;
  }
  .quick-link-a.quick-link-social.facebook {
    margin-left: 0px;
  }
  .quick-link-a.call {
    display: block;
    margin-top: 5px;
    padding-left: 27px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    font-size: 1.05em;
  }
  .hero-section {
    height: auto;
  }
  .hero-search {
    width: 90%;
    max-width: 500px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .circles-section {
    padding: 50px 20px 30px;
  }
  .circle-cb {
    margin-bottom: 40px;
  }
  .cb {
    padding-right: 40px;
    padding-left: 40px;
  }
  .cb-p {
    font-size: 1em;
  }
  .slide-col {
    width: 33.33333333%;
  }
  .slide-button {
    width: 80%;
  }
  .footer-list {
    margin-top: 0px;
    margin-bottom: 0;
  }
  .back-to-top {
    position: static;
    display: block;
    width: 125px;
    margin-top: 25px;
    margin-right: auto;
    margin-left: auto;
  }
  .ehl-logo {
    margin-top: 0px;
    margin-right: 10px;
    margin-left: 10px;
  }
  .arrow {
    top: auto;
    bottom: 0px;
    height: 50px;
  }
  .listing-card.featured-listing-card.my-featured-card {
    width: 100%;
  }
  .listing-image {
    width: 50%;
    height: 175px;
    min-height: 0px;
  }
  .listing-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-top-style: solid;
    border-left-style: none;
  }
  .listing-links.featured-listing-links {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-top-style: solid;
    border-left-style: none;
  }
  .listing-link {
    width: 60px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .listing-details {
    display: none;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-top-style: solid;
    border-left-style: none;
  }
  .listing-detail {
    width: 150px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-right-style: solid;
    border-bottom-style: none;
  }
  .listing-detail-value {
    font-size: 1.1em;
  }
  .listing-filter {
    display: block;
    margin-bottom: 20px;
  }
  .listing-filter-label {
    display: none;
  }
  .listing-filter-form {
    margin-right: 0px;
    margin-bottom: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .listing-pagination {
    margin-bottom: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1em;
  }
  .results {
    text-align: center;
  }
  .inside-search-field {
    width: 48%;
    margin-right: 2%;
    margin-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .inside-search-field.sm {
    width: 48%;
    min-width: 115px;
  }
  .inside-search-field.med {
    width: 48%;
  }
  .inside-search-form {
    margin-right: -2%;
    margin-left: 0px;
  }
  .inside-search-submit {
    width: 48%;
    margin-right: 2%;
    margin-left: 0px;
  }
  .pagination-link {
    padding: 3px 8px;
  }
  .advanced-search {
    overflow: hidden;
    width: 100%;
    height: 0px;
    margin-bottom: 5px;
    text-align: center;
  }
  .pagination-dropdown-of {
    text-align: left;
  }
  .listing-details-mobile {
    display: block;
  }
  .listing-detail-mobile {
    display: block;
    font-size: 0.9em;
  }
  .ious {
    display: none;
  }
  .open-search {
    display: block;
    margin-right: 2%;
    margin-bottom: 15px;
    padding: 6px 12px;
    background-color: #5e5e5e;
    font-size: 0.9em;
    line-height: 1.5em;
  }
  .fewer {
    display: none;
  }
  .hidden-fields {
    overflow: hidden;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .slideshow {
    width: 100%;
    height: 300px;
  }
  .listing-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .listing-info {
    width: 60%;
    padding-top: 20px;
    padding-left: 0px;
  }
  .listing-map-widget {
    height: 300px;
  }
  .property-description {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0em;
    -moz-column-gap: 0em;
    column-gap: 0em;
  }
  .realtor-logo {
    margin-top: 0px;
    margin-right: 10px;
    margin-left: 10px;
  }
  .footer-logo-col {
    padding-top: 20px;
    text-align: left;
  }
  .listings-tools {
    padding-bottom: 25px;
  }
  .listings-attr-list {
    display: block;
  }
  .listing-attr-col {
    width: 100%;
  }
  .featured-listings-wrapper.my-featured-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .listing-agent-wrapper {
    width: 40%;
  }
  .agent-summary-wrapper {
    width: 100%;
  }
  .agent-action-buttons {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .about-me-col-1 {
    width: 100%;
    margin-right: 0rem;
    float: none;
  }
  .about-me-col-2 {
    width: 100%;
    float: none;
  }
}

@media (max-width: 479px) {
  h2 {
    font-size: 24px;
    line-height: 28px;
  }
  h3 {
    line-height: 1.36em;
  }
  .brand {
    max-width: none;
    padding-left: 0px;
  }
  .logo {
    width: 103px;
    height: 60px;
    float: left;
  }
  .breadcrumbs-div {
    display: none;
  }
  .menu-button {
    height: 50px;
    margin-top: 18px;
    padding: 12px 10px;
  }
  .container {
    max-width: none;
  }
  .container.brand-container {
    padding-right: 0px;
    padding-left: 0px;
  }
  .grid-box.third {
    width: 100%;
  }
  .grid-box.quarter {
    width: 100%;
  }
  .grid-box.fifth {
    width: 100%;
  }
  .copyright {
    width: auto;
  }
  .quick-links {
    display: none;
  }
  .hero-form-title {
    font-size: 1.6em;
  }
  .hero-form-wrapper {
    margin-bottom: 0px;
  }
  .circle-cb {
    margin-bottom: 30px;
  }
  .communities-section {
    padding-right: 20px;
    padding-left: 20px;
  }
  .communities-slideshow {
    margin-right: -20px;
    margin-left: -20px;
  }
  .community-select {
    max-width: 100%;
  }
  .ehl-logo {
    margin-top: 20px;
    margin-bottom: 20px;
    float: none;
  }
  .menu-label {
    display: none;
    font-size: 0.75em;
  }
  .listings-results {
    display: block;
    margin-right: 0%;
  }
  .listing-card {
    display: block;
    width: 100%;
    max-width: 300px;
    margin-right: auto !important;
    margin-left: auto;
  }
  .listing-image {
    width: 100%;
  }
  .listing-image.featured-listing-image.featured-pic-1 {
    width: 100%;
  }
  .listing-image.featured-listing-image.featured-pic-2 {
    width: 100%;
  }
  .listing-content {
    padding-top: 15px;
  }
  .listing-link {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .listing-details {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .listing-filter {
    display: block;
  }
  .listing-filter-form {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .listing-pagination {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .results {
    width: auto;
  }
  .inside-search-field {
    width: 100%;
    margin-bottom: 10px;
    margin-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .inside-search-field.sm {
    width: 48%;
    min-width: 0px;
    margin-right: 2%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .inside-search-field.med {
    width: 48%;
    margin-right: 2%;
  }
  .inside-search-form {
    overflow: hidden;
    margin-left: 0px;
  }
  .inside-search-submit {
    width: 48%;
    margin-bottom: 10px;
    margin-left: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .advanced-search {
    display: block;
    width: 100%;
    height: 0px;
    margin-left: 0px;
    opacity: 0;
    text-align: center;
  }
  .listing-detail-mobile {
    display: none;
  }
  .open-search {
    display: block;
    margin-right: 2%;
    margin-bottom: 10px;
    padding: 6px 12px;
    background-color: #5e5e5e;
    font-size: 0.8em;
    text-align: center;
  }
  .fewer {
    display: none;
  }
  .listing-info {
    width: 100%;
  }
  .property-price {
    font-size: 2em;
  }
  .property-mortgate {
    font-size: 1.2em;
  }
  .property-description {
    padding-top: 10px;
  }
  .listing-agent-wrapper {
    display: block;
    width: 100%;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 3px;
    border-bottom: 1px solid #e4e4e4;
    border-left-style: none;
  }
  .agent-details-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .agent-action-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .contact-details-wrap {
    margin-left: 0px;
  }
  .mobile-phone-link {
    display: block;
    width: 50px;
    height: 50px;
    margin-top: 18px;
    margin-right: 20px;
    float: right;
    background-color: #c71c1c;
    background-image: url('../images/fontawesome-phone-white.svg');
    background-position: 50% 50%;
    background-size: 25px 25px;
    background-repeat: no-repeat;
  }
  .slide-col {
    width: 100%;
  }
  .blogs_list_table,
  .blogs_list_table table {
    table-layout: fixed;
    width: 100%;
  }
}

/*custom styles*/
a[href^=tel] {
  text-decoration: inherit;
  color: inherit;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

::-moz-selection {
  background-color: #26215E;
  color: #ffffff;
}

::selection {
  background-color: #26215E;
  color: #ffffff;
}

body {
  font-size: initial;
  line-height: initial;
  color: initial;
}

/* --- Reset dropdown button wrapping --- */
.dropdown-label {
  white-space: normal;
}

/* --- Keep Hover Open --- */
/* Requires js below */
.dropdown-wrap:hover > .nav-link-a {
  background-color: rgba(0, 0, 0, .1);
  border-color: white;
}

/* Force open hidden fields on desktop */
@media screen and (max-width: 767px) { /* horiz & below */
  .open-search.toggle-label .more {
    display: none;
  }
  .open-search.toggle-label .fewer {
    display: inline;
  }
  .hidden-fields {
    max-height: 0;
    opacity: 0;
    transition: all 0.5s ease;
  }
  .hidden-fields.show-fields {
    max-height: 340px;
    opacity: 1;
  }
}

/* Circle hovers */
.circle-cb:hover .circle-icon {
  border-color: #c71c1c;
}

.circle-cb:hover .circle-title {
  color: #c71c1c;
}

/* Switch to mobile header early */
@media (max-width: 516px) {
  X.quick-links {
    display: none;
  }
  X.mobile-phone-link {
    display: block;
    width: 50px;
    height: 50px;
    margin-top: 18px;
    margin-right: 20px;
    float: right;
    background-color: #c71c1c;
    background-image: url('../images/fontawesome-phone-white.svg');
    background-position: 50% 50%;
    background-size: 25px 25px;
    background-repeat: no-repeat;
  }
  .menu-button {
    height: 50px;
    margin-top: 18px;
    padding: 12px 10px;
  }
  .menu-label {
    display: none;
    font-size: 0.75em;
  }
}

@media screen and (max-width: 1045px) and (min-width: 992px) {
  .nav-link-a.external {
    background-image: none;
  }
  .nav-link-a {
    height: 74px;
    display: flex;
    align-items: center;
  }
}

/*mmenu*/
.mobile-navigation-menu {
  display: none !important;
}

@media(max-width: 991px) {
  .mobile-navigation-menu.mm-opened  {
    display: block !important;
    width: 80% !important;
    margin: 0;
  }
}

.mm-menu.mobile-navigation-menu {
  width: 80%;
  max-width: none;
  min-width: 0;
  height: 100%;
}

html.mm-right.mm-opening .mm-slideout {
  transform: translate(-80%, 0px);
}

.mm-panels > .mm-panel {
  margin: 0 auto;
}

/*remove default link styles*/
.mm-listview > li > a,
.mm-listview > li > span {
  color: #fff;
  padding: 15px 20px;
  text-transform: capitalize;
  font-size: 1rem;
  line-height: 1.25rem;
  text-align: left;
  font-weight: 400;
  box-shadow: none;
}

.mm-listview > li > a:not(.mm-next):hover {
  background-color: rgba(0, 0, 0, .2);
  border-bottom: 1px solid #fff !important;
}

.mm-listview > li > a.nav-link {
  border-bottom: 1px solid rgba(0, 0, 0, .2) !important;
}

.mm-listview > li > a.nav-link.external {
  background-image: url("../images/icon-external.png");
  background-position: 96% 49%;
  background-size: 15px 15px;
  background-repeat: no-repeat;
}

.mm-menu .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu .mm-listview > li.mm-selected > span {
  background-color: rgba(0, 0, 0, .2);
}

.mm-listview > li.mm-selected > a:not(.mm-next):hover,
.mm-menu .mm-listview > li.mm-selected > span:hover {
  background-color: rgba(0, 0, 0, .2);
  border-bottom: 1px solid #fff !important;
}

/*remove default borders*/
.mm-listview > li:not(.mm-divider)::after {
  border-bottom-width: 0;
}

/*next links*/
.mm-listview > li .mm-next::before {
  border-left-color: transparent;
}

.mm-listview .mm-next {
  width: 10%;
  box-shadow: none;
  background-color: transparent;
}

.mm-listview .mm-next + .nav-link {
  width: 90%;
  margin-right: 10%;
}

.mm-listview .mm-next {
  border-bottom: 1px solid rgba(0, 0, 0, .2) !important;
}

/*next link arrow*/
.mm-next::after,
.mm-arrow::after {
  right: 45%;
  height: 11px;
  width: 11px;
}

.mm-menu .mm-listview > li .mm-next::after,
.mm-menu .mm-listview > li .mm-arrow::after {
  border-color: #fff;
}

/*second level and previous links*/
.mm-panels > .mm-panel > .mm-navbar + .mm-listview {
  margin-top: -9px;
}

.mm-panels .mm-panel:first-of-type .mm-listview {
  margin-top: -60px;
}

.mm-navbar {
  background-color: rgba(0, 0, 0, 0.2);
  height: 51px;
  box-shadow: none;
  border-bottom: 1px solid #fff !important;
  margin-left: 0;
  margin-right: 0;
  text-transform: capitalize;
  color: #fff;
}

.mm-navbar .mm-btn {
  height: 51px;
}

.mm-navbar > * {
  padding: 15px 0;
}

.mm-menu .mm-navbar .mm-btn::before,
.mm-menu .mm-navbar .mm-btn::after  {
  border-color: #fff;
}

.mm-navbar .mm-title {
  color: #fff !important;
  padding: 15px 0;
  text-transform: capitalize;
  font-size: 1rem;
  line-height: 1.25rem;
  text-align: left;
  font-weight: 400;
  font-family: Roboto, sans-serif;
}

.mm-navbar:hover .mm-title {
  color: #fff !important;
}

/*inside pages*/
/*images*/
td img {
  max-width: none;
}

/*forms*/
form table td {
  padding-bottom: 10px;
}

/*tables*/
table.styled {
  width: 100%;
  margin: 20px 0 10px 0;
  border-spacing: 0px;
  /* Table BG */
  background-color: transparent;
}

table.styled th,
table.styled td {
  /* Vertical cell borders */
  border-right: 1px solid #a7a7a7;
}

table.styled tr th:last-child,
table.styled tr td:last-child {
  border-right: none;
}

table.styled tbody tr {
  border-bottom: 1px solid #d7d7d7;
}

table.styled thead tr th {
  font-size: 16px;
  font-weight: normal;
  padding: 10px 10px;
  text-align: left;
  /* Table Header Styles */
  background-color: #11559e;
  color: #ffffff;
}

table.styled th {
  font-weight: normal;
  font-size: 14px;
  padding: 10px 10px;
  text-align: left;
  /* Column Header Styles */
  background-color: #707070;
  color: #ffffff;
}

table.styled td {
  padding: 8px 10px;
  font-size: 14px;
}

table.styled.striped tr:nth-child(even) {
  /* Even Row BG */
  background: #ddd;
}

table.styled.striped tr:nth-child(odd) {
  /* Odd Row BG */
  background: transparent;
}

@media(max-width: 767px) {
  table.responsive td {
    display: block;
    width: 100% !important;
    text-align: left !important;
  }
  table.responsive td img {
    float: none;
    clear: both;
    padding-left: 0 !important;
    max-width: 100%;
    height: auto !important;
  }
  table.non-responsive td {
    display: inline;
    width: auto !important;
    text-align: left !important;
  }
  .map-container #map {
    height: 450px !important;
  }
}

@media(max-width: 639px) {
  table.styled.tablesaw td {
    border-right: 0 none;
  }
}

/*lists*/
.unstyled-list {
  list-style-type: none;
}

.small-list li {
  font-size: 0.875rem;
  margin-bottom: 0;
  padding-bottom: 0;
  margin-top: 0;
  padding-top: 0;
}

/*messages*/
.sessionMessage {
  border: 1px solid #d50a2f;
  background-color: #fef3ee;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;
  color: #d50a2f;
}

/*properies*/
#SearchPrefs .properties-table-tab-container {
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, .5);
  padding: 10px 20px;
  display: inline-block;
  margin-bottom: 20px;
}

#SearchPrefs .properties-table-tab-container h4 {
  margin-top: 0;
}

#SearchPrefs .dark {
  padding-right: 10px;
}

#SearchPrefs .properties-table-tab-container.second-column tbody,
#SearchPrefs .properties-table-tab-container.second-column tbody tr {
  width: 100%;
  display: block;
}

#SearchPrefs .properties-table-tab-container.second-column .tablePSBody {
  width: 50%;
  display: inline-block;
}

#SearchPrefs .properties-table-tab-container.second-column .tablePSBody label {
  margin-left: 2px;
  display: inline;
}

#SearchPrefs .second-table-column {
  padding-left: 20px;
}

.main-content .no-margin-top {
  margin-top: 0;
}

.main-content .no-margin-bottom {
  margin-bottom: 0;
}

.main-content .no-padding-left {
  padding-left: 0;
}

#frmMaps .map-container {
  padding-right: 20px;
}

@media(max-width: 767px) {
  #SearchPrefs .first-table-column,
  #SearchPrefs .second-table-column {
    display: block;
    width: 100%;
  }
  #SearchPrefs .second-table-column {
    padding-left: 0;
  }
  #SearchPrefs .properties-table-tab-container.second-column .tablePSBody {
    padding-bottom: 0;
  }
  #SearchPrefs .buttons-row td {
    display: block;
    width: 100%;
    text-align: left !important;
  }
}

/*calculator*/
.calculator-label {
  width: 320px;
  display: inline-block;
}

#TermYears,
#InterestRate {
  margin-left: 13px;
  width:30px;
}

@media(max-width: 767px) {
  #TermYears,
  #InterestRate {
    margin-left: 0;
  }
}

/*blog*/
.listingsHeadingBarLeft h3 {
  margin-bottom: 14px;
}

.next-link {
  margin-top: 1em;
  display: inline-block;
}

.next-link::after {
  content: "\00bb";
  margin-left: 3px;
}

.prev-link {
  margin-top: 1em;
  display: inline-block;
}

.prev-link::before {
  content: "\00ab";
  margin-right: 3px;
}

/*development*/
#city-list .details {
  display: flex;
}

.development-plat {
  display: flex;
}

.development-plat #development-image {
  margin-right: 30px;
}

#legend, #covenants {
  clear: both;
  list-style: none;
  margin: 0;
  padding: 0;
  padding-top: 6px;
}

#legend li:first-child,
#covenants li:first-child {
  margin-left: 0px;
  width: 60px;
}

#legend li#available {
  background: url('/images/legend.gif') no-repeat 0px 0px #ffffff;
  padding-left: 30px;
  width: 85px;
}

#legend li#undeveloped {
  background: url('/images/legend.gif') no-repeat 0px -21px #ffffff;
  padding-left: 30px;
  width: 85px;
}

@media(max-width: 767px) {
  #city-list .details,
  .development-plat {
    flex-direction : column;
  }
  #city-list .details ul {
    padding-left: 0;
  }
}

/*resources page*/
.row_text h4 {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 10px;
}

.row_text {
  padding-bottom: 1.5em;
}

.main-content .row_icon a {
  border-bottom: 0 none !important;
}
