* {
	margin: 0; padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	color: #006060; font-size: 16px; font-weight: normal;
}

img {
	display: block;
}

ul {
	display: block;
}

li {
	display: block;
	list-style: none outside none;
}

a {
	color: inherit; text-decoration: none;
}



html {
	min-height: 100%;
	font-size: 16px;
}

body {
	min-height: 100%;
	color: #006060; font-family: 'Open Sans', sans-serif; font-size: 16px;
}

header {
	height: 3em;
}


@media (min-width: 48em) {
html {
	font-size: 16px;
}

header {
	height: 5em;
}
}



.floating {
	box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);
}

.half {
	background: #e8e0d8 linear-gradient(to right, #006060 50%, #e8e0d8 50%);
}

.striped {
	background: #e8e0d8 linear-gradient(to right, #006060 3em, transparent 3em);
}

@media (min-width: 48em) {
.striped {
	background: #e8e0d8 linear-gradient(to right, #006060 5em, transparent 5em);
}
}



.header-dock {
	position: fixed;
	z-index: 100;
	width: 100%; height: 3em;
	transition: box-shadow 0.25s;
}
.header-dock.is-docked {
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
}

.header-content {
	display: flex; position: relative;
	flex-flow: row nowrap; align-items: center;
	max-width: 80em;
	margin: 0 auto;
}

.header-logo {
	flex: 0 0 auto;
	display: block; overflow: hidden;
	width: 3em; height: 0;
	padding: 3em 0 0 0;
	background: #006060 url("../img/logo.png") center/79.16666667% no-repeat;
}

.header-title {
	padding: 0 0 0 0.5em;
	white-space: nowrap;
	cursor: pointer;
}

.title-hidden {
	display: none;
}

.title-text {
	font-size: 1.25em;
}

.header-dropdown {
	display: flex;
	flex-flow: row nowrap;
	background: #e8e0d8;
	color: #006060;
	cursor: pointer;
}
.header-dropdown.is-active {
	position: absolute;
	left: 3em; top: 0;
	padding: 0 0 0 0.5em;
	box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
}

.dropdown-items {
	display: none;
}
.header-dropdown.is-active .dropdown-items {
	display: block;
}

.dropdown-item {
	display: flex;
	align-items: center;
	height: 3em;
}

.dropdown-text {
	display: block;
	width: 100%;
	font-size: 1.25em;
}

.dropdown-arrow {
	display: flex;
	justify-content: center; align-items: center;
	height: 3em;
}

.dropdown-arrow-down,
.header-dropdown.is-active .dropdown-arrow-up {
	display: block;
}

.dropdown-arrow-up,
.header-dropdown.is-active .dropdown-arrow-down {
	display: none;
}

@media (min-width: 48em) {
.header-dock {
	height: 5em;
}

.header-logo {
	width: 5em;
	padding-top: 5em;
}

.title-text {
	font-size: 2.5em;
}

.header-dropdown.is-active {
	left: 5em;
}

.dropdown-item {
	height: 5em;
}

.dropdown-text {
	font-size: 2.5em;
}

.dropdown-arrow {
	height: 5em;
}

.dropdown-icon {
	font-size: 2em;
}
}



.header-contact {
	display: flex;
	flex: 0 0 auto;
	flex-flow: row nowrap; justify-content: flex-end;
	margin: 0 0 0 auto;
}

.header-contact-item {
	padding: 0 0.375em;
}

.header-contact-entry {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	height: 3em;
	white-space: nowrap;
	color: #004040; text-decoration: none;
}

.header-contact-icon {
	display: block;
	color: #006060;
}

.header-contact-text {
	display: none;
}

@media (min-width: 26.5625em) {
.header-contact-item.phone .header-contact-icon {
	margin: 0 0.5rem 0 0;
}
.header-contact-item.phone .header-contact-text {
	display: inline;
}
}

@media (min-width: 37.5em) {
.header-contact-icon {
	margin: 0 0.5rem 0 0;
}

.header-contact-text {
	display: inline;
}
}

