
/*========================================================================================================================
	
	Click Theory Grid Breakpoints
		 				
	DEVICE          |  SIZE  |  MEDIA QUERY (EM)    |  MEDIA QUERY (PX)  |  CONTAINER WIDTH  |  TRUE CONTAINER WIDTH (left/right padding)
	--------------------------------------------------------------------------------------------------------------
	Desktop         |  xl  	 |  Default 	  	    |  Default 	         |  1170px  		 |  1140px
	Small Desktop   |  lg  	 |  max-width 74.938em  |  max-width 1199px  |  970px   		 |  940px
	Tablet          |  md  	 |  max-width 61.938em  |  max-width 991px   |  750px   		 |  720px
	Small Tablet    |  sm  	 |  max-width 47.938em  |  max-width 767px   |  100%   		     |  fluid (5% left/right padding)
	Phone           |  xs  	 |  max-width 29.938em  |  max-width 479px   |  100%    		 |  fluid (5% left/right padding)
	
	Additional Media Queries

	- Small Phone (xxs) (max-width: 22.438em) (359px)		
	
========================================================================================================================*/

/*========================================================================================================================
	Small Desktop (lg)
========================================================================================================================*/
@media only screen and (max-width: 1399px) {
	.home-fold-content {
		padding: 160px 0;
	}
}
@media only screen and (max-width: 74.938em) {  /* 1199px */

/* SITE HEADER */
.nav-primary .menu-item {
    margin-left: 0;
}
.nav-primary .menu a {
	font-size: 15px;
}
.nav-primary .sub-menu a {
	font-size: 14px;
}

/* COMMUNITY HEADER */
.community-header-toggle .js-expandmore-button {
	width: 940px !important;
}

/* PAGE HEADER */
.page-header-collage {
	height: 180px;
}

/* SITE FOOTER */
.site-footer-column-guide {
	padding-left: 0;
}

/* DEFAULT PAGE */
.page .main-content .entry-description-text-container {
	padding-top: 20px;
}

/* HOMEPAGE */
.home-fold-section {

}
.home-fold-title {
	font-size: 50px;
}
.home-level-intro {
	display: none;
}
.home-level-types-container {
	width: 100%;
	float: none;
}

/* LEVEL OF CARE PAGES */
.care-level-features-box {
	padding-left: 0;
	padding-right: 0;
}
.care-level-features-section ul {
	padding-left: 3%;
	padding-right: 3%;
}

/* COMMUNITIES PAGE */
.communities-map-section .wpgmza_sl_main_div {
	width: 940px;
}

/* COMMUNITY - INTRO */
.community-intro-image {
	height: 180px;
}
/* COMMUNITY - CONTACT */
.community-contact-heading .highlight {
	padding-left: 0;
}

/* ABOUT PAGE */
.dimensions-intro-lead {
	font-size: 32px;
}
.home-fold-content {
    padding: 95px 0;
}

} /* END MEDIA QUERY */
 
/*========================================================================================================================
	Tablet (md)
========================================================================================================================*/

