html{
     margin-top: 0 !important;
     background-color: #fff;
}
body{
    size: 21cm 29.7cm;
    margin: 30mm 45mm 30mm 45mm; /* change the margins as you want them to be. */
    background-color: #fff;
}
iframe, frame {
     display: none;
}
.rvadv_communities_pdf_single_page.sheet {
    background-color: #fff;
    min-height: 29.7cm;
    display: flex;
    flex-direction: column;
    page-break-after: always;
    font-family: 'Karla', sans-serif;
}
.rvadv_communities_pdf_single_page.sheet h1,
.rvadv_communities_pdf_single_page.sheet h2,
.rvadv_communities_pdf_single_page.sheet h3,
.rvadv_communities_pdf_single_page.sheet h4,
.rvadv_communities_pdf_single_page.sheet h5,
.rvadv_communities_pdf_single_page.sheet h6,
.rvadv_communities_pdf_single_page.sheet p {
	font-family: 'Karla', sans-serif;
}
#header, header#header_container, header#header_container + div, footer, footer#footer_container {
    display: none !important;
}
#header_buffer {
     display: none;
}
.flexed_row_center_center {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.flexed_row_center {
    display: flex;
    flex-direction: row;
    align-items: center;
}



.rvadv_communities_centered_pdf_logo {
    text-align: center;
    background-color: #fff;
    padding: 50px 0 25px;
}
.grid-100.tablet-grid-100.grid-parent.rvadv_communities_pdf_hero {
	padding: 0 50px;
}
.grid-100.tablet-grid-100.grid-parent.rvadv_communities_pdf_hero_cover_blocks {
	padding: 0 40px;
}
.rvadv_communities_pdf_hero img {
	width: 100%;
	height: auto;
	display: block;
	box-sizing: content-box;
}



.rvadv_communities_pdf_hero_title {
    text-align: center;
    margin: 25px 0;
}

.rvadv_communities_pdf_hero_title h1 {
    margin: 0;
    font-size: 42px;
    line-height: 1;
}
.rvadv_communities_pdf_hero_title h1 + h2 {
    margin-top: 15px;
}
.rvadv_communities_pdf_hero_title h2 {
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 0;
    line-height: 1;
}


.rvadv_communities_pdf_hero_cover_block_single h2 {
    font-size: 14px;
    text-transform: uppercase;
    color: #2b48a6;
    margin-block: 20px;
}
.rvadv_communities_pdf_hero_cover_block_single h3 {
	margin-block: 20px;
	font-weight: bold;
	font-size: 23px;
	color: #000;
}
.rvadv_communities_pdf_hero_cover_block_single h4 {
	margin-block: 20px;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.4;
	color: #000;
}
.rvadv_communities_pdf_hero_cover_block_single p {
    font-size: 12px;
    margin-bottom: 0;
    line-height: 1.2;
    color: #000;
}



.community_pdf_main_footer {
	background-color: #fff;
	color: #28255c;
	height: 160px;
}
.community_pdf_main_footer_top {
	text-align: right;
}
.community_pdf_main_footer_top h2 {
	margin: 0;
	padding: 10px 0;
	color: #28255c;
	font-size: 20px;
}
.rvadv_communities_pdf_footer_disclaimer_container {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}
.rvadv_communities_pdf_footer_disclaimer {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.rvadv_communities_pdf_footer_disclaimer img {
    width: 25px;
    height: auto;
/*    flex-shrink: 1;*/
    display: block;
    margin-left: 15px;
}
.rvadv_communities_pdf_footer_disclaimer_wrapper {
    max-width: calc(100% - 200px);
}
.rvadv_communities_pdf_footer_disclaimer_wrapper h2 {
    color: #28255c;
}
.rvadv_communities_pdf_footer_disclaimer p {
    font-size: 5px;
    color: #000;
    margin: 0;
}
.rvadv_communities_pdf_footer_logo {
    text-align: right;
    margin-left: 20px;
/*    flex-shrink: 0;*/
}
.rvadv_communities_pdf_footer_logo img {
    width: 160px;
    height: auto;
}
    


.rvadv_communities_pdf_logo{
     background-color: #000;
     padding: 92px 0 0;
     text-align: center;
}
.rvadv_communities_pdf_logo img {
    width: 400px;
    height: auto;
    margin:0 0 10px;
    display: inline-block;
}
.rvadv_communities_pdf_logo:after {
    content: "";
    width: 100%;
    height: 30px;
    background-color: #fbd206;
    visibility: visible;
    margin: 0 0 110px;
    display: inline-block;
}
.rvadv_communities_pdf_feat img {
    width: 100%;
    height: auto;
    display: block;
}
#rvadv_communities_pdf_top {
    background-color: #000;
    padding: 15px 150px;
}
#rvadv_communities_pdf_top_info{
     display: inline-block;
}
#rvadv_communities_pdf_top_info p {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
}
#rvadv_communities_pdf_top_info h1 {
    font-size: 50px;
    text-transform: uppercase;
    color: #fbd206;
}
#rvadv_communities_pdf_top_price {
    display: inline-block;
    border: 1px solid #bcbec0;
    float: right;
}
#rvadv_communities_pdf_top_price h2 {
    background-color: #bcbec0;
    text-align: center;
    margin: 0;
    padding: 10px 20px;
    font-weight: bold;
}
#rvadv_communities_pdf_top_price p {
    color: #fff;
    margin: 10px 23px;
    text-transform: uppercase;
}
#rvadv_communities_pdf_desc{
     padding: 35px 150px;
}
#rvadv_communities_pdf_desc_left h2 {
    font-size: 30px;
    font-weight: bold;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    display: inline-block;
    padding: 10px 0;
    line-height: 1.4;
}
#rvadv_communities_pdf_desc_left h3 {
    text-transform: uppercase;
    font-weight: bold;
    margin: 15px 0 10px;
}
#rvadv_communities_pdf_desc_left p {
    margin: 0;
}
#rvadv_communities_pdf_desc_left > img {
    max-width: 50%;
}

.rvadv_communities_pdf_sub_footer > p {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 10px !important;
}
.rvadv_communities_pdf_sub_footer_eho {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}
.rvadv_communities_pdf_sub_footer_eho img {
    margin: 0 10px 0 0;
}
.rvadv_communities_pdf_sub_footer_eho  p {
    font-size: 16px;
    line-height: 1.3;
}
#rvadv_communities_pdf_desc_right h2 {
    font-size: 32px;
    font-weight: normal;
}
#rvadv_communities_pdf_desc_right p {
    font-size: 22px;
    line-height: 2;
    margin: 0 10px 0 0px;
}
.rvadv_communities_pdf_agents {
    margin: 2em 0 0;
}
.rvadv_communities_pdf_agents h3 {
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    border-bottom: 2px solid;
}
.rvadv_communities_pdf_agents p {
    word-wrap: break-word;
}
.rvadv_communities_pdf_barcode {
    margin: 2em 0 0;
}
#rvadv_communities_pdf_desc_right h6 {
    font-size: 31.5px;
    text-transform: uppercase;
    letter-spacing: 10px;
    font-weight: bold;
    margin: .5em 0;
    display: block;
    float: left;
}
.rvadv_communities_pdf_header {
    padding: 20px 0 10px;
    background-color: #000;    
}
.rvadv_communities_pdf_header:after {
    margin: 10px 0 0;
    content: "";
    width: 100%;
    height: 2px;
    background-color: #f8cb00;
    visibility: visible;
}
.rvadv_communities_pdf_header img {
     margin: 0 3em 0 0;
    width: 470px;
    height: auto;
    display: block;
    align-self: flex-start;
}
.rvadv_communities_pdf_header div {
    align-self: flex-end;
    margin: 0 0 0 auto;
}
.rvadv_communities_pdf_header h2 {
    color: #f8cb00;
    text-transform: uppercase;
    font-size: 60px;
    margin: 0
}
.rvadv_communities_pdf_header p {
    color: #fff;
    margin: 0;
    text-transform: uppercase;
}
.rvadv_communities_pdf_title {
    display: inline-block;
    font-size: 44px;
    background-color: #000;
    color: #fff;
    margin: 50px 0;
    padding: 10px;
    float: left;
    text-transform: uppercase;
}
.rvadv_communities_pdf_title.full {
    margin: 0;
    display: block;
}
.rvadv_communities_pdf_title b {
    color: #f8cb00;
}
.rvadv_communities_pdf_plans {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    flex-wrap: wrap;
}
.rvadv_communities_pdf_block_img_wrapper{
    border: 10px solid #ceb540;
    border-radius: 19px;
}
.rvadv_communities_pdf_block_img {
    width: 100%;
    height: 275px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.rvadv_communities_pdf_block_info {
    display: flex;
    flex-direction: row;
    margin: 20px 0 20px;
    padding: 0 0 5px;
    border-bottom: 1px solid;
}
.rvadv_communities_pdf_block_info h2 {
    font-weight: bold;
    text-transform: uppercase;
    max-width: 60%;
    display: inline-block;
    float: left;
    margin: 0;
    line-height: 1.4;
    align-self: flex-end;
    font-size: 25px;
}
.rvadv_communities_pdf_block_info div {
    margin: 0 0 0 auto;
    align-self: flex-start;
    text-align: right;
}
.rvadv_communities_pdf_block_info p{
     margin: 0;
}
.rvadv_communities_pdf_block_info p:last-child {
    font-size: 12px;
    margin: 10px 0 0;
}
.community_pdf_hours_sales_agents {
    background-color: #ceb540;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 0 0 auto;
    border-radius: 1em;
    align-self: center;
    padding: 2em;
}
.community_pdf_hours_sales_agents h3 {
    text-transform: uppercase;
    font-size: 17px;
    font-weight: bold;
    margin: 0;
}

img.footer_social {
    max-width: 10%;
    margin: 0 15% 0 60%;
}
img.footer_logo {
    float: right;
    max-width: 15%;
    height: auto;
    margin: 0 0 0 auto;
}
.rvadv_communities_pdf_main_footer_bottom {
    display: flex;
    flex-direction: row;
    align-items: center;
    border-top: 3px solid #a9cd78;
    margin: 10px 0 0;
    padding: 10px 0;
}
.rvadv_communities_pdf_main_footer_bottom h6 {
    font-size: 31.5px;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    float: left;
}
.rvadv_communities_pdf_main_footer_bottom .rvadv_communities_pdf_sub_footer {
    max-width: 40%;
    margin: 0 0 0 auto;
}
.rvadv_communities_pdf_main_footer_bottom .rvadv_communities_pdf_sub_footer > p {
    font-size: 14px;
    font-weight: bold;
    margin: 0 !important;
    text-align: right;
}
.rvadv_communities_pdf_main_footer_bottom .rvadv_communities_pdf_sub_footer_eho img {
    max-width: 50px;
    height: auto;
}
.rvadv_communities_pdf_main_footer_bottom .rvadv_communities_pdf_sub_footer_eho p {
    font-size: 14px;
}
.rvadv_communities_listing_table {
    background-color: #000;
    color: #fff;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.rvadv_communities_listing_table p {
    font-size: 22px;
    text-transform: uppercase;
    width: 25%;
    text-align: center;
    font-weight: bold;
}
.rvadv_communities_listing_single {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.rvadv_communities_pdf_features {
    column-count: 3;
    column-fill: balance;
    margin: 50px 0;
    float: left;
}
.rvadv_communities_listing_single p {
    font-size: 22px;
    text-transform: uppercase;
    width: 25%;
    text-align: center;
    font-weight: bold;
}
.rvadv_communities_pdf_features h2 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 0 20px;
}

.rvadv_communities_pdf_features h2:nth-child(n + 2) {
    margin: 20px 0;
}
.rvadv_communities_pdf_features li {
    list-style-position: outside;
    margin: 0 0 0 18px;
    line-height: 1.6;
}
.rvadv_communities_pdf_sitemap {
    text-align: center;
}
.rvadv_communities_pdf_disclaimer {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}
.rvadv_communities_pdf_disclaimer > img {
     max-width: 50px;
     height: auto;
     margin: 0 10px 0 0;
}
#footer{
     display: none;
}




