/*
Theme Name: Aspen Building Co
Theme URI: http://rvadv.com
Description: Custom theme for Aspen Building. Child theme for RVADV Framework, for builder modules.
Template: rvadv_framework_theme
Author: Rearview Advertising
Author URI: http://rvadv.com
Version: 1.0
*/
@import url("../rvadv_framework_theme/style.css");

/* global */
html, body{
	font-family: sans-serif;
	font-weight: 400;
	color: #625C5C;
	font-family: 'Noto Sans', sans-serif;
}
body{
	font-size: 1.8rem;
	line-height: 2em;
}
p{
	line-height: 1.6em;
}
form input, form textarea{
	 -webkit-appearance: none;
}
form select{
	background-color: #fff;
	 -webkit-appearance: menu;
}
form select option{
	padding-left:0;
	padding-right:0;
	background-color: #fff;
}
.bg_image{
	background-color: transparent;
}
.flex{
	display: flex;
	flex-wrap: wrap;
}
.flex a.primary_bttn, .flex_container a.primary_bttn{
	align-self: flex-start;
}
div.image_fill, div.image_contain_height{
	position: relative;
	overflow: hidden;
}
div.image_fill img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	min-height:100%;
	min-width:100%;
	max-width:125%;
	max-height:125%;
}
div.image_contain_height img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-height:100%;
}
div.image_contain{
	display: flex;
	align-items: center;
	justify-content: center;
}
div.image_contain img{
	max-height: 100%;
	max-width: 100%;
}
.full-width{
	box-sizing: border-box;
	max-width: 100%;
}
.alignnone{
	margin:0;
}
.hide{
	display: none;
}
.shadow{
	box-shadow:0 0 3px #b5b5b5;
	border:solid 1px #ddd;
}
hr{
	margin:0;
	border-bottom: 1px solid #EFEFEF;
	border-top:none;
	border-left:none;
	border-right:none;
}
.grid-container{
	max-width: 1400px !important;
}
.serif{
	font-family: 'Barlow Condensed', serif !important;
}
.sans_serif{
	font-family: 'Noto Sans', sans-serif !important;
}
.normal{
	font-weight: normal;
}
strong{
	font-weight: bold;
}
.textleft{
	text-align: left !important;
}
/* added flex*/
.flex_grow{
	flex-grow: 1;
	margin-top:auto;
	margin-bottom:auto;
}
.flex_container{
	height: auto;
}
.flex_container_row{
	display: flex;
	flex-direction: row;
	align-items: stretch;
}
.flex_left{
	justify-content: flex-start;
	align-items: flex-start;
}
/* backgrounds */
.white_bg{
	background-color: #fff;
}
.off_white_bg{
	background-color: #f4f4f4;
	color:#625C5C;
}
.light_grey_bg{
	background-color: #f6f6f6;
	color:##625C5C;
}
.middle_grey_bg{
	background-color: #cccccc;
	color:##625C5C;
}
.dark_grey_bg{
	background-color: #6A6A6A;
	color:#fff;
}
.black_bg{
	background-color: #171511;
	color:#fff;
}
.blue_bg{
	background-color:#003375;
	color:#fff;
}
.dark_blue_bg{
	background-color:#003375;
	color:#fff;
}
.green_bg{
	background-color:#79BF42;
	color:#fff;
}
.blue_text{
	color:#003375 !important;
}
.grey_text{
	color:#6A6A6A !important;
}
.card_inset{
	background-color:transparent;
}
.leaf_bg{

}
/* headings */
h1, h1.blog_title{
	color:#003375;
	font-family: 'Barlow Condensed', serif;
	font-size: 2.1em;
	font-weight: 400;
	line-height: 1.2em;
	margin-bottom: .2em;
	text-transform: uppercase;
}
h2{
	color:#003375;
	font-family: 'Barlow Condensed', serif;
	font-size: 2em;
	text-transform: uppercase;
	font-weight: 400;
	line-height: 1.2em;
}
.card h2{
	font-size: 2em;
	margin-bottom: .5em;
}
h1.object_title{
	color:#003375;
	font-size: 2em;
	font-family: 'Barlow Condensed', serif;
	text-align: left;
	font-weight: normal;
	text-align: center;
}
footer h2{
	color:#fff;
	font-family: 'Noto Sans', sans-serif;
	font-size: 2em;
}
h3{
	color:#003375;
	font-size: 2.6rem;
	font-family: 'Barlow Condensed', serif;
	text-align: left;
	font-weight: 400;
	text-transform: uppercase;
}
h3 a span{
	text-transform: none;
}
h4{
	color:#625C5C;
	font-family: 'Noto Sans', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}
.dark_grey_bg *, .black_bg *, .blue_bg *, .dark_blue_bg *{
	color:#fff;
}

/* buttons/links */
a{
	color:#3B5164;
	font-weight: bold;
}
a:hover{
	color:#333;
}
a:active{
	color:#333;
}
h2 a, h3 a, h4 a, .menu a, a *{
	font-weight: normal;
}
h3 i{
	margin-right: .3em;
}
a * strong{
	font-weight: bold;
}
.dark_grey_bg a, .black_bg a, .blue_bg a, .dark_blue_bg a{
	color:#fff;
}
.primary_bttn{
	background-color:#003375;
	box-sizing: border-box;
	color:#fff;
	text-transform: uppercase;
	border:solid 2px #003375;
	border-radius: 0;
	padding:.3em 3em;
	text-decoration: none !important;
	font-weight: normal;
	font-family: "Barlow Condensed";
}
.primary_bttn:hover{
	background-color:#6A6A6A;
	border:solid 2px #6A6A6A;
	color:#fff;
}
.primary_bttn:active, .primary_bttn.active, .primary_bttn.selected{
	background-color:transparent;
	color:#3B5164;
	border:solid 2px #3B5164;
	box-sizing: border-box;
}
.secondary_bttn, .load_more{
	background-color:#6A6A6A;
	color:#fff;
	box-sizing: border-box;
	text-transform: capitalize;
	text-decoration: none !important;
	border:solid 2px #6A6A6A;
	font-weight: normal;
	padding:.3em 3em;
	text-transform: uppercase;
	font-family: "Barlow Condensed";
}
.secondary_bttn:hover, .load_more:hover{
	background-color:#939598;
	color:#fff;
	border:solid 2px #939598;
}
.secondary_bttn:active, .load_more:active{
	background-color:#939598;
	color:#fff;
	border:solid 2px #939598;
}
.tertiary_bttn,.tertiary_bttn:visited{
	background-color:transparent;
	box-sizing: border-box;
	color:#003375;
	text-transform: capitalize;
	border:solid 2px #003375;
	border-radius: 0;
	padding:.3em 3em;
	text-decoration: none !important;
	font-weight: normal;
	font-family: "Barlow Condensed";
	text-transform: uppercase;
}
.tertiary_bttn:hover, .tertiary_bttn:active{
	background-color:transparent;
	color:#ccc;
	border:solid 2px #ccc;
}
.load_more{
	display: inline-block;
	width:auto;
	padding:.5em 2em;
	clear: both;
}

.load_more:after{
	content: "";
	padding-left:0;
}
.topbutton {
	height:auto;
	width:auto;
	position:fixed;
	right:20px;
	bottom:20px;
	font-size: 3em;
	z-index:100;
	display:none;
	color:#3B5164;
	cursor: pointer;
}
.comm_homes_grid {
	text-align: center;
}
#comm_homes_container > .grid-container > .grid-parent div:last-child:before{
	content:'';
	width:100%;
	display: block;
	clear: both;
	height:1px;
}

