/**
 * Theme Name: Garden East Child Theme
 * Template:   garden-east
 * Author: Resident360
 */
@import url("https://use.typekit.net/lik8lkd.css");

html,
body {
	min-width: 320px!important;
}

.mainContent {
	padding-top: 8rem;
}

@media screen and (min-width: 1024px) {
	.mainContent {
		padding-top: 16rem;
	}
}

body{
	font-family: 'Montserrat', sans-serif;
	font-weight: normal;
}

#header .mainContainerNav {
	padding-bottom: 4rem;
    padding-top: .9rem;
}

#header > div:first-child > a:first-child {
	/** transform: translate(-50%, 10px); **/
}

@media (min-width:1024px) {
    .header_content_inner h1,
    .header_content_inner h2,
    .parallax_section_content h1,
    .parallax_section_content h2 {
        font-size: 64px
    }
}

/**
 * Hero
 */
.home-hero {
	width: 100%;
	aspect-ratio: 16/9;
	max-height: 100vh;
	overflow: hidden;
}
.wistia_embed video {
	object-fit: cover!important;
}

.video-overlay-text {
	position: absolute;
	top: 60%;
	transform: translateY(-50%);
}


@media (min-width: 320px) and (max-width: 460px) {	
	.video-overlay-text {
		padding-left: 2rem!important;
		padding-right: 2rem!important;
		top: 58%;
	}
}

@media (max-width: 767px) {
	.home-hero {
		aspect-ratio: 1;
	}
	
	.wistia_responsive_wrapper,
	.wistia_embed,
	.wistia_embed > div:first-child {
		height: 100%!important;
	}
	
	.video-overlay-text h1 {
		font-size: 1.8rem;
	}
}

@media (max-width: 1023px) {
	.heroButtons > *:not(:last-child) {
		display: none!important;
	}
}

/* ---- */

.selectUnits {
	margin-top: 10px;
	font-style: italic;
}

.page-id-61 .parallax_section {
	background-position: top;
}

@media(min-width:768px) {
.page-id-59 .bg-cover {
	background-position: 0 -80px;	
}
}
	
.page-id-59 .parallax_section {
		background-position: center;
}

.page-id-65 .bg-cover {
	background-position: top;	
}


.page-id-155 .bg-cover {
	background-position: top;	
}

.page-id-67 .parallax_section {
		background-position: top;
}

.page-id-6 .bg-cover {
	background-position: top;	
}

.page-id-6 .parallax_section {
	background-position: center;	
}

footer.bg-darker.py-10.lg\:pt-20.lg\:pb-10.text-white {

}
.contact_gallery_section {

}

.footer_credit ul li a {
	color: #fff;
}
.floorplans_section {

}
.floorplans_loop_col {
    background: #fff;
}


.floorplan_modal_image img {
    max-width: 600px;
	width: 100%;
}

body.page-id-1025 .modal-custom-width {
    max-width: 1100px !important;
}

.check-avail-btn-wrapper{
	text-align: center;
	margin: 2rem auto 1rem auto; 
}

.floorplan_modal_image .toggle-btn.view-larger-btn{
	font-size: 1rem;
	height: auto;
}


.check-avail-btn-wrapper a{
	max-width: 320px;
    background-color: white;
    color: black;
    width: 100% !important;
    display: block;
    margin: auto;
}


p.r360-floorplan-disclaimer-copy {
    font-size: 0.9rem;
    margin-top: 2rem;
    text-align: center;
    max-width: 720px;
    margin: 2rem auto;
    color: #a9a7a7;
}

.modal-header-content{
	padding: 0.5rem;
	margin-top: 1rem;
    margin-bottom: 1.5rem;
    border-bottom: 1px solid rgb(48,78,116);
}

body.page-id-1025 .modal-content {
	min-height: 500px; 
}

.r360-units-avail-calc-loader {
	display: none; 
    position: absolute;
    width: 100px;
    text-align: center;
    margin-top: 20vh;
    left: 50%;
    margin-left: -50px;
    background: rgb(48,78,116);
    border-radius: 0.2rem;
    height: auto;
    padding: 0.5rem;
    font-size: 2.8rem;
    color: #FFF;
}

.col-2-r360-detail-view{
	text-align: right;
}

.r360-detail-view-avail-date {
    color: rgb(48,78,116);
    font-size: 1.3rem;
    margin-bottom: -1rem;
    display: block;
    margin-top: 1rem;
}

