@charset "UTF-8";
/* Theme Name: Carlton Senior Living - Refresher */
@font-face {
	font-family: gothamHTF;
  src: url(assets/fonts/GothamHTF-Book.woff) format("woff"), url(assets/fonts/GothamHTF-Book.otf) format("opentype");
}
@font-face {
	font-family: gothamHTF;
  src: url(assets/fonts/GothamHTF-BookItalic.woff) format("woff"), url(assets/fonts/GothamHTF-BookItalic.otf) format("opentype");
  font-style: italic;
}
@font-face {
	font-family: gothamHTF;
  src: url(assets/fonts/GothamHTF-Medium.woff) format("woff"), url(assets/fonts/GothamHTF-Medium.otf) format("opentype");
  font-weight: 500;
}
@font-face {
	font-family: gothamHTF;
  src: url(assets/fonts/GothamHTF-Bold.woff) format("woff"), url(assets/fonts/GothamHTF-Bold.otf) format("opentype");
  font-weight: 700;
}
@font-face {
	font-family: gothamHTF;
  src: url(assets/fonts/GothamHTF-BoldItalic.woff) format("woff"), url(assets/fonts/GothamHTF-BoldItalic.otf) format("opentype");
  font-weight: 700;
  font-style: italic;
}

/* === Global === */
body,
html {
	font-family: 'gothamHTF', sans-serif;
	font-size: 16px;
	color: var(--color-1);
}
body.mobile-nav {
	overflow-y: hidden;
}
p {
	line-height: 1.75;
	text-align: justify;
}
h1 {
	color: var(--color-1);
}
h2 {
	color: var(--color-6);
}
h3 {
	color: var(--color-7);
}
video {
	max-width: 100%;
	height: auto;
}
.btn {
	background: none;
	text-decoration: none;
	padding: 10px;
	text-transform: uppercase;
	font-weight: 500;
	border: none;
	border-radius: 14px;
	padding-bottom: 12px;
	color: var(--color-10);
	background-color: #eef0f1;
	border: 3px solid var(--color-10);
	white-space: normal;
	text-align: left;
}

/*
.btn{
	background: none;
	padding: 0;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 500;
	border: none;
	border-radius: 0;
	padding-bottom: 12px;
	color: var(--color-7);
	background-image: linear-gradient(var(--color-8), var(--color-8)), linear-gradient(var(--color-7), var(--color-7)), linear-gradient(var(--color-3), var(--color-3));
	background-size: 30px 3px, 100% 3px, 0 3px;
	background-position: calc(30px * -1) 100%, 100% 100%, 0 100%;
	background-repeat: no-repeat;
	white-space: normal;
	text-align: left;
}

.btn:hover,
.btn:focus{
	background-color: transparent;
	color: var(--color-3);
	animation-name: bgHover;
	animation-duration: 3s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	animation-fill-mode: both;
	animation-direction: normal;
}
.btn._color5 {
	color: var(--color-5);
	background-image: linear-gradient(var(--color-8), var(--color-8)), linear-gradient(var(--color-5), var(--color-5)), linear-gradient(var(--color-2), var(--color-2));
}
.btn._color5:hover,
.btn._color5:focus {
	color: var(--color-2);
} */
.hr {
	border-top: 2px solid #000;
	margin: 100px auto;
	max-width: calc(100% - 30px);
	display: block;
}
.hr._half {
	width: 500px;
}
.hr._blue {
	border-color: var(--color-10);
}
.hr._red {
	border-color: var(--color-4);
}
.hr._green {
	border-color: var(--color-3);
}
.hr._yellow {
	border-color: var(--color-5);
}
.hr._gray {
	border-color: var(--color-6);
}
.vr {
	width: 2px;
	margin: 50px auto;
	height: 200px;
	border: none;
	background-color: #000;
}
.vr._blue {
	background-color: var(--color-10);
}
.vr._red {
	background-color: var(--color-4);
}
.vr._green {
	background-color: var(--color-3);
}
ul.icon-list {
	display: block;
	margin: 0;
	padding: 0;
	padding-left: 50px;
}
ul.icon-list li {
	display: block;
	position: relative;
	margin: 30px 0;
}
ul.icon-list li:before {
	content: '';
	background-image: url(assets/images/icon-list-green.png);
	background-size: 100% 100%;
	width: 32px;
	height: 32px;
	position: absolute;
	left: -50px;
	top: 50%;
	transform: translateY(-50%);
}
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal !important;
}
.gform_wrapper.gravity-theme form .ginput_container_time.gfield_time_ampm {
	flex-basis: 90px;
	max-width: 90px;
}
.gform_wrapper.gravity-theme form input:not([type='submit']),
.gform_wrapper.gravity-theme form select,
.gform_wrapper.gravity-theme form textarea {
	border: 2px solid var(--color-6);
	padding: 8px;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.05) inset;
}
.gform_wrapper.gravity-theme form select {
	width: 150px;
	padding: 6px 40px 6px 8px;
	font-size: 16px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url(assets/images/icon-select.png);
	background-repeat: no-repeat;
	background-position: 100% 50%;
	background-size: 40px 101%;
}

/* === Header/Nav === */
.primary-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 11;
}
.primary-header .c2a {
	border-bottom: 2px solid var(--color-1);
	background-color: var(--color-2);
	max-height: 600px;
	overflow: hidden;
	transition: max-height .3s ease-out;
	height: auto;
}
.primary-header .c2a .c2a-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px;
}
.primary-header .c2a .c2a-row .social {
	column-gap: 16px;
}
.primary-header .c2a .c2a-row .links-col {
	column-gap: 32px;
}
.primary-header .c2a .c2a-row a {
	color: #fff;
}
.primary-header .c2a .c2a-row a:hover,
.primary-header .c2a .c2a-row a:focus {
	color: var(--color-5);
}
.primary-header .c2a .c2a-row > * {
	margin: 0 20px;
}
.primary-header .header-row {
	padding: 10px 0;
	background-color: rgba(255, 255, 255, 0.9);
}
.primary-header .main-nav {
	height: 100%;
}
.primary-header .main-nav .mega-menu {
	height: 100%;
}
.primary-header .main-nav .mega-menu .primary {
	height: 100%;
}
.primary-header .main-nav .mega-menu .primary .menu-item {
	height: 100%;
	pointer-events: fill;
}
.primary-header .main-nav .mega-menu .primary .menu-item a {
	height: 100%;
	display: flex;
	align-items: center;
}
.primary-header .logo-col {
	flex: 0 1 auto;
	margin-right: 100px;
	margin-left: 30px;
}
.primary-header .logo-col a {
	display: flex;
	align-items: center;
}
.primary-header .logo-col a .icon {
	margin-right: 15px;
	width: 80px;
}
.primary-header .logo-col a .logo {
	width: 200px;
	max-height: 600px;
	overflow: hidden;
	transition: max-height .3s ease-out, opacity .15s ease-out .05s;
	height: auto;
	opacity: 1;
}
.primary-header.sticky {
	border-bottom: 2px solid var(--color-2);
}

/* .primary-header.sticky .c2a {
	max-height: 0;
}
.primary-header.sticky .logo-col .logo {
	max-height: 0;
	opacity: 0;
	transition: max-height .3s ease-out, opacity .1s ease-out;
} */
.mega-menu {
	padding-right: 30px;
}
.mega-menu .primary {
	display: flex;
	text-align: center;
	justify-content: flex-end;
	align-items: center;
}
.mega-menu .menu-item a {
	cursor: pointer;
	padding: 5px 20px;
	display: block;
	font-weight: 400;
	font-size: 15px;
	text-transform: uppercase;
	white-space: nowrap;
}
.mega-menu .sub-menu {
	display: none;
	position: absolute;
	top: calc(100% + 0px);
	left: 0;
	right: 0;
	background-color: rgba(255, 255, 255, 0.9);
	align-items: center;
	border-top: 2px solid var(--color-2);
}
.mega-menu .sub-menu.active {
	display: flex;
}
.mega-menu .sub-menu .col.left,
.mega-menu .sub-menu .col.right {
	flex: 0 1 25%;
}
.mega-menu .sub-menu .col.menu {
	flex: 1 1 auto;
	margin: 30px;
	grid-template-columns: auto auto auto;
	display: grid;
}
.mega-menu .sub-menu .col.menu .menu-item a {
	padding: 10px 25px;
	display: block;
	text-align: left;
}
.mega-menu .sub-menu .col.left {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	margin-bottom: 30px;
	align-self: flex-end;
}
.mega-menu .sub-menu .col.left .heading {
	font-size: 28px;
	text-align: right;
	margin: 50px 0;
	text-transform: uppercase;
	font-weight: 500;
}
.mega-menu .sub-menu .col.left .icons {
	display: flex;
	justify-content: center;
	align-items: center;
	justify-content: space-around;
	border-top: 2px solid #000;
	padding-top: 20px;
}
.mega-menu .sub-menu .col.left .icons .icon {
	max-width: 50px;
}
.mega-menu .sub-menu .col.left .icons .icon a {
	display: block;
	height: auto;
	padding: 0;
}
.mega-menu .sub-menu .col.right .image {
	max-width: 300px;
}
.mega-menu .description {
	display: block;
	font-size: 12px;
	color: #666;
}
.mega-menu .menu-item[data-slug='life-at-carlton'] .sub-menu .col.menu {
	grid-template-columns: auto auto;
}
.mega-menu .search {
	font-size: 16px;
	margin-left: 15px;
}
.mega-menu .search .search-form {
	position: relative;
	display: inline-block;
}
.mega-menu .search .search-form input {
	background-color: var(--color-8);
	border-radius: 50px;
	max-width: 45px;
	width: 100%;
	height: 42px;
	border: none;
	transition: max-width ease .3s;
	padding: 0 16px;
	color: var(--color-8);
}
.mega-menu .search .search-form input::placeholder {
	opacity: 0;
}
.mega-menu .search .search-form input:focus {
	max-width: 250px;
	color: var(--color-1);
}
.mega-menu .search .search-form input:focus::placeholder {
	opacity: 1;
}
.mega-menu .search .search-form button {
	position: absolute;
	right: -4px;
	bottom: -4px;
	background: none;
	border: none;
	color: #fff;
	width: 50px;
	font-size: 28px;
}
.mega-menu .search .search-form:hover input,
.mega-menu .search .search-form:focus input {
	max-width: 250px;
	color: var(--color-1);
}
.mega-menu .search .search-form:hover input::placeholder,
.mega-menu .search .search-form:focus input::placeholder {
	opacity: 1;
}

/* === Footer === */
.primary-footer {
	background-color: var(--color-2);
	color: #fff;
	padding: 20px 0;
}
.primary-footer a {
	color: #fff;
	font-weight: 400;
	text-transform: uppercase;
	padding: 6px;
	display: inline-block;
}
.primary-footer a:hover,
.primary-footer a:focus {
	color: var(--color-5);
}
.primary-footer .footer-row {
	align-items: center;
}
.primary-footer .footer-row .logo-col {
	flex: 0 1 500px;
	max-width: 20%;
	margin-right: 25px;
}
.primary-footer .footer-row .content-col {
	flex: 1 1 auto;
	max-width: 1200px;
}
.primary-footer .footer-row .content-row {
	justify-content: space-around;
	border-bottom: 2px solid #fff;
	padding-bottom: 20px;
	margin-bottom: 10px;
	align-items: flex-end;
}
.primary-footer .menu {
	display: block;
	margin: 0;
	padding: 0;
	column-count: 2;
}
.primary-footer .menu li {
	display: block;
}
.primary-footer .legal-menu {
	max-width: 800px;
	margin: 0 auto;
}
.primary-footer .legal-menu .menu {
	display: flex;
	justify-content: space-around;
}
.primary-footer .social-col {
	flex: 1 1 auto;
	max-width: 300px;
	text-align: center;
}
.primary-footer .social-col .heading {
	font-size: 20px;
	text-transform: uppercase;
	margin-top: 12px;
}
.primary-footer .social {
	justify-content: space-around;
}
.primary-footer .social .link {
	border: 1px solid #fff;
	border-radius: 50%;
	font-size: 18px;
	width: 36px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.primary-footer .copyright {
	margin-top: 0;
}
.primary-footer .footer-text {
	max-width: 750px;
	margin: 0 auto;
}
.primary-footer .footer-text p {
	text-align: center;
	font-size: 18px;
}

/* === Home Page === */
.video-section {
	position: relative;
}
.video-section video {
	width: 100%;
}
.video-section .icon {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 50%) scale(0.75);
	max-width: 150px;
}
.video-section .icon img {
	animation: breathing 2s ease-out infinite normal;
}
.video-section .overlay {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 75px;
	color: #fff;
	z-index: 3;
	font-size: 72px;
	font-weight: 500;
	text-shadow: 0 0 10px #000;
}
.video-section .overlay p {
	line-height: 1.2;
}
.video-section .image img {
	width: 100%;
	min-height: 350px;
	object-fit: cover;
}
.video-section .badge-img {
	position: absolute;
	bottom: 0;
	left: 45px;
	transform: translateY(50%);
	width: 250px;
	z-index: 3;
}
.heading-section {
	text-align: center;
	padding: 30px 0 0;
}
.heading-section h1 {
	font-size: 62px;
	font-weight: 400;
	color: var(--color-1);
}
.heading-section .heading-row {
	display: flex;
	justify-content: center;
	margin-left: 100px;
}
.heading-section .heading-row .image {
	margin-left: 20px;
	max-width: 100px;
}
.lottie-section.lsec-1 .heading {
	color: var(--color-3);
}
.lottie-section.lsec-1 .btn {
	color: var(--color-10);
	background-image: #eef0f1;
}
.lottie-section.lsec-1 .btn:hover,
.lottie-section.lsec-1 .btn:focus {
	color: var(--color-10);
}
.lottie-section.lsec-2 .heading {
	color: var(--color-5);
}
.lottie-section.lsec-2 .btn {
	color: var(--color-10);
	background-image: #eef0f1;
}
.lottie-section.lsec-2 .btn:hover,
.lottie-section.lsec-2 .btn:focus {
	color: var(--color-10);
}
.lottie-section.lsec-3 .heading {
	color: var(--color-4);
}
.lottie-section.lsec-3 .btn {
	color: var(--color-10);
	background-image: #eef0f1;
}
.lottie-section.lsec-3 .btn:hover,
.lottie-section.lsec-3 .btn:focus {
	color: var(--color-10);
}
.lottie-section h2 {
	font-weight: 700;
	font-size: 42px;
}
.lottie-section h3 {
	font-size: 28px;
	font-weight: 500;
}
.lottie-section .lottie-row {
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
.lottie-section .lottie-row .lottie-col {
	flex: 0 0 50%;
	max-width: 600px;
}
.lottie-section .lottie-row .lottie-col .lottie {
	min-height: 800px;
	margin: -100px 0;
	z-index: -1;
}
.lottie-section .lottie-row .content-col {
	flex: 1 1 auto;
	max-width: 500px;
	position: relative;
}
.lottie-section.reverse .lottie-row {
	flex-direction: row-reverse;
}
.quote-section {
	margin-bottom: 150px;
}
.quote-section .image-col {
	flex: 0 1 60%;
	height: 100%;
}
.quote-section .image-col img {
	width: 100%;
	height: 100%;
	max-height: 600px;
	object-fit: cover;
}
.quote-section .content-col {
	flex: 1 1 auto;
	position: relative;
}
.quote-section .content-col .content-box {
	position: absolute;
	top: 50%;
	left: 100%;
	transform: translate(-60%, -50%);
	color: #fff;
	border-top-left-radius: 150px;
	border-top-right-radius: 60px;
	border-bottom-right-radius: 150px;
	border-bottom-left-radius: 60px;
	overflow: hidden;
	max-width: 500px;
	width: 100%;
}
.quote-section .content-col .content-box:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: var(--color-10);
	opacity: .8;
	z-index: -1;
}
.quote-section .content-col .content-box .content {
	margin: 0 auto;
	padding: 70px 70px 0;
	font-style: italic;
	font-size: 18px;
}
.quote-section .content-col .content-box .author {
	text-align: right;
	border-top: 2px solid #fff;
	margin-right: 100px;
	padding-top: 15px;
	padding-bottom: 25px;
	font-weight: 500;
	font-size: 20px;
}
.services-section {
	margin-bottom: 150px;
}
.services-section h2 {
	text-align: right;
	font-weight: 500;
	font-size: 34px;
}
.services-section .nav-col {
	flex: 0 0 40%;
	border-right: 2px solid #000;
	padding-right: 75px;
	margin-right: 100px;
	text-align: right;
	margin-top: 30px;
	margin-bottom: 30px;
}
.services-section .nav-col .item {
	color: var(--color-6);
	cursor: pointer;
	padding: 8px 0;
}
.services-section .nav-col .item.active {
	color: var(--color-1);
	font-weight: 500;
}
.services-section .content-col {
	flex: 1 1 auto;
}
.services-section .services {
	position: relative;
}
.services-section .services .transition {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	opacity: 0;
	transition: all ease-in .4s;
	pointer-events: none;
}
.services-section .services-row.transition .transition {
	opacity: 1;
	transition: all ease-out .4s;
}
.services-section .service {
	display: none;
}
.services-section .service.active {
	display: block;
}
.services-section .service .content {
	margin: 20px auto;
	max-width: 300px;
}
.services-section .service .content .btn {
	text-align: left;
}
.about-section {
	text-align: center;
	margin-bottom: 150px;
}
.about-section h2 {
	font-size: 42px;
	font-weight: 700;
	margin: 50px 0;
}
.about-section .content p {
	text-align: center;
	margin: 20px 0 0;
}
.form-section {
	margin-bottom: 150px;
}
.form-section .content-col {
	flex: 0 1 50%;
	padding-right: 100px;
	margin-right: 100px;
	font-size: 24px;
	color: var(--color-6);
}
.form-section .form-col {
	flex: 0 1 50%;
}
.form-section .heading {
	font-weight: 500;
	font-size: 36px;
}
.form-section .form .gform_wrapper.gravity-theme .ginput_container_date .ui-datepicker-trigger {
	max-width: 35px;
	max-height: 35px;
}
.gallery-section {
	margin-bottom: 100px;
	overflow: hidden;
}
.gallery-section .owl-carousel {
	width: calc(100% + 150px);
	margin-left: -75px;
}
.gallery-section .images {
	display: flex;
}
.gallery-section .owl-item {
	position: relative;
}
.gallery-section .owl-item:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	opacity: .85;
	transition: all ease .5s;
}
.gallery-section .owl-item:nth-child(even) {
	margin-top: 75px;
}
.gallery-section .owl-item.center:after {
	opacity: 0;
}
.gallery-section .owl-item.left:after,
.gallery-section .owl-item.right:after {
	opacity: .45;
}
.gallery-section .owl-item .item .heading {
	text-align: center;
	background-color: var(--color-2);
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	overflow: hidden;
	color: #fff;
	padding: 20px;
	font-weight: 700;
	font-size: 18px;
}

