@import url(https://use.typekit.net/set8izg.css);


















































































































































































































































































































































































































































































































































































































































































































































html,
body {
  font-family: adelle-sans, sans-serif;
  font-weight: normal;
  color: black;
  font-size: 13.5pt;
}

a {
  color: #0c6db6;
  text-decoration: none;
}

h1,
.h1,
h2,
h3,
button,
nav,
label {
  font-family: corporate-s, sans-serif;
  font-weight: bold;
}

.excerpt,
.large,
p,
.small {
  font-family: adelle-sans, sans-serif;
  font-weight: normal;
}

h1,
.h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
}

h1,
.h1 {
  font-size: 28.5pt;
}

h2 {
  font-size: 21pt;
}

h3,
button {
  font-size: 16.5pt;
}

nav {
  font-size: 12pt;
}

.excerpt {
  font-size: 27pt;
}

.excerpt.small {
  font-size: 22.5pt;
}

.large {
  font-size: 15pt;
}

p {
  font-size: 13.5pt;
}

.small {
  font-size: 12pt;
}

.red {
  color: #0c6db6;
}

.black {
  color: #000000;
}

.white {
  color: #ffffff;
}

b,
strong {
  font-family: corporate-s, sans-serif;
  font-weight: bold;
}

.narrow {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}

.page_content ul {
  list-style: none;
  margin-top: 0;
}

.page_content ul li {
  margin-bottom: 1em;
  position: relative;
}

.page_content ul li:before {
  content: ' ';
  position: absolute;
  left: -1em;
  top: 0.5em;
  background-color: #0c6db6;
  width: 0.5em;
  height: 0.5em;
  border-radius: 100%;
}

@-webkit-viewport {
  width: device-width;
}

@-moz-viewport {
  width: device-width;
}

@-ms-viewport {
  width: device-width;
}

@-o-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

* {
  max-width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

*:focus {
  outline-color: #0c6db6;
}

[allow-wide] * {
  max-width: none;
}

.wrapper {
  position: relative;
  width: 1400px;
  max-width: 90%;
  margin: 0 auto;
}

.wrapper > .wrapper {
  width: 100%;
  max-width: 100%;
}

.wrapper.large {
  width: 1650px;
}

[hidden] {
  display: none;
}

body {
  margin: 0;
  background-color: white;
  overflow-x: hidden;
  max-width: 100vw;
}

body a {
  color: #0c6db6;
}

.layout > .main.content {
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

.layout > .main.content > .content {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: #f7f7f7;
  position: relative;
}

table {
  border-collapse: collapse;
}

table th,
table td {
  padding: 5px;
}

table th {
  text-align: left;
  font-family: corporate-s, sans-serif;
  font-weight: bold;
}

.center {
  margin-left: auto;
  margin-right: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.grey-bg {
  background-color: #e6e6e6;
  padding: 25px;
  border-radius: 10px;
}

input:not([type=checkbox]):not([type=file]):not(.override),
select:not(.override),
textarea {
  width: 100%;
  height: 40px;
  border: none;
  background-color: #ffffff;
  border-radius: 4px;
  padding: 10px;
  font-size: 12pt;
}

input:not([type=checkbox]):not([type=file]):not(.override).has-border,
select:not(.override).has-border,
textarea.has-border {
  border: 1px #0c6db6 solid;
}

textarea {
  height: 100px;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-right: 10px;
}

.select-arrow {
  width: 100%;
  position: relative;
}

.select-arrow:after {
  content: ' ';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  top: calc(50% - 2.5px);
  right: 0.5em;
  border-top: 5px solid #0c6db6;
  border-left: 4.5px solid transparent;
  border-right: 4.5px solid transparent;
  pointer-events: none;
}

label.check input {
  display: none;
}

label.check input:checked ~ span.checkbox:after {
  content: ' ';
  display: block;
  background: url("/icons/checkmark.svg?v=1") no-repeat;
  background-size: contain;
  width: 70%;
  height: 70%;
  margin: 15%;
}

label.check span.checkbox {
  width: 1em;
  height: 1em;
  display: inline-block;
  background-color: white;
  border-radius: 3px;
  position: relative;
  bottom: -1px;
  margin-right: 0.25em;
}

label.radio input[type="radio"] {
  display: none;
}

label.radio input[type="radio"]:checked ~ span.radio-btn:after {
  content: ' ';
  display: block;
  background-color: #0c6db6;
  border-radius: 100%;
  position: absolute;
  width: 63%;
  height: 63%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

label.radio span.radio-btn {
  width: 1em;
  height: 1em;
  display: inline-block;
  background-color: white;
  border-radius: 100%;
  position: relative;
  top: 1px;
}

button,
a.btn {
  border: none;
  background-color: #0c6db6;
  padding: 10px 40px;
  border-radius: 10px;
  color: #ffffff;
  letter-spacing: 1px;
  cursor: pointer;
}

button:hover,
button.pressed,
a.btn:hover,
a.btn.pressed {
  background-color: #000080;
}

button[disabled],
a.btn[disabled] {
  background-color: #000080;
  color: #e6e6e6;
  cursor: not-allowed;
}

button.secondary,
a.btn.secondary {
  background-color: #959ca1;
}

button.secondary:hover,
button.secondary.pressed,
a.btn.secondary:hover,
a.btn.secondary.pressed {
  background-color: #484848;
}

button.secondary[disabled],
a.btn.secondary[disabled] {
  background-color: #484848;
}

nav#main-nav + .nav-spacer {
  height: 154px;
}

.desktop-only {
  display: block;
}

.mobile-only {
  display: none;
}

nav#main-nav {
  width: 100%;
  background-color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 154px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  top: 0;
  z-index: 1;
}

nav#main-nav.fixed {
  position: fixed;
}

nav#main-nav:after {
  content: ' ';
  display: block;
  position: absolute;
  bottom: -8px;
  width: 100%;
  opacity: 0;
  -webkit-box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.3);
  height: 30px;
  border-bottom: 8px solid #0c6db6;
  -webkit-transition: opacity 0.5s ease-in;
  -o-transition: opacity 0.5s ease-in;
  transition: opacity 0.5s ease-in;
}

nav#main-nav.floating:after {
  opacity: 1;
}

nav#main-nav .menu-toggle {
  margin-left: auto;
  color: #0c6db6;
}

nav#main-nav .menu-toggle .hamburger {
  height: 1.35em;
  width: 2em;
}

nav#main-nav .menu-toggle .hamburger div {
  width: 100%;
  border-top: 0.25em solid #0c6db6;
  -webkit-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}

nav#main-nav .menu-toggle .hamburger div ~ div {
  margin-top: 0.3em;
}

nav#main-nav a {
  color: #000000;
}

nav#main-nav .menu {
  margin-top: 15px;
  margin-right: 45px;
}

nav#main-nav #main-logo {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto 0 auto 48px;
}

nav#main-nav #main-logo img {
  display: block;
  width: 150px;
}

nav#main-nav .mobile-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: column-reverse;
     -moz-box-orient: vertical;
     -moz-box-direction: reverse;
      -ms-flex-flow: column-reverse;
          flex-flow: column-reverse;
  z-index: 1;
}

nav#main-nav .mobile-menu .tablet-overlay {
  display: none;
  position: fixed;
  top: 154px;
  left: 0;
  width: 100vw;
  height: calc(100vh - 154px);
  background-color: #000000;
  opacity: 0.3;
  z-index: 0;
}

nav#main-nav .mobile-menu ul.tablet-menu {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0;
}

nav#main-nav .mobile-menu ul.tablet-menu li.dropdown {
  position: relative;
}

nav#main-nav .mobile-menu ul.tablet-menu > li {
  margin-left: 1.5em;
  padding-bottom: 10px;
}

nav#main-nav .mobile-menu ul.tablet-menu > li.search input {
  height: 24px;
}

nav#main-nav .mobile-menu ul.tablet-menu > li.search img {
  height: 16px;
  display: block;
}

nav#main-nav .social-and-search {
  margin-bottom: 28px;
}

nav#main-nav .social-and-search .social-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

nav#main-nav .social-and-search .social-icons a {
  display: block;
  margin-left: 11px;
}

