/*
	Theme Name: Kisco Senior Living
	Theme URI: http://tinyfrog.com/
	Description: A mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: Tinyfrog Technologies
	Author URI: http://tinyfrog.com/

	Version: 1.2.16

	Tags: black, white, one-column, two-columns, fixed-width, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready

	Template: genesis
	Template Version: 2.0

	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php 
*/

/*
Imports
---------------------------------------------------------------------------------------------------- */

@font-face {
	font-family: 'Icon';
	src:url('fonts/Icon.eot');
	src:url('fonts/Icon.eot?#iefix') format('embedded-opentype'),
		url('fonts/Icon.woff') format('woff'),
		url('fonts/Icon.ttf') format('truetype'),
		url('fonts/Icon.svg#Icon') format('svg');
	font-weight: normal;
	font-style: normal;
}

/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;width:auto}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* Float Clearing
--------------------------------------------- */

.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after,
.clear {
	clear: both;
	content: " ";
	display: table;
}

/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html {
	font-size: 62.5%; /* 10px browser default */
}

body {
	color: #666;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.55;
}

::-moz-selection {
	background-color: #333;
	color: #fff;
}

::selection {
	background-color: #333;
	color: #fff;
}

a {
	color: #666;
	font-weight: 400;
	text-decoration: none;
	-webkit-transition: color ease-in-out 0.3s;
	-moz-transition: color ease-in-out 0.3s;
	-o-transition: color ease-in-out 0.3s;
	transition: color ease-in-out 0.3s;
}

a:hover {
	color: #005e85;
}

p {
	margin: 0 0 29px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

blockquote,
blockquote::before {
	color: #999;
}

blockquote {
	margin: 40px;
	margin: 4rem;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	font-size: 3rem;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

.entry-content code {
	background-color: #333;
}

cite {
	font-style: normal;
}

.button {
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
	font-family: 'Montserrat', sans-serif;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #515151;
	font-family: 'Montserrat', sans-serif;
 	font-weight: 600;
	line-height: 1.2;
	margin: 0 0 15px;
}

h1 {
	font-size: 48px;
	font-size: 4.8rem;
}

h2 {
	font-size: 32px;
	font-size: 3.2rem;
}

h1,
h2 {
	font-weight: 700;
}

h2 .light,
.h2-headline h2 span:last-child {
	font-weight: 300;
	display: inline-block;
}

h3 {
	font-size: 24px;
	font-size: 2.4rem;
}

h4 {
	font-size: 20px;
	font-size: 2rem;
}

h5 {
	font-size: 18px;
	font-size: 1.8rem;
}

h6 {
	font-size: 16px;
	font-size: 1.6rem;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
    height: auto;
}

.featured-content img,
.gallery img {
	width: auto; /* IE8 */
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 5px;
	color: #333;
	padding: 10px;
	padding: 1rem;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #333;
	outline: none;
}

::-moz-placeholder {
	color: #666666;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #666666;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background-color: #5285b2;
	border: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	font-size: 18px;
	font-weight: 700;
	padding: 9px 37px;
	text-transform: uppercase;
	width: auto;
	display: inline-block;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
	background-color: #002d3f;
	color: #fff;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	margin-bottom: 4rem;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
	padding: 0.6rem 0;
}

/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.wrap {
	margin: 0 auto;
	max-width: 1110px;
}

.site-inner {
	clear: both;
	margin-top: 111px;
}

/* Site Containers
--------------------------------------------- */

/* Column Widths and Positions
--------------------------------------------- */

/* Content */

.content {
	float: left;
	width: 720px;
}

.sidebar-content .content {
	float: right;
}

.full-width-content .content {
	width: 100%;
}

/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}

.alignright .avatar {
	margin-left: 24px;
	margin-left: 2.4rem;
}

.author-box .avatar {
	height: 72px;
	margin-right: 24px;
	margin-right: 2.4rem;
	width: 72px;
}

.entry-comments .avatar {
	height: 48px;
	width: 48px;
}

.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

.search-form {
	overflow: hidden;
	padding: 3px;
	padding: 0.3rem;
	width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 2.4rem;
}

img.alignnone {
	margin-bottom: 12px;
	margin-bottom: 1.2rem;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
	margin: 0 2.4rem 2.4rem 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
	margin: 0 0 2.4rem 2.4rem;
}

a.alignleft,
a.alignright {
	border: none;
}

.wp-caption-text {
	text-align: center;
}

.widget-area {
	word-wrap: break-word;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.archive-description,
.author-box {
	background-color: #f5f5f5;
}

.archive-description {
	margin-bottom: 40px;
	margin-bottom: 4rem;
	padding: 40px 40px 16px;
	padding: 4rem 4rem 1.6rem;
}

.author-box {
	margin-bottom: 40px;
	margin-bottom: 4rem;
	padding: 40px;
	padding: 4rem;
}

.single .author-box {
	margin-bottom: 60px;
	margin-bottom: 6rem;
}

.author-box-title {
	margin-bottom: 4px;
	margin-bottom: 0.4rem;
}

.author-box p {
	margin-bottom: 0;
}

.author-box .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}

/* Titles
--------------------------------------------- */
.entry-title {
	line-height: 1;
}

.entry-title a,
.sidebar .widget-title a {
	border: none;
}

.widget-title {
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

.sidebar .widget-title a {
	border: none;
}

.archive-title {
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

/*
Widgets
---------------------------------------------------------------------------------------------------- */

/* Gravity Forms
--------------------------------------------- */

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	padding: 10px;
}

div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
	margin: 1.6rem 0 0;
}

/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	z-index: 999;
	width: 100%;
	-webkit-box-shadow: 0px 2px 3px 0px rgba(12, 70, 33, 0.15);
	-moz-box-shadow: 0px 2px 3px 0px rgba(12, 70, 33, 0.15);
	box-shadow: 0px 2px 3px 0px rgba(12, 70, 33, 0.15);
	margin: 0 0 2px;
	font-family: 'Montserrat', sans-serif;
	position: fixed;
	background-color: #fff;
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	width: auto;
	padding: 6px 0 12px;
}

.title-area a {
	display: block;
	margin: 0px auto;
	font-size: 0px;
	background: url( "https://www.kiscoseniorliving.com/wp-content/uploads/2025/07/Kisco-Senior-Living-Horizontal-CMYK-2.jpg" ) no-repeat 0 0;
	width: 224px;
	height: 93px;
}

.header-image .title-area {
	padding: 0;
}

.site-title {
	line-height: 1;
	margin: 0;
	text-transform: uppercase;
}

.site-title a,
.site-title a:hover {
	border: none;
}

.site-description {
	line-height: 1.2;
	margin: 0;
}

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
	width: 100%;
}


/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	width: auto;
}

.site-header .widget-area .phone {
	margin: 7px 0 35px;
}

.site-header .widget-area .phone a {
	font-weight: 700;
	display: inline-block;
	float: right;
	padding: 1px 0 0 6px;
	color: #666666;
}

.site-header .widget-area .phone .fas {
	color: #a55b59;
	font-size: 14px;
}

/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	line-height: 1.5;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu a {
	border: none;
	color: #333;
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 20px;
	padding: 2rem;
	position: relative;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #0ebfe9;
}

.genesis-nav-menu > .menu-item > a {
	text-transform: uppercase;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	letter-spacing: 0;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition: opacity .4s ease-in-out;
	-ms-transition: opacity .4s ease-in-out;
	-o-transition: opacity .4s ease-in-out;
	transition: opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #eee;
	border-top: none;
	padding: 16px 20px;
	padding: 1.6rem 2rem;
	position: relative;
	width: 200px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -54px 0 0 159px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 20px 0;
	padding: 2rem 0;
	text-transform: uppercase;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
	margin-left: 4.8rem;
}

.genesis-nav-menu > .search {
	padding: 6px 0 0;
	padding: 0.6rem 0 0;
}


/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	background-color: #333;
}

.nav-primary a,
.nav-primary .genesis-nav-menu .sub-menu a {
	color: #fff;
}

.nav-primary .genesis-nav-menu .sub-menu a {
	background-color: #333;
	border: 1px solid #444;
	border-top: none;
}

.nav-primary .sub-menu a:hover {
	color: #0ebfe9;
}

/* Responsive Menu
--------------------------------------------- */
#responsive-menu-icon {
	cursor: pointer;
	display: none;
}

#responsive-menu-icon::before {
	-webkit-font-smoothing: antialiased;
	color: #333;
	content: "\e00e  MENU";
	font-family: 'Icon';
	font-size: 16px;
	font-size: 1.6rem;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	margin: 0 auto;
	speak: none;
	text-transform: none;
}

.c-hamburger {
	display: none;
	position: relative;
	margin: 0;
	padding: 0;
	width: 47px;
	height: 47px;
	appearance: none;
	box-shadow: none;
	border-radius: none;
	border: none;
	cursor: pointer;
	-webkit-transition: background 0.3s;
	-moz-transition: background 0.3s;
	-o-transition: background 0.3s;
	transition: background 0.3s;
	float: right;
}

.c-hamburger:focus {
	outline: none;
}

.c-hamburger span {
	display: block;
	position: absolute;
	top: 24px;
	left: 14px;
	right: 14px;
	height: 2px;
	background: white;
}

.c-hamburger span::before,
.c-hamburger span::after {
	position: absolute;
	display: block;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #fff;
	content: "";
}

.c-hamburger span::before {
	top: -6px;
}

.c-hamburger span::after {
	bottom: -6px;
}

/*.c-hamburger--htx {
	background-color: #002d3f;
}*/

.c-hamburger--htx span {
	-webkit-transition: background 0s 0.3s;
	-moz-transition: background 0s 0.3s;
	-o-transition: background 0s 0.3s;
	transition: background 0s 0.3s;
}

.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
	-webkit-transition-duration: 0.3s, 0.3s;
	-moz-transition-duration: 0.3s, 0.3s;
	-o-transition-duration: 0.3s, 0.3s;
	transition-duration: 0.3s, 0.3s;
	-webkit-transition-delay: 0.3s, 0s;
	-moz-transition-delay: 0.3s, 0s;
	-o-transition-delay: 0.3s, 0s;
	transition-delay: 0.3s, 0s;
}

