/* /usr/local/opt/dart/libexec */
/* Body; */
body {
  min-width: 320px;
  overflow-x: auto;
  margin: 0;
  color: #000;
  font-family: "Source Sans Pro";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  background-color: #fff;
}

body.smart-nav {
  margin-top: 79px;
}

/* Page wrapper; */
.primary-container {
  display: flex;
  flex-flow: column nowrap;
  height: 100vh;
}

/* Header; */
.nav__container {
  position: fixed;
  top: 0;
  z-index: 10;
  width: 100%;
  left: 0;
  right: 0;
}
.nav__wrapper {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
}
.nav__bar {
  position: relative;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #c9cacd;
  background: #fff;
  margin: 0 -50px;
  padding-left: calc(50px + 75px);
  padding-right: calc(50px + 75px);
}
.nav__bar--top {
  padding-top: 15px;
  padding-bottom: 15px;
}
.nav__bar__logo-v2 {
  margin-right: 48px;
}
.nav__bar__logo {
  width: 100px;
}
.nav__bar__logo img {
  max-height: 43.16px;
  /* Match JLL site; */
  vertical-align: middle;
  border-style: none;
}
.nav__bar__trailing-actions {
  position: relative;
  margin-left: 0px;
  flex: 0 1 342px;
  height: 48px;
}
.nav__bar__trailing-actions__primary {
  display: flex;
  position: absolute !important;
  right: 0;
}
.nav__bar--bottom.scroll-dn {
  margin-top: -66px;
  z-index: -1;
}
.nav__bar--bottom.scroll-up {
  margin-top: 0px;
  z-index: 0;
}
.hero {
  height: 8000px;
  width: 100vw;
  margin-top: 190px;
  background: #F0F;
}
.nav__bar--bottom {
  z-index: -1;
}
.nav__bar--bottom--dropdown-open {
  position: relative;
  width: auto;
  right: initial;
  display: flex;
  flex-direction: row;
  max-height: 100px;
  overflow: visible;
  transition: max-height 0.3s ease-in-out;
}
.nav__search-button {
  height: 100%;
  background: #E30613;
  color: white;
  padding: 10px;
  border: none;
  min-width: 59px;
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav__search-button--magnifier {
  display: block;
  max-width: 24px;
}
.nav__search-button--magnifier__img {
  width: 100%;
}
.nav__hamburger {
  background: #E30613;
  height: 100%;
  min-width: 59px;
  border-left: 1px solid #b1050f;
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: center;
}
.nav__hamburger__container {
  width: 50%;
  position: relative;
  padding: 0;
  background: none;
  border: none;
}
.nav__hamburger__icon {
  height: 2px;
  background: #fff;
  width: 100%;
  display: block;
  transition: all 0.5s ease;
}
.nav__hamburger__icon::before, .nav__hamburger__icon::after {
  content: " ";
  height: 2px;
  background: #fff;
  width: 100%;
  display: block;
  position: absolute;
  transition: all 0.5s ease;
}
.nav__hamburger__icon::before {
  top: -12px;
}
.nav__hamburger__icon::after {
  top: 12px;
}
.nav__country-selector {
  display: none;
}
.nav__country-selector__activator {
  position: relative;
  height: 100%;
  background: none;
  border: none;
  display: flex;
  align-items: center;
}
.nav__country-selector__activator__caret {
  display: flex;
  align-items: center;
  position: relative;
  height: 12px;
  width: 12px;
  margin: 8px 5px 5px 5px;
}
.nav__country-selector__region__countries__country__flag {
  background-image: url("/assets/img/shr/icon-flags.png");
  background-repeat: no-repeat;
  display: block;
  width: 21px;
  height: 16px;
}
.nav__country-selector__region__countries__country__flag--united_states {
  background-position: -51px -190px;
  margin: 5px 10px 5px 5px;
}

.logo-link {
  border: 0;
  background: none;
  outline: 0;
}

.chevron-down {
  width: 12px;
}

.nav__wrapper .mega-nav {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
  list-style: none;
  padding: 0;
}
.nav__wrapper .mega-nav__item {
  padding: 20px;
}
.nav__wrapper .mega-nav__item:hover, .nav__wrapper .mega-nav__item:focus {
  border-bottom-color: #E30613;
}
.nav__wrapper .mega-nav__item__link {
  border: none;
  color: #000;
  font-weight: 500;
  font-size: 1.25rem;
  position: relative;
  background: none;
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 0;
  white-space: nowrap;
}
.nav__wrapper .mega-nav__item__link__caret {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  width: 35px;
}
.nav__wrapper .mega-nav__item__link__caret img {
  transition: transform 0.3s ease-in-out;
  transform-origin: center;
  transform-style: preserve-3D;
}

.secondary-nav {
  display: flex;
  align-content: center;
  margin: 0;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 0;
}
.secondary-nav__item {
  padding: 15px 20px;
  width: 100%;
  justify-content: space-between;
  border: none;
}
.secondary-nav__item:hover, .secondary-nav__item:focus {
  border-bottom-color: #E30613;
}
.secondary-nav__item__link {
  border: none;
  color: #000;
  font-weight: 300;
  font-size: 1.125rem;
  position: relative;
  background: none;
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 0;
  white-space: nowrap;
}
.secondary-nav__item__link:hover, .secondary-nav__item__link:focus {
  text-decoration: none !important;
  color: #000;
}

.jll-property-listings-header__outer-container {
  border-bottom: 1px solid #cbcbcb;
  height: 45px;
  padding: 0;
  position: relative;
}
.jll-property-listings-header__outer-container .jll-property-listings-header__inner-container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  overflow: hidden;
}
.jll-property-listings-header__outer-container .jll-property-listings-header__inner-container:before {
  content: "";
  display: block;
  position: absolute;
  height: 43px;
  background: #fff;
  left: 60%;
  right: 0;
  top: 0;
}
.jll-property-listings-header__outer-container .jll-property-listings-header__inner-container .link {
  background: 0 0;
  border-bottom: 2px solid transparent;
  color: #101010;
  font-weight: 700;
  position: relative;
}
.jll-property-listings-header__outer-container .jll-property-listings-header__inner-container .link:hover, .jll-property-listings-header__outer-container .jll-property-listings-header__inner-container .link:focus {
  text-decoration: none;
  border-bottom-color: #e30613;
}
.jll-property-listings-header__outer-container .jll-property-listings-header__inner-container .link:first-child {
  margin-right: 20px;
}
.jll-property-listings-header__outer-container .jll-property-listings-header__inner-container .link:last-child {
  margin-right: 10px;
}

