@charset "UTF-8";
/************************************************

Stylesheet: Main Stylesheet

*************************************************/
/***********************************************
Changes de 12-20-19
*************************************************/
#CommunityList select{
    background-color: #f1f1f3!important; 	
}

.locations-menu select{
    background-color: #f1f1f3!important; 	
	margin: 0 0 0rem;
}

.locations-menu h4{margin-bottom:0rem;line-height: 1.8;}

.locations-menu {
    background-image: url(../images/airplane-locations.png)!important;
}

@media screen and (max-width: 63.9375em){
.locations-menu {
    background-image:none!important;
}
}
@media screen and (max-width: 39.9375em){
.locations-menu {background-image:none!important;}
.locations-menu h4{margin-bottom:.5rem;}
.locations .page-sub-title p {margin-bottom: 0rem;}	
.hero-image.hero-image--gradient::before {height: 70%!important;background: linear-gradient(180deg, transparent 0, rgba(0,0,0,.7));}	
}

/* (1280x720) Galaxy Note 2, WXGA */
@media only screen and (min-device-width: 720px) and (max-device-width: 1280px)  {
.locations-menu {background-image:none!important;}
.locations-menu h4{padding-left: 1.5rem;}	
}

/* (1280x720) Galaxy Note 2, WXGA */
@media only screen and (min-device-width: 720px) and (max-device-width: 1280px) and (-webkit-min-device-pixel-ratio: 3) {
.locations-menu {background-image:none!important;}
.locations-menu h4{padding-left: 1.5rem;}		
}

/* (1280x720) Galaxy Note 2, WXGA */
@media only screen  and (min-device-width: 800px)  and (max-device-width: 1280px)  and (-webkit-min-device-pixel-ratio: 2)  and (orientation: landscape) {
.locations-menu {background-image:none!important;}	
.locations-menu h4{padding-left: 1.5rem;}		
	
}

@media only screen  and (min-device-width: 1024px)  and (max-device-width: 1366px)  and (orientation: landscape) {
	.locations-menu {background-image: url(../images/airplane-locationsv2.png)!important;}
	.locations-menu h4{padding-left: 1.5rem;}	
}

/************************************************
Changes de 1-10-19
*************************************************/
.testimonial-container{margin:4rem 0rem;}
.testimonial-text{}
.testimonial-author{color:#915ba6; font-weight: 500;}
.page-template-template-testimonials .hero-image .header-title {
    bottom: 30%;
}

#discovery-center-intro h2.testimonial-hr{
    color: #3d2c59; margin-bottom:1.75rem;
}

#discovery-center-intro .text-container {
    padding: 4rem 4rem !important;
    min-height: 560px !important;
}

#discovery-center-intro h2 {
    color: #fff;
    font-weight: 500;
    font-size: 3rem!important;
	line-height: 1;
    margin-bottom: 1rem;
}

#discovery-center-intro .background-image {
    min-height: 560px!important;
    background-position: center;
}

a.white{color:#fff; font-weight: 600;}

a.white-un{color:#fff; font-weight: 600; text-decoration: underline;}

.map-container img{min-height:50%!important; overflow: hidden;}

.headline-content-logo h1 span{font-size:1.75rem!important; color:#3d2b5a!important; font-weight: normal;}
.headline-content-logo h1 {font-weight: 500;}

/* Landscape iPAD 10.5*/
/* Declare the same value for min- and max-width to avoid colliding with desktops */
/* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
@media only screen  and (min-device-width: 1112px)  and (max-device-width: 1112px)  and (orientation: landscape)  and (-webkit-min-device-pixel-ratio: 2) {
#discovery-center-intro h2 {
    font-size: 2rem!important;

}	
	
}

/* Portrait  Ipad 12*/
/* Declare the same value for min- and max-width to avoid colliding with desktops */
/* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
@media only screen  and (min-device-width: 1024px)  and (max-device-width: 1024px)  and (orientation: portrait)  and (-webkit-min-device-pixel-ratio: 2) {
#discovery-center-intro .background-image {
    display:block!important;
	min-height:500px!important;
}
#discovery-center-intro .text-container {
    padding: 4rem 2rem !important;
    min-height: 500px !important;

}
#discovery-center-intro h2 {
    font-size: 2.5rem !important;

	}
	
}

/* Small only */
@media screen and (max-width: 39.9375em) {
h2, #discovery-center-intro h2 {
    font-size: 1.75rem!important;
}	
	
.footer-block-parallax h2 {
    font-size: 5rem!important;
}	

#discovery-center-intro .text-container {
    padding: 3rem 3rem !important;
	min-height: auto!important;
}	
	
#discovery-center-intro .background-image {

    min-height: 300px !important;
    background-position: center;

}

#discovery-center-intro {
    margin: 2rem 0rem 0rem!important;
}	

.headline-content-logo h1 span{font-size:1.2rem!important; }
	
	
}

/* iphoneX Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3)and (orientation: landscape) {
#discovery-center-intro .background-image {
    min-height: 300px !important;
    background-position: center;

}
	
h2, #discovery-center-intro h2 {
    font-size: 1.75rem!important;
}	

#discovery-center-intro .text-container {
    padding: 3rem 3rem !important;
	min-height: auto!important;
}		
	
}

/* iphone 6, 7, 8,  Landscape */
@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : landscape) {
#discovery-center-intro .background-image {
    min-height: 300px !important;
    background-position: center;

}
	
h2, #discovery-center-intro h2 {
    font-size: 1.75rem!important;
}	

#discovery-center-intro .text-container {
    padding: 3rem 3rem !important;
	min-height: auto!important;
}	
	
.top-bar .top-bar-right ul.menu.mobile {
    margin-top: 24%!important;
}	
}

/* iphone 6+, 7+, 8+,  Landscape */
@media only screen and (min-device-width : 414px) and (max-device-width : 736px) and (orientation : landscape) {
.top-bar .top-bar-right ul.menu.mobile {
    margin-top: 24%!important;
}	
	
h2, #discovery-center-intro h2 {
    font-size: 1.75rem!important;
}	

#discovery-center-intro .text-container {
    padding: 3rem 3rem !important;
	min-height: auto!important;
}	
	
.top-bar .top-bar-right ul.menu.mobile {
    margin-top: 24%!important;
}	
	
}
	
/* Landscape iPad 12 */
@media only screen  and (min-device-width: 1024px)  and (max-device-width: 1366px)  and (orientation: landscape) {

#discovery-center-intro .background-image {
	height: 40%;
	min-height: 450px!important;	
}
	
#discovery-center-intro .text-container {
    min-height: 450px !important;
}	
	
}

/* Medium only 640px to 1023px*/
@media screen and (min-width: 40em) and (max-width: 64em) {
#discovery-center-intro h2 {
    font-size: 2.5rem !important;
	}	
	
#discovery-center-intro .text-container {
    padding: 6rem 2rem !important;
	min-height: 500px!important;
    height: auto;

}
	
#discovery-center-intro .background-image {
    display:block!important;
	min-height:500px!important;
}	
	
#discovery-center-intro {
    margin: 4rem 0rem 0rem!important;
}		
}

/*Extra Large Screen*/
@media screen and (min-width: 92em) {
#discovery-center-intro .text-container {
    padding: 10rem 4rem !important;

}		
}


/*********************
Added by ~mjc
*********************/
.button {
    
    background-color: #86bcc2;
}

a:link.learn-more-khov {
	color: #86bcc2;
	font-weight: 600;
	text-decoration: underline;
}
b
a:hover.learn-more-khov {
	color: #6faab0;
	text-decoration: underline;
}

.footer a:hover.footer-community-link {
	color: #fff!important;
	text-decoration: underline;
}

a.footer-community-link{color:#fff; text-decoration: none!important;}
a:hover.footer-community-link{color:#fff; text-decoration: underline!important;}

#mute {
	cursor: pointer;
	height: 30px;
	width: 30px;
	position: absolute;
	top: 18%;
	right: 25px;
	/* border: 1px solid #000; */
	background-size: cover;
}




/*********************
End Added by ~mjc
*********************/

/********************
VIMEO STYLES
*********************/
.vimeo-wrapper {
position: relative;
	top:0;
   width: 100%;
   z-index: 14;
/*	padding-top:140px;*/
    left: 0;
/*    overflow: hidden;*/
	background: rgba(81, 150, 191, 0.60);
}

#vimeo-wrapper {
position: relative;
	top:0;
   width: 100%;
   height: 100vh;
   z-index: 14;
/*   pointer-events: none;*/
  /* overflow: hidden;*/
	padding-top:140px;
    left: 0;
    background-size: cover;
    overflow: hidden;
	background: rgba(81, 150, 191, 0.60);
}

.vimeo-wrapper iframe {
	position: absolute;
	top: 0;
	left:0;
	border:0;
	width: 100%;
	height: 100%!important;
	margin-top:0px!important;
	margin-left:0px!important;
	
}


a.play-pause-button {
  width: 50px;
  height: 50px;
}


/* audio button style */

/*.audio-control {
  opacity: 1;
  position: absolute;
  width: 6%;
  height: 9%;
 	top: 15%;
  right: 2%;
  transition: opacity 0.3s;
	z-index: 19;
}
  .audio-control:hover {
    opacity: 1;
  }

  .audio-control:before, .audio-control:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    max-width: 36px;
    background-repeat: no-repeat;
    background-size: 100%;
    display: block;
  }

  .audio-control:before {
    background-image: url("http://joekang.co/assets/image-hosting/video-buttons-black.png");
    background-position: -1% -2%;
    background-size: 254%;
  }

  .audio-control:after {
    background-image: url("http://joekang.co/assets/image-hosting/video-buttons-black.png");
    background-position: 69% -1%;
    background-size: 254%;
  }

  .audio-control.unmuted:after, .audio-control.muted:before {
    opacity: 0;
  }
*/


/*.player .vp-player-layout {
    width: 100%;
    height: 100%;
    overflow: hidden;
    height: 100vh !important;
	top:0px!important;

}*/

.console{z-index: 20;}

.console button, .console.button {
            transition: all .4s;
            display: inline-block;
            padding: 0px 10px;
            font-size: 14px;
            /*text-transform: uppercase;*/
            cursor: pointer;
            background-color: rgba(0, 0, 0, 0.40);
            box-shadow: 0 0 4px rgba(0,0,0,0.4);
            color:#fff;
            border: 1px solid transparent;
            text-decoration: none;
            line-height: 30px;
            margin: 3px;
            border-radius: 10px;
        }

        .console button:hover, .console.button:hover {
            background-color: rgb(0, 0, 0);
            color: #FFF;
            border: 1px solid #fff;
        }

/*.banner-container {
  width: 100%;
  max-width: 1200px;
  position: relative;
  margin: 0 auto;
}

.bkgd-image-style {
  position: relative;
  width: 100%;
}*/

/*.video-wrapper {
  width: 49.6%;
  position: absolute;
  top: 0px;
  height: auto;
}*/

a.play-pause-button {
  width: 50px;
  height: 50px;
}

/*.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;

  iframe, object, embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }*/

  &:hover + .video-control {
    opacity: 0.5;
  }

  iframe #player .controls-wrapper {
    display: none;
  }
}


/*  &.unmuted:after, &.muted:before {
    opacity: 0;
  }*/
}

/*********************
GENERAL STYLES
*********************/


.embed-container { 
		position: relative; 
		/*padding-bottom: 56.25%;*/
		overflow: hidden;
		max-width: 100%;
		height: auto;
	} 

	.embed-container iframe,
	.embed-container object,
	.embed-container embed { 
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

video {
  object-fit: cover;
  object-position: top center;
	min-height: 900px;
}

blockquote {
	margin: 0 0 1rem;
	padding: 1rem 1.25rem 1rem 1.25rem;
	border-left: 0px solid #cacaca;
	color: #fff;
	background-color: #915ba6;
}
blockquote, blockquote p {
	line-height: 1.6;
	color: #fff;
}
.wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok {
	display: none!important;
}
.main-menu-container {
	display: block;
}
.mobile-menu-container {
	display: none;
}
.scrollnext::before {
	display: block;
	position: relative;
	font-family: "Pe-icon-7-stroke";
	/*font-size: 150px;*/
	font-size: 120px;
	width: 100%;
	/*left: -44px*/;
	left: -34px;
	text-align: center;
	margin: 0 auto;
	content: '\e688';
}
.scrollnext {
	display: block;
	position: relative;
	/*top: auto;*/
	/*bottom: 30%;*/
	/*width: 60px;
	height: 60px;*/
	width: 70px;
	height: 70px;
	line-height: 60px;
	margin-left: 0;
	/*left: 0;
	right: 0;*/
	cursor: pointer;
	color: #fff;
	transition: all .5s;
	text-decoration: none;
	overflow: hidden;
	z-index: 16;
	opacity: 1;
	margin: 0px auto 10px auto;
	background-color: rgba(145,91,166, .6);
	border-radius: 50px;
	padding: .5rem .5rem;
}
a.scrollnext:hover, a.scrollnext:focus {
	color: #fff;
}
.scrollnext2::before {
	display: block;
	position: relative;
	font-family: "Pe-icon-7-stroke";
	font-size: 150px;
	width: 100%;
	left: -44px;
	text-align: center;
	margin: 0 auto;
	content: '\e688';
}
.scrollnext2 {
	display: block;
	position: relative;
	width: 60px;
	height: 60px;
	line-height: 40px;
	margin-left: 0;
	left: 0;
	right: 0;
	cursor: pointer;
	color: #915ba6;
	transition: all .5s;
	text-decoration: none;
	overflow: hidden;
	z-index: 16;
	opacity: 1;
	margin: 0 auto;
	text-align: center;
}
a.scrollnext2:hover, a.scrollnext2:focus {
	color: #3d2b5a;
}

p.next-community {
margin: 0;
font-size: 14px;
font-weight: 500;
text-align: center;
line-height: 1;}

p.next-community span {
text-transform: uppercase;
display: block;
text-align: center;}
/*.scrollnext2:last-child{display:none;}*/



body {
	font-family: 'Raleway', sans-serif;
	color: #3d2b5a;
	line-height: 2;
	font-size: 1.125rem;
}
p {
	line-height: 1.8;
	margin-bottom: 1.5rem
}
.entry-content {
	color: #3d2b5a;
	text-align: center;
}
.about-us .entry-content {
	color: #3d2b5a;
	line-height: 2!important;
	font-size: 1rem!important;
	text-align: left;
}
.location.entry-content {
	color: #3d2b5a;
	line-height: 2;
	font-size: 1rem;
	text-align: left;
}
.entry-content ul {
	color: #353438;
	font-size: 1.125rem;
	text-align: left;
	list-style-type: none;
	list-style-position: outside;
}
.entry-content ul li:before {
	font-size: 1rem;
	color: #2b0f55;
	content: "•";
	margin-left: -12px;
	position: absolute;
}
.entry-content ul li {
	padding-bottom: 1rem;
}
.headline-content {
	padding: 3rem 10px 1rem 10px
}
.home section.entry-content {
	font-family: 'Poppins', sans-serif!important;
	color: #353438;
	line-height: 2;
	font-size: 1rem;
}
.lead {
	color: #3d2b5a;
	font-family: 'Raleway', sans-serif;
	font-size: 1.6rem!important;
	line-height: 1.5!important;
}
.lead p {
	line-height: 1.5!important;
}


.light-purple {
	background-color: #915ba6;
	color: #ffffff;
}
.dark-purple {
	background-color: #3d2b5a;
	color: #ffffff;
}
.submit-btn {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 1rem;
	padding: 1.2em 2.2em;
	-webkit-appearance: none;
	border: 1px solid transparent;
	border-radius: 0;
	-webkit-transition: background-color .25s ease-out, color .25s ease-out;
	transition: background-color .25s ease-out, color .25s ease-out;
	line-height: 1;
	text-align: center;
	cursor: pointer;
	background-color: #3d2b5a;
	color: #fff;
	outline: none;
}
.submit-btn:focus, .submit-btn:hover {
	background-color: #4e3773;
	color: #ffffff;
}
.reveal.full {
	top: 0px !important;
	margin-top: 0px;
}
.button {
	font-size: 1.3rem;
	padding: 1em 1.5em;
	color: #fff;
}
.button.hollow.green {
	border: 2px solid #28605f;
	color: #28605f;
	font-family: 'Libre Baskerville', serif;
	font-size: 16px;
	border-radius: 4px;
	padding: .85em 1.6em;
	-webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
	transition: background-color 0.25s ease-out, color 0.25s ease-out;
}
.button.hollow.green:hover, .button.hollow.green:focus {
	border: 2px solid #4ea146;
	color: #ffffff;
	background-color: #4ea146;
}
.button.hollow.white {
	border: 2px solid #ffffff;
	color: #ffffff;
	font-family: 'Libre Baskerville', serif;
	font-size: 16px;
	border-radius: 4px;
	padding: .85em 2em;
	-webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
	transition: background-color 0.25s ease-out, color 0.25s ease-out;
}
.button.hollow.white:hover, .button.hollow.white:focus {
	border: 2px solid #ffffff;
	color: #4ea146;
	background-color: #ffffff;
}
.button-group .button {
	margin: 0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-right: 10px;
	margin-bottom: 1px;
	font-size: .9rem;
	-webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
	transition: background-color 0.25s ease-out, color 0.25s ease-out;
}
.button-group .button:last-child {
	margin-right: 0px;
}
.button:focus, .button:hover {
	background-color: #3d2b5a;
}
.center {
	text-align: center;
	margin: 0px auto;
}
.close-button, .close-button.medium {
	font-size: 4em;
	right: 1.5rem;
	top: .5rem;
}
.close-button {
	position: absolute;
	color: #353438;
	cursor: pointer;
}
.close-button:focus, .close-button:hover {
	color: #4ea146;
}
/*iframe {
	width: 100%;
	height: 100%!important;
	margin-top:0px!important;
}

.vimeo_player_wrapper iframe {
	width: 100%!important;
	height: 100%!important;
	margin-top:0px!important;
    border: 0 !important;

}*/




/*.iframe-container {
    position: relative;
   padding-bottom: 120%;
/*	min-height: */
/*    height: 0;
    overflow: hidden;
}

.iframe-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

.flex-video, .responsive-embed {
    position: relative;
    height: 0;
    margin-bottom: 1rem;
    padding-bottom: 10px;
    overflow: hidden;
    min-height: 800px;
}*/

/********************
FONTS
*********************/
@import url(http://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700);
@import url(http://fonts.googleapis.com/css?family=Libre+Baskerville:400,400i,700);
/*********************
LINK STYLES
*********************/
a:link, a:visited:link {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}
a:focus, a:hover {
	color: #3d2b5a;
}
a {
	color: #915ba6;
}
/*********************
H1, H2, H3, H4, H5 P STYLES
*********************/
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
	text-decoration: underline;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
}
h1, h2, h3, h4, h5 {
	font-family: 'Raleway', sans-serif;
}
h1 {
	color: #3d2b5a;
	letter-spacing: -.5px;
}
.contact h1 {
	color: #915ba6;
	letter-spacing: -.5px;
	font-weight: 600;
}
.blog h1 {
	color: #915ba6;
	letter-spacing: -.5px;
	font-weight: 600;
}
.single-post h1 {
	color: #915ba6;
	letter-spacing: -.5px;
	font-weight: 600;
}

.single-post ul li, .single-post ol li{margin-bottom:1.5rem;}
.archive h1, .category h1, .search h1 {
	color: #915ba6;
	letter-spacing: -.5px;
	font-weight: 600;
	text-align: center;
	padding: 0rem 2rem;
}
.search h1.search-title {
	padding: 4rem 2rem 0rem 2rem!important;
}
h1 span {
	color: #915ba6;
	font-weight: 600;
}
h2 {
	font-size: 2.5rem;
}
h1, h2, h3 {
	line-height: 1.4;
	margin-top: 0;
	margin-bottom: 2rem;
}
.slider_promo-callout h3 {
	margin-bottom: .5rem;
}
.slider_promo-callout p {
	margin-bottom: 1rem;
	font-size: 1.3rem;
	padding:0rem 4rem;
	line-height: 1.6!important;
}
.slider_promo-callout p.lead {
    margin-bottom: .5rem;
	font-weight: 500;
	line-height: 1.6!important;
}

h1 {
	line-height: 1.1;
	font-size: 4rem;
	margin-bottom: 1rem;
}
h4.white {
	color: #ffffff;
}
h3 span, h4 span {
	color: #915ba6;
	font-weight: 600;
}
.local-services h4 {
	border-top: 0px solid #4ea146;
	padding: 1.5rem 0rem;
}
.local-services p {
	border-bottom: 1px solid #4ea146;
	padding-bottom: 1.5rem;
}
.local-services p:last-child {
	border-top: 0px solid #4ea146!important;
	padding-top: 0;
}
#resident-services-content .local-services a {
	color: #4ea146;
}
#resident-services-content .local-services a:hover {
	color: #4ea146;
}
/*.local-services-info h3:nth-child(1) {
    border-top: 0 none;
}*/