.c-hamburger--htx span::before {
	-webkit-transition-property: top, transform;
	-moz-transition-property: top, transform;
	-o-transition-property: top, transform;
	transition-property: top, transform;
}

.c-hamburger--htx span::after {
	-webkit-transition-property: bottom, transform;
	-moz-transition-property: bottom, transform;
	-o-transition-property: bottom, transform;
	transition-property: bottom, transform;
}

/* active state, i.e. menu open */
/*.c-hamburger--htx.is-active {
	background-color: #002d3f;
}*/

.c-hamburger--htx.is-active span {
	background: none;
}

.c-hamburger--htx.is-active span::before {
	top: 0;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.c-hamburger--htx.is-active span::after {
	bottom: 0;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
	-webkit-transition-delay: 0s, 0.3s;
	-moz-transition-delay: 0s, 0.3s;
	-o-transition-delay: 0s, 0.3s;
	transition-delay: 0s, 0.3s;
}

/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Entries
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 29px;
	margin-bottom: 2.9rem;
}

.entry-content p a {
	font-weight: 600;
}

.entry-content ol,
.entry-content ul {
	margin-left: 40px;
	margin-left: 4rem;
}

.entry-content ol li {
	list-style-type: decimal;
}

.entry-content ul li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
	margin: 0 0.6rem 0 0.2rem;
}

.entry-categories,
.entry-tags {
        display: block;
        font-size: 15px;
}

.entry-categories a,
.entry-tags a {
        border-bottom: 1px dotted;
}

/* Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px 0;
	margin: 4rem 0;
}

.pagination li {
        display: inline;
        margin: 0 5px 0 0;
}

.pagination li a {
	background-color:#005e85;
	border: none;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 300;
	padding: 8px 12px;
	padding: 0.8rem 1.2rem;
}

.pagination li a:hover,
.pagination li.active a {
	background-color: #002d3f;
}

/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 60px;
	margin-bottom: 6rem;
}

.comment-content {
	clear: both;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%
}

.comment-respond label {
	display: block;
	margin-right: 12px;
	margin-right: 1.2rem;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
}

.comment-list li {
	margin-top: 24px;
	margin-top: 2.4rem;
	padding: 32px;
	padding: 3.2rem;
}

.comment-list li li {
	margin-right: -32px;
	margin-right: -3.2rem;
}

li.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: none;
}

.comment .avatar {
	margin: 0 16px 24px 0;
	margin: 0 1.6rem 2.4rem 0;
}

.entry-pings .reply {
	display: none;
}

.form-allowed-tags {
	background-color: #f5f5f5;
	padding: 24px;
	padding: 2.4rem;
}

/*
Sidebar
---------------------------------------------------------------------------------------------------- */

.sidebar {
	float: right;
	width: 340px;
}

.sidebar-content .sidebar {
	float: left;
}

.sidebar img {
	margin-bottom: 15px;
	margin-bottom: 1.5rem;
}

.sidebar p:last-child,
.sidebar .featured-content img {
	margin-bottom: 0;
}

.sidebar li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	word-wrap: break-word;
}

.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	clear: both;
}

.footer-panel {
	background: #bbae98;
	background-size: cover;
	min-height: 445px;
	padding-top: 59px;
}

.footer-panel,
.footer-panel a,
.footer-panel .headline h2 {
	color: #fff;
}

.footer-panel a:hover {
	color: #005e85;
}

.footer-panel p {
	margin: 0px;
}

.footer-panel ul {
	overflow: hidden;
}

.footer-panel ul li {
	display: block;
	float: left;
}

.footer-panel .headline h2 {
	text-transform: uppercase;
	line-height: 30px;
	margin: 0 0 0;
}

.footer-panel .headline h2 .light {
	font-weight: 300;
	display: block;
}

.footer-contact-info {
	padding: 37px 0 20px;
}

.footer-contact-info .widget {
	float: left;
}

.footer-contact-info .widget:first-child {
	width: 295px;
}

.footer-contact-info .widget:nth-child(2) {
	width: 316px;
}

.footer-contact-info ul li {
	margin: 0 24px 0 0;
}

.footer-contact-info ul li a {
	font-size: 32px;
}

.footer-contact-info ul li:last-child,
.footer-panel .menu li:last-child {
	margin: 0px;
}

.footer-panel .menu a {
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
}

.footer-panel .menu li {
	margin: 0 21px 0 0;
}

.copyright-text {
	font-family: 'Montserrat', sans-serif;
	padding: 48px 0 0;
	font-size: 12px;
	text-transform: uppercase;
}

/*
Custom CSS
---------------------------------------------------------------------------------------------------- */

/*
Universal Template
------------------------------------------*/

.page-title {
	margin-bottom: 55px;
	background-color: #bbae98 !important;
}

.page-title .widget {
	padding: 17px 0;
}

.page-title h1 {
	color: #fff;
	margin: 0 0 0;
}

.page-title h1 .light {
	font-weight: 300;
}

.topic {
	padding-bottom: 37px;
}

.topic p:last-child {
	margin: 0px;
}

.topic .panel-grid-cell:last-child {
	padding: 0 0 0 31px;
}

.topic-2 {
	padding-top: 41px;
	padding-bottom: 0px;
	border-top: 1px solid #ebebeb;
}

/*
Max Mega Menu
------------------------------------------*/

body .mega-menu-wrap .mega-menu > li.mega-menu-item {
	margin: 0 26px 0 0 !important;
}

body .mega-menu-wrap .mega-menu > li.mega-menu-item:last-child {
	margin: 0px !important;
}

body .mega-menu-wrap .mega-menu li.mega-menu-item-has-children > a.mega-menu-link:after,
body .mega-menu-wrap .mega-menu li.mega-menu-item-has-children > a.mega-menu-link span.mega-indicator:after {
	display: none !important;
}

body .mega-menu-wrap .mega-menu > li.mega-menu-item > a.mega-menu-link {
	display: inline !important;
	background: transparent !important;
}

body .mega-menu-wrap .mega-menu > li.mega-menu-item > a.mega-menu-link {
	position: relative;
}

body .mega-menu-wrap .mega-menu > li.mega-menu-flyout ul.mega-sub-menu {
	left: 50% !important;
	margin-left: -100px !important;
}

body .mega-menu-wrap .mega-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
	text-align: center !important;
}

body .mega-menu-wrap .mega-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item {
	position: relative;
}

body .mega-menu-wrap .mega-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:first-child > a::after,
body .mega-menu-wrap .mega-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item .panel-layout::before {
	content: '';
	display: block !important;
	background: url( "images/sub-menu-dropdow-arrow.png" ) no-repeat 0 0;
	width: 14px;
	height: 9px;
	position: absolute;
	top: -10px;
	left: 50%;
	margin-left: -7px;
}

body .mega-menu-wrap .mega-menu > li.mega-menu-megamenu > ul.mega-sub-menu {
	margin-left: -72px !important;
}

#maxmegamenu-2 button#genesis-mobile-nav-header {
	display: none;
}
.communities-menu-links .panel-grid-cell {
	max-width: 148px;
	width: 100%;
	text-align: center;
}

.communities-menu-links p {
	margin: 6px 0 0 !important;
}

.communities-menu-links a {
	line-height: 18px;
	font-size: 16px;
}

.margin-bottom {
	margin-bottom: 25px;
}

body .mega-menu-wrap .mega-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item {
	position: relative;
}

body .mega-menu-wrap .mega-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item .panel-layout::before {
	top: 0;
	left: 100px;
}

/*
Home Page
------------------------------------------*/

.home .entry {
	margin: 0px;
}

.home-panel-1 {
	position: relative;
}

.home-panel-1 .text {
	max-width: 650px;
	width: 100%;
	float: left;
	padding: 144px 0 0;
	font-family: 'Montserrat', sans-serif;
}

.home-panel-1 h1 {
	margin: 0 0 6px;
	font-size: 48px;
}

.home-panel-1 h2 {
	font-size: 32px;
	margin: 0 0 10px;
}

.home-panel-1 p {
	font-size: 18px;
	margin: 0 0 0;
}

.home-panel-1 h1,
.home-panel-1 h2,
.home-panel-1 h2 .light,
.home-panel-1 p {
	text-transform: uppercase;
}

.home-panel-1,
.home-panel-1 h1,
.home-panel-1 h2 {
	line-height: 48px;
	text-transform: uppercase;
	color: #fff;
}

.home-panel-1 h2 .light {
	line-height: 34px;
}

.home-panel-1 .soliloquy-container .soliloquy-caption .soliloquy-caption-inside {
	background: transparent;
	font-size: 4;
	line-height: normal;
	display: block;
	color: #fff;
	text-shadow: unset;
	text-align: left;
	padding: 0;
}

.home-panel-1 .soliloquy-container .soliloquy-image {
	width: 100%;
}