@media (min-width: 48em) {
.header-contact {
	flex: 0 1 auto;
	flex-flow: column nowrap; justify-content: center;
	min-width: 12rem;
	margin-right: 0.5em;
}

.header-contact-item {
	flex: 0 1 auto;
	margin: 0 0 0.5em; padding: 0;
}
.header-contact-item:last-child {
	margin-bottom: 0;
}

.header-contact-entry {
	height: auto;
}
}



#body {
	max-width: 80em;
	margin: 0 auto;
}
#columns {
	display: flex;
	flex-flow: row nowrap;
}

#column-left {
	flex: 0 0 0;
	background-color: #006060;
}

#column-center {
	flex: 1 1 auto;
	background: #e8e0d8 linear-gradient(to right, #006060 3em, transparent 3em);
}

#column-right {
	flex: 0 0 0;
	background-color: #e8e0d8;
}

@media (min-width: 48em) {
#column-center {
	background: #e8e0d8 linear-gradient(to right, #006060 5em, transparent 5em);
}
}

@media (min-width: 80em) {
#column-left {
	flex: 1 0 auto;
}

#column-center {
	flex: 0 0 80em;
}

#column-right {
	flex: 1 0 auto;
}
}

#slideshow {
	display: none; box-sizing: border-box; position: relative;
	flex: 1 1 auto;
	border: 0.25em solid #008080;
}

.slideshow-button {
	display: flex; position: absolute;
	justify-content: center; align-items: center;
	top: 50%; z-index: 10; transform: translateY(-50%);
	/*border: 0.125em solid rgba(232, 224, 216, 0.4);*/
	background: #008080;
	color: #e8e0d8;
	cursor: pointer;
}
.slideshow-button.previous {
	left: 0;
}
.slideshow-button.next {
	right: 0;
}

.slideshow-icon {
	font-size: 1.5em;/* text-shadow: #000000 2px 2px 4px;*/
}

.slideshow-images {
	position: relative; overflow: hidden;
	width: 100%; height: 100%;
	background: #008080;
}

.slideshow-item {
	position: absolute;
	left: 0; top: 0;
	width: 100%; height: 100%;
	opacity: 0;
	transition: opacity 1s;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.slideshow-item.is-selected {
	position: static;
	opacity: 100;
}
.slideshow-item.westbrook {
	background-image: url(../img/westbrook.jpg);
}
.slideshow-item.terraceview {
	background-image: url(../img/terraceview.jpg);
}
.slideshow-item.valleybrook {
	background-image: url(../img/valleybrook.jpg);
}
.slideshow-item.canterbury {
	background-image: url(../img/canterbury.jpg);
}

.slideshow-info {
	box-sizing: border-box; position: absolute;
	bottom: 0; left: 0;
	width: 100%;
	padding: 0.5em 1em;
	background-color: rgba(0, 0, 0, 0.5);
	color: #e8e0d8;
}

.slideshow-image {
	height: 100%;
}


@media (min-width: 40em) {
#slideshow {
	display: block;
}
}

@media (min-width: 48em) {
#slideshow {
	border-width: 0.5em;
}

.slideshow-button {
	width: 3rem;
}
.slideshow-button.previous {
}
.slideshow-button.next {
}

.slideshow-icon {
	font-size: 3em;
}

.slideshow-images {

}

.slideshow-item {
}

.slideshow-info {
	font-size: 1.25em;
}

.slideshow-image {
}
}



#about-us {
	box-sizing: border-box;
	padding: 1em 1em 0 4em;
	color: #006060;
}

.about-us-text {
	padding: 0 0 1em;
	font-size: 0.875em;
}

@media (min-width: 23.4375em) {
#about-us {
	padding: 1em 3em 0 4em;
}

.about-us-text {
	font-size: 1em;
}
}

@media (min-width: 48em) {
#about-us {
	padding: 2em 7em 0;
}

.about-us-text {
	font-size: 1.25em;
}
}



#properties {
	display: flex; box-sizing: border-box;
	flex-flow: row nowrap; align-items: stretch;
	max-width: 80em;
	padding: 1em 1em;
}

