@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?lda58w");
  src: url("../fonts/icomoon.eot?#iefixlda58w") format("embedded-opentype"), url("../fonts/icomoon.ttf?lda58w") format("truetype"), url("../fonts/icomoon.woff?lda58w") format("woff"), url("../fonts/icomoon.svg?lda58w#icomoon") format("svg");
  font-weight: 300;
  font-style: normal; }

/*! HTML5 Boilerplate v5.2.0 | MIT License | https://html5boilerplate.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: black;
  padding: 0.2em 0; }

/* ==========================================================================
   IMPRESS CUSTOM STYLES BEGIN HERE
   ========================================================================== */
/**
 * Border box is better, especially for UIs, so literally sets everything
 * to border box sizing.
 */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body, html {
  margin: 0;
  padding: 0;
  height: 100%; }

body {
  font-family: "Arial", Arial, Helvetica, sans-serif;
  font-weight: 500;
  color: #414042; }

/**
 * More base settings that I find better for UIs.
 */
h1, h2, h3, h4, h5, h6, ol, ul, li, p {
  margin: 0;
  padding: 0; }

h1 {
  font-size: 56px; }

h2 {
  font-size: 30px;
  line-height: 1.3; }

h3 {
  font-size: 24px; }

p {
  font-family: "Arial", Arial, Helvetica, sans-serif;
  line-height: 1.5; }

/* ------------------
        Forms & Input
------------------  */
.input-text, .input-textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  border: 2px solid #ccc;
  background-color: #fff;
  padding: .5em .6em;
  border-radius: 2px;
  vertical-align: middle;
  margin-top: 5px;
  margin-bottom: 5px;
  box-shadow: none;
  font-size: 16px; }

.input-textarea {
  margin-bottom: 10px; }

form .button {
  width: 100%; }

@media only screen and (min-width: 768px) {
  .input-text {
    margin-bottom: 20px !important; }
  .input-textarea {
    margin-bottom: 20px !important; } }

form .error {
  color: red; }

form label.error {
  float: right;
  color: red; }

/* ------------------
        Buttons
------------------  */
.button {
  -webkit-appearance: none;
  background: rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  color: #fff;
  border: none;
  cursor: pointer;
  display: inline-block;
  line-height: 68px;
  margin: 0;
  padding-left: 34px;
  padding-right: 34px;
  position: relative;
  text-align: center;
  text-decoration: none;
  user-select: none;
  white-space: normal;
  text-transform: uppercase;
  transition: all 0.2s ease-out; }

/**
 * Remove excess padding and border in Firefox 4+
 */
.button::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Work around a Firefox/IE bug where the transparent `button` background
 * results in a loss of the default `button` focus styles.
 */
.button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

/**
 * UI states
 */
.button:hover,
.button:focus,
.button:active {
  text-decoration: none; }

.button:disabled,
.button.is-disabled {
  cursor: default;
  opacity: 0.6; }