.borderless_link{
	color:#003375;
	font-weight: bold;
}
.borderless_link:hover{
	color:#59ACD5;
}
.borderless_link:active{
	color:#3B5164;
}
#filter_toggle{
	cursor: pointer;
}
/* misc */
.error404 .post{
	text-align: center;
}
main{
	min-height: 600px;
}
/* header */
#logo img{
	max-height:70px;
	margin-top: 5px;
}
#header{
	height:auto;
	min-height: 0;
	max-height: auto;
}
#header_main_content{
	display: flex;	
}
header{
	box-shadow: 0 0 4px #ccc;
	position: relative;
	z-index: 101;
	background-color: #fff;
}
header .footer_social a{
	padding-right: 1em;
	color:#cccccc;
}

header li{
	padding-right:0;
	padding-left:0;
	margin-left:0;
	margin-right:0;
	text-align: center;
	margin-left:-6px;
}
header li a{
	padding:.8em 1em;
	display: inline-block;
	font-family: "Barlow Condensed", serif;
	font-size: 1.8rem;
	text-transform: capitalize;
}

header li.menu-item-has-children > a:after{
	content:'\f107';
	font-family: "Font Awesome 5 Pro";
	padding-left:.5em;
	font-size: .8em;
	display: inline-block;
	font-weight: bold;
}
header li.menu-item-has-children:hover > a:after{
	content:'\f107';
	font-family: "Font Awesome 5 Pro";
	padding-left:.5em;
	font-size: .8em;
	display: inline-block;
	font-weight: bold;
}
.header_logo_bar{
	justify-content: start;
}
header .menu a{
	color:#003375;
	text-transform: uppercase;
}
header .menu > li:hover{
	background-color:#F6F6F6;
	color:#3B5164;	
}
header .menu > li:hover a{
	color:#3B5164;	
}
header .menu > li:hover ul.sub-menu > li a{
	color: #003375;
	text-transform: none;
}
header .menu li > ul.sub-menu > li:hover a{
	background-color:#003375;
	color:#fff;	
}
header .menu > li > ul.sub-menu{
	box-shadow: 0 3px 3px #ddd;
}
#menu-main-menu > li:after{
	height:.8em;
	width:1px;
	line-height: 1.6em;
	background-color:#fff;
	display: inline-block;
	content:'';
}
#menu-main-menu li:hover:after{
	background-color:#fff;
	color:#3B5164 !important;
}
#menu-main-menu > li:last-child:after{
	display: none;
	content:'';
}
.footer_social a{
	padding-right: 1em;
	color:#fff;
}
.footer_social a:last-child{
	padding-right:0;
}
.footer_social{
	padding-right: 1em;
}
.nav{
	padding:0;
	text-align: right;
	font-weight: 400;
}
header .flex_container{
	display: flex;
}
.header_top_nav{
	padding:0;
	text-align: right;
}

.nav > ul > li > ul.sub-menu{
	padding:0;
	width:auto;
	min-width: 100%;
	display: flex;
	flex-direction: column;
	white-space: nowrap;
	margin-left:auto;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
}
.nav > ul > li > ul.sub-menu li{
	white-space: nowrap;
	margin-bottom: 0;
	margin-top: 0;
}

.nav > ul > li > ul > li > a{
	display: block;
	width: auto;
}
.nav_desc{
	display: none;
}

/* top menu */
ul#menu-top-menu, ul#menu-top-menu li{
	display: inline-block;
	padding:0;
	list-style: none;
}
ul#menu-top-menu li a{
	padding-top:0;
	padding-bottom:0;
}
ul#menu-top-menu li a:hover{
	background-color: transparent;
}
.top-menu-container, .footer_social{
	display: inline-block;
}
.top-menu-container a:hover, .footer_social a:hover{
	color:#ccc !important;
}
/* footer */
footer h2{
	margin-bottom: .2em;
}
.footer_nav{
	text-align: left;
	width: auto;
	display: flex;
	flex-direction: row;
	justify-content:left;
	font-family: "Barlow Condensed", serif;
}
.footer_nav_2 {
	text-align: center;
	font-family: "Barlow Condensed", serif;
}
.footer_nav li, .footer_nav ul, .footer_nav_2 li, .footer_nav_2 ul{
	list-style: none;
	margin-left:0;
	padding-left:0;
	line-height: 1.4em;
	text-transform: uppercase;
	font-family: "Barlow Condensed", serif;
	font-size: 2.4rem;
}
.footer_nav li, .footer_nav_2 li{
	padding-bottom: .5em;
	display: inline-block;
	padding-right: 1em;
	padding-left: 1em;
	text-transform: uppercase;
	font-family: "Barlow Condensed", serif;
}
.footer_nav a{
	text-decoration: none;
}
.footer_nav_2 li{
	font-size: .8em;
}
footer .footer_social{
	display: flex;
	justify-content: center;
	align-items: center;
}
footer .footer_social a i{
	font-size: 2em !important;
}
.footer_copyright{
	font-size: .8em;
}
footer p{
	line-height: 1.2em;
	font-size: .9em;
}

footer .middle_grey_bg{
	background-color: #D4D4D4;
}
footer .footer_comm{
	display: flex;
	align-items: center;
	justify-content: center;
}
footer .footer_comm span{
	margin-right: 3em;
	font-size: 2em;
}