.jll-gpl-breadcrumbs {
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

@media only screen and (min-width: 720px) {
  .nav__bar__logo-v2 {
    margin-right: 48px;
  }

  .nav__bar__trailing-actions {
    flex: 0 0 342px;
  }
}
@media only screen and (min-width: 768px) {
  .nav__country-selector {
    display: block;
    position: relative;
    margin: 0 15px;
  }

  .nav__bar--bottom {
    position: absolute;
    width: 50%;
    right: 0;
  }
}
@media only screen and (min-width: 1025px) {
  .smart-nav {
    margin-top: 190px;
  }

  .nav__bar {
    margin: 0 -50px;
    padding-left: calc(50px + 75px);
    padding-right: calc(50px + 75px);
  }
  .nav__bar--bottom {
    position: relative;
    width: auto;
    right: initial;
    display: flex;
    flex-direction: row;
    max-height: 100px;
  }
  .nav__bar--bottom--scroll-container {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .nav__bar__leading {
    flex: 1 0 15%;
    display: flex;
    align-items: center;
  }
  .nav__bar__trailing {
    flex: 1 0 15%;
    justify-content: flex-end;
  }
  .nav__hamburger {
    display: none;
  }

  .nav__wrapper .mega-nav {
    flex-direction: row;
    height: auto;
  }
  .nav__wrapper .mega-nav__item {
    padding: 0;
    border-bottom: 4px solid transparent;
  }
  .nav__wrapper .mega-nav__item__link {
    width: initial;
    justify-content: flex-start;
    align-items: center;
    padding: 18px 10px 8px;
  }

  .secondary-nav {
    flex-direction: row;
    justify-content: flex-end;
    width: initial;
  }
  .secondary-nav__item {
    flex-direction: row;
    height: auto;
    width: auto;
    justify-content: flex-start;
    padding: 0;
    border-bottom: 4px solid transparent;
    display: flex;
  }
  .secondary-nav__item__link {
    width: initial;
    justify-content: flex-start;
    align-items: center;
    padding: 18px 10px 8px;
  }

  .nav__container .jll-property-listings-header__outer-container {
    margin: 0 -50px;
    padding: 0 125px;
  }
  .nav__container .jll-property-listings-header__outer-container .jll-property-listings-header__inner-container {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .jll-gpl-breadcrumbs {
    display: flex;
  }
}

/*# sourceMappingURL=main.css.map */