/*********************
HEADER STYLES
*********************/
.header ul.off-canvas-list li {
	list-style: none;
}
.header {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	display: block;
	z-index: 1008;
}
/*.hero-image .page-title {
	position: absolute;
	bottom: 10%;
	left: 0;
	width: 50%;
	padding: 0rem 2rem;
	text-align: left;
}*/

.hero-image .header-title {
	position: absolute;
	bottom: 20%;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	padding: 0rem .75rem;
	text-align: center;
}
/*.locations .hero-image .page-title {
	position: absolute;
	bottom: 14%;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	padding: 0rem .75rem;
	text-align: center;
}*/

.locations .hero-image .page-title {
	position: absolute;
	bottom: 100%;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	padding: 0rem .75rem;
	text-align: center;
	font-size:4.4rem;
}

/*.hero-image .page-title {
    position: absolute;
    bottom: 26%;
    left: 0;
	right:0;
	margin-left:auto;
	margin-right:auto;
    width: 90%;
    padding: 0rem 2rem;
    text-align: center;
}

.page-sub-title {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 14%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 100%;
	padding: 0rem 2rem;
}*/

.page-sub-title p {
	line-height: 1;
	font-size: 2.21rem;
	color: #fff!important;
}
.page-title {
	text-align: center;
}
.hero-image h1 {
	/*	color: #ffffff!important;
	font-weight: 500!important;*/
	color: #fff;
	font-weight: 700;
	display: block;
	font-size: 6rem;
	line-height: .9;/*text-shadow: 0px 4px 3px rgba(0,0,0,0.3),
             0px 8px 13px rgba(0,0,0,0.1),
             0px 18px 23px rgba(0,0,0,0.1);*/
	
}
.hero-image h1 span {
	color: #ffffff!important;
	font-weight: 400!important;
	display: block;
	font-size: 3.5rem;
}
/*#fly-buy-header .page-title {
	position: absolute;
	bottom: 34.5%;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 100%;
	padding: 0rem 2rem;
}*/
#fly-buy-header h1 {
	font-size: 7rem!important;
	color: #fff!important;
	font-weight: 700 !important;
	letter-spacing: -1px;
	text-shadow: none;
}
/*#fly-buy-header .page-sub-title {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 14%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 100%;
	padding: 0rem 2rem;
}*/
#fly-buy-header .page-sub-title p {
	line-height: 1;
	font-size: 2.21rem;
	color: #fff!important;
}
/*********************
SECTIONS
**********************/
#discovery-center-intro {
	margin: 6rem 0rem 0rem;
}
#discovery-center-intro h1 {
	color: #fff;
	font-weight: 500;
}
#discovery-center-intro h2 {
	color: #fff;
	font-weight: 500;
	font-size: 3.5rem;
	margin-bottom: 1rem;
}
#discovery-center-intro ul {
	margin-bottom: 2rem;
}
#discovery-center-intro .background-image {
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 50%;
	background-position: center;
}

#discovery-center-intro h3.phone{margin-bottom:0rem;}
#discovery-center-intro h3.phone a, #discovery-center-intro h3.phone a:hover, #discovery-center-intro h3.phone a:active,#discovery-center-intro h3.phone a:focus {color:#fff; text-decoration: none;}


#journey-intro .light-purple-container {
	height: 60%;
	background-color: #915ba6;
	color: #fff;
	padding: 5rem 5rem;
}
#journey-intro {
	margin: 6rem 0rem 0rem;
}
#journey-intro h1 {
	color: #fff;
	font-weight: 500;
}
#journey-intro .background-image {
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 40%;
	background-position: center;
}
#discover {display:none;}
#explore {display:none;}
#dream{display:none;}
#discover h1 {
	text-transform: uppercase;
	font-weight: 500;
}
#discover .background-image {
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 550px;
	background-position: center;
}

#explore h1 {
	color: #915ba6;
	text-transform: uppercase;
	font-weight: 500;
}
#explore .background-image {
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 550px;
	background-position: center;
}




#discovery-center-communities {
}

#discovery-center-communities h1 {
	line-height: 1.1;
	font-size: 3.5rem;
	margin-bottom: 1rem;
}

#discovery-center-communities h2 {
	color: #915ba6;
	text-transform: uppercase;
	font-weight: 500;
	line-height: 1.2;
}
#discovery-center-communities .background-image {
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 580px;
	background-position: center;
	position: relative;
}

#discovery-center-communities .background-image .comm_promo_snipe{
position:absolute; 
	bottom:0px; 
	left:0px; 
	background-color: rgba(122,180,186,0.80);
color: #ffffff;
padding: 1rem 2rem;
margin: 0 0;
font-weight: 600;
width:100%;
text-align: center;
line-height: 1.2;
font-size:1.35rem;}


#discovery-center-communities .headline-content {
    padding: 8rem 10px 8rem 10px;
}

#discovery-center-communities  .text-container {
	padding: 5rem 6rem!important;
}

#discovery-center-communities  .dark-purple-container {
    background-color: #3d2b5a;
    color: #ffffff;
	padding: 5rem 6rem!important;
}

#discovery-center-communities  .button {
	margin-top: 2rem;
}

.map-callout{
background-color: #3d2b5a;
color: #ffffff;
padding: 1rem 4rem;
margin: 0 0;
line-height: 1;
}

.map-calloutn h5{text-transform: none; color:#fff; line-height: 1; margin: 0px 0px;}

#dream {
}
#dream h1 {
	text-transform: uppercase;
	font-weight: 500;
}
#dream .background-image {
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 550px;
	background-position: center;
}
#life-better {
}
#life-better h1 {
	text-transform: none;
	font-size: 2.4rem;
	font-weight: 500;
}
#life-better h1 span {
	font-size: 4.5rem;
}
#life-better .background-image {
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 550px;
	background-position: center;
}
#adventure h1 {
	color: #ffffff;
	text-transform: none;
	line-height: 1;
}
#adventure h1 span {
	font-weight: 600;
	color: #fff;
}
#adventure .background-image {
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 550px;
	background-position: center;
}
.blog .background-image {
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 550px;
	background-position: center;
}
.category .background-image {
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 550px;
	background-position: center;
}
.archive .background-image {
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 550px;
	background-position: center;
}
.search .background-image {
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 550px;
	background-position: center;
}
.light-purple {
	background-color: #915ba6;
	color: #ffffff;
}
.dark-purple {
	background-color: #3d2b5a;
	color: #ffffff;
}
.gray {
	background-color: #f8f8fa;
}
.text-container {
	/*padding: 6rem 6rem!important;*/
	padding: 5rem 5rem!important;
}
.light-purple-container {
	height: 50%;
	background-color: #915ba6;
	color: #fff;
	padding: 5rem 5rem;
}
.dark-purple-container {
	background-color: #3d2b5a;
	color: #ffffff;
	padding: 5rem 5rem!important;
}
/*********************
HERO IMAGE
**********************/