/* homepage */
#home_hero_container{
	display: flex;
	justify-content: center;
	align-items: center;
}
#bgvid_container{
	overflow: hidden;
}
#bgvid_container video{
	object-fit: contain;
	max-width: 100%;
	display: block;
}
.home .rvadv_hero_captionbox{
	background-color: transparent;
	width:100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 50px;
	bottom: 0;
}
#home_content{
	padding-top: 0;
}
.home .flex_container_row > div{
	margin-right: 20px;
}
.home .flex_container_row .image_fill{
	height: 450px;
}
.rvadv_hero_slide{
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.home_hero_button {
    display: none;
    z-index: 200;
    visibility: hidden;
}
.rvadv_hero + .home_hero_button {
    position: absolute;
    display: flex;
    height: 55vh;
    top: 104px;
    left: 0;
    width: 100%;
    align-items: flex-end;
    justify-content: center;
}
.rvadv_hero + .home_hero_button a { 
    display: inline-block;
    visibility: visible;
}
.rvadv_hero{
	height:60vh;
	width:100%;
	overflow: hidden;
}
.rvadv_hero_slide{
	height:60vh;
	min-height: 60vh;
	width:100%;
	background-size: cover;
	background-position: center center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.rvadv_hero .owl-dots .owl-dot span{
	width: 10px;
	height: 10px;
}
.home_blue{
	background-color: #003375;
	padding-top: 2em;
	padding-bottom: 2em;
	color: #fff !important;
	display: flex;
	flex-direction: row;
	align-items: stretch;
	flex-wrap: wrap;
	padding-left: 4%;
}
.home_blue > h2{
	width: 100%;
	padding-left: 1em;
}
.home_blue div.grid-50{
	width:46%;
	border:solid 1px #fff;
	padding:2em;
	margin:2%;
	box-sizing: border-box;
}
.home_blue h2, .home_blue h3, .home_blue h4{
	color: #fff;
}
.home_blue a{
	text-decoration: underline;
	color: #fff;
}
body.single-rvadv_communities .rvadv_hero .owl-dots{
	display: none;
}
.owl-stage-outer{
	background-color: #3B5164;
}
.home .owl-dots{
	display: none;
}
.home_arrow{
	font-size: 2.4em;
	color:#fff;
	margin-top:-1em;
	position: relative;
	z-index: 101;
	cursor: pointer;
}
.home_features{
	display: flex;
	flex-direction: row;
	margin-bottom: 30px;
}
.home_features .grid-50{
	min-height: 550px;
	width: calc(50% - 30px);
}
.home_features .grid-50 {
	box-sizing: border-box;
	margin-left: 15px;
	margin-right: 15px;
}
.home_features .flex{
	flex-direction: column;
	justify-content: center;
}
.home_features .flex p{
	width: 100%;
}
.home_features .light_grey_bg:nth-of-type(1n){
	padding-left:15%;
	padding-right:5%;
}
.home_features .light_grey_bg:nth-of-type(2n){
	padding-left:5%;
	padding-right:15%;
}
.home_features .blue_bg:nth-of-type(2n), .home_features .grey_bg:nth-of-type(6n){
	padding-left:5%;
	padding-right:15%;
	align-items: flex-start;
}

.home #rvadv_communities_map_canvas_page{
	height: 65vh;
}
.home .home_map_container{
	margin-bottom: 40px;
	height: 65vh;
}
.home #communities_list{
	padding:0;
}
.home_feature{
	padding-left: 50px !important;
	padding-right: 50px !important;
	justify-content: center;
	display: flex;
	flex-direction: column;
}
.home_feature p{
	margin-left: 0;
}
.home_top_content{
	background-color: #f6f6f6;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 50px;
	padding-bottom: 50px;
}
.home_intro{
	background-size: cover;
	padding:2em;
	border-right:20px solid #fff;
	border-left:20px solid #fff;
}
.home_intro_inset{
	background-color: #fff;
	padding: 2em;
	margin-top: 250px;
	margin-right: 250px;
}
.home_intro_inset h2:after{
	display: block;
	border-bottom: 3px solid #003375;
	width:40%;
	height: 0;
	content: '';
	margin-top: 10px;
}
.border_wrap{
	margin-top: -50px;
	position: relative;
	z-index: 100;
	border:solid 2px #3B5164;
	position: relative;
	padding:20px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px !important;
	padding-right: 20px !important;	
}
.border_wrap_content_padding{
	padding-left:40px !important;
	padding-right: 40px !important;
}
.page-template-default .border_wrap{
	margin-top: 60px;
}
.border_bottom{
	border-bottom:solid 2px #3B5164;	
}
.white_border{
	border:solid 1px #fff;
}
body.home .sbi_custom a{
	background-color: #3B5164 !important;
	border-radius: 0 !important;
}
.full-width.image_fill{
	min-height: 400px;
	margin-top:40px;
}
.full-width.image_fill > p{
	margin-top: 100px;
}
.full-width.image_fill img{
	object-fit: cover;
	z-index: 0;
}
.full-width.image_fill div{
	z-index: 1;
	padding-left:40px;
	padding-right: 40px;
	box-sizing: border-box;
}
.page-id-67 .rvadv_gallery_item img{
	object-fit: contain;
}
.page-id-67 .rvadv_gallery_item{
	display: flex;
	flex: 1;
	align-items: center;
	justify-content: center;
}
blockquote::before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote::after {
  color: #ccc;
  content: close-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
  float: right;
}
blockquote {
  background: #F6F6F6;
  margin: 2rem 0;
  padding: 2rem 4rem;
  quotes: "\201C""\201D""\2018""\2019";
}

/* guide box */
.guide_box{
	padding-top: 3rem;
	padding-bottom: 1.5rem;
}
.guide_box p{
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	display: flex;
}
.guide_box strong{
	font-size: 4.5rem;
	font-weight: normal;
	padding-right: 1em;
	font-weight: 500;
}
/* content pages */
#content_header{
	margin-top: 3em;
}
#content_copy h1{
	margin-bottom: .2em;
	line-height: 1.1em;
}
#content_copy ol{
	list-style: inside;
	list-style-type: decimal;
}
#content_copy ol li{
	margin-left: 2em;
	text-indent: -1em;
}
#content_copy ol, #content_copy ul{
	margin-bottom: 2em;
}
.page-template-default #content_hero, .page-template-page_careers #content_hero {
	height: 40vh;
	min-height: 40vh;
	display: flex;
	align-items: center;
	justify-content:center;
}
.page-template-default #content_hero:before{
	display: block;
	background-color: rgba(0,0,0,0.3);
	height: 40vh;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	content: " ";
	visibility: visible;
}
.page-template-default #content_hero:before{
	display: block;
	height: 40vh;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	content: " ";
	visibility: visible;
}
.page-template-default hr{
	margin-bottom: 1em;
}
#content_hero h1{
	color:#fff;
	padding-top: .5em;
	padding-bottom: .5em;
	position: relative;
	top: auto;
	left: auto;
	text-shadow: 0 0 3px #333;
	font-size: 6rem;
}
.page-template-default p{
	line-height: 1.4em;
}
.page-template-default .content_extra p a, .page-template-default #content_copy p a{
	text-decoration: underline;
}
.wide_image p{
	max-height: 550px;
	min-height: 550px;
	object-fit: contain;
	overflow: hidden;
	object-position: 50% 50%;
	position: relative;
}
.wide_image img{
	height: 100%;
}
/* comm pages */
#rvadv_communities_map_canvas_page{
	clear:both;
}
.map_flex{
	display: flex;
}
.tall_map #rvadv_communities_map_canvas_page{
	height:100%;
	min-height: 100%;
}
.comm_map_cover{
	background-color:#3B5164;
	display: flex;
	color:#fff;
}
.comm_map_cover a{
	color:#fff;
}
.comm_map_filter, .comm_map_filter > div{
	display: flex;
	flex-wrap: wrap;
}
.comm_map_filter_text{
	margin:auto;
}
#map_filter_text{
	width:400px;
}
.comm_map_filter_label{
	margin-right: 1em;
}
.comm_map_filter select,.comm_map_filter input{
	border:none !important;
	outline: none !important;
	font-family: 'Noto Sans', sans-serif !important;

}
.comm_map_filter select{
	background-image: none;
	font-family: 'Noto Sans', sans-serif !important;
}
.comm_map_filter select option{
	font-family: 'Noto Sans', sans-serif !important;
}
#filter_autobox h2, #filter_autobox ul li{
	font-family: 'Noto Sans', sans-serif;
	font-size: 1.6rem;
}
.comm_list_sort{
	border-bottom:#3B5164 solid 1px;
}
.comm_list_block{
	min-height:10em;
	margin-bottom: 20px;
}
.comm_list_block h2{
	text-transform: capitalize;
}
.comm_list_block.grid-50 .comm_image{
	height:200px;
	max-height:200px;
	min-height: 200px;
	width: 100%;
	display: block;
}
.comm_list_block > *{
}
#comm_filter_container.scroll-to-fixed-fixed{
	margin-top:120px;
	z-index: 100 !important;
}
#communities_list .comm_list_block:nth-child(2n){
	background-color: #F#3B51642F2F2;
}
#communities_list{
	flex-wrap: wrap;
	display: flex;
	flex-direction: row;
	align-items: stretch;
	justify-content: center;	
}
#communities_list .card{
	display: flex;
}
.infobox_image{
	position: relative;
	display: none;
}
/* comm single */
.comm_logo{
	background-color: #fff;
	width: 175px;
	height: 175px;
	display: inline-block;
	padding:1em;
	position: relative;
	top:0;
	margin-top: -30px;
	margin-bottom: -30px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.comm_overview{
	padding-top:1em;
	padding-bottom:1em;
	line-height: 1.2em;
}
.comm_overview h3{
	text-transform: none;
}
#comm_hero{
	height:70vh;
	margin-bottom: -50px;
}
#comm_menu_container{
	padding-top: .5em;
	margin-top: -3.2em;
}
#comm_menu_container ul{
	display: flex;
}
#comm_menu_container a, .comm_menu_name span {
	padding-top:.3em;
	padding-bottom: .3em;
	text-transform: capitalize;
	padding-left:1em;
	padding-right:1em;
	display: inline-block;
	font-weight: bold;
}
.comm_menu_name{
	display: none;
	visibility: hidden;
}
.comm_menu_name span{
	color:#3B5164;
	font-weight: bold;
}
#comm_menu_container a{
	color:#003375;
}
#comm_menu_container a:hover, #comm_menu_container a.selected{
	background-color:#6A6A6A;
	color: #fff;
}
#comm_menu_container.scroll-to-fixed-fixed{
	width: 100% !important;
	box-shadow: 0 0 3px #ddd;
	left: 0 !important;
}
h2.comm_addtomenu, .single_plan h2, .plan_video_box h2{
	text-align: center;
}
.plan_single_feature{
	height:500px;
}
.plan_elevations .image_contain_height{
	height: 300px;
}
#comm_nearby_container .category_container{
	display: inline-block;
	width:auto;
	margin-right:10px;
}
.comm_video_fancy_overlay{
	width: 100%;
}
.points_list{
	margin-left:2em;
}
.comm_nearby_left{
	overflow-y:scroll;
	height: 500px;
}
.number{
	font-size: 1.6em;
	font-weight: bold;
}
.comm_contact_box{
	padding:1em !important;
	background-color: #003375;
}
.comm_contact_box_inset{
	margin:0;
	border: solid 1px #fff;
	padding:1em;

}
.comm_contact_details *{
	line-height: 1.4em;
}

