/* ADMIN EDIT STYLES */
.admin-edit {
	border: 3px solid #33bbff;
}


/* HEADER */
#header {
	background-color: #FFF;
	padding: 15px 0;
	text-align: center;
	text-decoration: none;
	width: 100%;
}

/* MENU */
#menu {
	text-align: center;
}

#menu .menu-list {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu .menu-list .menu-item {
	display: inline-block;
	margin: 0 -2px;
	padding: 16px 10px;
}

#menu .menu-list .menu-item:hover,
#menu .menu-list .menu-item.selected {
	background-color: #8f593d;
}

#menu .menu-list .menu-item a {
	font-size: 1.071em;
	font-weight: bold;
	text-decoration: none;
}

/*New Menu */
.navbar {
	text-align: center;
}

.navbar a {
	margin: 0 -2px;
	padding: 16px 10px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	text-decoration: none;
}

.dropdown {
	display: inline-block;
}

.dropdown .dropbtn {
	margin: 0 -2px;
	padding: 16px 10px;
	border: none;
	background-color: inherit;
	outline: none;
	font-size: 14px;
	color: #fff;
	font-family: inherit;
}

.navbar a:hover, .dropdown:hover .dropbtn, .navbar a.selected {
	background-color: #8f593d;
}

.dropdown-content {
	display: none;
	position: absolute;
	min-width: 130px;
	background-color: #5e361d;
	margin: 0 -2px;
	z-index: 100;
}

.dropdown-content a {
	margin: 0;
	padding: 16px 10px;
	display: block;
	color: #fff;
	text-decoration: none;
	text-align: left;
}

.dropdown-content a:hover {
	background-color: #8f593d;
}

.dropdown:hover .dropdown-content {
	display: block;
}

/* FOOTER */
#footer {
	font-size: 0.775em;
	height: 100%;
	padding-top: 40px;
	width: 100%;
	z-index: 1;
}

#footer #contact-info {
	font-size: 1.29em;
	font-weight: 700;
}

#footer #contact-info .address {
	border-right: 2px solid #c5cbb1;
	margin: 0 5px 0 0;
	padding: 0px 10px 0 0;
}

#footer #contact-info .teletype {
	border-left: 2px solid #c5cbb1;
    margin: 0 0 0 5px;
    padding: 0 0 0 10px;
}

#footer #credo {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.38em;
	font-style: italic;
	font-weight: 700;
	line-height: 24px;
}

#footer #credo a {
	color: #393930;
	text-decoration: none;
}

#footer #copyright {
	color: #c5cbb1;
}

#footer #access a {
	color: #393930;
	font-size: 1.29em;
	font-weight: 700;
	text-decoration: none;
}

#footer #footer-btns {
	display: inline;
	float: right;
	padding: 0 12px;
	margin-bottom: 5px;
}

#footer #footer-btns img {
	margin-left:8px;
}

#footer p {
	color: #393930;
	margin: 0;
	padding: 3px;
	text-align: center;
}

#footer #admin-edit-footer {
	position:fixed;
	left:0px;
	bottom:0px;
	min-height:130px;
	width:100%;
	background:#33bbff;;
	z-index: 1000;
	text-align: center;
}

#footer .admin-instructions {
	color: #FFFFFF;
	font-size: 20px;
	display: inline-block;
	margin: 24px;
	max-width: 950px;
}


#main-content-container {
	background-color: #FFFFFF;
	padding: 40px 0 0;
	height: 100%;
	width: auto;
}


/* INDIVIDUAL PAGES */
/* Home Page */
#homepage-content  {
	text-align: center;
}

#homepage-content .homepage-top-section {
	display: inline-block;
	margin: 0 0 20px 0;
	width: 87%;
}

#homepage-content .page-detail-section {
	border-right: 2px solid #e7e7e7;
    float: left;
	padding-right: 27px;
	text-align: left;
	width: 55%;
}

#homepage-content .page-detail-section .home-title-logo {
	display: block;
	padding: 0 0 10px 0;
}

#homepage-content .button-bar {
	margin: 24px 0 24px 61%;
	text-align: left;
}

#homepage-content .button-bar .property-link-section, #homepage-content .button-bar .interest-link-section {
	padding: 8px 0;
}

#homepage-content .button-bar img {
	padding: 0 10px 0 0;
}

#homepage-content .button-bar a {
	color: #FFF;
	text-decoration: none;
}

#homepage-content .hero .hero-image {
	position: relative;
}

#homepage-content .hero .owl-item .home-carousel__slide {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 696px;
}

#homepage-content .hero .owl-item  hgroup {
	position: absolute;
	bottom: 60px;
}

#homepage-content .main-image-title {
	background-color: #cd853a;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.714em;
	margin: 0 40px;
	padding: 10px;
	text-align: center;
}

#homepage-content .main-image-title {
	color: #FFF;
	font-style: italic;
	text-decoration: none;
}


