.defaultpage-header-imagebox-no-effect {
position: relative;
width: 100%;
height: 660px;
background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 32, 91, 0.34)), color-stop(40%, hsla(0, 0%, 100%, 0.01))), -webkit-gradient(linear, left top, left bottom, from(rgba(2, 15, 39, 0.28)), to(rgba(2, 15, 39, 0.28))), url(/assets/belle-oaks-rendering-2-441b375adad71878b0808cef6c4af887e8e07aa37e92358a4f2eaf826a7d4f4b.jpg);
background-image: linear-gradient(180deg, rgba(0, 32, 91, 0.34), hsla(0, 0%, 100%, 0.01) 40%), linear-gradient(180deg, rgba(2, 15, 39, 0.28), rgba(2, 15, 39, 0.28)), url(/assets/belle-oaks-rendering-2-441b375adad71878b0808cef6c4af887e8e07aa37e92358a4f2eaf826a7d4f4b.jpg);
background-position: 0px 0px, 0px 0px, 50% 50%;
background-size: auto, auto, cover;
background-repeat: repeat, repeat, no-repeat;
}
.defaultpage-header-imagebox-no-effect.development {
background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 32, 91, 0.34)), color-stop(40%, hsla(0, 0%, 100%, 0.01))), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url(/assets/development_background-91d04ea1a56fd1d7acb7f4416c62bc42195f99ccfafe1a2a8199b30ced7f7fd0.jpg);
background-image: linear-gradient(180deg, rgba(0, 32, 91, 0.34), hsla(0, 0%, 100%, 0.01) 40%), linear-gradient(180deg, transparent, transparent), url(/assets/development_background-91d04ea1a56fd1d7acb7f4416c62bc42195f99ccfafe1a2a8199b30ced7f7fd0.jpg);
}
.defaultpage-header-imagebox-no-effect.news {
background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 32, 91, 0.34)), color-stop(40%, hsla(0, 0%, 100%, 0.01))), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url(/assets/development_background-91d04ea1a56fd1d7acb7f4416c62bc42195f99ccfafe1a2a8199b30ced7f7fd0.jpg);
background-image: linear-gradient(180deg, rgba(0, 32, 91, 0.34), hsla(0, 0%, 100%, 0.01) 40%), linear-gradient(180deg, transparent, transparent), url(/assets/new-work-times-building-1920-a875632e406c7802f1fe88413cd28cdae690241dcab30a836ddf1f4ade4f4b7a.jpg);
}
.defaultpage-header-imagebox-no-effect.leasing {
background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(228, 0, 43, 0.04)), color-stop(44%, hsla(0, 0%, 100%, 0.01)), to(rgba(228, 0, 43, 0.45))), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url(/assets/american_cement_building-6b664c694b9b894e47aa7a74c69049589abafd0d8d3874a082cfa117be678e26.jpg);
background-image: linear-gradient(180deg, rgba(228, 0, 43, 0.04), hsla(0, 0%, 100%, 0.01) 44%, rgba(228, 0, 43, 0.45)), linear-gradient(180deg, transparent, transparent), url(/assets/american_cement_building-6b664c694b9b894e47aa7a74c69049589abafd0d8d3874a082cfa117be678e26.jpg);
background-position: 0px 0px, 0px 0px, 50% 0%;
background-size: auto, auto, cover;
}
.w-layout-grid {
display: -ms-grid;
display: grid;
grid-auto-columns: 1fr;
-ms-grid-columns: 1fr 1fr;
grid-template-columns: 1fr 1fr;
-ms-grid-rows: auto auto;
grid-template-rows: auto auto;
grid-row-gap: 16px;
grid-column-gap: 16px;
}
body {
background-color: transparent;
font-size: 100%;
}
h1 {
margin-top: 20px;
margin-bottom: 10px;
font-family: Aeonik, sans-serif;
font-size: 60px;
line-height: 59px;
font-weight: 700;
letter-spacing: -0.5px;
}
h2 {
margin-top: 20px;
margin-bottom: 10px;
font-family: Aeonik, sans-serif;
font-size: 56px;
line-height: 56px;
font-weight: 700;
}
h3 {
margin-top: 20px;
margin-bottom: 10px;
font-family: Aeonik, sans-serif;
font-size: 24px;
line-height: 30px;
font-weight: 700;
}
h4 {
margin-top: 10px;
margin-bottom: 10px;
font-family: Aeonik, sans-serif;
font-size: 18px;
line-height: 24px;
font-weight: 700;
}
h5 {
margin-top: 10px;
margin-bottom: 10px;
font-family: Aeonik, sans-serif;
font-size: 22px;
line-height: 1.45em;
font-weight: 700;
}
h6 {
margin-top: 10px;
margin-bottom: 10px;
font-family: Aeonik, sans-serif;
font-size: 18px;
line-height: 18px;
font-weight: 700;
}
p {
margin-bottom: 15px;
line-height: 1.7em;
}
a {
font-family: Aeonik, sans-serif;
text-decoration: none;
}
.navbar-transparent {
position: fixed;
left: 0px;
top: 0px;
right: 0px;
bottom: 0px;
z-index: 100;
height: 88px;
background-color: transparent;
}
.nav-container {
position: relative;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
height: 100%;
padding-right: 30px;
padding-left: 30px;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.nav-container.white-background {
background-color: #f5f5f5;
}
.nav-menu {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.nav-link {
margin-right: 80px;
padding: 0px;
font-family: Aeonik, sans-serif;
font-size: 16px;
font-weight: 500;
letter-spacing: 0.2px;
white-space: nowrap;
}
.nav-link.withoutdropdown.white.lastchild {
margin-right: 40px;
}
.nav-link.white {
color: #f5f5f5;
}
.dpm-logo-image {
position: absolute;
z-index: 2;
display: block;
opacity: 1;
}
.div-block {
position: relative;
width: 200px;
}
.brand {
margin-right: 60px;
}
.nav-dropdown-link {
padding: 30px;
-webkit-transition: all 500ms cubic-bezier(.215, .61, .355, 1);
transition: all 500ms cubic-bezier(.215, .61, .355, 1);
font-weight: 400;
white-space: nowrap;
}
.nav-dropdown-link:hover {
-webkit-transform: translate(10px, 0px);
-ms-transform: translate(10px, 0px);
transform: translate(10px, 0px);
-webkit-transition: color 700ms ease, all 700ms ease, -webkit-transform 700ms ease;
transition: color 700ms ease, all 700ms ease, -webkit-transform 700ms ease;
transition: color 700ms ease, all 700ms ease, transform 700ms ease;
transition: color 700ms ease, all 700ms ease, transform 700ms ease, -webkit-transform 700ms ease;
font-size: 16px;
font-weight: 700;
}
.nav-link-dropdown-toggle {
padding-left: 0px;
}
.nav-section-div-block {
position: fixed;
z-index: 100;
}
.frontend-main {
position: relative;
z-index: 2;
overflow: hidden;
background-color: #f5f5f5;
}
.home-hero {
position: relative;
z-index: 3;
}
.grid-section {
position: absolute;
left: 0px;
top: 0px;
right: 0px;
bottom: 0px;
display: block;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.grid-flexbox {
position: relative;
left: auto;
top: auto;
right: auto;
bottom: auto;
z-index: 1;
width: 1156px;
height: 100%;
margin-right: auto;
margin-left: auto;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
}
.grid-container {
z-index: 1;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
height: 100%;
min-height: 500px;
margin-right: auto;
margin-left: auto;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
}
.grid-item-container {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
height: 100%;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
}
.grid-line-items {
width: 1px;
height: 100%;
background-color: #e1e1e1;
opacity: 0.4;
}
.grid-line-items.light {
background-color: #f5f5f5;
}
.grid-line-items.red {
background-color: #ff6550;
}
.home-hero-section {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
width: 100%;
}
.home-hero-container {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
width: 100%;
height: 100vh;
padding-right: 180px;
padding-bottom: 92px;
padding-left: 180px;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
background-color: #f5f5f5;
}
.hero-text-container {
position: relative;
z-index: 2;
}
.home-hero-text-container-flexbox {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.top-header {
font-family: Aeonik, sans-serif;
color: #668eaa;
font-size: 13px;
text-transform: uppercase;
}
.top-header.red {
padding-left: 10px;
background-color: #f5f5f5;
color: #e4002b;
text-shadow: 7px 7px 20px rgba(0, 0, 0, 0.51);
}
.top-header.red.no-shadow {
text-shadow: none;
}
.top-header.red.no-shadow.no-padding {
padding-left: 0px;
}
.top-header.red.homepage-hero {
font-size: 18px;
}
.top-header.default-red {
margin-top: auto;
margin-bottom: auto;
background-color: transparent;
color: #e4002b;
}
.top-header.black {
color: #00112c;
}
.hero-header-text-container {
margin-top: 24px;
}
.hero-header-text {
font-weight: 900;
}
.div-block-3 {
margin-top: 40px;
}
.div-block-4 {
margin-top: 40px;
}
.primary-button {
padding: 20px 30px;
background-color: #0389ff;
box-shadow: 7px 7px 20px 0 rgba(3, 137, 255, 0.15);
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
font-family: Aeonik, sans-serif;
color: #f5f5f5;
font-weight: 500;
}
.primary-button:hover {
background-color: #0368ff;
box-shadow: 11px 11px 30px 0 rgba(3, 137, 255, 0.25);
-webkit-transform: translate(0px, -5px);
-ms-transform: translate(0px, -5px);
transform: translate(0px, -5px);
}
.primary-button.red {
background-color: #e4002b;
color: #f5f5f5;
}
.primary-button.red:hover {
background-color: #fd1d1d;
box-shadow: 7px 7px 20px 0 rgba(228, 0, 43, 0.15);
-webkit-transform: translate(0px, -5px);
-ms-transform: translate(0px, -5px);
transform: translate(0px, -5px);
}
.vertical-text {
position: absolute;
left: 30px;
top: 50%;
z-index: 3;
-webkit-transform: translate(-50%, -50%) rotate(-90deg);
-ms-transform: translate(-50%, -50%) rotate(-90deg);
transform: translate(-50%, -50%) rotate(-90deg);
font-family: Aeonik, sans-serif;
font-size: 11px;
font-weight: 500;
letter-spacing: 2px;
text-transform: uppercase;
}
.vertical-text.white {
color: hsla(0, 0%, 96.1%, 0.52);
}
.div-block-6 {
position: absolute;
left: 50%;
bottom: -3%;
z-index: 3;
-webkit-transform: translate(0px, -50%) rotate(90deg);
-ms-transform: translate(0px, -50%) rotate(90deg);
transform: translate(0px, -50%) rotate(90deg);
}
.hero-vertical-button {
padding: 23px 60px 23px 23px;
background-color: transparent;
background-image: url(/assets/arrow-right-flow-6b36527c9c57ada6fa6a335e804a7545eb777e527f68fe4f475ace8ffcb530bd.svg);
background-position: 100% 50%;
background-size: auto;
background-repeat: no-repeat;
font-family: Aeonik, sans-serif;
color: #e4002b;
font-weight: 500;
text-transform: uppercase;
}
.home-intro-section {
position: relative;
z-index: 1;
}
.hero-background-container {
position: absolute;
left: 0px;
top: 0px;
right: 0px;
bottom: 0px;
}
.hero-image-box {
position: absolute;
left: 0%;
top: 0%;
right: 0%;
bottom: auto;
width: 100%;
height: 100%;
background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(2, 15, 39, 0.67)), to(rgba(2, 15, 39, 0.67))), url(/assets/hero-image-intersection-5812e1d66d5a24834ea95bac3bcaae6c7916cde3cc7767717bad8b0249b99f6a.jpg);
background-image: linear-gradient(180deg, rgba(2, 15, 39, 0.67), rgba(2, 15, 39, 0.67)), url(/assets/hero-image-intersection-5812e1d66d5a24834ea95bac3bcaae6c7916cde3cc7767717bad8b0249b99f6a.jpg);
background-position: 0px 0px, 50% 50%;
background-size: auto, cover;
background-repeat: repeat, no-repeat;
}
.nav-dropdown-header-text.white {
color: #f5f5f5;
}
.div-block-9 {
max-width: 208px;
padding-left: 0px;
}
.bold-text {
color: #f5f5f5;
text-shadow: 14px 14px 40px rgba(0, 0, 0, 0.4);
}
.hero-under-text {
font-family: Aeonik, sans-serif;
color: #e1e1e1;
font-size: 21px;
font-weight: 500;
text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
}
.nav-menu-icon.white {
color: #f5f5f5;
}
.dpm-logo-white {
display: block;
opacity: 1;
}
.what-we-do-container {
position: relative;
z-index: 3;
}
.div-block-10 {
margin-top: -270px;
}
.custom-container {
position: relative;
z-index: 1;
width: 1156px;
margin-right: auto;
margin-left: auto;
padding-right: 20px;
padding-left: 20px;
}
.custom-container.default-page-header-container {
z-index: 3;
}
.div-block-11 {
margin-top: 30px;
}
.heading {
color: #0368ff;
}
.regular-text {
font-size: 1.2em;
line-height: 1.8em;
}
.bottom-header {
margin-top: 0px;
color: #00aadc;
}
.div-block-12 {
position: relative;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.div-block-13 {
-webkit-box-flex: 1;
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
grid-auto-columns: 1fr;
grid-column-gap: 16px;
grid-row-gap: 16px;
-ms-grid-columns: 1fr 1fr;
grid-template-columns: 1fr 1fr;
-ms-grid-rows: auto auto;
grid-template-rows: auto auto;
}
.default-div {
margin-top: 40px;
}
.wwd-stats {
margin-top: 200px;
-webkit-box-flex: 1;
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
}
.div-block-15 {
margin-left: 96px;
}
.div-block-16 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.text-block {
font-family: Aeonik, sans-serif;
font-size: 1.1em;
line-height: 1.2em;
text-transform: uppercase;
}
.stats-header {
font-family: Aeonik, sans-serif;
color: #0368ff;
font-size: 7em;
line-height: 1em;
font-weight: 300;
letter-spacing: -0.05em;
}
.home-stats-highlight-block {
width: 50%;
}
.home-stats-highlight-block._1st {
width: 100%;
}
.stats-main-box {
margin-top: 40px;
margin-left: 25px;
}
.div-block-18 {
position: relative;
z-index: 1;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
height: 80vh;
-webkit-box-pack: end;
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.div-block-19 {
width: 60%;
}
.div-block-20 {
width: 45%;
}
.home-tagline-text {
font-family: Aeonik, sans-serif;
color: hsla(0, 0%, 88.2%, 0.64);
font-size: 80px;
line-height: 60px;
font-weight: 900;
white-space: nowrap;
}
.home-tag-container {
position: absolute;
left: 0%;
top: 140px;
right: auto;
bottom: auto;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
width: 100%;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.div-block-21 {
position: absolute;
top: 0px;
right: 20px;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-flex: 1;
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
.text-block-2 {
font-family: Aeonik, sans-serif;
color: #668eaa;
font-size: 11px;
line-height: 1px;
font-weight: 500;
}
.div-block-22 {
position: relative;
left: -100px;
width: 100px;
height: 1px;
margin-left: -10px;
background-color: #668eaa;
}
.home-services {
position: relative;
z-index: 1;
}
.nav-dropdown-list {
border: 1px solid transparent;
border-radius: 5px;
box-shadow: 7px 7px 20px 0 rgba(0, 17, 44, 0.35);
}
.nav-dropdown-list.w--open {
background-color: #f5f5f5;
}
.services-container-grid {
position: relative;
z-index: 2;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
grid-column-gap: 0px;
grid-row-gap: 0px;
-ms-grid-columns: 1fr 1fr 1fr;
grid-template-columns: 1fr 1fr 1fr;
-ms-grid-rows: auto;
grid-template-rows: auto;
}
.home-services-container {
position: relative;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
.sevices-text-container {
position: relative;
z-index: 1;
width: 33.33%;
min-height: 600px;
padding: 70px;
background-color: #e4002b;
}
.home-services-header {
margin-bottom: 30px;
font-size: 40px;
line-height: 47px;
text-transform: none;
}
.div-block-23 {
position: relative;
margin-top: 200px;
}
.services-main-text-container {
font-family: Aeonik, sans-serif;
color: #f5f5f5;
}
.div-block-25 {
position: relative;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
padding-top: 16px;
padding-bottom: 16px;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.button-clear {
position: absolute;
bottom: 60px;
padding-right: 20px;
padding-left: 20px;
border-style: solid;
border-width: 1px;
border-color: hsla(0, 0%, 96.1%, 0.18);
border-radius: 4px;
-webkit-transition: all 750ms ease;
transition: all 750ms ease;
color: #f5f5f5;
text-decoration: none;
}
.button-clear:hover {
background-color: #00205b;
box-shadow: 14px 14px 40px 0 rgba(0, 32, 91, 0.3);
-webkit-transform: translate(-5px, -5px);
-ms-transform: translate(-5px, -5px);
transform: translate(-5px, -5px);
}
.button-clear.non-blue:hover {
background-color: #e4002b;
box-shadow: 14px 14px 40px 0 rgba(228, 0, 43, 0.26);
}
.div-block-26 {
display: inline-block;
width: 30px;
height: 30px;
background-image: url(/assets/right-signs-66614d191dd92946af9315925db67a52af00d04c7ef1f02c10d8baa7e5436aa4.svg);
background-position: 0% 50%;
background-size: contain;
background-repeat: no-repeat;
}
.text-block-4 {
display: inline-block;
line-height: 1px;
}
.services-main-texts {
margin-bottom: 40px;
}
.sic-properties {
width: 33.33%;
background-image: url(/assets/cube-smart-property-6b0421b9aac1b59f10d50ccc84d31b7a1b7576400a740380e05d0c14214ca870.jpg);
background-position: 50% 50%;
background-size: cover;
background-repeat: no-repeat;
}
.services-container-grid-alternative {
position: relative;
z-index: 2;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: end;
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end;
grid-column-gap: 0px;
grid-row-gap: 0px;
-ms-grid-columns: 1fr 1fr 1fr;
grid-template-columns: 1fr 1fr 1fr;
-ms-grid-rows: auto;
grid-template-rows: auto;
}
.heading-2 {
font-size: 2rem;
line-height: 1px;
}
.div-block-27 {
position: relative;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.div-block-28 {
position: relative;
width: 50%;
padding: 15px;
}
.div-block-29 {
position: relative;
width: 100%;
padding: 15px;
}
.home-acq-highlight-sub {
color: hsla(0, 0%, 96.1%, 0.8);
}
.div-block-29-copy {
position: relative;
width: 50%;
padding: 15px;
}
.sevices-text-container-acquisition {
position: relative;
z-index: 1;
width: 33.33%;
min-height: 600px;
padding: 70px;
background-color: #30d5c8;
}
.sevices-text-container-development {
position: relative;
z-index: 1;
width: 33.33%;
min-height: 600px;
padding: 70px;
background-color: #00205b;
}
.sevices-text-container-investor {
position: relative;
z-index: 1;
width: 33.33%;
min-height: 600px;
padding: 70px;
background-color: #34bf49;
}
.sic-acquisitions {
width: 33.33%;
background-image: url(/assets/section-acquisition-background-fe431fab8c9b2657a9c86cba5f3fd5766eca0ade728d2522f782585c4ac8810c.jpg);
background-position: 50% 50%;
background-size: cover;
background-repeat: no-repeat;
}
.sic-development {
width: 33.33%;
background-image: url(/assets/belle-oaks-rendering-1-48c37e7d18bda8a340da00d69d13f0d3932bac7d2855d82c11a086014a6aff2c.jpg);
background-position: 50% 50%;
background-size: cover;
background-repeat: no-repeat;
}
.sic-investors {
width: 33.33%;
background-image: url(/assets/dpm_investor-Relationship-Background-f8361d66ff11ccca9b52ec33e1dfef0dc065569038a871f6655adb385de42c48.jpg);
background-position: 100% 50%;
background-size: cover;
background-repeat: no-repeat;
}
.cta-section {
position: relative;
z-index: 1;
background-color: #e4002b;
}
.div-block-30 {
padding-bottom: 72px;
}
.cta-link-box-container {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.text-block-5 {
font-family: Aeonik, sans-serif;
color: #00205b;
font-size: 16px;
line-height: 1.85em;
font-weight: 700;
letter-spacing: 1px;
text-decoration: none;
text-transform: uppercase;
}
.link-block {
color: #f5f5f5;
text-decoration: none;
}
.div-block-31 {
margin-top: 32px;
}
.paragraph {
font-family: Aeonik, sans-serif;
font-weight: 400;
}
.paragraph.cta-text {
line-height: 1.25em;
}
.div-block-32 {
margin-left: 190px;
}
.watermark-section {
position: relative;
z-index: 4;
}
.watermark-textblock {
position: absolute;
left: 0px;
top: -135px;
right: 0px;
z-index: 4;
overflow: visible;
opacity: 0.16;
font-family: Aeonik, sans-serif;
color: #000;
font-size: 200px;
font-weight: 900;
text-align: center;
text-transform: uppercase;
white-space: nowrap;
}
.footer-section {
position: relative;
z-index: 1;
background-color: #323232;
}
.div-block-33 {
padding-bottom: 613px;
}
.div-block-34 {
position: fixed;
bottom: 0px;
z-index: 1;
width: 100%;
}
.footer-padded-containment {
width: 100%;
margin-top: 192px;
margin-bottom: 92px;
}
.get-to-know-us-text {
position: absolute;
left: 30px;
top: 50%;
z-index: 3;
-webkit-transform: translate(-50%, -50%) rotate(-90deg);
-ms-transform: translate(-50%, -50%) rotate(-90deg);
transform: translate(-50%, -50%) rotate(-90deg);
font-family: Aeonik, sans-serif;
color: rgba(3, 104, 255, 0.66);
font-size: 11px;
line-height: 60px;
letter-spacing: 2px;
text-transform: uppercase;
}
.footer-brand-container {
margin-bottom: 40px;
}
.image-2 {
max-width: 190px;
}
.div-block-35 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.div-block-36 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-flex: 1;
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
}
.footer-block-container {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
color: #f5f5f5;
}
.link {
font-family: Aeonik, sans-serif;
color: #f5f5f5;
text-decoration: none;
}
.footer-link-list-box {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
.footer-link-item {
margin-top: 4px;
color: #f5f5f5;
}
.footer-link-item.first-child {
margin-top: 12px;
}
.footer-link {
font-family: Aeonik, sans-serif;
color: hsla(0, 0%, 96.1%, 0.7);
font-size: 13px;
text-decoration: none;
}
.div-block-37 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
margin-left: 20px;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
.social-icons {
width: 30px;
}
.section-2 {
z-index: 1;
}
.bottom-footer-container {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
padding-bottom: 48px;
}
.copyright-text {
color: hsla(0, 0%, 96.1%, 0.25);
font-size: 11px;
}
.bottom-footer-link-container {
margin-left: 52px;
}
.bottom-link {
margin-right: 30px;
color: hsla(0, 0%, 96.1%, 0.68);
font-size: 11px;
text-decoration: none;
}
.navbar {
-webkit-transition: all 600ms ease;
transition: all 600ms ease;
}
.defaultpage-hero {
position: fixed;
left: 0px;
top: 0px;
right: 0px;
bottom: 0px;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
overflow: hidden;
width: 100%;
height: 760px;
padding-bottom: 80px;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.defaultpage-header-imagebox {
position: relative;
width: 100%;
height: 660px;
background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 32, 91, 0.34)), color-stop(40%, hsla(0, 0%, 100%, 0.01))), -webkit-gradient(linear, left top, left bottom, from(rgba(2, 15, 39, 0.28)), to(rgba(2, 15, 39, 0.28))), url(/assets/belle-oaks-rendering-2-441b375adad71878b0808cef6c4af887e8e07aa37e92358a4f2eaf826a7d4f4b.jpg);
background-image: linear-gradient(180deg, rgba(0, 32, 91, 0.34), hsla(0, 0%, 100%, 0.01) 40%), linear-gradient(180deg, rgba(2, 15, 39, 0.28), rgba(2, 15, 39, 0.28)), url(/assets/belle-oaks-rendering-2-441b375adad71878b0808cef6c4af887e8e07aa37e92358a4f2eaf826a7d4f4b.jpg);
background-position: 0px 0px, 0px 0px, 50% 50%;
background-size: auto, auto, cover;
background-repeat: repeat, repeat, no-repeat;
}
.defaultpage-header-imagebox.aboutus-page {
background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url(/assets/los-angeles-sunrise-4cc5da9670f012df0425e5d8cee0d65e6fc78ced89e9505e1b027d601d5f382c.jpg);
background-image: linear-gradient(180deg, transparent, transparent), url(/assets/los-angeles-sunrise-4cc5da9670f012df0425e5d8cee0d65e6fc78ced89e9505e1b027d601d5f382c.jpg);
background-position: 0px 0px, 50% 50%;
background-size: auto, cover;
background-repeat: repeat, no-repeat;
}
.defaultpage-header-imagebox.completed-acquisitions-page {
background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(3, 137, 255, 0.2)), color-stop(40%, hsla(0, 0%, 100%, 0.01))), -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(40%, rgba(0, 17, 44, 0.1)), to(rgba(0, 17, 44, 0.15))), url(/assets/belle-oaks-rendering-2-441b375adad71878b0808cef6c4af887e8e07aa37e92358a4f2eaf826a7d4f4b.jpg);
background-image: linear-gradient(180deg, rgba(3, 137, 255, 0.2), hsla(0, 0%, 100%, 0.01) 40%), linear-gradient(180deg, transparent, rgba(0, 17, 44, 0.1) 40%, rgba(0, 17, 44, 0.15)), url(/assets/belle-oaks-rendering-2-441b375adad71878b0808cef6c4af887e8e07aa37e92358a4f2eaf826a7d4f4b.jpg);
background-position: 0px 0px, 0px 0px, 50% 50%;
background-size: auto, auto, cover;
background-repeat: repeat, repeat, no-repeat;
}
.defaultpage-header-imagebox.current-opportunities {
height: 730px;
background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(3, 137, 255, 0.47)), color-stop(64%, transparent)), url(/assets/prop_New_Britain-b46a835faf6775c35edcc378dc6db718c0cb1e80f452c04a29afc8e39bf08a8b.jpg);
background-image: linear-gradient(180deg, rgba(3, 137, 255, 0.47), transparent 64%), url(/assets/prop_New_Britain-b46a835faf6775c35edcc378dc6db718c0cb1e80f452c04a29afc8e39bf08a8b.jpg);
background-position: 0px 0px, 50% 50%;
background-size: auto, cover;
background-repeat: repeat, no-repeat;
-webkit-transition: all 575ms ease;
transition: all 575ms ease;
-o-object-fit: cover;
object-fit: cover;
}
.defaultpage-header-imagebox.acquisitions-contact-page {
background-image: url(/assets/acqusitions-contact-background-bdc7b6d9b4aeba167668209de48b9fbcbcbd99e25a3201a4f5e9c03f57d4388a.jpg);
}
.defaultpage-header-imagebox.leadership {
background-image: url(/assets/leadership_background-04feb956fa9ea166271743cc7d309f2654d062642bc7843a481fb57afa77baf6.jpg);
background-position: 50% 0%;
background-size: cover;
background-repeat: no-repeat;
}
.defaultpage-header-imagebox.privacy {
background-image: none !important;
background-repeat: no-repeat;
}
.defaultpage-header-imagebox.contact-us {
background-image: url(/assets/contactus_background-67c464a739cf8a72bd6154d63f581e7420209c0b7ffe45eabbca3539572833a7.jpg);
background-position: 50% 50%;
background-size: cover;
background-repeat: no-repeat;
}
.defaultpage-header-imagebox.investors {
background-image: url(/assets/dpm_investor-Relationship-Background-f8361d66ff11ccca9b52ec33e1dfef0dc065569038a871f6655adb385de42c48.jpg);
background-position: 50% 40%;
background-size: cover;
background-repeat: no-repeat;
}
.defaultpage-header-imagebox.development {
background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 32, 91, 0.34)), color-stop(40%, hsla(0, 0%, 100%, 0.01))), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url(/assets/development_background-91d04ea1a56fd1d7acb7f4416c62bc42195f99ccfafe1a2a8199b30ced7f7fd0.jpg);
background-image: linear-gradient(180deg, rgba(0, 32, 91, 0.34), hsla(0, 0%, 100%, 0.01) 40%), linear-gradient(180deg, transparent, transparent), url(/assets/development_background-91d04ea1a56fd1d7acb7f4416c62bc42195f99ccfafe1a2a8199b30ced7f7fd0.jpg);
}
.defaultpage-header-imagebox.leasing {
background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(228, 0, 43, 0.04)), color-stop(44%, hsla(0, 0%, 100%, 0.01)), to(rgba(228, 0, 43, 0.45))), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url(/assets/american_cement_building-6b664c694b9b894e47aa7a74c69049589abafd0d8d3874a082cfa117be678e26.jpg);
background-image: linear-gradient(180deg, rgba(228, 0, 43, 0.04), hsla(0, 0%, 100%, 0.01) 44%, rgba(228, 0, 43, 0.45)), linear-gradient(180deg, transparent, transparent), url(/assets/american_cement_building-6b664c694b9b894e47aa7a74c69049589abafd0d8d3874a082cfa117be678e26.jpg);
background-position: 0px 0px, 0px 0px, 50% 0%;
background-size: auto, auto, cover;
}
.defaultpage-header-imagebox.tenants {
background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 32, 91, 0.34)), color-stop(40%, hsla(0, 0%, 100%, 0.01)), to(hsla(0, 0%, 96.1%, 0.61))), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url(/assets/tenants_background-7c56a0cad3fb47b345a7bb67bbb25180ca58cd17ee905e0335501e848f7d3ed9.jpg);
background-image: linear-gradient(180deg, rgba(0, 32, 91, 0.34), hsla(0, 0%, 100%, 0.01) 40%, hsla(0, 0%, 96.1%, 0.61)), linear-gradient(180deg, transparent, transparent), url(/assets/tenants_background-7c56a0cad3fb47b345a7bb67bbb25180ca58cd17ee905e0335501e848f7d3ed9.jpg);
background-position: 0px 0px, 0px 0px, 50% 50%;
background-size: auto, auto, cover;
}
.defaultpage-hero-background-container {
position: absolute;
left: 0px;
top: 0px;
right: 0px;
bottom: 0px;
overflow: hidden;
}
.aboutus-main {
position: relative;
z-index: 2;
overflow: hidden;
background-color: #e1e1e1;
}
.default-vertical-herotag {
position: absolute;
left: 30px;
top: 50%;
font-family: Aeonik, sans-serif;
color: hsla(0, 0%, 96.1%, 0.45);
text-transform: uppercase;
}
.default-page-smallheader {
font-family: Aeonik, sans-serif;
color: #668eaa;
font-size: 13px;
font-weight: 700;
text-transform: uppercase;
}
.default-page-smallheader.white-transparant {
color: hsla(0, 0%, 96.1%, 0.55);
}
.default-page-smallheader.gray {
color: #989898;
line-height: 1.85em;
font-weight: 400;
letter-spacing: 1px;
}
.default-page-header-container {
margin-top: 32px;
}
.default-page-header-paragraph-container {
margin-top: 72px;
}
.hero-header-text.default-page {
color: #30d5c8;
text-shadow: 14px 14px 40px rgba(0, 0, 0, 0.2);
}
.hero-header-text.default-page.aboutus-page {
color: #00112c;
}
.hero-header-text.default-page.leadership {
color: #00aadc;
}
.hero-header-text.default-page.contact-us {
color: #34bf49;
}
.hero-header-text.default-page.development {
color: #00112c;
}
.hero-header-text.completed-acquisitions {
color: #30d5c8;
text-shadow: 7px 7px 20px rgba(48, 213, 200, 0.15);
}
.hero-header-text.default-page.leasing {
color: #e4002b;
}
.hero-bottom-header-text.tenants {
color: #00112c;
}
.hero-bottom-header-text {
max-width: 568px;
font-family: Aeonik, sans-serif;
color: #f5f5f5;
text-shadow: 4px 4px 9px rgba(0, 0, 0, 0.2);
}
.hero-bottom-header-text.about-us {
color: #f5f5f5;
text-shadow: 0 0 9px rgba(0, 0, 0, 0.41);
}
.hero-bottom-header-text.leasing {
color: #f5f5f5;
}
.defaultpage-hero-scrolldown-container {
position: absolute;
right: 32px;
bottom: 300px;
z-index: 10;
}
.defaultpage-scrolldown-link {
font-family: 'Fa 300', sans-serif;
color: rgba(228, 0, 43, 0.78);
font-size: 60px;
font-weight: 300;
text-decoration: none;
}
.nav-changer-position {
height: 640px;
}
.page-hero-changer-position {
position: absolute;
top: 0px;
z-index: 2;
width: 100%;
height: 640px;
background-color: #e1e1e1;
-webkit-transform: translate(0px, 99.9vh);
-ms-transform: translate(0px, 99.9vh);
transform: translate(0px, 99.9vh);
}
.aboutus-section-one {
position: relative;
z-index: 4;
}
.div-block-40 {
background-color: #f5f5f5;
}
.default-maintext-container {
max-width: 720px;
}
.grid-section-defaultpage {
position: absolute;
left: 0px;
top: 0px;
right: 0px;
bottom: 0px;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.default-section-header {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
}
.default-section-header.white {
color: #f5f5f5;
}
.div-block-41 {
margin-top: 80px;
}
.default-text-block {
font-family: Aeonik, sans-serif;
font-size: 18px;
line-height: 29px;
}
.default-text-block.two-column {
-webkit-column-count: 2;
column-count: 2;
-webkit-column-gap: 40px;
column-gap: 40px;
}
.aboutus-stats-container {
margin-top: 128px;
margin-bottom: 128px;
-webkit-box-flex: 1;
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
}
.aboutus-stat-insidebox {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.aboutus-stat-block {
margin-right: 120px;
}
.aboutus-stat-block.last-child {
margin-right: 0px;
}
.aboutus-stat-text {
font-family: Aeonik, sans-serif;
font-size: 1.1em;
line-height: 1.2em;
text-transform: uppercase;
}
.aboutus-text-container {
max-width: 180px;
}
.aboutus-stats-sidebar {
position: absolute;
right: 10px;
bottom: 35%;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-flex: 1;
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
.left-verticaltext-block {
font-family: Aeonik, sans-serif;
color: #668eaa;
font-size: 11px;
line-height: 1px;
font-weight: 500;
text-transform: uppercase;
}
.div-block-42 {
position: relative;
background-color: #f5f5f5;
}
.aboutus-picture-section-1 {
position: relative;
z-index: 1;
}
.div-block-44 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.text-block-9 {
font-family: 'Fa 300', sans-serif;
color: #e1e1e1;
font-size: 48px;
font-weight: 300;
}
.div-block-45 {
position: relative;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-flex: 2;
-webkit-flex: 2;
-ms-flex: 2;
flex: 2;
}
.div-block-46 {
overflow: hidden;
width: 962px;
height: 592px;
margin-bottom: -70px;
-o-object-fit: cover;
object-fit: cover;
}
.mission-section {
position: relative;
z-index: 2;
}
.spacebetween-flex-container {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.flex-container-empty {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.left-vertical-bar-container {
position: absolute;
left: 24px;
top: 80px;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-flex: 1;
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
-webkit-transform: translate(-50%, -50%) rotate(-90deg);
-ms-transform: translate(-50%, -50%) rotate(-90deg);
transform: translate(-50%, -50%) rotate(-90deg);
}
.div-block-47 {
position: relative;
margin-left: 196px;
}
.div-block-48 {
margin-top: 32px;
}
.div-block-49 {
width: 339px;
}
.div-block-50 {
padding-left: 40px;
}
.values-section {
position: relative;
z-index: 2;
background-color: #323232;
}
.div-block-51 {
color: #f5f5f5;
}
.div-block-52 {
max-width: 470px;
margin-top: 64px;
}
.values-list-container {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
width: 750px;
margin-right: auto;
margin-bottom: -27px;
margin-left: auto;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.values-item {
display: -ms-grid;
display: grid;
grid-auto-columns: 1fr;
grid-column-gap: 32px;
grid-row-gap: 16px;
-ms-grid-columns: 52px 1fr;
grid-template-columns: 52px 1fr;
-ms-grid-rows: auto;
grid-template-rows: auto;
}
.values-item-number-container {
width: 52px;
}
.value-item-number-text {
margin-top: 17px;
font-family: Aeonik, sans-serif;
color: #e4002b;
font-size: 40px;
font-weight: 700;
}
.text-block-10 {
margin-top: 8px;
font-family: Aeonik, sans-serif;
color: hsla(0, 0%, 96.1%, 0.78);
font-size: 14px;
line-height: 1.78em;
}
.section-3 {
z-index: 2;
}
.default-project-pagecontent {
min-height: 650px;
}
.project-container {
position: relative;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.project-card-container {
position: relative;
margin-right: 20px;
margin-left: 20px;
}
.project-thumb-linkbox {
width: 100%;
background-color: #f5f5f5;
box-shadow: 7px 7px 20px 0 rgba(0, 32, 91, 0.1);
-webkit-transition: box-shadow 600ms ease, -webkit-transform 600ms ease;
transition: box-shadow 600ms ease, -webkit-transform 600ms ease;
transition: transform 600ms ease, box-shadow 600ms ease;
transition: transform 600ms ease, box-shadow 600ms ease, -webkit-transform 600ms ease;
}
.project-thumb-linkbox:hover {
box-shadow: 11px 11px 30px 0 rgba(0, 32, 91, 0.25);
-webkit-transform: translate(0px, -5px);
-ms-transform: translate(0px, -5px);
transform: translate(0px, -5px);
}
.project-thumb-image-container {
overflow: hidden;
width: 100%;
height: 267px;
background-color: #00112c;
-o-object-fit: cover;
object-fit: cover;
}
.project-thumb-topheader {
margin-top: 32px;
font-family: Aeonik, sans-serif;
color: #323232;
font-size: 13px;
line-height: 13px;
letter-spacing: 1px;
text-decoration: none;
text-transform: uppercase;
}
.project-thumb-header {
margin-top: 8px;
margin-bottom: 8px;
color: #0368ff;
line-height: 1.1em;
}
.project-thumb-location {
color: #e4002b;
font-size: 13px;
line-height: 13px;
}
.defaultpage-project-maincontainer {
background-color: transparent;
}
.project-thumb-text-container {
padding-right: 20px;
padding-bottom: 20px;
padding-left: 20px;
}
.hero-video-background-container {
position: absolute;
left: 0%;
top: 0%;
right: 0%;
bottom: auto;
z-index: 1;
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.background-video {
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.second-nav-outter {
position: relative;
z-index: 10;
background-color: #e1e1e1;
}
.second-nav-container {
position: relative;
z-index: 1;
overflow: hidden;
height: 100%;
margin-left: auto;
background-color: #e1e1e1;
}
.second-nav-box {
overflow: hidden;
width: 1156px;
min-height: 168px;
margin-left: 98px;
padding-top: 48px;
padding-bottom: 48px;
background-color: #e1e1e1;
}
.text-block-11 {
font-family: Aeonik, sans-serif;
color: rgba(0, 17, 44, 0.68);
font-size: 13px;
font-weight: 400;
text-transform: uppercase;
}
.second-nav-list-container {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
max-width: 100%;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
}
.project-section-one {
position: relative;
z-index: 4;
}
.second-nav-item-sup-2 {
display: inline;
opacity: 0.73;
color: #0389ff;
font-size: 13px;
line-height: 13px;
}
.second-nav-itemtext-2 {
margin-right: 3px;
font-size: 25px;
}
.second-nav-listitem-container-2 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
margin-right: 42px;
opacity: 0.5;
-webkit-transition: all 500ms cubic-bezier(.25, .46, .45, .94);
transition: all 500ms cubic-bezier(.25, .46, .45, .94);
color: #00112c;
font-size: 30px;
line-height: 1.25em;
font-weight: 700;
}
.second-nav-listitem-container-2:hover {
border-bottom: 5px solid #00112c;
opacity: 1;
}
.second-nav-listitem-container-2.current {
opacity: 1;
}
.second-nav-listitem-container-2.current.w--current {
border-bottom: 5px solid #e4002b;
color: #e4002b;
}
.second-nav-listitem-container-2.lastchild {
margin-right: 0px;
}
.second-nav-listbox-2 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
margin-top: 16px;
}
.project-thumb-location-2 {
color: #e4002b;
font-size: 13px;
line-height: 13px;
}
.project-thumb-header-2 {
margin-top: 8px;
margin-bottom: 8px;
color: #0368ff;
line-height: 1.1em;
}
.project-thumb-topheader-2 {
margin-top: 32px;
font-family: Aeonik, sans-serif;
color: #323232;
font-size: 13px;
line-height: 13px;
letter-spacing: 1px;
text-decoration: none;
text-transform: uppercase;
}
.div-block-53 {
background-color: #f5f5f5;
}
.projects-main-section {
position: relative;
z-index: 2;
overflow: hidden;
background-color: #f5f5f5;
}
.project-page-hero-changer-position {
position: absolute;
top: 0px;
z-index: 2;
width: 100%;
height: 640px;
background-color: #f5f5f5;
-webkit-transform: translate(0px, 99.9vh);
-ms-transform: translate(0px, 99.9vh);
transform: translate(0px, 99.9vh);
}
.project-thumb-image {
width: 100%;
height: 100%;
-webkit-transition: opacity 800ms ease, -webkit-transform 800ms ease;
transition: opacity 800ms ease, -webkit-transform 800ms ease;
transition: opacity 800ms ease, transform 800ms ease;
transition: opacity 800ms ease, transform 800ms ease, -webkit-transform 800ms ease;
-o-object-fit: cover;
object-fit: cover;
}
.project-thumb-image:hover {
opacity: 0.4;
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
.header-underline {
margin-left: 10px;
padding-bottom: 3px;
border-bottom: 5px solid #30d5c8;
}
.project-headertext-container {
display: block;
margin-left: 100px;
}
.second-nav-list-dropdown-container {
position: relative;
z-index: 6;
display: none;
max-width: 100%;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
}
.second-nav-dropdown {
width: 100%;
font-family: Aeonik, sans-serif;
font-size: 25px;
font-weight: 700;
}
.dropdown-toggle {
width: 100%;
}
.dropdown-list {
background-color: #f5f5f5;
}
.dropdown-list.w--open {
background-color: #fff;
}
.text-block-12 {
display: inline;
margin-right: 3px;
}
.second-nav-selected-item {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
color: #0389ff;
}
.project-section-background {
background-color: #f5f5f5;
}
.serarch-form-control {
width: 100%;
margin-bottom: 0px;
padding: 20px 18px;
-webkit-align-self: center;
-ms-flex-item-align: center;
-ms-grid-row-align: center;
align-self: center;
border-style: none none solid;
border-width: 1px;
border-color: #c6d0eb;
background-color: transparent;
-webkit-transition: box-shadow 400ms ease;
transition: box-shadow 400ms ease;
color: #00205b;
font-size: 28px;
line-height: 40px;
font-weight: 700;
}
.serarch-form-control:focus {
box-shadow: 0 16px 20px 0 rgba(3, 137, 255, 0.11);
}
.serarch-form-control::-webkit-input-placeholder {
color: rgba(102, 142, 170, 0.6);
}
.serarch-form-control:-ms-input-placeholder {
color: rgba(102, 142, 170, 0.6);
}
.serarch-form-control::-ms-input-placeholder {
color: rgba(102, 142, 170, 0.6);
}
.serarch-form-control::placeholder {
color: rgba(102, 142, 170, 0.6);
}
.filter-box-container {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
height: 60px;
grid-auto-columns: 1fr;
grid-column-gap: 16px;
grid-row-gap: 16px;
-ms-grid-columns: 1fr 1fr;
grid-template-columns: 1fr 1fr;
-ms-grid-rows: auto auto;
grid-template-rows: auto auto;
}
.seachbox-container {
position: relative;
z-index: 4;
max-width: 480px;
}
.text-block-13 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
font-family: 'Fa solid 900', sans-serif;
font-size: 30px;
}
.div-block-55 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
width: 100px;
height: 41px;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-align-self: center;
-ms-flex-item-align: center;
align-self: center;
border-bottom: 1px solid #c6d0eb;
color: #e4002b;
}
.div-block-57 {
position: relative;
z-index: 4;
background-color: #f5f5f5;
}
.div-block-58 {
margin-top: 60px;
border-top: 1px solid #e1e1e1;
}
.red {
color: #e4002b;
}
.div-block-59 {
margin-top: 60px;
}
.div-block-60 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
}
.div-block-61 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
width: 50%;
margin-left: 40px;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
}
.text-block-14 {
margin-bottom: 10px;
font-family: Aeonik, sans-serif;
font-weight: 500;
}
.text-block-15 {
font-family: Aeonik, sans-serif;
}
.div-block-62 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
width: 50%;
margin-left: 20px;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: end;
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end;
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
}
.div-block-63 {
max-width: 33.33%;
}
.heading-4 {
margin-bottom: 0px;
}
.div-block-64 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
width: 100%;
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.div-block-65 {
margin-top: 60px;
}
.property-main {
position: relative;
z-index: 2;
overflow: hidden;
background-color: #f5f5f5;
}
.property-hero {
position: relative;
z-index: 2;
background-color: #f5f5f5;
}
.property-hero-subheader-container {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
margin-top: 40px;
}
.property-hero-subheader-text {
margin-right: 60px;
font-family: Aeonik, sans-serif;
color: #e4002b;
}
.property-hero-subheader-text.lastchild {
margin-right: 0px;
}
.text-span-2 {
font-weight: 700;
}
.property-section-1 {
position: relative;
z-index: 1;
background-color: #f5f5f5;
}
.div-block-67 {
position: relative;
z-index: 1;
overflow: hidden;
margin-bottom: -120px;
}
.property-main-image-container {
position: relative;
z-index: 1;
width: 100%;
height: 960px;
}
.image-4 {
-o-object-fit: cover;
object-fit: cover;
}
.details-main-section {
position: relative;
top: -140px;
bottom: -140px;
z-index: 2;
}
.property-details-main-container {
position: relative;
z-index: 1;
margin-left: auto;
background-color: #fff;
}
.details-box {
width: 960px;
padding-top: 80px;
padding-bottom: 80px;
padding-left: 98px;
}
.details-subheader-container {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.text-block-16 {
font-family: 'Fa 300', sans-serif;
color: #0389ff;
font-size: 25px;
}
.property-details-description {
margin-top: 80px;
font-family: Aeonik, sans-serif;
font-size: 16px;
}
.div-block-70 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
margin-top: 60px;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
}
.property-bulletpoint-container {
width: 50%;
margin-top: 20px;
margin-bottom: 20px;
margin-left: 20px;
}
.list-item {
padding-bottom: 17px;
}
.list {
font-family: Aeonik, sans-serif;
}
.div-block-71 {
width: 50%;
max-height: 650px;
}
.slider {
height: 100%;
max-height: 100%;
box-shadow: 7px 7px 20px 0 rgba(102, 142, 170, 0.2);
}
.image-5 {
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.image-6 {
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.image-7 {
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.left-arrow {
opacity: 0.2;
}
.right-arrow {
opacity: 0.2;
}
.slide-nav {
display: none;
}
.property-paragraph-header {
margin-bottom: 20px;
padding-left: 16px;
font-family: Aeonik, sans-serif;
color: #e4002b;
font-size: 16px;
font-weight: 300;
letter-spacing: 1px;
text-transform: uppercase;
}
.text-span-3 {
border-bottom: 3px solid #e4002b;
}
.property-section-2 {
position: relative;
z-index: 1;
margin-bottom: 120px;
}
.div-block-72 {
margin-left: 100px;
}
.div-block-73 {
margin-bottom: 100px;
}
.thin-h3-header {
font-weight: 300;
}
.tabs-menu {
margin-bottom: 60px;
font-family: Aeonik, sans-serif;
font-size: 20px;
font-weight: 500;
}
.property-tab-links {
padding: 20px 60px;
background-color: rgba(3, 137, 255, 0.09);
-webkit-transition: all 600ms cubic-bezier(.215, .61, .355, 1);
transition: all 600ms cubic-bezier(.215, .61, .355, 1);
color: rgba(0, 32, 91, 0.7);
font-size: 20px;
font-weight: 500;
text-transform: none;
}
.property-tab-links.w--current {
background-color: #0389ff;
box-shadow: 7px 7px 20px 0 rgba(3, 104, 255, 0.2);
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
color: #f5f5f5;
}
.tabs-content {
min-height: 500px;
}
.bl---text-container {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
height: 100%;
padding-top: 20px;
padding-bottom: 20px;
padding-left: 20px;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
color: #c6d0eb;
}
.bl---t---header {
font-size: 20px;
font-weight: 600;
}
.building-lightbox {
width: 100%;
height: 100%;
min-height: 200px;
border-radius: 20px;
background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(140, 23, 79, 0.4)), to(rgba(0, 0, 0, 0.21))), url(/assets/prop_New_Britain_-_image_4-301915e2b802f87329996559aaa8a2d95aa1a392bde1f453fa83dc7430b63853.jpg);
background-image: linear-gradient(180deg, rgba(140, 23, 79, 0.4), rgba(0, 0, 0, 0.21)), url(/assets/prop_New_Britain_-_image_4-301915e2b802f87329996559aaa8a2d95aa1a392bde1f453fa83dc7430b63853.jpg);
background-position: 0px 0px, 50% 50%;
background-size: auto, cover;
background-repeat: repeat, no-repeat;
box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);
-webkit-transition: background-position 900ms ease, box-shadow 500ms ease, -webkit-transform 500ms ease;
transition: background-position 900ms ease, box-shadow 500ms ease, -webkit-transform 500ms ease;
transition: background-position 900ms ease, box-shadow 500ms ease, transform 500ms ease;
transition: background-position 900ms ease, box-shadow 500ms ease, transform 500ms ease, -webkit-transform 500ms ease;
}
.building-lightbox:hover {
background-position: 0px 0px, 0% 50%;
background-size: auto, cover;
box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.25);
-webkit-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2);
}
.building-lightbox._3 {
background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(140, 23, 79, 0.4)), to(rgba(0, 0, 0, 0.21))), url(/assets/prop_New_Britain-b46a835faf6775c35edcc378dc6db718c0cb1e80f452c04a29afc8e39bf08a8b.jpg);
background-image: linear-gradient(180deg, rgba(140, 23, 79, 0.4), rgba(0, 0, 0, 0.21)), url(/assets/prop_New_Britain-b46a835faf6775c35edcc378dc6db718c0cb1e80f452c04a29afc8e39bf08a8b.jpg);
background-position: 0px 0px, 50% 50%;
background-size: auto, cover;
}
.building-lightbox._3:hover {
background-position: 0px 0px, 0% 50%;
}
.building-lightbox._4 {
background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(140, 23, 79, 0.4)), to(rgba(0, 0, 0, 0.21))), url(/assets/1.7.DPM-Sterling-Hts_Site-Plan_12-27-19-1-f80c7667cb5818e9f68bf2aa5f2f2b4d5f8de858f5d450a10f9a06ba7433c194.jpg);
background-image: linear-gradient(180deg, rgba(140, 23, 79, 0.4), rgba(0, 0, 0, 0.21)), url(/assets/1.7.DPM-Sterling-Hts_Site-Plan_12-27-19-1-f80c7667cb5818e9f68bf2aa5f2f2b4d5f8de858f5d450a10f9a06ba7433c194.jpg);
background-position: 0px 0px, 80% 0%;
}
.building-lightbox._4:hover {
background-position: 0px 0px, 0% 50%;
}
.building-lightbox._2 {
background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(140, 23, 79, 0.4)), to(rgba(0, 0, 0, 0.21))), url(/assets/prop_New_Britain_-_image_3-fc2f0bf35a2395a71330dd0eabd7e3af2be84180a953353199378243580b3ce8.jpg);
background-image: linear-gradient(180deg, rgba(140, 23, 79, 0.4), rgba(0, 0, 0, 0.21)), url(/assets/prop_New_Britain_-_image_3-fc2f0bf35a2395a71330dd0eabd7e3af2be84180a953353199378243580b3ce8.jpg);
background-position: 0px 0px, 50% 50%;
background-size: auto, cover;
}
.building-lightbox._2:hover {
background-position: 0px 0px, 0% 50%;
}
.bl---t---footer {
text-transform: uppercase;
}
.grid-3 {
max-width: 100%;
padding: 100px 40px;
grid-column-gap: 40px;
grid-row-gap: 40px;
-ms-grid-columns: 1fr 1fr 1fr 1fr;
grid-template-columns: 1fr 1fr 1fr 1fr;
}
.collection-item {
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
}
.div-block-74 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
margin-bottom: 20px;
font-family: Aeonik, sans-serif;
font-weight: 700;
text-transform: uppercase;
}
.file-table-header {
min-width: 300px;
color: #0368ff;
}
.div-block-75 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
margin-top: 20px;
border-bottom: 1px solid #e1e1e1;
}
.text-block-19 {
min-width: 300px;
margin-bottom: 20px;
font-family: Aeonik, sans-serif;
}
.collection-list-wrapper {
max-width: 700px;
}
.text-block-20 {
width: 160px;
}
.link-2 {
font-family: 'Fa 300', sans-serif;
font-size: 26px;
}
.div-block-76 {
max-width: 750px;
margin-left: 60px;
}
.div-block-77 {
position: relative;
z-index: 2;
}
.scrolldown-icon-container {
position: absolute;
right: 3%;
bottom: 50px;
font-family: 'Fa 300', sans-serif;
color: #e4002b;
font-size: 52px;
}
.second-nav-selected-item-2 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
color: #0389ff;
}
.second-nav-outter-2 {
position: relative;
z-index: 10;
background-color: #e1e1e1;
}
.second-nav-container-2 {
position: relative;
z-index: 1;
overflow: hidden;
height: 100%;
margin-left: auto;
background-color: #e1e1e1;
}
.second-nav-dropdown-2 {
width: 100%;
font-family: Aeonik, sans-serif;
font-size: 25px;
font-weight: 700;
}
.second-nav-box-2 {
overflow: hidden;
width: 1156px;
min-height: 168px;
margin-left: 98px;
padding-top: 48px;
padding-bottom: 48px;
background-color: #e1e1e1;
}
.dropdown-list-2 {
background-color: #f5f5f5;
}
.dropdown-list-2.w--open {
background-color: #fff;
}
.text-block-11-copy {
font-family: Aeonik, sans-serif;
color: rgba(0, 17, 44, 0.68);
font-size: 13px;
font-weight: 400;
text-transform: uppercase;
}
.second-nav-list-container-copy {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
max-width: 100%;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
}
.second-nav-listbox-2-copy {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
margin-top: 16px;
}
.leadership-executives {
position: relative;
z-index: 3;
}
.bio-container {
position: relative;
z-index: 2;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
min-height: 1000px;
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
background-color: #00112c;
background-image: url(/assets/david_frank_with_bg-aec3e3c16b3e1a82848a0e9d198b20283cedbcf915bafbfd3d2fcfdf191c7cc7.jpg);
background-position: 100% 50%;
background-size: cover;
background-repeat: no-repeat;
}
.bio-container._2 {
-webkit-box-pack: end;
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end;
background-image: url(/assets/sterling_with_bg-24aac5ed34f70ea9e563a97b4b21c780384ae9920d677415b206eea2a20417bd.jpg);
background-position: 0% 50%;
}
.bio-container._3 {
background-image: url(/assets/dave_rumsey_with_bg-023a6a31fe5024b49d1e7958a08f34196a53adf191d0ffc85e222bcca959ba89.jpg);
}
.bio-container._4 {
-webkit-box-pack: end;
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end;
background-image: url(/assets/dave_rumsey_with_bg-023a6a31fe5024b49d1e7958a08f34196a53adf191d0ffc85e222bcca959ba89.jpg);
background-position: 0% 50%;
}
.bio-textbox {
position: relative;
left: 0px;
width: 50%;
margin-top: 40px;
margin-bottom: 40px;
margin-left: 40px;
font-family: Aeonik, sans-serif;
color: #f5f5f5;
}
.executive-title {
margin-bottom: 0px;
padding: 15px 15px 0px;
color: #f5f5f5;
}
.executive-subtitle {
padding: 0px 15px;
color: #e4002b;
font-size: 20px;
font-weight: 500;
}
.bio-text {
margin-top: 40px;
padding: 20px;
background-color: rgba(0, 17, 44, 0.32);
}
.contactus-main {
position: relative;
z-index: 2;
overflow: hidden;
background-color: #e1e1e1;
}
.top-header-2 {
font-family: Aeonik, sans-serif;
color: #668eaa;
font-size: 13px;
text-transform: uppercase;
}
.div-block-79 {
margin-top: 60px;
border-top: 1px solid #e1e1e1;
}
.red-2 {
color: #e4002b;
}
.div-block-80 {
margin-top: 30px;
margin-left: 30px;
}
.text-span-4 {
margin-left: 3px;
font-family: 'Fa 300', sans-serif;
font-size: 19px;
}
.link-block-3 {
padding: 10px;
color: #323232;
}
.contact-us-section-2 {
position: relative;
z-index: 1;
}
.div-block-81 {
background-color: #e1e1e1;
}
.div-block-82 {
padding-bottom: 200px;
}
.div-block-83 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.div-block-84 {
padding-right: 60px;
-webkit-box-flex: 0;
-webkit-flex: 0 auto;
-ms-flex: 0 auto;
flex: 0 auto;
}
.div-block-85 {
max-width: 400px;
padding-top: 120px;
}
.div-block-86 {
z-index: 3;
-webkit-box-flex: 1;
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
}
.div-block-87 {
position: relative;
z-index: 3;
width: 100%;
height: 100%;
padding: 80px 100px 120px;
background-color: #f5f5f5;
box-shadow: 7px 7px 20px 0 rgba(0, 0, 0, 0.2);
-webkit-transform: translate(0px, -120px);
-ms-transform: translate(0px, -120px);
transform: translate(0px, -120px);
}
.form-field {
margin-bottom: 16px;
font-family: Aeonik, sans-serif;
color: #989898;
font-size: 12px;
font-weight: 500;
text-transform: uppercase;
}
.form-control {
width: 100%;
height: 44px;
margin-bottom: 1px;
padding: 2px 1px;
border-style: none none solid;
border-width: 1px;
border-color: #000 #000 #e1e1e1;
background-color: transparent;
font-family: Aeonik, sans-serif;
color: #00205b;
font-size: 22px;
}
.form-control::-webkit-input-placeholder {
color: hsla(0, 0%, 59.6%, 0.4);
}
.form-control:-ms-input-placeholder {
color: hsla(0, 0%, 59.6%, 0.4);
}
.form-control::-ms-input-placeholder {
color: hsla(0, 0%, 59.6%, 0.4);
}
.form-control::placeholder {
color: hsla(0, 0%, 59.6%, 0.4);
}
.form-control-container {
margin-bottom: 48px;
}
.form-block {
margin-top: 32px;
}
.div-block-88 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
min-height: 400px;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
background-image: url(/assets/contactus_background-67c464a739cf8a72bd6154d63f581e7420209c0b7ffe45eabbca3539572833a7.jpg);
background-position: 50% 5%;
background-size: cover;
background-repeat: no-repeat;
}
.state-container {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
overflow: hidden;
max-width: 25%;
min-width: 25%;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.dpm-statename {
font-family: Aeonik, sans-serif;
color: #f5f5f5;
font-size: 40px;
line-height: 50px;
font-weight: 300;
text-align: center;
text-transform: none;
}
.investors-main {
position: relative;
z-index: 2;
overflow: hidden;
background-color: #e1e1e1;
}
.investors-section-1 {
position: relative;
z-index: 4;
}
.div-block-89 {
position: relative;
background-color: #f5f5f5;
}
.bull-container {
position: relative;
z-index: 1;
margin-left: auto;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
}
.div-block-90 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.div-block-91 {
position: relative;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
margin-bottom: -120px;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-flex: 2;
-webkit-flex: 2;
-ms-flex: 2;
flex: 2;
}
.div-block-92 {
position: relative;
overflow: hidden;
width: 1182px;
height: 664px;
}
.bull-imagebox {
width: 100%;
height: 100%;
background-color: #fff;
}
.investor-phi-section {
position: relative;
z-index: 1;
background-color: #e4002b;
}
.white-textblock {
margin-top: 80px;
color: #f5f5f5;
}
.space {
margin-bottom: 100px;
}
.investors-box-main-container {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.investor-box-column {
width: 33.33%;
}
.investor-point-box-outer {
margin-right: 20px;
margin-bottom: 40px;
margin-left: 20px;
}
.investor-box {
padding: 40px 30px;
background-color: #5f0012;
}
.investor-box._2 {
background-color: #f5f5f5;
}
.investor-box-title {
margin-bottom: 16px;
font-family: Aeonik, sans-serif;
color: #f5f5f5;
font-size: 22px;
line-height: 1.45em;
}
.investor-box-title._2 {
color: #00112c;
}
.inevsor-box-text {
font-family: Aeonik, sans-serif;
color: #f5f5f5;
}
.inevsor-box-text._2 {
color: #323232;
}
.list-2 {
margin-top: 10px;
color: #f5f5f5;
}
.list-3 {
list-style-type: square;
}
.list-item-2 {
list-style-type: none;
}
.list-4 {
margin-top: 15px;
}
.header-underline-green {
margin-left: 10px;
padding-bottom: 3px;
border-bottom: 5px solid #34bf49;
}
.template-body {
background-color: #00112c;
}
.custom-menu-button {
display: block;
width: 70px;
height: 100%;
min-width: 70px;
padding-top: 30px;
-webkit-align-self: center;
-ms-flex-item-align: center;
-ms-grid-row-align: center;
align-self: center;
background-color: transparent;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
font-family: 'Fa 400', sans-serif;
color: #f5f5f5;
font-size: 30px;
text-align: center;
}
.full-menu-nav {
display: none;
opacity: 0;
-webkit-transition: all 250ms ease;
transition: all 250ms ease;
}
.fullnav-overlay {
position: fixed;
left: 0px;
top: 0px;
right: 0px;
bottom: 0px;
z-index: 10001;
}
.fullnav-cotent {
position: absolute;
left: 0px;
top: 0px;
right: 0px;
bottom: 0px;
z-index: 100002;
overflow: auto;
}
.menu-background-container {
position: relative;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
overflow: hidden;
width: 100%;
min-height: 100%;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
background-color: #00aadc;
}
.fullmenu-header-container {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
width: 100%;
padding: 32px 60px;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
}
.div-block-95 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-transition: opacity 400ms ease;
transition: opacity 400ms ease;
}
.menu-close-button-link {
font-family: 'Fa 300', sans-serif;
color: #f5f5f5;
font-size: 40px;
}
.image-8 {
width: 180px;
}
.fullmenu-body-container {
position: relative;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
width: 100%;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-flex: 1;
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
}
.fullmenu-text-container {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
width: 100%;
margin-right: 70px;
margin-left: 70px;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
}
.property-google-map-container {
position: relative;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
}
.google-map-canvas {
position: relative;
width: 50%;
height: 100%;
min-height: 600px;
}
.google-pano-canvas {
position: relative;
width: 50%;
height: 100%;
min-height: 600px;
}
.html-embed {
background-color: #30d5c8;
}
.contacts-container {
margin-top: 40px;
}
.div-block-96 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
margin-top: 0px;
margin-right: 20px;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.div-block-97 {
margin: 20px;
}
.div-block-98 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.text-block-21 {
display: inline;
font-family: 'Fa 300', sans-serif;
color: #0389ff;
}
.text-block-22 {
display: inline;
margin-left: 10px;
}
.contact-email-link {
padding: 7px 14px;
border-style: solid;
border-width: 1px;
border-color: #668eaa;
border-radius: 2px;
-webkit-transition: all 525ms ease;
transition: all 525ms ease;
color: #00aadc;
}
.contact-email-link:hover {
box-shadow: 5px 5px 14px 0 rgba(102, 142, 170, 0.15);
-webkit-transform: translate(0px, -3px);
-ms-transform: translate(0px, -3px);
transform: translate(0px, -3px);
}
.contact-email-link.solid {
background-color: #00aadc;
color: #f5f5f5;
}
.div-block-99 {
margin-left: 40px;
}
.contact-tablink {
background-color: hsla(0, 0%, 88.2%, 0.22);
}
.contact-tablink.w--current {
border-bottom: 3px solid #0389ff;
background-color: rgba(0, 170, 220, 0.1);
color: #00112c;
font-weight: 500;
}
.contact-profile-image-container {
overflow: hidden;
max-height: 100px;
max-width: 100px;
border-radius: 100px;
}
.contact-tab-header-text {
font-size: 14px;
text-transform: uppercase;
}
.m-collapsible-icon {
margin-left: 20px;
font-family: 'Fa 300', sans-serif;
color: #f5f5f5;
font-size: 20px;
}
.m-collapsible-trigger-box {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
width: 100%;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.m-collapsible-inner-box {
margin-top: 20px;
}
.m-collapsible-ul {
padding-left: 0px;
list-style-type: none;
}
.m-collapsible-li {
display: block;
}
.m-collapsable-button {
margin-top: 8px;
margin-bottom: 8px;
padding: 0px;
background-color: transparent;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
color: #00112c;
}
.m-collapsable-button:hover {
color: #f5f5f5;
}
.m-collapsable-button.footer {
opacity: 0.72;
font-size: 13px;
}
.fullmenu-text-block {
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
color: #00112c;
}
.fullmenu-text-block:hover {
color: #f5f5f5;
}
.heading-5 {
font-size: 24px;
line-height: 1.25em;
}
.div-block-100 {
position: relative;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
width: 100%;
padding: 32px 60px;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.fullmenu-footer-list-ul {
margin-bottom: 0px;
padding-left: 0px;
list-style-type: none;
}
.fullmenu-footer-list-li {
display: inline;
margin-right: 15px;
}
.social-icon-text {
opacity: 0.62;
font-family: 'Fa brands 400', sans-serif;
color: #00205b;
font-size: 22px;
}
.tenant-cards-container {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
margin-right: 40px;
margin-left: 40px;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.tenant-card-container {
width: 50%;
}
.te {
width: 50%;
}
.tenant-card {
min-height: 400px;
margin: 30px;
padding: 30px;
border-radius: 4px;
background-color: #e1e1e1;
box-shadow: 14px 14px 40px 0 rgba(0, 0, 0, 0.15);
}
.tenant-card._2 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
background-color: #0389ff;
}
.text-block-23 {
margin-bottom: 20px;
}
.tenant-prop-manager-card-info {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
padding-bottom: 20px;
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
border-bottom: 1px solid hsla(0, 0%, 59.6%, 0.2);
}
.prop-manager-avatar {
max-width: 110px;
border-radius: 50%;
}
.div-block-103 {
margin-right: 40px;
}
.text-block-24 {
margin-bottom: 10px;
}
.heading-6 {
color: #00aadc;
}
.tenant-prop-manager-form-block {
margin-bottom: 20px;
padding-top: 20px;
border-top: 1px solid hsla(0, 0%, 59.6%, 0.2);
}
.tenant-card-large-header {
color: #f5f5f5;
font-size: 30px;
line-height: 50px;
text-align: center;
}
.tenant-property-manager-header {
color: #e4002b;
}
.tenant-bill-pay-button {
padding: 20px 28px;
border-radius: 6px;
background-color: #e4002b;
-webkit-transition: all 525ms ease;
transition: all 525ms ease;
text-align: center;
}
.tenant-bill-pay-button:hover {
box-shadow: 11px 11px 30px 0 rgba(228, 0, 43, 0.33);
-webkit-transform: translate(0px, -5px);
-ms-transform: translate(0px, -5px);
transform: translate(0px, -5px);
}
.tenant-container {
margin-top: 60px;
margin-bottom: 60px;
}
.privacy-main-image-container {
position: relative;
z-index: 1;
width: 100%;
height: 400px;
}
.privacy-text-block-container {
margin-bottom: 200px;
padding: 60px;
background-color: #f5f5f5;
box-shadow: 11px 11px 30px 0 rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 1440px) {
.bottom-header.not-bold {
font-weight: 500;
}
.aboutus-section-one {
padding-left: 100px;
}
.hero-video-background-container {
position: relative;
}
.background-video {
background-color: rgba(2, 15, 39, 0.45);
}
.project-section-one {
padding-left: 100px;
}
.investors-section-1 {
padding-left: 100px;
}
}
@media screen and (max-width: 991px) {
.nav-container {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
margin-right: auto;
margin-left: auto;
padding-top: 10px;
padding-right: 0px;
}
.nav-menu {
display: none;
height: 100vh;
background-color: #00aadc;
}
.nav-link {
margin-right: 0px;
padding: 20px;
background-color: #00aadc;
}
.nav-link.withoutdropdown {
padding-top: 30px;
padding-bottom: 30px;
}
.nav-link.withoutdropdown.white {
color: #00112c;
font-size: 24px;
font-weight: 700;
}
.nav-link.white {
background-color: #00aadc;
}
.nav-dropdown-link {
padding: 12px;
background-color: transparent;
color: hsla(0, 0%, 96.1%, 0.84);
}
.home-hero-container {
padding-right: 120px;
padding-left: 120px;
}
.vertical-text.white {
display: none;
}
.nav-dropdown-header-text.white {
color: #00112c;
font-size: 24px;
font-weight: 700;
}
.nav-menu-icon.white {
color: #00112c;
}
.custom-container {
width: 100%;
padding-right: 20px;
padding-left: 20px;
}
.div-block-20 {
width: 70%;
}
.home-tagline-text {
font-size: 55px;
line-height: 40px;
text-align: right;
}
.home-tagline-text._2 {
text-align: left;
}
.menu-button {
background-color: rgba(0, 32, 91, 0.8);
color: #f5f5f5;
}
.nav-dropdown-list {
margin-left: 0px;
}
.nav-dropdown-list.w--open {
border-radius: 0px;
background-color: #00aadc;
box-shadow: none;
}
.sevices-text-container {
width: 50%;
}
.sic-properties {
width: 50%;
}
.sevices-text-container-acquisition {
width: 50%;
}
.sevices-text-container-development {
width: 50%;
}
.sevices-text-container-investor {
width: 50%;
}
.sic-acquisitions {
width: 50%;
}
.sic-development {
width: 50%;
}
.sic-investors {
width: 50%;
}
.div-block-34 {
position: relative;
}
.get-to-know-us-text {
display: none;
}
.section-2 {
z-index: 1;
}
.footer-container-box {
position: fixed;
bottom: 0px;
z-index: 1;
width: 100%;
}
.bottom-footer-container {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
.copywrite-container {
margin-bottom: 20px;
}
.bottom-footer-link-container {
margin-left: 0px;
}
.defaultpage-hero {
padding-bottom: 0px;
}
.default-page-header-paragraph-container {
margin-top: 54px;
}
.defaultpage-hero-scrolldown-container {
left: 0px;
right: 0px;
bottom: 130px;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
.div-block-45 {
display: none;
}
.div-block-46 {
width: 100%;
height: 100%;
}
.left-vertical-bar-container {
display: none;
}
.div-block-47 {
margin-left: 0px;
}
.div-block-49 {
width: 300px;
}
.second-nav-container {
overflow: visible;
}
.second-nav-box {
overflow: visible;
width: 100%;
margin-left: auto;
padding-right: 53px;
padding-left: 53px;
}
.second-nav-list-container {
display: none;
}
.second-nav-listitem-container-2 {
min-height: 45px;
}
.second-nav-listitem-container-2.current {
padding-left: 10px;
color: #e4002b;
}
.second-nav-listbox-2 {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
.project-headertext-container {
margin-right: 20px;
margin-left: 20px;
}
.second-nav-list-dropdown-container {
position: relative;
display: block;
width: 100%;
margin-top: 10px;
box-shadow: 7px 7px 20px 0 rgba(0, 0, 0, 0.15);
}
.second-nav-dropdown {
background-color: #f5f5f5;
}
.details-box {
max-width: 100%;
padding: 60px;
}
.div-block-70 {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
.property-bulletpoint-container {
width: 100%;
margin-top: 60px;
}
.div-block-71 {
width: 100%;
}
.div-block-72 {
margin-right: 40px;
margin-left: 40px;
}
.grid-3 {
-ms-grid-columns: 1fr 1fr 1fr;
grid-template-columns: 1fr 1fr 1fr;
}
.second-nav-container-2 {
overflow: visible;
}
.second-nav-dropdown-2 {
background-color: #f5f5f5;
}
.second-nav-box-2 {
overflow: visible;
width: 100%;
margin-left: 0px;
padding-right: 70px;
padding-left: 70px;
}
.dropdown-list-2.w--open {
z-index: 6;
}
.second-nav-list-container-copy {
display: none;
}
.second-nav-listbox-2-copy {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
.bio-container {
background-position: 100% 0%;
background-size: auto 1000px;
}
.bio-container._2 {
background-position: 0% 0%;
}
.bio-container._4 {
background-position: 0% 0%;
}
.bio-textbox {
width: 100%;
margin-top: 392px;
margin-left: 20px;
}
.div-block-84 {
padding-right: 20px;
}
.div-block-85 {
width: 300px;
}
.div-block-87 {
padding: 60px;
-webkit-transform: translate(0px, 38px);
-ms-transform: translate(0px, 38px);
transform: translate(0px, 38px);
}
.investors-box-main-container {
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.investor-box-column {
width: 50%;
}
.custom-menu-button {
width: 70px;
min-width: 70px;
text-align: center;
}
.fullmenu-text-container {
margin-right: 20px;
margin-left: 20px;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.fullmenu-text-block {
width: 33%;
padding-right: 20px;
}
.tenant-cards-container {
margin-right: auto;
margin-left: auto;
}
.tenant-card-container {
-webkit-align-self: flex-start;
-ms-flex-item-align: start;
align-self: flex-start;
}
.tenant-card {
margin-right: 20px;
margin-left: auto;
}
.tenant-card._2.lastchild {
margin-right: auto;
}
.prop-manager-avatar {
max-width: 90px;
}
.div-block-103 {
margin-right: 10px;
}
.tenant-property-manager-header {
margin-top: auto;
}
.tenant-container {
margin-top: 40px;
}
}
@media screen and (max-width: 767px) {
.hero-under-text {
line-height: 19px;
}
.div-block-10 {
position: relative;
}
.div-block-12 {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
.wwd-stats {
margin-top: 60px;
}
.div-block-15 {
margin-left: 0px;
}
.div-block-19 {
width: 100%;
}
.div-block-20 {
width: 80%;
}
.home-tag-container {
display: none;
}
.div-block-21 {
display: none;
}
.sevices-text-container {
min-height: 480px;
padding: 30px;
}
.text-block-4 {
font-size: 14px;
}
.sevices-text-container-acquisition {
padding: 30px;
}
.sevices-text-container-development {
padding: 30px;
}
.sevices-text-container-investor {
padding: 30px;
}
.div-block-33 {
padding-bottom: 0px;
}
.footer-padded-containment {
margin-top: auto;
margin-bottom: auto;
}
.footer-container-box {
position: relative;
}
.default-page-header-paragraph-container {
margin-top: 42px;
}
.default-section-header {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
.aboutus-stats-container {
margin-top: 60px;
}
.aboutus-stats-sidebar {
display: none;
}
.left-vertical-bar-container {
display: none;
}
.div-block-49 {
width: 180px;
}
.div-block-50 {
padding-left: 20px;
}
.values-list-container {
width: 100%;
}
.header-underline {
margin-left: 0px;
}
.grid-3 {
-ms-grid-columns: 1fr 1fr;
grid-template-columns: 1fr 1fr;
}
.div-block-88 {
min-height: 350px;
}
.dpm-statename {
font-size: 28px;
line-height: 36px;
}
.investors-box-main-container {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
.investor-box-column {
width: 100%;
}
.header-underline-green {
margin-left: 0px;
}
.fullmenu-text-block {
width: 50%;
padding-right: 10px;
}
.div-block-100 {
padding-right: 20px;
padding-left: 20px;
}
.tenant-cards-container {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
.tenant-card-container {
width: 100%;
}
.tenant-card {
margin-left: 20px;
}
.tenant-container {
margin-top: 20px;
}
.privacy-text-block-container {
padding: 20px;
}
}
@media screen and (max-width: 479px) {
.brand {
margin-right: auto;
padding-left: 0px;
}
.home-hero-container {
padding-right: 45px;
padding-left: 45px;
}
.bold-text {
font-size: 40px;
line-height: 38px;
}
.div-block-16 {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
.stats-main-box {
margin-top: 20px;
}
.div-block-18 {
display: block;
}
.div-block-20 {
width: 100%;
}
.services-container-grid {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
.sevices-text-container {
width: 100%;
min-height: 400px;
}
.button-clear {
bottom: 30px;
}
.sic-properties {
width: 100%;
}
.services-container-grid-alternative {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
.sevices-text-container-acquisition {
width: 100%;
min-height: 520px;
}
.sevices-text-container-development {
width: 100%;
min-height: 400px;
}
.sevices-text-container-investor {
width: 100%;
min-height: 400px;
}
.sic-acquisitions {
width: 100%;
}
.sic-development {
width: 100%;
}
.sic-investors {
width: 100%;
}
.cta-link-box-container {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
}
.watermark-textblock {
display: none;
}
.default-page-header-paragraph-container {
margin-top: 30px;
}
.default-text-block.two-column {
-webkit-column-count: 1;
column-count: 1;
}
.aboutus-stat-insidebox {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
.div-block-50 {
display: none;
}
.values-list-container {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
.project-thumb-topheader {
margin-top: 10px;
}
.project-thumb-text-container {
padding-bottom: 10px;
padding-left: 10px;
}
.second-nav-box {
padding: 40px 20px;
}
.second-nav-item-sup-2 {
display: none;
}
.second-nav-itemtext-2 {
white-space: nowrap;
}
.project-thumb-topheader-2 {
margin-top: 10px;
}
.second-nav-dropdown {
font-size: 20px;
}
.div-block-60 {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
.div-block-61 {
margin-left: 20px;
}
.div-block-63 {
max-width: 100%;
}
.div-block-64 {
margin-top: 0px;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
.property-hero-subheader-container {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
.property-hero-subheader-text {
margin-right: 0px;
padding-bottom: 10px;
}
.details-box {
padding-top: 40px;
padding-right: 20px;
padding-left: 20px;
}
.details-subheader-container {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
.property-details-description {
margin-top: 60px;
}
.property-bulletpoint-container {
margin-left: 0px;
}
.property-tab-links {
padding-right: 20px;
padding-left: 20px;
text-align: center;
}
.grid-3 {
grid-column-gap: 40px;
grid-row-gap: 40px;
-ms-grid-columns: 1fr;
grid-template-columns: 1fr;
-ms-grid-rows: auto auto auto auto auto auto auto auto;
grid-template-rows: auto auto auto auto auto auto auto auto;
}
.second-nav-dropdown-2 {
font-size: 20px;
}
.second-nav-box-2 {
margin-left: 0px;
padding-right: 25px;
padding-left: 25px;
}
.bio-container {
background-position: 100% 0%;
background-size: auto 580px;
}
.bio-textbox {
margin-left: 0px;
}
.div-block-83 {
position: relative;
}
.div-block-86 {
position: relative;
}
.div-block-87 {
display: block;
padding: 20px 20px 0px;
-webkit-transform: translate(0px, 38px);
-ms-transform: translate(0px, 38px);
transform: translate(0px, 38px);
}
.div-block-88 {
min-height: 190px;
}
.dpm-statename {
font-size: 16px;
}
.investor-point-box-outer {
margin-right: 0px;
margin-left: 0px;
}
.fullmenu-header-container {
padding-right: 20px;
padding-left: 20px;
}
.div-block-95 {
-webkit-align-self: center;
-ms-flex-item-align: center;
-ms-grid-row-align: center;
align-self: center;
}
.fullmenu-text-container {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
.m-collapsible-inner-box {
margin-top: 0px;
}
.m-collapsable-button {
margin-top: 0px;
}
.fullmenu-text-block {
width: 100%;
padding-right: 0px;
}
.div-block-100 {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
.div-block-101 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-align-self: center;
-ms-flex-item-align: center;
align-self: center;
}
.tenant-card {
margin-right: auto;
margin-bottom: auto;
margin-left: auto;
padding: 15px;
}
.tenant-bill-pay-button {
padding: 14px;
}
.tenant-container {
margin-top: auto;
}
}
#w-node-47f7e90e59ff-d5951f54 {
-ms-grid-column-align: end;
justify-self: end;
-webkit-align-self: start;
-ms-flex-item-align: start;
-ms-grid-row-align: start;
align-self: start;
}
#w-node-e050e350e580-d5951f54 {
-webkit-align-self: start;
-ms-flex-item-align: start;
-ms-grid-row-align: start;
align-self: start;
-ms-grid-column-align: end;
justify-self: end;
}
#w-node-8d98f54ce750-d5951f54 {
-webkit-align-self: start;
-ms-flex-item-align: start;
-ms-grid-row-align: start;
align-self: start;
-ms-grid-column-align: end;
justify-self: end;
}
#w-node-a08aedc186bc-d5951f54 {
-webkit-align-self: start;
-ms-flex-item-align: start;
-ms-grid-row-align: start;
align-self: start;
-ms-grid-column-align: end;
justify-self: end;
}
#w-node-1f772de57b78-d5951f54 {
-webkit-align-self: start;
-ms-flex-item-align: start;
-ms-grid-row-align: start;
align-self: start;
-ms-grid-column-align: end;
justify-self: end;
}
#w-node-190ee2ca32d8-d5951f54 {
-webkit-align-self: start;
-ms-flex-item-align: start;
-ms-grid-row-align: start;
align-self: start;
-ms-grid-column-align: end;
justify-self: end;
}
#w-node-abc21204f6b3-d5951f54 {
-webkit-align-self: start;
-ms-flex-item-align: start;
-ms-grid-row-align: start;
align-self: start;
-ms-grid-column-align: end;
justify-self: end;
}
.btn {
display: inline-flex; 
padding-top: 0;
padding-bottom: 0; 
padding-left: 1rem;
padding-right: 1rem; 
font-size: 0.875rem;
line-height: 1.25rem; 
font-weight: 700; 
text-align: center; 
text-decoration: none; 
justify-content: space-between; 
align-items: center; 
border-radius: 0.25rem; 
height: 40px;
line-height: 40px;
transition: ease 0.3s background, ease 0.3s transform, ease 0.2s color;
}
.btn-small {
padding-left: 1rem;
padding-right: 1rem; 
height: 32px;
line-height: 32px;
}
.btn-large {
padding-left: 1.5rem;
padding-right: 1.5rem; 
font-size: 1rem;
line-height: 1.5rem;
height: 48px;
line-height: 48px;
}
.btn-primary {
color: #ffffff; 
background-color: #0368FF;
}
.btn-primary:hover, .btn-primary:focus {
background-color: #035EE6;
color: #ffffff;
}
.btn-primary.outline {
color: #0368FF;
border-color: #0368FF;
}
.btn-primary.outline:hover, .btn-primary.outline:focus {
background-color: #0368FF;
color: #ffffff;
}
.error {
color: #ff0000;
}
.second-nav-container {
width: calc(1352px + (100vw - 1352px) / 2);
}
.global-container-properties {
padding-top: calc(112px + 48 * ((100vw - 320px) / 1600));
padding-bottom: calc(112px + 48 * ((100vw - 320px) / 1600));
}
.calculated-area-padding {
padding-top: calc(112px + 48 * ((100vw - 320px) / 1600));
padding-bottom: calc(112px + 48 * ((100vw - 320px) / 1600));
}
.calculated-button-container-width {
width: calc(100% - 180px);
}
.aboutus-stats-sidebar::after {
content: "";
position: absolute;
right: -170px;
width: 160px;
height: 1px;
background-color: rgb(174, 174, 174);
}
.left-vertical-bar-container::after {
content: "";
position: absolute;
left: -170px;
width: 160px;
height: 1px;
background-color: rgb(174, 174, 174);
}
.default-top-padding {
padding-top: calc(72px + 48 * ((100vw - 320px) / 1600));
}
.values-container {
margin-bottom: calc(48px + -136 * ((100vw - 320px) / 1600));
}
.values-item {
width: calc(50% - 48px);
margin-left: 24px;
margin-right: 24px;
display: grid;
margin-bottom: calc(48px + 40 * ((100vw - 320px) / 1600));
}
.project-card-container {
width: calc(33.33% - 40px);
margin-top: calc(72px + 48 * ((100vw - 320px) / 1600));
}
.second-nav-list-dropdown-container {
width: calc(100vw - 130px);
}
.property-details-main-container {
width: calc(962px + (100vw - 962px) / 2);
}
.property-map {
height: calc(480px + 120 * ((100vw - 320px) / 1600));
}
.bull-container {
width: calc(1352px + (100vw - 1352px) / 2);
}
@media only screen and (max-width: 1920px) {
.default-section-header {
font-size: calc(32px + 16 * ((100vw - 320px) / 1600));
line-height: 1.17em;
}
.hero-header-text, .heading {
font-size: calc(32px + 40 * ((100vw - 320px) / 1600));
line-height: calc(32px + 40 * ((100vw - 320px) / 1600));
}
.regular-text, .default-text-block {
font-size: calc(16px + 2 * ((100vw - 320px) / 1600));
}
.bottom-header {
font-size: calc(20px + 10 * ((100vw - 320px) / 1600));
line-height: calc(22px + 10 * ((100vw - 320px) / 1600));
}
.hero-bottom-header-text {
font-size: calc(20px + 2 * ((100vw - 320px) / 1600));
line-height: calc(27px + 2 * ((100vw - 320px) / 1600));
}
.home-tagline-text {
font-size: calc(50px + 70 * ((100vw - 320px) / 1600));
line-height: calc(60px + 40 * ((100vw - 320px) / 1600));
}
.stats-header {
font-size: calc(60px + 40 * ((100vw - 320px) / 1600));
}
.cta-text {
font-size: calc(32px + 16 * ((100vw - 320px) / 1600));
}
.watermark-textblock {
line-height: 280px;
font-size: calc(120px + 120 * ((100vw - 768px) / 432));
}
}
@media screen and (max-width: 1366px) {
.default-vertical-herotag {
display: none;
}
.property-main-image-container {
height: calc(320px + 520 * ((100vw - 320px) / 990));
}
}
@media screen and (max-width: 1200px) {
.footer-block-container {
width: calc(33.3333%);
margin-bottom: 30px;
}
.footer-container-box {
padding: calc(48px + 144 * ((100vw - 320px) / 1600)) 0px calc(48px + 44 * ((100vw - 320px) / 1600));
}
.property-details-main-container {
width: calc(100% - 90px);
}
}
@media screen and (max-width: 640px) {
.footer-block-container {
width: 100%;
}
}
@media screen and (max-width: 768px){
.custom-container {
width: calc(100% - 120px);
margin-left: 60px;
margin-right: 60px;
}
.project-card-container {
width: calc(50% - 40px);
margin-top: calc(36px + 48 * ((100vw - 320px) / 1600));
}
.property-details-main-container {
width: calc(100% - 60px);
}
}
@media screen and (max-width: 767px){
.property-details-main-container {
width: 100%;
}
}
@media screen and (max-width: 578px){
.custom-container {
width: calc(100% - 60px);
margin-left: 30px;
margin-right: 30px;
}
.project-card-container {
width: 100%;
margin-left: 0px;
margin-right: 0px;
}
.second-nav-list-dropdown-container {
width: calc(100vw - 80px);
}
}
.pac-container {
z-index: 10000 !important;
}