.find-community {
	background-color: #bbae98;
	min-height: 127px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

.home-panel-2 {
	padding-top: 103px;
	padding-bottom: 47px
}

.home-panel-2 .headline {
	padding: 0 0 0 45px;
}

.home-panel-2 .headline h2 {
	margin: 0 0 8px;
	text-transform: uppercase;
}

.home-panel-2 .boxes {
	margin-bottom: 25px;
}

.community-box a {
	display: block;
}

.community-box .image-headline {
	position: relative;
}

.community-box .image-headline .bg-image img {
	display: block;
	margin: 0px auto;
	width: 100%;
}

.community-box .image-headline h2 {
	position: absolute;
	top: 10px;
	left: 0;
	margin: 0;
	color: #fff;
	text-transform: uppercase;
	line-height: 30px;
	background-color: #bbae98;
	padding: 20px 15px;
	max-width: 380px;
	width: auto;
	text-align: left;
	font-size: 30px;
	z-index: 1;
}

.community-box .image-headline h2 span:last-child {
	font-weight: 300;
}

.community-box p {
	color: #666666;
	background-color: transparent;
	margin: 0px;
	padding: 21px 40px 0;
	min-height: 150px;
}

.community-box p,
.community-box .image-headline .bg-image::before {
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
}

.community-box a:hover .image-headline .bg-image::before {
	opacity: 0.90;
}

.community-box a:hover p {
	background-color: #ededed;
}

.button-1 {
	color: #fff;
	font-weight: 700 !important;
	font-size: 18px;
	text-transform: uppercase;
	background-color: #5285b2;
	padding: 9px 37px;
	display: inline-block;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
	font-family: 'Montserrat', sans-serif;
}

.button-1:hover {
	color: #fff;
	background-color: #3f3e3b;
}

.home-panel-2 .button-1 {
	padding: 19px 56px;
}

.home-panel-3 {
	position: relative;
}

.home-panel-3 .soliloquy-image {
	width: 100%;
}

.home-panel-3 .widget-overly {
	max-width: 510px;
	width: 100%;
	float: left;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.home-panel-3,
.home-panel-3 h2 {
	color: #fff;
}

.home-panel-3 h2 {
	line-height: 30px;
	text-transform: uppercase;
	margin: 0 0 24px;
}

.home-panel-3 p {
	font-family: 'Roboto', sans-serif;
	margin: 0 0 23px;
}

.home-panel-3 p:last-child {
	margin: 0px;
}

.home-panel-3 .button {
	padding: 19px 83px;
	font-family: 'Montserrat', sans-serif;
}

.home-panel-4 {
	padding: 68px 0 62px;
}

.home-panel-4 .headline h2 {
	text-transform: uppercase;
	margin: 0 0 21px;
}

.home-panel-4 .videos {
	overflow: hidden;
	display: block !important;
	font-family: 'Roboto', sans-serif;
}

.home-panel-4 .videos .panel-grid-cell {
	max-width: 538px;
	width: 100%;
	float: left;
}

.home-panel-4 .videos .panel-grid-cell:last-child {
	float: right;
}

.home-panel-4 .videos .sow-image-container img {
	display: block;
	margin: 0 auto 24px;
}

.home-panel-5 {
	min-height: 619px;
	position: relative;
}

.home-panel-5 h2 {
	text-transform: uppercase;
	line-height: 30px;
	margin: 0 36px 0 0;
}

.home-panel-5 h2 .light {
	display: block;
}

.home-panel-5 .button {
	font-family: 'Montserrat', sans-serif;
	padding: 19px 30px;
	margin: 0 0 0 44px;
}

.home-panel-5 .careers {
	background: rgba( 255, 255, 255, 0.95 );
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	font-family: 'Roboto', sans-serif;
	padding: 36px 0;
}

.home-panel-5 .careers .panel-grid-cell {
	max-width: 1110px;
	margin: 0px auto;
}

.home-panel-5 .careers .widget {
	float: left;
}

.home-panel-5 .careers p {
	margin: 0px;
}

.home-panel-6 {
	min-height: 472px;
	position: relative;
}

.home-panel-6,
.home-panel-6 h2 {
	color: #fff;
}

.home-panel-6 h2 {
	line-height: 30px;
	margin: 0 0 18px;
}

.home-panel-6 h2 .light {
	display: block;
}

.home-panel-6 p {
	margin: 0 0 20px;
}

.home-panel-6 p:last-child {
	margin: 0px;
}

.home-panel-6 .text {
	background-color: #bbae98;
	width: 50%;
	right: 0;
	top: 0;
	height: 100%;
	padding: 0 0 0 64px;
	font-family: 'Roboto', sans-serif;
}

.home-panel-6 .textwidget,
.home-panel-6 .text {
	position: absolute;
}

.home-panel-6 .textwidget {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.home-panel-6 .button {
	font-family: 'Montserrat', sans-serif;
	padding: 19px 38px;
}

/*
Our Management Page
------------------------------------------*/

.management-page .entry {
	margin: 0px;
}

.management-title {
	margin-bottom: 0px;
}

.our-management {
	overflow: hidden;
}

.our-management .member {
	float: left;
	width: 33.33%;
}

.our-management .member:nth-of-type(3n+1) {
	clear: both;
}

.our-management .member a,
.our-management .member img {
	display: block;
}

.our-management .member img {
	width: 100%;
	margin: 0px auto;
}

.our-management .member .name-title {
	padding: 18px 20px 32px 40px;
}

.our-management .member .name-title h2 {
	text-transform: uppercase;
	margin: 0 0 0;
}

.our-management .member .name-title h2 span:last-child {
	font-weight: 300;
	display: inline-block;
}

.our-management .member .name-title .title {
	font-family: 'Roboto', sans-serif;
	display: block;
}

.single-management {
	background-color: #e3e3e2;
}

.member-details {
	max-width: 720px;
	width: 100%;
	margin: 0px auto;
	padding: 0 26px;
	font-family: 'Roboto', sans-serif;
}

.popup-image {
	max-width: 534px;
	width: 100%;
	margin: 0 auto;
}

.popup-image img {
	display: block;
	margin: 0px auto;
}

.member-details .name-title {
	padding: 15px 0 13px;
}

.member-details .name-title h2 {
	margin: 0 0 0;
	text-transform: uppercase;
}

.member-details .name-title h2 span:last-child {
	display: inline-block;
	font-weight: 300;
}

div#fancybox-overlay {
	background-color: rgb(0, 94, 133) !important;
	opacity: 0.9 !important;
}

div#fancybox-outer {
	box-shadow: unset !important;
	-moz-box-shadow: unset !important;
	-webkit-box-shadow: unset !important;
}

body #fancybox-close {
	background: url( "images/close-icon.png" ) no-repeat 0 0;
	width: 46px;
	height: 69px;
	top: 21px;
	right: 27px;
}

/*
Living Options Page
------------------------------------------*/

.no-entry .entry {
	margin: 0px;
}

.living-options-page-title {
	margin-bottom: 17px;
}

.living-options-page-title .widget {
	padding: 23px 0 28px;
}

.living-options-page-title h1 {
	line-height: 48px;
}

.living-panel-1 .text {
	padding: 0 0 0 32px;
	margin: -7px 0 0 0;
}

.find-living-option {
	background-color: #f0ede7 !important;
	background-image: none !important;
	margin-bottom: 50px;
	min-height: 100%;
	padding: 35px 0;
}

.find-living-option p {
	margin: 0;
}

.living-option-h2 h2 {
	color: #000;
	margin: 0px;
	font-size: 48px;
}

.living-panel-2 {
	padding-top: 59px;
}

.testimonial-box {
	overflow: hidden;
	margin: 0 0 22px;
}

.testimonial-box img {
	float: left;
	display: block;
}

.testimonial-box p {
	margin: 0 0 0 117px;
}

.testimonial-box p .name {
	display: block;
	text-align: right;
}

/*
Our Communities Page
------------------------------------------*/

.communities-page-title {
	margin-bottom: 0px;
}

.our-community {
	overflow: hidden;
}

.our-community,
.our-community a {
	position: relative;
}

.our-community a,
.our-community a img {
	display: block;
}

.our-community a img {
	width: 100%;
	margin: 0px auto;
}

.our-community h2 {
	position: absolute;
	bottom: 35px;
	left: 48px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 300;
	line-height: 30px;
	margin: 0 0 0;
}

.our-community h2 span:last-child {
	font-weight: 700;
	display: block;
}

.our-community a::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(187 174 152 / 80%);
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
	opacity: 0;
}

.our-community a:hover::before {
	opacity: 1;
}

.communities-panel {
	margin-bottom: 8px;
}

.last-communities-panel {
	margin-bottom: 22px;
}

.north-carolina h2 {
	max-width: 350px;
}

.north-carolina .word3,
.north-carolina .word4 {
	font-weight: 700;
}

.north-carolina .word5 {
	display: inline-block !important;
}

/*
Emerald Court Community Page
------------------------------------------*/

.single-community .site-header section:first-child {
	float: left;
	padding: 14px 0 10px;
}

.single-community .site-header section:last-child,
.single-community .site-header section:last-child .panel-grid-cell > .widget:last-child {
	float: right;
}

.single-community .site-header .sow-image-container a {
	display: block;
}

.single-community .site-header p {
	font-weight: 500;
	margin: 8px 0 34px;
	text-align: right;
}

.single-community .site-header p a {
	font-weight: 700;
}

.single-community .entry {
	margin: 0px;
}

.footer-menu {
	padding-top: 32px;
	font-family: 'Montserrat', sans-serif;
	padding-bottom: 28px;
}

.footer-menu,
.footer-menu a {
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
}

.footer-menu a:hover {
	color: #005e85;
}

.footer-menu .menu {
	overflow: hidden;
}

.footer-menu .menu li {
	display: block;
	float: left;
	margin: 0 0 0 24px;
}

.footer-menu .menu li:first-child {
	margin: 0px;
}

.footer-menu p,
.footer-menu p a {
	font-size: 12px;
}

.footer-menu p {
	margin: 0 0 7px;
}

.site-footer .address {
	position: relative;
}

.site-footer .address picture {
	width: 100%;
}

.community-contact-details {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
}

.community-contact-details,
.community-contact-details a,
.community-contact-details h2 {
	color: #fff;
}

.community-contact-details h2 {
	text-transform: uppercase;
	line-height: 30px;
	margin: 0 0 0;
}

.community-contact-details h2 .light {
	display: block;
}

.community-contact-details .details .widget {
	float: left;
	width: 255px;
}

.community-contact-details .details {
	padding-top: 37px;
	padding-bottom: 25px;
}

.community-contact-details .details p {
	margin: 0px;
}

.community-contact-details ul li {
	display: block;
	float: left;
	margin: 0 24px 0 0;
	line-height: normal;
}

.community-contact-details ul li:last-child {
	margin: 0px;
}

.community-contact-details ul li a {
	font-size: 32px;
}

.ec-panel-1 {
	font-family: 'Montserrat', sans-serif;
	min-height: 561px;
	margin-bottom: 18px;
}

