/*
====================================================================================================
@media Queries
====================================================================================================
*/

@media all and (min-width: 1px) and (max-width: 768px) /* Mobile Portrait 320 and Mobile Landscape 480 ---------------------------------------- */
{
	.oneThirdColumn,
	.twoThirdsColumn,
	.halfColumn,
	.fortyColumn,
	.sixtyColumn,
	.twentyColumn,
	.eightyColumn,
	.full50Column,
	.footerCorporateInfoColumn,
	.communityVideoGalleryContainer .halfColumn {
		width: 100%;
		margin-bottom: 1.2em;
	}
	.mobileHide {
		display: none;
	}
	.mobileShow {
		display: inherit;
	}
	.mobileCenter {
		text-align: center;
	}
	.headerBar {
		padding: 10px 0;
	}
	.mainNav {
		display: block;
	}
	.navigationLink {
		display: block;
		position: absolute;
		right: 0;
		top: 6px;
	}
	.mainNavGroup {
		display: none;
	}
	.mainNavGroupVisible {
		display: block;
	}
	a.mainNavGroupVisible:link,
	a.mainNavGroupVisible:visited {
		font-size: 0.9em;
		padding: 1.0em 2.3em;
		background-color: #acda90;
		color: #111;
		font-weight: 400;
		margin: 4px 0;
	}
	a.mainNavGroupVisible.registerLink:link,
	a.mainNavGroupVisible.registerLink:visited {
		font-size: 0.9em;
		padding: 1.0em 2.3em;
		background-color: #acda90;
		color: #111;
		font-weight: 400;
		margin: 4px 0;
		transition: none;
	}
	.mainNavDropdownGroup {
		position: relative;
		top: auto;
		left: auto;
		width: auto;
		display: block;
	}
	.mainNavDropdownGroup a.mainNavGroup {
		display: none !important;
	}
	.mainNavDropdownGroup a.mainNavGroupVisible {
		display: block !important;
	}
	a.mainNavGroupVisible.mainNavDropdownItem {
		font-size: 0.75em !important;
		padding: 1.1em 3.8em !important;
		background-color: rgba(255,255,255,0.1) !important;
		color: #fff !important;
		font-weight: 300 !important;
	}
	a.communityLink {
		margin-top: 1.1em !important;
	}
	.sectionCommunity a.communityLink,
	.sectionStages a.stagesLink,
	.sectionShowhomes a.showhomesLink,
	.sectionGallery a.galleryLink,
	.sectionResources a.resourcesLink,
	.sectionNews a.newsLink,
	.sectionContact a.contactLink {
		background-color: #6a8e54;
		color: #fff;
		font-weight: 400;
		border: none;
	}
	.headerLogo {
		width: 133px;
		height: 40px;
	}
	.imgSection h1 {
		-webkit-font-smoothing: subpixel-antialiased;
	}
	.hero-video-section {
		top: 63px;
		min-height: calc(100vh - 63px);
	}
	.hero-video-section-content {
		top: 48%;
	}
	.hero-video-section-content h1 {
		font-size: 2.4em;
		padding: 0 1.0em;
	}
	.homeHeaderImgSection h1 {
		padding: 38vh 0 0 0;
	}
	.homeHeaderImgSection h1 span {
		margin: 0;
	}
	.footerShowhomeInfo {
		padding: 2.0em 0 4.0em 0;
	}
	.footerCorporateInfo {
		padding: 2.6em 0 2.0em 0;
		border-top: none;
	}
	.footerCorporateInfoColumn div:nth-child(2){
		margin-bottom: 0;
	}
	a.button:link,
	a.button:visited {
		display: block;
	}
	.footerCorporateInfo nav a:link,
	.footerCorporateInfo nav a:visited {
		font-size: 0.9em;
		letter-spacing: 0.2em;
		padding: 0.5em 0.2em 0.5em 0.2em;
		margin: 0 0 0.3em 0;
	}
	.footerCopyrightSocial {
	    display: -ms-flexbox;
	    display: -webkit-flex;
	    display: flex;
	    -webkit-flex-direction: column-reverse;
	    -ms-flex-direction: column-reverse;
	    flex-direction: column-reverse;
	    -webkit-flex-wrap: nowrap;
	    -ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	    -webkit-justify-content: flex-start;
	    -ms-flex-pack: start;
	    justify-content: flex-start;
	    -webkit-align-content: stretch;
	    -ms-flex-line-pack: stretch;
	    align-content: stretch;
	    -webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
    }
    .footerCorporateInfo hr {
		margin: 0.5em 0 0.7em 0;
	}
	.footerCopyrightSocial .halfColumn {
		margin-bottom: 0.5em;
	}
	.mobileFooterLogo {
		float:left;
	}
	p.copyright {
		margin-top: 1.0em;
	}
	.socialIcons {
		text-align: right;
		float: right;
		margin-top: 1.6em;
	}
	a.otherCommunityLinksTab:link,
	a.otherCommunityLinksTab:visited {
		padding: 1.0em 0;
		width: 90%;
	}
	a.otherCommunityLink {
		display: block;
		color: #606060;
		margin: 0 5% 4.0em 5%;
	}
	a.otherCommunityLink:first-of-type {
		margin: 0 5% 4.0em 5%;
	}
	a.otherCommunityLink:last-of-type {
		margin: 0 5%;
	}
	hr {
		margin: 1.5em 0;
	}
	.contentSection {
		padding: 1.6em 0;
	}
	.contentSection.noHeaderImage {
		padding: 110px 0 1.6em 0;
	}
	.masterPlannedCommunitySection {
		background: none;
		padding: 0;
	}
	.homeAerial1Mobile {
		width: 100%;
		height: auto;
		margin-bottom: 1.6em;
	}
	.developerContactInfo {
		margin-top: 1.5em;
	}
	.contentSection h1 {
		font-size: 2.7em;
	}
	.contentSection h1.copyAdjust1 {
		margin-top: 0;
	}
	h3.contactTheDeveloper {
		max-width: none;
	}
	.subscribeForm .checkboxGroup div label span::before {
		content: '';	
	}
	.subscribeForm .checkboxGroup div label span {
		display: block;
		margin-left: 24px;
		font-size: 0.9em;
	}
	.numberSpecSection {
		padding: 1.0em 0;
	}
	.mainContent p.leadIn {
		font-size: 1.4em;
		letter-spacing: normal;
		line-height: 1.35em;
	}
	p.numberSpec {
		font-size: 5.0em;
	}
	.fancybox-slide--html .fancybox-content {
	padding: 2.5em 2.0em; 
	}
	.communityImageGallery {
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.galleryThumbContainer {
		width: 48.5%;
		height: 48.5%;
		margin: 0 0 3% 0;
	}
	a.resourceDownloadBtn:link, 
	a.resourceDownloadBtn:visited {
		padding: 1.3em 1.2em;
	}
	p.resourceBtnDownloadVerbiage {
		margin: 0 0 0 1.0em;
		max-width: 160px;
	}
	.amenityImgAdjust1 {
		margin-top: 2.5em;
	}
	.amenityRecreationColumn {
		padding-top: 2.0em;
	}
	.amenityRecreationSection {
		padding-top: 2.0em;
	}
	.communityLeagueKids {
		width: 70%;
		margin-top: 1.6em;
	}
	.educationSchoolBtn {
		width: auto;
	}
	.amenityMap {
		width: 100%;
		height: auto;
		position: relative;
	}
	.amenityMapCanvas {
		width: 100%;
		height: 65vh;
		min-height: 400px;
		float: none;
	}
	.amenityMapLegend {
		float: none;
		height: 50vh;
		overflow-y: scroll;
		padding: 2.0em 3.0em;
		border-left: none;
		width: calc(100% - 6.0em);
	}
	.showhomeContainer h3 {
		font-size: 1.45em;
	}
	a.filterNavActive, 
	a.filterNavInactive {
		padding: 1.0em 1.8em;
		width: calc(100% - 2px - 3.6em);
		margin: 0.4em 0;
	}
	a.footerOutlineButton:link,
	a.footerOutlineButton:visited {
		margin-bottom: 6px;
	}
	a.footerOutlineButton:first-of-type {
		margin-right: 0;
	}
	.mobileSocialLinks {
		width: 100%;
		text-align: center;
		margin: 1.0em 0 2.0em 0;
	}
	a.footerSocialLink:link,
	a.footerSocialLink:visited {
		display: inline-block;
		padding: 0.3em;
		margin: 5px 8px;
	}
	.stageMap, .stageAreaMap {
		display: block;
		width: 100%;
		border: none;
		height: auto;
	}
	.stageMapCanvas {
		width: 100%;
		height: 79vh;
	}
	.stageMapLegend {
		padding: 3.0em 0;
		width: 100%;
		height: auto;
		border-right: none;
		background-color: #fff;
		overflow-y: visible;
	}
	.videoSection {
		margin-top: 63px;
	}
	.flybyVideoWrapper {
		width: 90%;
	}
	
	.newsArticles article {
		width: 100%;
		margin: 0 0 4.0em 0;
	}
	.newsArticles article:nth-child(3n) {
		margin: 0 0 4.0em 0;
	}
	.covid19Message {
		padding: 5%;
	}
	.flexboxShowhomeBuilderLogos {
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.navigationTabs a:link,
	.navigationTabs a:visited {
		min-width: 30%;
	}
	.accordionItem h4 {
		padding: 0 50px 0 0;
	}
	.accordionContent p {
		margin: 0 0 1.0em 0;
	}
	.accordionContent p:last-of-type {
		margin: 0 0 0 0;
	}
	.accordionContent li {
		margin-right: 0;
	}
	.headerTabs {
		position: relative;
		top: auto;
		left: auto;
		transform: none;
	}
	a.headerTab:link,
	a.headerTab:visited {
		display: block;
		float: none;
		padding: 1.7em 5%;
		margin: 0;
		border-bottom: 1px solid lightgrey;
		border-right: none;
	}
	a.headerTab span.line1 {
		font-size: 1.2em;
		font-weight: 400;
	}
	a.headerTab span.line2 {
		text-transform: uppercase;
		font-size: 1.5em;
		font-weight: 400;
		letter-spacing: 0.04em;
		margin: 0.3em 0 0 0;
	}
	a.headerTab span.line3 {
		font-size: 1.05em;
	}
	.news-resources-mobile-adjust {
		display: none;
	}
	.desktopFooterLogo {
		margin-bottom: 1.0em;
	}
	p.footer-growing-places {
		right: -30px;
		top: 165px;
	}
	.footer-company-social-column-1 {
		padding-right: 65px;
	}


} /* end mobile portrait & landscape ------------------------------------------ */







@media all and (min-width: 769px) and (max-width: 1023px)  /* 1023 -------------------------------------------------------------------------------- */
{
	.twentyColumn,
	.eightyColumn {
		display: block;
		width: 100%;
	}
	a.homeLink {
		margin-right: 1%;
	}
	a.mainNavGroup {
		margin: 0 !important;
		letter-spacing: normal;
	}
	a.mainNavGroup.registerLink {
		display: none;
	}
	.homeHeaderImgSection h1 {
		padding: 27vh 0 0 0;
	}
	.homeHeaderImgSection h1 span {
		margin: 0;
	}
	.footerCorporateInfoColumn {
		width: 46%;
	}
	a.otherCommunityLink {
		display: inline-block;
		color: #606060;
		margin: 3% 2%;
	}
	a.otherCommunityLink:first-of-type {
		margin: 3% 2% 3% 0;
	}
	a.otherCommunityLink:last-of-type {
		margin: 3% 0 3% 2%;
	}
	a.otherCommunityLink span {
		display: block;
		text-transform: uppercase;
		font-weight: 600;
		font-size: 0.75em;
		letter-spacing: 0.1em;
	}
	.amenityImgAdjust1 {
		margin-top: 3.0em;
	}
	.amenityRecreationColumn {
		padding-top: 2.0em;
	}
	.amenityRecreationSection {
		padding-top: 2.0em;
	}
	.amenityConvenienceSection {
		padding-top: 0em;
		margin-top: -5.0em;
	}
	.communityLeagueKids {
		width: 80%;
	}
	a.footerOutlineButton:first-of-type {
		margin-right: 0;
	}
	.stageMapCanvas {
		width: 67%;
	}
	.stageMapLegend {
		padding: 3.0em 1.8em;
		width: calc(33% - 3.6em - 1px);
	}
	.stagesSubNav a.filterNavActive,
	.stagesSubNav a.filterNavInactive {
		min-width: 55px;
	}
	.newsArticles article {
		width: 47.4%;
		margin: 0 4.2% 6.0em 0;
	}
	.newsArticles article:nth-child(3n) {
		margin: 0 4.2% 6.0em 0;
	}
	.newsArticles article:nth-child(2n) {
		margin: 0 0 6.0em 0;
	}
	a.headerTab:link,
	a.headerTab:visited {
		padding: 1.5em;
	}
	a.headerTab span.line1 {
		font-size: 1.0em;
		font-weight: 400;
	}
	a.headerTab span.line2 {
		text-transform: uppercase;
		font-size: 1.3em;
		font-weight: 400;
		letter-spacing: 0.04em;
		margin: 0.3em 0 0 0;
	}
	a.headerTab span.line3 {
		font-size: 1.0em;
	}
	.news-resources-mobile-adjust {
		display: none;
	}

	

} /* end 769 ------------------------------------------------------------------- */







@media all and (min-width: 1024px) and (max-width: 1280px)  /* 1024 ------------------------------------------------------------------------------- */
{
	a.homeLink {
		margin-right: 3%;
	}
	a.mainNavGroup.registerLink {
		margin-left: 3%;
	}
	.amenityImgAdjust1 {
		margin-top: 3.0em;
	}
	.amenityRecreationColumn {
		padding-top: 2.0em;
	}
	.amenityRecreationSection {
		padding-top: 2.0em;
	}
	.stagesSubNav a.filterNavActive,
	.stagesSubNav a.filterNavInactive {
		min-width: 70px;
	}
	.news-resources-mobile-adjust {
		display: none;
	}
	


} /* end 1024 ------------------------------------------------------------------ */






@media all and (min-width: 1281px)  /* 1280 & > ------------------------------------------------------------------------------- */
{
	.wrapper {
		width: 86%;
	}
	a.homeLink {
		margin-right: 8%;
	}
	a.mainNavGroup.registerLink {
		margin-left: 8%;
	}
	.stageMapCanvas {
		width: 76%;
	}
	.stageMapLegend {
		padding: 3.0em 2.0em;
		width: calc(24% - 4.0em - 1px);
	}
	

} /* end 1280 ----------------------------------------------------------------- */







@media all and (min-width: 1650px)  /* 1650 & > ------------------------------------------------------------------------------- */
{

	.amenityMapCanvas {
		width: 80%;
	}
	.amenityMapLegend {
		padding: 2.0em 3.0em;
		width: calc(20% - 6.0em - 1px);
	}
	.stageAreaMap {
		height: 85vh;
	}


}




