html {
  overflow-y: initial;
}

body {
  padding: 0 !important;
  width: 100%;
}

h1 {
  color: #333f48;
}

a,
a:visited {
  cursor: pointer;
  color: #697684;
}

.root {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  position: relative;
  left: 0;
  overflow: hidden;
}

.bugger-menu-active {
  left: 260px;
}

.max-width {
  max-width: 1440px;
  margin: 0 auto;
}

blockquote {
  margin: 1em 26px;
}

.invalid {
  border: 2px solid #ff5961;
}

.main-btn {
  padding: 0.75em 0.875em;
  border-radius: 3px;
  display: inline-block;
}
.main-btn i {
  margin-right: 8px;
}

.main-btn-blue {
  background-color: #055fb4;
  border: 1px solid #055fb4;
  color: white !important;
}

.main-btn-grey {
  background-color: #697684;
}
.main-btn-grey:hover {
  background-color: #788390;
}

.m-visible {
  display: none;
}

.m-visible {
  display: none;
}

.header-container {
  position: relative;
  z-index: 1;
}

.overlay {
  background-image: url("../img/location-grey.svg");
  background-repeat: repeat;
  -webkit-background-size: 30px 30px;
  background-size: 30px 30px;
}
.overlay .navigation {
  background-image: linear-gradient(71deg, rgba(17, 135, 255, 0.8), rgba(0, 110, 255, 0.8));
}
.overlay .navigation-overlay {
  background-color: rgba(5, 95, 180, 0.2);
}

.navigation-tabs {
  padding: 0 140px;
  line-height: 1;
}
.navigation-tabs .tab {
  display: inline-block;
  padding: 14px 14px 16px;
  font-family: "MuseoSans-500", sans-serif;
  font-size: 15px;
  font-weight: normal;
  text-align: left;
  line-height: normal;
  color: #ffffff;
  box-sizing: border-box;
  height: 49px;
}
.navigation-tabs .tab:hover {
  background: rgba(255, 255, 255, 0.2);
}
.navigation-tabs a {
  text-decoration: none;
  color: #ffffff;
}
.navigation-tabs .active {
  border-bottom: 3px #ffffff solid;
}

.jumbotron {
  height: 272px;
  width: 100%;
  display: flex;
  align-items: flex-end;
}
.jumbotron .title {
  width: 450px;
  margin: 0 0 40px 140px;
  font-family: "MuseoSans-500", sans-serif;
  line-height: 1;
  font-size: 38px;
  color: #ffffff;
}

