/* Page Header */

p.introduction {
    margin-top: 4rem;
}

@media screen and (max-width: 768px) {
	#page-header {
    	height: 65vh !important;
	}
	p.introduction {
    	font-size: 0.86rem;
	}
}


/* UX Select */



/* Map */


/* Form */

.subheading,
.separator {
	font-family: var(--secondaryFont);
	margin: 0 0 2rem;
	color: rgba(42, 70, 90, 0.5019607843);
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
	font-size: 1rem;
	display: flex;
    justify-content: center;
}


/* List */

.community-intro {
    display: block;
    margin: 2rem 0;
}
.community-intro ul {
	padding-left: 2rem;
}
.community-intro ul li {
    list-style: disc !important;
    font-size: 1rem;
    line-height: 1.15;
    margin: 0.5rem 0;
    display: list-item;
	font-weight: 300 !important;
}
.community-intro ul li * {
	font-weight: 300 !important;
}
.community-actions {
    display: flex;
    gap: 1rem;
}
.community-actions .global-btn {
    padding: 1rem 2rem;
    font-size: 1rem;
}

@media screen and (max-width: 900px) {

	.community-actions {
		flex-direction: column;
		align-items: stretch;
		justify-content: center;
		text-align: center;
	}	
}

#communities-list {
    display: block;
    width: 100%;
    font-size: 22px;
    line-height: 26px;
}
.community {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
	margin: 4rem;
}
.community > div {
    width: 50%;
    flex: 0 0 auto;
}
.community .right-col {
    padding: 3rem;
}
.community .left-col {
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    background-position: 50% 50%;
    background-size: cover;
}
.community .top-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
	gap: 2rem;
    margin: 0 0 2rem;
}
.community a.logo {
    display: block;
    width: 300px;
	flex: 0 0 auto
}
.community a.logo img {
	width: 100%;
	height: auto;
}
.community .open-house {
    padding: 1rem;
    background-color: #f7f7f7;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 1rem;
    line-height: 1.25;
}
.community .open-house strong {
    display: block;
    font-size: 1.5rem;
    margin: 0 0 0.5rem;
    font-family: var(--headerFont);
}
.community .tabs {
    display: flex;
    flex-direction: column-reverse;
}
.community .tab-pane ul {
    padding-left: 3rem;
}
.community .tab-pane {
    font-size: 1rem;
    line-height: 1.25;
}
.community .tab-pane li {
    margin: 0 0 0.5rem;
    list-style: disc !important;
    display: revert;
}


/* FP Map */

#fp-map {
	display: none;
}


.model-form-1 li {
	float: unset !important;
	margin-top: 4px !important;
}
.model-form-1 li[type="hidden"] {
	display: none !important;
}

#ctas {
	padding: 0 4rem;
}
.ctas__container {
	padding-top: 5rem;
	padding-bottom: 5rem;
    display: flex;
	background-color: #f7f7f7;
}
.cta {
    padding: 0 5rem;
    flex: 1 1 50%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.cta p {
	max-width: 40ch;
	flex-grow: 1;
	color: #666;
}
.cta a {
	margin-top: 2rem;
}
@media screen and (min-width: 999px) {
	.cta:first-child {
		border-right: 1px solid #ddd;
	}
}
.cta h3 {
	font-size: 2.5rem;
	margin-top: 0;
	margin-bottom: 1rem;
}

@media screen and (max-width: 999px) {
	.ctas__container {
		flex-direction: column;	
		padding-top: 0;
		padding-bottom: 0;
		padding-right: 4rem;
		padding-left: 4rem;
		max-width: 500px;
		margin-inline: auto;
	}
	.cta:first-child {
		border-bottom: 1px solid #ddd;
	}	
	.cta {
		flex: 0 0 auto;	
		padding-top: 4rem;
		padding-bottom: 4rem;
		padding-left: 0;
		padding-right: 0;
	}
}

@media screen and (max-width: 599px) {
	#ctas {
		padding: 0;
	}
}

/* Mobile */

@media screen and (max-width: 768px) {

	.community {
    	flex-direction: column;
		margin: 4rem 0;
	}
	.community:nth-child(odd) {
    	flex-direction: column;
	}
	.community > div {
    	width: 100%;
	}
	.community .left-col {
    	width: 100vw;
	    height: 300px;
	}
	.community .top-row {
	    flex-direction: column;
	}
	.community .tab-pane ul {
    	padding-left: 1rem;
	}

}

/* Tablet Portrait and Landscape */
@media only screen 
and (min-device-width: 768px) 
and (max-device-width: 1024px) 
and (-webkit-min-device-pixel-ratio: 1) {
		
	/* Community */
	
	.community .top-row {
		display: block;
	}
	.community .open-house {
		margin-top: 1.5rem;
	}
}