.pricing-table-inner {
    max-width: 550px;
    margin: auto;
    text-align: left;
}

.modal-content-unit-detail-view .floorplan_modal_image {
	padding-bottom: 2rem;
	border: 1px solid #CCC;
    border-bottom: 0;
	border-top: 0;
	padding-top: 1.5rem;
}

.r360-floorplan-unit-available-pricing {
    background: #f6f6f6;
    text-align: center;
    padding-top: 2rem;
    border: 1px solid #CCC;
    min-height: 240px;
    margin-bottom: 2rem;
}

.pricing-disclaimer-inner {
    font-size: 0.8rem;
    color: #969393;
    margin: 2rem auto !important;
    text-align: center;
}

.w-1\/2 {
	width: 50%; 
}

.modal-content-unit-detail-view .modal-header-content {
    margin-top: 3rem;
    margin-bottom: 0;
    background: #f6f6f6;
    border: 1px solid #CCC;
    padding: 0.5rem 2rem;
}

.modal-content-unit-detail-view .modal-header-content i{
	font-size: 1.8rem;
    color: rgb(48,78,116);
    margin-right: 0.5rem;
}


.r360-units-avail-calc-loader i {
	animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span{
	margin-top: -3px !important;
}

.ui-datepicker .ui-datepicker-header{
	background: rgb(48,78,116);
}
.sightmap-transparency-calculator {
	position: relative;
  	width: 100%;      
  	overflow: hidden; 
    padding-top: calc(52% + 60vh);
}

.sightmap-transparency-calculator iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.modal-content-contact-view,
.modal-content-fee-calculator-view {
    padding-top: 2rem;
}
    

.unit-details-back,
.modal-content-contact-view,
.modal-content-fee-calculator-view,
.modal-content-unit-detail-view {
	display: none; 
}


table.realpage_ils_unit_table{
	border: 0;
}

table.realpage_ils_unit_table tr {
	background-color: #fcfcfc;
	border: 1px solid #FFF;
	cursor: pointer;
    /* border-bottom: 19px solid #ffffff; */ 
}

table.realpage_ils_unit_table tr.r360-unit-row-spacer {
    background: #FFF !important;
    height: 9px;
	border: 0 !important;
}

tr.r360-unit-row-spacer td {
    padding: 0 !important;
}

table.realpage_ils_unit_table tr:hover{
	border-color: rgb(48,78,116);
}

table.realpage_ils_unit_table tr td:first-child{
	/* width: 210px;
	font-size: 1.4rem; */ 
}

table.realpage_ils_unit_table tr td:first-child i{
	margin-right: 0.3rem;
	color: rgb(48,78,116);
}

table.realpage_ils_unit_table tr td {
	padding: 1.5rem 1.6rem;
    width: 100%;
}

.check-units-avail-btn-r360 .fa-angle-up {
	transition: all 0.2s linear;
}

.check-units-avail-btn-r360 .fa-angle-up.rotate-90 {
	transform: rotate(180deg);
}

[id^="r360-unit-date-picker-"]{
	width: 100%;
	margin-bottom: 2rem;
}

div[id^="r360-apartments-available-"] {
	display: none;
}

.available-units-table tr td .button {
    color: #333;
    font-weight: 500;
    background: transparent; 
    border: 1px solid #FFF; 
    transition: 0.2s linear all;
}

.available-units-table tr td .button:hover{
    border-color: #9c978a;
    transition: 0.2s linear all;
}

.rotate-180{
    transform: rotate(180deg);
}

.r360-available-unit-row {
    border-bottom: 1px solid #ede9e9;
    cursor: pointer;
    transition: 0.2s linear all;
}

.r360-available-unit-row:hover {
    background: var(--dark-gray);
    color: #ede9e9; 
    transition: 0.2s linear all;
}

.r360-available-unit-row:hover td .button {
    border-color: var(--dark-gray);
    color: #ede9e9;
}

.available-units-table {
	width: 100%;
    color: #333; 
    margin-top: 3rem;
}

.available-units-table thead td {
	font-weight: 600;	
}

.available-units-table td {
	padding: 2rem 0 2rem 0;
	text-align: center;
    font-size: 1.2rem;
}


@media (max-width: 767px) {
	.available-units-table thead {
		display: none;
	}
	
	.available-units-table td {
		border: 0;
		padding: 5px 0;
		display: block;
	}
	.available-units-table tr td:first-child {
		border-top: 1px solid #4b4b4b;
		padding-top: 20px;
		font-weight: bold;
	}
	.available-units-table tr td:last-child {
		border-bottom: 1px solid #4b4b4b;
		padding-bottom: 20px;
	}
}

div#ui-datepicker-div{
	background: #FFF; 
	color: rgb(48,78,116);
}