@media screen and (max-width: 1024px) {
  .navigation-tabs {
    padding: 0 60px;
  }
  .navigation-tabs .tab {
    font-family: "MuseoSans-300", sans-serif;
  }
  .jumbotron {
    height: 272px;
  }
  .jumbotron .title {
    width: 435px;
    margin: 0 0 40px 60px;
  }
}
@media screen and (max-width: 768px) {
  .navigation-tabs {
    padding: 0 20px;
  }
  .navigation-tabs .tab {
    font-family: "MuseoSans-300", sans-serif;
  }
  .jumbotron {
    height: 176px;
  }
  .jumbotron .title {
    margin: 0 32px 28px 32px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .navigation-tabs {
    white-space: nowrap;
    overflow-x: scroll;
  }
  .jumbotron {
    height: 112px;
  }
  .jumbotron .title {
    margin: 0 24px 24px 16px;
    font-size: 28px;
  }
}
@font-face {
  font-family: "MuseoSans-700";
  src: url("https://s1.rui.au.reastatic.net/rui-static/font/museo-sans-700-v1.eot");
  src: url("https://s1.rui.au.reastatic.net/rui-static/font/museo-sans-700-v1.eot?#iefix") format("embedded-opentype"), url("https://s1.rui.au.reastatic.net/rui-static/font/museo-sans-700-v1.woff") format("woff"), url("https://s1.rui.au.reastatic.net/rui-static/font/museo-sans-700-v1.ttf") format("truetype"), url("https://s1.rui.au.reastatic.net/rui-static/font/museo-sans-700-v1.svg#webfont") format("svg");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "MuseoSans-500";
  src: url("https://s1.rui.au.reastatic.net/rui-static/font/museo-sans-500-v1.eot");
  src: url("https://s1.rui.au.reastatic.net/rui-static/font/museo-sans-500-v1.eot?#iefix") format("embedded-opentype"), url("https://s1.rui.au.reastatic.net/rui-static/font/museo-sans-500-v1.woff") format("woff"), url("https://s1.rui.au.reastatic.net/rui-static/font/museo-sans-500-v1.ttf") format("truetype"), url("https://s1.rui.au.reastatic.net/rui-static/font/museo-sans-500-v1.svg#webfont") format("svg");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "MuseoSans-300";
  src: url("https://s1.rui.au.reastatic.net/rui-static/font/museo-sans-300-v1.eot");
  src: url("https://s1.rui.au.reastatic.net/rui-static/font/museo-sans-300-v1.eot?#iefix") format("embedded-opentype"), url("https://s1.rui.au.reastatic.net/rui-static/font/museo-sans-300-v1.woff") format("woff"), url("https://s1.rui.au.reastatic.net/rui-static/font/museo-sans-300-v1.ttf") format("truetype"), url("https://s1.rui.au.reastatic.net/rui-static/font/museo-sans-300-v1.svg#webfont") format("svg");
  font-weight: 300;
  font-style: normal;
}
.have-a-question-overlay {
  background-color: #0084ff;
}

.have-a-question {
  height: 84px;
  padding-left: 140px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.have-a-question span {
  color: #ffffff;
  font-family: "MuseoSans-300", sans-serif;
  font-size: 24px;
  line-height: 1.17;
}
.have-a-question span .contact-us-link {
  color: #ffffff;
  font-family: "MuseoSans-500", sans-serif;
}

@media screen and (max-width: 1024px) {
  .have-a-question {
    padding-left: 60px;
  }
}
@media screen and (max-width: 768px) {
  .have-a-question {
    padding-left: 32px;
  }
}
@media screen and (max-width: 767px) {
  .have-a-question {
    padding-left: 24px;
    letter-spacing: 0.1px;
  }
}
@media screen and (max-width: 350px) {
  .have-a-question span {
    font-size: 20px;
  }
}
.commerical-web {
  position: relative;
  padding: 38px 0 70px 140px;
}
.commerical-web .content {
  max-width: 460px;
  color: #697684;
}
.commerical-web .sub-title {
  font-family: "MuseoSans-500", sans-serif;
  font-size: 20px;
  line-height: 1.2;
  margin: 0 0 20px 0;
}
.commerical-web .description {
  font-family: "MuseoSans-300", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 28px 0;
}
.commerical-web button {
  color: #ffffff;
  font-family: "MuseoSans-300", sans-serif;
  font-size: 14px;
  line-height: 1;
  padding: 16px 12px;
  border: none;
  border-radius: 3px;
}
.commerical-web .for-lease {
  margin-left: 16px;
}
.commerical-web .commerical-web-img {
  width: 50%;
  object-fit: contain;
  left: 630px;
  bottom: 22px;
  position: absolute;
}

.app-overlay {
  background-color: #333f48;
}

.commerical-app {
  overflow: hidden;
  position: relative;
}
.commerical-app .pattern-image {
  background-image: url("../img/location-grey.svg");
  background-repeat: repeat;
  -webkit-background-size: 50px 50px;
  background-size: 50px 50px;
  height: 350px;
  width: 21%;
  opacity: 0.2;
  display: inline-block;
}
.commerical-app .content {
  display: block;
  color: #fff;
  width: 460px;
  float: right;
  margin: 104px 7% 104px 0;
}
.commerical-app .content .sub-title {
  font-family: "MuseoSans-700", sans-serif;
  font-size: 32px;
  line-height: 1.12;
  margin: 0 0 20px 0;
  color: #ffffff;
}
.commerical-app .content .description {
  font-family: "MuseoSans-300", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 28px 0;
}
.commerical-app .content button {
  padding: 16px 12px;
  border-radius: 3px;
  background-color: #2fc0d2;
  border: none;
  font-family: "MuseoSans-300", sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 16px;
}
.commerical-app .content button:hover {
  background-color: #36dcf1;
}
.commerical-app .content button span {
  vertical-align: middle;
  margin-left: 9px;
}
.commerical-app .content .android {
  margin: 16px;
}
.commerical-app .phones {
  position: absolute;
  left: 11%;
  top: -65px;
  width: 39%;
}

.find-an-agent {
  height: 472px;
}
.find-an-agent .content {
  display: inline-block;
  vertical-align: middle;
  max-width: 460px;
  margin: 101px 0 116px 140px;
}
.find-an-agent .content .sub-title {
  font-family: "MuseoSans-700", sans-serif;
  font-size: 32px;
  line-height: 1;
  color: #333f48;
  margin: 0;
}
.find-an-agent .content .description {
  margin: 20px 0 32px;
  color: #697684;
}
.find-an-agent .content button {
  color: #ffffff;
  font-family: "MuseoSans-300", sans-serif;
  font-size: 14px;
  line-height: 1;
  padding: 16px 12px;
  border: none;
  border-radius: 3px;
}
.find-an-agent .content .advertise-with-us-btn {
  margin-left: 24px;
}
.find-an-agent .logo {
  display: inline-block;
  vertical-align: middle;
  margin: 70px 0;
  width: 800px;
  width: calc(100% - 606px);
}
.find-an-agent .logo .agency-illustration {
  display: block;
  margin: auto;
}

.partners-overlay {
  background-color: #f0f2f5;
}

.our-partners {
  padding: 60px 0 60px 140px;
  color: #697684;
}
.our-partners .content .sub-title {
  font-family: "MuseoSans-700", sans-serif;
  font-size: 32px;
  line-height: 0.94;
  color: #333f48;
  margin: 0;
}
.our-partners .content .description {
  margin-top: 20px;
  margin-bottom: 0;
}
.our-partners .partner-logos ul {
  margin-top: 10px;
}
.our-partners .partner-logos ul a {
  display: inline-block;
  margin-right: 20px;
  background-repeat: no-repeat;
  cursor: pointer;
}
.our-partners .partner-logos ul a:visited {
  color: #ffffff;
}
.our-partners .partner-logos .australia,
.our-partners .partner-logos .asia,
.our-partners .partner-logos .america {
  margin-top: 32px;
  font-family: "MuseoSans-500", sans-serif;
}
.our-partners .partner-logos .australia {
  display: inline-block;
  margin-right: 8px;
}
.our-partners .partner-logos .australia .realestate {
  width: 128px;
  height: 24px;
  object-fit: contain;
  background-image: url("../img/rea.svg");
}
.our-partners .partner-logos .australia .spacely {
  width: 92px;
  height: 20px;
  object-fit: contain;
  background-image: url("../img/spacely-reversed-n-otag-logo-rgb.svg");
}
.our-partners .partner-logos .australia .flatmates {
  width: 71px;
  height: 24px;
  object-fit: contain;
  background-image: url("../img/flatmates.svg");
}
.our-partners .partner-logos .asia {
  display: inline-block;
  margin-right: 8px;
}
.our-partners .partner-logos .asia .iproperty {
  width: 132px;
  height: 24px;
  object-fit: contain;
  background-image: url("../img/iproperty.svg");
}
.our-partners .partner-logos .asia .myfun {
  width: 60px;
  height: 24px;
  object-fit: contain;
  background-image: url("../img/myfun.svg");
}
.our-partners .partner-logos .asia .proptiger {
  width: 87px;
  height: 20px;
  object-fit: contain;
  background-image: url("../img/proptiger.svg");
}
.our-partners .partner-logos .america {
  display: inline-block;
}
.our-partners .partner-logos .america .realtor {
  width: 110.9px;
  height: 20px;
  object-fit: contain;
  background-image: url("../img/realtor.svg");
}

@media screen and (max-width: 1024px) {
  .commerical-web {
    padding-left: 60px;
  }
  .commerical-web .content {
    max-width: 435px;
  }
  .commerical-web .commerical-web-img {
    width: 64%;
    left: 535px;
    bottom: 36px;
  }
  .commerical-app .pattern-image {
    width: 15%;
  }
  .commerical-app .content {
    width: 398px;
    margin: 95px 60px 95px 0;
  }
  .commerical-app .phones {
    width: 49%;
    left: 1%;
    top: -41px;
    position: absolute;
  }
  .find-an-agent .content {
    margin: 101px 0 84px 60px;
  }
  .find-an-agent .logo {
    width: calc(100% - 526px);
  }
  .our-partners {
    padding-left: 60px;
  }
}
@media screen and (max-width: 768px) {
  .commerical-web {
    padding: 28px 0 32px 32px;
  }
  .commerical-web .content {
    max-width: 352px;
  }
  .commerical-web .commerical-web-img {
    width: 57%;
    left: 404px;
    bottom: 89px;
  }
  .commerical-app {
    height: 380px;
  }
  .commerical-app .pattern-image {
    width: 15%;
  }
  .commerical-app .content {
    width: 352px;
    margin: 47px 33px 47px 0;
  }
  .commerical-app .content p {
    margin-top: 0;
  }
  .commerical-app .phones {
    width: 57%;
    left: -8%;
    top: -53px;
    position: absolute;
  }
  .find-an-agent {
    height: 448px;
  }
  .find-an-agent .content {
    width: 352px;
    margin: 39px 0 64px 32px;
  }
  .find-an-agent .logo {
    width: calc(100% - 390px);
  }
  .our-partners {
    padding-left: 32px;
  }
}
@media screen and (max-width: 767px) {
  .about-us {
    height: 270px;
    align-items: flex-start;
  }
  .about-us .title {
    margin-top: 28px;
  }
  .commerical-web {
    padding: 105px 16px 32px;
  }
  .commerical-web .content {
    max-width: none;
  }
  .commerical-web .commerical-web-img {
    width: calc(100% - 9px);
    max-width: 410px;
    top: -146px;
    left: 9px;
  }
  .commerical-app {
    height: 500px;
    padding: 32px 16px 0;
  }
  .commerical-app .pattern-image {
    display: none;
  }
  .commerical-app .content {
    margin: 0;
    float: none;
    width: auto;
  }
  .commerical-app .content p {
    margin-top: 0;
  }
  .commerical-app .content button span {
    margin-left: 0;
  }
  .commerical-app .content .android {
    margin-left: 10px;
  }
  .commerical-app .phones {
    position: static;
    width: 95%;
  }
  .find-an-agent {
    height: 700px;
    padding: 32px 16px 0;
  }
  .find-an-agent .content {
    margin: 0;
    width: auto;
  }
  .find-an-agent .logo {
    width: 100%;
    margin: 33px 0;
  }
  .our-partners {
    height: auto;
    padding: 42px 15px 42px 17px;
  }
  .our-partners .partner-logos ul li {
    margin-right: 10px;
  }
  .our-partners .partner-logos .flatmates {
    margin-right: 0;
  }
  .our-partners .partner-logos .proptiger {
    margin-right: 0;
  }
}
@media screen and (max-width: 350px) {
  .commerical-web .commerical-web-img {
    top: -110px;
  }
  .commerical-web button {
    padding: 16px 6px;
  }
  .commerical-app .content button {
    padding: 16px 3px;
  }
  .commerical-app .content .android {
    margin-left: 6px;
  }
  .find-an-agent .logo .agency-illustration {
    width: 90%;
  }
  .our-partners {
    height: 484px;
  }
}
.contact-us {
  color: #697684;
  font-size: 16px;
  font-family: "MuseoSans-300", sans-serif;
  padding: 0 140px 40px;
}
.contact-us .content {
  padding: 40px 0;
  border-bottom: 1px #c3c8ce solid;
}
.contact-us .content a {
  color: #333f48;
  font-family: "MuseoSans-500", sans-serif;
}
.contact-us .content p {
  margin-bottom: 0;
}
.contact-us .content p strong {
  color: #333f48;
}
.contact-us .content p:first-child {
  margin-top: 0;
}
.contact-us .content > h4 {
  margin-bottom: 0;
}
.contact-us .content ul li {
  width: 33%;
  vertical-align: top;
  display: inline-block;
}
.contact-us .content ul li h4 {
  margin: 40px 0 0;
}
.contact-us .content ul li p:first-of-type {
  margin-top: 0;
}
.contact-us .enquiry h2 {
  color: #333f48;
  font-size: 24px;
  font-family: "MuseoSans-700", sans-serif;
  margin: 40px 0 0;
}
.contact-us .enquiry p {
  margin: 6px 0 8px;
}
.contact-us .enquiry .enquiry-item > span {
  color: #333f48;
  font-family: "MuseoSans-500", sans-serif;
  display: inline-block;
  margin: 24px 0 14px;
}
.contact-us .enquiry .rui-message {
  margin-bottom: 0;
}
.contact-us .enquiry .enquiry-first-col,
.contact-us .enquiry .enquiry-second-col {
  display: inline-block;
  width: 47%;
}
.contact-us .enquiry .enquiry-first-col {
  vertical-align: top;
  margin-right: 4%;
}
.contact-us .enquiry .enquiry-first-col .rui-select > span {
  color: #697684;
  line-height: 1.5;
}
.contact-us .enquiry .enquiry-first-col .optional {
  font-family: "MuseoSans-300", sans-serif;
  font-size: 14px;
  color: #697684;
  float: right;
}
.contact-us .enquiry .enquiry-first-col textarea.rui-input {
  min-height: 268px;
  max-height: 268px;
}
.contact-us .enquiry .enquiry-second-col {
  float: right;
}
.contact-us .enquiry .send-enquiry-btn {
  color: #ffffff;
  font-size: 14px;
  border: none;
  border-radius: 3px;
  padding: 16px 24px;
  float: right;
  margin-top: 28px;
}
.contact-us .enquiry #legal-title a,
.contact-us .enquiry #legal-content a {
  color: #697684;
  text-decoration: underline;
  font-family: "MuseoSans-500", sans-serif;
}
.contact-us .enquiry #legal-title {
  display: inline-block;
  margin-top: 39px;
}
.contact-us .enquiry #legal-content {
  margin-top: 10px;
}

@media screen and (max-width: 1024px) {
  .contact-us {
    padding: 0 60px 40px;
  }
}
@media screen and (max-width: 768px) {
  .contact-us {
    font-size: 14px;
    padding: 0 32px 40px;
  }
  .contact-us .content ul li {
    width: 49%;
  }
  .contact-us .enquiry {
    width: 75%;
  }
  .contact-us .enquiry h2 {
    font-size: 22px;
  }
  .contact-us .enquiry .enquiry-first-col,
  .contact-us .enquiry .enquiry-second-col {
    display: block;
    width: 100%;
  }
  .contact-us .enquiry .enquiry-second-col {
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .contact-us {
    padding: 0 16px 40px;
  }
  .contact-us .content ul li {
    width: 100%;
    min-height: initial;
  }
  .contact-us .enquiry {
    width: 100%;
  }
  .contact-us .enquiry .send-enquiry-btn {
    width: 100%;
    float: initial;
  }
}
.mobile-apps-page img {
  object-fit: contain;
}
.mobile-apps-page .sub-title {
  font-family: "MuseoSans-500", sans-serif;
  font-size: 22px;
  line-height: 1.18;
  text-align: left;
  color: #697684;
}
.mobile-apps-page .text {
  display: inline-block;
  vertical-align: top;
  max-width: 460px;
}
.mobile-apps-page .section-description {
  font-family: "MuseoSans-300", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  margin: 20px 0 28px 0;
}
.mobile-apps-page .section-title {
  margin: 24px 0 20px 0;
  font-family: "MuseoSans-700", sans-serif;
  font-size: 32px;
  line-height: 1.12;
}
.mobile-apps-page button {
  color: #ffffff;
  font-family: "MuseoSans-300", sans-serif;
  font-size: 14px;
  line-height: 1;
  padding: 16px 12px;
  border: none;
  border-radius: 3px;
}
.mobile-apps-page button span {
  vertical-align: middle;
  margin-left: 8px;
}
.mobile-apps-page .android {
  margin-left: 16px;
}
.mobile-apps-page .android img {
  width: 14px;
}

.mobile-apps .title {
  width: 460px;
}

.commercial-app-download {
  position: relative;
  padding: 42px 0 180px 140px;
}
.commercial-app-download .content {
  max-width: 460px;
  color: #697684;
}
.commercial-app-download .sub-title {
  margin: 0 0 28px 0;
}
.commercial-app-download .commercial-app-img {
  width: 42%;
  object-fit: contain;
  left: 702px;
  bottom: 22px;
  position: absolute;
}

.property-search-section {
  background-color: #333f48;
}
.property-search-section .content {
  overflow: hidden;
  height: 470px;
  padding-right: 140px;
}
.property-search-section .images {
  display: inline-block;
  width: 52%;
  overflow: hidden;
  position: relative;
  width: calc(100% - 470px);
  height: 100%;
}
.property-search-section .twine-lines {
  margin-top: -100px;
}
.property-search-section .search-device-img {
  position: absolute;
  max-width: 1082px;
  width: 140%;
  right: 0;
  top: -334px;
  height: 1014px;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
}
.property-search-section .search-device-img img {
  width: 100%;
}
.property-search-section .text {
  float: right;
  padding: 114px 0;
}
.property-search-section .section-title,
.property-search-section .section-description {
  color: #ffffff;
}

.property-monitor-and-email-alerts .content {
  height: 470px;
  padding-left: 140px;
}
.property-monitor-and-email-alerts .text-wrapper,
.property-monitor-and-email-alerts .image-wrapper {
  display: inline-block;
  height: 100%;
  vertical-align: top;
}
.property-monitor-and-email-alerts .image-wrapper {
  width: calc(100% - 470px);
  position: relative;
  overflow: hidden;
  float: right;
}
.property-monitor-and-email-alerts .image-wrapper .item {
  display: inline-block;
  vertical-align: top;
  height: 100%;
}
.property-monitor-and-email-alerts .image-wrapper .right {
  position: absolute;
  left: 42%;
}
.property-monitor-and-email-alerts .image-wrapper .radial-1 {
  margin-top: 224px;
}
.property-monitor-and-email-alerts .image-wrapper .radial-2 {
  width: 350px;
}
.property-monitor-and-email-alerts .image-wrapper .device-image {
  position: absolute;
  top: 25px;
  left: 8%;
}
.property-monitor-and-email-alerts .image-wrapper .device-image img {
  max-width: 594px;
}
.property-monitor-and-email-alerts .text {
  margin-top: 114px;
}

.property-news-and-guides {
  background-color: #f0f2f5;
}
.property-news-and-guides .content {
  height: 470px;
  overflow: hidden;
  padding-right: 140px;
}
.property-news-and-guides .content .text {
  float: right;
  margin: 92px 0 0 0;
}
.property-news-and-guides .content .images {
  float: left;
  width: calc(100% - 470px);
  text-align: center;
}
.property-news-and-guides .content .images img {
  width: 100%;
  max-width: 582px;
}

@media screen and (max-width: 1024px) {
  .commercial-app-download {
    padding-left: 60px;
  }
  .commercial-app-download .content {
    max-width: 435px;
  }
  .commercial-app-download .commercial-app-img {
    width: 42%;
    left: 535px;
    bottom: 36px;
  }
  .property-search-section .content {
    padding-right: 60px;
  }
  .property-search-section .content .text {
    max-width: 410px;
  }
  .property-search-section .content .images {
    width: calc(100% - 420px);
  }
  .property-search-section .twine-lines {
    margin-top: 80px;
  }
  .property-monitor-and-email-alerts .content {
    padding-left: 60px;
  }
  .property-monitor-and-email-alerts .image-wrapper .radial-1 {
    margin-left: 50px;
  }
  .property-monitor-and-email-alerts .image-wrapper .right {
    left: 64%;
  }
  .property-monitor-and-email-alerts .image-wrapper .device-image {
    left: 10%;
  }
  .property-monitor-and-email-alerts .image-wrapper .device-image img {
    height: 506px;
  }
  .property-news-and-guides .content {
    padding-right: 60px;
  }
  .property-news-and-guides .content .images img {
    max-width: 440px;
    margin-top: 92px;
  }
}
@media screen and (max-width: 768px) {
  .mobile-apps-page button {
    padding: 16px 10px;
  }
  .mobile-apps-page button span {
    margin-left: 4px;
  }
  .mobile-apps-page .android {
    margin-left: 8px;
  }
  .commercial-app-download {
    padding: 28px 32px 144px 32px;
  }
  .commercial-app-download .content {
    max-width: 352px;
  }
  .commercial-app-download .commercial-app-img {
    width: 45%;
    left: 404px;
    bottom: 70px;
  }
  .property-search-section .content {
    padding-right: 32px;
    height: 380px;
  }
  .property-search-section .content .text {
    max-width: 352px;
    padding: 40px 0;
  }
  .property-search-section .content .images {
    width: calc(100% - 360px);
  }
  .property-search-section .twine-lines {
    margin-top: 50px;
  }
  .property-monitor-and-email-alerts .content {
    padding-left: 32px;
    height: 380px;
  }
  .property-monitor-and-email-alerts .text {
    margin-top: 47px;
    max-width: 352px;
  }
  .property-monitor-and-email-alerts .image-wrapper {
    width: calc(100% - 360px);
  }
  .property-monitor-and-email-alerts .image-wrapper .radial-1 {
    margin-left: 30px;
  }
  .property-monitor-and-email-alerts .image-wrapper .radial-2 {
    height: 216px;
  }
  .property-monitor-and-email-alerts .image-wrapper .right {
    left: 45%;
  }
  .property-monitor-and-email-alerts .image-wrapper .device-image {
    left: 10%;
  }
  .property-monitor-and-email-alerts .image-wrapper .device-image img {
    height: 400px;
  }
  .property-news-and-guides .content {
    padding-right: 32px;
    height: 360px;
  }
  .property-news-and-guides .content .text {
    max-width: 352px;
    margin-top: 25px;
  }
  .property-news-and-guides .content .section-title {
    margin: 20px 0;
    line-height: 1;
  }
  .property-news-and-guides .content .section-description {
    margin-bottom: 24px;
  }
  .property-news-and-guides .content .images {
    width: calc(100% - 360px);
  }
  .property-news-and-guides .content .images img {
    max-width: 310px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .mobile-apps {
    height: 270px;
    align-items: flex-start;
  }
  .mobile-apps .title {
    margin-top: 28px;
  }
  .mobile-apps-page .section-description {
    font-size: 14px;
    line-height: 1.71;
  }
  .mobile-apps-page .section-title {
    font-size: 22px;
    line-height: 1.09;
  }
  .commercial-app-download {
    padding: 124px 16px 32px;
  }
  .commercial-app-download .content {
    max-width: none;
  }
  .commercial-app-download .commercial-app-img {
    width: 70%;
    max-width: 260px;
    top: -130px;
    left: 15%;
  }
  .property-search-section .content {
    padding: 0;
    height: auto;
  }
  .property-search-section .content .text {
    max-width: none;
    padding: 20px 12px 15px 12px;
  }
  .property-search-section .content .section-title {
    margin-top: 16px;
    font-size: 24px;
    line-height: 1.17;
  }
  .property-search-section .content .images {
    width: 100%;
    height: 316px;
  }
  .property-search-section .twine-lines {
    position: absolute;
    right: 0;
    bottom: 50px;
    overflow: hidden;
  }
  .property-search-section .twine-lines img {
    margin-bottom: -130px;
  }
  .property-search-section .search-device-img {
    width: 530px;
    top: initial;
    bottom: -10px;
    align-items: flex-end;
    -webkit-align-items: flex-end;
    left: 50%;
    transform: translateX(-50%);
  }
  .property-monitor-and-email-alerts .content {
    padding: 0;
    height: auto;
  }
  .property-monitor-and-email-alerts .content .text {
    max-width: none;
  }
  .property-monitor-and-email-alerts .text-wrapper {
    padding: 0 12px;
  }
  .property-monitor-and-email-alerts .text {
    margin-top: 47px;
    max-width: 352px;
  }
  .property-monitor-and-email-alerts .image-wrapper {
    width: 100%;
    float: none;
    height: 260px;
  }
  .property-monitor-and-email-alerts .image-wrapper .radial-1 {
    margin-left: 0px;
    height: 117px;
    margin-top: 120px;
  }
  .property-monitor-and-email-alerts .image-wrapper .radial-2 {
    height: 171px;
  }
  .property-monitor-and-email-alerts .image-wrapper .right {
    left: 32%;
  }
  .property-monitor-and-email-alerts .image-wrapper .device-image {
    left: 4%;
    top: 0;
  }
  .property-monitor-and-email-alerts .image-wrapper .device-image img {
    height: 328px;
  }
  .property-news-and-guides .content {
    padding: 0 16px;
    height: auto;
    max-height: 585px;
  }
  .property-news-and-guides .content .text {
    float: none;
    max-width: none;
    margin-top: 32px;
  }
  .property-news-and-guides .content .section-title {
    margin: 20px 0;
    line-height: 1;
  }
  .property-news-and-guides .content .section-description {
    margin-bottom: 24px;
  }
  .property-news-and-guides .content .images {
    width: 100%;
    float: none;
  }
  .property-news-and-guides .content .images img {
    max-width: 315px;
    margin-top: 25px;
  }
}
@media screen and (max-width: 350px) {
  .mobile-apps-page button {
    padding: 16px 4px;
  }
  .mobile-apps-page button span {
    margin-left: 0;
  }
  .mobile-apps-page .android {
    margin-left: 2px;
  }
}
.privacy {
  padding: 0 140px 0 140px;
  font-family: "MuseoSans-300", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #333f48;
}
.privacy p {
  margin-top: 0;
}
.privacy h2 {
  margin: 40px 0 0;
  font-family: "MuseoSans-700", sans-serif;
}
.privacy a {
  color: #333f48;
}

@media screen and (max-width: 1023px) {
  .privacy {
    padding: 0 32px 0 32px;
  }
}
@media screen and (max-width: 767px) {
  .privacy {
    padding: 0 16px 0 16px;
    letter-spacing: 0.1px;
  }
}
.sitemap {
  padding: 40px 140px;
}
.sitemap a {
  text-decoration: none;
  color: #697684;
}
.sitemap .title {
  font-family: "MuseoSans-700", sans-serif;
  font-size: 24px;
  line-height: 1.17;
  color: #333f48;
  margin-bottom: 12px;
}
.sitemap .item {
  font-family: "MuseoSans-500", sans-serif;
  font-size: 16px;
  line-height: 1.75;
  color: #697684;
}
.sitemap .row {
  overflow: auto;
}
.sitemap .commercial-for-sale .description,
.sitemap .commercial-for-lease .description {
  font-family: "MuseoSans-300", sans-serif;
  font-size: 16px;
  line-height: 1;
  color: #697684;
  margin-bottom: 28px;
  display: inline-block;
}
.sitemap .commercial-for-sale .extra-margin-top,
.sitemap .commercial-for-lease .extra-margin-top {
  margin-top: 28px;
}
.sitemap .commercial-for-sale .two-col-list,
.sitemap .commercial-for-lease .two-col-list {
  width: 100%;
}
.sitemap .commercial-for-sale .two-col-list .item,
.sitemap .commercial-for-lease .two-col-list .item {
  display: inline-block;
  width: calc((100% - 40px) / 2);
}
.sitemap .commercial-for-sale .two-col-list .item:nth-child(even),
.sitemap .commercial-for-lease .two-col-list .item:nth-child(even) {
  float: right;
}
.sitemap .commercial-for-lease,
.sitemap .commercial-agents {
  margin-top: 40px;
}
.sitemap .column-left,
.sitemap .column-right {
  display: inline-block;
  width: calc((100% - 40px) / 2);
  margin-top: 40px;
}
.sitemap .column-right {
  float: right;
}
.sitemap hr {
  color: #d2d6da;
  margin: 40px 0 0 0;
}

@media screen and (max-width: 1024px) {
  .sitemap {
    padding: 40px 60px;
  }
}
@media screen and (max-width: 768px) {
  .sitemap {
    padding: 32px 32px 40px 32px;
  }
  .sitemap .title {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .sitemap .item {
    font-size: 14px;
  }
  .sitemap .commercial-for-sale .description,
  .sitemap .commercial-for-lease .description {
    font-size: 14px;
    margin-bottom: 24px;
  }
  .sitemap .commercial-for-sale .extra-margin-top,
  .sitemap .commercial-for-lease .extra-margin-top {
    margin-top: 24px;
  }
  .sitemap .commercial-for-sale .two-col-list .item,
  .sitemap .commercial-for-lease .two-col-list .item {
    width: calc((100% - 20px) / 2);
  }
  .sitemap .column-left,
  .sitemap .column-right {
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (max-width: 767px) {
  .sitemap {
    padding: 24px 16px 40px 16px;
  }
  .sitemap .title {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .sitemap .item {
    font-size: 14px;
  }
  .sitemap .commercial-for-sale .description,
  .sitemap .commercial-for-lease .description {
    line-height: 1.43;
  }
  .sitemap .commercial-for-sale .two-col-list .item,
  .sitemap .commercial-for-lease .two-col-list .item {
    display: block;
    width: 100%;
  }
  .sitemap .commercial-for-sale .two-col-list .item:nth-child(even),
  .sitemap .commercial-for-lease .two-col-list .item:nth-child(even) {
    float: none;
  }
  .sitemap .column-left,
  .sitemap .column-right {
    width: 100%;
    margin-top: 24px;
  }
  .sitemap .column-right {
    float: none;
  }
  .sitemap .commercial-for-lease,
  .sitemap .commercial-for-sold-leased,
  .sitemap .commercial-agents {
    margin-top: 24px;
  }
  .sitemap hr {
    margin-top: 24px;
  }
}
.not-found-wrapper {
  color: #333f48;
  background-color: #fff;
  text-align: center;
  padding: 32px 24px;
}
.not-found-wrapper h1 {
  color: #2e2e2e;
}
.not-found-wrapper .title {
  font-size: 1.5rem;
}
.not-found-wrapper p {
  font-size: 0.875rem;
  margin: 14px 0;
}
.not-found-wrapper .button {
  line-height: 40px;
  height: 40px;
  border-radius: 4px;
  background-color: #055fb4;
  border: solid 1px #055fb4;
  color: #fff;
  font-size: 0.875rem;
  padding: 0 24px;
  text-decoration: none;
  display: inline-block;
}
.not-found-wrapper .button i {
  margin-right: 8px;
}

.contact-confirmation-wrapper {
  text-align: center;
  padding: 32px 24px;
}
.contact-confirmation-wrapper h1 {
  color: #2e2e2e;
}

.term-of-use {
  padding: 0 140px;
  background-color: #ffffff;
}
.term-of-use .title {
  font-family: "MuseoSans-700", sans-serif;
  font-size: 24px;
  margin-top: 40px;
  margin-bottom: 11px;
}
.term-of-use .links {
  font-family: "MuseoSans-500", sans-serif;
  font-size: 20px;
  overflow: auto;
}
.term-of-use .links a {
  display: block;
  float: left;
  clear: both;
  color: #333f48;
}
.term-of-use .tof-content p {
  font-family: "MuseoSans-300", sans-serif;
  margin: 16px 0;
  color: #697684;
}
.term-of-use .tof-content blockquote {
  padding-left: 24px;
}
.term-of-use .tof-content strong {
  font-family: "MuseoSans-500", sans-serif;
}
.term-of-use .tof-content h2 {
  font-family: "MuseoSans-700", sans-serif;
  font-size: 22px;
  margin: 18px 0;
}
.term-of-use .tof-content h3 {
  font-family: "MuseoSans-500", sans-serif;
  font-size: 18px;
  margin: 18px 0;
  color: #333f48;
}
.term-of-use .tof-content h4 {
  font-family: "MuseoSans-500", sans-serif;
  font-weight: 500;
  font-size: 16px;
  margin: 21px 0;
  color: #333f48;
}
.term-of-use .tof-content table,
.term-of-use .tof-content th,
.term-of-use .tof-content td {
  border: 1px solid black;
  border-collapse: collapse;
}
.term-of-use .tof-content th {
  padding: 8px;
  background-color: black;
  color: white;
}
.term-of-use .tof-content td {
  padding: 8px;
}
.term-of-use .tof-content tr:nth-child(even) {
  background-color: #eeeeee;
}
.term-of-use .tof-content tr:nth-child(odd) {
  background-color: white;
}
.term-of-use .tof-content ul {
  list-style: disc outside none;
  padding-left: 20px;
}

@media screen and (max-width: 1024px) {
  .term-of-use {
    padding: 0 60px;
  }
  .term-of-use .tof-content {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .term-of-use {
    padding: 0 32px;
  }
  .term-of-use .tof-content {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .term-of-use {
    padding: 0 16px 0 16px;
    letter-spacing: 0.1px;
  }
  .term-of-use .title {
    font-size: 20px;
    margin-top: 24px;
  }
  .term-of-use .links {
    font-size: 16px;
  }
}
.sold-price {
  padding: 32px 140px;
  font-family: "MuseoSans-300", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #333f48;
}
.sold-price p {
  margin-top: 16px;
}
.sold-price h2 {
  margin-top: 16px;
  font-size: 18px;
  font-family: "MuseoSans-700", sans-serif;
}
.sold-price a {
  color: #333f48;
}
@media screen and (max-width: 767px) {
  .sold-price {
    padding: 16px;
  }
}

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