.ec-panel-1,
.ec-panel-1 h1 {
	text-transform: uppercase;
	color: #fff;
}

.ec-panel-1 h1 {
	margin: 0 0 0;
}

.ec-panel-1 h1 .light {
	font-weight: 300;
}

.ec-panel-1 p:last-child {
	margin: 0 0 0;
}

.ec-panel-1 .widget {
	padding-top: 143px;
}

.ec-panel-2 {
	padding-bottom: 24px;
}

.ec-panel-2 h2 {
	color: #fff;
	text-transform: uppercase;
	margin: 0 0 0;
	line-height: 30px;
}

.ec-panel-2 h2 .light {
	display: block;
}

.two-head-bars .column {
	padding: 30px 0 30px 44px;
	background-color: #bbae98 !important;
	background-image: none !important;
}

.two-head-bars .text {
	padding: 23px 31px 0 44px;
}

.ec-panel-2 .button-1 {
	padding: 19px 31px;
	margin: 30px 0 0;
}

.dining {
	padding-top: 41px;
	border-top: 1px solid #ebebeb;
}

.ec-panel-7 {
	padding-top: 43px;
	margin-bottom: 30px;
	padding-bottom: 31px;
	border-bottom: 1px solid #ebebeb;
}

.ec-panel-7 .headline h2 {
	text-transform: uppercase;
	margin: 0 0 21px;
}

.ec-panel-7 .videos {
	overflow: hidden;
	display: block !important;
	font-family: 'Roboto', sans-serif;
}

.ec-panel-7 .videos .panel-grid-cell {
	max-width: 538px;
	width: 100%;
	float: left;
}

.ec-panel-7 .videos .panel-grid-cell:last-child {
	float: right;
}

.ec-panel-7 .videos .sow-image-container {
	margin: 0 0 24px;
}

.ec-panel-8 {
	margin: 46px 0 39px;
}

.ec-panel-8 ul {
	overflow: hidden;
	margin: 0px;
}

.ec-panel-8 ul li {
	display: block;
	float: left;
	margin: 0 74px 0 0;
}

.ec-panel-8 ul li:last-child {
	margin: 0px;
}

/*
Emerald Court Living Options Page
------------------------------------------*/

.ec-living-option-page-title {
	margin-bottom: 0px;
}

.ec-hero-image {
	min-height: 561px;
}

.ec-living-option-logos {
	border-top: 1px solid #ebebeb;
	margin-top: 0;
	padding-top: 35px;
}

.services {
	padding: 29px 0 0;
}

.services p:first-child {
	margin: 0px;
}

.bullets ul {
	margin-left: 1em;
}

.bullets ul li {
	list-style-type: none;
}

.bullets ul li::before {
	content: "\2022";
	color: #515151;
	font-weight: bold;
	display: inline-block; 
	width: 1em;
	margin-left: -1em;
}

/*
Floor Plans Page
------------------------------------------*/

.floor-plans-slider {
	padding: 60px 0;
}

body .soliloquy-container .soliloquy-prev,
body .soliloquy-container .soliloquy-next {
	width: 25px;
	height: 47px;
	margin-top: -23px;
}

body .soliloquy-container .soliloquy-prev,
body .soliloquy-container a.soliloquy-prev:focus {
	left: -102px;
	background: url( "images/left.png" ) no-repeat scroll 50% 50%;
}

body .soliloquy-container .soliloquy-next,
body .soliloquy-container a.soliloquy-next:focus {
	right: -102px;
	background: url( "images/right.png" ) no-repeat scroll 50% 50%;
}

.two-bar-tabs {
	padding-top: 37px;
}

.two-bar-tabs .h2-headline h2 {
	margin: 0 0 8px 44px;
}

.two-bar-tabs .sow-tabs-tab-container {
	overflow: hidden;
}

.two-bar-tabs .sow-tabs-tab-container .sow-tabs-tab {
	display: block !important;
	width: 50%;
	float: left;
	background-size: cover !important;
	color: #fff;
	text-transform: uppercase;
	line-height: 30px;
	position: relative;
	background-position: center center !important;
    background-color: #bbae98 !important;
    background-image: none !important;
}

.two-bar-tabs .sow-tabs-tab-container .sow-tabs-tab:first-child {
	background: url( "images/independent-bar-bg.jpg" ) no-repeat 0 0;
}

.two-bar-tabs.two-bar-tabs-purple .sow-tabs-tab-container .sow-tabs-tab:first-child,
.two-bar-tabs .sow-tabs-tab-container .sow-tabs-tab:nth-child(2) {
	background: url( "images/assisted-bar-bg.jpg" ) no-repeat 0 0;
}

.two-bar-tabs .sow-tabs-tab-container .sow-tabs-tab .word2 {
	font-weight: 300;
	display: block;
}

.two-bar-tabs .sow-tabs-tab-container .sow-tabs-tab[data-anchor="memory-care-services"] .word1 {
	display: block;
}

.two-bar-tabs .sow-tabs-tab-container .sow-tabs-tab[data-anchor="memory-care-services"] .word2 {
	display: inline-block;
}

.two-bar-tabs .sow-tabs-tab-container .sow-tabs-tab::before {
	content: '';
	display: block;
	width: 55px;
	height: 26px;
	position: absolute;
	right: 81px;
	bottom: -26px;
	background-size: cover;
}

.two-bar-tabs .sow-tabs-tab-container .sow-tabs-tab.sow-tabs-tab-selected:first-child::before {
	background: url( "images/active-1.png" ) no-repeat 0 0;
}

.two-bar-tabs.two-bar-tabs-purple .sow-tabs-tab-container .sow-tabs-tab.sow-tabs-tab-selected:first-child::before,
.two-bar-tabs .sow-tabs-tab-container .sow-tabs-tab.sow-tabs-tab-selected:nth-child(2)::before {
	background: url( "images/active-1.png" ) no-repeat 0 0;
}

.three-bar-tabs .sow-tabs-tab-container .sow-tabs-tab {
	width: 33.33%;
	background-position: center center !important;
	background-color: #bbae98 !important;
	background-image: none !important;
}

.two-bar-tabs .sow-tabs-tab-container .sow-tabs-tab.sow-tabs-tab-selected:first-child {
        background: #d4a458;
}

.two-bar-tabs.two-bar-tabs-purple .sow-tabs-tab-container .sow-tabs-tab.sow-tabs-tab-selected:first-child,
.two-bar-tabs .sow-tabs-tab-container .sow-tabs-tab.sow-tabs-tab-selected:nth-child(2) {
        background: #a55b59;
}

.three-bar-tabs .sow-tabs-tab-container .sow-tabs-tab:last-child,
.two-bar-tabs.two-bar-tabs-purple .sow-tabs-tab-container .sow-tabs-tab:nth-child(2) {
        background: url( "images/memeory-care.jpg" ) no-repeat 0 0;
}

.three-bar-tabs .sow-tabs-tab-container .sow-tabs-tab.sow-tabs-tab-selected:last-child,
.two-bar-tabs.two-bar-tabs-purple .sow-tabs-tab-container .sow-tabs-tab.sow-tabs-tab-selected:nth-child(2) {
        background: #6a72a7;
}

.three-bar-tabs .sow-tabs-tab-container .sow-tabs-tab.sow-tabs-tab-selected:last-child::before,
.two-bar-tabs.two-bar-tabs-purple .sow-tabs-tab-container .sow-tabs-tab.sow-tabs-tab-selected:last-child::before {
	background: url( "images/active-1.png" ) no-repeat 0 0;
}

.vertical-tabs .column {
	display: block;
	float: left;
	font-family: 'Montserrat', sans-serif;
}

.vertical-tabs .column:first-child {
	max-width: 254px;
	width: 100%;
}

.vertical-tabs .column:last-child {
	padding: 0 0 0 60px;
	max-width: 500px;
	width: 100%;
}

.vertical-tabs .column h2 {
	color: #d4a458;
        margin: 0 0 0;
        text-transform: uppercase;
}

.vertical-tabs .column p {
	margin: 0 0 0;
}

.vertical-tabs .column ul {
	margin: 0;
}

.vertical-tabs .column .table {
	margin-bottom: 40px;
}

.vertical-tabs .column .table li {
	list-style-type: none;
	border-bottom: 1px solid #cccccc;
	padding: 12px 0;
}

.vertical-tabs .column .table li strong {
	max-width: 107px;
	width: 100%;
	display: inline-block;
}

.vertical-tabs .column .button {
	background-color: #d4a458;
	padding: 9px 10px;
}

.vertical-tabs .column .downloads {
	margin: 32px 0 0;
}

.vertical-tabs .column .downloads li {
	list-style-type: none;
	background: url( "images/pdf-icon.png" ) no-repeat right center;
	max-width: 210px;
	line-height: 36px;
}

.vertical-tabs .column .downloads li a {
	display: block;
}

.vertical-tabs .column img {
        height: 100%;
        max-height: 450px;
}

.vertical-tabs .column:last-child .button {
	margin: 13px 0 0 20px;
}

body .lsow-tabs.style7 .lsow-tab-nav .lsow-tab a {
	margin: 0;
	font-size: 18px;
	padding: 10px 0 10px 29px;
	border-left: 1px solid transparent;
	border-width: 1px;
	display: block;
	color: #d4a458;
	text-transform: none;
	font-family: 'Roboto', sans-serif;
}

body  .lsow-tabs .lsow-tab-nav .lsow-tab span.lsow-tab-title {
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0;
	text-transform: none;
}

body .lsow-tabs.style7 .lsow-tab-nav .lsow-tab.lsow-active a {
	color: #515151;
}

body .lsow-tabs.style7 .lsow-tab-nav .lsow-tab.lsow-active span.lsow-tab-title {
	font-weight: 700;
}

/*
Blog Page
------------------------------------------*/

.page-template-page_blog .site-inner,
.archive .site-inner,
.single-post .site-inner,
.error404 .site-inner,
.search .site-inner {
	padding-top: 40px;
}