.hero-slider {/*margin-top: 150px;*/
}
.hero-image.hero-image--banner {
	/*max-height: 736px;*/max-height: 500px;
}
.hero-image {
	/* min-height: 60vh;*/
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	position: relative;
	/*    padding: 75px 0;
        padding-top: 150px;*/
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	z-index: 1003;
	overflow: hidden;
	background-color: #f1f1f1;
	padding-top: 38%;
	margin-top: 140px;
}
.hero-image.hero-image--dark::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,0);
}
.hero-image.hero-image--gradient::before {
	content: "";
	display: block;
	position: absolute;
	/* top: 0; */
	right: 0;
	bottom: 0;
	left: 0;
	/* background-color: rgba(0,0,0,0); */
	height: 60%;
	background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000000));
	background: linear-gradient(180deg, transparent 0, rgba(0,0,0,.7));
}
.hero-image__container {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: block;
	padding: 45px 15px 0;
}
/*********************
PARALLAX
************************/
.parallax-background {
	background-color: #0078A0;
	height: 620px;
	background-repeat: no-repeat;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	-o-background-size: 100% auto;
	background-size: 100% auto;
	position: fixed;
	width: 100%;
}
.intro-text {
	font-size: 50px;
	color: #fff;
	text-align: center;
	margin-top: 15%;
}
/*********************
SLIDESHOW
***********************/
/*********************
ORBIT CSS - MOTION
**************************/
.slide-in-down.mui-enter {
	transition-duration: 500ms;
	transition-timing-function: linear;
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	transition-property: transform, opacity;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.slide-in-down.mui-enter.mui-enter-active {
	-ms-transform: translateY(0);
	transform: translateY(0);
}
.slide-in-left.mui-enter {
	transition-duration: 500ms;
	transition-timing-function: linear;
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	transition-property: transform, opacity;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.slide-in-left.mui-enter.mui-enter-active {
	-ms-transform: translateX(0);
	transform: translateX(0);
}
.slide-in-up.mui-enter {
	transition-duration: 500ms;
	transition-timing-function: linear;
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	transition-property: transform, opacity;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.slide-in-up.mui-enter.mui-enter-active {
	-ms-transform: translateY(0);
	transform: translateY(0);
}
.slide-in-right.mui-enter {
	transition-duration: 500ms;
	transition-timing-function: linear;
	-ms-transform: translateX(100%);
	transform: translateX(100%);
	transition-property: transform, opacity;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.slide-in-right.mui-enter.mui-enter-active {
	-ms-transform: translateX(0);
	transform: translateX(0);
}
.slide-out-down.mui-leave {
	transition-duration: 500ms;
	transition-timing-function: linear;
	-ms-transform: translateY(0);
	transform: translateY(0);
	transition-property: transform, opacity;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.slide-out-down.mui-leave.mui-leave-active {
	-ms-transform: translateY(100%);
	transform: translateY(100%);
}
.slide-out-right.mui-leave {
	transition-duration: 500ms;
	transition-timing-function: linear;
	-ms-transform: translateX(0);
	transform: translateX(0);
	transition-property: transform, opacity;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.slide-out-right.mui-leave.mui-leave-active {
	-ms-transform: translateX(100%);
	transform: translateX(100%);
}
.slide-out-up.mui-leave {
	transition-duration: 500ms;
	transition-timing-function: linear;
	-ms-transform: translateY(0);
	transform: translateY(0);
	transition-property: transform, opacity;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.slide-out-up.mui-leave.mui-leave-active {
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}
.slide-out-left.mui-leave {
	transition-duration: 500ms;
	transition-timing-function: linear;
	-ms-transform: translateX(0);
	transform: translateX(0);
	transition-property: transform, opacity;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.slide-out-left.mui-leave.mui-leave-active {
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
}
.fade-in.mui-enter {
	transition-duration: 500ms;
	transition-timing-function: linear;
	opacity: 0;
	transition-property: opacity;
}
.fade-in.mui-enter.mui-enter-active {
	opacity: 1;
}
.fade-out.mui-leave {
	transition-duration: 500ms;
	transition-timing-function: linear;
	opacity: 1;
	transition-property: opacity;
}
.fade-out.mui-leave.mui-leave-active {
	opacity: 0;
}
.hinge-in-from-top.mui-enter {
	transition-duration: 500ms;
	transition-timing-function: linear;
	transform: perspective(2000px) rotateX(-90deg);
	-ms-transform-origin: top;
	transform-origin: top;
	transition-property: transform, opacity;
	opacity: 0;
}
.hinge-in-from-top.mui-enter.mui-enter-active {
	transform: perspective(2000px) rotate(0deg);
	opacity: 1;
}
.hinge-in-from-right.mui-enter {
	transition-duration: 500ms;
	transition-timing-function: linear;
	transform: perspective(2000px) rotateY(-90deg);
	-ms-transform-origin: right;
	transform-origin: right;
	transition-property: transform, opacity;
	opacity: 0;
}
.hinge-in-from-right.mui-enter.mui-enter-active {
	transform: perspective(2000px) rotate(0deg);
	opacity: 1;
}
.hinge-in-from-bottom.mui-enter {
	transition-duration: 500ms;
	transition-timing-function: linear;
	transform: perspective(2000px) rotateX(90deg);
	-ms-transform-origin: bottom;
	transform-origin: bottom;
	transition-property: transform, opacity;
	opacity: 0;
}
.hinge-in-from-bottom.mui-enter.mui-enter-active {
	transform: perspective(2000px) rotate(0deg);
	opacity: 1;
}
.hinge-in-from-left.mui-enter {
	transition-duration: 500ms;
	transition-timing-function: linear;
	transform: perspective(2000px) rotateY(90deg);
	-ms-transform-origin: left;
	transform-origin: left;
	transition-property: transform, opacity;
	opacity: 0;
}
.hinge-in-from-left.mui-enter.mui-enter-active {
	transform: perspective(2000px) rotate(0deg);
	opacity: 1;
}
.hinge-in-from-middle-x.mui-enter {
	transition-duration: 500ms;
	transition-timing-function: linear;
	transform: perspective(2000px) rotateX(-90deg);
	-ms-transform-origin: center;
	transform-origin: center;
	transition-property: transform, opacity;
	opacity: 0;
}
.hinge-in-from-middle-x.mui-enter.mui-enter-active {
	transform: perspective(2000px) rotate(0deg);
	opacity: 1;
}
.hinge-in-from-middle-y.mui-enter {
	transition-duration: 500ms;
	transition-timing-function: linear;
	transform: perspective(2000px) rotateY(-90deg);
	-ms-transform-origin: center;
	transform-origin: center;
	transition-property: transform, opacity;
	opacity: 0;
}
.hinge-in-from-middle-y.mui-enter.mui-enter-active {
	transform: perspective(2000px) rotate(0deg);
	opacity: 1;
}
.hinge-out-from-top.mui-leave {
	transition-duration: 500ms;
	transition-timing-function: linear;
	transform: perspective(2000px) rotate(0deg);
	-ms-transform-origin: top;
	transform-origin: top;
	transition-property: transform, opacity;
	opacity: 1;
}
.hinge-out-from-top.mui-leave.mui-leave-active {
	transform: perspective(2000px) rotateX(-90deg);
	opacity: 0;
}
.hinge-out-from-right.mui-leave {
	transition-duration: 500ms;
	transition-timing-function: linear;
	transform: perspective(2000px) rotate(0deg);
	-ms-transform-origin: right;
	transform-origin: right;
	transition-property: transform, opacity;
	opacity: 1;
}
.hinge-out-from-right.mui-leave.mui-leave-active {
	transform: perspective(2000px) rotateY(-90deg);
	opacity: 0;
}
.hinge-out-from-bottom.mui-leave {
	transition-duration: 500ms;
	transition-timing-function: linear;
	transform: perspective(2000px) rotate(0deg);
	-ms-transform-origin: bottom;
	transform-origin: bottom;
	transition-property: transform, opacity;
	opacity: 1;
}
.hinge-out-from-bottom.mui-leave.mui-leave-active {
	transform: perspective(2000px) rotateX(90deg);
	opacity: 0;
}
.hinge-out-from-left.mui-leave {
	transition-duration: 500ms;
	transition-timing-function: linear;
	transform: perspective(2000px) rotate(0deg);
	-ms-transform-origin: left;
	transform-origin: left;
	transition-property: transform, opacity;
	opacity: 1;
}
.hinge-out-from-left.mui-leave.mui-leave-active {
	transform: perspective(2000px) rotateY(90deg);
	opacity: 0;
}
.hinge-out-from-middle-x.mui-leave {
	transition-duration: 500ms;
	transition-timing-function: linear;
	transform: perspective(2000px) rotate(0deg);
	-ms-transform-origin: center;
	transform-origin: center;
	transition-property: transform, opacity;
	opacity: 1;
}
.hinge-out-from-middle-x.mui-leave.mui-leave-active {
	transform: perspective(2000px) rotateX(-90deg);
	opacity: 0;
}
.hinge-out-from-middle-y.mui-leave {
	transition-duration: 500ms;
	transition-timing-function: linear;
	transform: perspective(2000px) rotate(0deg);
	-ms-transform-origin: center;
	transform-origin: center;
	transition-property: transform, opacity;
	opacity: 1;
}
.hinge-out-from-middle-y.mui-leave.mui-leave-active {
	transform: perspective(2000px) rotateY(-90deg);
	opacity: 0;
}
.scale-in-up.mui-enter {
	transition-duration: 500ms;
	transition-timing-function: linear;
	-ms-transform: scale(0.5);
	transform: scale(0.5);
	transition-property: transform, opacity;
	opacity: 0;
}
.scale-in-up.mui-enter.mui-enter-active {
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}
.scale-in-down.mui-enter {
	transition-duration: 500ms;
	transition-timing-function: linear;
	-ms-transform: scale(1.5);
	transform: scale(1.5);
	transition-property: transform, opacity;
	opacity: 0;
}
.scale-in-down.mui-enter.mui-enter-active {
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}
.scale-out-up.mui-leave {
	transition-duration: 500ms;
	transition-timing-function: linear;
	-ms-transform: scale(1);
	transform: scale(1);
	transition-property: transform, opacity;
	opacity: 1;
}
.scale-out-up.mui-leave.mui-leave-active {
	-ms-transform: scale(1.5);
	transform: scale(1.5);
	opacity: 0;
}
.scale-out-down.mui-leave {
	transition-duration: 500ms;
	transition-timing-function: linear;
	-ms-transform: scale(1);
	transform: scale(1);
	transition-property: transform, opacity;
	opacity: 1;
}
.scale-out-down.mui-leave.mui-leave-active {
	-ms-transform: scale(0.5);
	transform: scale(0.5);
	opacity: 0;
}
.spin-in.mui-enter {
	transition-duration: 500ms;
	transition-timing-function: linear;
	-ms-transform: rotate(-0.75turn);
	transform: rotate(-0.75turn);
	transition-property: transform, opacity;
	opacity: 0;
}
.spin-in.mui-enter.mui-enter-active {
	-ms-transform: rotate(0);
	transform: rotate(0);
	opacity: 1;
}
.spin-out.mui-leave {
	transition-duration: 500ms;
	transition-timing-function: linear;
	-ms-transform: rotate(0);
	transform: rotate(0);
	transition-property: transform, opacity;
	opacity: 1;
}
.spin-out.mui-leave.mui-leave-active {
	-ms-transform: rotate(0.75turn);
	transform: rotate(0.75turn);
	opacity: 0;
}
.spin-in-ccw.mui-enter {
	transition-duration: 500ms;
	transition-timing-function: linear;
	-ms-transform: rotate(0.75turn);
	transform: rotate(0.75turn);
	transition-property: transform, opacity;
	opacity: 0;
}
.spin-in-ccw.mui-enter.mui-enter-active {
	-ms-transform: rotate(0);
	transform: rotate(0);
	opacity: 1;
}
.spin-out-ccw.mui-leave {
	transition-duration: 500ms;
	transition-timing-function: linear;
	-ms-transform: rotate(0);
	transform: rotate(0);
	transition-property: transform, opacity;
	opacity: 1;
}
.spin-out-ccw.mui-leave.mui-leave-active {
	-ms-transform: rotate(-0.75turn);
	transform: rotate(-0.75turn);
	opacity: 0;
}
.slow {
	transition-duration: 750ms !important;
}
.fast {
	transition-duration: 250ms !important;
}
.linear {
	transition-timing-function: linear !important;
}
.ease {
	transition-timing-function: ease !important;
}
.ease-in {
	transition-timing-function: ease-in !important;
}
.ease-out {
	transition-timing-function: ease-out !important;
}
.ease-in-out {
	transition-timing-function: ease-in-out !important;
}
.bounce-in {
	transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}
.bounce-out {
	transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}
.bounce-in-out {
	transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}
.short-delay {
	transition-delay: 300ms !important;
}
.long-delay {
	transition-delay: 700ms !important;
}
.shake {
	animation-name: shake-7;
}
.orbit-next, .orbit-next:active, .orbit-next:focus, .orbit-next:hover, .orbit-previous, .orbit-previous:active, .orbit-previous:focus, .orbit-previous:hover {
	background-color: hsla(0,0%,4%,.5);
}
.orbit-next, .orbit-previous {
	background-color: hsla(0,0%,4%,.3);
	cursor: pointer;
	z-index: 16!important;
}
.orbit-slide.dark::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,.2);
}
.orbit-slide.light::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(255,255,255,.2);
}
.orbit-slide.none::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(255,255,255,0);
}
.orbit-caption {
	bottom: 50%;
	width: 100%;
	margin: 0px auto;
	text-align: center;
	background-color: transparent;
	z-index: 2;
	text-shadow: 0px 4px 3px rgba(0,0,0,0.3),  0px 8px 13px rgba(0,0,0,0.1),  0px 18px 23px rgba(0,0,0,0.1);
}
.orbit-image {
	height: 100vh;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.orbit-wrapper {
	position: relative;
}
.orbit-link {
	position: absolute;
	bottom: 30%;
	width: 100%;
	margin: 0px auto;
	text-align: center;
	background-color: transparent;
	padding: 1rem;
	text-transform: uppercase;
}
h1.orbit-logo {
	position: absolute;
	bottom: 48%;
	width: 100%;
	background-color: transparent;
	text-align: center;
	margin: 0px auto;
	z-index: 9;
	background-size: cover;
	background-position: 50% 50%;
}
h1.orbit-logo img {
	width: 20%;
	height: 20%;
}
.orbit-caption h2 {
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	font-size: 4.5em;
	line-height: 1;
	letter-spacing: -1px;
}
#side_slider .orbit-wrapper {
	width: 100%;
	min-height: 600px;
}
#side_slider ul.orbit-container, #sider-slider li.orbit-slide {
	min-height: 600px;
}
#side_slider.orbit {
	width: 100%;
	height: 100%;
}
#side_slider .orbit-slide {
	width: 100%;
	height: 600px;
}
#side_slider .orbit-container {
	width: 100%;
	height: 100%;
}
/*********************
NAVIGATION STYLES
*********************/
.top-bar, .top-bar ul {
	background-color: transparent;
}
.top-bar {
	/*   padding: 1rem .5rem 0rem .5rem;*/
	padding: 0rem .5rem 0rem .5rem;
	top: 0px!important;
}
.top-bar .title-area {
	z-index: 1;
}
.top-bar .top-bar-left, .top-bar .top-bar-right {
	width: auto!important;
}
.top-bar .top-bar-right ul.menu.mobile {
	margin-top: 48%;
}
.top-bar .top-bar-right .menu.mobile > li {
	display: block;
	text-align: center;
}
.top-bar .top-bar-right .menu.mobile > li a {
	text-transform: uppercase;
}
.menu .active > a {
	background: transparent;
	color: #3d2b5a;
}
.menu {
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	text-transform: none;
}
.sub-page.is-stuck #menu-main-navigation.menu {
	border-top: 0px solid rgba(226,226,226,.45);
}
.is-stuck #menu-main-navigation.menu {
	border-top: 0px solid rgba(226,226,226,1);
}
#menu-main-navigation.menu {
	text-transform: none;
	font-size: 1.25rem;
	font-weight: 500;
	letter-spacing: .5px;
	border-top: 0px solid rgba(226,226,226,.45);
	margin-top: 0px;
}
#menu-main-navigation.menu>li>a {
	padding: 2.25rem 1rem;
}
#menu-landing-page-menu.menu>li>a {
	padding: 2.25rem 1rem;
}
#menu-landing-page-menu.menu {
	text-transform: none;
	font-size: 1.25rem;
	font-weight: 500;
	letter-spacing: .5px;
	border-top: 0px solid rgba(226,226,226,.45);
	margin-top: 0px;
}
/*#menu-main-navigation.menu>li>a::first-child {
    padding: 2.25rem 1rem 2.25rem 0rem!important;
}

#menu-main-navigation.menu>li>a:last-child {
    padding: 2.25rem 1rem 2.25rem 1rem;
}*/

.sticky, .sticky-container {
	height: 150px;
}
.sticky.is-stuck .menu .active > a {
	/*	background: #fff;*/
	color: #915ba6;
}
.sticky.is-anchored .menu .active > a {
	/*	background: transparent;*/
	color: #915ba6;
}
.sub-page.sticky.is-anchored .menu .active > a {
	background: #fff;
	color: #3d2b5a;
}
.sticky.is-anchored .menu>li>a {
	color: #3d2b5a;
}
.sub-page.sticky.is-anchored .menu>li>a {
	color: #000;
}
.sub-page.sticky.is-anchored .menu .active > a {
	background: #fff;
	color: #915ba6;
}
.sticky.is-anchored .menu>li>a:focus, .sticky.is-anchored .menu>li>a:hover, .sticky.is-anchored .menu>li>a:active {
	color: #915ba6;
}
.menu>li {
	vertical-align: bottom!important;
}
.menu>li>a {
	color: #353438;
}
.menu>li>a:focus, .menu>li>a:hover, .menu>li>a:active {
	color: #915ba6;
}
.sub-page .menu>li>a:focus, .sub-page .menu>li>a:hover, .sub-page .menu>li>a:active {
	color: #915ba6;
}
.sticky.is-anchored .menu-icon::after {
	background: #3d2b5a;
	box-shadow: 0 7px 0 #3d2b5a, 0 14px 0 #3d2b5a;
}
.sub-page.sticky.is-anchored .menu-icon::after {
	background: #353438;
	box-shadow: 0 7px 0 #353438, 0 14px 0 #353438;
}
.sticky.is-stuck .menu-icon::after {
	background: #353438;
	box-shadow: 0 7px 0 #353438, 0 14px 0 #353438;
}
.schedule_appt {
	background-color: #915ba6;
	color: #fff!important;
}
.is-stuck.schedule_appt {
	background-color: #915ba6;
}
/*.sticky.is-anchored .menu > li.schedule_appt > a {
    color: #fff!important; 
	text-align: center;
}*/

.menu > li.schedule_appt > a span {
	text-transform: uppercase;
	font-weight: 700;
}
.menu > li.schedule_appt > a {
	color: #fff!important;
	text-align: center;
	background-color: #915ba6;
}
#menu-top-menu.menu li:not(:last-child) {
	border-right: solid 1px #e2e2e2;/* This will not give border to last li element */
}
#menu-top-menu.menu>li>a {
	padding: .2rem 1rem;
}
#menu-top-menu.menu>li {
	margin-bottom: 20px;
}
.sticky.is-anchored {
	background-color: rgba(255,255,255,0.2);
}
.sticky.is-anchored ul.menu.logo-color {
	display: none;
	overflow: hidden;
}
.sticky.is-stuck ul.menu.logo-white {
	display: none;
	overflow: hidden;
}
/*.sticky.is-anchored ul.menu.logo-white {display:block; overflow: hidden; background-image: url("/wp-content/themes/HiddenVillage/img/hidden-village-logo-white.png");}

.sticky.is-stuck .menu.logo {display:block; overflow: hidden; width:141px; height:126px; background-image: url("/wp-content/themes/HiddenVillage/img/hidden-village-logo-color.png");}
.sticky.is-anchored .menu.logo {display:block; overflow: hidden;width:141px; height:126px; background-image: url("/wp-content/themes/HiddenVillage/img/hidden-village-logo-white.png");}
.sub-page.sticky.is-anchored .menu.logo {display:block; overflow: hidden; width:141px; height:126px; background-image: url("/wp-content/themes/HiddenVillage/img/hidden-village-logo-color.png");}*/

.sub-page .menu.logo {
	display: block;
	overflow: hidden;
	width: 349px;
	height: 102px;
	background-repeat: no-repeat;
	background-image: url("../../img/khovnanian-four-seasons-discovery-center-logo-color.svg");
}
.menu.logo {
	display: block;
	overflow: hidden;
	width: 349px;
	height: 102px;
	background-repeat: no-repeat;
	background-image: url("../../img/khovnanian-four-seasons-discovery-center-logo-color.svg");
	margin: 1.485rem 0px;
}
.logo-color.menu>li>a, .logo-white.menu>li>a {
	padding: 0rem 1rem;
}
.off-canvas-list ul {
	margin-left: 0;
}
.off-canvas-list ul li a {
	border-bottom: 0px;
}
.off-canvas-list ul .dropdown {
	margin-left: 20px;
}
.sticky.is-stuck {
	width: 100%!important;
	background-color: rgba(255,255,255,1.0);
}
#menu-top-menu {
	float: right;
	font-size: 13px;
	letter-spacing: .25px;
}
/**************************************************
SUB MENU DROPDOWN
***************************************************/

.top-bar ul ul {
	background-color: #fff;
}
/*.sticky.is-anchored .top-bar ul ul {
    background-color: transparent;
}*/

.is-dropdown-submenu {
	position: absolute;
	top: 0;
	left: 100%;
	z-index: 1;
	display: none;
	min-width: 200px;
	border: 0px solid #cacaca;
	background: #fff;
	background-color: rgb(255, 255, 255);
}
/*.sticky.is-anchored .is-dropdown-submenu {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 1;
    min-width: 200px;
    border: 0px solid #cacaca;
    background: #fff;
        background-color: rgba(255,255,255,0.2)!important;
}
*/

.sticky.is-anchored .menu > li > ul > li > a {
	color: #353438;
}
.menu > li > ul > li > a {
	line-height: 1.4;
}
.sticky.is-anchored .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
	border-top-style: solid;
	border-color: #ffffff transparent transparent;
	right: -10px;
	margin-top: -3px;
}
.dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
	border-top-style: solid;
	border-color: #4ea146 transparent transparent;
	right: -10px;
	margin-top: -3px;
}
.sub-page.sticky.is-anchored .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
	border-top-style: solid;
	border-color: #4ea146 transparent transparent;
	right: -10px;
	margin-top: -3px;
}
.dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
	right: -10px;
}
/**************************************************
OFF CANVAS FULLSCREEN MENU
****************************************************/

.offcanvas-full-screen {
	position: fixed;
	z-index: 1;
	transition: -webkit-transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background: #fff;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	overflow-y: auto;
}
[data-whatinput='mouse'] .offcanvas-full-screen {
	outline: 0;
}
.offcanvas-full-screen.is-transition-overlap {
	z-index: 10;
}
.offcanvas-full-screen.is-transition-overlap.is-open {
	box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
}
.offcanvas-full-screen.is-open {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}
.offcanvas-full-screen.is-open ~ .off-canvas-content {
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
}
.offcanvas-full-screen.is-transition-push::after {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 1px;
	box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
	content: " ";
}
.offcanvas-full-screen.is-transition-overlap.is-open ~ .off-canvas-content {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}
.offcanvas-full-screen-inner {
	padding: 1rem;
	text-align: center;
}
.offcanvas-full-screen-menu {
	margin: 0px 0px 0px 0px;
	list-style-type: none;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.offcanvas-full-screen-menu > li {
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}
.offcanvas-full-screen-menu ul {
	text-transform: uppercase;
}
.offcanvas-full-screen-menu .menu>li>a {
	color: #353438;
	line-height: 1.4;
	padding: 1.5rem 1rem;
}
.offcanvas-full-screen-menu .menu>li>a:hover {
	color: #915ba6;
}
[data-whatinput='mouse'] .offcanvas-full-screen-menu > li {
	outline: 0;
}
.offcanvas-full-screen-menu > li > a {
	display: block;
	padding: 0.7rem 1rem;
	line-height: 1;
}
.offcanvas-full-screen-menu input, .offcanvas-full-screen-menu select, .offcanvas-full-screen-menu a, .offcanvas-full-screen-menu button {
	margin-bottom: 0;
}
.offcanvas-full-screen-menu > li {
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
.offcanvas-full-screen-menu > li > a {
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.offcanvas-full-screen-menu a {
	color: #fefefe;
}
.offcanvas-full-screen-menu a:hover {
	color: #b2b2b2;
}
.offcanvas-full-screen-close {
	color: #3d2b5a;
	font-size: 4rem;
	outline: hidden!important;
	margin-bottom: 1rem;
}
.offcanvas-full-screen-close:hover {
	color: #915ba6;
}
.offcanvas-full-screen-close:focus {
	outline: none;
}
/*********************
BLOG
**********************/
.blog.entry-content {
	/*	color: #353438;
	font-family: 'Poppins', sans-serif!important;
	line-height: 2;
	font-size: 1rem;*/
	text-align: left;
}
.single .blog.entry-content {
	padding-top: 2rem;
}
.blog.entry-content h2 {
	margin-top: 2rem;
}
.blog h4 {
	padding-top: 4rem;
}
.search h4 {
	padding-top: 0rem!important;
}
.blog h3 {
	color: #915ba6;
}
.blog h3.white {
	color: #ffffff;
}
.post-time {
	text-align: left;
	line-height: 1.2;
	color: #915ba6;
}
.month {
	font-family: 'Libre Baskerville', serif;
	font-size: 2em;
	text-transform: uppercase;
	display: block;
	text-align: center;
	color: #353438;
}
.day {
	color: #286060;
	font-size: 3rem;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Libre Baskerville', serif;
}
.byline {
	color: #353438;
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
}
p.byline {
	margin: 1.5rem 0rem;
}
.footer-article {
	margin: 6rem;
	border-bottom: 1px solid #f1f1f1;
}
.blog a, .archive a, .category a, .search a {
	color: #3d2b5a;
	text-decoration: none;
}
.blog a:focus, .blog a:hover, .archive a:focus, .archive a:hover, .category a:focus, .category a:hover, .search a:focus, .search a:hover {
	color: #915ba6;
	text-decoration: none;
}
/*.blog h2, .archive h2, .category h2 {
	margin-bottom: 0rem!important;
	line-height: 1.1;
}*/
.blog a.button, .archive a.button, .category a.button, .search a.button {
	color: #fff!important;
}
.blog a:hover.button, .blog a:focus.button, .archive a:hover.button, .archive a:focus.button, .category a:hover.button, .category a:focus.button, .search a:hover.button, .search a:focus.button {
	text-decoration: none!important;
}
#blog .text-container {
	padding: 4rem 4rem !important;
}
.search .light-purple-container {
	height: 50%;
	background-color: #915ba6;
	color: #fff;
	padding: 2rem 2rem;
	margin-top: 6rem;
}
#blog {
	margin-top: 5rem;
}
#blog h1 {
	text-transform: uppercase;
	font-weight: 500;
}
#blog .background-image {
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 600px;
	background-position: center;
}
article {
	margin: 6rem 0rem;
}
/***********************
LOCATION
************************/
#location-tabs.tabs {
	font-family: 'Libre Baskerville', serif;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: .5px;
	border: 0px solid #e2e2e2;
	border-bottom: 0px solid #f1f1f1!important;
	margin-top: 0px;
}
#location-tabs .tabs-title > a:focus, #location-tabs .tabs-title > a[aria-selected="true"] {
	background: transparent;
	color: #4ea146;
}
#location-tabs .tabs-title > a {
	display: block;
	padding: 1.25rem 1rem;
	font-size: .9rem;
	line-height: 1;
	color: #353438;
}
#location-tabs .tabs-title > a:hover {
	display: block;
	color: #4ea146;
}
#location-tab-content.tabs-content {
	border: 0px solid #e6e6e6;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: rgb(230, 230, 230);
	border-top: 0;
	background: #ffffff;
	color: #353438;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.map-canvas {
	height: 500px;
	max-height: 80vh;
}
button.btn.neighborhood-feature-category-toggle {
	border: 0px solid transparent;
	background-color: rgba(255,255,255,1);
	color: #353438;
	font-family: 'Libre Baskerville', serif;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: .5px;
	-webkit-transition: color .25s, background-color .25s;
	transition: color .25s, background-color .25s;
}
button.btn.neighborhood-feature-category-toggle:hover {
	color: #4ea146;
	background-color: rgba(255, 255, 255,1);
	outline: none;
}
.list-inline-item {
	display: inline-block;
}
.neighborhood-feature-categories ul.list-inline {
	display: inline-block;
}
/*#map{height:600px;}*/

.neighborhood-feature-categories {
	width: 100%;
	padding-top: 0px;
	text-align: center;
}
.hidden-md-up {
	display: none !important;
}
.refine__select-wrap {
	position: relative;
	display: inline-block;
	width: 100%;
}
.neighborhood-feature-categories .refine__select-wrap {
	width: 220px;
}
.refine__select-wrap::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -3px;
	border: 6px solid transparent;
	border-top-color: #373a3c;
	border-bottom-width: 0;
	pointer-events: none;
}
.neighborhood-feature-categories {
	text-align: center;
}
.btn {
	display: inline-block;
	font-weight: 400;
	line-height: 1.25;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: 1rem 1rem;
	font-size: 1rem;
}
button.btn.neighborhood-feature-category-toggle.active:hover {
	background-color: #fff;
	color: #4ea146;
	outline: none;
}
button.btn.neighborhood-feature-category-toggle.active {
	border-color: #85b440;
	background-color: #fff;
	color: #4ea146;
}
button.btn.neighborhood-feature-category-toggle.active a:hover {
	background-color: #fff;
	color: #4ea146;
	outline: none;
}
button.btn.neighborhood-feature-category-toggle.active a {
	border-color: #85b440;
	background-color: #fff;
	color: #4ea146;
}
button.btn.neighborhood-feature-category-toggle a:hover {
	background-color: #fff;
	color: #4ea146;
	outline: none;
}
button.btn.neighborhood-feature-category-toggle a {
	border-color: #85b440;
	background-color: #fff;
	color: #353438;
}
.acf-map {
	width: 100%;/*height: 400px;*//*	border: #ccc solid 1px;*//*	margin: 20px 0;*/
}
/* fixes potential theme css conflict */
.acf-map img {
	max-width: inherit !important;
}
.markerLabels {
	overflow: visible !important;
}
.markerLabels.active .marker-label, .markerLabels.visible .marker-label, .markerLabels:hover .marker-label {
	opacity: 1;
	visibility: visible;
}
.markerLabels .marker-label {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .25s, visibility .25s;
	transition: opacity .25s, visibility .25s;
}
.marker-label {
	width: 0;
	height: 0;
	position: relative;
	/*font-family:'Libre Baskerville', serif; 
    text-align: center;*/
	font-size: 1.5rem;
}
.marker-label .marker-label__inner.logo {
	min-width: 250px;
	width: 100%;
	left: -135px;
	bottom: 90px;
	position: absolute;
}
.marker-label .marker-label__inner .logo h5 {
	color: #286060;
	font-size: 18px;
	text-align: left;
}
.marker-label .marker-label__inner .logo p {
	text-align: left;
	font-size: 1.125em;
	line-height: 1.5;
	color: #353438;
}
.marker-label .marker-label__inner {
	min-width: 250px;
	width: 100%;
	left: -75px;
	bottom: 35px;
	position: absolute;
}
.marker-label .marker-label__inner h5 {
	color: #286060;
	font-size: 18px;
	text-align: left;
}
.marker-label .marker-label__inner p {
	text-align: left;
	font-size: 1.125em;
	line-height: 1.5;
	color: #353438;
}
.marker-label {
/*font-family:'Libre Baskerville', serif; */
    /*text-align: center;*/

}
.marker-label .marker-label__content {
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	padding: 15px;
	box-shadow: 1px 1px 1px 1px rgba(0,0,0,.4);
}
.markerLabels .marker-label {
	visibility: hidden;
}
/***SCSS*****************/
.map-canvas {
	height: 600px;
	max-height: 90vh;
}
.neighborhood-map-canvas {
	height: 800px;
	max-height: 80vh;
	position: relative;
}
.infowindow__inner {
	padding-left: 22px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.read-more-button__wrap {
	display: none;
}
.infowindow__header {
	display: flex;
}
.infowindow__header-right {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding-bottom: 1em;
}
.infowindow__header-left {
	width: 55%;
}
.infowindow__name {
	font-size: 1rem;
	line-height: 1;
	margin-bottom: 5px;
}
.infowindow__county, .infowindow__starting-price {
	font-size: 1rem;
}
.infowindow__img {
	width: 100%;
	height: auto;
	margin: .5em 0 .75em 0;
}
.infowindow__text {
	padding: .5em 0 1em 0;
	font-size: 1rem;
}
.infowindow__footer {
	display: flex;
	justify-content: center;
}
.infowindow__link {
	display: block !important;
	margin: 1em 0;
}
.markerLabels {
	overflow: visible !important;
}
.marker-label {
	opacity: 0;
	visibility: hidden;
	transition: opacity .25s, visibility .25s;
}
.marker-label:hover, .marker-label.visible, .marker-label.active {
	opacity: 1;
	visibility: visible;
}
.marker-label {
	width: 0;
	height: 0;
	position: relative;
	text-align: center;
	font-size: 12px;
}
.marker-label__inner {
	width: 150px;
	left: -75px;
	bottom: 20px;
	position: absolute;
}
.marker-label__content {
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	padding: 15px;
	box-shadow: 1px 1px 1px 1px rgba(0,0,0,.4);
}
.neighborhood-feature-categories {
	width: 100%;
	text-align: center;
	z-index: 1000001!important;
	position: absolute;
	bottom: 0px !important;
	left: 0px !important;
	top: unset!important;
}
ul.list-inline {
	display: inline-block;
}
/*********************
POSTS & CONTENT STYLES
*********************/
#content #inner-content {
	padding: 4rem 0rem 0rem 0rem;
}
#sub-content #inner-content {
	padding: 6rem 0rem 0rem 0rem;
}
.thankyou #inner-content {
	padding: 12rem 0rem 0rem 0rem!important;
}
.page-title .vcard {
	border: 0px;
	padding: 0px;
}
.byline {
	color: #999;
}
.entry-content img {
	max-width: 100%;
	height: auto;
}
.entry-content .alignleft, .entry-content img.alignleft {
	margin-right: 1.5em;
	display: inline;
	float: left;
}
.entry-content .alignright, .entry-content img.alignright {
	margin-left: 1.5em;
	display: inline;
	float: right;
}
.entry-content .aligncenter, .entry-content img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
}
.entry-content video, .entry-content object {
	max-width: 100%;
	height: auto;
}
.entry-content pre {
	background: #eee;
	border: 1px solid #cecece;
	padding: 10px;
}
.wp-caption {
	max-width: 100%;
	background: #eee;
	padding: 5px;
}
.wp-caption img {
	max-width: 100%;
	margin-bottom: 0;
	width: 100%;
}
.wp-caption p.wp-caption-text {
	font-size: 0.85em;
	margin: 4px 0 7px;
	text-align: center;
}
.post-password-form input[type="submit"] {
	display: inline-block;
	text-align: center;
	line-height: 1;
	cursor: pointer;
	-webkit-appearance: none;
	transition: all 0.25s ease-out;
	vertical-align: middle;
	border: 1px solid transparent;
	border-radius: 0;
	padding: 0.85em 1em;
	margin: 0 1rem 1rem 0;
	font-size: 0.9rem;
	background: #2199e8;
	color: #fff;
}
[data-whatinput='mouse'] .post-password-form input[type="submit"] {
	outline: 0;
}
.post-password-form input[type="submit"]:hover, .post-password-form input[type="submit"]:focus {
	background: #1583cc;
	color: #fff;
}
/*********************
CONTACT
**********************/
.contact-content {
	margin-top: 6rem;
}
.contact-content h6 {
	font-weight: 700;
	margin-top: 14px;
}
.contact-content span {
	font-weight: bold;
}
.contact-content h3 {
	text-transform: uppercase;
	color: #915ba6;
	font-weight: 600;
	margin-bottom: 1rem;
}
.contact-content p {
	line-height: 1.4;
}
.contact-content a {
	text-decoration: none!important;
}
[type="color"], [type="date"], [type="datetime-local"], [type="datetime"], [type="email"], [type="month"], [type="number"], [type="password"], [type="search"], [type="tel"], [type="text"], [type="time"], [type="url"], [type="week"], textarea, input[type="text"], input[type="email"], input[type="tel"] {
	display: block;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 100%;
	height: inherit;
	margin: 0 0 1rem;
	padding: 1rem!important;
	border: 0px solid #cacaca;
	border-radius: 0;
	background-color: #ffffff;
	box-shadow: inset 0 1px 2px hsla(0,0%,4%,.1);
	font-family: inherit;
	font-size: 1rem;
	font-weight: 400;
	color: #47454d;
	-webkit-transition: border-color .25s ease-in-out, -webkit-box-shadow .5s;
	transition: box-shadow .5s, border-color .25s ease-in-out;
}
[type="search"] {
	margin: 0 0 0rem;
}
select {
	/* height: 2.4375rem;*/
	height: inherit;
	margin: 0 0 1rem;
	padding: .88rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0px solid #cacaca;
	border-radius: 0;
	background-color: #fefefe;
	font-family: inherit;
	font-size: 1rem;
	line-height: normal;
	color: #0a0a0a;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
	background-origin: content-box;
	background-position: right -1rem center;
	background-repeat: no-repeat;
	background-size: 9px 6px;
	padding-right: 1.5rem;
	-webkit-transition: border-color .25s ease-in-out, -webkit-box-shadow .5s;
	transition: box-shadow .5s, border-color .25s ease-in-out;
}
.input-group-button {
	padding-top: 0;
	padding-bottom: 0;
	text-align: center;
	width: 1%;
	height: 100%;
	padding-left: .75rem;
}
.input-group-button a, .input-group-button button, .input-group-button input, .input-group-button label {
	height: 3.2rem;
	padding-top: 0;
	padding-bottom: 0;
	font-size: 1rem;
}
.landing-page-form [type="color"], .landing-page-form [type="date"], .landing-page-form [type="datetime-local"], .landing-page-form [type="datetime"], .landing-page-form [type="email"], .landing-page-form [type="month"], .landing-page-form [type="number"], .landing-page-form [type="password"], .landing-page-form [type="search"], .landing-page-form [type="tel"], .landing-page-form [type="text"], .landing-page-form [type="time"], .landing-page-form [type="url"], .landing-page-form [type="week"], .landing-page-form textarea {
	display: block;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 100%;
	height: inherit;
	margin: 0 0 1rem;
	padding: 1rem!important;
	border: 0px solid #cacaca;
	border-radius: 0;
	background-color: #f1f1f3;
	box-shadow: inset 0 0px 0px hsla(0,0%,0%,0);
	font-family: inherit;
	font-size: 1rem;
	font-weight: 400;
	color: #47454d;
	-webkit-transition: border-color .25s ease-in-out, -webkit-box-shadow .5s;
	transition: box-shadow .5s, border-color .25s ease-in-out;
}
.landing-page-form .submit-btn {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 1rem;
	padding: 1em 2.2em;
	-webkit-appearance: none;
	border: 1px solid transparent;
	border-radius: 0;
	-webkit-transition: background-color .25s ease-out, color .25s ease-out;
	transition: background-color .25s ease-out, color .25s ease-out;
	line-height: 1;
	text-align: center;
	cursor: pointer;
	background-color: #3d2b5a;
	color: #fff;
	outline: none;
	font-size: 1rem;
}
.submit-btn:focus, .submit-btn:hover {
	background-color: #4e3773;
	color: #ffffff;
}
input.lp-inputfield {
	display: block;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 100%;
	/*height: 2.4375rem;*/
	height: inherit;
	margin: 0 0 1rem;
	padding: 1rem!important;
	border: 0px solid #cacaca;
	border-radius: 0;
	background-color: #f1f1f3;
	box-shadow: inset 0 0px 0px hsla(0,0%,0%,0);
	font-family: inherit;
	font-size: 1rem;
	font-weight: 400;
	color: #47454d;
	-webkit-transition: border-color .25s ease-in-out, -webkit-box-shadow .5s;
	transition: box-shadow .5s, border-color .25s ease-in-out;
}
 .landing-page-form::-webkit-input-placeholder { /* WebKit browsers */
color: #47454d !important;
opacity: 1;
}
.landing-page-form:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color: #47454d !important;
opacity: 1;
}
.landing-page-form::-moz-placeholder { /* Mozilla Firefox 19+ */
color: #47454d !important;
opacity: 1;
}
.landing-page-form:-ms-input-placeholder { /* Internet Explorer 10+ */
color: #47454d !important;
opacity: 1!important;
}
 .landing-page-form:-ms-input-placeholder { /* Internet Explorer 10+ */
color: #47454d !important;
opacity: 1!important;
}
 .landing-page-form::placeholder {
color: #47454d !important;
opacity: 1;
}

::placeholder {
color: #47454d !important;
opacity: 1;
}

:focus::placeholder {
color: #47454d !important;
opacity: 1;
}

::-webkit-input-placeholder { /* WebKit browsers */
color: #47454d !important;
opacity: 1;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color: #47454d !important;
opacity: 1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
color: #47454d !important;
opacity: 1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
color: #47454d !important;
opacity: 1!important;
}
 input ::-webkit-input-placeholder { /* WebKit browsers */
color: #47454d !important;
opacity: 1;
}
input :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color: #47454d !important;
opacity: 1;
}
input ::-moz-placeholder { /* Mozilla Firefox 19+ */
color: #47454d !important;
opacity: 1;
}
input :-ms-input-placeholder { /* Internet Explorer 10+ */
color: #47454d !important;
opacity: 1!important;
}
 input.lp-inputfield::-webkit-input-placeholder { /* WebKit browsers */
color: #47454d !important;
opacity: 1;
}
input.lp-inputfield:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color: #47454d !important;
opacity: 1;
}
input.lp-inputfield::-moz-placeholder { /* Mozilla Firefox 19+ */
color: #47454d !important;
opacity: 1;
}
input.lp-inputfield:-ms-input-placeholder { /* Internet Explorer 10+ */
color: #47454d !important;
opacity: 1!important;
}

:focus::placeholder {
color: #47454d !important;
opacity: 1!important;
}
:focus::-webkit-input-placeholder {
color: #47454d !important;
opacity: 1!important;
}
:focus:-moz-placeholder {
color: #47454d !important;
opacity: 1!important;
}
:focus::-moz-placeholder {
color: #47454d !important;
opacity: 1!important;
}
:focus:-ms-input-placeholder {
color: #47454d !important;
opacity: 1!important;
}
/*********************
MAP
**********************/
.neighborhood-section {
	margin: 6rem 0rem;
	background-color: #f1f1f1;
}
/*.map-canvas {
    height: 500px;
    max-height: 80vh;
}*/



.acf-map {
	width: 100%;
	border: #ccc solid 0px;
	height: 400px;
}
/* fixes potential theme css conflict */
.acf-map img {
	max-width: inherit !important;
}
#contact-header.acf-map {
	width: 100%;
	margin: 0px 0px!important;
}
/*********************
IMAGE GALLERY STYLES
*********************/
.lg-actions .lg-next, .lg-actions .lg-prev {
	background-color: rgba(145,91,166,.65)!important;
	font-size: 36px!important;
	color: #fff!important;
}
.lg-sub-html {
	background-color: rgba(0,0,0,.65);
}
.lg-sub-html {
	color: #fff!important;
	font-size: 24px!important;
	padding: 16px 40px!important;
	position: fixed;
	text-align: center!important;
	font-weight: bold!important;
	line-height: 1!important;
}
.lg-actions .lg-prev {
	left: 24px!important;
}
.lg-actions .lg-next {
	right: 24px!important;
}
a.lg-thumb-item img {
	border: 6px solid #fff;
	margin: 0px 0px;
}
.justified-gallery > a > .caption, .justified-gallery > div > .caption {
	display: none;
	position: absolute;
	bottom: 0;
	padding: 12px!important;
	background-color: #fff!important;
	left: 0;
	right: 0;
	margin: 0;
	color: #915ba6!important;
	font-size: 22px!important;
	font-weight: 400!important;
	letter-spacing: -.5px;
	font-family: 'Raleway', sans-serif!important;
}
#lightgallery-1 {
	margin-top: 6rem!important;
}
.justified-gallery {
	margin-top: 1.5em!important;
}
.justified-gallery > a, .justified-gallery > div {
	filter: "alpha(opacity=100)"!important;
	opacity: 1!important;
}
.justified-gallery > a > .caption.caption-visible {
	opacity: 1!important;
}
.lg-justified-gallery, .lg-default-gallery {
	margin-bottom: 1.5em !important;
	margin-top: 1.5em!important;
}
/*#gallery_slider .orbit-wrapper{width:100%; height:100%;}*/
#gallery_slider ul.orbit-container, #gallery_slider li.orbit-slide {
	height: 100%!important;
}
/*#gallery_slider.orbit{width:100%; height:100%;}
#gallery_slider .orbit-slide{width: 100%; min-height:200px;}
#gallery_slider .orbit-container{width:100%; height:100%;}*/

#lightgallery-1 > a > .caption, #lightgallery-1 > div > .caption {
	/*display: none;*/
	position: absolute;
	bottom: 0;
	padding: 12px!important;
	background-color: #fff!important;
	left: 0;
	right: 0;
	margin: 0;
	color: #915ba6!important;
	font-size: 22px!important;
	font-weight: 400!important;
	letter-spacing: -.5px;
	font-family: 'Raleway', sans-serif!important;
}
#lightgallery-1 {
	margin-top: 6rem!important;
}

#lightgallery-1 > a, #lightgallery-1 > div {
	filter: "alpha(opacity=100)"!important;
	opacity: 1!important;
}
#lightgallery-1 > a > .caption.caption-visible {
	opacity: 1!important;
}
#lightgallery-1, .lg-default-gallery {
	margin-bottom: 1.5em !important;
	margin-top: 1.5em!important;
}
/*#gallery_slider .orbit-wrapper{width:100%; height:100%;}*/
/*#lightgallery-1 > a > img {border-top:3px solid #fff; border-bottom:3px solid #fff;}*/

.post-type-archive-gallery #inner-content {
	padding: 6rem 0rem;
}
.gallery.gallery--masonry {
	overflow: hidden;
}
.gallery.gallery--masonry .gallery__row {
	margin-left: -22px;
	margin-right: -22px;
}
.gallery.gallery--masonry .gallery-item {
	width: 25%;
	float: left;
}
.gallery.gallery--masonry .gallery-item {
	width: 100%;
	padding-left: 22px;
	padding-right: 22px;
	margin: 0 0 22px;
	position: relative;
	overflow: hidden;
}
.gallery.gallery--masonry .gallery-item.gallery-item--short .gallery-item__link::before {
	content: "";
	display: block;
	padding-top: 40%;
	padding-top: calc(50% - 11px);
}
.gallery.gallery--masonry .gallery-item.gallery-item--short .gallery-item__link::before {
	content: "";
	display: block;
	padding-top: 40%;
	padding-top: calc(50% - 11px);
}
.gallery.gallery--masonry .gallery-item .gallery-item__footer {
	color: #fff;
	text-align: center;
	padding: 15px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0,0,0,.5);
	-webkit-transition: background-color .25s;
	transition: background-color .25s;
}
.gallery.gallery--masonry .gallery-item .gallery-item__footer h2 {
	font-weight: 400;
	margin-bottom: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.gallery.gallery--masonry .gallery-item .gallery-item__link {
	display: block;
	background-size: cover;
	background-position: 50% 50%;
	position: relative;
	text-decoration: none;
}
/*********************
PAGE NAVI STYLES
*********************/
.page-navigation {
	margin-top: 1rem;
	text-align: center;
}
.pagination .current {
	padding: .25rem .85rem;
	background: #915ba6!important;
	color: #ffffff;
	cursor: default;
}
.pagination li {
	margin-right: .0625rem;
	border-radius: 0;
	font-size: .875rem;
}
.pagination a, .pagination button {
	display: block;
	padding: .25rem .85rem;
	border-radius: 0;
	color: #0a0a0a;
}
/*********************
COMMENT STYLES
*********************/
#comments .commentlist {
	margin-left: 0px;
}
#respond ul {
	margin-left: 0px;
}
.commentlist li {
	position: relative;
	clear: both;
	overflow: hidden;
	list-style-type: none;
	margin-bottom: 1.5em;
	padding: 0.7335em 10px;
}
.commentlist li:last-child {
	margin-bottom: 0;
}
.commentlist li ul.children {
	margin: 0;
}
.commentlist li[class*=depth-] {
	margin-top: 1.1em;
}
.commentlist li.depth-1 {
	margin-left: 0;
	margin-top: 0;
}
.commentlist li:not(.depth-1) {
	margin-left: 10px;
	margin-top: 0;
	padding-bottom: 0;
}
.commentlist .vcard {
	margin-left: 50px;
}
.commentlist .vcard cite.fn {
	font-weight: 700;
	font-style: normal;
}
.commentlist .vcard time {
	float: right;
}
.commentlist .vcard time a {
	color: #999;
	text-decoration: none;
}
.commentlist .vcard time a:hover {
	text-decoration: underline;
}
.commentlist .vcard img.avatar {
	position: absolute;
	left: 10px;
	padding: 2px;
	border: 1px solid #cecece;
	background: #fff;
}
.commentlist .comment_content p {
	margin: 0.7335em 0 1.5em;
	font-size: 1em;
	line-height: 1.5em;
}
.commentlist .comment-reply-link {
	float: right;
}
/*********************
COMMENT FORM STYLES
*********************/
.respond-form {
	margin: 1.5em 10px;
	padding-bottom: 2.2em;
}
.respond-form form {
	margin: 0.75em 0;
}
.respond-form form li {
	list-style-type: none;
	clear: both;
	margin-bottom: 0.7335em;
}
#comment-form-title {
	margin: 0 0 1.1em;
}
#allowed_tags {
	margin: 1.5em 10px 0.7335em 0;
}
.nocomments {
	margin: 0 20px 1.1em;
}
/*********************
SIDEBARS & ASIDES
*********************/
.widget ul {
	margin: 0;
}
.widget ul li {
	list-style: none;
}
/*********************
TEMPLATE - PARTS
**********************/
#button-section {
	padding: 0px 0px 6rem 0rem;
}
#page-section {
	margin: 5rem 0rem;
}
.side-by-side__col, .side-by-side__section {
	display: -webkit-box;
	/*    display: -ms-flexbox;*/
	display: flex;
	padding-right: 28px;
}
.side-by-side p {
	font-family: 'Poppins', sans-serif;
	color: #353438;
	line-height: 2;
	text-align: left;
	font-size: 1rem;
}
.side-by-side {
	font-family: 'Poppins', sans-serif;
	color: #353438;
	line-height: 2;
	text-align: left;
	font-size: 1rem;
}
section.blocks {
	padding: 6rem 0px;
}
/*#resident-services-content a, #resident-services-content a:hover, #resident-services-content a:active{color:#28605f;}*/
#resident-services-content.green-container a, #resident-services-content.green-container a:hover, #resident-services-content.green-container a:active {
	color: #ffffff;
}
#resident-services-content .blocks .block .block__inner {
	background-size: cover;
	background-position: 50% 50%;
	position: relative;
	width: 100%;
	min-height: 250px;
	border-radius: 2px;
	margin: 10px 0px;
}
#resident-services-content section.blocks {
	padding: 0rem 0px;
}
#resident-services-content.green-container section.blocks {
	padding: 6rem 0px;
}
.blocks .block .block__inner {
	background-size: cover;
	background-position: 50% 50%;
	position: relative;
	width: 100%;
	min-height: 340px;
	border-radius: 2px;
	margin: 10px 0px;
}
.blocks .block .block__inner__content {
	position: relative;
	padding: 30px;
	z-index: 3;
}
.blocks .block .block__inner__content {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: left;
	-ms-flex-align: left;
	align-items: left;
	padding: 30px;
	background-color: rgba(0,0,0,.15);
}
.blocks .block .block__inner__content h4 {
	font-size: 1.8rem;
}
.clear {
	clear: both;
}
.green-container {
	background-color: #4ea146;
	color: #fff;
}
.wysiwyg.side-by-side__section {
	padding: 1rem 2rem 0rem 2rem;
	min-height: 300px;
}
.wysiwyg.side-by-side__section.local-services {
	padding: 1rem 1rem 0rem 1rem;
	min-height: 400px;
}
.home-side-section.side-by-side__section {
	padding: .5rem 0rem 0rem 0rem!important;
	text-align: left;
}
#clubhouse-content .wysiwyg.side-by-side__section {
	padding: 4rem 2rem 4rem 4rem;
	min-height: 340px;
}
#clubhouse-content.side-by-side__col:last-child:not(:first-child) {
	height: auto;
	min-height: 348px;
	padding: 4rem 2rem 4rem 4rem;
}
#clubhouse-content {
	background-color: #4ea146;
	color: #fff;
	margin: 6rem 0rem 0rem 0rem;
}
.blocks .block.block--dark .block__title, .blocks .block.block--green .block__title {
	color: #fff;
}
.blocks .block.block--dark .block__content, .blocks .block.block--green .block__content {
	color: #fff !important;
}
.blocks .block .block__inner .block__overlay {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
}
.blocks .block.block--dark .block__inner .block__overlay {
	background-color: rgba(0,0,0,.65);
}
.blocks .block.block--white .block__inner .block__overlay {
	background-color: rgba(255,255,255,.65);
}
.blocks .block.block--green .block__inner .block__overlay {
	background-color: rgba(78,161,70,1.0);
}
.blocks .button.hollow.white {
	border: 2px solid #ffffff;
	color: #ffffff;
	font-family: 'Libre Baskerville', serif;
	font-size: 16px;
	border-radius: 4px;
	padding: .85em 2em;
	position: absolute;
	bottom: 14px;
	-webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
	transition: background-color 0.25s ease-out, color 0.25s ease-out;
}
.blocks .button.hollow.white:hover, .blocks .button.hollow.white:focus {
	border: 2px solid #286060;
	background-color: #286060;
	color: #ffffff;
}
#side_slider .orbit-slide {
	height: 100%;
}
#side_slider li.orbit-slide {
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	background-position: center;
}
#side_slider ul.orbit-container, #sider-slider li.orbit-slide {
	min-height: 600px;
}
#side_slider .orbit-wrapper {
	width: 100%;
	min-height: 600px;
}
.side-by-side__section.image-section {
	width: 100%;
	min-height: 600px;
}
.side-by-side__section.image-section .wysiwyg__inner {
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	background-position: center;
}
/******************************************
FEATURES SECTION
*******************************************/
#green-content {
	padding: 6rem 0rem;
}
#green-content h3 {
	margin-bottom: 2rem;
}
#green-content ul {
	list-style-type: none;
}
#green-content ul li:before {
	content: '\2014';
	position: absolute;
	margin-left: -20px;
}
#green-content ul li {
	padding-bottom: 1.5rem;
	line-height: 1.8;
}
#green-content.green {
	content: "";
	background-color: #4ea146;
	color: #fff;
}
#green-content.white {
	content: "";
	background-color: #fff;
	color: #353438;
}
#clubhouse-content .wysiwyg__inner ul {
	list-style-type: none;
}
#clubhouse-content .wysiwyg__inner ul li:before {
	content: '\2014';
	position: absolute;
	margin-left: -20px;
}
#clubhouse-content .wysiwyg__inner ul li {
	padding-bottom: .5rem;
	line-height: 1.8;
}
/*.blocks .block.block--light .block__inner {background: rgba(255, 255, 255, 0.25)}
.blocks .block.block--dark .block__inner {background: rgba(0, 0, 0, 0.25)}*/
/*********************
HOME PAGE PARTS
**********************/
.promo-callout {
	background-color: #4ea146;
	color: #fff;
	padding: 6rem 0px;
}
.promo-callout a, .promo-callout a:active {
	color: #fff;
	text-decoration: underline;
}
.promo-callout a:hover, .promo-callout a:focus {
	color: #fff;
	text-decoration: none;
}
#promo-content h2 {
	margin-bottom: 0rem;
}
 .promo-snipe {
	position: absolute;
	top: -25%;
	left: -60px;
	z-index: 15;
}
 .promo-snipe {
	animation: 1s ease-out 0s 1 slideInFromLeft;
}
@keyframes fadein {
 from {
opacity: 0
}
 to {
opacity: 1
}
}
 @keyframes slideInFromLeft {
 0% {
 transform: translateX(-100%);
}
 100% {
 transform: translateX(0);
}
}
 .slider_promo-callout {
	position: relative;
	width: 90%;
	/*bottom: -10%;*/
	background-color: #fff;
	color: #000;
	padding: 1.5rem 1.5rem;
	z-index: 14;
	margin: 0px auto;/*	left: 0;
	right: 0;*/
}
 .promo-form-container {
	position:relative;
	margin-top: -12%!important;
	left:0;
	right:0;
	margin:0 auto;
	width:100%;
}
.slider_promo-callout a, .promo-callout a:active {
	color: #fff;
	text-decoration: underline;
}
.slider_promo-callout a:hover, .promo-callout a:focus {
	color: #fff;
	text-decoration: none;
}
#slider_promo-content h2 {
	margin-bottom: 0rem;
}
.landing-page-form .slider_promo-callout {
	position: relative;
	width: 90%;
	background-color: #fff;
	color: #000;
	padding: 6rem 2rem;
	z-index: 1005;
	margin: 0 auto 0 auto;
}
.landing-page-form .slider_promo-callout h3 {
	font-size: 2.4rem;
}
/*==================================================
 * Shadow Effect 
 * ===============================================*/
.shadow {
	-webkit-box-shadow: 0 12px 26px -12px #777;
	-moz-box-shadow: 0 12px 26px -12px #777;
	box-shadow: 0 12px 26px -12px #777;
}
/**********************
LOCATIONS PAGE
***********************/
.community-parallax {
	background-attachment: fixed;
	background-repeat: no-repeat;
	padding-top: 450px;
	/* padding-bottom: 5%;*/
	background-position: center;
	background-size: cover;
	min-height: 600px;
	text-align: left;
	color: #3d2b5a;
	margin-bottom: 100px!important;/*position: relative;
	height: 100vh;*/
}
.arrow-background {
	background-color: #fff;
	margin: 0rem 0rem 6rem 0rem;
}
#community-image.background-image {
	display: none;
}
.community-parallax h2 {
	font-size: 2.3rem;
	font-weight: 500;
	letter-spacing: -2px;
	margin-bottom: 0px;
	line-height: 1.25;
}
.community-parallax h2 span {
	font-weight: 600;
	text-transform: uppercase;
	color: #915ba6;
	font-size: 6.25rem;
	line-height: 1;
	display: block;
}
.community-parallax h3 {
	font-size: 2.5rem;
	line-height: 1.2;
}

.community-parallax h4 {
	font-size: 2.3rem;
	font-weight: 500;
	line-height: 1.2;
	color:#915ba6;
	
}

.community-parallax h5 {
	font-size: 1.9rem;
	font-weight: 500;
	line-height: 1.4;
	color:#915ba6;
	
}

.community-parallax .community-contents {
	background-color: #fff;
	min-height: 600px!important; /*margin-top:500px;*/
	display: inline-block;
	padding: 4rem 6rem!important;
	z-index: 3;
}
.community-parallax .community-maps {
	background-color: #fff;
	margin-top: 400px;
	padding: 6rem 6rem!important;
	min-height: 520px;
	display: inline-block;
	z-index: 3;
}
/*.community-parallax .community-maps:nth-child(2n){ background-color: #ccc;}*/
.locations-menu {
	padding: 2rem 0rem;
	background-image: url('../images/airplane-locationsv2.png');
	background-position: left;
	background-repeat: no-repeat;
	position: relative;
}
.locations-menu .menu ul {
	margin: 0;
	padding: 0;
}
.locations-menu .menu li {
	border-right: 1px solid #915ba6!important;
	vertical-align: top!important;
	margin: 1rem 0rem;
	max-width: 335px;
}
.locations-menu .menu {
	font-size: 1.25rem;
	margin-left: 10%;
	padding-right: 2rem;
}
.locations-menu .menu>li span {
	text-transform: uppercase;
	color: #915ba6;
	font-weight: 600;
	font-size: 1.25rem;
	display: inline-block;
	text-decoration: underline;
}
.locations-menu .menu > li > a {
	padding: 1rem .75rem 1rem .75rem;
	line-height: 1;
}
/*.locations-menu .menu li:first-child {
	padding-right: 2rem;
	border-right: 0px solid #915ba6!important;
	min-width: 203px;
}*/
.locations-menu .menu > li:last-child {
	border-right: 0px solid #915ba6!important;
}
/*********************
RESIDENCES
**********************/



.price {
	color: #286060;
	font-size: 1.5rem;
	font-style: italic;
}
.price-container {
	font-size: 1.5rem;
	font-style: italic;
}
span.price {
	color: #4ea146;
}
.tab-container {
}
h3.price {
	color: #353438;
	line-height: 1.4;
	font-size: 1.9375rem;
	font-weight: 400;
}
.floorplan-content {
	padding: 4rem 0rem 0rem 0rem;
}
.floorplan-content img {
	padding: 0rem 0rem 4rem 0rem;
}
.floorplan-content .total-line {
	border-top: 1px solid #e5e5e5;
	padding-top: 1rem;
}
.floorplan-content p {
	color: #353438;
	font-size: 1.4rem;
	font-family: 'Libre Baskerville', serif;
}
.media-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 0px;
	margin-left: 0rem;
	margin-bottom: 0rem;
}
.media-list {
	padding-left: 0;
	list-style: none;
}
.media-list .button.hollow.green {
	padding: .85em 1.5em;
}
.residences-specs p {
	margin-bottom: 1.3rem;
}
#residence-tabs li.tabs-title {
	float: none;
	display: inline-block;
}
#residence-tabs.tabs {
	text-align: center;
	border: 0px solid #ccc;
	padding: 5rem 0rem 0rem 0rem;
}
#residence-tabs .tabs-title > a {
	display: block;
	padding: 2rem 2rem;
	font-size: 1.5rem;
	letter-spacing: .5px;
	line-height: 1;
	color: #286060;
	font-family: 'Libre Baskerville', serif;
}
#residence-tabs .tabs-title > a:focus, #residence-tabs .tabs-title > a[aria-selected="true"] {
	background: #f7f7f8;
	color: #286060;
}
#residence-content.tabs-content {
	border: 0px solid #e6e6e6!important;
	border-top: 0;
	background: transparent;
	color: #353438;
	font-size: 1.4rem;
	font-family: 'Libre Baskerville', serif;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
#residence-content .tabs-panel {
	padding: 0rem!important;
}
#residence-content h2 {
	color: #286060;
	margin-bottom: .5rem;
}
#residence-content .total-line {
	border-top: 1px solid #e5e5e5;
	padding-top: 1rem;
}
.floorplan-row {
	padding: 5rem 2rem;
}
.floorplan-row:nth-of-type(odd) {
	background: #f7f7f8;
}
.floorplan-row img {
	cursor: pointer;
	padding-bottom: 1rem;
}
/*.floorplan-row img:hover{ opacity: .6; }*/

#residence-content .button {
	margin-top: 2.5rem;
}
.floorplan-image-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,.1);
	text-align: center;
}
.image-overlay-content {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.overlay-fade-in img {
	transition: all 0.2s linear;
}
.overlay-fade-in .image-overlay-content {
	opacity: 0;
	/*background-color: rgba(255, 255, 255, 0.4);*/
	transition: all 0.4s ease-in-out;
}
.overlay-fade-in:hover img {
	transform: scale(1.1);
	opacity: .6;
}
.overlay-fade-in:hover .image-overlay-content {
	opacity: 1;
	cursor: pointer;
	padding: 0px 25px;
}
.overlay-fade-in:hover h2, .overlay-fade-in:hover p, .overlay-fade-in span, .overlay-fade-in h3 {
	opacity: 1;
}
.overlay-fade-in:hover p {
	transition-delay: 0.1s;
}
.overlay-fade-in:hover span {
	transition-delay: 0.1s;
}
.overlay-fade-in:hover h3 {
	transition-delay: 0.1s;
}
.overlay-fade-in p {
	font-family: Helvetica;
	font-weight: 900;
	font-size: 65px;
	opacity: 0;
	transition: all 0.2s linear;
	color: #fff;
	background-color: rgba(78,161,70,1);
	border-radius: 50px;
	margin: 40% auto 0px auto;
	line-height: 1.10;
	/* padding: 20px 20px; */
	width: 75px;
	vertical-align: middle;
	height: 75px;
}
/*p.plus{margin:50% 25%;}*/



/*********************
FOOTER STYLES
*********************/


.cd-top {
	display: inline-block;
	height: 40px;
	width: 40px;
	position: fixed;
	bottom: 40px;
	right: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	/* image replacement properties */
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: rgba(145, 91, 166, 0.8) url(../../img/cd-top-arrow.svg) no-repeat center 50%;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
	z-index: 1010;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
	-moz-transition: opacity .3s 0s, visibility 0s 0s;
	transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
	/* the button becomes visible */
	visibility: visible;
	opacity: 1;
}
.cd-top.cd-fade-out {
	/* if the user keeps scrolling down, the button is out of focus and becomes less visible */
	opacity: .5;
}
.no-touch .cd-top:hover {
	background-color: #e86256;
	opacity: 1;
}

@media only screen and (min-width: 768px) {
.cd-top {
	right: 20px;
	bottom: 20px;
}
}

@media only screen and (min-width: 1024px) {
.cd-top {
	height: 60px;
	width: 60px;
	right: 30px;
	bottom: 30px;
}
}
.footer {
	font-family: 'Raleway', sans-serif;
	color: #ffffff;
	line-height: 2;
	font-size: 1.125rem;
}
.footer .grid-padding-x > .cell {
	padding-right: 1.2rem!important;
	padding-left: 0.9375rem;
}
.footer p {
	line-height: 1.3;
	font-size: 1.125rem;
}
.footer .phone {
	font-weight: 600;
	font-size: 1.3125rem;
}
.footer .phone a:hover {
	color: #fff!important;
	text-decoration: underline;
}
.footer .directions {
	font-weight: 600;
}
.footer a:hover.directions {
	color: #fff!important;
	text-decoration: underline;
}
.footer p span, .footer nav span {
	color: #fff;
	font-weight: 600;
	font-size: 1.25rem;
}
.footer h2 {
	font-size: 2.25rem;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: -.5px;
	border-right: 2px solid #ffffff;
	padding-right: 1rem;
	margin-right: 1rem;
}
.footer h4 {
	font-size: 1.125rem;
	text-transform: uppercase;
	letter-spacing: -.5px;
	color: #ffffff;
	line-height: 1.3;
	padding-right: 5rem;
}
.footer h4 span {
	font-weight: 600;
	color: #fff;
}
.footer nav {
	padding-top: 2rem;
}
.footer .blog-feed {
	padding-top: 2rem;
}
.footer {
	clear: both;
	margin-top: 0em;
	background: #3d2b5a;
	color: #fff;
	padding: 110px 0px 110px 0px;
}
.footer .copyright {
	font-size: 0.8125rem;
	padding-top: 3.2rem;
	display: inline-block;
}
.footer .menu-item {
	font-size: 0.8125rem;
}
.footer .menu-item:first-child {
	border-right: 1px solid #5a3c75;
	padding-right: .75em;
}
.footer .footer_website {
	line-height: 1.2;
	margin-top: 6.1rem;
}
.footer .footer_website a {
	padding-bottom: 1px;
	font-weight: 600;
	color: #fff;
	display: inline;
	border-bottom: solid 2px #ffffff;
}
.footer .footer_website a:hover {
	color: #fff;
}
.footer .discover-address-row {
	padding-bottom: 1.5rem;
	border-bottom: 1pt dashed #5a3c75;
}
.footer .community-row {
	padding: 1.5rem 0rem 0rem 0rem;
	border-bottom: 1pt dashed #5a3c75;
	position: relative;
}


.footer .community-row-end {
	padding: 1.5rem 0rem 0rem 0rem;
/*	border-bottom: 1pt dashed #5a3c75;*/
	position: relative;
} 

.footer .community-row-end::before {
	border-bottom: 1pt dashed #5a3c75;
	position: absolute;
	content:' ';
	width: 56%;
	left: 42%;
}



.footer .community-row-end span.airplane {
	position: absolute;
	right: 0px;
	bottom: -18px;
}
.footer-callout {
	background: #ffffff;
	color: #3d2b5a;
	padding: 80px 0px;
}
.footer-callout .button {
	margin-top: 2rem;
}
.footer-callout p {
	font-size: 31px;
	font-family: 'Libre Baskerville', serif;
}
.footer-callout p span {
	font-size: 36px;
	color: #28605f;
}
.footer-callout h3 {
	font-size: 1.8rem;
	margin-bottom: 0px;
	color: #3d2b5a;
}
.footer-callout h3 span {
	color: #915ba6;
	font-size: 2.25rem;
	vertical-align: -3px;
	font-weight: 500;
}
.footer a, .footer a:link, .footer a:visited, .footer a:focus {
	color: #fff;
}
.footer a:hover, .footer a:active {
	color: #915ba6;
}
.footer-block-parallax {
	background-attachment: fixed;
	background-repeat: no-repeat;
	padding-top: 70px;
	padding-bottom: 5%;
	padding-left: 123px;
	background-position: center;
	background-size: cover;
	min-height: 600px;
	text-align: center;
	color: #fff;
}
.footer-block-parallax h2 {
	font-size: 14rem;
	font-weight: 700;
	letter-spacing: -2px;
	margin-bottom: 0px;
	line-height: 1.25;
}
.footer-block-parallax h2 span {
	font-weight: normal;
}
.footer-block-parallax h3 {
	font-size: 2.5rem;
	line-height: 1.2;
}
#disclaimer {
	background-color: #f8f8fa;
	color: #929396;
	font-size: 0.8125rem;
	padding: 6rem 4rem;
}
#disclaimer p {
	font-size: 0.8125rem;
}
p.disclaimer {
	font-size: 0.8125rem;
	padding: 0rem 4rem;
}
#contact-disclaimer {
	color: #fff;
	font-size: 0.8125rem;
	padding: 1rem 0rem;
}
#contact-disclaimer p {
	font-size: 0.8125rem;
	line-height: 1.5;
	margin-bottom: 0px!important;
}
.contact-form p.disclaimer {
	font-size: 0.8125rem;
	vertical-align: middle;
}
#menu-footer-menu.menu {
	font-family: 'Poppins', sans-serif;
	color: #fff;
	font-size: 13px;
	margin-top: 0px;
}
#menu-footer-menu.menu > li > a {
	padding: .4rem 0rem;
	line-height: 1.4;
	color: #fff;
}
#menu-footer-menu.menu>li>a:focus, #menu-footer-menu.menu>li>a:hover, #menu-footer-menu.menu>li>a:active {
	color: #ffa320;
}
#menu-footer-menu.menu .active > a {
	background: transparent;
	color: #9c62b2;
}
.social-menu__list > .menu-item img {
	width: auto;
	height: 28px;
	-webkit-transition: -webkit-transform .5s;
	transition: -webkit-transform .5s;
	transition: transform .5s;
	transition: transform .5s, -webkit-transform .5s;
	display: inline-block;
}
.social-menu__list > .menu-item img:hover {
	opacity: .6!important;
}
.footer ul {
	margin-left: 0rem;
	margin-top: .75em;
}
.social-menu__list > .menu-item:not(:last-child) {
	margin-right: .75em;
}
.social-menu__list > .menu-item {
	display: inline-block;
}
ul.social-menu__list {
	display: block;
	margin-left: 0rem;
	margin-top: .75em;
}
.list-inline {
	padding-left: 0;
	list-style: none;
}
.footer-corp-logo {
	margin-bottom: 40px;
}
.rpwe-block {
	margin-top: 40px;
}
/*********************
FOUNDATION STYLES
*********************/

/*********************
PLUGIN STYLES
*********************/
.gform_body ul {
	list-style: none outside none;
	margin: 0;
}

/******************************************************************

Stylesheet: Retina Screens & Devices Stylesheet

When handling retina screens you need to make adjustments, especially
if you're not using font icons. Here you can add them in one neat
place.

******************************************************************/
/******************************************************************

Stylesheet: Print Stylesheet

This is the print stylesheet. There's probably not a lot
of reasons to edit this stylesheet. 

Remember to add things that won't make sense to print at 
the bottom. Things like nav, ads, and forms shouldbe set 
to display none.
******************************************************************/
@media print {
* {
	background: transparent !important;
	color: black !important;
	text-shadow: none !important;
	-webkit-filter: none !important;
	filter: none !important;
	-ms-filter: none !important;
}
a, a:visited {
	color: #444 !important;
	text-decoration: underline;
}
a:after, a:visited:after {
	content: " (" attr(href) ")";
}
a abbr[title]:after, a:visited abbr[title]:after {
	content: " (" attr(title) ")";
}
.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
	content: "";
}
pre, blockquote {
	border: 1px solid #999;
	page-break-inside: avoid;
}
thead {
	display: table-header-group;
}
tr, img {
	page-break-inside: avoid;
}
img {
	max-width: 100% !important;
}
@page {
	margin: 0.5cm;
}
p, h2, h3 {
	orphans: 3;
	widows: 3;
}
h2, h3 {
	page-break-after: avoid;
}
.sidebar, .page-navigation, .wp-prev-next, .respond-form, nav {
	display: none;
}
}