@media only screen and (max-width: 61.938em) { /* 991px */

/* PUSH SITE DOWN FOR MOBILE MENU BAR */
.site {
	margin: 40px 0 0;
}

/* SITE HEADER */
body.page-has-community .site-header {
	display: none;
}
.site-title-link {
	width: 137px;
	height: 80px;
	margin: 15px 0 15px;
}
.site-tagline {
	float: right;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.2;
	color: #0b406b;
	margin: 43px 0 0;
}

/* COMMUNITY HEADER */
.community-header-image-area {
	width: calc((100% - 240px) * 0.8);
	max-width: 1200px;
}
.community-header-content-area .container {
	width: 100%;
	padding: 0 5%;
}
.community-header-toggle .js-expandmore-button {
	width: 100% !important;
	padding-left: 5% !important;
	padding-right: 5% !important;
}
.community-header-toggle-menu .container {
	width: 100% !important;
	padding-left: 5% !important;
	padding-right: 5% !important;
	margin: 0 auto !important;
}

/* PAGE HEADER */
.page-header-collage {
	height: 180px;
}
.page-header-collage-1,
.page-header-collage-2,
.page-header-collage-3,
.page-header-collage-4 {
	width: 33.333333333333333333333%;
}
.page-header-collage-4 {
	display: none;
}

/* TESTIMONIAL SECTION */
.testimonial-section .testimonial-item .testimonial-content-inner {
	padding-left: 10%;
	padding-right: 10%;
}
.testimonial-section .testimonial-item .testimonial-quote {
	font-size: 24px;
}

/* COMMUNITY MEGA SECTION */
.community-mega-section .community-mega-logo-area .logo {
	width: 180px;
}
.community-mega-section .community-mega-logo-area .logo.shape-tall {
	width: 160px;
}
.community-mega-section .community-mega-logo-area .logo.shape-wide {
	width: 220px;
}
.community-mega-section .community-mega-logo-area .community-description {
	font-size: 17px;
}

/* DEFAULT PAGE */
.page .main-content .entry-title {
	font-size: 40px;
	padding: 45px 0;
}
.page .main-content .entry-description-image-container {
	width: 500px;
	max-width: 100%;
	float: none;
	height: 300px;
	margin: 0 auto 25px;
}
.page .main-content .entry-description-text-container {
	width: 100%;
	float: none;
	padding: 40px 0 0;
}

/* HOMEPAGE */
.home-fold-title {
	font-size: 48px;
	margin-bottom: 0px;
}
.home-level-types-container {
	height: auto;
}
.home-level-section {
	margin-bottom: 0;
}
.home-level-type {
	width: 100%;
	height: 360px;
	float: none;
	margin: 0 0 50px;
}
.home-level-type-content-layer {
	padding: 40px 10%;
}
.home-level-type .home-level-type-mask-layer {
	opacity: 0.7;
}
.home-level-type-heading {
	font-size: 24px;
	margin: 0 0 30px;
}
.home-level-type-lead {
	opacity: 1;
	font-size: 16px;
}
.home-feed-section {
	padding: 60px 0 35px;
}
.home-blog {
	padding: 0 0 40px;
}
.home-news .entry {
	margin: 0 0 40px;
}
.home-news .entry img {
	width: 150px;
	margin: 0 30px 0 0;
}
.home-news .entry-community {
	font-size: 15px;
	margin-bottom: 8px;
}
.home-news .entry .entry-title {
	font-size: 24px !important;
}

/* GUIDE PAGE */
.recommended-post-title {
	font-size: 20px;
}

/* LEVELS OF CARE PAGE */
.care-level-types-section {
	padding-bottom: 40px;
}
.care-level-types {
	height: auto;
}
.care-level-type {
	width: 100%;
	height: 320px;
	float: none;
	margin: 0 0 50px;
}
.care-level-type-content-layer {
	padding: 40px 10%;
}
.care-level-type .care-level-type-mask-layer {
	opacity: 0.7;
}
.care-level-type-heading {
	font-size: 20px;
	margin: 0 0 20px;
}
.care-level-type-lead {
	opacity: 1;
	font-size: 15px;
}

/* LEVEL OF CARE PAGES */
.care-level-features-section ul {
	padding-left: 0;
	padding-right: 0;
}


/* COMMUNITIES PAGE */
.communities-map-section .wpgmza_sl_main_div {
	width: 720px;
}
.communities-map-section .wpgmza_sl_main_div .wpgmza_sl_query_div {
	width: 220px;
}
.communities-map-section .wpgmza_sl_main_div .wpgmza_sl_radius_div {
	width: 80px;
}
.communities-map-section .wpgmza_sl_main_div .wpgmza_sl_category_div {
	width: 230px;
}
.communities-map-section .wpgmza_sl_search_button_1,
.communities-map-section .wpgmza_sl_reset_button_1 {
	width: 75px !important;
}

/* COMMUNITY - INTRO */
.community-intro-text-area {
	padding-right: 0;
}
.community-intro-brochure-area {
	padding-top: 0;
}
/* COMMUNITY - PROMOTIONS */
.community-promotions-section .promotion-card {
	padding: 35px 5% 34px;
}
.community-promotions-section .promotion-card .promotion-heading {
	font-size: 22px;
	margin-bottom: 8px;
}
.community-promotions-section .promotion-card .promotion-short-description {
	font-size: 18px;
	margin-bottom: 14px;
}
.community-promotions-section .promotion-card .promotion-expiration {
	font-size: 16px;
}
/* COMMUNITY - GALLERY */
.community-gallery-section .envira-gallery-public .envira-gallery-item {
	width: 33.3333333333333333333333% !important;
}
.community-gallery-section .envira-gallery-public .envira-gallery-item:nth-of-type(4),
.community-gallery-section .envira-gallery-public .envira-gallery-item:nth-of-type(5) {
	display: none !important;
}
/* COMMUNITY - AMENITIES */
.community-amenities-section {
	padding: 30px 0 0;
}
.community-amenities-img-cell {
	display: none;
}
.community-amenities-text-cell {
	display: block;
	width: 100%;
	border-left: 0;
	border-right: 0;
}
/* COMMUNITY - INDEPENDENT */
.community-independent-section {
	padding: 30px 0 0;
}
.community-independent-img-cell {
	display: none;
}
.community-independent-text-cell {
	display: block;
	width: 100%;
	border-left: 0;
	border-right: 0;
}
/* COMMUNITY - SERVICES */
.community-services-section {
	padding: 30px 0 0;
}
.community-services-img-cell {
	display: none;
}
.community-services-text-cell {
	display: block;
	width: 100%;
	border-left: 0;
	border-right: 0;
}
/* COMMUNITY - MEMORY */
.community-memory-section {
	padding: 30px 0 0;
}
.community-memory-img-cell,
.community-memory-text-cell {
	display: block;
	width: 100%;
	border-left: 0;
	border-right: 0;
}
.community-memory-img-cell {
	width: 100%;
	padding: 55px 5% 0;
}
.community-memory-logo {
	margin: 0 auto 20px;
	width: 400px;
}
.community-memory-img {
	width: 400px;
	margin: 0 auto;
}	
.community-memory-text-area {
	margin-top: -120px;
	padding: 150px 8% 85px;
}
/* COMMUNITY - RESPITE */
.community-respite-section {
	padding: 30px 0 0;
}
.community-respite-img-cell {
	display: none;
}
.community-respite-text-cell {
	display: block;
	width: 100%;
	border-left: 0;
	border-right: 0;
}
/* COMMUNITY TECH */
.community-tech-block-list li {
	float: none;
	width: 600px;
	max-width: 100%;
	margin: 0 auto 50px !important;
}
/* COMMUNITY - TESTIMONIAL */
.page-template-template-community .main-content .testimonial-section {
	margin-top: 30px;
}
/* COMMUNITY FACEBOOK EVENTS */
.community-facebook-events {
	width: 340px;
	max-width: 100%;
	margin: 0 auto;
}
/* COMMUNITY - NEWS */
.community-news-section .community-news-posts .entry-title {
	font-size: 19px;
	font-weight: 400;
	line-height: 1.3;
	margin: 0 0 5px;
	padding: 0 0 15px;
}
/* COMMUNITY - EVENTS */
.community-events-section .community-events-posts .row .col:nth-of-type(5),
.community-events-section .community-events-posts .row .col:nth-of-type(6) {
	display: none;
}
.community-events-section .community-events-posts .entry-title {
	font-size: 19px;
	font-weight: 400;
	line-height: 1.3;
	margin: 0;
	padding: 24px 20px;
	min-height: 98px;
}
/* COMMUNITY - CONTACT */
.community-contact-form-area {
	padding-top: 0;
}

/* ABOUT PAGE */
.dimensions-intro-img {
	margin: 0 auto 60px;
}
.dimensions-intro-text-container {
	padding-left: 0;
}
.dimensions-intro-lead {
	font-size: 36px;
}
.dimensions-section .dimension-pair:nth-of-type(3) .dimension-item:nth-of-type(1) {
	float: right;
}
.dimensions-section .dimension-pair:nth-of-type(2) .dimension-item:nth-of-type(1),
.dimensions-section .dimension-pair:nth-of-type(6) .dimension-item:nth-of-type(1) {
	float: left;
}
.dimensions-section .image-dimension .image-dimension-mask {
	opacity: 0.9 !important;
}
.dimensions-section .image-dimension .image-dimension-text {
	opacity: 1 !important;
}

/* CONTACT PAGE */
.contact-page-corporate-section .contact-types .contact-type {
	margin: 0 10px 40px;
}

/* COVID PAGE */
.covid-featured-block-list li {
	float: none;
	width: 600px;
	max-width: 100%;
	margin: 0 auto 50px !important;
}
.covid-precaution-list {
	width: 100%;
	float: none;
	margin: 0 !important;
}
.covid-employee-block-list li {
	float: none;
	width: 600px;
	max-width: 100%;
	margin: 0 auto 50px !important;
}

/* SAFER PLACE PAGE */
.safer-navigation-list {
	height: auto;
	margin: 0 0 0;
}
.safer-navigation-list li {
	width: 100%;
	height: 120px;
	float: none;
	border: none !important;
	background-image: none !important;
}
.safer-navigation-list li.defenses {
	background-color: #0b406b;
}
.safer-navigation-list li.helping-hand {
	background-color: #d28801;
}
.safer-navigation-list li.resources {
	background-color: #0b8a5d;
}
.safer-navigation-list li.home-alone {
	background-color: #0b406b;
}
.safer-navigation-list li.family {
	background-color: #d28801;
}
.safer-navigation-list li a {
	text-shadow: none;
}
.safer-navigation-item-mask-layer {
	opacity: 0;
}
.safer-navigation-item a:hover .safer-navigation-item-mask-layer {
	opacity: 0.3;
}
.safer-navigation-item-heading {
	font-size: 20px;
	line-height: 1.4;
	padding: 0 10%;
	bottom: 70px;
}
.safer-navigation-item-pseudo-link {
	bottom: 20px;
	left: 50%;
	margin: 0 0 0 -18px;
	width: 36px;
	height: 36px;
}
.safer-navigation-item a:hover .safer-navigation-item-pseudo-link,
.safer-navigation-item a:focus .safer-navigation-item-pseudo-link,
.safer-navigation-item a:active .safer-navigation-item-pseudo-link {
	background-color: transparent;
}
.safer-section-block-list li,
.safer-section-block-list.list-has-one li {
	float: none;
	width: 600px;
	max-width: 100%;
	margin: 0 auto 50px !important;
}

/* STAYCATION PAGE */
.staycation-header-section {
	height: auto;
	margin: 0;
}
.staycation-header-logo-area {
	width: 100%;
	float: none;
	height: auto;
}
.staycation-header-logo-area-inner {
	padding: 60px 0 60px;
}
.staycation-header-content-area {
	position: static;
	width: 100%;
	height: auto;
	float: none;
	padding: 0;
}
.staycation-header-image-area {
	position: static;
	width: 100%;
	height: 400px;
	float: none;
	padding: 0;
}
.staycation-header-text-area {
	position: static;
	width: 100%;
	height: auto;
	float: none;
	padding: 0;
}
.staycation-header-title {
	margin: 30px 0 20px 0;
}
.staycation-intro-title {
	font-size: 32px;
	text-align: left;
}
.staycation-gallery-section .envira-gallery-public .envira-gallery-item {
    width: 33.3333333333333333333333% !important;
}
.staycation-gallery-section .envira-gallery-public .envira-gallery-item:nth-of-type(7), 
.staycation-gallery-section .envira-gallery-public .envira-gallery-item:nth-of-type(8), 
.staycation-gallery-section .envira-gallery-public .envira-gallery-item:nth-of-type(9), 
.staycation-gallery-section .envira-gallery-public .envira-gallery-item:nth-of-type(10), 
.staycation-gallery-section .envira-gallery-public .envira-gallery-item:nth-of-type(11),
.staycation-gallery-section .envira-gallery-public .envira-gallery-item:nth-of-type(12),
.staycation-gallery-section .envira-gallery-public .envira-gallery-item:nth-of-type(13), 
.staycation-gallery-section .envira-gallery-public .envira-gallery-item:nth-of-type(14) {
    display: none !important;
}
.staycation-gallery-section .envira-gallery-public .envira-gallery-item:nth-of-type(3n+1) {
    clear: both !important;
}

}
@media only screen and (max-width: 979px) {
	.home-fold-content {
    	padding: 60px 0;
	}
} 

 /* END MEDIA QUERY */
 
/*========================================================================================================================
	Small Tablet (sm)
========================================================================================================================*/
 
@media only screen and (max-width: 47.938em) { /* 767px */

/* SITE HEADER */
.site-title-link {
	width: 103px;
	height: 60px;
	margin: 15px 0 15px;
}
.site-tagline {
	font-size: 22px;
	margin: 32px 0 0;
}

/* COMMUNITY HEADER */
.community-header {
	font-size: 14px;
	background: none;
	height: auto;
}
.community-header-image-area {
	display: block;
	position: relative;
	width: 100%;
	max-width: 100%;
	height: 220px;
	clear: both;
}
.community-header-image-area .community-types-list {
	top: 20px;
}
.community-header-image-area .community-types-list li {
	margin: 0 0 5px 0;
}
.community-header-image-area .community-types-list li a {
	height: 32px;
	line-height: 32px;
	font-size: 13px;
	font-weight: 500;
}
.community-header-image-area .community-types-list li a .icon {
	width: 32px;
	height: 32px;
	line-height: 32px;
	font-size: 13px;
}
.community-header-image-area .community-types-list li a .community-type-name {
	height: 32px;
	line-height: 32px;
	font-size: 13px;
	font-weight: 500;
	padding: 0 8px;
	min-width: 136px;
}
.community-header-content-area {
	padding: 0;
}
.community-header-content-area .container {
	width: 100%;
	padding: 0;
}
.community-header-logo-area {
	float: left;
	padding: 15px 5% 15px;
	width: 100%;
	max-width: none;
}
.community-header-logo {
	margin: 0;
	padding: 0;
	border: none;
	width: 180px;
}
.community-header-logo.shape-wide {
	width: 220px;
}
.community-header-logo.shape-tall {
	width: 150px;
}
.community-header-info-area {
	width: 100%;
	padding: 0 5% 20px;
}
.community-header .address.address-non-mobile {
	display: none;
}
.community-header .address.address-mobile {
	display: block;
	font-size: 14px;
	margin-bottom: 0;
}
.community-header .phone {
	width: auto;
}
.community-header .fax {
	width: auto;
	float: left;
	margin-left: 20px;
}
.community-header .phone .label,
.community-header .fax .label {
	font-size: 13px;
}
.community-header-info-buttons-list {
	padding-top: 3px;
}
.community-header-info-buttons-list li a {
	padding: 0 8px;
	line-height: 24px;
	font-size: 11px;
	height: 24px;
}
.community-header-toggle .js-expandmore-button {
	font-size: 16px !important;
	font-weight: 500 !important;
	padding: 18px 5% 18px !important;
	margin-top: 10px !important;
}
.community-header-toggle .js-expandmore-button:after {
	font-size: 16px;
}
.community-header-toggle-menu {
	padding: 25px 0 18px !important;
}
.community-header-toggle-menu p {
	font-size: 20px !important;
	margin-bottom: 5px !important;
}
.community-header-toggle-menu li {
	margin-bottom: 4px !important;
}
.community-header-toggle .js-to_expand a {
	font-size: 15px !important;
}

/* PAGE HEADER */
.page-header-collage {
	height: 200px;
}
.page-header-collage-1 {
	float: none;
	height: 100%;
	width: 100%;
}
.page-header-collage-2,
.page-header-collage-3,
.page-header-collage-4 {
	display: none;
}

/* SITE FOOTER */
.footer-top-link {
	width: 50px;
	height: 50px;
	right: 15px;
	bottom: 15px;
}

/* TESTIMONIAL SECTION */
.testimonial-section .testimonial-item .testimonial-content-inner {
	padding-left: 5%;
	padding-right: 5%;
}
.testimonial-section .testimonial-item .testimonial-quote {
	font-size: 22px;
}

/* COMMUNITY MEGA SECTION */
.community-mega-section {
	height: auto;
}
.community-mega-section .community-mega-image-area {
	width: 100%;
	height: 300px;
	float: none !important;
}
.community-mega-section .community-mega-logo-area {
	width: 100%;
	height: 420px;
	float: none !important;
	padding: 0 5%;
}
.community-mega-list .community-mega-section .community-mega-image-area .community-opening-area {
	right: auto !important;
	left: 0 !important;
	top: 30px !important;
}
.community-mega-list .community-mega-section .community-mega-image-area .community-opening-title,
.community-mega-list .community-mega-section .community-mega-image-area .community-opening-desc {
	float: left !important;
}
.community-mega-section .community-mega-image-area .community-opening-title {
	padding: 10px 10px;
	font-size: 18px;
}
.community-mega-section .community-mega-image-area .community-opening-desc {
	padding: 6px 10px;
	font-size: 14px;
}

/* BLOG PAGE HEADER */
.blog-page-header .page-header-title {
	font-size: 32px;
}

/* BLOG ARCHIVES */
.blog-archive-grid .entry-title {
	font-size: 32px;
}

/* SINGLE POST */
.single-post .main-content .entry-title {
	font-size: 32px;
}

/* DEFAULT PAGE */
.page .main-content .entry-title {
	font-size: 32px;
}
.page .main-content .entry-description-text-container .entry-description-lead {
	font-size: 32px;
	padding-left: 10px;
}

/* HOMEPAGE */
.home-fold-content {
	padding: 60px 0 40px;
}
.home-fold-safer-logo {
	margin-bottom: 20px;
}
.home-fold-title {
	font-size: 36px;
	margin-bottom: 30px;
	width: 540px;
	max-width: 100%;
}
.home-fold-buttons-lead {
	display: none;
}
.home-fold-community-toggle .js-to_expand,
.home-fold-community-toggle .js-expandmore-button,
.home-fold-buttons .home-fold-careers a {
	width: 280px !important;
}
.home-fold-buttons li {
	width: 278px !important;
	display: block;
	margin: 0 auto 24px;
}
.home-fold-buttons .home-fold-careers a {
	padding: 0;
}
.home-fold-community-toggle .js-expandmore-button,
.home-fold-buttons .home-fold-careers a {
	font-size: 16px;
}
.home-fold-community-toggle .js-expandmore-button {
	padding: 0 0 0 23px;
}
.home-blog .entry img {
	width: 60%;
	max-width: 300px;
	float: none;
	margin: 0 0 10px;
}
.home-news .entry img {
	width: 90px;
	margin: 0 20px 0 0;
}
.home-news .entry-community {
	font-size: 14px;
}
.home-news .entry .entry-title {
	font-size: 20px !important;
}

/* GUIDE PAGE */
.guide-intro-heading {
	font-size: 32px;
	font-weight: 400;
	margin-bottom: 20px;
}
.guide-intro-lead {
	font-size: 24px;
	font-weight: 400;
}
.guide-results-intro-lead {
	font-size: 32px;
	line-height: 1.3;
}
.guide-results-criteria-box {
	font-size: 14px;
}
.guide-results-recommended-section {
	padding: 60px 0 60px;
}
.guide-results-recommended-heading {
	font-size: 36px;
}
.guide-results-recommended-lead {
	font-size: 20px;
}



/* LEVEL OF CARE PAGES */
.care-level-features-section {
	padding: 65px 0 45px;
}
.care-level-features-heading {
	font-size: 36px;
	margin-bottom: 40px;
}
.care-level-community-results-heading {
	font-size: 36px;
	margin-bottom: 30px;
}

/* COMMUNITIES PAGE */
.communities-map-filter-heading {
	display: block;
	width: 90%;
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 auto 15px;
	padding: 5% 0 0;
}
.communities-map-section .wpgmza_sl_main_div {
	width: 90%;
	padding: 0 0 5%;
}
.communities-map-section .wpgmza_sl_main_div .wpgmza_sl_query_div,
.communities-map-section .wpgmza_sl_main_div .wpgmza_sl_radius_div,
.communities-map-section .wpgmza_sl_main_div .wpgmza_sl_category_div {
	width: 100%;
	float: none;
	margin: 0 0 10px;
}
.communities-map-section .wpgmza_sl_search_button_div,
.communities-map-section .wpgmza_sl_reset_button_div {
	display: block;
	float: left;
	width: calc((100% - 10px) / 2);
	margin: 0;
}
.communities-map-section .wpgmza_sl_reset_button_div {
	float: right;
}
.communities-map-section .wpgmza_sl_search_button_1,
.communities-map-section .wpgmza_sl_reset_button_1 {
	width: 100% !important;
	float: none !important;
	margin: 0 !important;
}
.communities-map-section .wpgmza_markerbox .wpgmza_infowindow_image {
	display: none !important;
}

/*
.communities-results-criteria-list li {
	margin: 0;
	padding: 0 0 5px;
	display: block;
	font-size: 14px;
}
*/

/* COMMUNITY VIRTUAL TOUR */
.community-virtual-tour-heading {
	padding-left: 50px;
	font-size: 22px;
}
.community-virtual-tour-intro {
	padding-left: 50px;
	font-size: 16px;
}
.community-virtual-tour-arrow {
	width: 51.5px;
	height: 100px;
	top: -120px;
	left: 0;
}

/* COMMUNITY - INTRO */
.community-intro-text-area {
    padding-top: 50px;
}
.community-intro-name {
	font-size: 24px;
	margin-bottom: 20px;
}
.community-intro-heading {
	font-size: 56px;
	margin-bottom: 30px;
}
.community-intro-description {
	font-size: 16px;
	line-height: 1.6;
}
.community-intro-brochure-area {
	padding-bottom: 50px;
}
/* COMMUNITY - PROMOTIONS */
.community-promotions-section .promotions-table td.promotion-item {
	width: 100% !important;
	height: auto;
	display: block;
}
/* COMMUNITY - GALLERY */
.community-gallery-section .gallery-section-label {
	display: block;
	position: static;
	width: 100%;
	height: auto;
	font-size: 16px;
	text-transform: uppercase;
	padding: 18px 0;
	background: none;
	color: #191716;
	text-align: center;
	margin: 0;
}
/* COMMUNITY - VIDEO */
.community-video-embed-heading {
	font-size: 28px;
}
/* COMMUNITY - NEWS */
.community-news-section .community-news-posts .entry  {
	padding: 0;
}
.community-news-section .community-news-posts .entry-title {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.3;
	margin: 0 0 5px;
	padding: 0 0 15px;
}
/* COMMUNITY - EVENTS */
.community-events-posts {
	margin-bottom: 60px;
}
.community-events-posts .entry {
	margin: 0 0 0;
	box-shadow: none;
}
.community-events-section .community-events-posts .row .col:nth-of-type(4),
.community-events-section .community-events-posts .row .col:nth-of-type(5),
.community-events-section .community-events-posts .row .col:nth-of-type(6) {
	display: none;
}
.community-events-section .community-events-posts .entry-title {
	font-size: 20px;
	font-weight: 400;
	line-height: 1.3;
	margin: 0;
	padding: 38px 20px 44px;
	min-height: 0;
}
/* ABOUT PAGE */
.dimensions-intro-lead {
	font-size: 28px;
}
.dimensions-section .image-dimension {
	height: 280px;
}
.dimensions-section .text-dimension {
	height: 280px;
}
.dimensions-section .dimension-logo {
	max-width: 80%;
	max-height: 200px;
}
/* LEADERSHIP PAGE */
.leadership-nav-item {
	margin-bottom: 60px;
}
.entry-leadership-description {
	font-size: 20px;
	font-weight: 400;
}
/* CONTACT PAGE */
.contact-page-communities-heading {
	font-size: 32px;
}
/* DOWNLOAD PAGE */
.page-id-1003 .main-content .entry-header .entry-title {
	font-size: 32px;
}
/* COVID PAGE */
.covid-updates-list .covid-updates-item {
	margin-left: 0 !important;
	float: none !important;
	width: 100% !important;
}

/* SAFER PAGE */
.safer-navigation-title {
	font-size: 32px;
}
.safer-section-title {
	font-size: 32px;
}

/* STAYCATION PAGE */
.staycation-header-large-title {
	font-size: 36px;
}
.staycation-header-date-title {
	font-size: 13px;
}
.staycation-intro-title {
	font-size: 28px;
}
.staycation-highlights-list {
	float: none !important;
	width: 100%
}
.founder-leader-wr .col-sm-3 {
    width: 50%;
} 

} /* END MEDIA QUERY */