.button--standard {
  font-family: "Arial", Arial, Helvetica, sans-serif;
  font-weight: 500;
  background-color: #C8102E;
  border: 0;
  color: white;
  line-height: 68px;
  font-size: 14px;
  letter-spacing: 1px;
  width: 100%; }
  .button--standard:hover {
    background-color: #d73e57; }

@media only screen and (min-width: 800px) {
  .button--standard {
    width: 340px;
    font-size: 16px; } }

/* ------------------
        Icons
------------------  */
[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: 300;
  font-variant: normal;
  text-transform: none;
  line-height: 1.5;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
  color: inherit; }

.icon-email:before {
  content: "\e900";
  margin-left: 5px;
  margin-right: 5px;
  font-size: 16px; }

.icon-facebook:before {
  content: "\ea90";
  margin-left: 5px;
  margin-right: 5px;
  font-size: 16px; }

.icon-twitter:before {
  content: "\e901";
  margin-left: 5px;
  margin-right: 5px;
  font-size: 16px; }

.icon-linkedin:before {
  content: "\eaca";
  margin-left: 5px;
  margin-right: 5px;
  font-size: 16px; }

.icon-website:before {
  content: "\e9c9";
  margin-left: 5px;
  margin-right: 5px;
  font-size: 16px; }

/* ------------------
       Photo Grid
------------------  */
.photo-grid {
  display: none; }

/* Hide fullscreen photo slider arrows */
.lg-prev, .lg-next {
  display: none !important; }

@media only screen and (min-width: 768px) {
  .lg-prev, .lg-next {
    display: block !important;
    padding: 16px 20px 18px !important; } }

/* ------------------
       Header/Welcome
------------------  */
.welcome {
  position: relative;
  text-align: center;
  height: 100vh;
  min-height: 400px;
  color: #fff;
  width: 100%;
  padding-left: 17px;
  padding-right: 17px;
  background-color: white;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

.welcome:before {
  content: " ";
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.no-cssgradients .welcome::before {
  background-color: rgba(255, 255, 255, 0.6); }

.welcome__text {
  font-size: 14px;
  color: #414042;
  top: calc(50% - 7.888888889em);
  position: relative;
  text-align: center; }

.welcome__price {
  font-size: 3.888888889em;
  font-weight: 800;
  font-family: "Arial", Arial, Helvetica, sans-serif;
  line-height: 1.1;
  letter-spacing: -2px;
  max-width: 100%;
  display: block;
  margin-bottom: 17px; }

.welcome__street {
  display: block;
  font-family: "Arial", Arial, Helvetica, sans-serif;
  font-size: 1.888888889em;
  font-weight: bold;
  line-height: 1.2;
  text-transform: uppercase; }

.welcome__city {
  display: block;
  font-family: "Arial", Arial, Helvetica, sans-serif;
  font-size: 1em;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 34px;
  text-transform: uppercase; }

@media only screen and (min-width: 800px) {
  .welcome {
    height: 75vh; }
  .welcome__text {
    font-size: 18px;
    top: calc(50% - 6em); } }

.qr-code {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center; }
  .qr-code .qrcode {
    width: 120px;
    height: 100%;
    margin: auto; }

.logo-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center; }
  .logo-block .logo {
    width: 100%;
    height: 100%;
    max-width: 250px;
    margin: 0;
    margin-bottom: 5px; }
  .logo-block .personal__logo {
    max-width: 200px; }

@media only screen and (min-width: 640px) {
  .logo-block .logo {
    margin: 0 10px 10px; } }

/* ------------------
      Containers & Wrappers
      Use the wrapper whenever full width content won't work/isn't appropriate.
------------------  */
.wrapper {
  max-width: 1100px;
  align-self: center;
  margin: 0 auto; }

.container {
  background-color: #ffffff;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden; }

.no-flexbox .container {
  display: table;
  width: 100%; }

.section {
  color: #444;
  width: 100%;
  padding: 17px;
  min-height: 25vh;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  order: 1; }

.section--photo {
  order: 2;
  min-height: 204px;
  background-color: #e3d8cc; }

@media only screen and (min-width: 800px) {
  .section {
    width: 50%;
    padding: 68px; }
  .section, .section--photo {
    order: 0; }
  .no-flexbox .section {
    display: table-cell; } }

@media only screen and (min-width: 1000px) {
  .section {
    min-height: 50vh; } }

/* ------------------
       Section Bar
------------------  */
.section-bar {
  background-color: #e3d8cc;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  text-align: center;
  width: 100%;
  min-height: 272px;
  padding-top: 17px;
  padding-bottom: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap; }

/* Used to specifically target the bar with "View Property Photos" button. Only necessary because IE 11 supports flexbox but not with min-heights, so an explicit height must be set. */
.photos-bar {
  height: 272px; }

.section-bar:before {
  content: " ";
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.no-cssgradients .section-bar::before {
  background-color: rgba(255, 255, 255, 0.6); }

.section-bar__button {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  padding-left: 17px;
  padding-right: 17px; }

.no-flexbox .section-bar {
  padding-top: 7%;
  padding-bottom: 7%;
  min-height: auto;
  height: auto; }

.no-flexbox .section-bar__button {
  display: inline-block; }

@media only screen and (min-width: 800px) {
  .section-bar__button {
    padding-left: 34px;
    padding-right: 34px; } }

@media only screen and (min-width: 1130px) {
  .section-bar__button {
    width: 33%; } }

/* ------------------
       Glance
------------------  */
.glance {
  width: 100%;
  min-height: 50vh;
  align-self: stretch;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: space-between; }

.glance__li {
  list-style: none;
  text-align: center;
  font-size: 28px;
  line-height: 1.3;
  font-family: "Arial", Arial, Helvetica, sans-serif; }
  .glance__li span {
    font-size: 12px;
    display: block; }
  .glance__li div {
    font-size: 12px;
    display: block;
    font-style: normal;
    text-transform: uppercase;
    font-weight: 300;
    color: rgba(0, 0, 0, 0.3);
    font-family: "Arial", Arial, Helvetica, sans-serif; }

/* ------------------
       Stats
------------------  */
.stat-table {
  width: 100%;
  font-size: 14px; }

.stat-table tr {
  line-height: 68px;
  border-bottom: 1px solid #414042; }

.stat-table tr:last-child {
  border-bottom: none; }

.stat-table__name {
  color: #414042;
  text-align: left;
  font-family: "Arial", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-weight: 800; }

.stat-table__value {
  text-align: right;
  color: #C8102E;
  font-weight: 800; }

/* ------------------
       Text/Description
------------------  */
.description__section {
  color: #414042;
  margin-bottom: 34px;
  width: 100%;
  max-width: 100%; }
  .description__section h3 {
    font-family: "Arial", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #C8102E; }
  .description__section p {
    font-weight: 300; }

/* ------------------
       Map
------------------  */
.map {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding-bottom: 56.25%; }

.map iframe {
  position: absolute;
  width: 100% !important;
  height: 100% !important; }

@media only screen and (min-width: 768px) {
  .map iframe {
    pointer-events: none;
    /* Overridden by JS when clicked. */ } }

.js-map-on {
  pointer-events: auto !important; }

/* Just used for gens */
.map img {
  width: 100%;
  object-fit: cover; }

/* ------------------
       Tour
------------------  */
.tour {
  position: relative;
  height: 100%;
  overflow: hidden;
  width: 100%;
  padding-bottom: 56.25%; }

.tour iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.tour img {
  width: 100%; }

/* ------------------
       Profile
------------------  */
.profile {
  position: relative;
  background-color: rgba(255, 255, 255, 0.6);
  color: #C8102E;
  display: flex;
  align-items: center;
  line-height: 1.5;
  font-family: "Arial", Arial, Helvetica, sans-serif;
  margin-bottom: 34px;
  width: 100%;
  min-height: 150px; }
  .profile h2 {
    font-family: "Arial", Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase; }
  .profile p {
    color: #414042;
    font-size: 14px;
    margin: 0;
    font-weight: 500; }
    .profile p.phone-nums {
      color: #565455; }

.profile:nth-child(2) {
  margin-top: 0; }

.profile__avatar {
  width: 110px;
  height: auto;
  flex-shrink: 0; }

.profile__info {
  padding-left: 34px;
  padding-right: 34px;
  flex-grow: 1; }

@media only screen and (min-width: 800px) {
  .profile {
    width: auto;
    max-width: 50%;
    margin: 34px; }
  .profile:nth-child(2) {
    margin-top: 34px; } }

.profile__logo {
  height: 12px;
  vertical-align: baseline; }

.no-flexbox.no-flexwrap .profile {
  margin-left: auto;
  margin-right: auto;
  overflow: hidden; }

.no-flexbox.no-flexwrap .profile {
  position: relative;
  display: table; }
  .no-flexbox.no-flexwrap .profile .profile__avatar {
    display: table-cell;
    vertical-align: middle; }
  .no-flexbox.no-flexwrap .profile .profile__info {
    display: table-cell;
    vertical-align: middle; }

/* ------------------
       Footer
------------------  */
.footer {
  position: relative;
  z-index: 200;
  transform: translate3d(0, 0, 0);
  text-align: center;
  background: white;
  color: #414042;
  min-height: 270px;
  padding: 60px 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  order: 8; }
  .footer h4 {
    font-family: "Arial", Arial, Helvetica, sans-serif;
    color: #C8102E;
    font-weight: 800;
    font-size: 20px;
    text-transform: uppercase; }
  .footer p {
    font-size: 15px;
    max-width: 780px;
    margin: 0 auto;
    font-weight: 300; }
  .footer .legal {
    padding-top: 34px; }
    .footer .legal p {
      font-size: 10px; }

.footer.footer_unbranded {
  min-height: 0;
  padding-top: 17px; }

@media only screen and (min-width: 768px) {
  .footer {
    display: flex; } }

.eho-logo, .realtor-logo {
  width: 30px;
  height: 100%;
  margin: 10px; }

.realtor-logo {
  height: 100%; }

/* ------------------
       Contact Form
------------------  */
.modal-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.85);
  transition: all 0.3s ease-out;
  visibility: hidden;
  opacity: 0; }

.modal-overlay.is-open {
  visibility: visible;
  opacity: 1; }

.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 500px;
  max-width: 100%;
  height: auto;
  z-index: 2000;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  transition: all 0.2s ease-out;
  transform: translateX(-50%) translateY(-50%) scale(0.7);
  visibility: hidden;
  opacity: 0; }

.modal.is-open {
  visibility: visible;
  opacity: 1;
  transform: translateX(-50%) translateY(-50%) scale(1); }

.modal__close {
  position: absolute;
  top: -1px;
  right: 0;
  background-color: #C8102E;
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 44px;
  cursor: pointer;
  box-shadow: inset 0 0 0 2px #C8102E;
  transition: all 0.2s ease-out;
  user-select: none; }

.modal__close:hover {
  background-color: #d73e57; }

.modal-overlay.is-open {
  visibility: visible;
  opacity: 1; }

.contact-form {
  font-size: 14px;
  text-align: left;
  height: auto;
  background-color: #fafafa;
  padding: 35px;
  padding-top: 70px;
  border-radius: 2px; }

@media only screen and (min-width: 768px) {
  .contact-form {
    font-size: 16px; } }

.contact-form .alert {
  padding-top: 30px;
  padding-bottom: 50px;
  text-align: center; }

.button--send {
  background-color: #C8102E; }
  .button--send:hover {
    background-color: #d73e57; }

/* ------------------
       Animations
------------------  */
.cssanimations .opacity-hidden {
  opacity: 0; }

.cssanimations .fade-in-delay {
  opacity: 0;
  animation: fadeInDelay 2s ease forwards; }

.cssanimations .fade-in {
  opacity: 0;
  animation: fadeIn 1s ease forwards; }

@keyframes fadeInDelay {
  0% { }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% { }
  100% {
    opacity: 1; } }

.cssanimations .slide-up {
  transform: translateY(100px);
  opacity: 0;
  animation: slideUp 1s ease-out forwards;
  -webkit-font-smoothing: antialiased; }

.cssanimations .slide-up-fast {
  -webkit-font-smoothing: antialiased;
  transform: translatey(100px);
  opacity: 0;
  animation: slideUpFast 1s ease-out forwards; }

@keyframes slideUp {
  0% { }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes slideUpFast {
  0% { }
  100% {
    opacity: 1;
    transform: translateY(0); } }

/* ==========================================================================
   Helper classes
   ========================================================================== */
@media only screen and (max-width: 768px) {
  .palm-hide {
    display: none; } }

.break-word, .profile__info {
  -ms-word-break: break-all;
  -ms-word-wrap: break-all;
  -webkit-word-break: break-word;
  -webkit-word-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto; }

/*
* Center Using Transforms
* Good for items of unknown width/height that must be vertically and horizontally centered.
* Removes item from page flow.
* http://css-tricks.com/centering-percentage-widthheight-elements/
*/
.center-transform {
  position: absolute;
  /* Parent must have position: relative */
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.hide-text {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

/*
 * Hide visually and from screen readers:
 */
.hidden {
  display: none !important; }

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */ }

@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */ }

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: black !important;
    /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }
