@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap");
@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: normal;
  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: #000;
  padding: 0.2em 0; }

/* ==========================================================================
   IMPREV 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; }

body {
  font-family: 'Manrope', Arial, sans-serif;
  background: #ffffff; }

body {
  display: flex;
  flex-direction: column; }

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

/* ------------------
        Buttons
------------------  */
.button {
  -webkit-appearance: none;
  background: #ccc;
  box-sizing: border-box;
  color: #fff;
  border: none;
  cursor: pointer;
  display: inline-block;
  line-height: normal;
  margin: 0;
  padding-left: 1em;
  padding-right: 1em;
  position: relative;
  text-align: center;
  text-decoration: none;
  user-select: none;
  white-space: normal;
  text-transform: uppercase; }

/**
 * 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; }

/* ------------------
        Icons
------------------  */
[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  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: "\e076";
  margin-left: 5px;
  margin-right: 5px;
  font-size: 16px; }

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

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

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

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

/* ------------------
        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; }

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

/* ------------------
       Glance
       http://cl.ly/image/0u2I3c2m1z0c
------------------  */
.glance {
  /**
    * Set component level styles here.
    * Best used for sizing and positioning component as a whole.
    */
  overflow: hidden;
  position: relative;
  order: 1; }

.glance__photo {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 320px;
  position: relative;
  color: #fff;
  text-align: center;
  /* Redundant, Flexbox does this already. (But it's an okay fallback and not hurting anything to keep it.) */
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center; }
  .glance__photo:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4); }

.glance__photo_unbranded {
  background-image: none;
  background-color: #670038; }

.ie .glance__photo, .no-cssfilters .glance__photo {
  height: 400px;
  justify-content: center; }
  .ie .glance__photo:after, .no-cssfilters .glance__photo:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4); }

.glance__blur {
  height: 205px;
  padding-top: 10px;
  position: relative;
  top: -30px;
  margin-bottom: -205px;
  /* Essentially removes the blurred background section from the normal document flow. More performant than `position: absolute` and allows for `overflow: hidden` on the entire glance component. */
  width: 100%;
  overflow: hidden;
  /* Mirrored and blurred effect is created using a pseudo element with CSS transforms and filters. */ }
  .glance__blur .glance__blur-image {
    color: #fff;
    display: block;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    position: relative;
    width: 110%;
    /* Blurring elements makes their edges transparent. This stretches the element to be bigger than its parent as a workaround. The position property (`left`) adjusts for this to keeps the element centered.*/
    left: -5%;
    height: 205px;
    transform: scaleY(-1);
    filter: blur(8px); }

.glance__header {
  position: relative;
  z-index: 100;
  top: 35px;
  line-height: 1;
  font-size: 12px; }
  .glance__header h1 {
    font-size: 3.5em;
    font-weight: 500;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.25); }
  .glance__header h2 {
    font-size: 1.666666667em;
    font-weight: 300;
    line-height: 1.5;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25); }
  .glance__header h3 {
    font-size: 1em;
    font-weight: 300;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25); }

.ie .glance__header, .no-cssfilters .glance__header {
  top: 0; }

.no-flexbox.no-flexwrap .glance__header {
  top: 50%;
  transform: translate(0, -50%); }

.glance__info {
  margin-top: 50px;
  position: relative;
  color: #fff;
  list-style: none;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center; }
  .glance__info li {
    /* Blocks inside the info section are list items. The descriptors -- "bedroom, bathrooms, etc" -- are wrapped in spans inside the list items. */
    flex-grow: 1;
    flex-shrink: 0;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    /* Redundant, Flexbox does this already. */
    font-size: 20px;
    vertical-align: baseline;
    font-weight: 500;
    line-height: 1.1;
    height: 60px;
    border: 1px solid rgba(255, 255, 255, 0.1); }
    .glance__info li span {
      display: block;
      text-transform: uppercase;
      font-size: 12px;
      font-weight: 300; }

.ie .glance__info, .no-cssfilters .glance__info {
  overflow: hidden;
  margin-top: -140px; }
  .ie .glance__info li, .no-cssfilters .glance__info li {
    display: block;
    float: left;
    padding-top: 20px; }
  .ie .glance__info span, .no-cssfilters .glance__info span {
    display: block; }

.ie .glance__blur, .no-cssfilters .glance__blur {
  display: none; }

@media only screen and (min-width: 768px) {
  .glance__photo {
    height: 640px;
    justify-content: center;
    /* Easy parallax effect */
    background-attachment: fixed; }
  /* Disable parallax effect on iPads */ }

@media only screen and (min-width: 768px) and (min-device-width: 768px) and (max-device-width: 1024px) {
  .glance__photo {
    background-attachment: scroll; } }

@media only screen and (min-width: 768px) {
  /* Ditto for iPad Pro */ }

@media only screen and (min-width: 768px) and (min-device-width: 1024px) and (max-device-width: 1366px) {
  .glance__photo {
    background-attachment: scroll; } }

@media only screen and (min-width: 768px) {
  .ie .glance__photo, .no-cssfilters .glance__photo {
    height: 640px; }
  .glance__header {
    margin: 0;
    top: auto;
    font-size: 20px; }
  .glance__blur {
    display: none; }
  .glance__info {
    border: none;
    margin-top: -70px;
    background-color: rgba(0, 0, 0, 0.5); }
    .glance__info li {
      border: none;
      width: 25%;
      height: 70px;
      flex: 1; }
  .ie .glance__info, .no-cssfilters .glance__info {
    margin-top: -70px; } }

/* ------------------
       Photo Grid
------------------  */
.photo-grid {
  display: flex;
  flex-wrap: wrap;
  background-color: #333;
  overflow: hidden;
  border-bottom: 2px solid #e6e6e6;
  order: 2; }
  .photo-grid li {
    width: 33.3333%;
    height: 33.3333vw;
    list-style: none;
    flex-grow: 1; }
  .photo-grid img {
    width: 100%;
    height: 100%;
    display: block;
    cursor: pointer;
    object-fit: cover; }
  .photo-grid img:hover {
    opacity: .8; }

.no-objectfit .photo-grid li {
  height: 33vw;
  overflow: hidden;
  position: relative;
  background-color: #f2f2f2; }

.no-objectfit .photo-grid img {
  height: 100%;
  width: auto;
  left: 50%;
  top: 50%;
  position: absolute;
  transform: translate(-50%, -50%); }

@media only screen and (min-width: 768px) {
  .photo-grid {
    background-color: transparent;
    padding: 0;
    border: none;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 60px; }
  .photo-grid li {
    padding: 10px; } }

@media only screen and (min-width: 1100px) {
  .photo-grid {
    padding: 0;
    border: none; }
  .photo-grid li {
    padding: 10px;
    height: 366.6666666667px; }
  .no-objectfit .photo-grid li {
    height: 366.6666666667px;
    overflow: hidden; } }

.no-flexbox.no-flexwrap .photo-grid {
  overflow: hidden; }

.no-flexbox.no-flexwrap .photo-grid li {
  display: block;
  float: left; }

/* 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; } }

/* ------------------
       Text/Property Description
------------------  */
.text {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  color: #232323;
  line-height: 1.5;
  font-weight: 400; }
  .text h2 {
    font-size: 1em;
    color: #b3b3b3;
    text-transform: uppercase;
    margin-bottom: 10px; }
  .text h3 {
    font-size: 1.428571429em;
    margin-bottom: 10px;
    font-weight: 300; }

.description {
  width: 100%;
  order: 3; }

@media only screen and (min-width: 768px) {
  .description {
    order: 2; }
    .description h2 {
      display: none; }
  .description__content::first-line {
    display: block;
    font-size: 1.428571429em;
    margin-bottom: 10px;
    font-weight: 300; }
  .text {
    padding: 0;
    margin-top: 60px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 16px;
    text-align: center; } }

/* ------------------
       Map
------------------  */
.map {
  width: 100%;
  height: 180px;
  border-top: 2px solid rgba(0, 0, 0, 0.1);
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  overflow: hidden;
  order: 3; }

@media only screen and (min-width: 768px) {
  .map {
    margin-top: 60px;
    margin-left: 30px;
    margin-right: 30px;
    height: 366.6666666667px;
    border: none;
    order: 5; }
  .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%;
  height: 100%;
  object-fit: cover; }

.no-flexbox.no-flexwrap .map {
  margin-left: auto;
  margin-right: auto; }

.no-objectfit .map {
  overflow: hidden;
  position: relative; }

.no-objectfit .map img {
  height: auto;
  width: 100%;
  left: 50%;
  top: 50%;
  position: absolute;
  transform: translate(-50%, -50%); }

/* ------------------
       Side By Side
       Puts two modules next to each other.

       Stats & Tour
       These are bunlded together for wide screen styling.
------------------  */
.side-by-side {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: space-between; }

.stats-and-tour {
  order: 4; }

.profiles {
  order: 7; }

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

.stat-table tr {
  line-height: 40px; }

.stat-table tr:nth-child(odd) {
  background-color: #f2f2f2; }

.stat-table__name {
  text-align: left;
  padding-left: 20px;
  text-transform: uppercase;
  font-weight: 500;
  color: #232323; }

.stat-table__value {
  text-align: right;
  padding-right: 20px;
  color: #670038; }

@media only screen and (min-width: 768px) {
  .stat-table {
    width: 49%;
    margin: 0;
    margin-top: 60px; }
  .stat-table_novideo {
    width: 100%;
    margin: 0;
    margin-top: 60px; } }

.no-flexbox.no-flexwrap .stat-table {
  width: 100%; }

/* ------------------
Matterport 3D Showcase
------------------  */
.showcase {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 480px;
  margin-bottom: 30px;
  order: 3;
  padding: 0 10px 60px; }
  .showcase h1 {
    color: #222;
    margin: 0 auto 30px;
    font-weight: 300; }

@media only screen and (min-width: 768px) {
  .showcase {
    margin-top: 60px;
    padding-bottom: 30px;
    height: 619px; } }

/* Just used for gens */
.showcase img {
  width: 100%;
  height: auto;
  object-fit: contain; }

.no-flexbox.no-flexwrap .showcase {
  margin-left: auto;
  margin-right: auto; }

.no-objectfit .showcase {
  overflow: hidden;
  position: relative; }

.no-objectfit .showcase img {
  height: auto;
  width: 100%;
  left: 50%;
  top: 50%;
  position: absolute;
  transform: translate(-50%, -50%); }

/* ------------------
       Video
------------------  */
.tour {
  width: 100%;
  height: 180px;
  border-top: 2px solid rgba(0, 0, 0, 0.1);
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center; }

@media only screen and (min-width: 600px) {
  .tour {
    height: 320px; } }

@media only screen and (min-width: 768px) {
  .tour {
    width: 49%;
    height: auto;
    background-color: #000;
    border: none;
    margin-top: 60px;
    margin-left: 2%; }
  .tour iframe {
    height: 320px; } }

.no-flexbox.no-flexwrap .tour {
  margin-left: auto;
  margin-right: auto; }

/* ------------------
       Profile
------------------  */
.profile {
  width: 100%;
  margin-top: 30px;
  background-color: #670038;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  line-height: 1.428571429; }

.profile__card {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center; }

.profile__avatar {
  display: block;
  width: 40%;
  height: auto; }

.profile__info {
  width: 60%;
  padding-left: 20px;
  flex-grow: 1;
  color: #fff;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word; }
  .profile__info h2 {
    font-size: 20px;
    font-weight: 400; }
  .profile__info p {
    font-size: 14px; }

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

.profile__brokerage {
  width: 100%;
  background-color: #b3b3b3;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  line-height: 1.666666667; }

.profile-only {
  margin: 60px auto; }

@media only screen and (min-width: 768px) {
  .profile {
    margin-top: 60px;
    width: 70%; }
  .profile:nth-child(2) {
    margin-left: 2%; }
  .profile__info {
    padding-left: 0;
    text-align: center; } }

.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;
    width: 200px; }
  .no-flexbox.no-flexwrap .profile .profile__info {
    display: table-cell;
    vertical-align: middle; }

/* ------------------
       Contact Button
------------------  */
/*
 * Gives the Contact Button space at the end of the page to prevent it from obscuring content elements.
 */
body {
  padding-bottom: 70px; }

body.body_unbranded {
  padding-bottom: 0; }

.button--contact {
  background: #670038;
  width: 100%;
  display: block;
  line-height: 70px;
  font-size: 20px;
  font-weight: 500;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 1000; }
  .button--contact:hover {
    background: #ffffff;
    color: #670038;
    outline: 2px solid #670038; }

@media only screen and (min-width: 768px) {
  .button--contact {
    margin-bottom: 5px; } }

.button--profile {
  display: none; }

.button--send {
  background: #670038;
  width: 100%;
  display: block;
  line-height: 50px;
  font-size: 16px;
  font-weight: 500; }
  .button--send:hover {
    background: #ffffff;
    color: #670038;
    outline: 2px solid #670038; }

@media only screen and (min-width: 768px) {
  body {
    padding: 0; }
  .button--contact {
    margin-top: 30px;
    width: 320px;
    position: relative;
    margin-left: auto;
    margin-right: auto; }
  .button--profile {
    display: block; } }

/* ------------------
       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: 0px;
  right: 0;
  background-color: #670038;
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 44px;
  cursor: pointer;
  transition: all 0.2s ease-out;
  user-select: none; }

.modal__close:hover {
  background-color: #fafafa;
  color: #670038;
  box-shadow: inset 0 0 0 2px #670038; }

.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; }

/* ------------------
       Footer
------------------  */
.footer {
  margin-top: 30px;
  text-align: center;
  background: #fff;
  color: #670038;
  min-height: 270px;
  font-weight: 300;
  padding-top: 40px;
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  order: 8; }
  .footer h4 {
    font-weight: 400;
    font-size: 20px;
    text-transform: uppercase;
    max-width: 100%; }
  .footer p {
    font-size: 10px;
    max-width: 90%; }

.footer.footer_unbranded {
  min-height: 0px;
  padding-top: 0; }
  .footer.footer_unbranded .eho-logo {
    margin-top: 25px; }

.company-logo {
  width: 300px;
  height: auto;
  margin-bottom: 20px; }

@media only screen and (min-width: 768px) {
  .company-logo {
    width: 400px;
    height: auto; } }

.eho-logo {
  width: 25px;
  height: 24px;
  margin-top: 60px;
  margin-bottom: 5px; }

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

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
* 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: #000 !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; } }