.featured-image {
	float: left;
	margin: 6px 26px 20px 0;
}

.featured-image a,
.featured-image a img {
	display: block;
}

.featured-image a img {
	margin: 0px auto;
}

.type-post .entry-title {
	line-height: 46px;
	margin: 0 0 0px;
}

.entry-time{
	margin-bottom: 20px;
	display: block;
	font-size: 15px;
}

.entry-footer .ssbp-wrap {
	border-top: 3px solid #ededed;
	border-bottom: 3px solid #ededed;
        padding: 5px 0;
        margin-top: 20px;
}

.screen-reader-text {
	display: none;
}

.sidebar .widget_archive,
.sidebar .widget_categories,
.sidebar .widget_search,
.sidebar .widget {
	background-color: #002d3f;
	padding: 20px;
}

.sidebar .widget_archive .widget-title,
.sidebar .widget_categories .widget-title,
.sidebar .widget_search .widget-title,
.sidebar .widget .widget-title {
	font-size: 26px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
}

.sidebar .widget_categories li {
	background: url( "images/dbl-right-arrow.png" ) no-repeat left 10px;
	padding-left: 20px;
}

.sidebar .widget_categories li a {
	color: #fff;
}

.sidebar .widget_categories li a:hover {
        text-decoration: underline;
}

.date .page-header-image-content {
	display: none;
}

/*
404 & Search Page
------------------------------------------*/

.search .site-inner {
	padding-bottom: 40px;
}

.search article {
	margin: 0px;
}

body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	padding: 10px;
}

/*
Cost Analysis Calculator
----------------------------------------------*/

.calculator .gform_wrapper .top_label li.gfield.gf_left_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm),
.calculator .gform_wrapper .top_label li.gfield.gf_middle_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm),
.calculator .gform_wrapper .top_label li.gfield.gf_right_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm),
.calculator .gform_wrapper .top_label li.gfield.field_description_below .gfield_label,
.calculator .gform_wrapper .top_label li.gfield.field_description_below .ginput_container,
.calculator .gform_wrapper .top_label li.gfield.field_description_below .gfield_description  {
	border: 1px solid #ddd;
	border-right: 0;
	border-bottom: 0;
}

.calculator .gform_wrapper .top_label li.gfield.gf_right_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm),
.calculator .gform_wrapper .top_label li.gfield.field_description_below .gfield_description {
	border-right: 1px solid #ddd;
}

.calculator .gform_wrapper .top_label li.gfield.gf_left_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm),
.calculator .gform_wrapper .top_label li.gfield.field_description_below .gfield_label {
	max-width: 718px;
	width: 100%;
}

.calculator .gform_wrapper .top_label li.gfield.gf_middle_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm),
.calculator .gform_wrapper .top_label li.gfield.field_description_below .ginput_container {
	max-width: 141px;
	width: 100%;
}

.calculator .gform_wrapper .top_label li.gfield.gf_right_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm),
.calculator .gform_wrapper .top_label li.gfield.field_description_below .gfield_description {
	max-width: 250px;
	width: 100%;
}

.calculator .gform_wrapper ul.gform_fields li.gfield {
	margin: 0px !important;
	padding: 0px !important;
}

.calculator .gform_wrapper li.gfield.field_description_below+li.gsection {
	margin-top: 0px !important;
}

.gform_wrapper .top_label li.gfield.table-header,
.gform_wrapper .top_label li.gfield.color-header {
	text-align: center;
	padding: 5px 10px !important;
	min-height: 70px;
	display: table !important;
	clear: unset !important;
	float: left !important;
}

.gform_wrapper .top_label li.gfield.table-header span,
.gform_wrapper .top_label li.gfield.color-header h2 {
	font-size: 16px;
}

.gform_wrapper .top_label li.gfield.color-header {
	background-color: #002d3f;
	min-height: 50px;
	text-align: left;
}

.gform_wrapper .top_label li.gfield.no-color {
	background-color: transparent;
}

.gform_wrapper .top_label li.gfield.color-header h2 {
	color: #fff;
	font-size: 16px;
}

.calculator .gform_wrapper .top_label li.gfield.field_description_below .gfield_label,
.calculator .gform_wrapper .top_label li.gfield.field_description_below .ginput_container,
.calculator .gform_wrapper .top_label li.gfield.field_description_below .gfield_description {
	float: left;
	margin: 0px;
	clear: unset;
	font-size: 16px;
	font-weight: 400;
	padding: 5px 10px;
	min-height: 52px;
	display: table;
}

.calculator .gform_wrapper .top_label li.gfield.field_description_below .gfield_description {
	text-align: center;
}

.calculator .gform_wrapper .top_label li.gfield.field_description_below .gfield_label .cover,
.calculator .gform_wrapper .top_label li.gfield.field_description_below .ginput_container .cover,
.calculator .gform_wrapper .top_label li.gfield.field_description_below .gfield_description .cover,
.calculator .gform_wrapper li.gfield_html.note span,
.gform_wrapper .top_label li.gfield.table-header span,
.gform_wrapper .top_label li.gfield.color-header h2 {
	line-height: 1.2;
	vertical-align: middle;
	display: table-cell;
}

.calculator .gform_wrapper li.gfield_html.note span,
.calculator .gform_wrapper .top_label li.gfield.color-header h2 {
        padding-left: 10px !important;
}

.calculator .gform_wrapper li.gfield_html.note {
	font-size: 16px;
	padding: 5px 10px !important;
	border: 1px solid #ddd;
	min-height: 52px;
	display: table;
	width: 100%;
}

.calculator .gform_wrapper .top_label li.gfield.grand-total .gfield_label {
	text-align: right;
}

.calculator .gform_wrapper .top_label li.gfield.field_description_below .ginput_container {
	text-align: center;
}

.calculator .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	padding: 8px;
	max-width: 90px;
}

.monthly-cost,
.palace-cost {
	display: none;
}

/*
Search shortcode
----------------------------------------------*/

.kisco-search-from-cont {
	max-width: 964px;
	width: 100%;
	margin: 39px auto;
}

.kisco-search-from-cont h3 {
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
	margin: 12px 0 0;
	float: left;
}

.kisco-search-form {
	overflow: hidden;
	margin: 0 0 0 280px;
	max-width: 684px
}

.kisco-search-form .two-fiels {
	max-width: 637px;
	width: 100%;
	float: left;
}

.kisco-search-form .two-fiels input {
	width: 258px;
	float: left;
}

.kisco-search-form .two-fiels span {
	width: 349px;
	float: right;
	position: relative;
	overflow: hidden;
	display: block;
}

.kisco-search-form .two-fiels input,
.kisco-search-form .two-fiels select {
	border-radius: 0px;
	color: #666666;
	font-size: 20px;
	padding: 11px 11px 11px 66px;
}

.kisco-search-form .two-fiels select {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	border: none;
	padding: 12px 11px 12px 66px;
}

.kisco-search-form .two-fiels span::before {
	content: '';
	display: block;
	background: url( "images/dropdown-arrow.jpg" ) no-repeat 0 0;
	width: 51px;
	height: 49px;
	position: absolute;
	top: 0;
	right: 0;
	background-size: cover;
}

#search-btn,
#search-btn:hover {
	background: url( "images/search-icon.png" ) no-repeat 0 0;
	font-size: 0px;
	display: block;
	padding: 0px;
	width: 36px;
	height: 36px;
	background-color: transparent;
	float: right;
	margin: 7px 0 0;
}

.acf-map {
	width: 100%;
	height: 400px;
	border: #ccc solid 1px;
	margin: 20px 0;
}

.acf-map img {
	max-width: inherit !important;
}

/*
Search results page
----------------------------------------------*/

.search-title {
	margin-bottom: 0px;
}

.single-result {
	max-width: 710px;
	width: 100%;
	margin: 0 auto 50px;
	overflow: hidden;
}

.single-result h2 {
	text-transform: uppercase;
}

.single-result .liv-options {
	width: 316px;
	float: left;
	padding: 7px 0 0;
}

.single-result .details.h2-headline {
	width: 333px;
	float: right;
}

.single-result .details p {
	margin: 0px;
}

.single-result .details span.tel {
	display: block;
	margin: 0 0 29px;
}

.single-result .img img {
	display: block;
	margin: 0px auto;
}

.single-result .option-icons {
	height: 36px;
	overflow: hidden;
	margin: 7px 0 0;
}

.single-result .option-icons img {
	display: block;
	float: left;
	margin: 0 7px 0 0;
}

.acf-map.single-map {
	margin: 0;
	border: 0;
}

.gm-style-iw-d p {
	margin: 0 0 10px;
}

.gm-style-iw-d a.visit {
	font-weight: 600;
	color: #005e85;
}

.living-option-icons {
	padding: 7px 0 0;
	overflow: hidden;
	display: block !important;
}

.living-option-icons .panel-grid-cell {
	float: left;
	width: 38px !important;
}

.community-result {
	display: block !important;
	max-width: 710px;
	width: 100% !important;
	margin: 0px auto 50px;
	overflow: hidden;
}

.community-result > .panel-grid-cell:first-child {
	width: 316px !important;
	float: left;
	padding: 7px 0 0;
}

.community-result > .panel-grid-cell:last-child {
	width: 333px !important;
	float: right;
}

.agree-checkbox ul li input[type=checkbox] {
	margin-top: 0px !important;
}

.agree-checkbox a {
	font-style: italic;
	color: #005e85;
}

div.gform_wrapper select {
	padding: 10px !important;
}

.additional-note {
	font-size: 14px;
}

.additional-note,
.pdr-form .gform_wrapper .gform_footer {
	text-align: center;
}

body .ngg-galleryoverview.default-view .ngg-gallery-thumbnail a {
	margin: 5px;
}

body .sl-wrapper .sl-image .sl-caption {
	display: none !important;
}

.right-image {
        padding-top: 33px;
        padding-bottom: 60px;
}

div#pano {
        margin: 20px 0 50px;
}

