/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 300;
  src: local("Rubik Light"), local("Rubik-Light"), url('https://www.otagorealestate.co.nz/workspace/assets/fonts/rubik-light.woff2') format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
@font-face {
  font-family: 'Rubik';
  font-style: italic;
  font-weight: 300;
  src: local("Rubik Light Italic"), local("Rubik-LightItalic"), url('https://www.otagorealestate.co.nz/workspace/assets/fonts/rubik-light-italic.woff2') format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  src: local("Rubik"), local("Rubik-Regular"), url('https://www.otagorealestate.co.nz/workspace/assets/fonts/rubik-regular.woff2') format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 500;
  src: local("Rubik Medium"), local("Rubik-Medium"), url('https://www.otagorealestate.co.nz/workspace/assets/fonts/rubik-medium.woff2') format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
@font-face {
  font-family: 'Rubik';
  font-style: italic;
  font-weight: 400;
  src: local("Rubik Italic"), local("Rubik-Italic"), url('https://www.otagorealestate.co.nz/workspace/assets/fonts/rubik-regular-italic.woff2') format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
@font-face {
  font-family: 'Rubik';
  font-style: italic;
  font-weight: 500;
  src: local("Rubik Medium Italic"), local("Rubik-MediumItalic"), url('https://www.otagorealestate.co.nz/workspace/assets/fonts/rubik-medium-italic.woff2') format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
@keyframes rotator {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(270deg);
  }
}
@keyframes dash {
  0% {
    stroke-dashoffset: 187;
  }
  50% {
    stroke-dashoffset: 187/4;
    transform: rotate(135deg);
  }
  100% {
    stroke-dashoffset: 187;
    transform: rotate(450deg);
  }
}
/*
 * Helper mixins
 */
/*
 * Media Queries
 */
* {
  box-sizing: border-box;
}

html {
  height: 100%;
  text-rendering: optimizeLegibility;
  font-size: 16px;
}
html.no-scroll, html.no-scroll body {
  overflow: hidden;
}

body {
  min-width: 320px;
  background-color: #e5e5e5;
  font: 62.5%/1.6 "Rubik", sans-serif;
  font-weight: 500;
  color: #012169;
  -webkit-text-size-adjust: none;
}
body.loaded .loader {
  opacity: 0;
}

main {
  min-height: calc(100vh - 115px);
  padding-bottom: 50px;
  background-color: #e5e5e5;
  transition: opacity 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  position: relative;
  z-index: 2;
}

h1 {
  font-size: 3.5em;
}

h2 {
  font-size: 2em;
}

h3 {
  font-size: 1.5em;
}

h4 {
  font-size: 1.4em;
}

h5 {
  font-size: 1.3em;
}

h6 {
  font-size: 1.1em;
}

p,
li,
label,
figcaption,
dd, dt {
  font-size: 1.8em;
  line-height: 1.4em;
}

a {
  font-size: inherit;
  text-decoration: none;
  transition: all 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

figure img,
a img {
  display: block;
  vertical-align: baseline;
}

b, strong {
  font-weight: 500;
}

i, em {
  font-style: normal;
}

sub {
  font-size: 0.55em;
}

@media (max-width: 736px) {
  h1 {
    font-size: 2.7em;
  }
}
.section {
  position: relative;
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
  padding-left: 25px;
  padding-right: 25px;
}
.section.is-full-width {
  max-width: 100%;
}

.is-full-height {
  min-height: 100%;
}

.col-1-4 {
  width: 25%;
}

.col-2-4 {
  width: 50%;
}

.col-3-4 {
  width: 75%;
}

.col-1-3 {
  width: 33.33%;
}

.col-2-3 {
  width: 66.66%;
}

.col-full {
  width: 100%;
}

.flexbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

.flex-wrap {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

.flex-items-stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
}

.flex-items-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}

.flex-items-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
}

.flex-content-spacearound {
  -webkit-align-content: space-around;
  -moz-align-content: space-around;
  -ms-flex-line-pack: space-around;
  align-content: space-around;
}

.flex-content-spacebetween {
  -webkit-align-content: space-between;
  -moz-align-content: space-between;
  -ms-flex-line-pack: space-between;
  align-content: space-between;
}

.flex-content-center {
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.flex-content-start {
  -webkit-align-content: flex-start;
  -moz-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.flex-content-end {
  -webkit-align-content: flex-end;
  -moz-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
}

.flex-justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}

.flex-justify-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}

.flex-justify-spacebetween {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}

.flex-justify-spacearound {
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
}

.flex-direction-rowreverse {
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.flex-direction-column {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex-direction-columnreverse {
  -webkit-box-direction: reverse;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column-reverse;
  -moz-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

@media (max-width: 960px) {
  .col-1-4 {
    width: 33.33%;
  }

  .col-3-4 {
    width: 66.66%;
  }
}
@media (max-width: 736px) {
  .col-1-4,
  .col-2-4,
  .col-3-4,
  .col-1-3,
  .col-2-3 {
    width: 100%;
  }
}
@media (max-width: 320px) {
  .section {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.copy {
  margin-bottom: 115px;
}
.copy aside {
  padding-right: 20px;
}
.copy aside h1 {
  font-size: 1.8em;
  line-height: 1.4;
  font-style: italic;
}
.copy h1 {
  margin-bottom: 30px;
}
.copy h1:not(:first-child) {
  margin-top: 80px;
}
.copy h2 {
  margin-bottom: 20px;
}
.copy h2:not(:first-child) {
  margin-top: 30px;
}
.copy h3 {
  font-size: 1.9em;
  margin-bottom: 10px;
}
.copy h3:not(:first-child) {
  margin-top: 30px;
}
.copy ul,
.copy ol,
.copy p {
  font-weight: 300;
}
.copy ul:not(:last-child),
.copy ol:not(:last-child),
.copy p:not(:last-child) {
  margin-bottom: 25px;
}
.copy ul {
  padding-left: 37px;
  list-style: disc;
}
.copy ol {
  padding-left: 33px;
  list-style: decimal;
}
.copy ol li {
  padding-left: 5px;
}
.copy li {
  margin-bottom: 10px;
}
.copy li p {
  font-size: 1em;
}
.copy img {
  display: block;
  max-width: 100%;
  height: auto;
  border: 15px solid #ffffff;
}
.copy figure {
  position: relative;
  margin-top: 40px;
  margin-bottom: 40px;
}

.iframe {
  position: relative;
  width: 100%;
  height: 0;
  margin: 40px 0;
  padding-bottom: 56.25%;
}
.iframe iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 736px) {
  .copy {
    margin-bottom: 50px;
  }
}
header {
  height: 115px;
  background-color: #e5e5e5;
  position: relative;
  z-index: 2;
  transition: background 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
header.is-white {
  background-color: #ffffff;
}
header > a {
  display: block;
  padding-left: 25px;
  color: #012169;
}
header > a strong {
  margin-left: 15px;
  font-size: 1.8em;
  line-height: 1.3;
}
header > a br {
  display: none;
}
header svg {
  display: block;
  width: 65px;
  height: 65px;
}

.trigger-menu {
  display: none;
}

@media (max-width: 960px) {
  header > a {
    padding-left: 0;
  }

  .trigger-menu {
    position: relative;
    display: block;
    width: 60px;
    height: 20px;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
  }
  .trigger-menu.is-active span:before, .trigger-menu.is-active span:after {
    width: 7px;
    top: 0;
    transform-origin: right center;
  }
  .trigger-menu.is-active span:before {
    transform: rotate(45deg);
  }
  .trigger-menu.is-active span:after {
    transform: rotate(-45deg);
  }
  .trigger-menu span {
    display: block;
    width: inherit;
    height: 2px;
    margin-top: -1px;
    background: #ff6800;
    position: absolute;
    top: 50%;
    left: 0;
  }
  .trigger-menu span:before, .trigger-menu span:after {
    display: block;
    content: '';
    width: inherit;
    height: inherit;
    background-color: #ff6800;
    position: absolute;
    right: 0;
    transition: all 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .trigger-menu span:before {
    top: -9px;
  }
  .trigger-menu span:after {
    top: 9px;
  }
}
@media (max-width: 736px) {
  header > a br {
    display: block;
  }
}
.main-nav {
  padding-right: 25px;
}
.main-nav a {
  position: relative;
  margin-left: 35px;
  font-size: 1.3em;
  text-transform: uppercase;
  color: #012169;
}
.main-nav a:hover {
  color: #ff6800;
}
.main-nav a.is-active {
  color: #ff6800;
}
.main-nav a.is-active:after {
  opacity: 1;
}
.main-nav a:after {
  display: block;
  content: '';
  width: calc(100% - 2px);
  height: 0;
  border-bottom: 5px solid #ff6800;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  opacity: 0;
  position: absolute;
  bottom: -10px;
  left: -4px;
  transition: opacity 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media (max-width: 960px) {
  .main-nav {
    display: none;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    width: 100%;
    height: calc(100% - 115px);
    padding: 45px;
    background: #ffffff;
    position: fixed;
    top: 115px;
    left: 0;
    z-index: 9;
  }
  .main-nav a {
    display: inline-block;
    margin: 35px 0;
    margin-bottom: 35px;
    font-size: 2em;
  }
}
@media (max-width: 736px) {
  .main-nav {
    display: none;
  }
  .main-nav a {
    float: left;
    margin: 0 0 35px;
    clear: both;
  }
}
@keyframes rotator {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(270deg);
  }
}
@keyframes spin_full {
  0% {
    transform: rotate(0deg) translateZ(0);
  }
  100% {
    transform: rotate(360deg) translateZ(0);
  }
}
@keyframes colors {
  0% {
    stroke: #012169;
  }
  25% {
    stroke: #000000;
  }
  50% {
    stroke: #919bb3;
  }
  75% {
    stroke: #ff6800;
  }
  100% {
    stroke: #000000;
  }
}
@keyframes dash {
  0% {
    stroke-dashoffset: 187;
  }
  50% {
    stroke-dashoffset: 46.75;
    transform: rotate(135deg);
  }
  100% {
    stroke-dashoffset: 187;
    transform: rotate(450deg);
  }
}
.loader {
  width: 100%;
  height: 100%;
  background: radial-gradient(ellipse at center, #ffffff 0%, #e5e5e5 100%);
  opacity: 1;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  font-size: 32px;
  transition: opacity 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.loader div {
  position: absolute;
  top: 50%;
  left: 50%;
  will-change: transform;
}
.loader span {
  display: block;
  width: 0.5em;
  height: 0.15em;
  background: #012169;
  border-radius: 0.08em;
}
.loader .item-1 {
  margin-left: 11.313708496px;
  margin-top: -11.313708496px;
  animation: spin_full 2s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
}
.loader .item-1 span {
  transform: rotate(45deg) translateZ(0);
}
.loader .item-2 {
  margin-left: 0px;
  margin-top: -16px;
  animation: spin_full 2s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
}
.loader .item-2 span {
  transform: rotate(180deg) translateZ(0);
}
.loader .item-3 {
  margin-left: -11.313708496px;
  margin-top: -11.313708496px;
  animation: spin_full 2s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
}
.loader .item-3 span {
  transform: rotate(135deg) translateZ(0);
}
.loader .item-4 {
  margin-left: -16px;
  margin-top: 0px;
  animation: spin_full 2s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
}
.loader .item-4 span {
  transform: rotate(270deg) translateZ(0);
}
.loader .item-5 {
  margin-left: -11.313708496px;
  margin-top: 11.313708496px;
  animation: spin_full 2s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
}
.loader .item-5 span {
  transform: rotate(225deg) translateZ(0);
}
.loader .item-6 {
  margin-left: 0px;
  margin-top: 16px;
  animation: spin_full 2s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
}
.loader .item-6 span {
  transform: rotate(360deg) translateZ(0);
}
.loader .item-7 {
  margin-left: 11.313708496px;
  margin-top: 11.313708496px;
  animation: spin_full 2s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
}
.loader .item-7 span {
  transform: rotate(315deg) translateZ(0);
}
.loader .item-8 {
  margin-left: 16px;
  margin-top: 0px;
  animation: spin_full 2s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
}
.loader .item-8 span {
  transform: rotate(450deg) translateZ(0);
}

.spinner {
  width: 30px;
  height: 30px;
  margin: -15px 0 0 -15px;
  animation: rotator 1.4s linear infinite;
  position: absolute;
  top: 50%;
  left: 50%;
}
.spinner circle {
  stroke-dasharray: 187;
  stroke-dashoffset: 0;
  transform-origin: center;
  fill: none;
  stroke-width: 5px;
  animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite;
}

.scroll-bar {
  position: relative;
  width: 100%;
  height: 40px;
}

.scroll-line {
  width: 100%;
  height: 2px;
  background-color: #ff6800;
  position: absolute;
  top: 20px;
  left: 0;
}
.scroll-line:before, .scroll-line:after {
  display: block;
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: inherit;
  position: absolute;
  top: -2px;
}
.scroll-line:before {
  left: 0;
}
.scroll-line:after {
  right: 0;
}

.scroll-circle-wrapper {
  width: calc(100% - 60px);
  height: inherit;
  position: absolute;
  top: 0;
  left: 30px;
}

.scroll-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.scroll-wrapper > div {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.scroll-circle {
  display: block;
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  border: 2px solid #012169;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
}
.scroll-circle:before, .scroll-circle:after {
  display: block;
  position: absolute;
  top: 10px;
  font-size: 1.8em;
  line-height: 1;
  font-weight: 700;
  color: #012169;
}
.scroll-circle:before {
  content: '\2039';
  left: 8px;
}
.scroll-circle:after {
  content: '\203A';
  right: 8px;
}

@media (max-width: 1024px) {
  .scroll-circle-wrapper {
    width: calc(100% - 30px);
    left: 15px;
  }

  .scroll-circle {
    width: 10px;
    height: 10px;
    top: 16px;
  }
  .scroll-circle:before, .scroll-circle:after {
    display: none;
  }

  .scroll-wrapper > div {
    width: 100%;
    height: calc(100% + 20px);
    padding-bottom: 20px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.title {
  padding-top: 75px;
  padding-bottom: 65px;
}
.title.has-divider:after {
  display: block;
  content: '';
  width: 100%;
  height: 2px;
  background-color: #ff6800;
}
.title.has-divider h1 {
  margin-bottom: 65px;
}
.title.has-scrollbar {
  padding-bottom: 25px;
}
.title.has-scrollbar h1 {
  padding-bottom: 35px;
}
.title.no-offset-top {
  padding-top: 35px;
}
.title.no-offset-bottom {
  margin-bottom: 0;
}
.title h1 {
  position: relative;
  display: inline-block;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}
.title p {
  width: 100%;
  font-weight: 300;
  text-align: center;
}

@media (max-width: 1024px) {
  .title {
    max-width: 100%;
  }
}
@media (max-width: 736px) {
  .title {
    padding-top: 35px;
    padding-bottom: 45px;
  }
  .title.has-scrollbar h1 {
    padding-bottom: 0px;
  }
  .title.no-offset-top {
    padding-top: 10px;
  }
  .title.has-divider h1 {
    margin-bottom: 25px;
  }
}
.count {
  display: block;
  width: 16px;
  height: 16px;
  background-color: #919bb3;
  border-radius: 50%;
  position: absolute;
  top: -10px;
  right: -17px;
  font-size: 9px;
  line-height: 16px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0;
  color: #ffffff;
}
.title .count {
  top: -2px;
  right: -5px;
}

@media (max-width: 736px) {
  .title .count {
    right: -10px;
  }
}
.subscribe {
  height: 100px;
  background-color: #012169;
}
.subscribe h2 {
  font-weight: 500;
  font-style: italic;
  color: #ffffff;
}
.subscribe .field,
.subscribe .action {
  position: relative;
  margin-left: 20px;
}
.subscribe label {
  position: absolute;
  top: 0px;
  left: 0;
  font-size: 1.5em;
  line-height: 1;
  font-weight: 300;
  color: #919bb3;
  transition: all 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.subscribe input,
.subscribe button {
  margin: 0;
  padding: 0;
  background: transparent;
  border: none;
  font-size: 1.8em;
  line-height: 30px;
}
.subscribe input {
  height: 30px;
  border-bottom: 1px solid #919bb3;
  outline: none;
  border-radius: 0;
  color: #ffffff;
  -webkit-text-fill-color: #ffffff !important;
}
.subscribe input.has-value + label, .subscribe input:focus + label {
  font-size: 1.2em;
  top: -12px;
}
.subscribe input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px #012169 inset;
}
.subscribe button {
  width: 30px;
  height: 30px;
  background: transparent;
  border: 1px solid #919bb3;
  border-radius: 50%;
  cursor: pointer;
  line-height: 28px;
  text-align: center;
  color: #919bb3;
  transition: all 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.subscribe button:hover {
  background: #919bb3;
  color: #ffffff;
}

@media (max-width: 960px) {
  .subscribe {
    height: auto;
    padding: 20px 0 30px;
  }
  .subscribe h2 {
    width: 100%;
  }
  .subscribe .fields {
    width: 100%;
    margin: 15px 0 0;
  }
  .subscribe .field {
    width: calc(50% - 100px);
    margin-left: 0;
    margin-right: 20px;
  }
  .subscribe .action {
    margin-left: 0;
  }
  .subscribe input {
    width: 100%;
  }
}
@media (max-width: 736px) {
  .subscribe .fields {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .subscribe .field {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }
}
.credits {
  padding-top: 100px;
}
.credits p {
  font-size: 1.2em;
  font-weight: 400;
  text-align: right;
  color: #919bb3;
}

.hero {
  position: relative;
  height: calc(90vh - 200px);
  min-height: 495px;
  padding: 0 25px;
  overflow: hidden;
}
.hero h1 {
  max-width: 900px;
  width: 100%;
  padding: 0 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 8;
  font-weight: 300;
  line-height: 1.2;
  text-align: center;
  color: #ffffff;
}
.hero strong {
  font-weight: 500;
}
.hero i {
  font-style: italic;
}
.hero figure {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #012169;
}
.hero img {
  width: 100%;
  height: calc(100% + 100px);
  opacity: 0.5;
  object-fit: cover;
  position: absolute;
  bottom: 0;
  left: 0;
}
.hero img:not(:first-child) {
  display: none;
}
.hero img:only-child {
  height: 100%;
  object-fit: cover;
}

@media (max-width: 960px) {
  .hero {
    height: 495px;
    padding: 0;
  }
}
@media (max-width: 736px) {
  .hero h1 {
    padding: 60px 30px;
    position: absolute;
    top: 0;
    left: 0;
    transform: none;
    font-size: 3em;
    text-align: left;
  }
}
@media (max-width: 320px) {
  .hero h1 {
    padding: 25px 15px;
  }
}
.leases {
  height: 100vh;
  min-height: 700px;
}
.leases .scroll-wrapper {
  height: 375px;
  margin-top: 20px;
  margin-bottom: 120px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.leases .scroll-wrapper > div {
  padding-left: 25px;
  padding-right: 25px;
}
.leases article {
  position: relative;
  width: 408px;
}
.leases article:not(:last-child) {
  margin-right: 35px;
}
.leases article:hover img {
  opacity: 1;
  transform: scale(1.1);
}
.leases article:before {
  display: block;
  content: '';
  width: 408px;
  height: 283px;
  background-color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
}
.leases article a {
  display: block;
  font-size: 1em;
  color: #012169;
}
.leases article div {
  position: relative;
  width: 100%;
  padding: 15px;
}
.leases article div p,
.leases article div span {
  width: 33.33%;
  height: 44px;
  padding: 0 15px;
  border-left: 2px solid transparent;
  border-bottom: 2px solid transparent;
  font-size: 1.5em;
  line-height: 1.2;
  font-weight: 400;
}
.leases article div p {
  border-left-color: #012169;
  border-bottom-color: #012169;
}
.leases article div span {
  display: block;
  border-left-color: #ff6800;
  border-bottom-color: #ff6800;
  color: #ff6800;
}
.leases article div sup {
  display: inline-block;
  vertical-align: super;
  font-size: 0.65em;
  line-height: 1;
}
.leases article h2,
.leases article p {
  padding: 0 15px;
}
.leases article p {
  font-size: 2em;
  font-weight: 300;
}
.leases figure {
  position: relative;
  width: 378px;
  height: 218px;
  margin-top: 15px;
  margin-left: 15px;
  background-color: #012169;
  overflow: hidden;
}
.leases img {
  opacity: 0.8;
  transform: scale(1);
  transition: all 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.no-leases {
  height: auto;
  min-height: 0;
}
.no-leases p {
  font-size: 2.5em;
  font-weight: 400;
}
.no-leases a {
  color: #ff6800;
}

@media (min-width: 1025px) {
  .leases .scroll-wrapper > div {
    padding-left: calc((100% - 900px) / 2);
    padding-right: calc((100% - 900px) / 2);
  }
}
@media (max-width: 1024px) {
  .leases .scroll-wrapper > div {
    padding-left: 25px;
    padding-right: 0;
  }
  .leases .scroll-wrapper > div > div {
    padding-right: 25px;
  }
  .leases img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media (max-width: 736px) {
  .leases {
    min-height: 550px;
  }
  .leases .scroll-wrapper > div {
    padding-left: 10px;
  }
  .leases .scroll-wrapper > div > div {
    padding-right: 10px;
  }
  .leases article {
    width: 323px;
  }
  .leases article:not(:last-child) {
    margin-right: 25px;
  }
  .leases article:before {
    width: 100%;
    height: 230px;
  }
  .leases article div {
    padding: 10px;
  }
  .leases article div p,
  .leases article div span {
    font-size: 1.3em;
  }
  .leases article h2,
  .leases article p {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1.8em;
  }
  .leases figure {
    width: 303px;
    height: 175px;
    margin-top: 10px;
    margin-left: 10px;
  }

  .no-leases p {
    font-size: 2em;
  }
}
.person {
  position: relative;
  width: calc(33.33% - 10px);
  margin: 0 5px 40px;
}
.person:before {
  display: block;
  content: '';
  width: 100%;
  height: 315px;
  background-color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
}
.person .bio {
  width: 100%;
  height: 100%;
  padding-top: 40px;
  background-color: #ffffff;
  overflow: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  transform: translateY(-20px);
  transition: all 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.person .bio p {
  font-size: 1.7em;
  line-height: 1.6;
  font-weight: 300;
}
.person > div {
  position: relative;
  width: calc(100% - 30px);
  margin: 15px 0 0 15px;
}
.person > div p,
.person > div a[href^="mailto:"] {
  height: 40px;
  padding: 0 10px;
  border-left: 2px solid transparent;
  border-bottom: 2px solid transparent;
  font-size: 1.5em;
  line-height: 1.2;
  font-weight: 400;
}
.person > div p {
  width: 55%;
  border-left-color: #012169;
  border-bottom-color: #012169;
}
.person > div a {
  color: #012169;
}
.person > div a:not([href^="mailto:"]) {
  border-bottom: 1px solid transparent;
}
.person > div a:not([href^="mailto:"]):hover {
  border-color: #012169;
}
.person > div a[href^="mailto:"] {
  display: block;
  width: 45%;
  border-left-color: #ff6800;
  border-bottom-color: #ff6800;
  transform: translateX(0);
  color: #ff6800;
}
.person > div a[href^="mailto:"]:hover {
  transform: translateX(5px);
}
.person > div a[href^="mailto:"] svg {
  vertical-align: top;
  width: 11px;
  margin-top: 5px;
  fill: none;
  stroke: #ff6800;
  stroke-width: 4;
}
.person figure {
  width: calc(100% - 30px);
  margin-top: 15px;
  margin-left: 15px;
  background-color: #e5e5e5;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  z-index: 2;
}
.person figure:hover .bio {
  opacity: 1;
  transform: translateY(0);
}
.person figure span {
  display: block;
  width: 18px;
  height: 15px;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 4;
}
.person figure svg {
  width: inherit;
  height: inherit;
  fill: #ff6800;
}
.person img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.95;
}
.person h2,
.person > p {
  padding: 0 15px;
}
.person h2 {
  margin-top: 15px;
  font-size: 1.8em;
}
.person > p {
  font-size: 1.5em;
  font-weight: 300;
  font-style: italic;
}

@media (max-width: 1024px) {
  .person figure {
    -webkit-tap-highlight-color: transparent;
  }
  .person .bio {
    display: none;
    transition: none;
  }
}
@media (max-width: 960px) {
  .people {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }

  .person {
    width: calc(50% - 10px);
    max-width: 290px;
  }
}
@media (max-width: 736px) {
  .people {
    display: block;
    padding-bottom: 20px;
  }

  .person {
    width: 100%;
    margin: 0 auto 40px;
    padding-top: 15px;
  }
  .person figure {
    margin-top: 0;
  }
}
.pinned-nav {
  margin-top: 76px;
  padding-top: 20px;
  position: relative;
  z-index: 3;
}
.pinned-nav:before {
  display: block;
  content: '';
  width: 155px;
  height: 1px;
  background-color: #919bb3;
  position: absolute;
  top: 0;
  left: 0;
}
.pinned-nav a {
  position: relative;
  display: block;
  margin-bottom: 10px;
  padding-left: 0;
  font-size: 1.5em;
  font-weight: 400;
  color: #919bb3;
}
.pinned-nav a.btn {
  width: 155px;
  height: 30px;
  margin-top: 40px;
  border: 1px solid #919bb3;
  border-radius: 15px;
  line-height: 28px;
  text-align: center;
}
.pinned-nav a.btn.is-active {
  background-color: #ff6800;
  border-color: #ff6800;
  color: #ffffff;
}
.pinned-nav a:not(.btn):before {
  display: block;
  content: '';
  width: 7px;
  height: 7px;
  margin-top: -4px;
  background: #ff6800;
  border-radius: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 0;
  transition: opacity 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.pinned-nav a:not(.btn):hover, .pinned-nav a:not(.btn).is-active {
  color: #ff6800;
}
.pinned-nav a:not(.btn).is-active {
  padding-left: 15px;
  font-weight: 500;
}
.pinned-nav a:not(.btn).is-active:before {
  opacity: 1;
}

.pinned-content > * {
  margin-bottom: 65px;
  padding-top: 60px;
}
.pinned-content h2 {
  position: relative;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #ff6800;
}

@media (max-width: 960px) {
  .pinned-nav {
    display: none;
  }

  .pinned-content {
    width: 100%;
  }
  .pinned-content h2 {
    margin-left: 25px;
  }
  .pinned-content h2:before {
    left: -25px;
  }
}
@media (max-width: 736px) {
  .pinned-content > * {
    margin-bottom: 35px;
    padding-top: 30px;
  }
  .pinned-content h2 {
    letter-spacing: 0.1em;
  }
}
@media (max-width: 320px) {
  .pinned-content h2 {
    margin-left: 15px;
    letter-spacing: 0.4em;
  }
  .pinned-content h2:before {
    left: -20px;
  }
}
.contact-details {
  width: 100%;
  margin: 45px 0 0;
  padding: 25px;
  background-color: #ffffff;
}
.contact-details > div {
  min-width: 215px;
}
.contact-details p {
  line-height: 1.6;
  font-weight: 300;
}
.contact-details p:not(:first-child) {
  margin-top: 20px;
}
.contact-details a:not([href^="mailto"]) {
  color: inherit;
  border-bottom: 1px solid transparent;
}
.contact-details a:not([href^="mailto"]):hover {
  border-color: #012169;
}
.contact-details a[href^="mailto"] {
  display: block;
  transform: translateX(0);
  font-weight: 500;
  color: #ff6800;
}
.contact-details a[href^="mailto"]:hover {
  transform: translateX(5px);
}
.contact-details a.directions {
  display: block;
  padding-bottom: 10px;
  border-bottom: 1px solid #ff6800;
  font-size: 0.85em;
  font-style: italic;
}
.contact-details svg {
  vertical-align: top;
  width: 13px;
  margin-top: 9px;
  margin-right: 5px;
  fill: none;
  stroke: #ff6800;
  stroke-width: 4;
}

#map {
  width: 100%;
  height: 300px;
  margin-bottom: 25px;
}

@media (min-width: 951px) {
  .contact-details {
    width: calc(100% + (100vw - 950px) / 2);
  }
}
@media (max-width: 960px) {
  .contact-details {
    width: calc(100% + 50px);
    margin-left: -25px;
    margin-bottom: 0;
    padding: 0;
  }
  .contact-details > div {
    padding: 0 25px 25px;
  }
}
@media (max-width: 736px) {
  .contact-details {
    margin-top: 25px;
  }
}
@media (max-width: 320px) {
  .contact-details {
    width: calc(100% + 30px);
    margin-left: -15px;
  }
  .contact-details > div {
    padding: 0 15px 15px;
  }
}
.get-in-touch,
.get-in-touch-success {
  margin: 45px 0 0;
}

.get-in-touch-success p {
  font-weight: 400;
}
.get-in-touch-success strong {
  display: block;
}

.get-in-touch .field,
.get-in-touch .actions {
  position: relative;
  margin-bottom: 40px;
}
.get-in-touch .field.col-2-4:nth-child(odd),
.get-in-touch .actions.col-2-4:nth-child(odd) {
  padding-right: 25px;
}
.get-in-touch .field.error label,
.get-in-touch .actions.error label {
  color: #ff6800;
}
.get-in-touch .field.error input,
.get-in-touch .field.error textarea,
.get-in-touch .actions.error input,
.get-in-touch .actions.error textarea {
  border-color: #ff6800;
}
.get-in-touch .actions {
  width: 100%;
  margin-bottom: 0;
}
.get-in-touch .actions a {
  color: inherit;
  text-decoration: underline;
}
.get-in-touch label {
  position: absolute;
  top: 0px;
  left: 0;
  font-size: 1.5em;
  line-height: 1;
  font-weight: 500;
  font-style: italic;
  color: #012169;
  transition: all 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.get-in-touch input,
.get-in-touch textarea,
.get-in-touch button {
  margin: 0;
  padding: 0;
  background: transparent;
  border: none;
  border-radius: 0;
  outline: none;
  font-size: 1.8em;
  line-height: 30px;
}
.get-in-touch input,
.get-in-touch textarea {
  width: 100%;
  height: 33px;
  border-bottom: 1px solid #012169;
  outline: none;
  color: #012169;
  -webkit-text-fill-color: #012169 !important;
}
.get-in-touch input.has-value + label, .get-in-touch input:focus + label,
.get-in-touch textarea.has-value + label,
.get-in-touch textarea:focus + label {
  font-size: 1.2em;
  top: -12px;
}
.get-in-touch input:-webkit-autofill,
.get-in-touch textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px #e5e5e5 inset;
}
.get-in-touch textarea {
  resize: none;
  transition: height 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.get-in-touch textarea.has-value, .get-in-touch textarea:focus {
  height: 100px;
}
.get-in-touch button {
  width: 155px;
  height: 30px;
  border: 1px solid #012169;
  border-radius: 15px;
  cursor: pointer;
  font-size: 1.5em;
  line-height: 28px;
  text-align: center;
  color: #012169;
  transition: all 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.get-in-touch button:hover {
  background-color: #012169;
  color: #e5e5e5;
}

.grecaptcha-badge {
  visibility: hidden;
  pointer-events: none;
}

@media (max-width: 960px) {
  .get-in-touch .field,
  .get-in-touch .actions {
    width: 100%;
  }
  .get-in-touch .field.col-2-4:nth-child(odd),
  .get-in-touch .actions.col-2-4:nth-child(odd) {
    padding-right: 0px;
  }
  .get-in-touch .field .spinner,
  .get-in-touch .actions .spinner {
    margin-left: 0;
    left: 0;
  }
}
.agents {
  margin: -10px 0 90px;
}
.agents + .get-in-touch {
  margin-top: -45px;
}

.agent {
  margin-top: 55px;
}
.agent figure {
  margin-right: 15px;
}
.agent img {
  width: 93px;
  height: 93px;
  object-fit: cover;
  border-radius: 50%;
}
.agent p {
  margin-bottom: 5px;
  font-weight: 300;
}
.agent p span {
  display: block;
  font-size: 0.83em;
  line-height: 1.3;
  font-style: italic;
}
.agent a {
  color: #012169;
}
.agent a:not([href^="mailto:"]) {
  border-bottom: 1px solid transparent;
}
.agent a:not([href^="mailto:"]):hover {
  border-color: #012169;
}
.agent a[href^="mailto:"] {
  display: block;
  transform: translateX(0);
  color: #ff6800;
}
.agent a[href^="mailto:"]:hover {
  transform: translateX(5px);
}
.agent a[href^="mailto:"] svg {
  vertical-align: top;
  width: 13px;
  margin-top: 7px;
  fill: none;
  stroke: #ff6800;
  stroke-width: 4;
}

.testimonials {
  position: relative;
  min-height: 440px;
  background-color: #ffffff;
}
.testimonials h2 {
  margin-bottom: 40px;
}

.testimonial-indicator {
  width: 100%;
  height: 2px;
  background-color: rgba(255, 104, 0, 0.2);
  position: absolute;
  bottom: 40px;
  left: 0;
  z-index: 2;
}
.testimonial-indicator .line {
  display: block;
  width: 0;
  height: inherit;
  background: #ff6800;
  position: absolute;
  top: 0;
  left: 0;
}
.testimonial-indicator .circle {
  display: block;
  width: 8px;
  height: 8px;
  margin-top: -3px;
  background: #ff6800;
  border-radius: 50%;
  cursor: pointer;
}

.testimonial {
  display: none;
  margin: 0;
}
.testimonial:first-child {
  display: block;
}
.testimonial p {
  font-style: italic;
}
.testimonial strong {
  display: block;
  font-style: normal;
}

@media (min-width: 951px) {
  .testimonials {
    position: relative;
  }
  .testimonials:before, .testimonials:after {
    display: block;
    content: '';
    height: 100%;
    background-color: #ffffff;
    position: absolute;
    top: 0;
    z-index: 1;
  }
  .testimonials:before {
    width: calc(100% + (37% - 25px) + (100vw - 950px) / 2);
    right: 0;
  }
  .testimonials:after {
    width: calc(100% + (100vw - 950px) / 2);
    left: 0;
  }
  .testimonials h2,
  .testimonials > div {
    position: relative;
    z-index: 2;
  }
}
@media (max-width: 960px) {
  .testimonials {
    width: calc(100% + 50px);
    height: auto;
    margin-left: -25px;
    margin-bottom: 0;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 80px;
  }

  .testimonial-indicator {
    width: calc(100% - 50px);
    left: 25px;
  }
}
@media (max-width: 736px) {
  .testimonials {
    min-height: 550px;
  }
  .testimonials h2 {
    margin-bottom: 20px;
  }
}
@media (max-width: 320px) {
  .testimonials {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .testimonial-indicator {
    width: calc(100% - 30px);
    left: 15px;
  }
}
.gallery {
  background: #012169;
}
.gallery .scroll-wrapper {
  height: 440px;
}
.gallery + .section {
  margin-top: 20px;
}
.gallery img {
  width: auto;
  height: 100%;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}

@media (max-width: 1024px) {
  .gallery .scroll-wrapper > div > div {
    height: 100% !important;
  }
}
@media (max-width: 736px) {
  .gallery .scroll-wrapper {
    height: 300px;
  }
}
.features {
  min-height: 440px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.features div {
  position: relative;
  margin-bottom: 50px;
  border-top: 2px solid #012169;
}
.features p {
  width: 125px;
  height: 44px;
  margin: 0 !important;
  padding: 8px 10px 0;
  font-size: 1.5em;
  line-height: 1.2;
  font-weight: 400;
}
.features p:first-child {
  border-left: 2px solid #012169;
  border-right: 2px solid #012169;
}
.features p.floorplan {
  width: auto;
  border-left: 2px solid #012169;
}
.features ul {
  padding-left: 17px;
}
.features li {
  margin-bottom: 20px;
  padding-right: 30px;
  font-weight: 500;
}
.features sup {
  display: inline-block;
  vertical-align: super;
  font-size: 0.65em;
  line-height: 1;
}
.features a {
  width: 110px;
  padding-right: 35px;
  position: absolute;
  top: 5px;
  right: 0;
  font-weight: 500;
  font-style: italic;
  text-align: right;
  color: #ff6800;
}
.features svg {
  width: 27px;
  height: 27px;
  fill: #ff6800;
  position: absolute;
  top: 5px;
  right: 0;
}

@media (min-width: 951px) {
  .features {
    position: relative;
  }
  .features:before, .features:after {
    display: block;
    content: '';
    height: 100%;
    background-color: #ffffff;
    position: absolute;
    top: 0;
    z-index: 1;
  }
  .features:before {
    width: calc(100% + (37% - 25px) + (100vw - 950px) / 2);
    right: 0;
  }
  .features:after {
    width: calc(100% + (100vw - 950px) / 2);
    left: 0;
  }
  .features h2,
  .features > div,
  .features ul {
    position: relative;
    z-index: 2;
  }
}
@media (max-width: 960px) {
  .features {
    width: calc(100% + 50px);
    margin-left: -25px;
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (max-width: 736px) {
  .features {
    padding-bottom: 35px;
  }
  .features div {
    margin-bottom: 35px;
  }
  .features p {
    width: 100px;
    font-size: 1.3em;
  }
  .features li {
    font-size: 1.6em;
  }
  .features li:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 320px) {
  .features {
    width: calc(100% + 30px);
    margin-left: -15px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.loading-wrapper {
  width: 100%;
  height: 10px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}
.loading-wrapper.in-progress span {
  width: 60%;
}
.loading-wrapper.still-in-progress span {
  width: 90%;
  transition-duration: 10s;
}
.loading-wrapper.is-complete span {
  width: 100%;
  transition-duration: 200ms;
}
.loading-wrapper span {
  display: block;
  width: 0;
  height: inherit;
  background-color: #ff6800;
  transition: width 2s ease-in-out;
}

@media (max-width: 736px) {
  .loading-wrapper {
    height: 6px;
  }
}
.resources a {
  position: relative;
  display: block;
  padding: 20px 35px 20px 15px;
  font-size: 1.8em;
  line-height: 1.4;
  font-weight: 400;
  color: #012169;
}
.resources a:nth-child(odd) {
  background-color: #ffffff;
}
.resources a:hover {
  color: #ff6800;
}
.resources a span {
  margin-left: 20px;
  font-size: 0.8em;
  text-transform: lowercase;
}
.resources a svg {
  width: 12px;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}

@media (max-width: 736px) {
  .resources a {
    padding: 10px 50px 10px 10px;
    font-size: 1.6em;
  }
}
.leases-page.read .title {
  padding-top: 35px;
}
.leases-page.read .title h1 {
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
}
.leases-page.read .pinned-nav {
  margin-top: 19px;
}
.leases-page.read .pinned-nav:before {
  display: none;
}
.leases-page.read .pinned-nav a:first-child {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 15px;
  font-weight: 300;
  font-style: italic;
}
.leases-page.read .pinned-nav a:first-child:after {
  display: block;
  content: '';
  width: 155px;
  height: 1px;
  background-color: #919bb3;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media (max-width: 736px) {
  .leases-page.read .title h1,
  .leases-page.read .title p {
    width: 100%;
    text-align: left;
  }
}
html.mod-no-js .loader {
  display: none;
}

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