div#ui-datepicker-div select{
	padding: 0;
    padding-left: 0.5rem;
    color: #FFF;
    text-align: center;
    background: transparent;
    border: 0;
}

.unit-details-back {
    padding: 0.2rem 1rem;
    font-size: 1.2rem;
    border: 1px solid #9a9a9a;
    font-family: sans-serif;
}

.unit-details-back i{
    line-height: 0;
    font-size: 1.2rem;
    top: -2.5rem;
    margin-right: .5rem;
    position: relatve;
    transition: all .1s linear;
}

.unit-details-back:hover i{
    margin-right: 0.8rem;
    margin-left: 0.2rem;
}

.pricing-table-inner .flex-row {
    margin-bottom: 0.4rem;
    border-bottom: 1px solid #CCC;
    padding-bottom: 0.5rem;
}


.until-detail-button-row div{
	flex: 1 1 50%;
}

.unit-detail-view-actions button,
.unit-detail-view-actions a{
	width: 100%;
    padding: 1rem;
	display: block;
    background-color: rgb(48,78,116);
    color: white;
    border: none;
    cursor: pointer;
	text-align: center;
    text-transform: uppercase;
    font-size: 1rem;
    margin-top: 20px;
}




.unit-detail-view-actions button .fa-search-dollar {
    font-size: 1.2rem;
    position: relative;
    top: 0.14rem;
}

.unit-detail-view-actions .flex{
	gap: 0.5rem;
}


.page-id-63 .two_column_content_section .simple_text_container{
	background-color: rgb(236 236 236/var(--tw-bg-opacity));
	margin-top: -45px;
}

@media (max-width:600px) {
	.page-id-63 .two_column_content_section .simple_text_container{
		background-color: rgb(236 236 236/var(--tw-bg-opacity));
		margin-top: 0px;
	}
}

.hover\:text-accent:hover, .testimonials_section_testimonial_item h3, .testimonials_section_testimonial_item h4, .simple_text_inner ul li::marker, .location-carousel ul li::marker, .modal-content ul li::marker {
	color: #e21833 !important;
}
.features-section.neighborhood-attractions {
    background: #e21833;
}
.parallax_section_content h2, .section-title, .simple_text_inner h2, .simple_text h2, .walk_score_section_content h2, .contact_gallery_section h2 {
	font-size: 3.25rem;
}

select.wpcf7-form-control.wpcf7-select option {
	color: #000;
}
.header_modal_menu li a{
	font-family: var(--body-font);
	font-weight: bold;
}
.floorplan_item_details h2 {
    font-family: var(--body-copy);
}
.page-id-59 .modal h2, .page-id-59 .modal h3 {
    font-family: var(--body-font);
}

.floorplan_item_details {
    min-height: 232px;
}

.floorplan_modal_image.lg\:order-last.grow img {
    width: 70%;
    position: relative;
	top: 25px;
}

button.uppercase.border-t.border-light.text-center.w-full.py-4.group-hover\:bg-accent.group-hover\:text-white.transition-all.duration-300.tracking-widest {
	background-color: rgb(48,78,116);
	color: #fff;
}

button.uppercase.border-t.border-light.text-center.w-full.py-4.group-hover\:bg-accent.group-hover\:text-white.transition-all.duration-300.tracking-widest:hover {
	background-color: #fff;
	color: #004147;
	border: 1px solid #004147;
}

a.btn-outline.mt-8.max-w-full.text-center.md\:max-w-fit {
	background-color: #004147;
		color: #fff;
}

a.btn-outline.mt-8.max-w-full.text-center.md\:max-w-fit:hover {
	background-color: #fff;
		color: #004147;
}

.floorplans_loop_col .bg-lighter {
    background: #fff;
}

div#mainNavContainer {
background-color: var(--secondary-color);

}

.flex.flex-col.lg\:flex-row.max-w-screen-md.mx-auto.grow.lg\:items-center.text-medium.px-8 {
    color: #fff;
}