nav#main-nav .social-and-search .social-icons a img {
  height: 20px;
  display: block;
}

nav#main-nav .social-and-search .search {
  display: none;
  margin-right: 14px;
}

nav#main-nav .social-and-search .search .site-search-form {
  margin-left: 1em;
}

nav#main-nav .social-and-search .search .site-search-form input {
  height: 30px;
}

nav#main-nav .social-and-search .search img {
  height: 16px;
  display: block;
}

nav#main-nav .site-search-form:not([hidden]) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

nav#main-nav .site-search-form input {
  padding: 5px 10px;
  border: 1px solid;
  margin-right: 0.5em;
}

nav#main-nav .site-search-form button {
  background: none;
  padding: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

footer {
  height: 207px;
  background-color: #0c6db6;
  color: #ffffff;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 42px 2rem 42px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

footer a {
  color: #ffffff;
}

footer .left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

footer .left > div {
  text-align: left;
}

footer .left > div img {
  max-width: 300px;
  width: 80%;
}

footer .right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

footer .right .social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  width: 6em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

footer .right .social img {
  width: 20px;
}

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

.header-banner {
  width: 100%;
  background-color: #0c6db6;
  color: #ffffff;
  min-height: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 70px;
  padding-left: 70px;
  padding-right: 70px;
}

.header-banner h1 {
  margin: 0;
}

.page-space {
  width: 100%;
  padding: 50px;
  padding-left: 70px;
  padding-right: 70px;
}

.page-space.short-top {
  padding-top: 20px;
}

.page-space .white-padding {
  background-color: #ffffff;
  padding: 75px 30px;
  border-radius: 0 0 10px 10px;
  position: relative;
}

.page-space .white-padding .right-tab {
  position: absolute;
  bottom: 100%;
  right: 0;
  background-color: #959ca1;
  border-radius: 15px 15px 0 0;
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 30px;
}

.page-space .white-padding .right-tab .back-arrow {
  color: #ffffff;
  font-size: 16pt;
}

.page-space .white-padding .right-tab .back-arrow .arrow-left-white {
  width: 0.8em;
  height: 0.8em;
  background: url("/icons/arrow-left-white.svg") center no-repeat;
  background-size: contain;
  display: inline-block;
  margin-right: 0.5em;
}

#back-to-top {
  position: fixed;
  display: block;
  right: 1.5em;
  bottom: 1.5em;
  color: white;
  background-color: #0c6db6;
  border-radius: 10px;
  padding: 0.3em calc(0.5em + 15px) 0.3em 0.5em;
  text-align: center;
  cursor: pointer;
  font-size: 12pt;
  -webkit-transition: bottom 0.3s ease;
  -o-transition: bottom 0.3s ease;
  transition: bottom 0.3s ease;
}

#back-to-top:before {
  content: ' ';
  display: block;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  position: absolute;
  right: 5px;
  border-top: none;
  border-bottom: 8px solid #ffffff;
  top: calc(50% - 4px);
}

#back-to-top.hidden {
  bottom: -5em;
}

#back-to-top.at-bottom {
  position: absolute;
}

.search-page .search-box {
  position: relative;
  background-color: #e6e6e6;
  border-radius: 0 10px 0 0;
}

.search-page .search-box .top-tabs {
  position: absolute;
  bottom: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  left: 0;
}

.search-page .search-box .top-tabs label {
  display: block;
  padding: 20px 42px;
  background-color: #cbcbcb;
  cursor: pointer;
}

.search-page .search-box .top-tabs label.active {
  background-color: #e6e6e6;
}

.search-page .search-box .top-tabs label input {
  display: none;
}

.search-page .search-box .top-tabs label h2 {
  margin: 0;
}

.search-page .search-box .main-options {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
}

.search-page .search-box .main-options .property-types {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.search-page .search-box .main-options .property-types .check-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
     -moz-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  white-space: nowrap;
  margin-left: 15px;
  margin-right: 15px;
}