#comm_siteplan_container{
	text-align: center;
}
.comm_site_listing{
	width: 350px !important;
}
.comm_site_listing.siteplan_listing_popup{
	transform: scale(0.75);
}
.comm_site_listing .card_inset .plan_card_details{
	padding-left:0 !important;
	padding-right:0 !important;
}
a.comm_anchor{
    display: block;
    position: relative;
    top: -150px;
    visibility: hidden;	
}
.comm_siteplan_logo {
    max-width: 200px;
    margin: 20px 0;
    display: none;
}
#comm_siteplan_container.pdf_create {
     background-color: #fff;
}
#comm_siteplan_container.pdf_create .comm_siteplan_logo {
     display: inline-block;
}
#comm_siteplan_print {
    margin: 10px 0 40px;
}
#comm_siteplan_container.pdf_create #comm_siteplan_print {
     display: none;
}
#comm_siteplan_disclaimer {
     display: none;
     margin: 20px 0;
}
#comm_siteplan_container.pdf_create #comm_siteplan_disclaimer {
     display: block;
}
/* listing cards */
.car h1, .card h2, .card h3, .card h4, .card h5{
	width:auto;
}
.listing_block{
	/*
	padding-left:20px !important;
	padding-right:20px !important;
	*/
}
.listing_block .card_inset, .plan_block .card_inset{
	border:solid 1px #ccc;
	padding-left:20px !important;
	padding-right:20px !important;
	background-color: #fff;
	color:#625C5C;
}
.listing_block p, .comm_site_listing p, .plan_card_details p{
	margin-bottom:.5em;
	padding-top:.5em;
	color:#625C5C;
	line-height: 1.2em;
}
.listing_block p.listing_card_price, .siteplan_listing_popup p.listing_card_price{
	color: #fff !important;
}
.listing_block .flex p, .single_details div, .comm_site_listing .flex p{
	line-height: 1.1em;
	flex-grow: 1;
	text-align: center;
}
.single_details{
	justify-content: center;
	align-items: center;
}
.listing_block .flex p:last-child, .comm_site_listing .flex p:last-child, .plan_block .flex p:last-child, .single_details div:last-child{
	border:none;
}
.plan_card_details h3{
	margin-bottom: 1em;
	font-size: 2.6rem;
}
.listing_block .flex p span, .plan_block .flex p span, .single_details div span, .comm_site_listing .flex p span{
	text-align: center;
	font-weight: normal;
	display: inline-block;
	
	color:#625C5C;
}
.single_details > div{
	width: auto;
	margin-right: 0;
}
.single_details > div > span:first-child{
	font-family: "Barlow", serif;
	font-size: 2.4rem;
	display: block;
	margin-bottom: .5em;
}
.plan_card_details > div div p{
	font-size: 1.6rem;
}
.plan_card_details > div div p > span.blue_text{
	display: block;
	font-size: 2.6rem;
	margin-bottom: .5em;
}

.listing_block .card_inset h4, .comm_site_listing .card_inset h4{
	line-height: 1.8em;
	font-weight: bold;
}
.listing_comm{
	font-size: .8em;
}
.listing_card_price{
	display: block;
	position: absolute;
	bottom: 0;
	right: 10px;
	color: #fff;
	padding-left: 1em;
	padding-right: 1em;
	padding-top: .5em;
	padding-bottom: .5em;
}
.plan_block h4{
	margin:0;
	color:#625C5C;
}
.plan_image{
	height:275px;
}
.plan_image.image_fill img{
	min-width: 100%;
	min-height: 100%;
	max-height: 125%;
}
/* plan archive */ 
.plan_search_form *{
	display: inline-block;
}
.plan_search_form input[name="plan_name"], .plan_search_form select, .listing_search_form select{
	background-color:#f6f6f6;
	border-radius: 0;
	border:none;
}
input[name="plan_name"]{
	margin-right:6em;
}
.plan_search_form select{
	margin-right:2em;
}
.search_plan_div{
	align-items: center;
	justify-content: center;
	text-align: center;
}
.rvadv_switcher_display{
	min-height: 600px;
	align-items: center;
}
.rvadv_switcher_display img{
	max-width: 1000px;
}
.single_plan .grid-60 .textcenter a{
	text-decoration: underline;
}

/* listings */
.listing_search_form{
	border:none;
	text-align: center;
}
.listing_search_form *{
	display: inline-block;
}
.listing_search_form .comm_map_filter_label{
	margin-right:0;
	padding-right: 0;
}
.listing_search_form .comm_map_filter_select:nth-child(4), .listing_search_form .comm_map_filter_select:nth-child(7){
	margin-right:3em;
}
.comm_map_filter_select select{
	max-width:180px;
}
.search_results h3{
	text-align: left;
}
.search_results hr{
	display: none;
}
.search_pagination a{
	margin-right:.5em;
}
.search_results h3{
	font-size: 1.6rem;
}
.search_pagination a.current, .page-numbers.current{
	background-color:#3B5164; 
	border-color:#3B5164;
	padding:1px 5px;
	color:#fff;
}
.single-rvadv_communities .listing_comm{
		display: none;
}
/* listing single */
.hero{
	text-align: center;
}
.single_listing .flex h3, .single_plan .flex h3{
	align-items: flex-end;
}
.single_listing .comm_overview .flex{
	justify-content: right;
}
.single_listing h4 a, .single_plan h4 a{
	font-weight: bold;
}

#content_wrap.single_listing > div{
	margin-top: -20px;
}
.listing_single_price{
	font-size: 2em;
	color: #3B5164;
}
.listing_single_details{
	display: flex;
	flex-direction: row;

}
.listing_single_details span{
	padding-left: 1em;
	padding-right: 1em;
}
.listing_single_details span strong{
	color:#3B5164;
}
.single_listing .border_wrap h2{
	margin-bottom: .3em;
}
.single_listing .sqft{
	border-right: 1px solid #ccc;
}
.listing_single_buttons{
	margin-top: 2em;
}
/* plan single */
.single_plan .image_fill{
	height:500px;
}
.rvadv_switcher_heading_container .primary_bttn{
	margin-right:20px;
	margin-bottom: 10px;
	font-size: .9em;
	padding-left: 10px;
	padding-right: 10px;
}
.plan_elevations .image_fill{
	height:250px;
}
.plan_elevations span{
	text-align: center;
	color:#3B5164;
	font-weight: bold;
	display: inline-block;
	width: 100%;
}
/* blog */

.blog_navigation select, .blog_navigation input{
	border-radius:0;
	border:solid 1px #f6f6f6;
	padding:10px;
}
.blog_navigation select{
	color:#3B5164;	
}
.blog_navigation #searchsubmit{
	padding-top:.7em;
	padding-bottom:.7em;
	border:solid #3B5164 1px;
	color:#fff;
	padding-right:3px;
	background-color: #3B5164;
}
.card_post .image_fill{
	height:250px;
	background-color: #f6f6f6;
}
.post_list_block .m_bg{
	background-position: right bottom;
	background-size: auto 100%;
}
.post_card_details h3{
	color:#625C5C;
	font-size: 1.2em;
	margin-bottom: .5em;
	font-weight: bold;
}
.post_card_details a{
	text-decoration: underline;
}
.post_categories a, .post a{
	text-decoration: underline;
}
/* staff */
.staff_image{
	height:450px;
}
/* testimonials */
.testimonial_list_block .image_fill{
	height: 275px;
}
.testimonial_list_block .card_inset{
	display: flex;
	align-items: center;
}
.testimonial_list_block{
	border:solid 1px #ccc;
}
#content_wrap blockquote{
	display: flex;
	justify-content: center;
	text-align: center;
}
#content_wrap blockquote p{
	text-align: center;
}
#content_wrap blockquote:before{
	content:'"';
	margin-top:1em;
	color:#ccc;
	display: inline;
	font-family: 'Arial', sans-serif;
	font-size: 4em;
}
#content_wrap blockquote:after{
	content:'"';
	margin-top:1em;
	color:#ccc;
	display: inline;
	font-family: 'Arial', sans-serif;
	font-size: 4em;
}

/* owl carousel */
.owl-stage-outer{
	margin-left:40px;
	margin-right:40px;
}
.rvadv_hero {
     position: relative;
}
.rvadv_hero .owl-stage-outer{
	margin:0;
}
.owl-carousel button{
	background: transparent;
	box-shadow: none;
	border:none;
}
.owl-carousel{
	position: relative;
}
.owl-nav{
	position: absolute;
	top:50%;
	left:0;
	width:100%;
}
.photo_carousel .owl-nav {
     top: 0;
}
.owl-nav .owl-prev, .owl-nav .owl-next{
	height:140px;
}
#comm_video_container .owl-nav .owl-prev, #comm_video_container .owl-nav .owl-next{
	position: relative;
	top:450px;
	height:50px;
}

.selected_photo_nav_prev, .selected_photo_nav_next{
	color:#ccc;
}
.selected_photo_nav div:hover{
	color:#3f3e3e;
}
.rvadv_hero.owl-carousel .owl-prev, .rvadv_hero.owl-carousel .owl-next{
	top:0;
	position: absolute;
	display: block;
	height: 10%;
	margin-top:33%;
}
.owl-nav{
}
button.owl-next:focus, button.owl-prev:focus{
	outline:none;
	border:none;
	box-shadow: none;
	-webkit-appearance:none;
	color:#ccc;
}
/* animations */

.animation-element {
  position: relative;
}
.animation-element.slide-left {
  opacity: 0;
  -moz-transition: all 500ms linear;
  -webkit-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
  -moz-transform: translate3d(-100px, 0px, 0px);
  -webkit-transform: translate3d(-100px, 0px, 0px);
  -o-transform: translate(-100px, 0px);
  -ms-transform: translate(-100px, 0px);
  transform: translate3d(-100px, 0px, 0px);
}
.animation-element.slide-left.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.animation-element.slide-down {
  opacity: 0;
  -moz-transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  -moz-transform: translate3d(0px, -50px, 0px);
  -webkit-transform: translate3d(0px, -50px, 0px);
  -o-transform: translate(0px, -50px);
  -ms-transform: translate(0px, -50px);
  transform: translate3d(0px, -50px, 0px);
}
.animation-element.slide-down.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.animation-element.fade-in-section {
  opacity: 0;
  transform: translateY(20vh);
  visibility: hidden;
  transition: opacity 300ms ease-out, transform 300ms ease-out;
  will-change: opacity, visibility;
}
.animation-element.fade-in-section.in-view {
  opacity: 1;
  transform: none;
  visibility: visible;
}
/*Start Styles for primary_date_carousel_wrapper */
.primary_date_carousel_toggle {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: .5em 0;
	border: 1px solid #ddd;
	cursor: pointer;
	margin: 0 0 10px;
	max-width: calc(100%-2px);
	text-transform: uppercase;
	line-height: 1.2em;
	background-color: #fff;
	color:#625C5C;
}
.primary_date_carousel_toggle p {
	margin: 0;
	color: #625C5C;
	font-size: 1.4rem;
	font-weight: normal;
}
.primary_date_carousel_toggle i {
	color: #625C5C;
	margin: 0 0 0 1.25rem;
	font-size: 1.2rem;
}
.primary_date_carousel_container {
	display: none;
	margin-top: 10px;
}
.primary_date_carousel_wrapper.loading {
	pointer-events: none;     
}
.primary_date_carousel_container.loading {
	display: block;
	height: .25px;
	overflow: hidden;
}
.primary_date_carousel_single {
	background-color: #fff;
	border:solid 2px #fff;
	margin: 0 .5rem;
	max-width: calc(25% - 1rem);
	padding: 1rem 0;
	box-sizing: border-box;
}
.primary_date_carousel_single.selected {
	border:solid 4px #79BF42;
	box-sizing: border-box;
}
.owl-item .primary_date_carousel_single {
	max-width: calc(100% - 1rem);
	width: 100%;
}
.primary_date_carousel_single:nth-child(n + 5) {
	display: none;
}
.primary_date_carousel_single h2, .primary_date_carousel_single p {
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1;
	text-align: center;
}
.primary_date_carousel_single h2 {
	font-size: 3rem;
	margin: 1rem 0;
}
form .primary_date_carousel_single h2{
	display: block;
	font-size: 3rem;
	color: #3B5164;
}
.primary_date_carousel_single p {
	font-size: 1.4rem;
	margin: 0;
}
.primary_date_carousel_select {
	margin: 1.5rem 5px;
	padding-left:40px;
	padding-right: 35px;
}
.primary_date_carousel_select select {
	width: 100%;
	padding: 0 0 0 6.5rem;
	height: 5rem;
	font-size: 2rem;
}
.primary_date_carousel_input {
	display: none;
}
.primary_date_carousel_container .owl-nav, .primary_date_carousel_container .owl-controls {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.primary_date_carousel_container .owl-nav{
	position: absolute;
	z-index: 1;
	height:0;
	top:45%;
}
.primary_date_carousel_container .owl-nav .inactive {
	color: #ccc;
}
.primary_date_carousel_container .owl-nav .owl-prev {
	left: 10px;
	position: absolute;
	z-index: 1001;
	height: 100%;
}
.primary_date_carousel_container .owl-nav .owl-next {
	right: 10px;
	position: absolute;
	z-index: 1001;
	height: 100%;
}
.primary_date_carousel_wrapper + p, 
.primary_date_carousel_wrapper > p, 
.primary_date_carousel_container > p, 
.primary_date_carousel > p  {
	display: none;
}
.primary_date_carousel_container{
	box-shadow: 0 0 3px #ddd;
	background-color: #3B5164;
	padding-top: 20px;
}
.primary_date_carousel_container button i{
	color:#fff;
}
/*End Styles for primary_date_carousel_wrapper */

/* universal form styles */
.wpcf7 form p{
	margin-bottom: 0;
}
.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"], .wpcf7 input[type="number"], .wpcf7 select, .wpcf7 textarea{
	font-size: 1.4rem;
	padding-top:.7em;
	padding-bottom: .7em;
	padding-left: .8em;
	padding-right: .5em;
	color:#625c5c;
	margin-bottom:10px;
	max-width: 100%;
	font-family: 'Montserrat', sans-serif;
}
.wpcf7 input.wpcf7-not-valid{
	border: solid 1px orange;
}
.wpcf7 textarea{
	height:100px;
	margin-bottom: 0;
}
body.single-rvadv_career_listing .wpcf7 textarea{
	height:auto;
	margin-bottom: 0;
}
.wpcf7 input[type="submit"]{
	padding-top:.7em;
	padding-bottom: .7em;

}
.wpcf7 .wpcf7-not-valid-tip{
	font-size: 1.2rem;
	display: inline-block;
	line-height: 1.2em;
	font-weight: normal !important;
	padding-left: 1em;
	color:orange;
}
.wpcf7 .wpcf7-not-valid{
	margin-bottom:0 !important;
}
.wpcf7 form .wpcf7-response-output{
	margin-top:.5em !important;
	text-align: center;
}
.wpcf7-response-output{
	line-height: 1.2em;
}
.wpcf7-not-valid-tip{
	font-weight: bold !important;
}
.grecaptcha-badge{
	display: none !important;
	opacity: 0;
	height: 0;
	visibility: hidden;
}
.input_wrap * {
    max-width: 100%;
    box-sizing: border-box;
}
/* google local context map */
#rvadv_local_context_map section ul, #rvadv_local_context_map section li{
	list-style: none !important;
	margin-left:0 !important;
}
#rvadv_local_context_map section *{
	border-radius: 0 !important;
}
.rvadv_local_buttons .primary_bttn{
	padding-left:1.2em;
	padding-right:1.2em;

}
/* registration page */
.registration_form_box .primary_date_carousel_wrapper{
	display: none !important;
}
.registration_page #header_container, .registration_page footer{
	display: none;
}
.registration_page{
	min-height: 100vh;
}
.registration_page .sgpb-background-image-18032, #sgpb-popup-dialog-main-div-wrapper, .sgpb-theme-1-overlay{
	display: none !important;
}
#default_page_wrap{
     min-height: 90vh;
}
/* comm nearby */
#comm_nearby_points, #poi_map_box, #poi_points_container{
	height: 350px;

}
.points_list{
	font-size: .8em;
	margin-left: 1em;
	padding-top: 1em;
}
.points_list ul, .points_list li{
	margin-left: 0;
	padding-left: 0;
}
.comm_poi_point strong{
	font-size: 1.1em;
}
.comm_poi_point .number{
	background-color:#003375;
	color:#fff;
	font-size: 12px;
	padding:.3em .5em;
}
.comm_poi_point .hide-on-mobile{
	margin-left: 2em;
	display: none;
	line-height: 1em;
}
.comm_poi_point .hide-on-mobile br{
	display: none;
 
}
.nearby_cat_box .primary_bttn{
	font-size: .8em;
}
.placeholder img{
	width:80%;
	opacity: .6;
}
#content_hero h1{
	max-width: 100%;
	width: auto;
}
/* START MEDIA QUERIES */
@media screen and (max-width: 1400px) {
	html{
		font-size: .6rem;
	}
	.home h2{
		font-size: 2em !important;
	}
	.home_features .flex{
		padding-left:5% !important;
		padding-right:5% !important;
	}
	.home_features .grid-50{
		min-height: 500px;
	}
	.home .rvadv_hero_captionbox{
		margin-left: 5%;
		margin-right: 5%;
		width: auto;
	}
}
@media screen and (max-width: 1200px) {
	html{
		font-size: .6rem;
	}
	.home_features .flex{
		padding-left:5%;
		padding-right:5%;
	}
	.bottom_find .grid-60{
		width:80%;
		margin-left: 10%;
	}
	.home .rvadv_hero_captionbox{
		margin-left: 5%;
		margin-right: 5%;
		width: auto;
	}

}
@media screen and (max-width: 1199px) and (min-width: 768px) {
	html{
		font-size: .5rem;
	}
	div.image_fill img{
		max-width: 200%;
	}
	#comm_hero{
		height: 400px;
	}
	.comm_overview{
		padding-top:40px;
		padding-bottom: 40px;
	}
	.plan_image{
	}
	#rvadv_local_context_map{
		height:250px !important;
	}
	.wpcf7 textarea{
		height:50px;
	}
	.single_plan .image_fill{
		height:300px;
	}
	.comm_list_block .comm_image, .comm_list_block{
	}
	#map_filter_text{
		width:200px;
	}
	.comm_map_filter_text{
		margin-top: 0;
		margin-bottom: 0;
	}
	#comm_filter_container.scroll-to-fixed-fixed{
		margin-top:85px;
	}
	.home_features p{
		line-height: 1.4em;
	}
	.home_features .grid-50{
		min-height: 450px;
	}
	h3, h1.blog_title{
		font-size: 1.4em;
	}
	.selected_photo_wrapper{
		height: 30vh;
	}
	.photo_carousel_single, .owl-item .photo_carousel_single img, .photo_carousel_container .owl-item{
		height: 75px;
	}
}
@media screen and (max-width: 1199px) and (min-width: 768px) and (orientation:landscape){
	.selected_photo_wrapper{
		height: 50vh;
	}
	.photo_carousel_single, .owl-item .photo_carousel_single img, .photo_carousel_container .owl-item{
		height: 75px;
	}
	.home_features p{
		line-height: 1.8em;
	}


}
@media screen and (max-width: 767px) {
	html{
		font-size: .6rem;
	}
	.primary_bttn{
		padding-left: 1em;
		padding-right: 1em;
	}
	.topbutton {
		font-size: 2em;
	}
	.mobile_textright{
		text-align: right;
	}
	.mobile_textcenter{
		text-align: center;
	}
	.mobile_nopadding{
		padding-top:0;
		padding-bottom:0;
	}
	.mobile_inset_shallow{
		padding-top:1em;
		padding-bottom:1em;
	}
	#header_main_content{
		display: block;
	}
	#header_main_content .flex_container{
		display: block;
		height: 100%;
	}
	#content_header{
		margin-top:1em;
	}
	.nav, .nav .menu{
		width:100%;
		padding-left:0;
	}
	.nav a{
		font-size: 1em;
	}
	.nav > ul > li{
		display: block;
	}
	.menu > li:after{
		display: none;
	}
	.nav > ul > li > a{
		padding-top:.3em;
		padding-bottom:.3em;
	}
	.nav > ul > li > ul.sub-menu{
		position: relative;
		visibility: visible;
		display: block;
	    left: 0;
	    transform:none;
	    opacity: 1;
	    background-color: #fff;
	}
	.nav > ul > li > ul > li > a{
		padding-top:.3em;
		padding-bottom:.3em;
	}

	#header_nav_container{
		position: fixed;
		top:0;
		width:100%;
		left:-1000px;
		z-index: 2000 !important;
		height: 100%;
		background-color: #fff;
	}
	#header_nav_container img{
		margin-bottom: .5em;
		max-height: 30px;
	}
	.mobile_menu_close{
		position: absolute;
		top:25px;
		right:25px;
		font-size: 1.6em;
		color:#3B5164;
		z-index: 10000;
	}
	#mobile_toggle{
		color:#3B5164;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.mobile_menu_call{
		font-weight: bold;
		font-size: 1.4em;
		padding-top: 2em;
		display: block;
		clear: both;
	}
	.mobile_menu_call i{
		font-size: .9em;
		margin-right:.4em;
	}
	.mobile_flex_column{
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.mobile_flex_column > span{
		margin-bottom: .5em;
	}
	footer .footer_comm span{
		margin-right: 0;
		padding-left: 1rem;
		padding-right: 1rem;
	}
	.nav .menu-item:hover{
		background-color:#fff;
		color:#3B5164;
	}
	.nav .menu-item:hover a{
		color:#3B5164 !important;
	}
	footer ul.menu li, footer ul.menu{
		display: block;
		width: 100%;
		text-align: center;
		padding-left: 0;
		padding-right: 0;
	}
	header .menu > li > ul.sub-menu{
		background-color: transparent;
		box-shadow: none;
	}
	header li.menu-item-has-children:hover > a:after{
		display: none !important;
	}
	header li.menu-item-has-children > a:after{
		display: none;
	}
	.header_logo_bar{
		font-size: 1.6em;
	}
	.nav li:hover, .nav a:hover{
		background-color: #fff !important;
	}
	#comm_filter_container.scroll-to-fixed-fixed{
		z-index: 100 !important;
		margin-top: 0;
	}
	.rvadv_hero, .rvadv_hero .rvadv_hero_slide, .rvadv_hero .owl-stage-outer, .rvadv_hero .owl-stage, .rvadv_hero .owl-item{
		height: 300px;
		min-height: 300px;
	}
	#bgvid_container{
		overflow: hidden;
	}
	#bgvid{
	}
     .rvadv_hero .owl-dots {
          top: 75%;
     }
     .rvadv_hero + .home_hero_button {
          height: 200px;
     }
	.home_features{
		flex-direction: column;
	}
	.home_features .image_fill{
		height:200px;
		width: 100%;
		box-sizing:border-box;
		margin:auto;
	}
	.home_features .flex{
		display: block;
		width: 100%;
		box-sizing:border-box;
		margin:auto;
	}
	.home_features .grid-50{
		padding-top:1em;
		padding-bottom: 1em;
		height:auto;
		min-height: 250px;
	}
	.home_map h1, .home_map h2, .home_map h3{
		margin-left: 10px;
		margin-right: 10px;
	}
	.home_map h3{
		font-size: 1.8rem;
	}
	.home_intro{
		background-size: 100% auto;
		background-repeat: no-repeat;
		padding-top: 200px;
		background-color: #fff;
		padding:200px 20px 0;
		border:none;
	}
	.home_intro_inset{
		margin:0;
		padding:20px;
	}
	.comm_contact_details a.primary_bttn, .comm_contact_details a.primary_bttn i{
		color:#fff;
	}
	.guide_box > p{
		flex-direction: column;
		line-height: 2.2em;
	}
	.guide_box strong{
		display: block;
		margin-bottom: 25px;
		padding-right: 10px;
		padding-left: 10px;
	}
	.home_blue div.grid-50{
		width:100%;
		margin:0 0 10px;
	}

	/* headings */
	h1{
		font-size: 1.8em;
	}
	h2{
		font-size: 1.5em;
	}
	h3{
		font-size: 1.2em;
	}
	h4{
		font-size: 1.1em;
	}
	/* comms */
	.comm_logo{
		background-color: #fff;
		width: 75px;
		height: auto;
		display: inline-block;
		padding:.5em;
		position: relative;
		top:0;
		margin-top: -125px;
		margin-bottom: -30px;
		display: block;
		align-items: center;
		justify-content: center;
	}
	#rvadv_communities_map_canvas_page, .home #rvadv_communities_map_canvas_page{
		height:225px;
	}
	#map_filter_text{
		width: 270px;
	}
	.comm_map_filter_text{
		margin-left: 0;
		margin-right: 0;
	}
	.comm_card_details{
		display: block;
		position: relative;
	}
	.comm_card_details .comm_image{
		display: block;
	}
	.comm_list_block{
		flex-direction: column;
		height: auto;
		font-size: .9em;
		line-height: 1.1em;
		padding:10px 10px 0;
		margin-bottom: 0;
	}
	.comm_list_block .card_inset{
		margin:10px;
		padding-bottom: 5px;
	}
	.comm_list_block.grid-50 .comm_image{
		height:200px;
	}
	.comm_card_details h4{
		position: absolute;
		top:175px;
		right:0;
		padding-left:1em;
		padding-right:1em;
		background-color:rgba(255,255,255,.7);
	}
	.custominfobox{
		padding:.5em;
		width:auto;
		background:#fff;
		box-shadow:0 0 3px #ccc;
		text-align:center;
		font-size:1em;
	}
	.custominfobox .infobox_image img{
		display:none;
	}
	.comm_overview{
		padding-top:2em;
		padding-bottom: 2em;
		display: block;

	}
	#comm_hero{
		width: 100%;
		height:250px;
	}
	.comm_overview_request{
		margin-top: 1em;
	}
	.comm_overview span{
		margin-bottom: 1em;
	}
	.comm_overview a.primary_bttn{
		margin-bottom: 10px;
	}
	#comm_menu a{
		padding-top: .2em;
		padding-bottom: .2em;
	}
	#comm_menu{
		flex-direction: column;
	}
	#comm_menu li{
		display: block;
		width:100%;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	#comm_menu_container{
		height: 0;
		visibility: hidden;
		overflow: hidden;
		margin-top: 0;
		line-height: 1.1em;
	}
	#comm_menu_container *{
		color: #003375 !important;
	}
	#comm_menu_container .comm_title{
		font-family: "Barlow Condensed", serif;
	}
	#comm_menu_container.scroll-to-fixed-fixed{
		visibility: visible;
		height: auto;
	}
	#comm_menu_container ul#comm_menu{
		display: none;
	}
	#comm_menu_container .comm_mobile_contact{
		color: #000;
	}
	#comm_menu_container .comm_mobile_contact a{
		padding-top: 0;
		padding-bottom: 0;
		padding-left: .2em;
		padding-right: .2em;
	}
	#comm_menu_container .fa{
		font-size: 1.2em;
		padding:5px;
		margin:0;
	}
	#comm_menu_container .comm_menu_header a{
		padding:5px;
	}
	#comm_mobile_menu_toggle{
		border:solid 1px #f6f6f6;
		padding:3px;
		margin-right: 5px;
		margin-left: 10px;
	}
	.comm_nearby_left{
		height:200px;
		font-size: .9em;
	}
	.points_list .comm_poi_point{
		margin-bottom: 1em !important;
	}
	#poi_map_box{
		height: 250px !important;
	}
	#rvadv_local_context_map{
		height: 300px !important;
	}
	.comm_contact_details h1{
		line-height: 1.4em;
		font-size: 1.6em;
	}
	/* plans */
	.plan_card_details{
		flex-direction: column;
		margin-bottom: 1em;
	}
	.plan_card_details .white_bg{
		margin-top: 10px;
	}
	.plan_card_details .flex{
		justify-content: center;	
	}
	.plan_card_details .flex p{
		padding-left: 5px;
		padding-right: ;
	}
	.card .primary_bttn{
		display: block;
	}
	.plan_search_form input[name="plan_name"], .plan_search_form select{
		margin-right:0;
		margin-bottom:3px;
	}
	.page-numbers{
		font-size: 2.2rem;
	}
	/* bottom */
	.bottom_find .flex{
		flex-direction: column;
		text-align: center;
	}
	/* listing page */
	.photo_carousel_container .owl-item, .owl-nav .owl-prev, .owl-nav .owl-next{
		height:225px;
	}
	.owl-item .photo_carousel_single img {
		opacity: 1;
	 }
 	.plan_card_details p{
		margin:0;
		padding-top:0;
	}
	.single_listing .comm_overview div.textright{
		text-align: center !important;
	}
	.single_listing .comm_overview{
		text-align: center;
	}

	.single_listing .comm_overview div.textright .flex{
		font-size: 1.2rem;
		justify-content: center;
	}
	.single_listing .comm_overview div.textright .flex h3{
		padding-left: 1em;
		padding-right: 1em;
	}
	.single_listing .sqft{
		border-right: 0;
	}
	.single_listing .listing_single_details{
		flex-wrap: wrap;
	}
	/* plan page */
	.single_plan .image_fill{
		height: 250px;
	}
	.rvadv_switcher_heading_container .primary_bttn, .single_plan p .primary_bttn{
		font-size: .8em;
	}
	.plan_single_feature{
		height: 300px;
		display: block;
	}
	.single-rvadv_floorplans_adv .image_contain_height{
		height: 250px;
	}
	.rvadv_gallery .grid-33{
		min-height: auto;
		max-height: auto;
	}
	/* pagination */
	.search_pagination a{
		display: none;
	}
	.search_pagination .next, .search_pagination .prev{
		display: inline-block;
	}
	.listing_search_form .comm_map_filter_label:last-child{
		clear: both;
	}
	.listing_search_form .comm_map_filter_select:nth-child(4), .listing_search_form .comm_map_filter_select:nth-child(7){
		margin-right:0;
	}
	.listing_search_form div{
		margin-bottom: .2em;
		padding-left:0 !important;
		padding-right:0 !important;
	}
	.listing_search_form select{
		width:100%;
		max-width: 300px;
	}

	.plan_image, .plan_image img, div.image_contain_height img{
		height: auto;
		min-height: 250px;
		max-height: 350px;
	}
	.plan_block .primary_bttn{
		margin-top:.5em;
	}
	#footer_container{
		text-align: center;
	}
	.rvadv_hero_caption a{
		margin-bottom: 10px;
	}
	.guide_box p{
		flex-direction: column;
	}
	.guide_box strong{
		display: block;
		line-height: 1em;
	}
	.single-rvadv_communities .border_wrap, .single_listing .border_wrap{
		margin-top: 20px;
	}
	.single-rvadv_communities #comm_hero{
		margin-bottom: 0;
	}
	.plan_virtual_box iframe, .comm_embeds iframe{
		height: 300px;
	}
	.home_top_content{
		padding:2rem;
	}
	.home .flex_container_row > div{
		margin-right: 0;
	}
	.home .flex_container_row .image_fill{
		height: 250px;
	}
	.home_feature{
		padding-left:2rem !important;
		padding-right:2rem !important;
		text-align: center !important;
	}
	.home_feature p{
		margin:1rem 0;
	}
	.home .flex_container_row .image_fill{
		margin-bottom: 1rem;
	}
	.full-width.wide_image p{
		object-fit: cover;
		height: auto;
		min-height: auto;
		max-height: auto;
	}
	.mobile_flex_column .image_fill p{
		object-fit: cover;
		height: auto;
		min-height: 250px;
	}
	.mobile_flex_column .image_fill{
		height: auto;

	}
	.mobile_inset_tb{
		padding-top: 10px;
		padding-bottom: 10px;
	}
	#content_hero h1{
		width: 100%;
	}
}