body .ngg-galleryoverview {
        margin-top: 0;
        margin-bottom: 0;
}

.calculator .gform_wrapper .gform_footer {
	display: none;
}


/*
Inner menu styling
---------------------------------------------------------------------------------------------------- */

.site-header .widget_nav_menu li {
	display: inline-block;
    height: auto;
    vertical-align: middle;
	margin: 0 26px 0 0;
}
.site-header .widget_nav_menu li:last-child {
	margin-right: 0;
}
.site-header .widget_nav_menu li a {
	cursor: pointer;
    display: inline;
	line-height: 42px;
    height: 42px;
    padding: 0;
    width: auto;
    display: block;
    color: #666;
    text-transform: uppercase;
    text-decoration: none;
    background: rgba(0,0,0,0);
    border: 0;
    border-radius: 0;
    font-size: 16px;
    font-weight: 700;
}
.site-header .widget_nav_menu ul.sub-menu li a:after {
	content: '';
    display: block !important;
    background: url(images/sub-menu-dropdow-arrow.png) no-repeat 0 0;
    width: 14px;
    height: 9px;
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -7px;
}
.site-header .widget_nav_menu ul.sub-menu li {
	margin:0;
	text-align: center;
    display: block;
}
.site-header .widget_nav_menu ul.sub-menu {
    opacity: 0;
	z-index: 999;
    position: absolute;
    width: 200px;
    border-top: 5px solid #af6227;
    border-left: 0 solid #af6227;
    border-right: 0 solid #af6227;
    border-bottom: 0 solid #af6227;
    padding: 10px 0 0;
    background: #fff;
    max-width: none;
	display: block;
    visibility: hidden;
    pointer-events: auto;
	margin-left: -25px;
}
.site-header .widget_nav_menu ul.sub-menu li a {
	font-size: 16px;
    font-weight: 400;
	text-align:center;
}
.site-header .widget_nav_menu ul.sub-menu li a:hover {
	color:#fff;
	background:#515151;
}
.site-header .widget_nav_menu li:hover ul.sub-menu {
	color: #666;
    font-weight: 700;
    text-decoration: none;
	opacity: 1;
	visibility: visible;
}
.entry-footer .at-share-btn-elements {
	border-top: 3px solid #ededed;
    border-bottom: 3px solid #ededed;
    padding: 10px 0;
    margin-top: 20px;
}
.entry-footer .at-icon-wrapper {
	height: 40px;
    width: 40px;
	padding-top: 5px;
}
.entry-footer .at-share-tbx-element .at-share-btn {
	border-radius: 100px !important;
    text-align: center;
	margin-bottom: 0;
}

.team-member-tabs .cont {
	max-width: 1620px;
	width: 100%;
	margin: 0 auto;
}

.team-member-tabs .sow-tabs-tab-container {
	position: relative;
}

.team-member-tabs .sow-tabs-tab-container:before {
	content: "View:";
	display: block;
	color: #515151;
	position: relative;
    top: 7px;
    font-size: 25px;
    font-weight: 700;
}

.team-member-tabs .sow-tabs-tab:nth-of-type(1) {
    border-right: 1px solid #515151;
}

.team-member-tabs .sow-tabs-tab:hover,
.team-member-tabs .sow-tabs-tab.sow-tabs-tab-selected .sow-tabs-title {
	text-decoration: underline;
}

.member-item .so-widget-sow-image a {
	position: relative;
}

.member-item .so-widget-sow-image a:after {
	content: "";
	display: block;
	background: rgba(175,98,39,0.75) url("/wp-content/uploads/2021/07/plus-sign.png") no-repeat scroll center center;
	position: absolute;
	top: 0;
	width: 100%;
    height: 100%;
	opacity: 0;
	transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
}

.member-item .so-widget-sow-image a:hover:after {
	opacity: 1;
}

.member-item .member-title {
    padding: 10px 0;
}

.member-item .member-title h2 {
    font-weight: 300;
	font-size: 20px;
	margin: 0;
}

.member-item .member-title h2 span.first-name {
    font-weight: 700;
}

.color-text-box {
    width: 251px;
    height: 279px;
	position: relative;
}

.color-text-box h3 {
    color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    left: 0;
    right: 0;
    font-weight: 500;
    line-height: 2;
}

.color-text-box h3:before {
	content: "";
	display: block;
	background: #fff;
	width: 60px;
	height: 2px;
	position: absolute;
	top: -10px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.color-text-box h3:after {
	content: "";
	display: block;
	background: #fff;
	width: 60px;
	height: 2px;
	position: absolute;
	bottom: -10px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.name-box-info {
    padding: 50px 40px 13px 40px;
}

.name-box-info h3 {
    font-size: 22px;
    color: #fff;
	margin: 0 0 10px;
}

.name-box-info h3 span.light {
    font-weight: 300;
}

.name-box-info h4 {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
	margin: 0 0 40px;
}

.name-box-info h5 {
    font-size: 16px;
    color: #fff;
	text-transform: uppercase;
	position: relative;
	font-weight: 700;
    letter-spacing: 1px;
	margin: 0 0 40px;
}

.name-box-info h5:after {
	content: "";
	display: block;
	background: #fff;
	width: 60px;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: -10px;
}

.name-box-info p {
	color: #fff;
}

.name-box-info a {
    color: #fff;
    font-weight: 400 !important;
    font-size: 28px;
}

.quote-row {
    padding: 70px 0 20px;
}

.quote-row p {
	font-size: 28px;
	text-align: center;
	color: #666;
	font-style: italic;
    font-weight: 500;
}

.single-our_team .entry-meta {
    display: none;
}

.single-our_team .page-title.management-title {
    background: #b2afae;
    padding: 17px 0;
    margin-top: 111px;
}

.single-our_team .site-inner {
    margin-top: 0;
}

.roobrik-widget-button {
	background-color: #5285b2;
}

body #fancybox-close {
	height: 46px;
}
body #fancybox-close span {
	display:none;
}

/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (min-width: 1600px) and (max-width: 1800px) {
	
	.color-text-box {
    	width: 100%;
    	height: 278px;
	}
	
	.color-text-box h3 {
    	line-height: 1.6;
	}
	
}

@media only screen and (min-width: 1366px) and (max-width: 1599px) {
	
	.color-text-box {
    	width: 100%;
    	height: 228px;
	}
	
	.color-text-box h3 {
    	line-height: 1.6;
	}
	
}

@media only screen and (min-width: 1180px) and (max-width: 1365px) {
	
	.color-text-box {
    	width: 100%;
    	height: 212px;
	}
	
	.color-text-box h3 {
    	line-height: 1.6;
		font-size: 18px;
	}
	
}


@media only screen and (max-width: 1850px) {

	.community-box .image-headline h2 {
		font-size: 27px;
		max-width: 340px;
	}
}

@media only screen and (max-width: 1675px) {

	.community-box .image-headline h2 {
		font-size: 24px;
		max-width: 320px;
	}
}

@media only screen and (max-width: 1550px) {

	.community-box .image-headline h2 {
		font-size: 20px;
		max-width: 260px;
		padding: 14px 15px;
	}
}

@media only screen and (max-width: 1179px) {

	.wrap {
		max-width: 95%;
	}
	
	body .mega-menu-wrap .mega-menu > li.mega-menu-item {
		margin: 0 10px 0 0 !important;
	}
	
	.home-panel-4 .videos .panel-grid-cell {
		max-width: 455px;
	}
	
	.home-panel-5 {
		background-position: top center !important;
		min-height: 390px;
	}
	
	.home-panel-5 .careers {
		padding: 36px 2.5%;
	}
	
	.home-panel-5 .careers .widget {
		float: none;
		width: 100%;
		text-align: center;
	}
	
	.home-panel-5 h2 {
		margin: 0 0 20px;
	}
	
	.home-panel-5 h2 .light {
		display: inline-block;
	}
	
	.home-panel-5 p br {
		display: none;
	}
	
	.home-panel-5 .button {
		margin: 20px 0 0;
	}
	
	.footer-panel .menu li {
		margin: 0 10px 0 0;
	}
	
	.content {
		width: 600px;
	}
	
	.sidebar {
		width: 300px; 
	}
	
	.our-management .member .name-title {
		padding: 20px;
	}
	
	.our-management .member .name-title h2 {
		font-size: 24px;
	}
	
	.our-management .member .name-title .title {
		font-size: 16px;
	}
	
	.ec-panel-1 {
		min-height: 360px;
	}
	
	.ec-panel-1 .widget {
		padding-top: 70px;
        }
        
        .ec-panel-8 {
                margin: 20px 0;
        }
	
	.ec-panel-8 ul li {
		margin: 0 36px 0 0;
        }
	
	.ec-panel-7 .videos .panel-grid-cell {
		max-width: 465px;
	}
	
	.address-and-map {
		display: block !important;
	}
	
	.address-and-map > .panel-grid-cell {
		width: 100% !important;
	}
	
	.footer-menu .menu li {
		margin: 0 0 0 20px;
	}
	
	.footer-menu p,
	.footer-menu p a {
		font-size: 11px;
	}
	
	.calculator .gform_wrapper .top_label li.gfield.gf_left_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm), .calculator .gform_wrapper .top_label li.gfield.field_description_below .gfield_label {
		max-width: 615px;
	}
	
	.calculator .gform_wrapper .top_label li.gfield.gf_right_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm), .calculator .gform_wrapper .top_label li.gfield.field_description_below .gfield_description {
		max-width: 200px;
	}
	
	.home-panel-1 .text {
		padding: 60px 0 0;
	}

	.vertical-tabs .column:last-child {
		max-width: 464px;
	}

	.single-community .site-header section:first-child {
		width: 240px;
	}

	.ec-hero-image {
		min-height: 290px;
	}

	.home-panel-4 {
		padding: 50px 0 20px;
	}

	.community-box p {
		padding: 20px;
	}

	.home-panel-2 {
		padding-top: 50px;
		padding-bottom: 30px;
	}
	
	.quote-row p {
		font-size: 24px;
	}
	
	.color-text-box {
    	width: 100%;
		height: 166px;
	}
	
	.color-text-box h3 {
    	line-height: 1.5;
		font-size: 18px;
	}
	
	.member-item .member-title h2 {
		font-size: 14px;
	}
	
	.member-item .member-title span.title {
    	font-size: 14px;
	}

}