.properties-list {
	padding-right: 1em;
}

.properties-item {
	margin-bottom: 1em;
}
.properties-item:last-child {
	margin-bottom: 0;
}

.properties-link {
	display: flex;
	flex-flow: row nowrap; align-items: center;
}

.properties-image {
	box-sizing: border-box;
	flex: 0 0 auto;
	width: 5em; height: 5em;
	border: 0.125em solid #008080;
	background-position: center; background-size: cover;
}
.properties-image.westbrook {
	background-image: url("../img/westbrook.jpg");
}
.properties-image.terraceview {
	background-image: url("../img/terraceview.jpg");
}
.properties-image.valleybrook {
	background-image: url("../img/valleybrook.jpg");
}
.properties-image.canterbury {
	background-image: url("../img/canterbury.jpg");
}

.properties-info {
	align-self: flex-start;
	padding: 0 0 0 1em;
}

.properties-entry {
	line-height: 1.5em;
}
.properties-entry.name {
	font-size: 1.25em;
}
.properties-entry.address,
.properties-entry.citystate {
	font-size: 0.875em;
}

#map {
	box-sizing: border-box;
	padding: 1em 1em 0;
	color: #006060;
}

@media (min-width: 48em) {
#map {
	padding: 1em 2em 0 ;
}
}

#properties-map {
	display: none;
	flex: 1 0 auto;
	height: 26em;
	border: 0.5em solid #008080;
}

@media (min-width: 23.4375em) {
.properties-image {
	width: 6em; height: 6em;
}
}

@media (min-width: 26.5625em) {
.properties-image {
	width: 7em; height: 7em;
}

.properties-entry.name {
	font-size: 1.5em;
}
.properties-entry.address,
.properties-entry.citystate {
	font-size: 1em;
}
}

@media (min-width: 40em) {
/*
.properties-image {
	border-width: 0.25em;
}
*/

#properties-map {
	display: block;
}
}

@media (min-width: 48em) {
#properties {
	padding: 2em 2em 0;
}

.properties-list {
	padding-right: 2em;
}

.properties-image {
	width: 8em; height: 8em;
}


.properties-info {
	padding-top: 0.25em;
}
}



#property {
	padding: 1em 0 0 0;
}

.property-gallery {
	padding: 0 1em 0 0;
}

.property-picture {
	margin: 0 0 0 1em;
	border: 0.25em solid #008080;
}

.property-image {
	display: block;
	width: 100%;
}

.property-thumbnails {
	display: flex;
	flex-flow: row wrap;
}

.property-thumbnails-item {
	display: block; box-sizing: border-box;
	flex: 0 0 auto;
	width: 33.333333333333%;
	padding: 1em 0 0 1em;
}

.property-thumbnail {
	display: block; box-sizing: border-box;
	width: 100%;
	border: 0.125em solid #008080;
	cursor: pointer;
}
.is-selected > .property-thumbnail {
	border: 0.125em solid #00a0a0;
	cursor: default;
}

.property-info {
	display: flex;
	flex-flow: column nowrap;
	padding: 2em 0 0 4em;
}

.property-address {
	order: 1;
}

.property-entry {
	line-height: 1.5em;
	white-space: nowrap;
}
.property-entry.name {
	font-size: 1.25em;
}
.property-entry.address,
.property-entry.citystate {
	font-size: 0.875em;
}

.property-facts {
	order: 3;
	margin: 2em 0 0;
}

.property-facts-item {
	display: list-item;
	list-style: disc outside;
	margin: 0 0 0 1.5em;
}

.property-buttons {
	order: 2;
	margin: 1em 0 0 0;
}

.property-button {
	display: flex; /*none;*/
	flex-flow: row nowrap;
	margin: 1em 0 0 0;
	white-space: nowrap;
	cursor: pointer;
}
.property-button-apply {
	display: none;
}

.property-button-icon {
	color: #006060;
}

.property-button-text {
	margin-left: 0.5em;
}

@media (min-width: 40em) {
.property-thumbnails-item {
	width: 25%;
}
}