/*========================================================================================================================
	Phone (tweener)
========================================================================================================================*/
 
@media only screen and (max-width: 37.4375em) { /* 599px */
/* SITE HEADER NOTICE */
.site-header-notice {	
	font-size: 14px;
}
.site-header-notice a {	
	font-size: 12px;
}
/* SITE HEADER */
.site-tagline {
	font-size: 20px;
	margin: 33px 0 0;
}

/* HOMEPAGE */
.home-featured-intro-heading {
	font-size: 28px;
	line-height: 1.5;
}
.home-fold-title {
	font-size: 32px;
	margin-bottom: 0px;
}

/* LEVELS OF CARE PAGE */
.care-level-type {
	height: 360px;
}

/* COMMUNITY - CONTACT */
.community-form-flexslider-controls .flex-control-nav li {
	font-size: 14px;
}
.home-fold-content {
    padding: 40px 0;
}
} /* END MEDIA QUERY */
/*========================================================================================================================
	Phone (xs)
========================================================================================================================*/
 
@media only screen and (max-width: 29.938em) { /* 479px */
.founder-leader-wr .col-sm-3 {
   width: 100%;
}
/* MOBILE MENU BAR */
.mobile-menu-bar-community-menu li {
	width: 20%;
}
.mobile-menu-bar-community-menu.nav-no-video li {
	width: 25%;
}

/* SITE HEADER */
.site-tagline {
	font-size: 16px;
	margin: 37px 0 0;
}

/* PAGE HEADER */
.page-header-collage {
	height: 180px;
}
 
/* TESTIMONIAL SECTION */
.testimonial-section .testimonial-item .testimonial-heading {
	margin-bottom: 30px;
	font-size: 16px;
}
.testimonial-section .testimonial-item .testimonial-quote {
	font-size: 18px;
}
.testimonial-section .testimonial-item .testimonial-name {
	font-size: 14px;
}
.testimonial-section .testimonial-item .testimonial-community {
	font-size: 14px;
}

/* COMMUNITY MEGA SECTION */
.community-mega-section .community-mega-image-area {
	height: 200px;
}
.community-mega-section .community-mega-logo-area {
	height: 480px;
}

/* HOMEPAGE */
.home-fold-section {

}
.home-fold-title {
	font-size: 28px;
	margin-bottom: 0px;
}
.home-featured-intro {
	padding: 60px 0 75px;
}
.home-featured-intro-heading {
	font-size: 22px;
}
.home-featured-buttons li {
	margin: 0 0 20px !important;
}
.home-featured-buttons li:last-of-type {
	margin-bottom: 0 !important;
}
.home-featured-buttons li a {
	font-size: 18px !important;
	padding: 14px 0 15px !important;
	width: 220px !important;
}
.home-blog .entry img {
	width: 80%;
	max-width: 250px;
}
.home-blog .entry .entry-title {
	font-size: 20px !important;
}
.home-news .entry img {
	width: 90px;
	margin: 0 20px 0 0;
}
.home-news .entry-community {
	font-size: 13px;
	margin-bottom: 4px;
}
.home-news .entry .entry-title {
	font-size: 18px !important;
}

/* LEVEL OF CARE PAGES */
.care-level-features-heading {
    font-size: 30px;
}
.care-level-features-section ul li {
    font-size: 20px;
}
.care-level-features-section ul li:before {
    top: 4px;
}

/* COMMUNITY - INTRO */
.community-intro-name {
	font-size: 22px;
}
.community-intro-heading {
	font-size: 40px;
}
/* COMMUNITY - PROMOTIONS */
.community-promotions-section .promotion-card .promotion-heading {
	font-size: 18px;
	margin-bottom: 4px;
}
.community-promotions-section .promotion-card .promotion-short-description {
	font-size: 17px;
}
.community-promotions-section .promotion-card .promotion-expiration {
	font-size: 15px;
}
/* COMMUNITY - GALLERY */
.community-gallery-section .envira-gallery-public .envira-gallery-item {
	width: 33.3333333333333333333333% !important;
}
.community-gallery-section .envira-gallery-public .envira-gallery-item:nth-of-type(1),
.community-gallery-section .envira-gallery-public .envira-gallery-item:nth-of-type(2),
.community-gallery-section .envira-gallery-public .envira-gallery-item:nth-of-type(3),
.community-gallery-section .envira-gallery-public .envira-gallery-item:nth-of-type(4),
.community-gallery-section .envira-gallery-public .envira-gallery-item:nth-of-type(5),
.community-gallery-section .envira-gallery-public .envira-gallery-item:nth-of-type(6) {
	display: block !important;
	clear: none !important;
}
/* COMMUNITY - AMENITIES */
.community-amenities-text-area {
	padding: 60px 5% 70px;
}
.community-amenities-heading {
	font-size: 36px;
	line-height: 1.2;
	margin-bottom: 15px;
}
.community-amenities-lead {
	font-size: 22px;
}
.community-amenities-list {
	margin: 0;
	padding: 0;
}
/* COMMUNITY - INDEPENDENT */
.community-independent-text-area {
	padding: 60px 5% 70px;
}
.community-independent-heading {
	font-size: 36px;
	line-height: 1.2;
	margin-bottom: 15px;
}
.community-independent-lead {
	font-size: 22px;
}
.community-independent-list {
	margin: 0;
	padding: 0;
}
/* COMMUNITY - SERVICES */
.community-services-text-area {
	padding: 60px 5% 70px;
}
.community-services-heading {
	font-size: 36px;
	line-height: 1.2;
	margin-bottom: 15px;
}
.community-services-lead {
	font-size: 22px;
}
.community-services-list {
	margin: 0;
	padding: 0;
}
/* COMMUNITY - MEMORY */
.community-memory-text-area {
	padding: 60px 5% 70px;
}
.community-memory-heading {
	font-size: 36px;
	line-height: 1.2;
	margin-bottom: 20px;
}
.community-memory-lead {
	font-size: 22px;
}
.community-memory-list {
	margin: 0;
	padding: 0;
}
.community-memory-img-cell {
	padding-left: 5%;
	padding-right: 5%;
}
.community-memory-text-area {
	margin-top: -120px;
	padding: 140px 5% 85px;
}
/* COMMUNITY - RESPITE */
.community-respite-text-area {
	padding: 60px 5% 70px;
}
.community-respite-heading {
	font-size: 36px;
	line-height: 1.2;
	margin-bottom: 15px;
}
.community-respite-lead {
	font-size: 22px;
}
.community-respite-list {
	margin: 0;
	padding: 0;
}
/* COMMUNITY - NEWS */
.community-news-heading {
	font-size: 32px;
}
/* COMMUNITY - EVENTS */
.community-events-heading {
	font-size: 32px;
}
/* COMMUNITY - CONTACT */
.community-contact-info-area .community-contact-heading {
	font-size: 22px;
}
.community-contact-heading .highlight {
	font-size: 28px;
	padding: 0;
}
.flexslider-community-form .form-container {
	padding-left: 10%;
	padding-right: 10%;
}	

/* STAYCATION PAGE */
.staycation-header-large-title {
	font-size: 30px;
}   
.page .main-content .entry-title.our-founder-title {
    padding: 0px;
}  
} /* END MEDIA QUERY */