/* Content Pages */
.content-header {
	margin: 0 auto;
	max-width: 900px;
}

#content-page {
	margin: 0 auto;
	max-width: 900px;
	padding-bottom: 30px;
}

#content-page .hero .hero-image {
	margin: 0 auto 40px auto;
	position: relative;
	width: 90%;
}

#content-page .hero .owl-item .content-carousel__slide {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 350px;
}

#content-page .page-detail-section {
	padding: 0 30px;
}

#content-page .page-detail-section  img {
	max-width: 100%;
}

/* Properties Page */
.properties {
	margin: 0 auto;
	max-width: 900px;
}

.properties .missing-properties {
	display: inline-block;
	padding: 20px 0 40px 0;
	text-align: center;
	width: 100%;
}

.properties .missing-properties-msg {
	font-size: 1.143em;
}

.properties .property-group {
	display: inline-block;
	padding: 20px;
	width: 28%;
	vertical-align: top;
}

/*///*/
ol.property-grid.property-group {
	display: grid !important;
	width: auto !important;
	grid-template-columns: repeat(3, 1fr);
	align-items: start;/*center*/
	grid-auto-flow: row;
	margin-left: 20px;
	padding: 20px 0;
}

@media only screen and (max-width: 600px) {
	ol.property-grid.property-group {
		grid-template-columns: repeat(2, 1fr);
	}
}

.properties .property::marker {
	color: #818085;
	font-size: 1.143em;
}

.properties .property-grid.property-group .property {
	padding: 0px 0 10px 0;
	margin-left: 30px;
	width: auto;
}
/*///*/

.properties .property-group .property {
	cursor: pointer;
	padding: 0 0 15px 0;
	/*width: 300px;*/
}

.properties .property-group .property.selected,
.properties .property-group .property:hover {
	color: #404042;
	font-weight: 700;
}

.properties .property-group .property .property-text  {
	display: inline-block;
	vertical-align: top;
}

.properties .property-group .property .property-text  a {
	text-decoration: none;
}

.properties .property-group .property .property-name,
.properties .property-group .property .number {
	font-size: 1.143em;
}

.properties .property-group .property .property-address {
	display: block;
	line-height: 10px;
}

.properties .property-group .property .map-button {
	font-size: 0.788em;
}

.properties .property-group .property .map-button:hover {
	text-decoration: underline;
}

.properties #map-canvas {
	height: 500px;
}

.mapIconLabel {
    color: white;
     background-color: red;
     font-family: "Lucida Grande", "Arial", sans-serif;
     font-size: 10px;
     text-align: center;
     width: 10px;     
     white-space: nowrap;
}

#property-detail {
	margin: 0 auto;
	max-width: 910px;
	padding-bottom: 40px;
}

#property-detail .property {
	display: inline;
	float: left;
	max-width: 240px;
	overflow-x: hidden;
	padding-left: 40px;
	text-align: left;
}

#property-detail .property img {
	width: 100%;
}

#property-detail .details {
	color: #5e361d;
	padding: 15px 0;
	text-align: left;
}

#property-detail .details span {
	display: block;
	font-weight: 700;
}

#property-detail .property .application-download {
	padding-top: 10px;
	clear: both;
}

#property-detail .property .application-download .application-download-img {
	float: left;
	width: 70px;
}

#property-detail .property .application-download .download-text,
#property-detail .property .application-download .label-text,
#property-detail .property .application-download .application-text {
    display: inline-block;
    font-weight: 600;
	padding-left: 20px;
}

#property-detail .property .application-download .download-text {
    font-size: 17px;
    line-height: 12px;
    padding-top: 33px;
}

#property-detail .property .application-download .label-text {
    font-size: 17px;
    line-height: 12px;
}

#property-detail .property .application-download .application-text {
    font-size: 24px;
}

#property-detail .property-desc {
	display: inline-block;
	margin: 25px 0 0 50px;
	max-width: 575px;
}
#property-detail .property-desc h1 {
	text-align:left;
}

#property-detail .button-bar {
	margin: 0 auto;
	padding-top: 25px;
	text-align: center;
	width: 90%;
}

#property-detail .button-bar .flexslider {
	display: none;
}

#property-detail .button-bar .button {
	display: inline-block;
	padding: 20px;
}

#property-detail .button-bar .button img {
	cursor: pointer;
}

/* For Rent Page */
#for-rent h2 {
	margin-top: -14px;
	padding: 0 50px 20px 50px;
}

#for-rent .button-bar {
	padding: 10px 6px;
	text-align: center;
}

#for-rent .button-bar .button {
	display: inline-block;
	text-align: center;
	width: 97px;
}

#for-rent .button-bar .button  a {
	text-decoration: none;
}


/* Awards Page */
#awards {
	border-spacing: 10px;
	display: table;
	margin: 0 auto;
	text-align: center;
}

.award-group {
	display: table-row;
}

.award {
	border: 2px solid #acb59a;
	background-color: #eef0e2;
	display: table-cell;
	padding: 13px;
	text-align: center;
	width: 200px;
}