/* video update */
#comm_video_fancy{
	display: flex;
	flex-direction: row;
	 flex-wrap: wrap;
}
#comm_video_fancy .tour_card:nth-child(1){
	flex-grow: 1;
}
#comm_video_fancy .tour_card:nth-child(n+2){
	width: 25%;
	margin-right: 5%;
}


/* linktree */
body.page-template-page_linktree main{
	background-color: #f6f6f6;
}
body.page-template-page_linktree #header_container, body.page-template-page_linktree #footer_container .mobile_nopadding{
	display: none;
}
body.page-template-page_linktree #footer_container > div.grid-container-wide > div{
	width: 25%;
}
body.page-template-page_linktree #footer_container .grid-container-wide{
	padding-left: 25%;
	padding-right: 25%;
}
body.page-template-page_linktree #footer_container .grid-container-wide .copyright{
	margin-left: 0;
	margin-right: 0;
	width: auto;
	padding-left: 0;
	padding-right: 0;
}
body.page-template-page_linktree #content_hero{
	height: 800px;
	z-index: 10;
	position: relative;
}
body.page-template-page_linktree  #menu-social{
	margin-top: 100px;
	margin-bottom: 100px;
}
body.page-template-page_linktree .pagecontent{
	background-color: #1c3364;
}
body.page-template-page_linktree .linktree_container{
	margin-top: -400px;
	z-index: 100;
	position: relative;
	margin-bottom: 100px;
}
body.page-template-page_linktree .linktree_content{
	background-color: rgba(255,255,255,.8);
	padding-top: 30px;
	padding-bottom: 70px;
	padding-left: 50px;
	padding-right: 50px;
	box-shadow: 0 0 3px #ddd;
}
body.page-template-page_linktree .content_hero{
	background-size: cover;
	border-bottom: solid 1px #54C0E8;
}
body.page-template-page_linktree #mainnav-logo{
	width: 100% !important;
	text-align: center;
}
body.page-template-page_linktree .linktree_content a{
     font-family:'Karla', sans-serif;
     background:#3B5164;
     color:#fff;
     border-radius:6px;
     text-transform:uppercase;
     padding-top:1.2rem;
     padding-bottom:1.2rem;
     padding-left: 4rem;
     padding-right: 4rem;
     font-size: 1.6rem;
     font-weight: 700;
     line-height: 1.4rem;
     cursor: pointer;
     display: block;
     text-align: center;
}
body.page-template-page_linktree .linktree_content a:hover, body.page-template-page_linktree .linktree_content a.active{
	background-color: #79BF42;
}
body.page-template-page_linktree .linktree_logo a{
	background-color: transparent;
	margin-bottom: 25px;
}
body.page-template-page_linktree #main-mobile-menu-open{
	display: none;
}