@media only screen and (max-width: 980px) {
	
	.title-area {
		padding: 6px 0 20px;
	}
	
	.site-header .widget-area {
		padding: 0 0 20px;
		float: none;
	}
	
	.site-header {
        position: fixed;
        top: 0;
        z-index: 99999;
        padding-right: 2px;
    }
	
	.site-header .title-area .site-title,
	.site-header #sow-image-14,
	.site-header #sow-image-16{
		display: none !important;
	}
	
	.site-header .widget-area .phone {
		margin: 50px 0 0;
	}
	
	body #mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle {
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		-ms-border-radius: 0;
		-o-border-radius: 0;
		border-radius: 0;
	}
	
	body .mega-menu-wrap .mega-menu > li.mega-menu-item {
		margin: 0 0 0 0 !important;
	}
	
	body .mega-menu-wrap .mega-menu li.mega-menu-item-has-children > a.mega-menu-link:after,
	body .mega-menu-wrap .mega-menu li.mega-menu-item-has-children > a.mega-menu-link span.mega-indicator:after {
		display: block !important;
	}
	
	body .mega-menu-wrap .mega-menu > li.mega-menu-megamenu > ul.mega-sub-menu {
		margin: 0 !important;
		margin-left: 0 !important;
		padding: 0 !important;
	}
	
	body .mega-menu-wrap .mega-menu > li.mega-menu-megamenu > ul.mega-sub-menu,
	body .mega-menu-wrap .mega-menu > li.mega-menu-flyout ul.mega-sub-menu {
		border-left: 1px solid #af6227 !important;
		border-right: 1px solid #af6227 !important;
		border-top: 5px solid #af6227 !important;
	}
	
	body .mega-menu-wrap .mega-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item .panel-layout::before,
	body .mega-menu-wrap .mega-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:first-child > a::after {
		left: 50px;
		margin-left: 0;
        }
        
        body .mega-menu-wrap .mega-menu > li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
                padding-right: 12px !important;
        }
	
	.communities-menu-links {
		display: block !important;
	}
	
	.communities-menu-links .panel-grid-cell {
		max-width: calc( 25% - 15px );
		text-align: center;
		display: inline-block;
		margin: 0 20px 0 0 !important;
	}
	
	.communities-menu-links .panel-grid-cell:last-child {
		margin: 0px !important;
	}
	
	.communities-menu-links .panel-grid-cell img {
		width: 100% !important;
	}
	
	body .mega-menu-wrap .mega-menu > li.mega-menu-flyout ul.mega-sub-menu {
		padding: 10px 0px 0px 0px !important;
		left: 0px !important;
		margin: 0 !important;
	}
	
	body .mega-menu-wrap .mega-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
		text-align: left !important;
	}
	
	.home-panel-1 {
		min-height: 400px;
	}
	
	.home-panel-1 .text {
		padding: 50px 0 0;
	}
	
	.home-panel-2 {
		padding-top: 50px;
		padding-bottom: 25px;
	}
	
	.community-box p {
		padding: 30px;
		min-height: 100%;
	}
	
	.home-panel-4 {
		padding: 50px 0 25px;
	}
	
	.home-panel-4 .headline {
		text-align: center;
	}
	
	.home-panel-4 .videos .panel-grid-cell {
		max-width: 538px;
		float: none !important;
		margin: 0 auto !important;
	}
	
	.home-panel-5 {
		min-height: 290px;
	}
	
	.home-panel-6 {
		min-height: 100%;
        }
        
        .home .careers {
                text-align: center;
        }
	
	.home-panel-6 .text {
		padding: 50px;
		width: 100%;
	}
	
	.home-panel-6 .textwidget {
		top: 0;
		-webkit-transform: translateY(-0%);
		-moz-transform: translateY(-0%);
		-ms-transform: translateY(-0%);
		-o-transform: translateY(-0%);
		transform: translateY(-0%);
	}
	
	.home-panel-6 .textwidget,
	.home-panel-6 .text {
		position: relative;
	}
	
	.footer-panel {
		min-height: 100%;
		padding-top: 50px;
		padding-bottom: 40px;
	}
	
	.footer-contact-info .widget:first-child {
		width: 260px;
	}
	
	.footer-contact-info .widget:nth-child(2) {
		width: 240px;
	}
	
	.footer-panel .menu li {
		margin: 0 20px 0 0;
	}
	
	.copyright-text p {
		text-align: center !important;
		margin: 0 0 10px;
	}
	
	.page-title h1,
	.living-option-h2 h2 {
		font-size: 38px;
		margin-top: 90px;
	}
	
	.topic .sow-image-container,
	.living-panel-1 .sow-image-container {
		margin: 0 0 15px;
	}
	
	.living-panel-1 .text {
		padding: 0;
		margin: 0;
	}
	
	.content,
	.sidebar {
		width: 100%;
		float: none;
	}
	
	.sidebar .search-form input[type="submit"] {
		display: none;
	}
	
	.our-management .member {
		width: 50%;
	}
	
	.single-community .site-header section:first-child,
	.single-community .site-header section:last-child {
		float: none;
		width: 100%;
		text-align: center;
	}
	
	.single-community .site-header section:last-child {
		padding: 0 0 20px;
	}
	
	.single-community .site-header .sow-image-container a img {
		margin: 0px auto;
	}
	
	.single-community .site-header p {
		margin: 20px 0;
		text-align: center;
	}
	
	.single-community .site-header section:last-child .panel-grid-cell > .widget:last-child {
		float: none;
	}
	
	.single-community .site-header .sow-image-container a {
		margin: 0 auto;
	}
	
	.ec-panel-7 .videos .panel-grid-cell {
		max-width: 538px;
		margin: 0 auto !important;
		float: none !important;
	}
	
	.ec-panel-8 ul {
		text-align: center;
	}
	
	.ec-panel-8 ul li {
		display: inline-block;
		float: none;
		margin: 0 20px;
	}
	
	.footer-menu .menu {
		text-align: center;
		margin: 0 0 20px;
	}
	
	.footer-menu .menu li {
		display: inline-block;
		float: none;
		margin: 0 10px;
	}
	
	.footer-menu p, .footer-menu p a {
		font-size: 12px;
		text-align: center !important;
	}
	
	.calculator .gform_wrapper .top_label li.gfield.gf_left_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm), .calculator .gform_wrapper .top_label li.gfield.field_description_below .gfield_label, .calculator .gform_wrapper .top_label li.gfield.gf_middle_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm), .calculator .gform_wrapper .top_label li.gfield.field_description_below .ginput_container, .calculator .gform_wrapper .top_label li.gfield.gf_right_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm), .calculator .gform_wrapper .top_label li.gfield.field_description_below .gfield_description {
		max-width: 100%;
		text-align: center;
		min-height: 100%;
		padding: 20px 10px;
		border-right: 1px solid #ddd;
	}
	
	.gform_wrapper .top_label li.gfield.table-header,
	.gform_wrapper .top_label li.gfield.no-color {
		display: none !important;
	}
	
	.monthly-cost,
	.palace-cost {
		display: block;
		margin: 0 0 10px;
	}
	
	.gform_wrapper .top_label li.gfield.color-header h2 {
		padding: 10px !important;
	}
	
	.calculator .gform_wrapper .top_label li.gfield.field_description_below .gfield_label {
		font-weight: 700;
	}
	
	/*.site-header {
		position: relative;
	}*/
	
	.site-inner {
        margin-top: 90px;
	}
	
	.kisco-search-from-cont {
		margin: 20px auto;
	}
	
	.kisco-search-from-cont h3 {
		margin: 0 0 12px;
		float: none;
		text-align: center;
	}
	
	.kisco-search-form {
		margin: 0px auto;
		max-width: 690px;
	}
	
	.home-panel-3 .widget-overly {
		max-width: 100%;
		float: none;
		position: relative;
		top: 0;
		-webkit-transform: translateY(-0%);
		-moz-transform: translateY(-0%);
		-ms-transform: translateY(-0%);
		-o-transform: translateY(-0%);
		transform: translateY(-0%);
		padding: 30px 0 0;
		text-align: center;
	}
	
	.our-management .member:nth-of-type(3n+1) {
		clear: none;
	}
	
	.our-management .member:nth-of-type(2n+1) {
		clear: both;
	}
	
	.find-community {
		position: relative;
	}
	
	.living-option-icons {
		padding: 7px 0 20px;
    }
        
	.vertical-tabs .column:first-child {
		max-width: 200px;
		width: 100%;
	}

	.vertical-tabs .column:last-child {
		max-width: 270px;
		float: right;
		padding: 0;
	}

	.vertical-tabs .column:last-child .button {
		text-align: center;
	}

	.vertical-tabs .column img {
		width: 100%;
		height: auto;
		max-height: 100%;
	}

	.ec-hero-image {
		min-height: 220px;
	}

	.two-bar-tabs .sow-tabs-tab-container .sow-tabs-tab {
		padding: 20px !important;
		font-size: 28px !important;
	}

	.home-panel-3,
	.home-panel-3 h2 {
		color: #666;
	}

	.right-image {
		padding-top: 0;
		padding-bottom: 37px;
		-ms-flex-direction: column-reverse !important;
		-moz-flex-direction: column-reverse !important;
		-webkit-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	
	.member-item .member-title {
    	text-align: center;
	}
	
	.color-text-box {
		width: 250px;
    	height: 250px;
    	margin: 0 auto 20px;
	}
	
	.member-info-row img {
		margin: 0 auto 15px;
		width: 280px;
	}
	
	.single-our_team .page-title.management-title {
    	margin-top: 0;
	}
	
}