.search-page .search-box .main-options .option-set {
  padding: 10px 35px;
  margin: 10px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.search-page .search-box .main-options .option-set.location {
  border: 1px solid #cbcbcb;
}

.search-page .search-box .main-options .option-set div {
  width: 100%;
}

.search-page .search-box .main-options .option-set div.half {
  width: 48%;
}

.search-page .search-box .main-options .select-arrow label.placeholder {
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #757575;
  pointer-events: none;
  font-size: 12pt;
  font-family: adelle-sans, sans-serif;
  font-weight: normal;
}

.search-page .search-box .buttons button:first-of-type {
  margin-right: 1em;
}

.search-page .search-box .buttons .broker-link {
  font-size: 12pt;
  font-family: corporate-s, sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
}

.search-page .search-box .buttons .reset {
  background-color: #e6e6e6;
  color: #0c6db6;
  font-size: 12pt;
}

.search-page .search-box .multifamily {
  margin: 20px 15px;
  margin-top: 0;
}

.search-page .mobile-search {
  display: none;
  background-color: #e6e6e6;
  padding: 10px;
  border-radius: 10px 10px 0 0;
}

.search-page .mobile-search .mobile-search-box {
  position: relative;
}

.search-page .mobile-search .mobile-search-box button {
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  height: 40px;
  width: 2em;
  padding-top: 4px;
  border-radius: 0 5px 5px 0;
}

.search-page .mobile-search .mobile-search-box button img {
  width: 1em;
  height: 1em;
}

.search-page .mobile-search .toggle-controls {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 10px;
}

.search-page .mobile-search .toggle-controls button {
  width: 48%;
  padding: 10px 0;
}

.search-page .mobile-search .toggle-controls button:hover:not(.pressed) {
  background-color: #959ca1;
}

.search-page .view-bar {
  background-color: #959ca1;
  color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 15px;
  font-size: 12pt;
  font-family: adelle-sans, sans-serif;
  font-weight: normal;
}

.search-page .view-bar label,
.search-page .view-bar select,
.search-page .view-bar button {
  font-size: 12pt;
  font-family: adelle-sans, sans-serif;
  font-weight: normal;
}

.search-page .view-bar > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.search-page .view-bar .view-btn {
  font-family: adelle-sans, sans-serif;
  font-weight: normal;
  padding: 0.2em 0.7em;
  margin-left: 0.7em;
  background-color: #959ca1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
}

.search-page .view-bar .view-btn.active,
.search-page .view-bar .view-btn:active {
  background-color: #484848;
}

.search-page .view-bar .view-btn .icon {
  width: 1em;
  height: 1em;
  display: inline-block;
  vertical-align: middle;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 1em;
}

.search-page .view-bar .view-btn .icon.list {
  background-image: url("/icons/list.svg");
}

.search-page .view-bar .view-btn .icon.grid {
  background-image: url("/icons/grid.svg");
}

.search-page .view-bar .view-btn .icon.map {
  background-image: url("/icons/map.svg");
}

.search-page .view-bar .select-arrow {
  width: 15em;
  padding-left: 1em;
}

.search-page .view-bar .select-arrow select {
  height: 26px;
  padding: 2px 10px;
  color: #959ca1;
}

.search-page .result-map-wrapper {
  width: 100%;
  padding: 10px 40px;
  background-color: #ffffff;
  position: relative;
  z-index: 0;
}

.search-page .result-map-wrapper.expanded .results-map {
  height: 700px;
}

.search-page .result-map-wrapper.expanded .map-expander:after {
  border-top: none;
  border-bottom: 8px solid #ffffff;
  top: calc(50% - 4px);
}

.search-page .result-map-wrapper.loading .results-map,
.search-page .result-map-wrapper.loading .map-expander {
  opacity: 0.4;
}

.search-page .result-map-wrapper .results-map {
  width: 100%;
  height: 300px;
  border-radius: 20px;
  margin-top: 50px;
  border: 1px solid #959ca1;
  -webkit-transition: height 0.5s ease;
  -o-transition: height 0.5s ease;
  transition: height 0.5s ease;
}

.search-page .result-map-wrapper .map-expander {
  height: 40px;
  width: 40px;
  position: absolute;
  right: 90px;
  bottom: 35px;
  z-index: 1;
  padding: 0;
}

.search-page .result-map-wrapper .map-expander:after {
  content: ' ';
  display: block;
  width: 0;
  height: 0;
  border-top: 8px solid #ffffff;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  position: absolute;
  top: calc(50% - 2px);
  left: calc(50% - 8px);
}

.search-page .results {
  padding: 10px 40px;
  background-color: #ffffff;
  border-radius: 0 0 10px 10px;
}

.search-page .results .result {
  padding: 25px 0;
  border-top: 1px solid #e6e6e6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.search-page .results .result a {
  color: black;
}

.search-page .results .result:first-of-type {
  border-top: none;
}

.search-page .results .result .img {
  width: 400px;
  height: 267px;
  display: block;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 1em;
}

.search-page .results .result h2 {
  margin-top: 0;
}

.search-page .results.grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.search-page .results.grid .result {
  width: 23%;
  margin-right: calc(8% / 3);
  border-top: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

.search-page .results.grid .result:nth-of-type(4n) {
  margin-right: 0;
}

.search-page .results.grid .result .img {
  width: 100%;
  padding-top: 66.75%;
  margin-right: 0;
  height: 0;
}

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

.search-page .infoCard a {
  color: black;
}

.search-page .infoCard img {
  height: 150px;
  width: auto;
  margin-right: 2em;
}

.search-page .infoCard h2 {
  margin: 0;
}

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

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

.flex-grow-0 {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
     -moz-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

.flex-grow {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.flex-shrink-0 {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.flex-shrink {
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
     -moz-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

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

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

.mb-20px {
  margin-bottom: 20px;
}

.mr-35px {
  margin-right: 35px;
}

section.homepage {
  background-color: #ffffff;
}

section.homepage .float-space {
  position: relative;
  background: url("/img/skyline.jpg") no-repeat center;
  background-size: cover;
  padding-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  min-height: 600px;
}

section.homepage .homepage-icons {
  padding: 3rem 0;
}

section.homepage .homepage-icons .icon-wrapper {
  text-align: center;
}

section.homepage .homepage-icons .icon-wrapper .large-text h3 {
  font-size: 5rem;
  color: #0c6db6;
  margin-bottom: 0 !important;
}

section.homepage .homepage-icons .icon-wrapper h3 {
  color: #959ca1;
}

section.homepage .content-tagline {
  padding: 3rem 0;
}

section.homepage .content-tagline .video iframe {
  width: 100%;
  height: 350px;
}

section.homepage .cards-wrapper .card-wrapper {
  padding: .5rem;
}

section.homepage .card {
  background-color: #959ca1;
  border-radius: 10px;
  text-align: center;
  padding: 1rem;
  color: white;
}

section.homepage .card .video {
  position: relative;
  width: 100%;
}

section.homepage .why-newmark {
  padding: 2rem;
  background: #0c6db6;
  color: white;
  margin: 3rem 0;
}

section.homepage .content .content-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
}

section.homepage .content .content-icons .icon-wrapper {
  text-align: center;
}

section.homepage .content .content-icons img {
  width: 350px;
  height: 50px;
}

section.homepage .content .content-icons .title {
  font-size: 14px;
  color: #959ca1;
}

section.homepage h3.title {
  color: #0c6db6;
  font-weight: 700;
}

section.homepage .tagline {
  padding-left: 50px;
  padding-right: calc(400px + 8vw);
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100vw;
}

section.homepage .tagline p {
  font-size: 26pt;
  text-align: center;
}

section.homepage .tagline2 {
  background: -webkit-gradient(linear, left top, left bottom, from(#484848), to(#959ca1));
  background: -o-linear-gradient(#484848, #959ca1);
  background: linear-gradient(#484848, #959ca1);
  color: white;
  width: 100%;
  padding: 75px 50px;
  padding-right: calc(400px + 8vw);
}

section.homepage .tagline2 p {
  clear: both;
  margin: 0 auto;
  text-align: center;
  font-size: 18pt;
  font-family: adelle-sans, sans-serif;
  font-weight: normal;
  max-width: 55ch;
}

section.homepage .property-search {
  background-color: #959ca1;
  border-radius: 10px;
  color: #ffffff;
  margin-top: 30px;
  padding: 30px;
  position: relative;
  max-width: 350px;
  float: right;
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
  margin-right: 8vw;
  margin-bottom: -200px;
  -webkit-box-shadow: 0 20px 20px -10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 20px 20px -10px rgba(0, 0, 0, 0.2);
}

section.homepage .property-search p {
  margin: 0 0 10px 0;
  text-align: center;
  font-size: 18pt;
  font-family: adelle-sans, sans-serif;
  font-weight: 100;
}

section.homepage .property-search label {
  font-family: adelle-sans, sans-serif;
  font-weight: normal;
}

section.homepage .property-search .tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1em;
}

section.homepage .property-search .tabs label {
  margin-right: 1em;
}

section.homepage .property-search .fields {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

section.homepage .property-search .fields > div {
  width: 100%;
  margin-bottom: 0.5em;
}

section.homepage .property-search .fields > div input,
section.homepage .property-search .fields > div select {
  height: 50px;
}

section.homepage .property-search .fields > div.select-arrow label.placeholder {
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #757575;
  pointer-events: none;
  font-size: 12pt;
}

section.homepage .property-search .fields > div button {
  width: 100%;
  height: 50px;
  padding: 0;
  font-family: adelle-sans, sans-serif;
  font-weight: normal;
}

section.email-signup .shade {
  padding: 100px 50px;
  background-color: rgba(0, 0, 0, 0.75);
}

section.email-signup p {
  font-size: 21pt;
  margin-bottom: 0.5em;
  text-align: center;
  font-weight: 100;
}

section.email-signup form {
  margin: 0 auto;
  max-width: 800px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

section.email-signup form input {
  height: 50px !important;
  border-radius: 10px 0 0 10px !important;
  border: 2px solid gray !important;
  border-right: 0 !important;
}

section.email-signup form button {
  padding: 0 40px;
  font-family: adelle-sans, sans-serif;
  font-weight: 100;
  height: 50px;
  border-radius: 0 10px 10px 0;
  font-size: 14pt;
}

.homeText {
  text-align: center;
  font-size: 21pt;
}

.property-grid .inquire-button {
  border: none;
  background-color: #0c6db6;
  padding: 10px 40px;
  border-radius: 10px;
  color: #fff;
  letter-spacing: 1px;
}

.property-grid > .left {
  width: 100%;
}

.property-grid > .left .property-basics {
  margin-top: 20px;
}

.property-grid > .bottom {
  width: 100%;
}

.property-grid .map {
  margin: 20px 0;
}

.property-grid .map #map {
  width: 100%;
  padding-top: 66.5%;
}

.property-grid .photos-area img {
  display: block;
}

.property-grid .photos-area .photo-select {
  height: 65px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  overflow-x: auto;
  margin-top: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.property-grid .photos-area .photo-select img {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-left: 15px;
  height: 100%;
  width: auto;
  cursor: pointer;
  tab-index: 0;
}

.property-grid .photos-area .photo-select img:first-of-type {
  margin-left: 0;
}

.property-grid .brokers {
  padding-top: 40px;
}

.property-grid .brokers h2 {
  border-top: 2px solid #f7f7f7;
  margin-top: 0;
  padding-top: 10px;
}

.property-grid .download-link img {
  width: 1em;
  margin-left: 0.5em;
}

.property-grid .brokers-table {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  overflow-x: auto;
}

.property-grid .brokers-table .brokers-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.property-grid .brokers-table .brokers-row:nth-of-type(odd) {
  background-color: #f7f7f7;
}

.property-grid .brokers-table .brokers-row > div {
  -webkit-flex-basis: 33%;
      -ms-flex-preferred-size: 33%;
          flex-basis: 33%;
  padding: 0.5em;
}

.property-grid .availabilities-table {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

.property-grid .availabilities-table .availabilities-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 300vw;
}

.property-grid .availabilities-table .availabilities-row.headers {
  font-family: corporate-s, sans-serif;
  font-weight: bold;
}

.property-grid .availabilities-table .availabilities-row > div {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  padding: 0.5em;
}

.property-grid table {
  border-collapse: collapse;
  width: 100%;
}

.property-grid table tbody tr:nth-of-type(odd) {
  background-color: #f7f7f7;
}

.property-grid table td {
  padding: 5px;
}

.property-grid table th {
  text-align: left;
  font-family: corporate-s, sans-serif;
  font-weight: bold;
}

.property-grid a {
  color: #000000;
}

.property-grid h1 {
  margin-top: 0;
  line-height: 1;
}

.property-grid h2 {
  font-size: 16.5pt;
  color: #0c6db6;
  margin: 1em 0;
}

.property-details {
  margin-top: 15px;
}

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

.logos-app-root .hide-offscreen {
  position: absolute;
  top: 150%;
}

.logos-app-root .controls,
.logos-app-root .list-filter {
  background-color: #e6e6e6;
  padding: 1em;
  border-radius: 10px;
}

.logos-app-root .controls {
  margin-right: 2em;
}

.logos-app-root .controls > div:first-of-type {
  margin-bottom: 1em;
}

.logos-app-root .controls .external {
  margin: 1em 0;
}

.logos-app-root .controls .external .input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.logos-app-root .controls .external .input input {
  border-radius: 10px 0 0 10px !important;
}

.logos-app-root .controls .external .input button {
  padding: 0 10px;
  height: 40px;
  border-radius: 0 10px 10px 0;
  font-size: 14pt;
  font-family: adelle-sans, sans-serif;
  font-weight: normal;
}

.logos-app-root .controls .preview {
  width: 100%;
  max-width: 400px;
  margin: 10px 0;
}

.logos-app-root .controls .save {
  width: 100%;
}

.logos-app-root .controls .saving {
  height: 40px;
  margin: 0 auto;
  display: block;
}

.logos-app-root .list {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
}

.logos-app-root .list .logo {
  vertical-align: middle;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2em;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.logos-app-root .list .logo > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.logos-app-root .list .logo > button {
  padding: 5px 10px;
}

.logos-app-root .list .logo .img {
  max-width: 100px;
  margin-right: 1em;
}

.logos-app-root .list .logo a {
  font-size: 12pt;
}

.logos-app-root .list .logo h3 {
  margin: 0 0 0.2em 0;
}

.person-card {
  border-radius: 10px;
  overflow: hidden;
  background-color: #f7f7f7;
  -webkit-box-shadow: 0 12px 30px -10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 12px 30px -10px rgba(0, 0, 0, 0.5);
  max-width: 500px;
  margin: 0 12.5px 40px 12.5px;
}

.person-card > a {
  color: black;
  display: block;
  width: 100%;
  height: 100%;
}

.person-card .img {
  background: center no-repeat;
  padding-top: 66.6%;
  background-size: cover;
  width: 100%;
}

.person-card .content {
  text-align: center;
  padding: 30px 5px;
}

.person-card .content h2 {
  font-size: 14.5pt;
  margin-top: 0;
}

.person-card .content p {
  margin-bottom: 0;
}

.people-filters {
  background-color: #e6e6e6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  border-radius: 10px 10px 0 0;
}

.people-filters .locations {
  margin-right: 30px;
}

.people-filters .industries {
  padding-left: 30px;
  border-left: 1px solid #959ca1;
}

.people-filters .locations h3,
.people-filters .industries h3 {
  text-transform: uppercase;
}

.people-filters .locations .options,
.people-filters .industries .options {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.people-filters .locations .options span,
.people-filters .industries .options span {
  padding-right: 0.5em;
  margin-right: 0.5em;
  padding-bottom: 5px;
  cursor: pointer;
}

.people-filters .locations .options span.active,
.people-filters .industries .options span.active {
  border-bottom: 2px solid #0c6db6;
}

.people-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.people-list .person-card {
  width: calc(33.33% - 25px);
}

.people-list.start {
  -webkit-box-pack: start !important;
  -webkit-justify-content: flex-start !important;
     -moz-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.people-list .videos-menu {
  background: #0c6db6;
  padding: 1em 2em;
  border-radius: 10px;
}

.people-list .videos-menu a.menu-link {
  color: white;
  padding-right: 1em;
  cursor: pointer;
}

section.person-page .person-page-inner h2 {
  margin-top: 0;
  font-size: 16pt;
}

section.person-page .person-page-inner .contact-info {
  font-style: italic;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

section.person-page .person-page-inner .contact-info > span {
  margin-right: 1em;
}

section.person-page .person-page-inner .button-links {
  margin-bottom: 2em;
}

section.person-page .person-page-inner .button-links a {
  display: inline-block;
  background-color: #0c6db6;
  color: #ffffff;
  padding: 10px 30px;
  border-radius: 5px;
}

section.person-page .person-page-inner .middle-section {
  margin: 2em 0;
  padding: 1em;
  background-color: #e6e6e6;
  border-radius: 5px;
}

section.person-page .person-page-inner .middle-section h3 {
  margin-top: 0;
}

section.person-page .person-page-inner .middle-section .cards {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

section.person-page .person-page-inner .middle-section .cards .card {
  max-width: 20ch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  margin-right: 1em;
  -webkit-flex-basis: 40%;
      -ms-flex-preferred-size: 40%;
          flex-basis: 40%;
  margin-bottom: 2em;
}

section.person-page .person-page-inner .investment-section table {
  width: 100%;
  border-collapse: collapse;
}

section.person-page .person-page-inner .investment-section table td,
section.person-page .person-page-inner .investment-section table th {
  padding: 5px;
}

section.person-page .person-page-inner .investment-section table th {
  text-align: left;
  font-family: corporate-s, sans-serif;
  font-weight: bold;
}

section.person-page .person-page-inner .investment-section table tbody tr:nth-of-type(odd) {
  background-color: #e6e6e6;
}

.contact-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.contact-columns .left {
  width: calc(60% - 25px);
}

.contact-columns .left .map-wrapper {
  width: 100%;
  height: 370px;
  margin-top: 7px;
  margin-bottom: 53px;
}

.contact-columns .left .map-wrapper .contact-map {
  width: 100%;
  height: 100%;
}

.contact-columns .left .map-controls input {
  border: 1px solid #0c6db6;
}

.contact-columns .right {
  width: calc(40% - 25px);
}

.contact-form-wrapper {
  background-color: #e6e6e6;
  padding: 40px;
  width: 100%;
  border-radius: 10px;
}

.contact-form-wrapper .field {
  margin-bottom: 1em;
}

.contact-form-wrapper .field label {
  margin-bottom: 0.5em;
  display: block;
}

.contact-form-wrapper .field .checks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.contact-form-wrapper .field .checks label:not(:first-of-type) {
  margin-left: 2em;
}

.contact-form-wrapper input,
.contact-form-wrapper textarea {
  border-radius: 5px !important;
}

.contact-form-wrapper button {
  padding: 7px 50px;
}

.contact-form-wrapper .oops {
  width: 100%;
  border: 3px solid #0c6db6;
  margin: 1em 0;
  border-radius: 10px;
  padding: 10px;
  background-color: #ffffff;
}

.contact-form-wrapper .oops h2 {
  color: #0c6db6;
}

.contact-form-wrapper .oops p {
  margin-bottom: 0;
}

.media-resources-list .media-resource {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 30px;
  border-bottom: 2px solid #f7f7f7;
  margin-bottom: 40px;
}

.media-resources-list .media-resource:last-of-type {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.media-resources-list .media-resource .thumbnail {
  width: 400px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 25px;
}

.media-resources-list .media-resource .content h2 {
  margin: 0;
}

.media-resources-list .media-resource .content h2 a {
  color: #000000;
}

.media-resources-list .media-resource .content p {
  margin-top: 0;
}

.media-resources-list .media-resource .content .date {
  margin-bottom: 0.3em;
  color: #959ca1;
  font-family: adelle-sans, sans-serif;
  font-weight: 100;
}

.media-resources-list .media-resource .content .read-more {
  font-family: corporate-s, sans-serif;
  font-weight: bold;
}

.media-resource-page .header-banner .h1 {
  text-transform: uppercase;
}

.media-resource-page .media-resource-inner h1 {
  margin: 0;
}

.media-resource-page .media-resource-inner .date {
  margin: 0;
  color: #959ca1;
}

.media-resource-page .media-resource-inner .header-image {
  margin: 50px 0;
  width: 100%;
}

.media-resource-content p:first-of-type {
  margin-top: 0;
}

.media-resource-content p:last-of-type {
  margin-bottom: 0;
}

.two-columns,
.three-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 1em 0 2em 0;
}

.two-columns .column,
.three-columns .column {
  padding: 25px calc(25px + 1em);
}

.two-columns h3,
.three-columns h3 {
  margin: 0;
  color: #0c6db6;
}

.two-columns .column {
  width: calc(50% - 25px);
}

.three-columns.grey-bg .column {
  background-color: #f7f7f7;
  border-radius: 10px;
}

.three-columns .column {
  width: calc(33.3% - 25px);
}

.investment-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
     -moz-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  margin-top: 2.5em;
}

.investment-icons > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 120px;
}

.investment-icons > div img {
  width: 120px;
  height: 120px;
  margin-bottom: 30px;
}

.copy-area h3,
[data-component="1"] h3 {
  margin: 0;
  color: #0c6db6;
}

:root {
  --primary: $primary;
  --primary-dk: $primary-dk;
}

.video-content .col-4 iframe {
  height: 250px;
  width: 100%;
}

.video-content .px-1 {
  padding-left: 1em;
  padding-right: 1em;
}

.larafish_nav .ui.menu > .menu {
  width: 100%;
}

.larafish_nav .dropdown .menu {
  max-width: 100vw;
}

.page_content .larafish {
  padding: 1vw;
}

body.admin {
  line-height: initial;
  font-size: 13.5pt;
}

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

.img-in-list {
  height: 3em;
}

.icon.clickable {
  cursor: pointer;
}

.admin ul.tablet-menu li a {
  pointer-events: initial !important;
}

/**
    Flexbox based grid
**/

.grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  /**
        Modifiers
    **/
  /**
        Columns
    **/
  /**
        Breakpoint Modifiers
    **/
}

.grid,
.grid .row {
  position: relative;
  width: 100%;
}

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

.grid.align-center [class*="col-"] {
  margin-right: 0;
}

.grid.align-left {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.grid.align-left [class*="col-"] {
  margin-right: 0;
}

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

.grid.align-right [class*="col-"] {
  margin-right: 0;
}

.grid.no-wrap {
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}

.grid.no-padding [class*="col-"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.grid.repeater .row {
  background: #e4f4ff;
}

.grid.repeater .row:nth-child(odd) {
  background: #cce9f9;
}

.grid [class*="col-"] {
  position: relative;
  margin-right: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.grid .col-1 {
  width: 8.3%;
  max-width: 8.3%;
  -webkit-flex-basis: 8.3%;
      -ms-flex-preferred-size: 8.3%;
          flex-basis: 8.3%;
}

.grid .col-1.pull-left {
  margin-left: 0;
  margin-right: auto;
}

.grid .col-1.pull-right {
  margin-left: auto;
  margin-right: 0;
}

.grid .col-2 {
  width: 16.6%;
  max-width: 16.6%;
  -webkit-flex-basis: 16.6%;
      -ms-flex-preferred-size: 16.6%;
          flex-basis: 16.6%;
}

.grid .col-2.pull-left {
  margin-left: 0;
  margin-right: auto;
}

.grid .col-2.pull-right {
  margin-left: auto;
  margin-right: 0;
}

.grid .col-3 {
  width: 25%;
  max-width: 25%;
  -webkit-flex-basis: 25%;
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%;
}

.grid .col-3.pull-left {
  margin-left: 0;
  margin-right: auto;
}

.grid .col-3.pull-right {
  margin-left: auto;
  margin-right: 0;
}

.grid .col-4 {
  width: 33.3%;
  max-width: 33.3%;
  -webkit-flex-basis: 33.3%;
      -ms-flex-preferred-size: 33.3%;
          flex-basis: 33.3%;
}

.grid .col-4.pull-left {
  margin-left: 0;
  margin-right: auto;
}

.grid .col-4.pull-right {
  margin-left: auto;
  margin-right: 0;
}

.grid .col-5 {
  width: 41.6%;
  max-width: 41.6%;
  -webkit-flex-basis: 41.6%;
      -ms-flex-preferred-size: 41.6%;
          flex-basis: 41.6%;
}

.grid .col-5.pull-left {
  margin-left: 0;
  margin-right: auto;
}

.grid .col-5.pull-right {
  margin-left: auto;
  margin-right: 0;
}

.grid .col-6 {
  width: 50%;
  max-width: 50%;
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
}

.grid .col-6.pull-left {
  margin-left: 0;
  margin-right: auto;
}

.grid .col-6.pull-right {
  margin-left: auto;
  margin-right: 0;
}

.grid .col-7 {
  width: 58.3%;
  max-width: 58.3%;
  -webkit-flex-basis: 58.3%;
      -ms-flex-preferred-size: 58.3%;
          flex-basis: 58.3%;
}

.grid .col-7.pull-left {
  margin-left: 0;
  margin-right: auto;
}

.grid .col-7.pull-right {
  margin-left: auto;
  margin-right: 0;
}

.grid .col-8 {
  width: 66.6%;
  max-width: 66.6%;
  -webkit-flex-basis: 66.6%;
      -ms-flex-preferred-size: 66.6%;
          flex-basis: 66.6%;
}

.grid .col-8.pull-left {
  margin-left: 0;
  margin-right: auto;
}

.grid .col-8.pull-right {
  margin-left: auto;
  margin-right: 0;
}

.grid .col-9 {
  width: 75%;
  max-width: 75%;
  -webkit-flex-basis: 75%;
      -ms-flex-preferred-size: 75%;
          flex-basis: 75%;
}

.grid .col-9.pull-left {
  margin-left: 0;
  margin-right: auto;
}

.grid .col-9.pull-right {
  margin-left: auto;
  margin-right: 0;
}

.grid .col-10 {
  width: 83.3%;
  max-width: 83.3%;
  -webkit-flex-basis: 83.3%;
      -ms-flex-preferred-size: 83.3%;
          flex-basis: 83.3%;
}

.grid .col-10.pull-left {
  margin-left: 0;
  margin-right: auto;
}

.grid .col-10.pull-right {
  margin-left: auto;
  margin-right: 0;
}

.grid .col-11 {
  width: 91.6%;
  max-width: 91.6%;
  -webkit-flex-basis: 91.6%;
      -ms-flex-preferred-size: 91.6%;
          flex-basis: 91.6%;
}

.grid .col-11.pull-left {
  margin-left: 0;
  margin-right: auto;
}

.grid .col-11.pull-right {
  margin-left: auto;
  margin-right: 0;
}

.grid .col-12 {
  width: 100%;
  max-width: 100%;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
}

.grid .col-12.pull-left {
  margin-left: 0;
  margin-right: auto;
}

.grid .col-12.pull-right {
  margin-left: auto;
  margin-right: 0;
}

.grid.no-breakpoint,
.grid.no-breakpoint .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}

.grid.no-breakpoint.relaxed [class*="col-"] {
  padding-left: 2%;
  padding-right: 2%;
}

.grid.no-breakpoint.relaxed.super [class*="col-"] {
  padding-left: 4%;
  padding-right: 4%;
}

.grid.no-breakpoint.relaxed.semi [class*="col-"] {
  padding-left: 1%;
  padding-right: 1%;
}

.grid.fluid .col {
  width: auto !important;
  max-width: 100% !important;
  -webkit-box-flex: 1 !important;
  -webkit-flex: 1 !important;
     -moz-box-flex: 1 !important;
      -ms-flex: 1 !important;
          flex: 1 !important;
}

.mosaic {
  background: url(/img/loader-blue.gif) 50% 50% no-repeat transparent;
  background-size: 5em;
  width: 100%;
}

.mosaic.ready {
  background: none !important;
}

.mosaic .grid-sizer {
  width: 50%;
}

.mosaic-item {
  width: 100%;
  opacity: 0;
  max-width: 48%;
  width: 48%;
  margin: 0 0.5% 0.25em;
}

.mosaic-item:nth-child(0n + 0) {
  -webkit-transition: opacity 0.4s 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: opacity 0.4s 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.4s 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.mosaic-item:nth-child(1n + 1) {
  -webkit-transition: opacity 0.4s 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: opacity 0.4s 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.4s 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.mosaic-item:nth-child(2n + 2) {
  -webkit-transition: opacity 0.4s 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: opacity 0.4s 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.4s 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.mosaic-item:nth-child(3n + 3) {
  -webkit-transition: opacity 0.4s 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: opacity 0.4s 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.4s 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.mosaic-item:nth-child(4n + 4) {
  -webkit-transition: opacity 0.4s 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: opacity 0.4s 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.4s 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.mosaic-item:nth-child(5n + 5) {
  -webkit-transition: opacity 0.4s 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: opacity 0.4s 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.4s 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.mosaic-item:nth-child(6n + 6) {
  -webkit-transition: opacity 0.4s 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: opacity 0.4s 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.4s 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.mosaic-item:nth-child(7n + 7) {
  -webkit-transition: opacity 0.4s 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: opacity 0.4s 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.4s 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.mosaic-item:nth-child(8n + 8) {
  -webkit-transition: opacity 0.4s 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: opacity 0.4s 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.4s 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.mosaic-item:nth-child(9n + 9) {
  -webkit-transition: opacity 0.4s 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: opacity 0.4s 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.4s 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.mosaic-item:nth-child(10n + 10) {
  -webkit-transition: opacity 0.4s 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: opacity 0.4s 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.4s 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.mosaic-item:nth-child(11n + 11) {
  -webkit-transition: opacity 0.4s 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: opacity 0.4s 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.4s 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.mosaic-item:nth-child(12n + 12) {
  -webkit-transition: opacity 0.4s 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: opacity 0.4s 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.4s 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.mosaic-item:nth-child(13n + 13) {
  -webkit-transition: opacity 0.4s 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: opacity 0.4s 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.4s 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.mosaic-item:nth-child(14n + 14) {
  -webkit-transition: opacity 0.4s 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: opacity 0.4s 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.4s 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.mosaic-item:nth-child(15n + 15) {
  -webkit-transition: opacity 0.4s 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: opacity 0.4s 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.4s 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.mosaic.ready .mosaic-item {
  opacity: 1;
}

.mosaic-item img,
.mosaic-item iframe,
.mosaic-item object {
  width: 100%;
}

@media screen and (min-width: 800px) {
  nav#main-nav #main-logo img {
    width: 300px;
  }

  footer .left div:last-of-type {
    font-size: 14pt;
  }

  footer .right div:last-of-type {
    font-size: 14pt;
  }

  .search-page .search-box .top-tabs label:first-of-type {
    border-radius: 10px 0 0 0;
    -webkit-box-shadow: inset -3px 0 20px rgba(0, 0, 0, 0.1);
            box-shadow: inset -3px 0 20px rgba(0, 0, 0, 0.1);
  }

  .search-page .search-box .top-tabs label:last-of-type {
    border-radius: 0 10px 0 0;
    -webkit-box-shadow: inset 3px 0 20px rgba(0, 0, 0, 0.1);
            box-shadow: inset 3px 0 20px rgba(0, 0, 0, 0.1);
  }

  .search-page .search-box .top-tabs label.active {
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .search-page .search-box .main-options .option-set.location {
    border-top: 0;
    border-bottom: 0;
  }

  .search-page .search-box .main-options .option-set.last {
    padding-left: 0;
    min-width: 210px;
  }

  .sm\:mb-1em {
    margin-bottom: 1em !important;
  }

  .property-grid > .left {
    width: 33%;
  }

  .property-grid > .left .property-basics {
    display: none;
  }

  .property-grid > .right {
    width: 65%;
  }

  .property-grid .availabilities-table .availabilities-row:nth-of-type(even) {
    background-color: #f7f7f7;
  }

  section.person-page .person-page-inner .person-photo {
    float: left;
    margin-right: 1em;
  }
}

@media screen and (min-width: 1399px) {
  section.email-signup form input {
    padding-left: 20px !important;
  }
}

@media screen and (min-width: 1400px) {
  .wrapper {
    max-width: 95%;
  }

  nav#main-nav .menu-toggle {
    display: none;
  }

  nav#main-nav .mobile-menu ul.tablet-menu:hover > li {
    border-bottom: none;
    padding-bottom: 10px;
  }

  nav#main-nav .mobile-menu ul.tablet-menu:hover > li:hover:not(.search) {
    border-bottom: 2px solid #0c6db6;
    padding-bottom: 8px;
  }

  nav#main-nav .mobile-menu ul.tablet-menu li.dropdown .dropdown-wrapper {
    display: none;
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    max-width: 100vw;
    padding-top: 17px;
  }

  nav#main-nav .mobile-menu ul.tablet-menu li.dropdown .dropdown-wrapper:before {
    content: ' ';
    display: block;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #0c6db6;
    position: absolute;
    top: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }

  nav#main-nav .mobile-menu ul.tablet-menu li.dropdown .dropdown-wrapper .inner-dropdown {
    border-radius: 8px;
    overflow: hidden;
    -webkit-box-shadow: 0px 3px 10px 0 rgba(0, 0, 0, 0.3);
            box-shadow: 0px 3px 10px 0 rgba(0, 0, 0, 0.3);
  }

  nav#main-nav .mobile-menu ul.tablet-menu li.dropdown .dropdown-wrapper .inner-dropdown ul {
    list-style: none;
    padding: 12.5px 0 17.5px 0;
    border: 10px solid #0c6db6;
    border-left: none;
    border-right: none;
    background-color: white;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }

  nav#main-nav .mobile-menu ul.tablet-menu li.dropdown .dropdown-wrapper .inner-dropdown ul li a {
    white-space: nowrap;
    display: block;
    padding: 17.5px 40px;
    width: 100%;
  }

  nav#main-nav .mobile-menu ul.tablet-menu li.dropdown .dropdown-wrapper .inner-dropdown ul li.active a {
    color: #0c6db6;
  }

  nav#main-nav .mobile-menu ul.tablet-menu li.dropdown .dropdown-wrapper .inner-dropdown ul li:hover a,
  nav#main-nav .mobile-menu ul.tablet-menu li.dropdown .dropdown-wrapper .inner-dropdown ul li:focus a {
    color: #0c6db6;
  }

  nav#main-nav .mobile-menu ul.tablet-menu > li.active {
    border-bottom: 2px solid #0c6db6;
    padding-bottom: 8px;
  }

  .search-page .search-box .main-options .property-types {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    padding: 20px 0;
  }

  .lg\:mb-0 {
    margin-bottom: 0 !important;
  }

  section.homepage .content .col-6:first-child {
    padding-right: 1rem;
  }

  section.homepage .content .col-6:last-child {
    padding-left: 1rem;
  }

  .property-grid:after {
    content: ' ';
    clear: both;
    display: block;
  }

  .property-grid > .left {
    float: left;
  }

  .property-grid > .right {
    float: right;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .property-grid > .right > div {
    width: 48%;
  }

  .property-grid > .bottom {
    float: right;
    width: 65%;
  }

  section.person-page .person-page-inner {
    max-width: 960px;
    margin: 0 auto;
  }

  .media-resource-page .media-resource-inner {
    max-width: 960px;
    margin: 0 auto;
  }

  .copy-area,
  [data-component="1"] {
    max-width: 960px;
    margin: 0 auto;
  }

  .grid,
  .grid .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }

  .grid.relaxed [class*="col-"] {
    padding-left: 2%;
    padding-right: 2%;
  }

  .grid.relaxed.super [class*="col-"] {
    padding-left: 4%;
    padding-right: 4%;
  }

  .grid.relaxed.semi [class*="col-"] {
    padding-left: 1%;
    padding-right: 1%;
  }

  #page-content [data-component] > .grid [class*="col-"]:first-of-type {
    padding-left: 0 !important;
  }

  #page-content [data-component] > .grid [class*="col-"]:last-of-type {
    padding-right: 0 !important;
  }

  .mosaic .grid-sizer {
    width: 33.333%;
  }

  .mosaic-item {
    width: 32.333%;
    max-width: 32.333%;
    margin: 0 0.5% 0.5vw;
  }
}

@media screen and (min-width: 1400px) and (min-width: 1400px) {
  nav#main-nav .mobile-menu ul.tablet-menu li.dropdown:hover .dropdown-wrapper,
  nav#main-nav .mobile-menu ul.tablet-menu li.dropdown:focus .dropdown-wrapper,
  nav#main-nav .mobile-menu ul.tablet-menu li.dropdown.open .dropdown-wrapper {
    display: block;
  }
}

@media screen and (max-width: 1399px) {
  nav#main-nav .menu:not(.active) .tablet-menu {
    display: none;
  }

  nav#main-nav .mobile-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }

  nav#main-nav .mobile-menu ul.tablet-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow-x: scroll;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  nav#main-nav .mobile-menu ul.tablet-menu > li {
    margin-left: 0;
    margin-bottom: 42px;
  }

  nav#main-nav .mobile-menu ul.tablet-menu > li.dropdown > a {
    position: relative;
  }

  nav#main-nav .mobile-menu ul.tablet-menu > li.dropdown > a:after {
    content: ' ';
    display: block;
    width: 0;
    height: 0;
    border-left: 5px solid #0c6db6;
    border-bottom: 4.5px solid transparent;
    border-top: 4.5px solid transparent;
    position: absolute;
    top: 0.5em;
    right: -27px;
  }

  nav#main-nav .mobile-menu ul.tablet-menu > li.dropdown.active a:after {
    border-top: 5px solid #0c6db6;
    border-left: 4.5px solid transparent;
    border-right: 4.5px solid transparent;
    border-bottom: none;
    right: -31px;
  }

  nav#main-nav .mobile-menu ul.tablet-menu > li.active > a {
    color: #0c6db6;
  }

  nav#main-nav .mobile-menu ul.tablet-menu li.dropdown .dropdown-wrapper {
    display: none;
  }

  nav#main-nav .mobile-menu ul.tablet-menu li.dropdown .dropdown-wrapper .inner-dropdown ul {
    list-style: none;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 22px;
  }

  nav#main-nav .mobile-menu ul.tablet-menu li.dropdown .dropdown-wrapper .inner-dropdown ul li {
    padding-top: 20px;
  }

  nav#main-nav .mobile-menu ul.tablet-menu li.dropdown .dropdown-wrapper .inner-dropdown ul li a {
    white-space: nowrap;
    display: block;
    width: 100%;
    color: #959ca1;
  }

  nav#main-nav .mobile-menu ul.tablet-menu li.dropdown .dropdown-wrapper .inner-dropdown ul li.active a {
    color: #0c6db6;
  }

  nav#main-nav .mobile-menu ul.tablet-menu li.dropdown.active .dropdown-wrapper {
    display: block;
  }

  nav#main-nav .mobile-menu ul.tablet-menu li.dropdown .mobile-only {
    display: block;
  }

  nav#main-nav .mobile-menu ul.tablet-menu li.dropdown .desktop-only {
    display: none;
  }

  #back-to-top {
    right: 0.5em;
  }
}

@media screen and (max-width: 1049px) {
  .search-page .search-box .top-tabs label {
    padding: 15px 30px;
  }

  section.homepage .tagline2 {
    padding: 50px 25px;
  }
}

@media screen and (max-width: 799px) {
  h1,
  .h1 {
    font-size: 19.5pt;
  }

  h2 {
    font-size: 18pt;
  }

  h3,
  button {
    font-size: 13.5pt;
  }

  nav {
    font-size: 15pt;
  }

  .excerpt {
    font-size: 18pt;
  }

  .excerpt.small {
    font-size: 15pt;
  }

  .large {
    font-size: 13.5pt;
  }

  p {
    font-size: 12pt;
  }

  .small {
    font-size: 10.5pt;
  }

  nav#main-nav + .nav-spacer {
    height: 79px;
  }

  nav#main-nav {
    height: 79px;
  }

  nav#main-nav .menu {
    margin-top: 17px;
    margin-right: 15px;
  }

  nav#main-nav .menu:not(.active) .mobile-menu {
    display: none;
  }

  nav#main-nav #main-logo {
    margin-left: 17px;
    margin-top: 16px;
  }

  nav#main-nav #main-logo img {
    max-width: 260px;
  }

  nav#main-nav .mobile-menu {
    position: fixed;
    top: 79px;
    left: 0;
    height: calc(100vh - 79px);
    width: 100vw;
    background-color: white;
  }

  nav#main-nav .mobile-menu ul.tablet-menu {
    max-height: calc(100vh - 204px);
    margin-top: 54px;
  }

  nav#main-nav .mobile-menu ul.tablet-menu .search {
    display: none;
  }

  nav#main-nav .social-and-search {
    margin-bottom: 21px;
    position: fixed;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }

  nav#main-nav .social-and-search .search {
    display: block;
  }

  footer {
    height: 276px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    padding: 42px 0 0 0;
    font-size: 0.95em;
  }

  footer .left,
  footer .right {
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  footer .left > div {
    text-align: center;
  }

  .header-banner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .page-space {
    padding-left: 20px;
    padding-right: 20px;
  }

  .page-space .white-padding {
    padding: 40px 15px;
  }

  #back-to-top {
    bottom: 0.5em;
  }

  #back-to-top > span:first-of-type {
    margin-right: 0.5ch;
  }

  .search-page .search-box {
    border-radius: 0;
    padding-bottom: 10px;
    display: none;
  }

  .search-page .search-box.expanded {
    display: block;
  }

  .search-page .search-box.expanded:before {
    content: ' ';
    display: block;
    height: 0;
    margin: 0 10px;
    border-top: 1px solid #cbcbcb;
  }

  .search-page .search-box .top-tabs {
    width: 100%;
    position: relative;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 10px;
    border-radius: 0;
  }

  .search-page .search-box .top-tabs label {
    border-radius: 10px;
    width: 48%;
    padding: 10px 0;
    background-color: #959ca1;
    color: white;
    text-align: center;
    font-size: 13.5pt;
  }

  .search-page .search-box .top-tabs label.active {
    background-color: #484848;
  }

  .search-page .search-box .main-options {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    padding-bottom: 10px;
  }

  .search-page .search-box .main-options {
    font-size: 12pt;
  }

  .search-page .search-box .main-options .property-types {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .search-page .search-box .main-options .property-types .check-column {
    width: calc(48% - 30px);
  }

  .search-page .search-box .main-options .option-set {
    padding: 0;
    margin: 10px 15px;
  }

  .search-page .search-box .main-options .option-set.middle {
    border-top: 1px solid #cbcbcb;
    padding-top: 10px;
    margin-bottom: 0;
  }

  .search-page .search-box .main-options .option-set.location {
    display: none;
  }

  .search-page .search-box .buttons {
    margin: 0 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-flow: column-reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
  }

  .search-page .search-box .buttons button {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    font-family: adelle-sans, sans-serif;
    font-weight: normal;
  }

  .search-page .search-box .buttons button.secondary {
    display: none;
  }

  .search-page .search-box .buttons button.reset {
    margin-top: 10px;
  }

  .search-page .mobile-search {
    display: block;
  }

  .search-page .view-bar .view-options {
    display: none;
  }

  .search-page .result-map-wrapper {
    padding: 10px;
    display: none;
  }

  .search-page .result-map-wrapper.mobile-visible {
    display: block;
  }

  .search-page .result-map-wrapper.expanded .results-map {
    height: 90vh;
    display: block;
  }

  .search-page .result-map-wrapper .results-map {
    height: 90vh;
    margin: 0;
  }

  .search-page .result-map-wrapper .map-expander {
    display: none;
  }

  .search-page .results {
    padding: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }

  .search-page .results .result {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }

  .search-page .results .result .img {
    width: 100%;
    padding-top: 66.75%;
    margin-right: 0;
    height: 0;
  }

  section.homepage .float-space {
    padding-top: 1px;
  }

  section.homepage .homepage-icons {
    padding: 1.5rem 0;
  }

  section.homepage .homepage-icons img {
    width: 300px;
  }

  section.homepage .homepage-icons .icon-wrapper .large-text h3 {
    font-size: 4rem;
  }

  section.homepage .content-tagline {
    padding: 1.5rem 0;
  }

  section.homepage .content .col-6:first-child {
    margin-bottom: 1rem;
  }

  section.homepage .content .col-6:last-child {
    margin-bottom: 1rem;
  }

  section.homepage .tagline {
    display: none;
  }

  section.homepage .property-search {
    padding: 17px;
    margin-bottom: 50px;
    float: none;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
    margin-right: 0;
    max-width: calc(100vw - 60px);
  }

  section.homepage .property-search .tabs {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 2em 1em 2em;
  }

  section.homepage .property-search .tabs label {
    font-size: 12pt;
    margin: 0;
  }

  section.email-signup .shade {
    padding: 100px 20px;
  }

  section.email-signup form input {
    padding-left: 10px !important;
  }

  section.email-signup form button {
    padding: 0 20px;
  }

  .property-grid > .right .property-basics {
    display: none;
  }

  .property-grid .brokers-table .brokers-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }

  .property-grid .availabilities-table {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
  }

  .property-grid .availabilities-table .availabilities-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-flex: 10%;
    -webkit-flex: 10% 1 1;
       -moz-box-flex: 10%;
        -ms-flex: 10% 1 1;
            flex: 10% 1 1;
  }

  .property-grid .availabilities-table .availabilities-row > div {
    min-height: 2.5em;
  }

  .property-grid .availabilities-table .availabilities-row > div:nth-of-type(even) {
    background-color: #f7f7f7;
  }

  .property-grid h2 {
    font-size: 13.5pt;
  }

  .logos-app-root {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }

  .people-filters {
    padding: 20px;
  }

  .people-filters .locations {
    margin-right: 20px;
  }

  .people-filters .industries {
    padding-left: 25px;
  }

  .people-filters .locations .options,
  .people-filters .industries .options {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }

  .people-list .person-card {
    width: 100%;
  }

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

  .contact-columns .left,
  .contact-columns .right {
    width: 100%;
  }

  .media-resources-list .media-resource {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }

  .media-resources-list .media-resource .thumbnail {
    width: 100%;
  }

  .two-columns,
  .three-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }

  .two-columns .column,
  .three-columns .column {
    width: 100%;
    margin-top: 1.5em;
  }

  .two-columns .column:first-of-type,
  .three-columns .column:first-of-type {
    margin-top: 0;
  }

  .investment-icons {
    -webkit-flex-flow: wrap;
        -ms-flex-flow: wrap;
            flex-flow: wrap;
    padding: 0 calc(50% - 175px);
  }

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

  .grid .col-1 {
    width: 100%;
    max-width: 100%;
  }

  .grid .col-2 {
    width: 100%;
    max-width: 100%;
  }

  .grid .col-3 {
    width: 100%;
    max-width: 100%;
  }

  .grid .col-4 {
    width: 100%;
    max-width: 100%;
  }

  .grid .col-5 {
    width: 100%;
    max-width: 100%;
  }

  .grid .col-6 {
    width: 100%;
    max-width: 100%;
  }

  .grid .col-7 {
    width: 100%;
    max-width: 100%;
  }

  .grid .col-8 {
    width: 100%;
    max-width: 100%;
  }

  .grid .col-9 {
    width: 100%;
    max-width: 100%;
  }

  .grid .col-10 {
    width: 100%;
    max-width: 100%;
  }

  .grid .col-11 {
    width: 100%;
    max-width: 100%;
  }

  .grid .col-12 {
    width: 100%;
    max-width: 100%;
  }

  .grid.no-breakpoint .col-1 {
    width: 8.3%;
    max-width: 8.3%;
    -webkit-flex-basis: 8.3%;
        -ms-flex-preferred-size: 8.3%;
            flex-basis: 8.3%;
  }

  .grid.no-breakpoint .col-2 {
    width: 16.6%;
    max-width: 16.6%;
    -webkit-flex-basis: 16.6%;
        -ms-flex-preferred-size: 16.6%;
            flex-basis: 16.6%;
  }

  .grid.no-breakpoint .col-3 {
    width: 25%;
    max-width: 25%;
    -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
  }

  .grid.no-breakpoint .col-4 {
    width: 33.3%;
    max-width: 33.3%;
    -webkit-flex-basis: 33.3%;
        -ms-flex-preferred-size: 33.3%;
            flex-basis: 33.3%;
  }

  .grid.no-breakpoint .col-5 {
    width: 41.6%;
    max-width: 41.6%;
    -webkit-flex-basis: 41.6%;
        -ms-flex-preferred-size: 41.6%;
            flex-basis: 41.6%;
  }

  .grid.no-breakpoint .col-6 {
    width: 50%;
    max-width: 50%;
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
  }

  .grid.no-breakpoint .col-7 {
    width: 58.3%;
    max-width: 58.3%;
    -webkit-flex-basis: 58.3%;
        -ms-flex-preferred-size: 58.3%;
            flex-basis: 58.3%;
  }

  .grid.no-breakpoint .col-8 {
    width: 66.6%;
    max-width: 66.6%;
    -webkit-flex-basis: 66.6%;
        -ms-flex-preferred-size: 66.6%;
            flex-basis: 66.6%;
  }

  .grid.no-breakpoint .col-9 {
    width: 75%;
    max-width: 75%;
    -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
            flex-basis: 75%;
  }

  .grid.no-breakpoint .col-10 {
    width: 83.3%;
    max-width: 83.3%;
    -webkit-flex-basis: 83.3%;
        -ms-flex-preferred-size: 83.3%;
            flex-basis: 83.3%;
  }

  .grid.no-breakpoint .col-11 {
    width: 91.6%;
    max-width: 91.6%;
    -webkit-flex-basis: 91.6%;
        -ms-flex-preferred-size: 91.6%;
            flex-basis: 91.6%;
  }

  .grid.no-breakpoint .col-12 {
    width: 100%;
    max-width: 100%;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
}