.header_modal_menu li a {
	color: var(--accent-color);
}

.header_modal_menu li a:hover {
	color: #f3ae1a;
}

.header_modal_menu li.menu-item.button a {
	border: 1px solid var(--accent-color);
}

@media (min-width: 1024px) {
    .lg\:px-8  {
	        padding-left: 60px !important;
        padding-right: 60px !important;
}
}

img.absolute.top-0.left-0.w-full.h-full.group-hover\:scale-125.transition-all.duration-500.ease-in-out.object-contain.object-center {
		padding: 60px 30px 0;
}

.group:hover .group-hover\:scale-125{
	--tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
}


h2.gold-heading {
  color: rgb(226, 24, 51);
  font-size: 4rem;
  line-height: 4.2rem;
  padding-bottom: 20px;
}

@media (max-width: 1024px) {
  h2.gold-heading {
    font-size: 3rem;
    line-height: 3.3rem;
  }
}

@media (max-width: 768px) {
  h2.gold-heading {
    font-size: 2.25rem;
    line-height: 2.6rem;
    padding: 12px;
  }
}

@media (max-width: 480px) {
  h2.gold-heading {
    font-size: 2rem;
    line-height: 2.4rem;
  }
}

  
p:has(input.has-spinner) {
	position: relative;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner {
	background-color: var(--accent-color);
	color: #fff;
	padding: 10px 20px;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
	background-color: #fff;
	color: var(--accent-color);
	border: 1px solid var(--accent-color);
}

.wpcf7-spinner {
	position: absolute;
    top: 12px;
    margin-left: 0;
    margin: 0;
    right: 12px;
}

.page-id-61 .bg-cover {
	background-position: top;
}

.page-id-61 .parallax_section {
	background-position: top;	
}

.page-id-6 .bg-cover {
	background-position: center;	
}
nav.heroButtons a {
    background-color: rgb(226, 24, 51) !important;
	padding: 15px;
}
.simple_text_inner h2,.header_content_inner h1,.contact_gallery_section h2{
/* 	font-family: 'bicyclette'; */
	font-weight: 600;
}

.page-id-378 .mainContent, .page-id-242 .mainContent {
    padding-top: 15rem;
}

@media(max-width:1023px) {
	.r360-available-unit-row {
    	font-size: 1.1rem;
	}

	.until-detail-button-row {
		flex-direction: column !important;
	}
	
	#header > div:first-child {
		padding-bottom: 2rem!important;
		padding-top: 2rem!important;
	}
	#header > div:first-child > a:first-child {
    	transform: none!important;
	}
}

.featured-popup {   
	background-color: var(--accent-color);
	min-height: 200px;    
	background-size: contain; 
	display: flex;  
	align-items: center;
	flex-direction: column;
	justify-content: center;
}
.specials-text { 
	font-size: 45px;    
	font-family: 'turbinado-pro', sans-serif;    
	line-height: 110%;
}
.popup-btn 
{
	background-color: #B55C2C;
	border: 1px solid #B55C2C;
	color: #fff;
	font-size: 17px;
	line-height: 0.3em !important;
	font-weight: 600;
	padding: 22px 28px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	letter-spacing: 0.05em;
}
.popup-btn:hover {
	background-color: white;
	border: 1px solid #B55C2C;
	color: #B55C2C;
	line-height: 5px !important;
}
.featured-popup {
	color: #fff;
	display: none;
}
.home .featured-popup{
	display: flex
}
span.popup-btn {
    color: #FFF;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 1.2rem;
}
span#closeBtn {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

.floorplan_modal_image img {
  width: 100%;
  max-width: 600px;
  height: auto;
  display: block;
  margin: auto;
}

.r360-units-avail-calc-loader {
  display: none;
  position: absolute;
  /* inset: 0; */
  z-index: 10;
}
.modal-header-content {
  border-bottom: 1px solid rgb(48,78,116);
  margin-bottom: 1.5rem;
  padding-bottom: .5rem;
}

.unit-details-back {
  position: absolute;
  top: 1rem;
  left: 1rem;
  cursor: pointer;
}

button.uppercase.border-t.border-light.text-center.w-full.py-4.group-hover\:bg-accent.group-hover\:text-white.transition-all.duration-300.tracking-widest {
	background-color: rgb(48,78,116) !important;
}