/* === Interior Pages === */
/* About */
body.ip .primary-header .header-row {
	background-color: #fff;
}
.banner-section {
	position: relative;
	margin-bottom: 220px;
}
.banner-section .heading {
	position: absolute;
	top: 50%;
	left: 10%;
	transform: translateY(-50%);
	color: var(--color-5);
	font-size: 72px;
	font-weight: 400;
}
.banner-section .image {
	position: absolute;
	right: 10%;
	top: 25%;
}
.banner-section .image img {
	width: auto;
}
.banner-section .background img {
	height: 350px;
	object-fit: fill;
	opacity: .15;
	width: 100%;
}
.page-template-page-about .heading {
	color: var(--color-4);
}
.page-template-page-about .image {
	right: 20%;
}
.page-template-page-about .image img {
	width: 600px;
}
.feature-sections .feature {
	column-gap: 100px;
	align-items: center;
	margin-bottom: 100px;
	justify-content: center;
}
.feature-sections .feature .col {
	flex: 1 1 50%;
	max-width: 550px;
}
.feature-sections .feature .heading {
	text-transform: uppercase;
	font-size: 34px;
}
.feature-sections .feature:nth-child(even) {
	flex-direction: row-reverse;
	align-items: center;
}
.feature-sections .feature:nth-child(even) .image-col img {
	margin: 0;
}
.feature-sections .feature:nth-child(even) .heading {
	text-align: right;
}
.content-sections {
	margin-bottom: 100px;
}
.content-sections .section {
	max-width: 800px;
	margin: 0 auto 75px;
	text-align: center;
}
.content-sections .section .heading {
	font-size: 22px;
	text-transform: uppercase;
}
.team-section .team-box {
	border: 2px solid var(--color-5);
	padding: 30px 50px;
	max-width: 1200px;
	margin: 0 auto;
	align-items: center;
}
.team-section .content-col {
	flex: 1 1 350px;
	margin-right: 50px;
	padding-right: 50px;
	border-right: 2px solid var(--color-5);
	text-align: right;
}
.team-section .items-col {
	flex: 1 1 auto;
}
.team-section .heading {
	text-transform: uppercase;
	font-size: 22px;
	margin-bottom: 5px;
}
.team-section .link {
	margin: 50px 0;
	text-align: center;
}
.team-section .link .btn {
	color: var(--color-10);
}
.team-section .link .btn:hover,
.team-section .link .btn:focus {
	color: var(--color-10);
	background-color: #eef0f1;
}

/* Living Options */
.page-template-page-living-options .banner-section,
.page-template-page-resources .banner-section {
	margin-bottom: 250px;
}
.page-template-page-living-options .banner-section .image,
.page-template-page-resources .banner-section .image {
	top: -50%;
	right: auto;
	left: 0;
}
.page-template-page-living-options .banner-section .heading,
.page-template-page-resources .banner-section .heading {
	left: auto;
	right: 10%;
	top: calc(100% - 40px);
	color: var(--color-3);
}
.feature-section h2.heading {
	text-align: center;
	font-weight: 400;
	font-size: 52px;
	max-width: 750px;
	margin: 0 auto 50px;
}
.feature-section .content {
	margin-bottom: 75px;
	max-width: 900px;
	margin: 75px auto 0;
}
.feature-section .icons {
	column-gap: 75px;
	justify-content: center;
	align-items: flex-end;
	text-align: center;
	flex-wrap: wrap;
	row-gap: 40px;
}
.feature-section .icon {
	flex: 0 1 auto;
	min-width: 180px;
}
.feature-section .icons .heading {
	margin-top: 30px;
	font-size: 20px;
	font-weight: 500;
	color: var(--color-4);
}
.service-sections .lottie-section .lottie-row .content-col {
	text-align: justify;
	max-width: 600px;
}
.service-sections .communities-row {
	align-items: center;
	margin-bottom: 75px;
	justify-content: center;
	flex-wrap: wrap;
}
.service-sections .communities-row .icon {
	overflow: hidden;
	max-width: 120px;
	width: 120px;
	height: 120px;
	margin-right: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.service-sections .communities-row .heading {
	font-weight: 400;
	margin-bottom: 0;
}
.service-sections .communities {
	column-gap: 30px;
	margin-bottom: 150px;
	flex-wrap: wrap;
	justify-content: center;
}
.service-sections .communities .community {
	position: relative;
	flex: 0 1 calc(25% - 22.5px);
	margin-bottom: 100px;
	min-width: 270px;
}
.service-sections .communities .community .image {
	position: relative;
}
.service-sections .communities .community .image:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	opacity: .2;
	transition: all ease .5s;
}
.service-sections .communities .community .heading-box {
	position: absolute;
	left: calc(50%);
	top: 100%;
	transform: translate(-50%, -50%);
	height: 140px;
	width: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--color-9);
	border-top-left-radius: 60px;
	border-top-right-radius: 60px;
	border-bottom-left-radius: 120px;
	border-bottom-right-radius: 120px;
	color: var(--color-7);
	transition: all ease .3s;
	opacity: .85;
}
.service-sections .communities .community .heading-box:after {
	content: '';
	display: none;
	background-image: url(assets/images/icon-heart.png);
	background-size: 100% 100%;
	position: absolute;
	top: -20px;
	right: -20px;
	width: 60px;
	height: 60px;
}
.service-sections .communities .community .heading-box .heading {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	text-align: center;
	font-weight: 700;
	padding: 0 8px;
}
.service-sections .communities .community:hover .image:after,
.service-sections .communities .community:focus .image:after {
	opacity: 0;
}
.service-sections .communities .community:hover .heading-box,
.service-sections .communities .community:focus .heading-box {
	background-color: var(--color-3);
	color: #fff;
	transform: translate(-50%, -50%) scale(1.15);
}
.service-sections .service hr {
	margin: 50px auto 0;
}
.service-sections .service:nth-child(1) h2 {
	color: var(--color-3);
}
.service-sections .service:nth-child(2) h2 {
	color: var(--color-5);
}
.service-sections .service:nth-child(3) h2 {
	color: var(--color-4);
}
.service-sections .service:nth-child(2) ul.icon-list li:before {
	background-image: url(assets/images/icon-list-yellow.png);
}
.service-sections .service:nth-child(2) .communities .community .heading-box {
	color: var(--color-5);
}
.service-sections .service:nth-child(2) .communities .community:hover .heading-box {
	background-color: var(--color-5);
	color: #fff;
}
.service-sections .service:nth-child(3) ul.icon-list li:before {
	background-image: url(assets/images/icon-list-pink.png);
}
.service-sections .service:nth-child(3) .communities .community .heading-box {
	color: #fff;
}
.service-sections .service:nth-child(3) .communities .community .heading-box {
	background-color: var(--color-4);
	color: #fff;
}
.service-sections .service:nth-child(3) .communities .community:hover .heading-box {
	background-color: var(--color-9);
	color: var(--color-4);
}
.bottom-section {
	margin-top: 100px;
}
.bottom-section .image {
	margin-bottom: 50px;
}
.bottom-section .heading {
	text-align: center;
	margin-bottom: 75px;
	color: var(--color-10);
	font-weight: 700;
	font-size: 38px;
}
.bottom-section .content-row {
	max-width: 1200px;
	margin: 0 auto;
	text-align: justify;
	column-gap: 100px;
}
.bottom-section .content-row .col {
	flex: 1 1 50%;
}
.bottom-section .link {
	text-align: center;
	margin: 50px 0;
}

/* Communities */
.page-template-page-communities .banner-section .image-wrap {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: -220px;
	overflow: hidden;
}
.page-template-page-communities .banner-section .image {
	top: 0;
	right: 0;
	--min: min(900px, 55%);
	max-width: var(--min);
	transform: translate(25%, -25%);
}
.page-template-page-communities .banner-section .heading {
	left: 10%;
	right: auto;
	top: calc(100% - 10px);
	color: var(--color-10);
}
.map-container {
	display: flex;
}
.map-container .locations-panel {
	width: 66.66%;
	padding: 20px;
	background-color: var(--color-10);
	color: #fff;
	padding: 50px;
	max-width: 900px;
	min-width: 66.66%;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
}
.map-container .locations-panel .locations-panel-list {
	margin-right: 100px;
}
.map-container .locations-panel a {
	color: var(--color-5);
	font-weight: 400;
}
.map-container .locations-panel a:hover,
.map-container .locations-panel a:focus {
	color: #fff;
}
.map-container .locations-panel h3 {
	color: #fff;
}
.map-container .locations-panel h2 {
	color: #fff;
	text-transform: uppercase;
	text-align: right;
	margin-left: -40px;
	margin-bottom: 30px;
	font-size: 32px;
}
.map-container .locations-panel select {
	color: #000;
	margin-bottom: 30px;
	max-width: 100%;
	padding: 2px;
}
.map-container .locations-panel .label {
	font-weight: 400;
	padding: 0;
	margin-bottom: 12px;
	display: block;
	text-align: left;
}
.map-container .locations-panel .results {
	max-width: 370px;
	margin: 0 auto;
}
.map-container .locations-panel .location-results-list {
	display: block;
	padding: 0;
	margin: 0;
}
.map-container .locations-panel .location-results-list .location-result {
	display: none;
}
.map-container .locations-panel .location-results-list .location-result.selected {
	display: block;
}
.map-container .map-outer {
	width: 700px;
	height: 435px;
	margin-left: -18%;
	margin-top: 50px;
	margin-bottom: 30px;
	border-radius: 20px;
	overflow: hidden;
}
.map-container .map {
	height: 100%;
}
.map-container .map .gm-style > * {
	border: none !important;
}
.map-container .map .info h2 {
	font-size: 18px;
	margin-bottom: 5px;
}
.map-container .map .info .phone {
	margin-bottom: 5px;
}
.map-container .map .info .address {
	margin-bottom: 5px;
}
.location-result img {
	width: 150px;
}
.location-result .info {
	display: none;
}
.location-result .name {
	padding-bottom: 12px;
	margin-bottom: 12px;
	border-bottom: 2px solid #fff;
}
.location-result .options {
	display: flex;
	column-gap: 12px;
	align-items: center;
	border-top: 2px solid #fff;
	padding-top: 12px;
	margin-top: 12px;
}
.location-result .options .heading {
	flex: 1 1 auto;
}
.location-result .phone {
	margin-bottom: 12px;
}
.location-result .address {
	margin-bottom: 12px;
}
.location-result .directions {
	margin-bottom: 12px;
}
.location-result .option {
	flex: 0 1 auto;
	width: 50px;
	height: 50px;
	background-image: url(assets/images/icon-heart.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.location-result .option.independent_living {
	background-image: url(assets/images/icon-independent-living.png);
}
.location-result .option.assisted_living {
	background-image: url(assets/images/icon-assisted-living.png);
}
.location-result .option.memory_care {
	background-image: url(assets/images/icon-memory-care.png);
}
.location-result .coming-soon {
	margin-bottom: 12px;
	font-size: 18px;
	font-weight: 700;
}
.communities-section._page {
	margin-bottom: 100px;
}
.communities-section._page .heading-row {
	align-items: center;
	margin-bottom: 50px;
}
.communities-section._page .heading-row h2 {
	margin-bottom: 0;
}
.communities-section._page .heading-row .filter-col {
	flex: 0 1 auto;
}
.communities-section._page .heading-row .filter-col .heading {
	font-size: 14px;
	margin-bottom: 6px;
	color: #000;
	font-weight: 500;
}
.communities-section._page .heading-row .heading-col {
	flex: 1 1 auto;
}
.communities-section._page .filters {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.communities-section._page .filters .filter .inner {
	width: 100px;
	height: 100px;
	color: #fff;
	border-radius: 50%;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	filter: invert(0.5);
	background-size: 100% 100%;
	cursor: pointer;
	margin: 0 auto;
}
.communities-section._page .filters .filter .text {
	text-align: center;
	font-size: 14px;
	color: var(--color-6);
}
.communities-section._page .filters .filter.active .inner {
	filter: invert(1);
}
.communities-section._page .filters .filter.active .text {
	color: #000;
}
.communities-section._page .filters .filter.all .inner {
	border: 1px solid #fff;
}
.communities-section._page .filters .filter.assisted_living .inner {
	background-image: url(assets/images/icon-assisted-living.png);
}
.communities-section._page .filters .filter.independent_living .inner {
	background-image: url(assets/images/icon-independent-living.png);
}
.communities-section._page .filters .filter.memory_care .inner {
	background-image: url(assets/images/icon-memory-care.png);
}
.communities-section._page .filters .filter:not(:last-child) {
	margin-right: 12px;
}
.communities-section._page .communities {
	flex-wrap: wrap;
	column-gap: 50px;
	justify-content: center;
}
.communities-section._page .community {
	display: none;
	flex: 0 1 calc(25% - 37.5px);
	min-width: 273px;
	position: relative;
	margin-bottom: 150px;
}
.communities-section._page .community .heading-box {
	position: absolute;
	left: 50%;
	top: 100%;
	transform: translate(-50%, -50%);
	height: 150px;
	width: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--color-9);
	border-top-left-radius: 160px;
	border-top-right-radius: 35px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 152.5px;
	color: var(--color-10);
	transition: all ease .3s;
	z-index: 3;
	opacity: .85;
}
.communities-section._page .community .heading-box:after {
	display: none;
	content: '';
	background-image: url(assets/images/icon-heart.png);
	background-size: 100% 100%;
	position: absolute;
	top: -20px;
	right: -20px;
	width: 60px;
	height: 60px;
	transition: all ease .5s;
}
.communities-section._page .community .heading-box .heading {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	text-align: center;
	max-width: 180px;
	font-size: 16px;
}
.communities-section._page .community .image {
	position: relative;
}
.communities-section._page .community .image:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	opacity: .2;
	transition: all ease .5s;
}
.communities-section._page .community:hover .image:after,
.communities-section._page .community:focus .image:after {
	opacity: 0;
}
.communities-section._page .community:hover .heading-box,
.communities-section._page .community:focus .heading-box {
	background-color: var(--color-10);
	color: var(--color-9);
	transform: translate(-50%, -50%) scale(1.15);
}
.communities-section._page .community:hover .heading-box:after,
.communities-section._page .community:focus .heading-box:after {
	animation-name: breathing;
	animation-duration: 1.75s;
	animation-iteration-count: infinite;
	animation-direction: normal;
}
.communities-section._page .community.active {
	display: block;
}
.future-section {
	margin-top: 100px;
}
.future-section .future-row {
	align-items: center;
}
.future-section .future-row .heading-col {
	flex: 1 1 50%;
	margin-right: 50px;
}
.future-section .future-row .heading-col .heading {
	text-transform: uppercase;
	font-size: 32px;
	text-align: center;
}
.future-section .future-row .col.communities {
	flex: 1 1 50%;
	column-gap: 50px;
}
.future-section .community {
	flex: 0 1 calc(50% - 25px);
	min-width: 273px;
	position: relative;
	margin-bottom: 150px;
}
.future-section .community .heading-box {
	position: absolute;
	left: 50%;
	top: 100%;
	transform: translate(-50%, -30%);
	height: 100px;
	width: 250px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--color-10);
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 50px;
	border-bottom-right-radius: 50px;
	color: var(--color-9);
	transition: all ease .3s;
	z-index: 3;
}
.future-section .community .heading-box:after {
	content: '';
	background-image: url(assets/images/icon-heart.png);
	background-size: 100% 100%;
	position: absolute;
	top: -20px;
	right: -20px;
	width: 60px;
	height: 60px;
	transition: all ease .5s;
}
.future-section .community .heading-box .heading {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	text-align: center;
	max-width: 225px;
	font-size: 20px;
}
.future-section .community .image {
	position: relative;
}
.future-section .community .image:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	opacity: .5;
	transition: all ease .5s;
}
.future-section .community:hover .image:after,
.future-section .community:focus .image:after {
	opacity: 0;
}
.future-section .community:hover .heading-box,
.future-section .community:focus .heading-box {
	background-color: var(--color-9);
	color: var(--color-10);
}
.future-section .community:hover .heading-box:after,
.future-section .community:focus .heading-box:after {
	animation-name: breathing;
	animation-duration: 1.75s;
	animation-iteration-count: infinite;
	animation-direction: normal;
}