@media screen and (max-width: 399px) {
  .header-banner {
    padding-left: 5px;
    padding-right: 5px;
  }

  .page-space {
    padding-left: 5px;
    padding-right: 5px;
  }

  .page-space .white-padding {
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media screen and (min-width: 800px) and (max-width: 1399px) {
  nav#main-nav .menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-flow: column-reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  nav#main-nav .menu.active .mobile-menu .tablet-overlay {
    display: block;
  }

  nav#main-nav .mobile-menu ul.tablet-menu {
    background-color: #ffffff;
    z-index: 1;
    position: fixed;
    top: 153px;
    height: calc(100vh - 153px);
    width: 375px;
    left: calc(100vw - 375px);
    margin-top: 0;
    padding-top: 54px;
  }

  .header-banner {
    padding-left: 35px;
    padding-right: 35px;
  }

  .page-space {
    padding-left: 35px;
    padding-right: 35px;
  }

  .property-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }

  .media-resources-list .media-resource .thumbnail {
    width: 300px;
  }
}

@media screen and (min-width: 800px) and (max-width: 1049px) {
  .search-page .search-box .main-options label,
  .search-page .search-box .main-options input {
    font-size: 10pt;
  }

  .search-page .search-box .main-options .option-set {
    padding: 10px 15px;
  }

  section.homepage .tagline {
    padding-left: 20px;
    padding-right: calc(370px + 8vw);
  }

  section.homepage .tagline p {
    font-size: 18pt;
  }

  section.homepage .tagline2 p {
    font-size: 18pt;
  }

  section.homepage .property-search {
    margin-bottom: -100px;
  }

  .people-list .person-card {
    width: calc(50% - 25px);
  }
}

@media screen and (min-width: 1050px) and (max-width: 1399px) {
  section.homepage .tagline {
    padding-left: 35px;
    padding-right: calc(385px + 8vw);
  }

  section.homepage .tagline p {
    font-size: 21pt;
  }
}
/*# sourceMappingURL=layout.css.map?v=26dd2fedc467fd9af7a010a15bf0e23b*/