footer nav ul li a:hover, .footer_links ul li a:hover {
  color: #6696d1;
}

#floorPlansBtn {
	background-color: rgb(48, 78, 116) !important;
}

#interactiveMapBtn {
	display: none;
}
.simple_text_inner h2 {
	line-height:3rem;
}

.hover\:text-accent:hover, .testimonials_section_testimonial_item h3, .testimonials_section_testimonial_item h4, .simple_text_inner ul li::marker, .location-carousel ul li::marker, .modal-content ul li::marker {
	color: rgb(226, 24, 51) !important;
}
.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner::after, .hamburger.is-active .hamburger-inner::before {
	background-color: #000 !important;
}


@media (max-width: 767px) {
  .video-overlay-text h1 {
    font-size: 2rem;
    line-height: 2.3rem;
  }
}
div#mainNavContainer .flex.flex-col.gap-7.leading-loose {
  color: #000;
}

#header, footer {
	background-color: #fff !important;
}

.menu-header-menu-container a, .menu-header-menu-container .workforceLink {
	color: #000 !important;
}

.simple_text_inner h2 {
	color: rgb(226, 24, 51) !important;
	line-height: 3.7rem;
}

.location-carousel .owl-item .active {
	width: 100% !important;
}

.features-section-feature li {
	color: #000;
}
.location-carousel .owl-stage,
.location-carousel .owl-item {
	width: 100% !important;
}

/* FAQs */
.faqs-section {
	padding: 40px 0;
}

.faqs-section h1 {
	text-align: center;
	margin-bottom: 50px;
	font-size: 44px;
}

@media (max-width: 768px) {
	.faqs-section h1 {
		font-size: 28px;
        line-height: 34px;
	}
}

@media (min-width: 768px) {
	.faqs-section {
		padding: 80px 0;
	}
}

.faqs-section .faqs {
	margin: 60px 0 10px;
}

.faqs-section .faq {
	margin-bottom: 25px;
	border-bottom: 1px solid #eaeaea;
}

.faqs-section .faq-question {
	font-size: 18px;
	padding-bottom: 20px;
	cursor: pointer;
	position: relative;
	padding-right: 45px;
}

.faqs-section .faq-question .toggle-arrow {
	position: absolute;
	top: 3px;
	width: 24px;
	height: 24px;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.faqs-section .faq-question i {
	transition: all 0.2s;
}

.faqs-section .faq-question.open .toggle-arrow i {
	transform: rotate(180deg);
}

.faqs-section .faq-answer {
	padding: 0 0 20px;
	display: none;
}

.two_column_content_section .button {
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  background-color: rgb(191 150 67/var(--tw-bg-opacity));
  color: rgb(255 255 255/var(--tw-text-opacity));
  display: inline-block;
  font-size: 1rem;
  line-height: 1.5rem;
  padding: 1rem 1.75rem;
  text-align: center;
  text-transform: uppercase;
  transition-duration: .3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	margin-top:40px;
}

.tour-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
	transition: 0.3s;
}

.tour-modal-content {
  background-color: var(--dark-color);
  margin: 10% auto;
  padding: 40px;
  width: 90%;
  max-width: 800px;
  position: relative;
  border-radius: 8px;
}

.tour-close {
  position: absolute;
  right: 20px;
  top: 15px;
  font-size: 28px;
  cursor: pointer;
}

button.uppercase.border-t.border-light.text-center.w-full.py-4.group-hover\:bg-accent.group-hover\:text-white.transition-all.duration-300.tracking-widest:hover {
  background-color: #fff;
  color: #fff;
  border: 1px solid var(--accent-color);
  background-color: var(--accent-color) !important;
}

.page-id-6 .header-only.bg-cover {
  position: relative;
}

.page-id-6 .header-only.bg-cover video {
  z-index: 0;
}

.page-id-6 .header-only.bg-cover > div.bg-darken\/40 {
  background: rgba(0, 0, 0, 0.8) !important;
  z-index: 1;
}

.page-id-6 .header-only.video-overlay-text {
  z-index: 2;
}

.page-id-6 .header-only.bg-cover::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.5);
  z-index: 1;
}

.two_column_content_image_btn {
	z-index: 1;
}

.ui-datepicker-unselectable .ui-state-disabled {
  opacity: 0.35;
  cursor: not-allowed;
}