/* Life */
.page-template-page-life-carlton .banner-section .image {
	top: 50%;
	right: auto;
	left: 50%;
	transform: translate(-50%, -60%);
	max-width: 300px;
}
.page-template-page-life-carlton .banner-section .heading {
	left: 50%;
	right: auto;
	top: calc(100% - 10px);
	color: var(--color-3);
	transform: translate(-50%, -50%);
}
.content-container {
	max-width: 800px;
	margin: 0 auto;
	text-align: justify;
}
.feature-section .features {
	column-gap: 75px;
	align-items: flex-end;
}
.feature-section .feature .heading {
	text-align: center;
	font-weight: 700;
	font-size: 22px;
	margin-top: 20px;
	color: var(--color-3);
}
.feature-section .feature:nth-child(2) .heading {
	color: var(--color-5);
}
.feature-section .feature:nth-child(3) .heading {
	color: var(--color-4);
}
.service-sections.life {
	margin-top: 100px;
}
.service-sections.life .service {
	justify-content: center;
	align-items: center;
	margin: 100px auto;
	column-gap: 100px;
	max-width: 1000px;
}
.service-sections.life .service .content-col {
	flex: 0 1 50%;
	text-align: justify;
}
.service-sections.life .service .image-col {
	flex: 0 1 50%;
	position: relative;
	overflow: hidden;
}
.service-sections.life .service .image-col img {
	width: 100%;
}
.service-sections.life .service .heading {
	font-size: 24px;
}
.service-sections.life .service:nth-child(even) {
	flex-direction: row-reverse;
}
.blog-section {
	margin-bottom: 0;
}
.blog-section h2 {
	text-align: center;
	font-size: 42px;
	font-weight: 400;
	margin-bottom: 40px;
}
.blog-section .image {
	position: relative;
}
.blog-section .image img {
	height: auto;
}
.blog-section .image:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	opacity: .4;
	transition: all ease .5s;
}
.blog-section .blogs {
	max-width: 1050px;
}
.blog-section .blog {
	position: relative;
}
.blog-section .blog .content-wrap {
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.blog-section .blog .content {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: var(--color-4);
	padding: 15px 15px 15px 45px;
	border-top-left-radius: 75px;
	transform: translateY(0);
	transition: all ease .5s;
	color: #fff;
	font-weight: 400;
}
.blog-section .blog .heart-icon {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 9;
	transform: translateY(0);
	transition: all ease .5s;
}
.blog-section .blog .heart-icon .content {
	visibility: hidden;
	position: static;
}
.blog-section .blog .heart-icon .icon {
	background-image: url(assets/images/icon-heart.png);
	background-size: 100% 100%;
	position: absolute;
	top: 0;
	transform: translateY(-50%);
	right: 30px;
	width: 50px;
	height: 50px;
	z-index: 9;
}
.blog-section .blog:hover .image:after {
	opacity: 0;
}
.blog-section .blog:hover .heart-icon {
	transform: translateY(-7px);
}
.blog-section .blog:hover .content {
	transform: translateY(0);
}
.blog-section .owl-carousel {
	width: calc(100% - 120px);
	margin: 0 auto;
}
.blog-section .owl-carousel .owl-nav button.owl-prev,
.blog-section .owl-carousel .owl-nav button.owl-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background-color: var(--color-4);
	color: #fff;
	padding: 2px 8px !important;
	border-radius: 3px;
}
.blog-section .owl-carousel .owl-nav .owl-prev {
	left: -60px;
}
.blog-section .owl-carousel .owl-nav .owl-next {
	right: -60px;
}
.schedule-section {
	margin-bottom: 100px;
}
.schedule-section h2 {
	text-align: center;
}
.schedule-section .form .gform_wrapper.gravity-theme legend {
	border: none;
}
.schedule-section .form .gform_wrapper.gravity-theme form {
	display: flex;
	align-items: flex-end;
	justify-content: center;
}
.schedule-section .form .gform_wrapper.gravity-theme .gform_fields {
	display: flex;
	justify-content: center;
}
.schedule-section .form .gform_wrapper.gravity-theme .gfield {
	margin-right: 50px;
	width: 275px;
	display: flex;
	flex-direction: column;
}
.schedule-section .form .gform_wrapper.gravity-theme .gfield.captcha {
	width: 0;
	margin: 0;
}
.schedule-section .form .gform_wrapper.gravity-theme .gfield .ginput_container_select {
	flex: 1 0 auto;
}
.schedule-section .form .gform_wrapper.gravity-theme .gfield .ginput_container_select select {
	height: 100%;
}
.schedule-section .form .gform_wrapper.gravity-theme .gfield:nth-child(1) {
	width: 350px;
}
.schedule-section .form .gform_wrapper.gravity-theme .gform_footer {
	margin: 0;
	padding: 0;
}
.schedule-section .form .gform_wrapper.gravity-theme .gform_footer .button {
	margin-bottom: 0;
}
.schedule-section .form .gform_wrapper.gravity-theme .gfield_time_ampm select {
	height: 100%;
}
.schedule-section .form .gform_wrapper.gravity-theme .ui-datepicker-trigger {
	max-width: 35px;
	max-height: 35px;
}
.schedule-section .form .gform_wrapper.gravity-theme .gfield_label {
	color: var(--color-6);
}