.rvadv_communities_pdf_page_section{    
     padding: 0 6em;
     display: flex;
     flex-direction: column;     
     min-height: 100%;
     flex: 1;
}
.rvadv_communities_pdf_header .rvadv_communities_pdf_page_section{    
     display: flex;
     flex-direction: row;
     min-height: auto;
}

.rvadv_communities_pdf_page_section .community_pdf_main_footer {
    margin: auto 0 0;

}

html[data-scroll-y]{
     overflow: visible !important;
     height: auto !important;
}

html[data-scroll-y] .rvadv_communities_pdf_page_section{    
     flex:none;
}
.rvadv_communities_pdf_qrcode img {
    width: auto;
    height: 125px;
    display: block;
}
.rvadv_communities_pdf_social img {
    height: 20px;
    width: auto;
    display: inline-block;
    margin-top: 105px;
}

.community_pdf_lender_content + .community_pdf_lender_content {
    margin-top: 25px;
}
.community_pdf_lender_content ul {
    column-count: 2;
}
.community_pdf_single_lender + .community_pdf_single_lender {
    margin-top: 15px;
    padding-top: 30px;
    border-top: 1px solid #0E2D6D;
}
.community_pdf_single_lender_image img {
	max-height: 125px;
}
.community_pdf_single_lender_content p {
    margin-bottom: 10px;
}