@media (min-width: 48em) {
#property {
	display: flex;
	flex-flow: row nowrap;
	padding: 1em 2em 0 1em;
}

.property-gallery {
	flex: 0 1 62em;
	width: 62em;
	padding: 0;
}

.property-picture {
	border: 0.5em solid #008080;
}

.property-thumbnails-item {
	width: 20%;
}

.property-thumbnail {
	border: 0.25em solid #008080;
}
.is-selected > .property-thumbnail {
	border: 0.25em solid #00a0a0;
}

.property-info {
	display: flex;
	flex-flow: column nowrap;
	padding: 0 0 0 1em;
}

.property-address {
	order: 1;
}

.property-entry.name {
	font-size: 1.5em;
}
.property-entry.address,
.property-entry.citystate {
	font-size: 1em;
}

.property-facts {
	order: 2;
}

.property-buttons {
	order: 3;
	margin: auto 0 0;
}
}



#dimensions {
	padding: 0 0 0 4em;
}

.dimensions-group {
	display: flex;
	flex-flow: column nowrap;
	padding: 2em 0 0;
}

.dimensions-description {
	order: 2;
	padding: 1em 0 0 0;
}

.dimensions-description-item {
	display: list-item;
	list-style: disc outside;
	margin: 0 0 0 1.5em;
}

.dimensions-picture {
	order: 1;
	padding: 0 1em 0 0;
}

.dimensions-image {
	width: 100%;
}

@media (min-width: 48em) {
#dimensions {
	padding: 0 7em;
}

.dimensions {
}

.dimensions-group {
	display: flex;
	flex-flow: row nowrap; align-items: center;
	padding: 2em 0 0;
}

.dimensions-picture {
	order: 2;
	margin-left: auto; padding: 0 0 1em 0;
}
.dimensions-picture.westbrook_1bed {
	flex: 0 1 32.75em;
}
.dimensions-picture.westbrook_2bed {
	flex: 0 1 45em;
}
.dimensions-group:nth-child(2n) .dimensions-picture {
	order: 1;
	margin-left: 0; margin-right: auto;
}


.dimensions-image {
	width: 100%;
}

.dimensions-description {
	order: 1;
	flex: 0 1 auto;
}
.dimensions-group:nth-child(2n) .dimensions-description {
	order: 2;
}
}



#divider {
	display: flex;
	flex-flow: row nowrap;
	width: 100%; height: 2em;
}

.divider-left, .divider-right {
	flex: 0 0 0;
}

.divider-center {
	flex: 1 1 auto;
	max-width: 75em;
	margin: 0 0 0 3em;
	background: #e8e0d8;
}

.divider-right {
	background: #e8e0d8;
}

@media (min-width: 48em) {
#divider {
	height: 3em;
}

.divider-center {
	margin: 0 0 0 5em;
}
}

@media (min-width: 80em) {
.divider-left, .divider-right {
	flex: 1 1 auto;
}

.divider-center {
	flex: 0 0 80em;
}
}

footer {
	width: 100%;
	background-color: #006060;
}

.footer {
	display: flex; box-sizing: border-box;
	align-items: center;
	max-width: 80em;
	margin: 0 auto; padding: 1em 0 2em 3em;
}

.footer-group {
	box-sizing: border-box;
	max-width: 80em;
}

.footer-row {
	padding-top: 0.5em;
	color: #f0e8e0;
}
.footer-row.email {
}
.footer-row.phone {
}
.footer-row.address {
}
.footer-row.copyright {
	padding: 2em 0 0 0.5em;
}

.footer-link {
	display: flex;
	align-items: center;
	padding-top: 0.5em;
}

.footer-icon {
	display: block;
	margin-right: 0.5em;
}
.footer-text {
	display: block;
	font-size: 0.875em;
}

@media (min-width: 48em) {
footer {
}

.footer {
	padding: 1em 0 2em;
}
.footer-group {
	display: flex;
	flex-flow: row wrap; justify-content: space-between; align-items: center;
	width: 100%;
}

.footer-row {
	width: 33%;
}
.footer-row.copyright {
	width: 100%;
	padding-left: 0;
	text-align: center;
}

.footer-link {
	justify-content: center;
}
}