.award .sub-title {
	display: block;
	font-size: 0.929em;
}

.award img {
	max-width: 120px;
}


/* Staff Page */	
.staff {
	border-bottom: 1px solid #ae9a8e;
	cursor: pointer;
	margin: 0 30px;
	padding: 20px 0;
}

.staff .staff-header {
	display: block;
	height: 35px;
}

.staff .title-info {
	float: left;
	display: inline;
}

.staff .staff-name {
	color: #545454;
	display: block;
	font-size: 1.25em;
}

.staff .staff-title {
	color: #545454;
	display: block;
	font-size: 0.75em;
	padding-bottom: 15px;
}

.staff .staff-desc-btn {
	float: right;
	display: inline;
}

.staff .staff-desc {
	cursor: initial;
	display: none;
	padding-top: 20px;
}

/* Interest List Page */
#interest-list-page-content {
	max-width: 900px;
	margin: 0 auto;
}

#interest-list-page-content #featured-properties {
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: 1px solid #808184;
}

#interest-list-page-content #featured-properties .featured-header {
	margin: 0 0 0 20px;
}

#interest-list-page-content #featured-properties .properties {
	border-spacing: 20px;
	display: table;
	text-align: center;
	width: 100%;
}

#interest-list-page-content #featured-properties .property-group {
	display: table-row;
}

#interest-list-page-content #featured-properties .property {
	background-color: #FFF;
	border: 1px solid #898989;
	display: table-cell;
	padding: 0 0 10px 0;
	text-align: center;
	width: 200px;
}

#interest-list-page-content #featured-properties .single-property-display {
	display: inline-block;
	/*width: 430px;*/
}

#interest-list-page-content #featured-properties .property .property-image {
	display: inline-block;
	height: 250px;/*2x2 was 200*/
	width: 100%;/*2x2*/
	overflow: hidden;
}

#interest-list-page-content #featured-properties .property .property-image img {
	max-width: 100%;
	/*min-height: 180px;2x2*/
	width: 100%;
	margin-top: -50px;/*2x2*/
}

#interest-list-page-content #featured-properties .single-property-display .property-image img {
	margin-top: 0;
}

#interest-list-page-content #featured-properties .property .property-text {
	padding-top: 5px;
	display: block;
}

#interest-list-page-content #featured-properties .property a {
	text-decoration: none;
}

#interest-list-page-content #featured-properties .button-bar {
	text-align: center;
	margin-top: 20px;
}

#interest-list-page-content #featured-properties .button-bar .property-link-section {
	display: inline;
	padding: 8px 10px;
	white-space:nowrap;
}

#interest-list-page-content #featured-properties .button-bar img {
	padding: 0 10px 0 0;
}

#interest-list-page-content #featured-properties .button-bar a {
	color: #FFF;
	text-decoration: none;
}

#interest-list h1 {
	padding: 0 25px;
	text-align: left;
	font-size: 1.72em;
}

#interest-list .instructions {
	padding: 15px 25px;
}

#interest-list .submitted {
	display: none;
}

#interest-list .form-header {
	font-size: 1.429em;
	padding: 0 25px;
}

#interest-list .form-header .two-line-header {
	line-height: 28px;
}

#interest-list .form-header .sub-header {
	display: block;
	font-size: 0.675em;
	font-weight: 500;
	padding-top: 5px;
}

#interest-list .entry-group-container, #interest-list .entry-group-container-centered  {
    border-bottom: 1px solid #808184;
    margin: 0 0 40px;
	padding: 15px 10px 30px 10px;
}

#interest-list .entry-group, #interest-list .entry-group-centered {
	display: inline-block;
	padding: 10px 20px;
	width: 43%;
}

#interest-list .entry-group-left {
	display: inline-block;
	padding: 10px 20px;
	width: 100%;
}

#interest-list .entry-group-radio {
	display: inline-block;
	padding: 15px 12px;
}

#interest-list .label {
	display: inline;
	padding-bottom: 5px;
}

#interest-list .input {
	display: inline;
	padding-bottom: 5px;
}

#interest-list input[type=text] {
	color: #808184;
	display: inline;
	height: 25px;
	padding: 0 10px;
	width: 230px;
}

#interest-list input[type="checkbox"] {
	height: 22px;
	vertical-align: middle;
	width: 22px;
}

#interest-list input[type="radio"] {
	height: 22px;
	margin: 0 8px 0 20px;
	vertical-align: bottom;
	width: 22px;
}

#interest-list .form-entry .error-messages .error {
	padding: 0 25px;
}

#interest-list .button-bar {
	margin: 0 auto;
	text-align: center;
	width: 90%;
}

#interest-list .button-bar .button {
	display: inline-block;
	padding: 20px;
}

/* Job Ops Page */

#careers-page {
	margin: 0 40px;
	/*padding-bottom: 30px;*/
    position: relative;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden;
}
#careers-page iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}