@media only screen and (max-width: 740px) {
	
	.home-panel-1 h1 {
		font-size: 40px;
	}
	
	.home-panel-1 h2 {
		font-size: 26px;
	}
	
	.home-panel-1,
	.home-panel-1 h1,
	.home-panel-1 h2 {
		line-height: 40px;
	}
	
	.home-panel-5 {
		min-height: 250px;
	}
	
	.footer-panel .headline h2 {
		text-align: center;
		font-size: 30px;
	}
	
	.footer-contact-info {
		padding: 20px 0;
	}
	
	.footer-contact-info .widget {
		float: none;
		text-align: center;
	}
	
	.footer-contact-info .widget:first-child,
	.footer-contact-info .widget:nth-child(2) {
		width: 100%;
	}
	
	.footer-contact-info ul li {
		margin-top: 20px;
	}
	
	.footer-panel ul li {
		display: inline-block;
		float: none;
	}
	
	.footer-panel .menu {
		text-align: center;
	}
	
	.footer-panel .menu li {
		margin: 0 10px;
	}
	
	.copyright-text {
		padding: 30px 0 0;
	}
	
	.single-result .liv-options,
	.single-result .details.h2-headline,
	.community-result > .panel-grid-cell:first-child,
	.community-result > .panel-grid-cell:last-child {
		width: 310px;
        }
        
        .vertical-tabs .column:first-child,
        .vertical-tabs .column:last-child {
                max-width: 100%;
                float: none;
                padding: 0;
                width: 100%;
        }
	.responsive-menu {
		display: none;
		padding-top:50px;
		padding-left: 10px;
	}
	.widget_nav_menu {
		background:#002d3f;
	}

	#responsive-menu-icon,.c-hamburger {
		display: block;
	}
	
	.site-header .widget_nav_menu li {
		display: block;
		text-align: left;
		padding-left: 0px;
	}
	.site-header .widget_nav_menu li.menu-item-has-children a {
		background:url("images/arrow-mobile-down.jpg") no-repeat;
		background-position:right center;
	}
	.site-header .widget_nav_menu li.menu-item-has-children li a {
		background:none;
	}
	.site-header .widget_nav_menu li a {
		color: #fff;
    	font-size: 14px;
	}
	.site-header .widget_nav_menu ul.sub-menu {
		left: 0px;
		width: 100%;
		opacity: 1;
		position: relative;
		margin-left:0;
	}
	.site-header .widget_nav_menu ul.sub-menu a {
		background-color: transparent;
		border: 0;
		padding: 0.6rem 2rem;
		width: 100%;
	}
	.site-header .widget_nav_menu ul.sub-menu {
		left: 0px;
		width: 100%;
		opacity: 1;
		position: relative;
	}
	.site-header .widget_nav_menu li:hover ul.sub-menu {
		display:block;
	}
	.site-header .widget_nav_menu ul.sub-menu a {
		background-color: transparent;
		border: 0;
		padding: .3rem 2rem;
		width: 100%;
		color:#666;
		text-align:left !important;
	}
	.site-header .widget_nav_menu ul.sub-menu li a:after {
		left:20%;
	}
	span.menu-text {
		position: absolute;
    	top: -9px;
    	left: -90px;
    	height: 0;
    	color: #fff;
    	font-size: 14px;
    	text-transform: uppercase;
	}
	span.menu-text:before,
	span.menu-text:after {
		display:none;
	}
}

@media only screen and (max-width: 700px) {
	
	.kisco-search-form {
		max-width: 600px;
	}
	
	.kisco-search-form .two-fiels {
		max-width: 550px;
	}
	
	.kisco-search-form .two-fiels input {
		width: 250px;
	}
	
	.kisco-search-form .two-fiels span {
		width: 290px;
   	}
	
	.single-result .liv-options,
	.single-result .details.h2-headline,
	.community-result > .panel-grid-cell:first-child,
	.community-result > .panel-grid-cell:last-child {
		float: none;
		margin: 0 auto !important;
	}
	
	.single-result .details.h2-headline,
	.community-result > .panel-grid-cell:last-child {
		text-align: center;
		padding: 20px 0 0;
        }
        
        .two-bar-tabs .sow-tabs-tab-container .sow-tabs-tab {
                font-size: 24px !important;
                line-height: 24px;
        }
}

@media only screen and (max-width: 500px) {
	
	.title-area {
		padding: 6px 0 0;
		float: none;
	}
	
	.site-header .widget-area {
		text-align: center;
	}
	
	.site-header .widget-area .phone {
		margin: 20px 0;
		display: inline-block;
	}
	
	.communities-menu-links .panel-grid-cell {
		max-width: 100%;
		margin: 0 auto !important;
	}
	
	.communities-menu-links p {
		margin: 6px 0 20px !important;
		
		
		
		
		
		
		
		
		
	}
	
	.margin-bottom {
		margin-bottom: 0;
	}
	
	.home-panel-1,
	.home-panel-1 h1,
	.home-panel-1 h2 {
		line-height: 28px;
	}
	
	.home-panel-1 h1 {
		font-size: 25px;
	}
	
	.home-panel-1 h2 {
		font-size: 22px;
	}
	
	.home-panel-1 p {
		font-size: 14px;
		line-height: 20px;
	}
	
	.home-panel-2 .button-1,
	.home-panel-3 .button {
		padding: 19px 40px;
	}
	
	.home-panel-5 {
		min-height: 140px;
	}
	
	.home-panel-6 .text {
		padding: 50px 2.5%;
	}
	
	.home-panel-6 .button {
		padding: 19px;
	}
	
	.home-panel-6 p br {
		display: none;
	}
	
	.footer-panel .menu li {
		display: block;
	}
	
	.featured-image {
		float: none;
		margin: 0 auto 26px;
	}
	
	.page-title h1,
	.living-option-h2 h2 {
		font-size: 36px;
	}
	
	.page-title h1 br {
		display: none;
	}
	
	.our-management .member {
		float: none;
		width: 100%;
	}
	
	.community-contact-details,
	.community-contact-details a,
	.community-contact-details h2 {
		color: #666;
	}
	
	.community-contact-details {
		position: relative;
		top: 0;
		-webkit-transform: translateY(0%);
		-moz-transform: translateY(0%);
		-ms-transform: translateY(0%);
		-o-transform: translateY(0%);
		transform: translateY(0%);
		left: 0;
		padding: 40px 2.5%;
	}
	
	.kisco-search-form {
		max-width: 95%;
	}
	
	.kisco-search-form .two-fiels {
		max-width: 100%;
		float: none;
	}
	
	.kisco-search-form .two-fiels input {
		width: 100%;
		float: none;
	}
	
	.kisco-search-form .two-fiels span {
		width: 100%;
		float: none;
		margin: 10px 0;
	}
	
	#search-btn, #search-btn:hover {
		float: none;
		margin: 0 auto;
	}
	
	.home .kisco-search-from-cont h3 {
		display: block;
	}
	
	.home-panel-1 .text {
                padding: 30px 0;
                text-align: center;
                margin: 0 !important;
	}
	
	.home-panel-1 .soliloquy-container .soliloquy-caption {
		position: relative;
	}
	
	.home-panel-1 p, .home-panel-1 h1, .home-panel-1 h2 {
		color: #515151;
	}

	.three-bar-tabs .sow-tabs-tab-container .sow-tabs-tab,
	.two-bar-tabs .sow-tabs-tab-container .sow-tabs-tab {
		width: 100%;
		float: none;
	}

	.home-panel-2 .headline {
		padding: 0;
		text-align: center;
	}

	.home-panel-6 .text {
		text-align: center;
	}

	.home .careers {
		padding: 30px 0 15px;
	}

	.home .careers br {
		display: none;
	}

	.home-panel-1 p {
		font-size: 12px;
	}

	.copyright-text p {
		font-size: 10px;
	}

	.communities-panel {
		margin-bottom: 0;
	}

	#fancybox-content,
	#fancybox-wrap {
		width: 300px !important;
	}

	.type-post .entry-title {
		line-height: 36px;
		font-size: 30px;
	}
	
	.quote-row p {
		font-size: 22px;
	}
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link{
	padding: 10px !important;
	line-height: 1.5 !important;
}

ul#menu-footer-menu li a{
	/*color: #000;*/
}

.single-community .site-footer .footer-menu {
	background-color: #000000 !important;
}

.single-community .site-footer .address .sow-image-container{
	display: none;
}

.single-community .site-footer .address{
	background: #BBAE98;
	min-height: 400px;
}

.single-community .single-map{
	min-height: 400px;
}

.single-community .two-head-bars .column {
	background-color: #f0ede7 !important;
}

.single-community .two-head-bars .column h2 a, .single-community .two-head-bars .column h2 {
	color: #000 !important;
}

.page-id-14 .page-title,
.page-id-484 .page-title,
.page-id-703 .page-title,
.page-id-704 .page-title,
.page-id-705 .page-title,
.page-id-711 .page-title,
.page-id-713 .page-title,
.page-id-714 .page-title,
.page-id-716 .page-title,
.page-id-7044 .page-title,
.page-id-7047 .page-title
{
	background-color: #f0ede7 !important;
}

.page-id-14 .page-title h1,
.page-id-484 .page-title h1,
.page-id-703 .page-title h1,
.page-id-704 .page-title h1,
.page-id-705 .page-title h1,
.page-id-711 .page-title h1,
.page-id-713 .page-title h1,
.page-id-714 .page-title h1,
.page-id-716 .page-title h1,
.page-id-7044 .page-title h1,
.page-id-7047 .page-title h1
{
	color:#000 !important;
}

@media only screen and (max-width: 980px){
	#mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle + #mega-menu-max_mega_menu_1 {
		background: #5285b2 !important;
	}
	#mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle {
		background: #5285b2 !important;
	}
	.widget_nav_menu {
		background: #5285b2 !important;
	}
}

@media only screen and (min-width: 980px){
	.community-box .image-headline h2{
		min-width: 380px;
	}
}

#soliloquy-835 .soliloquy-item-2 .soliloquy-caption.soliloquy-caption-mobile img{
	max-width: 130px;
	display: inline-block;
}