.dialog-section {
	display: none; position: fixed;
	flex-flow: row nowrap; justify-content: center; align-items: center;
	left: 0; top: 0; z-index: 1000;
	width: 100%; height: 100%;
	background: rgba(0, 0, 0, 0.6);
}
.dialog-section.is-active {
	display: flex;
}

.dialog-container {
	display: flex; box-sizing: border-box;
	flex: 1 1 auto;
	flex-flow: row nowrap;
	width: 100%; max-width: 60em; max-height: 100%;
	padding: 2em;
}

.dialog {
	position: relative;
	flex: 1 1 auto;
	width: 100%;
	padding: 1.5em 0;
	background: #e8e0d8;
}

.dialog-header {
	position: absolute;
	left: -1.5em; top: -1.5em;
	height: 3em; width: 100%;
}

.dialog-header-text {
	padding: 0.5em 1em;
	background: #008080;
	color: #e8e0d8; font-size: 1.25em;
}

.dialog-body {
	display: block; overflow: auto;
	height: 100%;
	padding: 0 1em;
	background: #e8e0d8;
}

.dialog-row {
	padding: 0 0 1em;
}

.dialog-subheader {
	padding: 2em 0 1em;
	font-weight: bold;
}

.dialog-field {
	padding: 1em 0 0;
	display: flex;
	flex-flow: column nowrap; justify-content: center;
}

.dialog-label {
	display: block;
	flex: 0 1 auto;
}

.dialog-input {
	display: block; box-sizing: border-box;
	flex: 0 1 auto;
	margin: 0.5em 0 0 0; padding: 0.25em;
	color: #006060; font-family: 'Open Sans', sans-serif; font-size: 1em;
}

.dialog-input-text {
}

.dialog-input-select {
}

.dialog-input-textarea {
	height: 5em;
}

.dialog-input-radio {
	margin: 0;
}

.dialog-radio {
	display: flex;
	flex-flow: row nowrap; justify-content: flex-start; align-items: center;
	margin: 0.5em 0 0 0;
}

.dialog-radio-label {
	margin: 0 0 0 0.5em;
}

.dialog-footer {
	display: flex; position: absolute;
	right: -1em; bottom: -1em;
	width: 100%; height: 2em;
	flex-flow: row nowrap; justify-content: flex-end;
	width: auto;
	background: transparent;
}

.dialog-button {
	margin: 0 0 0 1em; padding: 0.25em 0.5em;
	background: #008080;
	color: #e8e0d8;
	cursor: pointer;
}

@media (min-width: 36em) {
.dialog-body {
	padding: 0 1em 0 0;
}

.dialog-row {
	display: flex;
	flex-flow: row nowrap;
}

.dialog-subheader {
	width: 100%;
	padding: 2em 0 1em 1em;
	text-align: center;
}

.dialog-field {
	box-sizing: border-box;
	flex: 0 0 auto;
	padding: 1em 0 0 1em;
}
.dialog-one > .dialog-field {
	width: 100%;
}
.dialog-two > .dialog-field {
	width: 50%;
}
.dialog-three > .dialog-field {
	width: 33.333333333333%;
}
.dialog-four > .dialog-field {
	width: 25%;
}
}

.popup {
	position: absolute; overflow-y: auto;
	top: 0; left: 0; transform: translate(-50%, -100%);
	max-height: 5em;
	padding: 0.5em;
	background: #008080;
	color: #e8e0d8;
}

.popup-bubble-anchor {
	position: absolute;
	bottom: 1em; left: 0;
	width: 100%;
}
.popup-bubble-anchor::after {
	content: "";
	position: absolute;
	left: 0; top: 0; transform: translate(-50%, 0);
	width: 0; height: 0;
	border-width: 1em 0.5em 0; border-style: solid; border-color: #008080 transparent;
}

.popup-tip-anchor {
	position: absolute;
	width: 200px; height: 0;
}