/* Small only */
@media screen and (max-width: 39.9375em) {

.footer .community-row-end::before {
    width: 100%!important;
    left: 0!important;
}	
	
p.lead  {
    line-height: 1.8 !important;
}
p.disclaimer {
    font-size: 0.8125rem!important;
}	
	
	.lead {
    font-size: 1.3rem !important;
}
	
.slider_promo-callout p {
	padding:0rem 1rem;
	font-size: 1.2rem;
}

.slider_promo-callout h3 {
    margin-bottom: .5rem;
    font-size: 1.6rem;
    line-height: 1.1;
}
	
	.promo-form-container{margin-top:-10%!important;}	

#discovery-center-communities .background-image {
    min-height: 300px;
}	
	
#discovery-center-intro h3.phone{font-size:1.35rem;}	
.main-menu-container {
	display: none;
}
.mobile-menu-container {
	display: block;
}
h1, #discovery-center-communities h1 {
	font-size: 2rem;
}
	
#discovery-center-communities .headline-content {
    padding: 4rem 10px 4rem 10px;
}	
	
.locations .hero-image .page-title {
    bottom: 80%;
    font-size: 1.5rem;
	width: 100%;
}	
	
#life-better h1 {
	font-size: 2rem;
	text-align: center;
}
#life-better h1 span {
	font-size: 4rem;
	line-height: 1;
}
h2, #discovery-center-intro h2 {
	font-size: 1.75rem;
}
.promo-callout {
	padding: 3rem 0px;
}
.home .orbit-caption {
	bottom: 60%!important;
}
.home .orbit-caption h2 {
	font-size: 2rem;
}
.residences-specs {
	margin-top: 20px;
}
.home-side-section.side-by-side__section {
	padding: 0rem 0rem 0rem 0rem!important;
	text-align: left;
}
#content #inner-content {
	padding: 2rem 0rem 0rem 0rem;
}
#sub-content #inner-content {
	padding: 4rem 0rem 0rem 0rem;
}
#side_slider .orbit-slide {
	height: 100%;
}
#side_slider ul.orbit-container, #sider-slider li.orbit-slide {
	min-height: 300px;
}
#side_slider .orbit-wrapper {
	width: 100%;
	min-height: 300px;
}
#clubhouse-content .wysiwyg.side-by-side__section {
	padding: 4rem 2rem 4rem 2rem!important;
	min-height: 400px;
}
.wysiwyg.side-by-side__section {
	padding: 2rem 0rem 1rem 0rem!important;
	min-height: 400px;
}
.side-by-side__col, .side-by-side__section {
	padding-right: 10px;
}
#green-content {
	background-position: bottom!important;
}
.menu.logo {
	display: block;
	overflow: hidden;
	width: 225px!important;
	height: 65px!important;
	background-image: url("../../img/khovnanian-four-seasons-discovery-center-logo-color.svg");
}
.thankyou .hero-image {
	margin-top: 100px!important;
}
.hero-image {
	margin-top: 100px;
}
.landing-logo .menu.logo {
	margin: 1.35rem auto!important;
}
.landing-logo.top-bar-left {
	float: none!important;
	text-align: center!important;
	margin: 0px auto!important;
}
.sticky, .sticky-container {
	height: 100px !important;
}
.light-purple-container {
	height: 100%!important;
	padding: 3rem 3rem!important;
}
#discovery-center-communities  .text-container, .text-container {
	padding: 3rem 3rem!important;
}
#discovery-center-communities  .dark-purple-container, .dark-purple-container {
	padding: 3rem 3rem!important;
}
		
.footer-callout {
	padding: 40px 20px;
}
.footer-callout h3 {
	font-size: 1.3rem;
}
.footer-callout h3 span {
	font-size: 1.3rem;
	vertical-align: 0px
}
.footer-block-parallax h3 {
	font-size: 1.6rem;
	line-height: 1.2;
}
.footer-block-parallax h2 {
	font-size: 5rem;
}
.footer-block-parallax {
	background-attachment: inherit;
}
#community-image.background-image {
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 450px;
	background-position: center;
	margin-bottom: 2rem;
	display: block;
}
	
.community-parallax h4 {
	font-size: 1.8rem;
	
}	
	
.community-parallax h5 {
    font-size: 1.6rem;
}
	
.community-parallax {
	background-image: none!important;
	padding-top: 0!important;
	margin-bottom: 0px!important;
}
.community-parallax h2 span {
	font-size: 3.2rem;
}
.small-text-center {
	text-align: center!important;
}
.footer h2 {
	font-size: 1.8rem;
	line-height: 1;
	border-right: 0px solid #ffffff;
	padding-right: 0rem;
	margin-right: 0rem;
	margin-bottom: 1rem;
}
.footer h4 {
	padding-right: 0rem;
}
.footer p {
	font-size: 1rem;
}
.footer .footer_website {
	margin: 2.1rem 0rem 4rem 0rem;
}
.community-parallax .community-maps {
	margin-top: 0px;
	padding: 4rem 2rem!important;
}
.community-parallax .community-contents {
	padding: 1rem 2rem!important;
}
.community-parallax h2 span {
	font-size: 3.8rem;
}
.community-parallax h3 {
	font-size: 2rem;
}
#fly-buy-header h1 {
	font-size: 3.4rem!important;
}
#fly-buy-header .page-sub-title p {
	font-size: 1rem;
}
#fly-buy-header .page-sub-title {
	bottom: 10%;
}
.locations-menu .menu li {
	display: inline;
}
.page-sub-title p {
	font-size: 1.2rem;
}
.hero-image h1 span {
	font-size: 1.6rem;
}
.hero-image .header-title {
	bottom: 8%;
}
.hero-image h1 {
	font-size: 2rem;
	margin-bottom: .5rem;
}
.promo-snipe {
	display: block;
	left: -14%;
	z-index: 15;
}
 .promo-snipe img {
	width: 52%!important;
}
.top-bar .top-bar-right ul.menu.mobile {
	margin-top: 26%;
}
.orbit-image {
	height: 600px;
	margin-top: 100px;
	background-position: top center;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
}
/*	.orbit .slider_promo-callout {
    bottom: -65%;

}*/
	
/*.promo-form-container {
	position: absolute;
	bottom: -65%!important;
}*/
.home .orbit-caption h2 {
	font-size: 1.75rem;
}
/*.home .headline-content {
	padding: 24rem 10px 1rem 10px;
}*/
.scrollnext {
	display: none;/*    bottom:48%;*/
	
}
.scrollnext::before {
	font-size: 100px;
	left: -20px;
}
p.disclaimer {
	padding: 0rem 0rem;
}
p a.disclaimer {
	color: #3d2b5a;
	text-decoration: underline;
}
#disclaimer {
	padding: 6rem 2rem;
}
.landing-page-form .slider_promo-callout {
	padding: 2rem 0rem;
}
.locations-menu .menu > li > a {
	text-align: center;
}
.locations-menu {
	background-image: none;
}
.locations-menu .menu {
	margin-left: 2rem;
	padding-right: 2rem;
}
.locations-menu .menu li {
	border-right: 0px solid #915ba6 !important;
	max-width: auto;
}

video {
    object-fit: contain;
    object-position: top center;
    min-height:500px;
	margin-top: 100px;
}	
	
	
/***DENNIS VIMEO CODE************/
/*	.player .vp-player-layout {
    top:100px!important;
}
	
.vp-player-layout {
    top:100px!important;
}
	iframe #player .vp-player-layout{top:100px!important;}	
	#player.vp-player-layout{top:100px!important;}	*/
.vimeo-wrapper{ padding-top:100px;}	
	
/*	 .promo-form-container {
    position: absolute;
    bottom: -140% !important;
}*/
	
}

/* Medium and up * 640px*/
@media screen and (min-width: 40em) {
.sticky, .sticky-container {
	height: 140px;
}
/*.scrollnext {
    bottom: 25%;
}*/
	
/*.cell .input-cell{max-height:64px;}*/
	
/*.locations-menu {
    background-image:none;
}
.locations-menu .menu {
    margin-left: 2rem;
    padding-right: 2rem;
}

.locations-menu .menu li {
    border-right: 0px solid #915ba6 !important;
    max-width: auto;

}	*/	
	
}

/* Medium only 640px to 1023px*/
@media screen and (max-width: 63.9375em) {
.light-purple-container {
	height: 100%;
}
#journey-intro .light-purple-container {
	height: 100%;
}
.locations-menu {
	background-image: none;
}
.locations-menu .menu {
	margin-left: 2rem;
	padding-right: 2rem;
}
.locations-menu .menu li {
	border-right: 0px solid #915ba6 !important;
	max-width: auto;
}
.main-menu-container {
	display: none;
}
.mobile-menu-container {
	display: block;
}
 .slider_promo-callout {
	padding: 1rem 1rem;
}
	

}

/* Medium only 640px to 1023px*/
@media screen and (min-width: 40em) and (max-width: 64em) {
/*	.top-bar {
    padding: 1rem .5rem 1rem .5rem;
}*/

.footer .community-row-end::before {
    width: 100%!important;
    left: 0!important;
}		
	
.main-menu-container {
	display: none;
}
.mobile-menu-container {
	display: block;
}
h1,#discovery-center-communities h1 {
	font-size: 2.8rem;
}
	
#discovery-center-communities .headline-content {
    padding: 4rem 10px 4rem 10px;
}	
	
#discovery-center-intro h2 {
	font-size: 2.5rem;
}
.light-purple-container {
	padding: 3rem 2.2rem;
}
.home .orbit-caption {
}
.home .orbit-link {
}
.home .orbit-caption h2 {
	font-size: 3.0rem;
}
.home-side-section.side-by-side__section {
	padding: 0rem 0rem 0rem 0rem!important;
	text-align: left;
}

#sub-content #inner-content {
	padding: 4rem 0rem 0rem 0rem;
}
#side_slider .orbit-slide {
	height: 100%;
}
#side_slider ul.orbit-container, #sider-slider li.orbit-slide {
	min-height: 500px;
}
#side_slider .orbit-wrapper {
	width: 100%;
	min-height: 500px;
}
	
	video {
    object-fit: contain;
    object-position: top center;
    min-height:700px;
	margin-top: 140px;
}	
.footer .footer_website {
	margin: 2.1rem 0rem 4rem 0rem;
}
.footer h2 {
	font-size: 1.8rem;
	line-height: 1;
	border-right: 0px solid #ffffff;
	padding-right: 0rem;
	margin-right: 0rem;
	margin-bottom: 1rem;
}
.footer h4 {
	padding-right: 0rem;
}
.community-parallax .community-maps {
	margin-top: 0px;
}
#fly-buy-header h1 {
	font-size: 4rem!important;
}
#fly-buy-header .page-sub-title p {
	font-size: 1.8rem;
}
#fly-buy-header .page-sub-title {
	bottom: 14%;
}
#fly-buy-header .page-title {
	bottom: 36%;
}
.hero-image h1 {
	font-size: 4rem;/* text-shadow: 0px 4px 3px rgba(0,0,0,0.3), 0px 8px 13px rgba(0,0,0,0.1), 0px 18px 23px rgba(0,0,0,0.1); */
}
.hero-image h1 span {
	font-size: 2.3rem;
}
.page-sub-title p {
	font-size: 1.8rem;
}
.locations-menu .menu li {
	display: table-cell;
}
.footer-block-parallax h2 {
	font-size: 8rem;
	font-weight: 700;
	letter-spacing: -2px;
	margin-bottom: 0px;
	line-height: 1.25;
}
 .promo-snipe {
	left: -40px;
}
 .promo-snipe img {
	width: 75%;
}
.footer-block-parallax {
	background-attachment: inherit;
}
.community-parallax {
	background-image: none!important;
	padding-top: 0!important;
	margin-bottom: 0px!important;
}
#community-image.background-image {
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 450px;
	background-position: center;
	margin-bottom: 2rem;
	display: block;
}
#life-better h1 {
	text-align: center;
}
#life-better h1 span {
	font-size: 4rem;
	line-height: 1;
}
.landing-page-form .slider_promo-callout {
	padding: 1rem 1rem;
	z-index: 1005;
	margin: 0 auto 0 auto;
}
.text-container {
	padding: 4rem 4rem !important;
}
.locations-menu {
	background-image: none;
}
.locations-menu .menu {
	margin-left: 2rem;
	padding-right: 2rem;
}
.locations-menu .menu li {
	border-right: 0px solid #915ba6 !important;
	max-width: auto;
}
 .slider_promo-callout {
	padding: 1rem 1rem;
}
	
.locations .hero-image .page-title {
    bottom: 80%;
    font-size: 2.5rem;
}	

.slider_promo-callout p {
	padding:0rem 1rem;
}	
	
.vimeo-wrapper {
    padding-top: 100px;
}	
	
#discovery-center-communities .background-image {
    min-height: 630px;
}	
	
}

@media only screen and (-webkit-min-device-pixel-ratio : 2), only screen and (min-device-pixel-ratio : 2) {
.orbit-caption h2 {
	font-size: 3.8em;
}
 .promo-snipe img {
	width: 80%;
}

}

/* (1280x1024) 2nd Screen */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1280px) and (orientation: landscape) {

/* .promo-form-container {
	bottom: -24%!important;
}*/
	

}

/* (1280x720) Galaxy Note 2, WXGA */
@media only screen and (min-device-width: 720px) and (max-device-width: 1280px)  {
 .promo-snipe {
	top: -10%;
}
 .promo-snipe img {
	width: 70%;
}
.orbit-caption h2 {
	font-size: 3.2em;
}
/*.scrollnext {
    bottom: 30%;
}*/

 .slider_promo-callout {
	padding: 1rem 1rem;/* bottom:-12%;*/
}
/* .promo-form-container {
	bottom: -16%;
}*/
	
	
}

/* (1280x720) Galaxy Note 2, WXGA */
@media only screen and (min-device-width: 720px) and (max-device-width: 1280px) and (-webkit-min-device-pixel-ratio: 3) {
/*.orbit .promo-snipe  {
    bottom: 35%;
}
	*/
.promo-snipe img {
	width: 75%;
}
.orbit-caption h2 {
	font-size: 3.2em;
}
/*.scrollnext {
    bottom: 30%;
}
	*/
 .slider_promo-callout {
	padding: 1rem 1rem;/* bottom: -12%;*/
}
/* .promo-form-container {
	bottom: -16%!important;
}*/
	
	
}

/* (1280x720) Galaxy Note 2, WXGA */
@media only screen  and (min-device-width: 800px)  and (max-device-width: 1280px)  and (-webkit-min-device-pixel-ratio: 2)  and (orientation: landscape) {
/*.scrollnext {
    bottom: 30%;
}*/
	  

 .promo-snipe img {
	width: 75%;
}
.orbit-caption h2 {
	font-size: 3em;
}
.sticky, .sticky-container {
	height: 140px;
}
}

/* Fix Menu*/
@media screen and (min-width: 64em) and (max-width: 103.5em) {
}

/*Extra Large Screen*/
@media screen and (min-width: 92em) {
.menu-container {
	padding: 0rem 6%;
}
#journey-intro .light-purple-container {
	height: 50%;
}
#journey-intro .background-image {
	height: 50%;
}
/*.locations-menu .menu li:first-child {
	padding-right: 6rem;
}*/
.locations-menu .menu > li > a {
	padding: 0rem 2.5rem 0rem 2.5rem;
}
/*.orbit .slider_promo-callout {
	bottom: -9%;
}*/
.promo-form-container {
	margin-top:-10%!important;
}
	

 .promo-snipe {
	top: -28%;
}
/*.scrollnext {
    bottom: 20%;
}
*/
.locations-menu .menu li {
	max-width: 100%!important;
}
.locations-menu .menu > li > a {
	padding: 1rem 1rem 1rem 1rem!important;
	line-height: 1;
}
}

/* Large and up */
@media screen and (min-width: 64.3975em) {
/*.light-purple-container {
	height: 50%;
}*/
 .slider_promo-callout {
	padding: 1.5rem 1.5rem;
}
/*.offcanvas-full-screen{display:none;}		*/
}

/* Large and up */
@media screen and (min-width: 64em) {
.landing-page-form .large-2 {
	width: 21%!important;
}
.landing-page-form .large-1 {
	width: 15%!important;
}
 .slider_promo-callout {
	padding: 1.5rem 1.5rem;
}
.offcanvas-full-screen-menu .menu.vertical>li {
	display: block!important;
}
}

/* Large only */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
/*.orbit-caption h2 {
    font-size: 4.5em;
}	*/
/*	
.scrollnext {
    bottom: 25%;
}*/	
}

@media screen and (max-width: 70.688em) {
/*.show-for-large {
	display: none;
}
.light-purple-container {
	height: 100%;
}*/
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
/*	.light-purple-container {
	height: 100%;
}*/
	
#journey-intro .light-purple-container {
	padding: 3rem 3rem;
}
}

/*style   ipad Portriat*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
.light-purple-container {
	height: 100%;
}
.footer h2 {
	border-right: 0px solid #ffffff;
	padding-right: 0rem;
	margin-right: 0rem;
}
/*.scrollnext {
    bottom: 32%;
}*/	
	
.main-menu-container {
	display: none!important;
}
.mobile-menu-container {
	display: block!important;
}
.community-parallax h2 span {
	font-size: 3.8rem;
}
.community-parallax .community-maps {
	padding: 5rem 2rem 4rem 2rem!important;
}

/* .promo-form-container {
	bottom: -76%!important;
}*/	
	
}