@media screen and (max-width: 767px) {
	body.page-template-page_linktree{
		min-height: 100vh;
		background-color: #1c3364;
	}
	body.page-template-page_linktree .linktree_content{
		padding: 15px 25px;
	}
	body.page-template-page_linktree #menu-social{
		margin-top: 40px;
		margin-bottom: 40px;
	}
	body.page-template-page_linktree .linktree_container{
		position: absolute;
		top: 50px;
		margin-top: 0;
	}
	body.page-template-page_linktree #footer #menu-social ul li { width:auto; padding:5px 0; }
	body.page-template-page_linktree #footer_container .grid-container-wide{
		padding-left: 0;
		margin-left: 0;
		margin-right: 0;
		padding-right: 0;
		width:100%;
	}
	body.page-template-page_linktree #footer_container .grid-container-wide .copyright {
		padding-left: 20px;
		padding-right: 20px;
	}
	body.page-template-page_linktree #footer_container .grid-container-wide .grid-25, body.page-template-page_linktree #footer_container .grid-container-wide .grid-20{
		width: 100%;
	}
	.nearby_cat_box .primary_bttn{
		background-color: #003375;
	}
	#poi_points_container{
		height: auto;
		margin-bottom: 2em;
	}
	#poi_map_box{
		height: 350px !important;
	}
}