/*========================================================================================================================
	Phone (tweener)
========================================================================================================================*/
 
@media only screen and (max-width: 24.9375em) { /* 399px */

/* MOBILE MENU BAR */
.mobile-menu-bar-community-menu a {
    font-size: 15px;
}

/* SITE HEADER */
.site-tagline {
	display: none;
}

/* HOMEPAGE */
.home-level-type {
	height: 400px;
}
.home-news .entry img {
	width: 150px;
	float: none;
	margin: 0 0 15px;
}
.home-news .entry-community {
	font-size: 14px;
	margin-bottom: 8px;
}
.care-level-type {
	height: 430px;
}

} /* END MEDIA QUERY */

/*========================================================================================================================
	Small Phone (xxs)
========================================================================================================================*/
 
@media only screen and (max-width: 22.438em) { /* 359px */

/* HIDE THINGS */
.hidden-xxs {
	display: none !important;
}

/* MOBILE MENU BAR */
.mobile-menu-bar-community-menu li {
	width: 25%;
}
.mobile-menu-bar-community-menu.nav-no-video li {
	width: 33.3333333333333333333333333333333%;
}

/* PAGE HEADER */
.page-header-collage {
	height: 140px;
}

/* TESTIMONIALS */
.testimonial-section .testimonial-item {
	height: 680px;
}

/* HOMEPAGE */
.home-level-type {
	height: 420px;
}


 
} /* END MEDIA QUERY */  