/*style   ipad Lanscape*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
.main-menu-container {
	display: none!important;
}
.mobile-menu-container {
	display: block!important;
}
/*.scrollnext {
    bottom: 42%;
}*/
	
.community-parallax h2 span {
	font-size: 3.8rem;
}
h1 {
	font-size: 3.2rem;
}
.footer h2 {
	border-right: 1px solid #ffffff;
	padding-right: 1rem;
	margin-right: 1rem;
}
#life-better h1 {
	text-align: left;
}
#life-better h1 span {
	font-size: 4rem;
	line-height: 1;
}
.landing-page-form .slider_promo-callout {
	padding: 4rem 4rem;
	z-index: 1005;
	margin: 0 auto 0 auto;
}
 .slider_promo-callout {
	width: 90%;/*    bottom: -16%;*/
}
/* .promo-form-container {
	bottom: -50%!important;
}*/
.orbit-caption {
	bottom: 55%;
}
 .promo-snipe {
	left: -40px;
}

.community-parallax .community-maps {
	padding: 5rem 2rem 4rem 2rem!important;
}
#journey-intro .light-purple-container {
	height: 100%;
}
#discovery-center-intro .background-image {
	display: block!important;
	height: 40%;
}
.community-parallax h2 span {
	font-size: 5rem;
}
.community-parallax {
	background-image: none!important;
	padding-top: 0!important;
	margin-bottom: 0px!important;
}
#community-image.background-image {
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 450px;
	background-position: center;
	margin-bottom: 2rem;
	display: block;
}
}

/* iphoneX Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3)and (orientation: landscape) {
/*.orbit .slider_promo-callout {
    bottom: -90%;
}*/
/* .promo-form-container {
	bottom: -75%!important;
}*/
.community-parallax h2 span {
	font-size: 3.2rem;
}
h1 {
	font-size: 2.5rem;
}
.promo-snipe img {
	width: 65%;
}

#sub-content #inner-content {
	padding: 4rem 0rem 0rem 0rem;
}
/*.scrollnext {
    bottom: 16%;
}*/
	
video {
    object-fit: contain;
    object-position: top center;
    min-height: 375px;
    margin-top: 100px;
}	
	
 .promo-snipe {
	top: -4%!important;
}
 .promo-snipe img {
    width: 55%;
}	
	
.hero-image .header-title {
	bottom: 16%;
}
.sticky, .sticky-container {
	height: 100px;
}
.menu.logo {
	display: block;
	overflow: hidden;
	width: 225px;
	height: 65px;
	background-repeat: no-repeat;
	background-image: url("../../img/khovnanian-four-seasons-discovery-center-logo-color.svg");
	margin: 1.485rem 0px;
}
.hero-image {
	margin-top: 100px;
}
.top-bar .top-bar-right ul.menu.mobile {
	margin-top: 24%;
}
.orbit-caption {
	bottom: 34%;
}
.home .orbit-caption h2 {
	font-size: 2.35rem;
}
.main-menu-container {
	display: none;
}
.mobile-menu-container {
	display: block;
}
	
.vimeo-wrapper {padding-top:100px;}	
	
#discovery-center-communities .background-image {
    min-height: 375px;
}	
	
}

/* iphone 6, 7, 8,  Landscape */
@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : landscape) {
/*.orbit .slider_promo-callout {
    bottom: -90%;
}*/
/* .promo-form-container {
	bottom: -90%;
}*/
h1 {
	font-size: 2.5rem;
}
.community-parallax h2 span {
	font-size: 3.2rem;
}
 .promo-snipe img {
	width: 65%;
}

#sub-content #inner-content {
	padding: 4rem 0rem 0rem 0rem;
}
/*.scrollnext {
    bottom: 16%;
}*/
	
.promo-snipe {
    top: -6%;
}
.sticky, .sticky-container {
	height: 100px;
}
.menu.logo {
	display: block;
	overflow: hidden;
	width: 225px;
	height: 65px;
	background-repeat: no-repeat;
	background-image: url("../../img/khovnanian-four-seasons-discovery-center-logo-color.svg");
	margin: 1.485rem 0px;
}
.orbit-caption {
	bottom: 34%;
}
.home .orbit-caption h2 {
	font-size: 2.35rem;
}
.main-menu-container {
	display: none;
}
.mobile-menu-container {
	display: block;
}
	
.vimeo-wrapper {
    padding-top: 100px;
}	

#discovery-center-communities .background-image {
    min-height: 375px;
}	
	
}

/* iphone 6+, 7+, 8+,  Landscape */
@media only screen and (min-device-width : 414px) and (max-device-width : 736px) and (orientation : landscape) {
/*.orbit .slider_promo-callout {
    bottom: -90%;
}*/
/* .promo-form-container {
	bottom: -90%;
}*/
h1 {
	font-size: 2.5rem;
}
 .promo-snipe img {
	width: 55%;
}


#sub-content #inner-content {
	padding: 4rem 0rem 0rem 0rem;
}
.community-parallax h2 span {
	font-size: 3.2rem;
}
/*.scrollnext {
    bottom: 20%;
}*/
	
 .promo-snipe {
    top: -6%;
}
.sticky, .sticky-container {
	height: 100px;
}
.menu.logo {
	display: block;
	overflow: hidden;
	width: 225px;
	height: 65px;
	background-repeat: no-repeat;
	background-image: url("../../img/khovnanian-four-seasons-discovery-center-logo-color.svg");
	margin: 1.485rem 0px;
}
.orbit-caption {
	bottom: 34%;
}
.home .orbit-caption h2 {
	font-size: 2.35rem;
}
.main-menu-container {
	display: none;
}
.mobile-menu-container {
	display: block;
}
}

/* ----------- iPhone 5 and 5S ----------- */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) 
and (orientation : portrait) { 
.menu.logo {
	display: block;
	overflow: hidden;
	width: 200px!important;
	height: 58px!important;
	background-repeat: no-repeat;
	background-image: url("../../img/khovnanian-four-seasons-discovery-center-logo-color.svg");
	margin: 1.485rem 0px;
}
	
 .promo-snipe {
    display: block;
    left: -14%;
    z-index: 15;
}	

}

/* ----------- iPhone 4 and 4S ----------- */


/* Portrait */
@media only screen  and (min-device-width: 320px)  and (max-device-width: 480px)  and (-webkit-min-device-pixel-ratio: 2)  and (orientation: portrait) {
.main-menu-container {
	display: none;
}
.mobile-menu-container {
	display: block;
}
	
.menu.logo {
	display: block;
	overflow: hidden;
	width: 200px!important;
	height: 58px!important;
	background-repeat: no-repeat;
	background-image: url("../../img/khovnanian-four-seasons-discovery-center-logo-color.svg");
	margin: 1.485rem 0px;
}
 .promo-snipe {
    display: block;
    top: -8%;
    left: -14%;
    z-index: 15;
}	
	
/* .promo-form-container {
    position: absolute;
    bottom: -280% !important;
}	*/
	
 .promo-snipe img {
    width: 40% !important;
}
	

}

/* Landscape */
@media only screen  and (min-device-width: 320px)  and (max-device-width: 480px)  and (-webkit-min-device-pixel-ratio: 2)  and (orientation: landscape) {
.main-menu-container {
	display: none;
}
.mobile-menu-container {
	display: block;
}
.community-parallax h2 span {
	font-size: 3.2rem;
}
}

/* ----------- iPhone 5, 5S, 5C and 5SE ----------- */


/* Portrait */
@media only screen  and (min-device-width: 320px)  and (max-device-width: 568px)  and (-webkit-min-device-pixel-ratio: 2)  and (orientation: portrait) {
/*.scrollnext {
    bottom: 55%;
}*/	 
.main-menu-container {
	display: none;
}
.mobile-menu-container {
	display: block;
}
}

/* Landscape */
@media only screen  and (min-device-width: 320px)  and (max-device-width: 568px)  and (-webkit-min-device-pixel-ratio: 2)  and (orientation: landscape) {
.main-menu-container {
	display: none;
}
.mobile-menu-container {
	display: block;
}
.community-parallax h2 span {
	font-size: 3.2rem;
}
}

/* Galaxy S5 landscape */
@media screen  and (device-width: 360px)  and (device-height: 640px)  and (-webkit-device-pixel-ratio: 3)  and (orientation: landscape) {
/*.scrollnext {
    bottom: 22%;
}*/

 .promo-snipe img {
	width: 55%;
}

.main-menu-container {
	display: none;
}
.mobile-menu-container {
	display: block;
}
}

/* ----------- iPad 3, 4 and Pro 9.7" ----------- */
/* Portrait */
@media only screen  and (min-device-width: 768px)  and (max-device-width: 1024px)  and (orientation: portrait) {
.light-purple-container {
	padding: 3rem 2.2rem;
	height: 100%;
}
#discovery-center-intro .background-image {
	display: none;
}
}

/* Portrait */
@media only screen  and (min-device-width: 768px)  and (max-device-width: 1024px)  and (orientation: portrait)  and (-webkit-min-device-pixel-ratio: 2) {
.light-purple-container {
	padding: 3rem 2.2rem;
	height: 100%;
}
.main-menu-container {
	display: none;
}
.mobile-menu-container {
	display: block;
}

/*	 .promo-form-container {
    bottom: -76%;
}*/
	
}

/* Landscape */
@media only screen  and (min-device-width: 768px)  and (max-device-width: 1024px)  and (orientation: landscape)  and (-webkit-min-device-pixel-ratio: 2) {
.main-menu-container {
	display: none;
}
.mobile-menu-container {
	display: block;
}
.community-parallax h2 span {
	font-size: 5rem;
}
}

/* ----------- iPad Pro 10.5" ----------- */

/* Portrait and Landscape */
@media only screen  and (min-device-width: 834px)  and (max-device-width: 1112px) {
.light-purple-container {
	padding: 3rem 2.2rem;
}
 .promo-snipe img {
	width: 75%!important;
}
.main-menu-container {
	display: none;
}
.mobile-menu-container {
	display: block;
}
}

/* Portrait */
/* Declare the same value for min- and max-width to avoid colliding with desktops */
/* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
@media only screen  and (min-device-width: 834px)  and (max-device-width: 834px)  and (orientation: portrait)  and (-webkit-min-device-pixel-ratio: 2) {
.light-purple-container {
	height: 100%;
}
.show-for-large {
	display: none;
}
.main-menu-container {
	display: none;
}
.mobile-menu-container {
	display: block;
}
}

/* Landscape */
/* Declare the same value for min- and max-width to avoid colliding with desktops */
/* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
@media only screen  and (min-device-width: 1112px)  and (max-device-width: 1112px)  and (orientation: landscape)  and (-webkit-min-device-pixel-ratio: 2) {

 .promo-snipe img {
	width: 75%!important;
}
.light-purple-container {
	padding: 3rem 2.2rem!important;
}
.align-middle {
	align-items: normal!important;
}
.main-menu-container {
	display: none;
}
.mobile-menu-container {
	display: block;
}
.community-parallax .community-maps {
	padding: 5rem 2rem 4rem 2rem!important;
}
.community-parallax h2 span {
	font-size: 5rem;
}
.community-parallax {
	background-image: none!important;
	padding-top: 0!important;
	margin-bottom: 0px!important;
}
#community-image.background-image {
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 450px;
	background-position: center;
	margin-bottom: 2rem;
	display: block;
}
.footer-block-parallax {
	background-attachment: inherit;
}
}

/* ----------- iPad Pro 12.9" ----------- */

/* Portrait and Landscape */
@media only screen  and (min-device-width: 1024px)  and (max-device-width: 1366px)  and (-webkit-min-device-pixel-ratio: 2) {
.community-parallax {
	background-image: none!important;
	padding-top: 0!important;
	margin-bottom: 0px!important;
}
#community-image.background-image {
	background-size: cover!important;
	background-repeat: no-repeat;
	min-height: 450px;
	background-position: center;
	margin-bottom: 2rem;
	display: block;
}
.community-parallax .community-maps {
	margin-top: 0px!important;
}
.footer-block-parallax {
	background-attachment: inherit;
}
}

/* Portrait and Landscape */
@media only screen  and (min-device-width: 1024px)  and (max-device-width: 1366px)  and (-webkit-min-device-pixel-ratio: 3) {
.community-parallax {
	background-image: none!important;
	padding-top: 0!important;
	margin-bottom: 0px!important;
}
#community-image.background-image {
	background-size: cover!important;
	background-repeat: no-repeat;
	min-height: 450px;
	background-position: center;
	margin-bottom: 2rem;
	display: block;
}
.community-parallax .community-maps {
	margin-top: 0px!important;
}
}

/* Portrait */
/* Declare the same value for min- and max-width to avoid colliding with desktops */
/* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
@media only screen  and (min-device-width: 1024px)  and (max-device-width: 1024px)  and (orientation: portrait)  and (-webkit-min-device-pixel-ratio: 2) {
.light-purple-container {
	height: 50%;
}
.show-for-large {
	display: block!important;
}
.main-menu-container {
	display: none;
}
.mobile-menu-container {
	display: block;
}

	
/* .promo-form-container {
    bottom: -50%!important;
}	*/
		
}

/* Landscape */
/* Declare the same value for min- and max-width to avoid colliding with desktops */
/* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
@media only screen  and (min-device-width: 1366px)  and (max-device-width: 1366px)  and (orientation: landscape)  and (-webkit-min-device-pixel-ratio: 2) {
.align-middle {
	align-items: normal!important;
}
.light-purple-container {
	height: 50%;
}
.show-for-large {
	display: block;
}
#journey-intro .light-purple-container {
	height: 60%;
}
.main-menu-container {
	display: block;
}
.mobile-menu-container {
	display: none;
}
.community-parallax .community-maps {
	padding: 5rem 2rem 4rem 2rem!important;
}
/*.orbit .slider_promo-callout {bottom:-10%;}	 */
/* .promo-form-container {
	bottom: -10%;
}*/

.community-parallax {
	background-image: none!important;
	padding-top: 0!important;
	margin-bottom: 0px!important;
}
#community-image.background-image {
	background-size: cover!important;
	background-repeat: no-repeat;
	min-height: 450px;
	background-position: center;
	margin-bottom: 2rem;
	display: block;
}
.community-parallax .community-maps {
	margin-top: 0px!important;
}
.offcanvas-full-screen {
	display: none;
}
	
	
	
}

/* Landscape */
/* Declare the same value for min- and max-width to avoid colliding with desktops */
/* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
@media only screen  and (min-device-width: 1366px)  and (max-device-width: 1366px)  and (orientation: landscape)  and (-webkit-min-device-pixel-ratio: 3) {
.offcanvas-full-screen {
	display: none;
}
}

/* Landscape */
@media only screen  and (min-device-width: 1024px)  and (max-device-width: 1366px)  and (orientation: landscape)  and (-webkit-min-device-pixel-ratio: 1.5) {
.light-purple-container {
	height: 50%;
	padding: 3rem 3rem;
}
.main-menu-container {
	display: block;
}
.mobile-menu-container {
	display: none;
}
.community-parallax .community-maps {
	padding: 5rem 2rem 4rem 2rem!important;
}
/*.orbit .slider_promo-callout {bottom:-10%;}	*/ 

.community-parallax {
	background-image: none!important;
	padding-top: 0!important;
	margin-bottom: 0px!important;
}
#community-image.background-image {
	background-size: cover!important;
	background-repeat: no-repeat;
	min-height: 450px;
	background-position: center;
	margin-bottom: 2rem;
	display: block;
}
.community-parallax .community-maps {
	margin-top: 0px!important;
}
/* .promo-form-container {
	bottom: -10%;
}	*/
	
}

/* Landscape */
@media only screen  and (min-device-width: 1024px)  and (max-device-width: 1366px)  and (orientation: landscape) {
.light-purple-container {
	height: 60%;
	padding: 3.4rem 3.4rem;
}
#discovery-center-intro .background-image {
	display: block!important;
	height: 40%
}
.align-middle {
	align-items: normal!important;
}
#journey-intro .light-purple-container {
	height: 64%;
}
#journey-intro .background-image {
	height: 36%;
}
.main-menu-container {
	display: block;
}
.mobile-menu-container {
	display: none;
}
.community-parallax .community-maps {
	padding: 5rem 2rem 4rem 2rem!important;
}

	
/* .promo-form-container {
	bottom: -30%;
}*/	
	
}

@media (min-width: 1025px) and (max-width: 1244px) {
#journey-intro .light-purple-container {
	height: 100%;
	padding: 3rem 3rem;
}
#journey-intro .background-image {
	display: none;
}
.align-middle {
	align-items: normal!important;
}
.light-purple-container {
	height: 64%;
	padding: 3.2rem 3.2rem;
}
#discovery-center-intro .background-image {
	height: 36%;
}
.main-menu-container {
	display: none;
}
.mobile-menu-container {
	display: block;
}
}

@media print, screen and (min-width: 64em) and (max-width: 77.75em) {
.hide-for-large {
	display: block;
}
.menu.vertical > li {
	display: block !important;
}
/*.light-purple-container {
	height: 100%!important;
}*/
	
	
/*.top-bar {
    padding: 1rem .5rem 1rem .5rem;
}*/
}