/* Contact */
.page-template-page-contact .banner-section .background img {
	height: 420px;
	opacity: .1;
}
.page-template-page-contact .banner-section .image {
	top: -15px;
	right: auto;
	left: -80px;
}
.page-template-page-contact .banner-section .image img {
	width: 700px;
}
.page-template-page-contact .banner-section .heading {
	left: auto;
	right: 10%;
	top: 130px;
	color: var(--color-4);
}
.contact-section .contact-container {
	max-width: 1200px;
	margin: 0 auto;
}
.contact-section .form .gform_wrapper.gravity-theme .gform_fields {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.contact-section .form .gform_wrapper.gravity-theme .gform_fields .col {
	flex: 1 1 550px;
	min-width: 273px;
	display: flex;
	flex-direction: column;
	max-width: 550px;
}
.contact-section .form .gform_wrapper.gravity-theme .gform_fields .col.right {
	flex-direction: row;
	flex-wrap: wrap;
}
.contact-section .form .gform_wrapper.gravity-theme .gform_fields .col.right > * {
	flex: 1 1 100%;
}
.contact-section .form .gform_wrapper.gravity-theme .gform_fields .col.right > *:nth-child(3),
.contact-section .form .gform_wrapper.gravity-theme .gform_fields .col.right > *:nth-child(4) {
	flex: 1 1 50%;
}
.contact-section .form .gform_wrapper.gravity-theme .gform_fields .col.right > *:first-child {
	flex: 1 1 auto;
}
.contact-section .form .gform_wrapper.gravity-theme .gform_fields .col.right > *:first-child .ginput_container {
	height: calc(100% - 1.5em - 8px);
}
.contact-section .form .gform_wrapper.gravity-theme .gform_fields .col.right > *:first-child .ginput_container textarea {
	height: 100%;
}
.contact-section .form .gform_wrapper.gravity-theme .gform_footer {
	text-align: right;
	padding: 0;
}
.contact-section .form .gform_wrapper.gravity-theme .gform_footer .button {
	margin-bottom: 0;
}
.contact-section .form .gform_wrapper.gravity-theme .gfield {
	margin-bottom: 8px;
}
.contact-section .form .gform_wrapper.gravity-theme .gfield.hidden_label {
	margin: 0;
}
.contact-section .form .gform_wrapper.gravity-theme .gfield_label {
	color: var(--color-6);
}
.contact-map {
	margin: 0 auto;
	position: relative;
}
.contact-map .map-container {
	position: relative;
	flex-direction: column;
}
.contact-map .map-container .locations-panel {
	max-width: none;
	width: 100%;
	background-color: var(--color-6);
	border-radius: 30px;
	margin-bottom: 20px;
	padding: 30px;
}
.contact-map .map-container .locations-panel .locations-panel-list {
	margin-right: 0;
	margin-left: 0;
}
.contact-map .map-container .locations-panel .results {
	margin-right: auto;
}
.contact-map .map-container .map-outer {
	margin: 0;
	height: 800px;
	width: 100%;
	border-top-left-radius: 350px;
	border-top-right-radius: 160px;
	border-bottom-left-radius: 250px;
	border-bottom-right-radius: 350px;
}

/* Careers */
.page-template-page-careers h2 {
	color: var(--color-3);
}
.page-template-page-careers .top-image .heading {
	padding: 40px 0;
	color: var(--color-3);
}
.page-template-page-careers .top-image img {
	width: 100%;
}
.page-template-page-careers .banner-section .background img {
	height: auto;
}
.page-template-page-careers .banner-section .image {
	top: 20px;
	right: 0;
	left: auto;
	transform: none;
}
.page-template-page-careers .banner-section .heading {
	left: 15%;
	right: auto;
	top: calc(40%);
	color: var(--color-5);
}
.page-template-page-careers .content-section {
	margin-top: 0;
}
.page-template-page-careers .content-section .content-container {
	margin-left: 0;
}
.page-template-page-careers .content-section .btn {
	margin-top: 20px;
	font-size: 20px;
}
.page-template-page-careers .about-section h2 {
	margin: 0 0 30px;
}
.page-template-page-careers .about-section .about-row {
	justify-content: space-between;
	align-items: center;
	max-width: 1200px;
	margin: 0 auto;
	flex-wrap: wrap;
}
.page-template-page-careers .about-section .content-col {
	flex: 0 1 650px;
	text-align: left;
}
.page-template-page-careers .about-section .image-col {
	max-width: 144px;
}
.page-template-page-careers .testimonials-section .testimonial .heading {
	color: var(--color-3);
}
.testimonial-section {
	margin: 200px 0;
	position: relative;
}
.testimonial-section .testimonials {
	max-width: 800px;
	margin: 0 auto;
}
.testimonial-section .testimonial {
	margin-bottom: 30px;
}
.testimonial-section .testimonial .image-col {
	flex: 0 1 300px;
}
.testimonial-section .testimonial .content-col {
	flex: 0 1 400px;
	margin-left: 50px;
}
.testimonial-section .testimonial hr {
	margin-left: -50px;
	border-top: 2px solid var(--color-3);
	margin-right: 50px;
}
.testimonial-section .testimonial .heading {
	font-size: 20px;
	font-weight: 500;
	color: var(--color-6);
}
.benefits-section {
	margin-bottom: 75px;
}
.benefits-section h2 {
	text-align: center;
	margin-bottom: 50px;
	font-size: 42px;
}
.benefits-section .benefits {
	flex-wrap: wrap;
	justify-content: center;
	row-gap: 50px;
	align-items: flex-start;
	margin-bottom: 50px;
}
.benefits-section .benefit {
	flex: 0 1 260px;
	min-width: 25%;
	padding: 0 15px;
	text-align: center;
	cursor: pointer;
}
.benefits-section .benefit .image {
	margin-bottom: 15px;
}
.benefits-section .benefit .image img {
	width: 85px;
}
.benefits-section .benefit .heading {
	max-width: 225px;
	margin: 0 auto;
}
.benefits-section .link {
	text-align: center;
}
.benefits-section .link .btn {
	font-size: 20px;
}

/* Blog */
.page-template-page-blog .banner-section .background img {
	height: auto;
}
.page-template-page-blog .banner-section .image {
	top: auto;
	right: auto;
	left: 5%;
	transform: none;
	bottom: 0;
	transform: translateY(30%);
}
.page-template-page-blog .banner-section .heading {
	left: auto;
	right: 5%;
	top: calc(100% + 15px);
	color: var(--color-7);
	transform: translateY(-100%);
}
.page-template-page-blog .blog-sections {
	margin-bottom: 100px;
}
.page-template-page-blog .blog-section {
	max-width: 1200px;
	margin: 0 auto;
}
.page-template-page-blog .blog-section .heading-row {
	align-items: flex-end;
	justify-content: space-between;
	margin-bottom: 30px;
	flex-wrap: wrap;
	-webkit-column-gap: 30px;
	-moz-column-gap: 30px;
	column-gap: 30px;
	row-gap: 30px;
}
.page-template-page-blog .blog-section .heading-row h2 {
	margin-bottom: 0;
	font-weight: 500;
}
.page-template-page-blog .blog-section .blogs {
	column-gap: 10px;
	max-width: 100%;
}
.page-template-page-blog .blog-section.employee-news .blogs {
	flex-wrap: wrap;
	justify-content: center;
	-webkit-column-gap: 30px;
	-moz-column-gap: 30px;
	column-gap: 30px;
	row-gap: 30px;
}
.page-template-page-blog .blog-section.employee-news .blog {
	flex: 1 1 calc(50% - 15px);
	min-width: 270px;
}
.page-template-page-blog .blog-section.in-the-news .blogs {
	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px;
	row-gap: 10px;
	flex-wrap: wrap;
}
.page-template-page-blog .blog-section.in-the-news .blog {
	flex: 1 1 calc(25% - 7.5px);
	margin-bottom: 0;
	min-width: 270px;
}
.page-template-page-blog .blog-section.featured .blogs {
	display: grid;
	grid-template-columns: [col1-start] 2fr [col1-end] 10px [col2-start] 1fr [col2-end] 10px [col3-start] 1fr [col3-end];
	grid-template-rows: [row1-start] 300px [row1-end] 10px [row2-start] 300px [row2-end];
	column-gap: 0;
}
.page-template-page-blog .blog-section.featured .blog {
	margin-bottom: 0;
}
.page-template-page-blog .blog-section.featured .blog .content-wrap {
	height: 100%;
}
.page-template-page-blog .blog-section.featured .blog .image {
	height: 100%;
}
.page-template-page-blog .blog-section.featured .blog .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.page-template-page-blog .blog-section.featured .blog:nth-child(1) {
	grid-column-start: col1-start;
	grid-column-end: col1-end;
	grid-row-start: row1-start;
	grid-row-end: row2-end;
}
.page-template-page-blog .blog-section.featured .blog:nth-child(2) {
	grid-column-start: col2-start;
	grid-column-end: col3-end;
	grid-row-start: row1-start;
	grid-row-end: row1-end;
}
.page-template-page-blog .blog-section.featured .blog:nth-child(3) {
	grid-column-start: col2-start;
	grid-column-end: col2-end;
	grid-row-start: row2-start;
	grid-row-end: row2-end;
}
.page-template-page-blog .blog-section.featured .blog:nth-child(4) {
	grid-column-start: col3-start;
	grid-column-end: col3-end;
	grid-row-start: row2-start;
	grid-row-end: row2-end;
}
.page-template-page-blog .blog-section.resident-news .blogs {
	display: grid;
	grid-template-columns: [col1-start] 1fr [col1-end] 10px [col2-start] 1fr [col2-end];
	grid-template-rows: [row1-start] 300px [row1-end] 10px [row2-start] 300px [row2-end];
	column-gap: 0;
}
.page-template-page-blog .blog-section.resident-news .blog {
	margin-bottom: 0;
}
.page-template-page-blog .blog-section.resident-news .blog .content-wrap {
	height: 100%;
}
.page-template-page-blog .blog-section.resident-news .blog .image {
	height: 100%;
}
.page-template-page-blog .blog-section.resident-news .blog .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.page-template-page-blog .blog-section.resident-news .blog:nth-child(1) {
	grid-column-start: col1-start;
	grid-column-end: col1-end;
	grid-row-start: row1-start;
	grid-row-end: row1-end;
}
.page-template-page-blog .blog-section.resident-news .blog:nth-child(2) {
	grid-column-start: col1-start;
	grid-column-end: col1-end;
	grid-row-start: row2-start;
	grid-row-end: row2-end;
}
.page-template-page-blog .blog-section.resident-news .blog:nth-child(3) {
	grid-column-start: col2-start;
	grid-column-end: col2-end;
	grid-row-start: row1-start;
	grid-row-end: row2-end;
}
.opportunities-link {
	position: fixed;
	left: 0;
	top: 80px;
}
.opportunities-link .btn {
	background: var(--color-3);
	padding: 10px 20px 10px 10px;
	color: #fff;
	font-size: 16px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 55px;
}
.opportunities-link .btn:hover,
.opportunities-link .btn:focus {
	background-color: var(--color-10);
}
.opportunities-link .image {
	position: absolute;
	display: none;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: .5;
}
.opportunities-link .image img {
	width: 100%;
	height: auto;
	filter: brightness(0);
}

/* Resources */
.toggle-item {
	border: 2px solid #333;
	margin-bottom: 5px;
}
.toggle-item .toggle-heading {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 8px 30px;
	cursor: pointer;
}
.toggle-item .toggle-heading .heading {
	font-size: 28px;
}
.toggle-item .icon {
	transition: transform ease-in-out .4s;
}
.toggle-item .toggle-content {
	display: none;
	border-top: 1px solid #333;
	padding: 5px 15px;
}
.toggle-item.active .toggle-content {
	display: block;
}
.toggle-item .toggle-content p {
	margin: 10px 0;
}
.toggle-item .icon.active {
	transform: rotate(90deg);
}
.resources-section .resources-row {
	max-width: 1500px;
	margin: 0 auto;
}
.resources-section .image-col {
	flex: 1 1 20%;
	margin-right: 50px;
	margin-top: 55px;
}
.resources-section .content-col {
	flex: 1 1 60%;
}
.resources-section .resources {
	display: grid;
	grid-template-columns: auto auto;
	-webkit-column-gap: 30px;
	-moz-column-gap: 30px;
	column-gap: 30px;
}
.resources-section .resources .link {
	margin: 18px 0;
}
.resources-section .resources .link a {
	display: flex;
	align-items: center;
	font-weight: 500;
}
.resources-section .resources .link a:hover .fas,
.resources-section .resources .link a:focus .fas {
	color: inherit;
}
.resources-section .resources .link .fas {
	font-size: 28px;
	margin-right: .5em;
	color: var(--color-3);
	transition: all ease .3s;
}
.faq-section {
	margin: 150px 0;
}
.faq-section .faq-box {
	max-width: 1200px;
	margin: 0 auto;
}
.faq-section h2 {
	margin-bottom: 40px;
}
.faq-section .faq .toggle-content {
	padding: 15px 50px;
}
.faq-section .faq .heading {
	margin-bottom: 0;
	font-weight: 400;
	font-size: 22px;
}
.faq-section .faq .image-col {
	flex: 1 1 30%;
	margin-right: 50px;
	max-width: 200px;
}
.faq-section .faq .content-col {
	flex: 1 1 70%;
}
.testimonials-section {
	margin: 100px 0;
}
.testimonials-section h2 {
	text-align: center;
}
.testimonials-section .testimonials {
	margin: 0 auto;
}
.testimonials-section .testimonial {
	margin: 50px 0;
	align-items: center;
}
.testimonials-section .testimonial .heading {
	font-size: 22px;
	font-weight: 700;
	text-transform: uppercase;
	color: var(--color-10);
	margin-bottom: 20px;
}
.testimonials-section .testimonial .position {
	margin-bottom: 30px;
}
.testimonials-section .testimonial .content {
	font-style: italic;
}
.testimonials-section .image-col {
	flex: 1 1 60%;
}
.testimonials-section .image-col img {
	width: 100%;
	max-height: 450px;
	object-fit: cover;
}
.testimonials-section .content-col {
	flex: 1 1 40%;
	padding: 30px 50px;
}
.video-section {
	margin: 150px 0;
}
.video-section h2 {
	text-align: center;
}
.video-section .videos {
	flex-wrap: wrap;
	column-gap: 30px;
	row-gap: 30px;
}
.video-section .video {
	flex: 1 1 calc(33.33% - 20px);
	min-width: 270px;
}

/* Single Community */
.single-locations .rcfe-license {
	margin-bottom: 20px;
}
.single-locations .options .option {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.single-locations .options .option .icon {
	flex: 0 1 auto;
	width: 75px;
	height: 75px;
	background-image: url(assets/images/icon-heart.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	filter: brightness(0.35);
}
.single-locations .options .option.independent_living .icon {
	background-image: url(assets/images/icon-independent-living.png);
}
.single-locations .options .option.assisted_living .icon {
	background-image: url(assets/images/icon-assisted-living.png);
}
.single-locations .options .option.memory_care .icon {
	background-image: url(assets/images/icon-memory-care.png);
}
.single-locations .banner-section {
	margin-bottom: 0;
}
.single-locations .banner-section video {
	width: 100%;
	height: 40vw;
	object-fit: cover;
}
.location-section {
	margin: 50px 0;
}
.location-section h1 {
	color: var(--color-10);
}
.location-section .location-row {
	justify-content: space-around;
	align-items: center;
}
.location-section .location-row .location-col {
	z-index: 2;
}
.location-section .link {
	margin-top: 25px;
}
.location-section .link a {
	text-decoration: underline;
}
.location-section a {
	font-weight: 400;
}
.location-section .phone {
	margin-top: 5px;
}
.location-section .phone .fas {
	margin-right: .25em;
}
.statement-section {
	margin-bottom: 150px;
}
.statement-section h2 {
	color: #fff;
	font-size: 34px;
}
.statement-section .inner {
	position: relative;
	background-color: var(--color-10);
	color: #fff;
	padding: 50px 250px 75px 75px;
	max-width: 1000px;
	margin: 0 200px 0 auto;
	border-radius: 20px;
}
.statement-section .content {
	display: none;
}
.statement-section .content.active {
	display: block;
}
.statement-section .contents-nav {
	display: flex;
	align-items: center;
	justify-content: center;
}
.statement-section .contents-nav .nav-item {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #fff;
	margin: 0 3px;
	border: 1px solid var(--color-5);
	box-sizing: content-box;
	cursor: pointer;
}
.statement-section .contents-nav .nav-item.active {
	border-color: #fff;
}
.statement-section .image {
	position: absolute;
	right: -200px;
	top: 50%;
	transform: translateY(calc(-50% + 130px));
	width: 750px;
	z-index: 1;
	pointer-events: none;
}
.statement-section .image img {
	width: 100%;
}
.gallery-section .gallery-modal {
	display: none;
	z-index: 9999999999;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.gallery-section .gallery-modal.active {
	display: block;
}
.gallery-section .gallery-modal .backdrop {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(255, 255, 255, 0.9);
	backdrop-filter: blur(5px);
	z-index: -1;
}
.gallery-section .gallery-modal .inner {
	z-index: 3;
	margin: 75px;
}
.gallery-section .gallery-modal .inner .close {
	float: none;
	color: var(--color-5);
	opacity: 1;
	cursor: pointer;
	border-bottom: 2px solid var(--color-5);
	padding-bottom: 15px;
	position: absolute;
	top: 30px;
	right: 30px;
}
.gallery-section .gallery-modal .modal-row {
	align-items: flex-end;
	padding-top: 100px;
	height: calc(100vh - 250px);
}
.gallery-section .gallery-modal .modal-row .content-col {
	flex: 1 1 40%;
	margin-right: 100px;
}
.gallery-section .gallery-modal .modal-row .content-col .content {
	text-align: justify;
	font-style: italic;
}
.gallery-section .gallery-modal .modal-row .content-col .heading {
	font-weight: 500;
	font-size: 24px;
	margin-bottom: 40px;
}
.gallery-section .gallery-modal .modal-row .images-col {
	flex: 1 1 70%;
	position: relative;
	align-self: center;
}
.gallery-section .gallery-modal .modal-row .images-col .navigation .prev,
.gallery-section .gallery-modal .modal-row .images-col .navigation .next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background-color: var(--color-6);
	padding: 0 10px;
	color: #fff;
	border-radius: 4px;
	font-size: 22px;
	cursor: pointer;
}
.gallery-section .gallery-modal .modal-row .images-col .navigation .prev {
	left: 0;
}
.gallery-section .gallery-modal .modal-row .images-col .navigation .next {
	right: 0;
}
.gallery-section .gallery-modal .modal-row .images-col .image {
	width: 100%;
	padding: 0 100px;
}
.gallery-section .gallery-modal .modal-row .images-col .image img {
	width: 100%;
}
.gallery-section .gallery-modal .modal-row .images-col .image .embed-responsive-16by9 {
	width: 100%;
}
.gallery-section .gallery-modal .images .image {
	display: none;
	align-items: center;
	justify-content: center;
}
.gallery-section .gallery-modal .images .image.active {
	display: flex;
}
.gallery-section .gallery-modal .images .image > * {
	max-height: calc(100vh - 250px);
	object-fit: cover;
	width: 100%;
}
.gallery-section .gallery-modal .gal-content {
	display: none;
}
.gallery-section .gallery-modal .gal-content.active {
	display: block;
}
.gallery-section .gallery {
	display: grid;
	grid-template-columns: [col1] 1fr [_col1] 10px [col2] 1fr [_col2] 10px [col3] 1fr [_col3] 10px [col4] 1fr [_col4] 10px [col5] 1fr [_col5] 10px [col6] 1fr [_col6] 10px [col7] 1fr [_col7] 10px [col8] 1fr [_col8];
	grid-template-rows: [row1] 400px [_row1] 10px [row2] 400px [_row2];
}
.gallery-section .gallery .image {
	cursor: pointer;
}
.gallery-section .gallery .image .media {
	height: 100%;
}
.gallery-section .gallery .image .embed-responsive-16by9 {
	height: 100%;
	padding: 0;
}
.gallery-section .gallery .image:nth-child(1) {
	grid-column: col1 / _col2;
	grid-row: row1 / _row1;
}
.gallery-section .gallery .image:nth-child(2) {
	grid-column: col3 / _col6;
	grid-row: row1 / _row1;
}
.gallery-section .gallery .image:nth-child(3) {
	grid-column: col1 / _col3;
	grid-row: row2 / _row2;
}
.gallery-section .gallery .image:nth-child(4) {
	grid-column: col4 / _col6;
	grid-row: row2 / _row2;
}
.gallery-section .gallery .image:nth-child(5) {
	grid-column: col7 / _col8;
	grid-row: row1 / _row2;
}
.gallery-section .gallery .image img,
.gallery-section .gallery .image video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.attractions-section {
	position: relative;
	padding: 50px 0;
	margin: 100px 0;
}
.attractions-section:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: var(--color-5);
	opacity: .3;
	z-index: -1;
}
.attractions-section h2 {
	text-align: center;
	margin-bottom: 40px;
	color: var(--color-5);
}
.attractions-section .att-row {
	align-items: center;
}
.attractions-section .att-content {
	display: none;
}
.attractions-section .att-content.active {
	display: block;
}
.attractions-section .content-col {
	flex: 1 1 25%;
	padding-right: 50px;
	border-right: 2px solid var(--color-5);
	margin-right: 50px;
	padding-left: 50px;
}
.attractions-section .images-col {
	flex: 1 1 75%;
	overflow: hidden;
}
.attractions-section .owl-item {
	position: relative;
	min-height: 180px;
}
.attractions-section .owl-item .item {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.attractions-section .owl-item .item img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.attractions-section .owl-item.first .item img {
	transform: scale(1.2);
}
.attractions-section .owl-stage {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 50px 0 50px 50px;
}
.attractions-section .owl-dots {
	display: flex;
	justify-content: center;
	align-items: center;
}
.attractions-section .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	background-color: var(--color-5);
	border-radius: 50%;
	overflow: hidden;
	display: inline-block;
	margin: 0 3px;
}
.attractions-section .owl-dots .owl-dot.active span {
	transform: scale(1.2);
}
.fp-section {
	margin: 200px 0;
}
.fp-section h2 {
	font-size: 34px;
}
.fp-section .fp-row {
	max-width: 1200px;
	margin: 0 auto;
}
.fp-section .fp-headings {
	font-size: 20px;
}
.fp-section .fp-headings .heading {
	color: var(--color-10);
	font-weight: 700;
	opacity: .25;
	margin-bottom: 10px;
	cursor: pointer;
}
.fp-section .fp-headings .pricing {
	color: var(--color-10);
	font-weight: 700;
	margin-top: 50px;
	text-transform: uppercase;
}
.fp-section .fp-headings .heading.active {
	opacity: 1;
}
.fp-section .content-col {
	border-right: 2px solid var(--color-6);
	padding-right: 50px;
	margin-right: 150px;
	flex: 1 1 40%;
	text-align: right;
}
.fp-section .image-col {
	flex: 1 1 60%;
}
.fp-section .fp-image {
	display: none;
}
.fp-section .fp-image.active {
	display: block;
}
.fp-section .fp-image .image {
	margin-bottom: 40px;
}
.fp-section .fp-image img {
	width: 100%;
}
.amenities-section .amenities-row {
	align-items: center;
}
.amenities-section .col {
	flex: 1 1 50%;
}
.amenities-section .content-col {
	padding-left: 30px;
}
.amenities-section .amenities {
	padding-left: 50px;
}
.amenities-section .amenities .heading {
	font-weight: 500;
	margin: 20px 0;
	position: relative;
	font-size: 18px;
}
.amenities-section .amenities .heading:before {
	content: '';
	background-image: url(assets/images/icon-list-blue.png);
	width: 30px;
	height: 30px;
	background-size: 100% 100%;
	position: absolute;
	top: 60%;
	transform: translateY(-50%);
	left: -50px;
}
.testimonial-section .heading {
	text-align: center;
}
.testimonial-section .testimonial-row {
	max-width: 1100px;
	margin: 0 auto;
	height: 600px;
	align-items: center;
}
.testimonial-section .col {
	flex: 1 1 50%;
	max-width: 50%;
}
.testimonial-section .content-col {
	margin-left: -90px;
	position: relative;
	background-color: rgba(170, 170, 170, 0.8);
	color: #252525;
	padding: 50px 50px 0 75px;
	border-top-left-radius: 150px;
	border-top-right-radius: 300px;
	border-bottom-left-radius: 300px;
	border-bottom-right-radius: 150px;
	z-index: 2;
}
.testimonial-section .testimonial {
	padding: 20px 50px 20px 20px;
}
.testimonial-section .testimonial .content {
	border-bottom: 1px solid #252525;
	margin-bottom: 10px;
	font-style: italic;
}
.testimonial-section .testimonial .heading {
	color: #252525;
	text-align: right;
}
.testimonial-section .owl-dots {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateY(-50%);
}
.testimonial-section .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	background-color: #252525;
	border-radius: 50%;
	overflow: hidden;
	display: inline-block;
	margin: 0 3px;
}
.testimonial-section .owl-dots .owl-dot.active span {
	transform: scale(1.2);
}
.testimonial-section .image-col {
	position: relative;
}
.testimonial-section .image {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	opacity: 0;
	transition: opacity ease-in-out .5s;
}
.testimonial-section .image:first-child {
	position: relative;
	transform: none;
}
.testimonial-section .image img {
	width: 100%;
}
.testimonial-section .image.active {
	opacity: 1;
	z-index: 1;
}
.single-locations .form-section .col {
	flex: 1 1 50%;
}
.single-locations .form-section .form-col {
	margin: 0 140px;
}
.single-locations .form-section .content-col {
	background-color: var(--color-10);
	color: #fff;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
	padding: 50px 150px;
	margin-right: 0;
	font-size: 16px;
}
.single-locations .form-section .content-col .inner {
	width: max-content;
}
.single-locations .form-section .content-col a {
	color: #fff;
	font-weight: 400;
}
.single-locations .form-section .content-col .heading {
	font-size: 18px;
	font-weight: 700;
	padding-bottom: 10px;
	border-bottom: 1px solid #fff;
	margin-bottom: 20px;
}
.single-locations .form-section .content-col .phone,
.single-locations .form-section .content-col .email {
	margin-bottom: 20px;
}
.single-locations .form-section .content-col .phone .fas,
.single-locations .form-section .content-col .email .fas {
	margin-left: -1.5em;
	margin-right: .5em;
	font-size: 18px;
}
.single-locations .form-section .content-col .email {
	border-bottom: 1px solid #fff;
	padding-bottom: 10px;
}
.single-locations .form-section .content-col .address {
	margin-bottom: 20px;
}
.single-locations .form-section .content-col .link {
	margin-bottom: 20px;
}
.single-locations .form-section .content-col .link a {
	border-bottom: 1px solid #fff;
	padding-bottom: 10px;
}
.single-locations .form-section .content-col h2 {
	color: #fff;
	margin-left: -2em;
	margin-bottom: 50px;
}
.background-section {
	margin: 100px 0;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	min-height: 25vw;
	position: relative;
}
.background-section .overlay {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	font-size: 32px;
	font-weight: 700;
	text-shadow: 0 0 8px #fff;
}
.contact-map .map-container .map-outer {
	border-radius: 20px;
	width: 100%;
	height: 360px;
}
.contact-section .contact-row {
	justify-content: center;
	column-gap: 50px;
	margin-bottom: 30px;
}
.contact-section .contact-row > .col {
	max-width: 100%;
	flex: 1 1 auto;
}
.contact-section .contact-row > .col.left {
	flex: 1 1 500px;
}
.contact-section .contact-row > .col.right {
	flex: 1 1 calc(100% - 550px);
}
.single-locations .banner-section .image {
	position: static;
}
.single-locations .options {
	display: flex;
	flex-wrap: wrap;
	column-gap: 15px;
	row-gap: 15px;
	justify-content: center;
	align-items: center;
}
.chat-icon {
	position: fixed;
	bottom: 30px;
	right: 30px;
	width: 100px;
	z-index: 99999999;
	cursor: pointer;
}
body.custom-icon .bwc-intro-text,
body.custom-icon .bwc-bot-trigger {
	display: none;
}
.gform_wrapper.gravity-theme .gfield.required {
	font-size: 14px;
	font-style: italic;
}
.page-template-default .banner-section {
	margin-bottom: 0;
}
.page-template-default .banner-section .heading {
	left: 50%;
	top: 50%;
	transform: translateX(-50%);
}
.page-template-default .main-section {
	padding: 50px 0;
}
.hp-form {
	max-width: 1200px;
	margin: 0 auto;
}
.hp-form .gform_wrapper.gravity-theme .gform_fields {
	display: grid;
	grid-template-columns: 2fr 1fr 1fr;
	grid-auto-flow: column;
	grid-column-gap: 2em;
	grid-row-gap: 1em;
}
.hp-form .gform_wrapper.gravity-theme .gfield:nth-child(n) {
	grid-column-start: 2;
	grid-column-end: 4;
}
.hp-form .gform_wrapper.gravity-theme .gfield:nth-child(n).hidden_html {
	display: block;
}
.hp-form .gform_wrapper.gravity-theme .gfield:nth-child(n).field-message {
	grid-column-start: 1;
	grid-column-end: 2;
}
.hp-form .gform_wrapper.gravity-theme .gfield:nth-child(n).html-left,
.hp-form .gform_wrapper.gravity-theme .gfield:nth-child(n).field-community,
.hp-form .gform_wrapper.gravity-theme .gfield:nth-child(n).field-contact {
	grid-column-start: 1;
	grid-column-end: 2;
}
.hp-form .gform_wrapper.gravity-theme .gfield:nth-child(n).html-left {
	grid-row-start: 1;
	grid-row-end: 4;
}
.hp-form .gform_wrapper.gravity-theme .gfield:nth-child(n).html-right {
	grid-row-start: 1;
	grid-row-end: 1;
}
.hp-form .gform_wrapper.gravity-theme .gfield:nth-child(n).field-community {
	grid-row-start: 4;
	grid-row-end: 5;
}
.hp-form .gform_wrapper.gravity-theme .gfield:nth-child(n).field-contact {
	grid-row-start: 5;
	grid-row-end: 6;
}
.hp-form .gform_wrapper.gravity-theme .gfield:nth-child(n).field-date {
	grid-column-start: 2;
	grid-column-end: 3;
}
.hp-form .gform_wrapper.gravity-theme .gfield:nth-child(n).field-time {
	grid-column-start: 3;
	grid-column-end: 4;
}
.hp-form .gform_wrapper.gravity-theme .gfield:nth-child(n).field-captcha {
	grid-row-start: 1;
}
.hp-form .gform_wrapper.gravity-theme .gform_footer {
	text-align: right;
	margin: 0;
	padding: 0;
}

/* .single .form-section .form .gform_wrapper.gravity-theme .gform_fields {
	display: flex;
	flex-wrap: wrap;
	column-gap: 16px;
	row-gap: 16px;
}
.single .form-section .form .gform_wrapper.gravity-theme .gfield {
	flex: 1 1 calc(50% - 8px);
}
.single .form-section .form .gform_wrapper.gravity-theme .gfield.field-message,
.single .form-section .form .gform_wrapper.gravity-theme .gfield.field-schedule {
	flex: 1 1 100%;
}
.single .form-section .form .gform_wrapper.gravity-theme .gfield textarea.large {
	height: 120px;
} */
.gform_wrapper.gravity-theme .hidden_html {
	display: none;
}
.gfield.field-date,
.gfield.field-time {
	flex: 0 1 auto;
}
.gfield.field-date .ginput_complex,
.gfield.field-time .ginput_complex {
	flex-wrap: nowrap;
}
.gfield.field-date .ginput_complex select,
.gfield.field-time .ginput_complex select {
	padding: 8px 40px 8px 8px;
}
.single .form-row {
	align-items: flex-start;
}
.contact-section.life {
	margin-bottom: 40px;
}
.archive .blog-section .blog h2,
.search .blog-section .blog h2 {
	text-align: left;
	font-size: 28px;
}
.archive .blog-section .blog .content,
.search .blog-section .blog .content {
	position: relative;
	border: none;
	padding: 0;
	background: none;
	color: var(--color-2);
}
.blog-section .sidebar h2 {
	margin-bottom: 0;
	font-weight: 700;
}
.blog-section .sidebar a {
	font-weight: 400;
}
.gallery[class*='galleryid'] {
	display: flex;
	flex-wrap: wrap;
	column-gap: 1em;
	row-gap: 1em;
	justify-content: center;
	align-items: center;
}
.gallery[class*='galleryid'] br {
	display: none;
}
.gallery[class*='galleryid'] .gallery-item {
	flex: 0 1 auto;
	width: auto;
	float: none;
	margin: 0 !important;
	--min: min(calc(50% - 15px), 200px);
	--max: min(50%, 300px);
	min-width: var(--min);
}
.gallery[class*='galleryid'] .gallery-item img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
	height: auto;
}
.gallery[class*='galleryid'].gallery-columns-1 .gallery-item {
	flex-basis: 100%;
}
.gallery[class*='galleryid'].gallery-columns-2 .gallery-item {
	flex-basis: calc((100% / 2) - (1em * 1/2));
}
.gallery[class*='galleryid'].gallery-columns-3 .gallery-item {
	flex-basis: calc((100% / 3) - (1em * 2/3));
}
.gallery[class*='galleryid'].gallery-columns-4 .gallery-item {
	flex-basis: calc((100% / 4) - (1em * 3/4));
}
.gallery[class*='galleryid'].gallery-columns-5 .gallery-item {
	flex-basis: calc((100% / 5) - (1em * 4/5));
}
.gallery[class*='galleryid'].gallery-columns-6 .gallery-item {
	flex-basis: calc((100% / 6) - (1em * 5/6));
}
.gallery[class*='galleryid'].gallery-columns-7 .gallery-item {
	flex-basis: calc((100% / 7) - (1em * 6/7));
}
.gallery[class*='galleryid'].gallery-columns-8 .gallery-item {
	flex-basis: calc((100% / 8) - (1em * 7/8));
}
.gallery[class*='galleryid'].gallery-columns-9 .gallery-item {
	flex-basis: calc((100% / 9) - (1em * 8/9));
}
.single .main-section.single {
	margin: 0;
	padding: 50px 0;
}
.single .gallery {
	margin: 30px 0;
}
.media video {
	display: block;
	max-width: 100%;
	height: auto;
}
.media.left {
	float: left;
	margin: 0 20px 20px 0;
	max-width: 400px;
}
.media.right {
	float: right;
	margin: 0 20px 0 20px;
	max-width: 400px;
}
.media.center {
	float: none;
	margin: 0 auto 20px;
	max-width: 800px;
}
.media.center * {
	display: block;
	margin: 0 auto;
}
body {
	margin-top: calc(var(--c2aHeight) + var(--headerHeight));
}
.home .video-section {
	margin: 0 0 150px;
}
.gallery-section .owl-stage {
	display: flex;
}
.gallery-section .owl-stage .owl-item:nth-child(odd) {
	margin-bottom: 75px;
}
.gallery-section .owl-stage .owl-item .item {
	height: 100%;
	display: flex;
	flex-direction: column;
}
.gallery-section .owl-stage .owl-item .item .heading {
	flex: 1 1 auto;
	display: flex;
	align-items: center;
	justify-content: center;
}
.blog-section .sidebar-col {
	margin-bottom: 30px;
}
.single-locations .banner-section .image {
	display: block;
}
.cleanslate .img_width_height#bot-trigger-icon {
	width: 87px !important;
	height: 87px !important;
}
.bwc-bot-trigger {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
}
body .uwy.userway_p5 .uai {
	bottom: 78px !important;
	left: 12px !important;
}
.lottie-col video {
	display: block;
	margin: 0 auto;
}
input.gfield-choice-input {
	height: 30px;
	width: 30px;
}
fieldset.field-schedule {
	margin: 15px 0 !important;
}
#gform_30 .gform_footer,
#gform_29 .gform_footer,
#gform_4 .gform_footer {
	text-align: center;
	display: block;
}
.cleanslate .bwc-bot-trigger .bwc-intro-text {
	display: none;
}
.links-col .phone a br {
	display: none;
}
body.single #form-section .content-col .link a {
	background: #eef0f1;
	border-radius: 14px;
	color: #01529b;
	padding-bottom: 0;
	border-bottom: none;
	padding: 10px;
}
.single-form {
	display: flex;
	align-items: center !important;
	justify-content: center;
}
body.page-id-1597 fieldset.gfield legend,
body.single fieldset.gfield legend {
	display: none !important;
}
body.page-id-1597 .gfield_checkbox,
body.single .gfield_checkbox {
	display: flex;
	width: 100% !important;
	flex-flow: wrap;
}
body.page-id-1597 .gfield_checkbox .gchoice,
body.single .gfield_checkbox .gchoice {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin: 10px 0;
	background: #01529b;
	padding: 20px !important;
	border-radius: 8px;
}
body.page-id-1597 .gfield_checkbox .gchoice input,
body.single .gfield_checkbox .gchoice input {
	display: inline-flex !important;
	width: 10% !important;
	margin-top: 0 !important;
	margin-left: 0 !important;
}
body.page-id-1597 .gfield_checkbox .gchoice label,
body.single .gfield_checkbox .gchoice label {
	color: #fff !important;
	display: inline-flex !important;
	width: 90% !important;
}
body.page-id-1597 #contact-section {
	margin-bottom: 50px;
}
body.single .side-message {
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 700;
	text-align: left;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
}
#location-section .location-col .link a,
span.comm-btn,
.contents .link a,
.form .gform_wrapper.gravity-theme .button {
	background: none;
	text-decoration: none;
	padding: 10px;
	text-transform: uppercase;
	font-weight: 500;
	border: none;
	border-radius: 14px;
	padding-bottom: 12px;
	color: var(--color-10);
	background-color: #eef0f1;
	border: 3px solid var(--color-10);
	white-space: normal;
	text-align: left;
}
.single .form .gform_wrapper.gravity-theme .button {
	width: 100%;
	text-align: center;
}
#SatisfactionGuarantee {
	display: none;
	padding-bottom: 20px;
}
.featherlight #SatisfactionGuarantee {
	display: inline-block !important;
	margin: 0 !important;
	padding: 30px;
	background: #fff;
	height: auto !important;
	max-width: 100%;
	width: 100% !important;
}
#SatisfactionGuarantee .widgettitle {
	font-size: 1.625rem;
	font-weight: 700;
	line-height: 1.2;
	margin: 20px 0 0;
}
#SatisfactionGuarantee .et_pb_widget a {
	font-weight: 500;
	color: #ffac25;
}
#satisfaction-popup {
	box-shadow: 1px 3px 18px rgba(0, 0, 0, 0.3);
	background: #fff;
	border-radius: 7px;
	padding: 10px 15px 10px 10px;
	z-index: 9;
	transition: all .2s;
}
#satisfaction-popup:hover {
	box-shadow: 1px 3px 18px rgba(0, 0, 0, 0.2);
	bottom: 135px;
	cursor: pointer;
}
#satisfaction-popup a.satis-btn {
	position: relative;
}
#satisfaction-popup h5 {
	padding: 0;
	margin: 0 0 10px;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: normal;
	text-align: center;
}
#satisfaction-popup h5 span {
	display: inline-block;
	width: 100%;
	font-size: 16px;
	text-decoration: underline;
	color: #87bb96;
	margin: 10px 0 0 0;
}
a.satis-btn img {
	position: absolute;
	left: -80px;
	top: -61px;
	max-width: 127px;
	height: auto;
}
#satisfaction-popup:hover span {
	text-decoration: none;
}
#satisfaction-popup {
	position: fixed;
	left: 80px;
	top: 180px;
	max-width: 330px;
}
#satisfaction-popup:hover {
	box-shadow: 1px 3px 18px rgba(0, 0, 0, 0.2);
	top: 185px;
	bottom: unset;
	cursor: pointer;
}
.fadeInUp {
	animation-name: fadeInUp;
}
.service-row .content a {
	background-color: #eef0f1;
	border: 3px solid var(--color-10);
	padding: 8px 10px;
	border-radius: 14px;
	color: var(--color-10);
}
.comm-btn:hover,
.comm-btn:focus {
	cursor: pointer;
}
.service-row .content a:hover,
.service-row .content a:focus {
	color: var(--color-10);
}
.close-thik {
	cursor: pointer;
}
[class*='close-']:not(.five9-close-button) {
	font: 14px/100% arial, sans-serif;
	position: absolute;
	right: -5px;
	text-decoration: none;
	top: -5px;
	border-radius: 8px;
	background: white;
	width: 16px;
	height: 16px;
}
.close-thik:after {
	content: '✖';
	color: black;
}
.popup-inner .content {
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	display: block;
	background: #fff;
	padding: 10px 40px;
	margin-bottom: 40px;
}
.popup-inner .content span {
	display: inline-block;
	width: 100%;
}
.popup-inner .content p {
	text-align: unset;
	line-height: auto;
	margin: 10px 0;
}
.popup-inner .content-title {
	padding: 10px 40px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	color: var(--color-1);
}
.popup {
	width: 100%;
	height: 100%;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	background: transparent;
	z-index: 9999;
}
.popup-inner {
	overflow-y: unset !important;
	padding: 0 !important;
	max-width: 1200px;
	height: auto;
	width: 768px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border: none;
	background: transparent;
	max-height: 90%;
}
.popup-inner {
	background: #fff;
	border-radius: 8px;
	box-shadow: 1px 1px 4px #000;
}
.pop-popup-close::before,
.popup-close::before {
	content: '\00D7';
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-weight: 400;
	font-size: 24px;
	line-height: 0;
	padding-top: 2px;
}
.pop-popup-close,
.popup-close {
	width: 30px;
	height: 30px;
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	border-radius: 1000px;
	background: #454955;
	font-family: Arial, Sans-Serif;
	font-size: 20px;
	text-align: center;
	line-height: 100%;
	color: #f3eff5;
}
.pop-popup-close:hover,
.popup-close:hover {
	text-decoration: none;
	color: var(--color-3);
}
.popup-inner img {
	height: -webkit-fill-avilable;
}
.visible {
	display: block;
}
.hidden {
	display: none !important;
}
.pop-popup-close {
	top: -14px;
}
span.comm-btn {
	position: absolute;
	left: 50%;
	top: 104%;
	transform: translate(-50%, -140px);
}
#satisfaction-popup span.comm-btn {
	position: relative;
	display: block;
	left: auto;
	top: auto;
	transform: none;
	text-align: center;
	text-decoration: none;
	color: #0b2f88;
	font-weight: 700;
}
.gfield-choice-input {
	height: 22px;
	margin-right: 20px !important;
}
.single-locations .form-section .content-col .link {
	margin-top: 40px;
	font-size: 24px;
}
.single-locations .form {
	margin-bottom: 50px;
}
.home .gfield.field-message {
	grid-row-start: 5;
	grid-row-end: 9;
}
label#label_4_10_1 {
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	padding: 0;
	color: var(--color-6);
}
#gform_30 .gform_footer,
#gform_29 .gform_footer,
#gform_4 .gform_footer {
	order: 1;
}
#gform_30 #field_30_17,
#gform_29 #field_29_17,
#gform_4 #field_4_17 {
	order: 2;
	margin-top: 40px;
}
#gform_29 input[type='submit'],
#gform_30 input[type='submit'] {
	margin-top: 40px;
}
body.page-id-1597 .contact-section .form .gform_wrapper.gravity-theme .gform_fields {
	display: block;
}
.page-template-page-contact .main_content {
	margin: 0 15px 50px;
}
body.home .video-section .overlay {
	position: static;
	transform: none;
	background-color: var(--color-10);
	font-size: 40px;
	padding: 20px 15px;
	text-align: center;
}
body.home .video-section .overlay p {
	text-align: center;
	margin-bottom: 0;
}
body.home .video-section .overlay a {
	color: #fff;
	text-decoration: underline;
}
body.home .video-section .overlay a:hover,
body.home .video-section .overlay a:focus {
	color: var(--color-5);
}
.locations-template-single-locations-v2.single-locations .banner-section .inner {
	border-top-left-radius: 15px;
	overflow: hidden;
	position: relative;
}
.locations-template-single-locations-v2.single-locations .banner-section .overlay {
	position: relative;
	top: auto;
	left: auto;
	right: auto;
	bottom: auto;
	transform: none;
	min-width: 0;
	width: 650px;
	color: #fff;
	text-shadow: none;
	font-size: 26px;
	font-weight: 400;
	clip-path: polygon(100% 0%, 100% 15px, 75% 100%, 0% 100%, 0% 0%);
	border-top-right-radius: 15px;
	background-color: #fff;
	margin-top: -5px;
	min-height: 500px;
	height: 35vw;
	display: flex;
	justify-content: center;
}
.locations-template-single-locations-v2.single-locations .banner-section .overlay .overlay-inner {
	background-color: var(--color-10);
	position: absolute;
	top: 2px;
	left: 0;
	right: 5px;
	bottom: 0;
	clip-path: polygon(100% 0%, 100% 15px, 75% 100%, 0% 100%, 0% 0%);
	border-top-right-radius: 15px;
}
.locations-template-single-locations-v2.single-locations .banner-section .overlay .overlay-content {
	position: relative;
	z-index: 11;
	padding: 75px 75px 100px 30px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.locations-template-single-locations-v2.single-locations .banner-section .overlay .content {
	flex: 1 1 auto;
}
.locations-template-single-locations-v2.single-locations .banner-section .overlay h1 {
	color: #fff;
	font-size: 40px;
}
.locations-template-single-locations-v2.single-locations .banner-section .overlay a {
	font-weight: 400;
}
.locations-template-single-locations-v2.single-locations .banner-section .overlay .phone {
	margin-top: 5px;
}
.locations-template-single-locations-v2.single-locations .banner-section .image {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-size: cover;
	z-index: -1;
}
.locations-template-single-locations-v2.single-locations .main-section {
	margin: 75px 0;
}
.locations-template-single-locations-v2.single-locations .main-section .content-box {
	background-color: #ecf5ec;
	border-radius: 15px;
	padding: 50px;
	z-index: 1;
	color: var(--color-2);
	font-size: 18px;
}
.locations-template-single-locations-v2.single-locations .main-section .content-box .content-row {
	border: 2px solid var(--color-14);
	border-radius: 15px;
	padding: 50px 30px 0 50px;
	align-items: center;
	column-gap: 50px;
}
.locations-template-single-locations-v2.single-locations .main-section .content-box .content-row .image-col {
	flex: 0 0 150px;
}
.locations-template-single-locations-v2.single-locations .main-section .content-box .content-row .image-col img {
	width: 100%;
}
.locations-template-single-locations-v2.single-locations .main-section .heading {
	background-color: var(--color-12);
	display: block;
	width: fit-content;
	margin-bottom: -20px;
	margin-left: 40px;
	z-index: 2;
	position: relative;
	padding: 0 10px;
	color: var(--color-13);
	max-width: calc(100% - 80px);
}
.locations-template-single-locations-v2.single-locations .form-section {
	background-color: var(--color-12);
	margin: 75px 0;
}
.locations-template-single-locations-v2.single-locations .form-section .form-row {
	align-items: stretch;
}
.locations-template-single-locations-v2.single-locations .form-section .form-row > .col {
	padding: 75px;
	margin: 0 auto;
}
.locations-template-single-locations-v2.single-locations .form-section .form-row .form-col {
	flex: 1 1 auto;
}
.locations-template-single-locations-v2.single-locations .form-section .form-row .form-col .content {
	font-weight: 500;
}
.locations-template-single-locations-v2.single-locations .form-section .form-row .form-col .content h2 {
	font-weight: 700;
	color: var(--color-13);
}
.locations-template-single-locations-v2.single-locations .form-section .form-row .form-col .content,
.locations-template-single-locations-v2.single-locations .form-section .form-row .form-col .form {
	max-width: 850px;
	margin: 0 auto;
}
.locations-template-single-locations-v2.single-locations .form-section .form-row .info-col {
	background-color: var(--color-15);
	flex: 0 1 550px;
}
.locations-template-single-locations-v2.single-locations .form-section .form-row .info-col .heading {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 10px;
	color: var(--color-13);
}
.locations-template-single-locations-v2.single-locations .form-section .form-row .info-col .page-heading {
	font-size: 22px;
	margin-bottom: 40px;
	position: relative;
	width: fit-content;
	color: var(--color-13);
}
.locations-template-single-locations-v2.single-locations .form-section .form-row .info-col .page-heading:after {
	content: '';
	position: absolute;
	left: 0;
	top: calc(100% + 5px);
	right: 30px;
	height: 3px;
	background-color: var(--color-14);
}
.locations-template-single-locations-v2.single-locations .form-section .form-row .info-col .phone {
	margin-bottom: 40px;
}
.locations-template-single-locations-v2.single-locations .form-section .form-row .info-col .address {
	margin-bottom: 40px;
}
.locations-template-single-locations-v2.single-locations .form-section .form-row .info-col .rcfe_license {
	font-weight: 700;
	margin-bottom: 40px;
	color: var(--color-2);
}
.locations-template-single-locations-v2.single-locations .form-section .gform_wrapper.gravity-theme .gfield_checkbox {
	column-gap: 12px;
}
.locations-template-single-locations-v2.single-locations .form-section .gform_wrapper.gravity-theme .gfield_checkbox .gchoice {
	flex: 1 1 calc(33.33% - 8px);
	padding: 0 !important;
	display: block;
	position: relative;
	background: none;
	border: 2px solid var(--color-6);
	cursor: pointer;
}
.locations-template-single-locations-v2.single-locations .form-section .gform_wrapper.gravity-theme .gfield_checkbox .gchoice input {
	width: 0 !important;
	height: 0;
	overflow: hidden;
	opacity: 0;
	margin-right: 0 !important;
	position: absolute;
}
.locations-template-single-locations-v2.single-locations .form-section .gform_wrapper.gravity-theme .gfield_checkbox .gchoice label {
	color: var(--color-6) !important;
	padding: 12px;
	text-align: center;
	width: 100% !important;
	max-width: none;
	font-size: 18px;
	cursor: pointer;
	align-items: center;
	justify-content: center;
	height: 100%;
}
.locations-template-single-locations-v2.single-locations .form-section .gform_wrapper.gravity-theme .gfield_checkbox .gchoice.active {
	border-color: var(--color-11);
}
.locations-template-single-locations-v2.single-locations .form-section .gform_wrapper.gravity-theme .gfield_checkbox .gchoice.active label {
	color: var(--color-11) !important;
}
.locations-template-single-locations-v2.single-locations .form-section .gform_wrapper.gravity-theme .gform_footer {
	padding: 0;
}
.locations-template-single-locations-v2.single-locations .form-section .gform_wrapper.gravity-theme .gfield input {
	background-color: transparent;
	border-radius: 8px;
	padding: 12px;
	font-size: 16px;
	font-weight: 500;
}
.locations-template-single-locations-v2.single-locations .form-section .gform_wrapper.gravity-theme .button {
	width: auto;
	padding: .8em 1.5em;
	min-width: 220px;
	border: none;
	background-color: var(--color-11);
	color: #fff;
	border-radius: 4px;
	transition: all ease .3s;
}
.locations-template-single-locations-v2.single-locations .form-section .gform_wrapper.gravity-theme .button:hover, .locations-template-single-locations-v2.single-locations .form-section .gform_wrapper.gravity-theme .button:focus {
	background-color: var(--color-10);
}
.locations-template-single-locations-v2.single-locations .locations-section {
	margin: 50px 0;
}
.locations-template-single-locations-v2.single-locations .locations-section h2 {
	text-align: center;
	margin-bottom: 40px;
	font-weight: 700;
}
.locations-template-single-locations-v2.single-locations .locations-section .locations {
	column-gap: 12px;
	row-gap: 12px;
	flex-wrap: wrap;
}
.locations-template-single-locations-v2.single-locations .locations-section .locations > .col {
	flex: 1 1 calc(33.33% - 8px);
}
.locations-template-single-locations-v2.single-locations .locations-section .location .heading {
	font-weight: 700;
	margin: 20px 0 30px;
	font-size: 20px;
	color: var(--color-16);
}
.locations-template-single-locations-v2.single-locations .locations-section .location .content p {
	text-align: left;
}
.locations-template-single-locations-v2.single-locations .locations-section .location .link {
	width: fit-content;
	border-bottom: 1px solid var(--color-6);
	padding-bottom: 5px;
}
.locations-template-single-locations-v2.single-locations #satisfaction-popup {
	display: none;
}
.locations-template-single-locations-v2.single-locations .banner-section:after {
	content: '';
	width: 150px;
	padding-bottom: 44%;
	background-image: url(assets/images/bg-circle-2.png);
	background-repeat: no-repeat;
	background-size: auto 100%;
	position: absolute;
	top: 100%;
	right: 0;
	transform: translateY(-50%);
	z-index: -10;
}
.locations-template-single-locations-v2.single-locations .content-section {
	position: relative;
}
.locations-template-single-locations-v2.single-locations .content-section {
	position: relative;
}
.locations-template-single-locations-v2.single-locations .content-section:after {
	content: '';
	width: 75px;
	padding-bottom: 22.5%;
	background-image: url(assets/images/bg-circle.png);
	background-repeat: no-repeat;
	background-size: auto 100%;
	position: absolute;
	top: 50px;
	left: 0;
	z-index: -10;
}
.content-section {
	margin: 75px 0;
}
.content-section .content h3 {
	margin-bottom: 75px;
	font-size: 22px;
}
.content-section .content h2 {
	color: var(--color-2);
	font-weight: 700;
}
.content-section .image {
	margin-top: 50px;
	max-width: 800px;
	margin: 0 auto;
}
.gallery-section-v2 {
	margin: 75px 0;
	position: relative;
	z-index: 1;
}
.gallery-section-v2:after {
	content: '';
	width: 150px;
	padding-bottom: 44%;
	background-image: url(assets/images/bg-circle-2.png);
	background-repeat: no-repeat;
	background-size: auto 100%;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	z-index: -1;
}
.gallery-section-v2 .gallery-section-inner {
	overflow: hidden;
}
.gallery-section-v2 h2 {
	text-align: center;
	color: var(--color-2);
	margin-bottom: 40px;
}
.gallery-section-v2 .gallery-v2 {
	width: 126%;
	display: block;
	margin: 0 -13%;
}
.gallery-section-v2 .gallery-v2 img {
	aspect-ratio: 1/1;
	object-fit: cover;
	object-position: 50% 50%;
}
.testimonials-section-v2 {
	margin: 75px 0;
}
.testimonials-section-v2 .testimonials {
	max-width: 900px;
	margin: 0 auto;
}
.testimonials-section-v2 .testimonial {
	column-gap: 50px;
	row-gap: 30px;
	align-items: center;
}
.testimonials-section-v2 .testimonial .image-col {
	border-radius: 15px;
	overflow: hidden;
	flex: 1 1 calc(45% - 25px);
}
.testimonials-section-v2 .testimonial .content-col {
	flex: 1 1 calc(55% - 25px);
}
.testimonials-section-v2 .testimonial .quote {
	color: var(--color-3);
	font-size: 42px;
	margin-bottom: 20px;
}
.testimonials-section-v2 .testimonial .content {
	font-weight: 500;
}
.testimonials-section-v2 .testimonial .content p {
	text-align: left;
}
.testimonials-section-v2 .testimonial .heading {
	font-weight: 700;
	font-size: 18px;
	margin-left: 50px;
}
.testimonials-section-v2 .testimonial .sub_heading {
	margin-left: 50px;
}
.locations-template-single-locations-v2.single-locations h3 {
	color: var(--color-13);
}
.locations-template-single-locations-v2.single-locations h2 {
	color: var(--color-16);
}
.locations-template-single-locations-v2.single-locations .content-section .content h2 {
	font-weight: 500;
}
/* === Media Queries === */
@media screen and (max-width: 1399px) {
	.mega-menu .menu-item a {
		padding: 5px 15px;
	}
	.primary-header .logo-col {
		margin-right: 20px;
		max-width: 240px;
	}
	.banner-section {
		margin-bottom: 0;
	}
	.banner-section .image-wrap {
		display: none;
	}
	.banner-section .background,
  .banner-section .image {
		display: none;
	}
	.banner-section .heading {
		position: static;
		transform: none;
		text-align: center;
		padding-top: 50px;
	}
	.gallery-section .gallery-modal .modal-row {
		flex-direction: column-reverse;
		justify-content: center;
		text-align: center;
		max-width: 600px;
		margin: 0 auto;
	}
	.gallery-section .gallery-modal .modal-row .col {
		flex: 0 0 auto;
		width: 100%;
		margin: 0;
	}
	.gallery-section .gallery-modal .modal-row .content-col {
		margin-top: 50px;
	}
	.gallery-section .gallery-modal .modal-row .images-col .image img {
		width: auto;
		max-height: 400px;
		margin: 0 auto;
	}
	.single .form-row {
		display: block;
		max-width: 800px;
		margin: 0 auto;
	}
	.locations-template-single-locations-v2.single-locations .form-section .form-row {
		display: flex;
		max-width: none;
	}
	.single-locations .form-section .content-col {
		margin-top: 30px;
		border-radius: 15px;
	}
	.contact-section .form .gform_wrapper.gravity-theme .gform_fields .col {
		margin: 0 auto;
	}
	.contact-section .contact-container h2 {
		text-align: center;
	}
	.page-template-page-life-carlton .banner-section .heading,
  .page-template-page-blog .banner-section .heading {
		position: static;
		transform: none;
	}
	.page-template-page-living-options .banner-section,
  .page-template-page-resources .banner-section {
		margin-bottom: 50px;
	}
	.resources-section .image-col {
		margin-bottom: 50px;
	}
}
@media screen and (max-width: 1199px) {
	.mega-menu {
		padding-right: 15px;
	}
	.mega-menu .menu-item a {
		padding: 5px 10px;
		font-size: 14px;
	}
	.primary-header .logo-col {
		margin-right: 10px;
		max-width: 180px;
		margin-left: 15px;
	}
	.contact-map .map-container {
		display: block;
	}
	.contact-map .map-container .locations-panel {
		width: 100%;
		min-width: 0;
	}
	.contact-map .map-container .map-outer {
		position: static;
		transform: none;
		width: 100%;
	}
	.contact-map .map-container .locations-panel .results {
		margin: 0 auto;
	}
	.map-container .locations-panel h2 {
		margin-left: 0;
		text-align: center;
	}
	.contact-map {
		margin: 100px 0 0;
	}
	.contact-section .contact-row {
		flex-wrap: wrap;
	}
	.locations-template-single-locations-v2.single-locations .banner-section .overlay {
		width: 550px;
	}
}
@media screen and (max-width: 991px) {
	.popup-inner {
		width: 80%;
		overflow: scroll;
	}
	.popup-inner .content {
		padding: 25px;
	}
	.popup-inner h2.heading {
		text-align: center;
	}
	span.comm-btn {
		padding: 8px;
	}
	.statement-section {
		margin-bottom: 70px;
	}
	.single-locations .form-section .content-col .link {
		margin-top: 40px;
		font-size: 14px;
	}
	.single-locations .form-section .form-col {
		margin: 0 75px;
	}
	#primary-header .header-row {
		display: none;
	}
	.primary-header.sticky .c2a {
		max-height: 600px;
	}
	#mobile-header {
		background-color: rgba(255, 255, 255, 0.9);
		padding: 15px 30px;
		color: #fff;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	#mobile-header .mobile-nav.sub-open {
		visibility: hidden;
	}
	#mobile-header .mobile-nav.sub-open .sub-menu {
		visibility: visible;
	}
	#mobile-header .logo-col a {
		display: flex;
		align-items: center;
	}
	#mobile-header .logo-col .icon {
		margin-right: 15px;
		width: 80px;
	}
	#mobile-header .logo-col .logo {
		width: 140px;
		max-height: 600px;
		overflow: hidden;
		transition: max-height .3s ease-out, opacity .15s ease-out .05s;
		height: auto;
		opacity: 1;
	}
  /* 	#mobile-header.sticky .logo-col .logo {
		max-height: 0;
		opacity: 0;
		transition: max-height .3s ease-out, opacity .1s ease-out;
	} */
	#mobile-header .toggle {
		font-size: 32px;
		cursor: pointer;
		color: var(--color-10);
	}
	#mobile-header .mobile-nav {
		display: none;
		background-color: rgba(255, 255, 255, 0.9);
		position: fixed;
		top: 78px;
		left: 0;
		right: 0;
		height: auto;
		padding: 20px 0;
		border-bottom: 2px solid var(--color-8);
	}
	#mobile-header .mobile-nav.active {
		display: block;
	}
	#mobile-header .mobile-nav .primary {
		width: calc(100% - 30px);
		margin: 0 auto;
	}
	#mobile-header .mobile-nav .menu {
		margin: 0 auto;
		display: grid;
		grid-template-columns: auto auto;
		width: max-content;
		flex-wrap: wrap;
	}
	#mobile-header .mobile-nav .menu .menu-item {
		flex: 1 1 50%;
	}
	#mobile-header .mobile-nav .menu .menu-item a {
		padding: 8px 15px;
		display: flex;
		font-size: 16px;
		font-weight: 400;
		background-color: transparent;
		color: var(--color-7);
		border: none;
		align-items: center;
		white-space: nowrap;
		cursor: pointer;
	}
	#mobile-header .mobile-nav .menu .menu-item a:hover,
  #mobile-header .mobile-nav .menu .menu-item a:focus {
		color: var(--color-5);
	}
	#mobile-header .mobile-nav .menu .menu-item a:hover .description,
  #mobile-header .mobile-nav .menu .menu-item a:focus .description {
		color: var(--color-5);
	}
	#mobile-header .mobile-nav .menu .menu-item a .fas {
		margin-left: .5em;
	}
	#mobile-header .mobile-nav .sub-menu {
		display: none;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		z-index: 3;
		background-color: rgba(255, 255, 255, 0.9);
		color: var(--color-2);
		min-height: 100%;
		padding: 20px 0;
		max-height: calc(100vh - 75px);
		overflow-y: auto;
		border-bottom: 2px solid var(--color-8);
	}
	#mobile-header .mobile-nav .sub-menu .menu {
		width: max-content;
		display: grid;
		grid-template-columns: auto auto;
	}
	#mobile-header .mobile-nav .sub-menu.active {
		display: block;
	}
	#mobile-header .mobile-nav .sub-menu .sub-inner {
		margin: 0 auto;
		width: calc(100% - 30px);
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
	}
	#mobile-header .mobile-nav .sub-menu .sub-inner .menu {
		width: 100%;
		display: block;
	}
	#mobile-header .mobile-nav .sub-menu .sub-inner .menu a {
		border-color: transparent;
	}
	#mobile-header .mobile-nav .sub-menu .sub-inner .menu .inner {
		display: grid;
		grid-template-columns: auto auto;
		margin: 0 auto;
		width: max-content;
	}
	#mobile-header .mobile-nav .sub-menu .sub-inner .back {
		cursor: pointer;
		font-size: 20px;
		padding: 4px;
		flex: 0 1 auto;
		display: flex;
		align-items: center;
		justify-content: flex-end;
		padding-right: 25px;
	}
	#mobile-header .mobile-nav .sub-menu .sub-inner .back:hover,
  #mobile-header .mobile-nav .sub-menu .sub-inner .back:focus {
		color: var(--color-5);
	}
	#mobile-header .mobile-nav .sub-menu .sub-inner .back .fas {
		margin-right: .5em;
	}
	#mobile-header .mobile-nav .sub-menu .sub-inner .all {
		text-align: center;
		flex: 0 1 auto;
		border: 1px solid transparent;
		text-align: center;
	}
	#mobile-header .mobile-nav .sub-menu .sub-inner .all a {
		border-radius: 25px;
		justify-content: center;
		background-color: var(--color-2);
		color: #fff;
		border: none;
	}
	#mobile-header .mobile-nav .sub-menu .sub-inner .all a:hover,
  #mobile-header .mobile-nav .sub-menu .sub-inner .all a:focus {
		background-color: var(--color-10);
	}
	#mobile-header .mobile-nav .sub-menu .menu-item {
		flex: 1 1 50%;
		align-items: flex-start;
	}
	#mobile-header .mobile-nav .sub-menu .menu-item a {
		height: 100%;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
	}
	#mobile-header .mobile-nav .sub-menu .menu-item .description {
		color: var(--color-6);
		font-size: 12px;
		transition: all ease .5s;
	}
	#mobile-header .mobile-nav .search {
		margin-top: 10px;
		text-align: center;
	}
	#mobile-header .mobile-nav .search .search-form input {
		max-width: 100%;
		color: var(--color-1);
	}
	#mobile-header .mobile-nav .search .search-form input::placeholder {
		opacity: 1;
	}
	.primary-footer {
		text-align: center;
	}
	.quote-section .content-col .content-box {
		position: relative;
		transform: none;
		top: 0;
		left: 0;
		right: 0;
		width: calc(100% - 30px);
		margin: 50px auto -50px;
		z-index: 2;
	}
	.quote-section .content-col .content-box .content {
		padding: 30px 0 0 40px;
		width: calc(100% - 30px);
		font-size: 16px;
	}
	.video-section .overlay {
		text-align: center;
		font-size: 48px;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 100%;
	}
	.gallery-section .owl-carousel {
		width: 150%;
		margin-left: -25%;
	}
	body {
		margin-top: calc(var(--mobileHeight) + var(--c2aHeight));
	}
	#mobile-header {
		top: var(--c2aHeight);
	}
	#mobile-header .mobile-nav {
		top: calc(var(--mobileHeight) + var(--c2aHeight));
	}
	.map-container {
		display: block;
	}
	.map-container .locations-panel {
		width: 100%;
		max-width: none;
		border-radius: 0;
	}
	.map-container .locations-panel h2 {
		margin-left: 0;
		text-align: center;
	}
	.map-container .locations-panel .locations-panel-list {
		margin-right: 0;
	}
	.map-container .map-outer {
		margin: 0;
		width: 100%;
		border-radius: 0;
	}
	.statement-section .image {
		display: none;
	}
	.statement-section .inner {
		max-width: calc(100% - 60px);
		margin: 0 auto;
		padding: 50px;
	}
	.gallery-section .gallery {
		grid-template-columns: 1fr 1fr;
		grid-template-rows: auto;
		grid-auto-columns: 1fr 1fr;
		column-gap: 10px;
		row-gap: 10px;
	}
	.gallery-section .gallery .image:nth-child(n) {
		grid-column: auto / auto;
		grid-row: auto / auto;
	}
	.gallery-section .gallery .image:nth-child(2) {
		grid-column: 1 / 3;
		grid-row-start: 4;
	}
	.gallery-section .gallery .image .embed-responsive-16by9 {
		padding-bottom: 56.25%;
	}
	.amenities-section .image-col {
		margin-bottom: 30px;
	}
	.testimonial-section .testimonial-row {
		height: auto;
	}
	.testimonial-section .col.content-col:nth-child(n) {
		max-width: none;
		margin: 0;
	}
	.testimonial-section .image-col {
		margin-bottom: 20px;
		max-width: 500px;
	}
	.page-template-page-blog .blog-section.featured .blogs {
		display: flex;
		flex-wrap: wrap;
		-webkit-column-gap: 30px;
		-moz-column-gap: 30px;
		column-gap: 30px;
		row-gap: 30px;
	}
	.page-template-page-blog .blog-section.featured .blog {
		flex: 1 1 calc(50% - 15px);
		min-width: 270px;
	}
	.page-template-page-blog .blog-section .heading-row {
		justify-content: center;
	}
	.feature-sections .feature .image-col {
		margin-bottom: 20px;
	}
	.team-section .content-col {
		border-right: none;
		border-bottom: 2px solid var(--color-5);
		margin-bottom: 30px;
		padding-right: 0;
	}
	.team-section .team-box {
		padding: 30px;
	}
	.testimonials-section .content-col {
		padding: 12px;
	}
	.page-template-page-careers .about-section .about-row {
		justify-content: center;
	}
	.opportunities-link {
		top: calc(var(--c2aHeight) + var(--mobileHeight));
	}
	.locations-template-single-locations-v2.single-locations .banner-section .image {
		position: static;
		min-height: 300px;
		background-position: 50% 50%;
	}
	.locations-template-single-locations-v2.single-locations .banner-section .overlay {
		width: 100%;
		clip-path: none;
		background-color: var(--color-10);
		border-top-right-radius: 0;
		height: auto;
		min-height: 300px;
		padding: 15px;
	}
	.locations-template-single-locations-v2.single-locations .banner-section .overlay .overlay-inner {
		display: none;
	}
	.locations-template-single-locations-v2.single-locations .banner-section .inner {
		border-top-right-radius: 15px;
	}
	.locations-template-single-locations-v2.single-locations .banner-section .overlay .overlay-content {
		padding: 30px 0;
	}
	.locations-template-single-locations-v2.single-locations .main-section .content-box .content-row {
		flex-direction: column;
	}
	.locations-template-single-locations-v2.single-locations .main-section .content-box .content-row .image-col {
		flex: 0 1 auto;
	}
	.locations-template-single-locations-v2.single-locations .main-section .content-box .content-row .image-col img {
		max-height: 200px;
	}
	.locations-template-single-locations-v2.single-locations .form-section .form-row {
		flex-wrap: wrap;
	}
	.locations-template-single-locations-v2.single-locations .form-section .form-row > .col {
		flex-basis: 100%;
	}
	.locations-template-single-locations-v2.single-locations .form-section .form-row .info-col {
		text-align: center;
	}
	.locations-template-single-locations-v2.single-locations .form-section .form-row .info-col .page-heading {
		margin: 0 auto 40px;
	}
}
@media screen and (max-width: 767px) {
	.home .gfield.field-message {
		grid-row-start: unset;
		grid-row-end: unset;
	}
	.gallery-section .owl-carousel {
		width: 200%;
		margin-left: -50%;
	}
	.media.left,
  .media.right {
		float: none;
		margin: 0 auto 20px;
	}
	.single h1 {
		text-align: center;
	}
	.hp-form .gform_wrapper.gravity-theme .gform_fields {
		grid-template-columns: 1fr;
	}
	.hp-form .gform_wrapper.gravity-theme .gform_fields > *:nth-child(n) {
		grid-column-start: 1;
		grid-column-end: 1;
	}
	.hp-form .gform_wrapper.gravity-theme .gfield:nth-child(n).html-right {
		display: none;
	}
	.hp-form .gform_wrapper.gravity-theme .gfield:nth-child(n).field-community,
  .hp-form .gform_wrapper.gravity-theme .gfield:nth-child(n).field-contact {
		grid-row-start: auto;
		grid-row-end: auto;
	}
	.hp-form .gform_wrapper.gravity-theme .gfield:nth-child(n).field-date,
  .hp-form .gform_wrapper.gravity-theme .gfield:nth-child(n).field-time {
		grid-column-start: 1;
		grid-column-end: 1;
	}
	.primary-header .c2a .c2a-row {
		justify-content: space-around;
	}
	.primary-header .c2a .c2a-row > * {
		margin: 0;
	}
	.communities-section._page .heading-row {
		display: block;
		text-align: center;
	}
	.communities-section._page .filters {
		justify-content: center;
		margin-top: 20px;
		flex-wrap: wrap;
		column-gap: 12px;
		row-gap: 12px;
	}
	.communities-section._page .filters .filter {
		flex: 0 1 150px;
	}
	.communities-section._page .filters .filter:not(:last-child) {
		margin-right: 0;
	}
	.cleanslate.cleanslate.cleanslate {
		position: relative !important;
		z-index: 9999999999 !important;
	}
	body .cleanslate .bwc-bot-trigger {
		right: 6px !important;
		bottom: 6px !important;
	}
	body .cleanslate .bwc-bot-trigger.bwc-bot-width {
		max-width: 100%;
	}
	body .cleanslate .bwc-bot-trigger .bwc-intro-text {
		max-width: calc(100% - 100px);
	}
	body .cleanslate .bwc-chat {
		right: 6px !important;
		bottom: 22px !important;
		max-width: calc(100% - 12px);
	}
	.cleanslate .bwc-message-box .bwc-message-box-inner .bwc-form-group {
		max-width: 100%;
	}
	.cleanslate .bwc-message-box .bwc-message-input {
		max-width: 100%;
	}
	.banner-section .heading {
		font-size: 42px;
	}
	.location-section .location-col {
		text-align: center;
		margin-top: 40px;
	}
	.statement-section .inner {
		max-width: calc(100% - 20px);
		padding: 50px 30px;
	}
	.gallery-section .gallery-modal .inner {
		margin: 100px 15px 30px;
	}
	.gallery-section .gallery-modal .modal-row .images-col .image {
		padding: 0 50px;
	}
	.testimonial-section .col.content-col:nth-child(n) {
		border-top-left-radius: 100px;
		border-top-right-radius: 50px;
		border-bottom-left-radius: 50px;
		border-bottom-right-radius: 100px;
		padding: 20px;
	}
	.testimonial-section .testimonial {
		padding: 15px;
	}
	.single .form-section .form .gform_wrapper.gravity-theme .gform_fields {
		display: block;
	}
	.single .form-section .form .gform_wrapper.gravity-theme .gfield {
		margin-bottom: 12px;
	}
	.single-locations .form-section .content-col .inner {
		max-width: 100%;
		width: auto;
	}
	.single-locations .form-section .content-col {
		padding: 30px 30px 30px 50px;
		margin: 0 auto;
		max-width: 600px;
	}
	.single-locations .form-section .content-col h2 {
		margin-left: 0;
	}
	.lottie-section h2 {
		font-size: 38px;
	}
	.service-sections.life .service {
		max-width: 600px;
	}
	.service-sections.life .service .image-col {
		margin-top: 30px;
	}
	.resources-section .resources {
		display: block;
	}
	.page-template-page-blog .blog-section.resident-news .blogs {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		-webkit-column-gap: 30px;
		-moz-column-gap: 30px;
		column-gap: 30px;
		row-gap: 30px;
	}
	.page-template-page-blog .blog-section.resident-news .blog {
		flex: 1 1 calc(50% - 15px);
		min-width: 270px;
	}
	.blog-section h2 {
		font-size: 36px;
	}
	.blog-section .owl-carousel {
		width: calc(100% - 35px);
	}
	.blog-section .owl-carousel .owl-nav .owl-prev {
		left: -30px;
	}
	.blog-section .owl-carousel .owl-nav .owl-next {
		right: -30px;
	}
	.blog-section .blog .content {
		padding: 15px 5px 5px 30px;
		font-size: 14px;
	}
	.location-result .options {
		flex-wrap: wrap;
	}
	.location-result .options .heading {
		flex: 1 1 100%;
		margin-bottom: 10px;
	}
	.primary-header .c2a .c2a-row .social {
		display: none;
	}
	.primary-header .c2a .c2a-row .links-col {
		column-gap: 10px;
		text-align: center;
		justify-content: space-around;
		width: 100%;
	}
	.primary-header .c2a .c2a-row {
		padding: 10px 2px;
	}
	.primary-header .c2a .c2a-row a {
		font-size: 12px;
		letter-spacing: -.5px;
		font-weight: 500;
	}
	.video-section .badge-img {
		left: 50%;
		transform: translate(-50%, 50%);
		max-width: 180px;
	}
	.heading-section h1 {
		font-size: 48px;
	}
	body .cleanslate .bwc-bot-trigger {
		bottom: 15px !important;
	}
	body .cleanslate .bwc-bot-trigger .bwc-intro-text {
		margin-right: 10px !important;
		width: calc(100% - 120px) !important;
		max-width: 300px;
	}
	.top-image {
		padding-top: 43px;
	}
	.video-section .image img {
		min-height: 225px;
	}
	body .cleanslate .bwc-bot-trigger.mobile {
		bottom: 120px !important;
	}
	.single-locations .form-section .form-col {
		margin: 0 15px;
	}
	body.home .video-section .overlay {
		font-size: 27px;
	}
	.locations-template-single-locations-v2.single-locations .locations-section .locations > .col {
		flex-basis: 100%;
	}
	.testimonials-section-v2 .testimonial {
		flex-wrap: wrap;
	}
	.testimonials-section-v2 .testimonial > .col {
		flex-basis: 100%;
	}
	.locations-template-single-locations-v2.single-locations .form-section .form-row > .col {
		padding: 75px 25px;
	}
	.locations-template-single-locations-v2.single-locations .main-section .content-box {
		padding: 50px 15px;
	}
	.locations-template-single-locations-v2.single-locations .main-section .content-box .content-row {
		padding: 50px 15px 0;
	}
	.locations-template-single-locations-v2.single-locations .main-section .heading {
		max-width: calc(100% - 20px);
		margin-left: 10px;
	}
}
* {
	scroll-margin-top: calc(var(--c2aHeight) + var(--headerHeight));
}
@media screen and (max-width: 499px) {
	.primary-footer .menu {
		column-count: 1;
	}
	.primary-footer .legal-menu .menu {
		display: block;
	}
}
@media screen and (max-width: 425px) {
	#satisfaction-popup-two a.satis-btn img {
		max-width: 80px;
		left: -53px;
	}
	#satisfaction-popup-two h5 {
		padding: 0 0 0 32px;
		font-size: 22px;
	}
	.primary-header .c2a .c2a-row .links-col {
		column-gap: 55px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.links-col .phone a br {
		display: block;
	}
	#veteran p {
		padding-left: 20px;
		line-height: 1.0rem;
		font-size: .65em;
	}
}
@media screen and (max-width: 399px) {
	#mobile-header .mobile-nav .sub-menu .menu-item a {
		padding: 8px 5px;
	}
	#mobile-header .mobile-nav .menu .menu-item {
		flex-basis: 100%;
	}
	.primary-header .c2a .c2a-row .links-col {
		column-gap: 32px;
	}
}
@media screen and (max-width: 320px) {
	.primary-header .c2a .c2a-row .links-col {
		column-gap: 20px;
	}
}
@keyframes breathing {
	0% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.25);
	}
	100% {
		transform: scale(1);
	}
}
@keyframes fadeRotateIn {
	0% {
		transform: scale(0) rotate(90deg);
		opacity: 0;
	}
	50% {
		transform: scale(0.5) rotate(45deg);
		opacity: 1;
	}
	100% {
		transform: scale(1) rotate(0deg);
		opacity: 1;
	}
}
@keyframes bgHover {
	0% {
		background-size: 30px 3px, 100% 3px, 0 3px;
		background-position: calc(30px * -1) 100%, 100% 100%, 0 100%;
	}
	50% {
		background-size: 30px 3px, 0 3px, 100% 3px;
		background-position: calc(100% + 30px) 100%, 100% 100%, 0 100%;
	}
	100% {
		background-size: 30px 3px, 100% 3px, 0 3px;
		background-position: calc(30px * -1) 100%, 100% 100%, 0 100%;
	}
}
@media screen and (min-width: 1400px) {
	.container {
		width: 1370px;
	}
}
@media screen and (min-width: 1700px) {
	.container {
		width: 1670px;
	}
}
@media screen and (max-width: 991px) {
	#satisfaction-popup {
		position: fixed;
		top: unset;
		bottom: 14px;
		left: 112px;
	}
	#satisfaction-popup h5 {
		font-size: 14px;
	}
	#SatisfactionGuarantee .popup-inner {
		z-index: 999999999999999;
		width: 274px !important;
		overflow-y: scroll !important;
	}
	#satisfaction-popup {
		z-index: 9999999999999;
	}
	a.satis-btn img {
		left: -32px;
		top: -45px;
		max-width: 90px;
	}
	#satisfaction-popup:hover {
		bottom: 16px;
		cursor: pointer;
		top: unset;
	}
	#gform_29 #field_submit {
		text-align: center;
		display: block;
	}
	#veteran {
		position: fixed;
		right: 88px;
	}
	#field_29_17 h3 a,
  #field_4_17 h3 a {
		color: var(--color-10);
	}
	textarea#input_4_9 {
		height: 165px;
	}
  /* 	#satisfaction-popup-two{
		z-index:99999;
	} */
	body.page-template-page-contact #contact-section h2.heading {
		display: none;
	}
	.heading-section .heading-row {
		display: block;
		margin-left: 0;
	}
	.heading-section .heading-row .image {
		margin: 0 auto;
	}
}
@media screen and (max-width: 767px) {
	#mobile-header {
		padding: 15px;
	}
	#satisfaction-popup {
		bottom: 11px;
		left: 98px;
	}
	#satisfaction-popup h5,
  #satisfaction-popup span.comm-btn {
		font-size: 12px;
	}
}
@media screen and (max-height: 800px) {
	.lottie-section.lsec-3 .lottie-row .lottie-col .lottie {
		min-height: calc(100vh - 78px);
		margin: -70px 0;
	}
	.lottie-section .lottie-row .lottie-col .lottie {
		min-height: calc(100vh - 78px);
		margin: -120px 0;
	}
}
.animation > * {
	display: inline-block;
	animation-duration: 1.2s;
	animation-fill-mode: forwards;
	animation-play-state: paused;
	animation-timing-function: linear;
	opacity: 0;
}
.animation.inview > * {
	animation-play-state: running;
}
.animation.active > * {
	animation-play-state: running;
	opacity: 1;
}
.animation.running > * {
	opacity: 1;
}
.animation.ran > * {
	animation-play-state: paused;
	opacity: 1;
}
.animation > * {
	animation-name: fadeRotateIn;
}
.hp-form .gform_wrapper.gravity-theme .gform_footer {
	display: block;
	text-align: center;
}
#all-communities .popup-inner {
	overflow: scroll;
	height: 600px;
}
#assisted_living h2.heading {
	color: var(--color-3);
}
#assisted_living ul.icon-list li::before {
	background-image: url(assets/images/icon-list-green.png);
}
#independent_living ul.icon-list li::before {
	background-image: url(assets/images/icon-list-yellow.png);
}
#independent_living h2.heading {
	color: var(--color-5);
}
#memory_care .content a {
	background-color: #eef0f1;
	border: 3px solid var(--color-10);
	padding: 8px 10px;
	border-radius: 14px;
	color: var(--color-10);
}
#memory_care h2.heading {
	color: var(--color-4);
}
#memory_care ul.icon-list li::before {
	background-image: url(assets/images/icon-list-pink.png);
}
.communities-section #memory_care .content,
.communities-section #assisted_living .content,
.communities-section #independent_living .content,
#all-communities #memory_care .content,
#all-communities #assisted_living .content,
#all-communities #independent_living .content,
.options .popup .content .content {
	padding-left: 0;
}
.owl-item .item a {
	z-index: 9999;
}
#error-content {
	margin: 0 auto;
	width: 100%;
	display: block;
	padding: 200px 0;
}
.popover {
	max-width: min(100%, 320px);
	text-align: left;
}
.popover p {
	text-align: left;
	margin-bottom: 5px;
	line-height: 1.45;
}
.popover-content > *:last-child {
	margin-bottom: 0;
}
.popover-title {
	font-size: 16px;
	font-weight: 700;
	text-align: center;
}
.single-locations .banner-section .overlay {
	text-align: center;
	background: none;
	bottom: auto;
	top: 50%;
	transform: translate(-50%, -50%);
	font-size: 52px;
	text-shadow: 0 0 10px #000;
}
.single-locations .banner-section .overlay p {
	text-align: center;
}
.single-locations .banner-section .overlay a {
	color: #fff;
}
.single-locations .banner-section .overlay a:hover,
.single-locations .banner-section .overlay a:focus {
	color: var(--color-5);
}
.postid-400 .banner-section .video {
	background-color: #000;
	display: flex;
}
.postid-400 .banner-section video {
	opacity: .75;
}
.aligncenter {
	display: block;
	margin: 0 auto;
}
.pull-right,
.alignright {
	float: right;
	margin: 0 0 10px 10px;
}
.pull-left,
.alignleft {
	float: left;
	margin: 0 10px 10px 0;
}
@media screen and (max-width: 767px) {
	.pull-left,
  .alignleft {
		float: none !important;
		margin: 20px auto;
	}
	.pull-right,
  .alignright {
		float: none !important;
		margin: 20px auto;
	}
}
.page-template-page-living-options h2.heading {
	margin-top: 50px;
}
.page-template-page-life-carlton #content-section {
	padding-top: 100px;
}
body:not(.page-template-page-careers) .popover ul {
	display: block;
	margin: 0;
	padding: 0;
	padding-left: 50px;
}
body:not(.page-template-page-careers) .popover li {
	display: block;
	position: relative;
	margin: 5px 0;
}
body:not(.page-template-page-careers) .popover li:before {
	content: '';
	background-image: url(assets/images/icon-list-green.png);
	background-size: 100% 100%;
	width: 32px;
	height: 32px;
	position: absolute;
	left: -50px;
	top: 50%;
	transform: translateY(-50%);
}
body:not(.page-template-page-careers) .popover .independent_living li:before {
	background-image: url(assets/images/icon-list-yellow.png);
}
body:not(.page-template-page-careers) .popover .memory_care li:before {
	background-image: url(assets/images/icon-list-pink.png);
}

/*  IC Demetrio CSL-245 */
@media only screen and (max-width: 600px) {
    #satisfaction-popup {
        display:none;
    }

}
