/* CUSTOM CSS
*********************************************/

html, body {
	min-height: 100vh;
}
html body {
	padding-top: 0;
	font-family: 'Montserrat', sans-serif;
	padding-bottom: 0;
}
html {
  box-sizing: border-box;
}
body.modal-open {width: 100%!important;}
*, *:before, *:after {
  box-sizing: inherit;
}
.wrap {
	width: 100%;
}
div[itemprop="articleBody"] img {
	max-width:100%;
}
h1, h2, h5 {
	font-weight: bold;
}
h1, h2 {
	color: #767a4f;
}
h1 {
	font-size: 1.357em;
	margin-top: 0;
}
h1 span,
.testimonials,
.right-col .subtitle,
.right-col .press .title p,
.slogan,
.right-col form.aikonformform input,
.right-col form.aikonformform textarea,
body.contact dl.accordion dd,
.right-col form.aikonformform select,
#mc2_email, #mc2_before_content,
form#form_aikonform_143 input, form#form_aikonform_143 textarea {
	font-family: Georgia,Times,Times New Roman,serif;
	font-style: italic;
}
h1 span {
	color: #767a4f;
	font-size: 0.737em;
	display: block;
	margin-top: 5px;
	font-weight: normal;
	text-transform: none;
}
h1, h2 {
	font-weight: bold;
	font-size: 1.357em;
	text-transform: uppercase;
}
h2.small {font-size: 1.071em;}
.right-col h3 {	
	color: #5e646c;
}
.right-col .subtitle, .right-col #mc2_before_content, .press .title p {	
	font-size: 1.143em;
	color: #4a5056;
	text-align: center;
}
.press .title p {text-align: left;}
.right-col .subtitle span {
	font-size: 0.857em;
	display: block;
}
h2.blue, .moduletable.blue h2 {
	color: #8b9fbb;
}
h2.green {
	color: #767a4f;
}
h3 {
	font-size: 1.071em;
	color: #6d806e;
	font-weight: bold;
}
h5 {
	font-size: 0.786em;
}
h5, p, .footer .legal, .wrap.news .mutual ul li, .wrap.news h4.newsflash-title.latest-news a, div[itemprop="articleBody"] ul li {
	color: #58574b;
}
div[itemprop="articleBody"] p a {color:#6d7c8f;}
button:focus {outline:0;}

/* Collapsing Margins
.right-col.no-gutter > .moduletable,
.main-body .item-page {overflow: auto;} */

.right-col.no-gutter > .moduletable:first-of-type h3 {margin-top: 0;}
.right-col.no-gutter {padding-top: 20px;}

.main-body .item-page > .page-header {margin-top: 0;}
.main-body .item-page {padding-top: 40px;}

.wrap.news .mutual ul li, .wrap.news h4.newsflash-title.latest-news a {
	text-transform: uppercase;
	font-size: 0.857em;
	font-weight: bold;
	margin: 1em 0;
	line-height: 1.5em;
}
.wrap.news .intro-image, body.news .intro-image {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	background-size: cover;
	background-position: 50% 0;
	width: 169px;
}
.wrap.news .moduletable.mutual ul, .mutual a.readmore {
	margin-left: 2.0em;
	list-style: none;
	margin-left: 0;
}
.mutual a.readmore {margin-left: 18px;}
.mutual a.readmore:hover, .mutual a.readmore:active, .mutual a.readmore:focus, .mutual a.readmore:visited {text-decoration: none;}
a.readmore img {position: relative;z-index:999;}
div[itemprop="articleBody"] p, div[itemprop="articleBody"] ul li {line-height: 1.583em;}
p , .testimonials .author, div[itemprop="articleBody"] ul li, .wrap.news .news-sub #mc2_before_content {
	font-size: 0.86em;
}
div[itemprop="articleBody"] ul {padding-left: 16px;}
.testimonials ul li {
	font-size: 1em;
	color: #44494f;
	text-align: center;
	margin-bottom: 0;
	width: 100%;
	text-align: center;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.testimonials .author {
	display: block;
    font-size: 0.786em;
    line-height: 2.09em;
}
.logo p, .logo p span {
	text-align: justify;
}
p.title {
	font-size: 1.714em;
	color: #767a4f;
	margin-bottom: 0;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 1em;
	letter-spacing: 0.15px;
}
p.title span {
	font-size: 1.09em;
}
p.slogan {
	font-size: 1em;
	color: #414042;
	letter-spacing: -0.2px;
}
a.readmore, a.readmore:hover {
	cursor: pointer;
	z-index: 999;
	position: relative;
}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus, .btn:active, .btn.active {outline: none;-webkit-box-shadow: none;box-shadow: none;}
.bold {font-weight: bold;}
.mb20 {margin-bottom: 20px;}

/* Flipping Book */
a.modal.readmore {
	display: block;
	overflow: initial;
	position: static;
}
a.modal
{ display: initial; }
h2#fb_bookname 
{ color: #767a4f; font-family: Georgia, Times, 'Times New Roman'; } 
/* End Flipping Book */

.equal-height, .equal-height > div[class*='col-'], .intro-image  {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex:1 0 auto;
            -webkit-box-flex:1;
                -ms-flex:1 0 auto;
            flex:1 0 auto;
}
.vertical-align, .header .logo > .moduletable > .custom {
   display: -webkit-flex;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-align-items: center;
   -webkit-box-align: center;
       -ms-flex-align: center;
           align-items: center;
}
.vertical-align-start {
   display: -webkit-flex;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-align-items: flex-start;
   -webkit-box-align: start;
       -ms-flex-align: start;
           align-items: flex-start;
}
.flex-column {
   -webkit-flex-direction: column;
       -webkit-box-orient: vertical;
       -webkit-box-direction: normal;
           -ms-flex-direction: column;
           flex-direction: column;
}
.flex-start {
   -webkit-align-items: flex-start;
       -webkit-box-align: start;
           -ms-flex-align: start;
           align-items: flex-start;
   -webkit-justify-content: flex-start;
       -webkit-box-pack: start;
           -ms-flex-pack: start;
           justify-content: flex-start;	
}
.flex-center-left {
   -webkit-align-items: flex-start;
       -webkit-box-align: start;
           -ms-flex-align: start;
           align-items: flex-start;
   -webkit-justify-content: center;
       -webkit-box-pack: center;
           -ms-flex-pack: center;
           justify-content: center;
}
.shadow {
	box-shadow: inset 0 7px 9px -7px rgba(0,0,0,0.7);
}
.wrap.main-nav {
	background-color: #6d7c8f;
}
.main-nav .navbar {
    margin-bottom: 0;
}
.navbar-default, .navbar-default .navbar-collapse, .navbar-default .navbar-form {
	background-color: transparent;	
	border: none;
}
nav.navigation {background-color: #6d7c8f;}

.main-nav ul.nav.menu, .main-nav ul.nav.menu li  {
	display: block;
}
.main-nav ul.nav.menu li {
	padding: 10px 15px;
}
.main-nav ul.nav.menu li a {
	text-transform: uppercase;
	font-size: 0.857em;
	color: #faf8ea;
	padding: 0;
	display: inline-block;
}
.nav > li > a:hover, .nav > li > a:focus {
	background-color: transparent;
}
.wrap.header {
	background-color: #faf8ea;
}
.logo img, .logo p {
	display: inline-block;
}
.logo, .logo .custom .col-md-3 {padding-left: 0;}
.phone-social {padding-right: 0;}
.phone-social .call {
	font-weight: bold;
	font-size: 1.357em;
	text-transform: uppercase;
	color: #474b50;
	border-bottom: 1px solid #767a4f;
	padding-bottom: 1em;
	margin-bottom: 1em;
	display: inline-block;
}
.phone-social .call span {
	font-size: 1.263em;
	padding-left: 8px;
}
.phone-social ul, .footer-nav ul {
	list-style-type: none;
	padding: 0;
	margin-bottom: 0;
}
.phone-social ul li, .footer-nav ul li {
	display: inline-block;
}
.wrap.showcase {
	position: relative;
}
.wrap.showcase, .wrap.showcase .slideimg, #cp-bg-slide {
	max-width: 100%;
    overflow-x: hidden;
}
.showcase > .container > .row {
	position: relative;
}
#brochure {
	position: absolute;
	top: 0;
	right: 0;
	width: 232px;
	background: rgba(118,122,76,0.78) url(../images/light-arrow.png) right center no-repeat;
	z-index: 1;
}
#brochure a {
	text-transform: uppercase;
	color: #faf8ea;
	font-size: 1.214em;
	width: 100%;
	height: 100%;
	display: block;
	padding: 14px;
	line-height: 1.118em;
}
.showcase:before {
    content:"";
    display:block;
    box-shadow:inset 0 7px 9px -7px rgba(0,0,0,0.7);
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:1;
}
.showcase #cp-bg-slide .loading {
	background-image: url(../images/loading.gif);
}
/* Main Body Content */
.wrap.main-body {
	background: transparent url(../images/paper-bg1.jpg) 0 0 repeat;
	padding-bottom: 40px;
}
.wrap.main-body > .container {
	margin-top: -67px;
	background-color: #ffffff;
	z-index: 999;
	position: relative;
}
.wrap.main-body > .container > .row.equal-height, .wrap.news > .container > .row.equal-height {display: block;}
.main-body .item-page {
	width: 100%;
}
div[itemprop="articleBody"] .moduletable > .custom {
	position: relative;
}
div[itemprop="articleBody"] .moduletable > .custom .findus-image,
div[itemprop="articleBody"] .moduletable > .custom .availpropi-image,
div[itemprop="articleBody"] .moduletable > .custom .availpropa-image,
div[itemprop="articleBody"] .moduletable > .custom .contact-image,
div[itemprop="articleBody"] .moduletable > .custom .address-image,
div[itemprop="articleBody"] .moduletable > .custom .homeil-image,
div[itemprop="articleBody"] .moduletable > .custom .homeas-image,
div[itemprop="articleBody"] .moduletable > .custom .ilprop-image,
div[itemprop="articleBody"] .moduletable > .custom .asprop-image {
	background-size: cover;
}
div[itemprop="articleBody"] .moduletable > .custom .findus-image,
div[itemprop="articleBody"] .moduletable > .custom .availpropi-image,
div[itemprop="articleBody"] .moduletable > .custom .availpropa-image {
	background-image: url(../../../images/location/location-find.jpg);
	background-position: top right;
}
div[itemprop="articleBody"] .moduletable > .custom .availpropi-image {
	background-image: url(../../../images/photos/il-prop-2.jpg);
	background-position: top right;
}
div[itemprop="articleBody"] .moduletable > .custom .availpropa-image {
	background-image: url(../../../images/photos/as-prop.jpg);
	background-position: top right;
}
div[itemprop="articleBody"] .moduletable > .custom .homeil-image {
	background-image: url(../../../images/home/independent-living.jpg);
	background-position: center center;
}
div[itemprop="articleBody"] .moduletable > .custom .address-image {
	background-image: url(../../../images/contact/address.jpg);
}
div[itemprop="articleBody"] .moduletable > .custom .contact-image {
	background-image: url(../../../images/contact/contact.jpg);
}
div[itemprop="articleBody"] .moduletable > .custom .ilprop-image {
	background-image: url(../../../images/photos/homes-il.jpg);
}
div[itemprop="articleBody"] .moduletable > .custom .asprop-image {
	background-image: url(../../../images/photos/homes-al.jpg);
}
div[itemprop="articleBody"] .moduletable > .custom .homeas-image {
	background-image: url(../../../images/home/home-living-2.jpg);
	background-position: center;
}

div[itemprop="articleBody"] .moduletable + .moduletable {
	margin-top: 20px;
	margin-bottom: 30px;
}
body.home-page div[itemprop="articleBody"] .moduletable + .moduletable {
	margin-bottom: 0;
}
.moduletable.light-brown a.learnmore,
.moduletable.blue a.learnmore,
.moduletable.blue a.view-map,
div[itemprop="articleBody"] .custom a:not(.uk-close) {
    display: block;
    width: 160px;
    height: 31px;
    position: static;
    cursor: pointer;
    z-index: 999;
    bottom: 1.429em;
    margin-top: 10px;
}
.moduletable.light-brown .box-wrapper {
	border: 1px solid #5f5e51;
}
.moduletable .box-wrapper p {
    margin-top: 0;
    padding-right: 15px;
}
.moduletable .box-wrapper p:last-of-type {
	margin-bottom: 0;
}
.moduletable.light-brown a.learnmore {
    background:transparent url(../images/learnmore-lightbrown.png) 0 0 no-repeat;
}
.moduletable.blue .box-wrapper {
	border: 1px solid #58574b;
}
.moduletable.blue a.learnmore {
    background:transparent url(../images/learnmore-blue.png) 0 0 no-repeat;
}
.moduletable .box-wrapper {
    -ms-flex: 1 0 auto;
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-box-flex: 1.0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 1em 0;
    padding: 1.429em;
    position: relative;
    z-index: 2;
}
.moduletable .box-wrapper h2 {
	margin-top: 0;
    position: static;
}
.page-header {
	border-bottom: 0;
}
div[itemprop="articleBody"] p:last-of-type {
	margin-bottom: 30px;
}
div[itemprop="articleBody"] .moduletable.blue  + p {
	margin-top: 30px;
}
body.independent-living-homes div[itemprop="articleBody"] p:last-of-type, body.assisted-living-homes div[itemprop="articleBody"] p:last-of-type {
	margin-bottom: 15px;
}

/* Right Column */
.right-col {overflow: hidden;}
body.contact .right-col, body.news .right-col {padding-bottom: 30px;}
.right-col .moduletable + .moduletable {
	margin-top: 16px;
}
.right-col, .moduletable.light-brown {
	background-color: #d8d8c3;
}
.right-col.no-gutter > .moduletable:first-of-type {
	padding-top: 0;
}
.right-col.no-gutter > .moduletable:last-of-type {
	-webkit-box-flex: 1 0 auto;
	-webkit-flex: 1 0 auto;
	    -ms-flex: 1 0 auto;
	        flex: 1 0 auto;
}
body.news .right-col.no-gutter > .moduletable:last-of-type {
	padding-bottom: 30px;
}
.right-col h3 {
	overflow: hidden;
	text-align: center;
	text-transform: uppercase;
}
.right-col h3:before, .right-col h3:after, .right-col form.aikonformform button:before, .right-col form.aikonformform button:after, .right-col #mc2_add:before, .right-col #mc2_add:after {
	background-color: #000;
	content: "";
	display: inline-block;
	height: 1px;
	position: relative;
	vertical-align: middle;
	width: 50%;
}
.right-col h3:before {
	right: 0.5em;
 	margin-left: -50%;
}
.right-col form.aikonformform button:before, .right-col #mc2_add:before {
	margin-left: -50%;
    right: -0.5em;
}
.right-col h3:after {
	left: 0.5em;
	margin-right: -50%;	
}
.right-col form.aikonformform button:after, .right-col #mc2_add:after {
	margin-right: -50%;		
    left: -0.5em;
}
.right-col form.aikonformform, .right-col .module.dark form {
	overflow: hidden;	
}
.right-col form.aikonformform label {
	display: none;}
.right-col form.aikonformform input, .right-col form.aikonformform textarea, .right-col form.aikonformform input, .right-col form.aikonformform select {
	width: 100%;
	border: 0;
	box-shadow: none;
	background-color: #f8f8f4;
	margin-top: 4px;
	color: #474b50;
	padding: 5px 10px;
}
.right-col form.aikonformform button, .right-col #mc2_add {
	height: 25px;
	padding: 0;
	border: 0;
	background: transparent url(../images/send-email.png) no-repeat center top!important;
	cursor: pointer;
	cursor: hand;
	margin: 0 auto;
	display: block;
	width: 100%;
    line-height: 1 !important;
    color: transparent;
	margin-top: 18px;
}
.right-col form.aikonformform button img {
	position: relative;
	z-index: 999;
}
::-webkit-input-placeholder {
    color:    #474b50;
    text-transform: lowercase;
}
:-moz-placeholder {
   color:    #474b50;
   opacity:  1;
   text-transform: lowercase;
}
::-moz-placeholder {
   color:    #474b50;
   opacity:  1;
   text-transform: lowercase;
}
:-ms-input-placeholder {
   color:    #474b50;
   text-transform: lowercase;
}
.right-col .custom.video p.subtitle {text-align: left;}
.right-col .custom.video a,	.right-col .custom.video .ba-gallery {
    display: inline-block;
	vertical-align: middle;
    position: relative;
}
.right-col .row.press {padding: 0 15px;}
.right-col .row.press + .row.press {margin-top: 8px;}
.right-col .row.press .no-gutter {padding: 0;}
.right-col .custom.video a, .right-col .custom.video p.subtitle {display: inline-block;}
.right-col a.download-newsletter {margin: 15px auto 0 auto;}

.right-col.no-gutter > .moduletable.dark {padding-bottom:1em;}

.wrap.news .row .moduletable {max-width: 100%;}
.wrap.news .col-md-6 .moduletable.news-sub {position: absolute;padding: 30px;top: 0; bottom: 0;right: 0; left: 0;margin-bottom: 0;}
.wrap.news .col-md-6 .moduletable.news-sub h3 {margin-top: 0;padding: 0;}
.wrap.news .news-sub {width: 100%;height: 100%;position: relative;}
.wrap.news .news-sub #mc2_before_content {text-transform: uppercase;color:#58574b;font-family: 'Montserrat', sans-serif;font-style: normal;font-weight: bold;padding-top: 2px;}
.wrap.news .news-sub input.validate-email {width: 100%;}
.wrap.news .news-sub .modmc2_label {display: none;}
.wrap.news .news-sub a.download-newsletter {position: absolute;bottom: 30px}
.wrap.news #mc2_add {background: transparent url(../images/newsletter_submit.png) top left no-repeat;border: none;color: transparent;width: 129px;height: 26px;cursor: pointer;position:relative;z-index:999;margin-top:1;}
.wrap.news #mc2_email {margin: 18px 0;}
.wrap.news .only-a #mc2_email {margin-bottom: 15px;}
.wrap.news form[name="mailchimp2"] br:first-of-type {display: none;}
html body .wrap.news > .container > .row > .only-a > .moduletable.news-sub {
	padding-bottom: 30px;
	position: relative;
    height: 100%;
    margin-bottom: 0;
    min-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
	right: 0;
}
.wrap.news > .container > .row > .only-a > .moduletable.news-sub > .module.news-sub {
	padding-left: 0;
}
.wrap.news .only-a form[name="mailchimp2"] br:first-of-type {display: none;}
.wrap.news .only-a #mc2_email {margin-top: 15px;}

.wrap.news {
	box-shadow: 0 0 0 4px #9db2cd, 0 -6px 4px grey;
	background-color: #9db2cd;
	padding: 32px 0 36px 0;
}
.wrap.news > .container > .row > div, .wrap.testimonials, .moduletable.blue {
	background-color: #c6d2e0;
}
.wrap.news > .container > .row > div {
	min-height: 276px;
	padding-top: 15px;
}
.wrap.news > .container > .row > div + div {margin-top: 36px;}
.wrap.news > .container > .row > div:after, div[itemprop="articleBody"] .moduletable > .custom:after, .right-col .custom.video a:after, .uk-slidenav-position:after, .blog .items-row:after {
	content: "";
    display: block;
    box-shadow: 0 8px 6px -6px rgba(0,0,0,0.7);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.right-col .custom.video a.vineyard:after {content: none;}
.uk-slidenav-position:after {
    z-index: -1;
}
.wrap.news .latest-news h3, .wrap.news .newsflash {
	padding-left: 184px;
}
.wrap.news .latest-news h4, .blog .items-row .item h2[itemprop="name"] a {
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.wrap.news .moduletable.mutual {
    padding-left: 170px;
}
.wrap.news .moduletable.mutual ul li:before {
    display: inline-block;
    content: "-";
    width: 0.7em;
    margin-left: -0.7em;
}
.wrap.news .newsflash .intro-image a {
    display: block;
    height: 100%;
    width: 100%;
}
.wrap.news .latest-news a.readmore, .wrap.news .mutual a.readmore {
	position: absolute;
	bottom: 30px;
}
.wrap.testimonials {
	padding: 50px 0;
	min-height: 178px;
}
.wrap.testimonials > .container, .wrap.testimonials > .container > .row, .wrap.testimonials > .container > .row > div, .wrap.testimonials > .container > .row > div > .moduletable, .wrap.testimonials > .container > .row > div > .moduletable > .custom, ul#testimonial-list {
	min-height: 78px;
}
.wrap.testimonials > .container > .row > div {
	text-align: center;
}
ul#testimonial-list {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.wrap.footer {
	position: relative;
	padding: 50px 0;
}
.wrap.footer:before, .wrap.footer:after {
    content: "";
    width: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: -1;
}
.wrap.footer:before {
    background: #e7e7df url(../images/left-bg1.png) bottom left no-repeat;
	left: 0;
}
.wrap.footer:after {
	background: #e7e7df url(../images/right-bg1.png) bottom right no-repeat;
	right: 0;
}
.wrap.footer > .container {
	background-color: #f4f4f0;
}
.wrap.footer > .container > .row {
	padding: 17px 35px 24px 35px;
}
.footer-nav ul li a, .wrap.news h3, dl.accordion dt  {
	color: #8b9fbb;
	text-transform: uppercase;
	padding: 0 1em;
	padding-left: 18px;
}
.wrap.news .costs p {padding-left: 18px;}
.footer-nav ul li a:hover {
	text-decoration: underline;
}
.footer-nav ul li a i.fa {
	display: none;
}
.footer-nav ul li + li a {
	border-left: 1px solid #8b9fbb;
	line-height: 11px;
}
.footer-nav {
	border-bottom: 1px solid #474b50;
	text-align: center;
	padding-bottom: 0.786em;
}
.footer-nav ul li a i {display: none;}
.copyright p {
	text-transform: uppercase;
	font-weight: bold;
    line-height: 2em;
    margin-bottom: 0;
    margin-top: 6px;
}
.copyright, .legal {
	text-align: center;
}
.legal {
	font-size: 0.786em;
}
/* Accordion */
.accordion { margin: 0 0 30px; width: 100%; }
 
.accordion dd { display: none; padding: 2px 28px 20px 14px; background-color: #eaeef4; }
 
.accordion dt { cursor: pointer; padding: 8px 15px; margin: 0; line-height:3.715em; height:3.715em!important; position:relative; }
 
.accordion dt:after { background-color: #d8d8c3;border-radius: 50%;content: "\2192";line-height: 29px;height: 31px;margin: auto;width: 31px;font-size: 18px;color:#58574a;-webkit-transition: 0.5s ease-in-out;transition: 0.5s ease-in-out;vertical-align: middle;display: inline-block;text-align:center;position:absolute;right:0.778em;top:0.555em;}
_:-moz-ui-valid, :root .accordion dt:after {line-height: 28px;}
 
.accordion dt.accordion-active:after { display: inline-block;-webkit-transform: rotate(90deg); -ms-transform: rotate(90deg);  transform: rotate(90deg); }
 
.accordion dt.accordion-active:hover { cursor: default; }

.accordion dt , .accordion dd.active {border-bottom: 1px solid #6d7c8f;}

.accordion dt.accordion-active {background-color: #eaeef4; border-bottom: 0;}

dl.accordion dd, dl.accordion dd a {display: block;color: #58574b;line-height: 1.571em;}

dl.accordion dd a:before {content: "\2192"; font-size: 22px; padding-right: 0.857em;display: inline-block;}

dl.accordion a.readmore.modal, body.contact .moduletable.blue .box-wrapper p a {text-decoration:none;}
dl.accordion a.readmore.modal:hover, body.contact .moduletable.blue .box-wrapper p a:hover {text-decoration:underline;}
dl.accordion a.readmore.modal:before, body.contact .moduletable.blue .box-wrapper p a:after {text-decoration:underline; display:inline-block;}
dl.accordion a.readmore.modal:before,
body.contact .moduletable.blue .box-wrapper p a:after,
dl.accordion a.readmore.modal:hover:before,
body.contact .moduletable.blue .box-wrapper p a:hover:after {text-decoration:none;}

body.contact .accordion {margin-bottom: 0;}
body.contact .directions-wrapper {padding: 15px 30px 30px 30px;}
body.contact .directions-wrapper h2 {margin-top: 0;margin-bottom: 15px;}
body.contact .directions-wrapper, body.contact dl.accordion, body.contact .accordion dt.accordion-active, body.contact .accordion dd {background-color: #f1f1e9;}
body.contact dl.accordion dt:first-of-type {border-top: 1px solid #5e646c;}
body.contact dl.accordion dt {color:#58574b;text-transform: none;padding-left: 0;border-bottom: 1px solid #5e646c;}
body.contact dl.accordion dd p {color: #44494f;font-size: 1em;}
body.contact dl.accordion dd p:last-of-type {margin-bottom: 0;}
body.contact .accordion dt:after {background-color: transparent;position: static;}
body.contact .accordion dd {padding: 20px 0;border-bottom: 1px solid #5e646c;}
body.contact div[itemprop="articleBody"] > .moduletable .row {height: 270px;}


/* Location Page */
.moduletable.blue a.view-map {
    background:transparent url(../images/view-map.png) 0 0 no-repeat;
    background-size:contain;
}
.uk-slidenav-position {
    margin-top: -10px;
}
body.location ul.uk-thumbnav.uk-flex-center {width: 100%;text-align: center;padding: 0;margin: 0;padding-right: 10px;}
body.location ul.uk-thumbnav.uk-flex-center li {display: inline-block;float: none;}
body.location ul.uk-thumbnav.uk-flex-center li a {display: block;position:relative;z-index: 999;}

/* Independent Living Page */
body.independent-living div[itemprop="articleBody"] .custom.blue a, body.assisted-living div[itemprop="articleBody"] .custom.blue a, body.living-in-the-village div[itemprop="articleBody"] .custom.blue a {
	background:transparent url(../images/properties-blue.png) 0 0 no-repeat;
	background-size: contain;
}
body.independent-living-homes div[itemprop="articleBody"] .moduletable.blue .box-wrapper p, body.assisted-living-homes div[itemprop="articleBody"] .moduletable.blue .box-wrapper p, body.properties div[itemprop="articleBody"] .moduletable.blue .box-wrapper p {
	position: relative;
	-webkit-transform: none;
	    -ms-transform: none;
	        transform: none;
	top: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
body.independent-living-homes div[itemprop="articleBody"] .moduletable.blue .box-wrapper p:last-of-type, body.assisted-living-homes div[itemprop="articleBody"] .moduletable.blue .box-wrapper p:last-of-type, body.properties div[itemprop="articleBody"] .moduletable.blue .box-wrapper p:last-of-type {
	margin-bottom:0;
}
body.independent-living-homes dl.accordion, body.assisted-living-homes dl.accordion, body.properties dl.accordion {margin-top: 30px;}
body.independent-living-homes .custom.blue a, body.assisted-living-homes .custom.blue a, body.properties .custom.blue a {
    position: relative;
    margin: 0;
    bottom: auto;
    display: inline;
    width: auto;
    height: auto;
    overflow-wrap: break-word;
	word-wrap: break-word;
}
p.ombudsman {text-align: left;margin-top: 30px;}

#form_aikonform_143 .before-content, form#form_aikonform_143 .field_name_wrapper label, form#form_aikonform_143 .field_email_wrapper label, form#form_aikonform_143 .field_telephone_wrapper label, form#form_aikonform_143 .field_message_wrapper label {display: none;}
form#form_aikonform_143 .field_name_wrapper, form#form_aikonform_143 .field_email_wrapper, form#form_aikonform_143 .field_telephone_wrapper, form#form_aikonform_143 .field_message_wrapper {margin-bottom: 10px;}
form#form_aikonform_143 button {width: 105px;background-color: transparent;background-image: none;box-shadow: none;border: 0;padding: 0;width: 50%;width: 105px;display: inline-block;}
form#form_aikonform_143 input, form#form_aikonform_143 textarea {width: 100%;background-color: #dfdfce;border: none;color: #474b50;padding: 5px 10px;}

body.independent-living-homes .aikon-form .af-success-container p, body.assisted-living-homes .aikon-form .af-success-container p {color: ##767a4f;color: #8b9fbb;font-weight: bold;font-family: Georgia,Times,Times New Roman,serif;font-style: italic;}

/* News */
.news .main-body .blog {width: 100%; max-width: 100%;}
.blog .items-row {background-color: #c7d3e2;position: relative;}
.blog .items-row + .items-row {margin-top: 30px;}
.blog .intro-wrapper {padding-left:170px;}
.blog .items-row .item .col-md-5 {position: relative;}
.blog .items-row .item .col-md-5 .intro-image {width: 100%;}
.blog .item {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;

	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.blog .items-row .item .col-md-7 {padding: 30px 45px 30px 20px;}
.blog .items-row p.readmore a, .blog .items-row .item h2[itemprop="name"] a {padding: 0;display: block;position: relative;z-index: 999;text-align: left;}
.blog .items-row .item h2[itemprop="name"] {margin-top:0;}
.blog .items-row .item h2[itemprop="name"] a {color: #6d7c8f;}
.blog .items-row .item .page-header {margin-bottom: 0;padding-bottom: 0;}
.blog .items-row p.readmore {position:absolute;bottom:30px;}
.blog .items-row p.readmore a {background: transparent url(../images/learnmore-blue.png) top left no-repeat;width:160px;height:30px;color:transparent;background-size:contain;}
.blog .items-row p.readmore a span {display: none;}

/* Pagination */
ul.pagination {
      background: #d8d8c3;
      padding: 6px;
      margin-bottom: 0;
      margin-top: 30px;
      border-radius: 0;
}
ul.pagination li span, ul.pagination li a {background-color: #e4e8ec;text-transform: uppercase;color:#6b7b91;border: 1px solid #58574b;border-radius: 0;padding: 2px 10px;margin-right: 3px;}
ul.pagination li:last-of-type a {margin-right: 0;}
ul.pagination li.num span, ul.pagination li.num a {border-radius: 50%;background-color: #f2f2ec;border: 0;}
ul.pagination li.num span.inactive {background-color: #c1c2a7;}
div.pagination {
	display: block;
	margin: 0 auto;
	text-align: center;
}
.pagination .counter {display: none;}
.pagination > li:first-child > a, .pagination > li:first-child > span, .pagination > li.end a {border-radius: 0;}
.pagination li.prev span, .pagination li.prev a {margin-right: 16px;}
.pagination li.next span, .pagination li.next a {margin-left: 16px;}

/* Contact Page */
div[itemprop="articleBody"] p + .moduletable.light-brown {margin-top: 30px;}
body.contact .right-col form.aikonformform label {display:block;padding-left:0;margin:7px 0;}
body.contact .right-col form.aikonformform input[type="radio"] {display:none;}
body.contact .right-col form.aikonformform input[type="radio"] + label span {
	display:inline-block;
	width:22px;
	height:22px;
	margin:-1px 4px 0 0;
	background:url(../images/radio_button.png) left top no-repeat;
	cursor:pointer;
	padding-left:2.275em;
	line-height:22px;
	text-indent:1em;
}
body.contact .right-col form.aikonformform input[type="radio"]:checked + label span {background:url(../images/radio_button.png) -27px 0px no-repeat;}
body.contact .right-col form.aikonformform textarea {height: 108px;}
.aikon-form.tooltipval .fv-err-container {z-index: 9999!important;}
body.contact .field.field-container.field_message_wrapper + .field.field-container.field_preference_wrapper {margin-top: 30px;margin-bottom: 30px;}
.field.field-container.field_preference_wrapper {color:#474b50;font-weight: bold;font-size: 12px;}
body.contact .moduletable.blue .box-wrapper p a {margin-top: 0;color: #58574b;display: inline;}
body.contact .moduletable.blue .box-wrapper p a:after {content: "\2192";line-height: 1em;height: 31px;margin: auto;width: 31px;font-size: 18px;margin-left: 7px;display: inline-block;}
body.contact .moduletable.blue .box-wrapper p a:hover {color:#6d7c8f;}
body.contact .moduletable.blue .box-wrapper p a:hover:after {text-decoration: none;color:#58574b;}

/* Gallery */
a.uk-position-cover {background-color:rgba(255,255,255,0);}
.ba-gallery {background-color: transparent!important;}
/* .ba-gallery > p {display:none;} */

/* Sitemap */
body.site-map #osmap ul {list-style-type: none;padding-left: 0;}
body.site-map #osmap ul li a {color: #58574b;line-height: 1.857em;}
body.site-map #osmap ul li a:hover {color:#8b9fbb;text-decoration: underline;}
body.site-map #osmap ul li ul.level_1 {padding-left:2em;}
body.site-map #osmap ul li ul li {font-size: 1em;}
body.site-map #osmap > ul:last-of-type li:first-of-type, body.site-map #osmap > ul:last-of-type li:last-of-type, body.site-map #osmap > ul:last-of-type li:nth-of-type(4) {display:none;}


a.download-newsletter {display:block;width:162px;height:38px;background: transparent url(../images/download_newsletter.png) top left no-repeat;cursor: pointer;z-index: 999;}
body.contact .wrap.news > .container > .row > .only-a {padding:0;}
body.contact .wrap.news > .container > .row > .only-a > .moduletable {padding: 30px;}
body.contact .wrap.news > .container > .row > .only-a h3 {padding-left: 0;margin-top: 6px;}
body.contact .wrap.news > .container > .row > .only-a:before {content: "";background: #c6d2e0 url(../../../images/contact/newsletter-subscription.jpg) top left no-repeat;background-size: cover;}
.right-col form span.modmc2_label {display: none;}
#mc2_email {width: 100%;border: 0;padding: 5px 10px;}
#mc2_status:empty {display: none;}
#mc2_status a {position:relative;z-index: 999;}
#mc2_status br {display: none;}
#mc2_email, form.aikonformform input {height: 30px;box-sizing: border-box;line-height: 1.429em;}

.right-col #mc2_before_content {padding-top: 10px;}
.right-col #mc2_add {background:transparent url(../images/rightcol-submit.png) no-repeat center top!important;width:105px;}
.right-col form[name="mailchimp2"] + br {display: none;}
.right-col #mc2_status {color: #694959;margin-top: 1em;}
.wrap.news #mc2_status {color: #7670A9;margin-top: 0.5em;margin-bottom: -0.5em;font-size: 12px;}
form[name="mailchimp2"] {position:relative;z-index: 999;}

#sbox-content > iframe {max-width: 100%;}

/* Right Side Tab */
.tab-wrapper {display: flex;}
.tab {
	text-align: center;
    padding: 0 1em;
    white-space: nowrap;
    background: rgb(118,122,76);
    position: fixed;
    top: 50%;
    transform: rotate(-90deg);
    transform-origin: 0 0;
    width: 230px;
    height: 60px;
    left: calc(100% - 60px);
	z-index: 999;
}
.tab:hover {background: rgb(159,162,110);}
.sidetext, .sidetext a {
	color: white;
	margin: 0;
	-webkit-font-smoothing: subpixel-antialiased;
	backface-visibility: hidden;
	will-change: transform;
	line-height: 60px;
	font-size: 17px;
	font-weight: 500;
}
.sidetext a:hover {text-decoration: none;}
body.properties .tab-wrapper {display: none!important;}

/* Press Releases */
body.press-releases ul.pr { list-style-image: none;}
body.press-releases ul.pr li {
	margin: 0;
	padding: 24px 0 24px 72px;
	list-style: none;
	background-image: url('/images/graphics/press_release_icon.svg');
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 60px;
}
body.press-releases ul.pr li:after, .moduletable.press a:after {
	content: "→";
    font-size: 2.5rem;
    padding-left: 1rem;
}
body.press-releases ul.pr li a {font-weight: 500;font-size: 1.5rem;}
body.press-releases dl.accordion dt span {font-size: 2rem; font-weight: normal; color: #8ca0b8;}
body.press-releases dl.accordion dt {font-weight: bold; font-size: 1.5rem; color: #5e646c;}

body.press-releases dl.accordion {border-top: 1px solid #60666e;}

.right-col.no-gutter > .moduletable.press {
	padding-left: 0;
	padding-right: 0;
}

.custom.press {
	display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(/images/graphics/press_release_icon.svg);
    background-repeat: no-repeat;
    background-position: 10px center;
	background-size: 44px;
    background-color: #8b9fb9;	
}

.moduletable.press a {
	color: #f8f8f4;
    font-weight: bold;
    padding: 15px 0;
    padding-left: 4rem;
    text-transform: uppercase;
    font-size: 1.575rem;
}

.moduletable.press a:hover {text-decoration: none;}

/* Properties new (2024) */
body.living-in-the-village .link-container {
    display: flex; 
    flex-direction: column; 
    align-items: flex-start;
    width: 160px;
}

.link-container .link {
    display: flex;
    justify-content: space-between;
    width: 100%; 
    text-decoration: none;
    color: #58574b;
    margin-bottom: 10px; 
}

.link-container .arrow {
    margin-left: auto;
    color: #58574b;
}


#embedGoogleMapWrapper-1 {position: relative;z-index:10;}
table#tps {font-size: 0.86em;}
table#tps tr > td + td {padding: 0 5px;}

/* Only Safari 10.1+ */
@media not all and (min-resolution:.001dpcm)
{ @supports (-webkit-appearance:none) {

    .accordion dt:after {
		line-height: 32px!important;
	}
	
}}


/* MEDIA QUERIES
*********************************************/

@media (max-width: 340px) {
	.logo {font-size: 0.857em;}
}

@media (max-width: 400px) {
	.phone-social > .moduletable:first-of-type,
	.phone-social > .moduletable:last-of-type {display: block;width:100%!important;position: static;padding: 0!important;text-align: center!important;}
	.right-col .custom.video a, .right-col .custom.video p.subtitle {display: block;width: 100%;padding: 0;text-align:center;}
	.right-col .custom.video p.subtitle {margin-top: 15px;}
	ul.pagination {display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;}
	ul.pagination li {margin: 6px auto;}
	.pagination li.prev span, .pagination li.prev a, .pagination li.next span, .pagination li.next a, ul.pagination li span, ul.pagination li a {margin: 0;}
	.accordion dt:after {content:none;}
	.wrap.news .latest-news a.readmore, .wrap.news .mutual a.readmore {position: static;margin-bottom: 30px;display: block;}
	.right-col .custom.video .ba-gallery {max-width: 100%;width: 100%;}
}

@media (max-width: 480px) {
	.header .logo > .moduletable > .custom, .logo .custom .col-md-3, .logo .custom .col-md-8 {display: block;width:100%;text-align:center;padding-left:0;padding-right:0;}
	.logo {margin: 30px 0;}
	.logo .custom .col-md-8 {margin-top: 15px;}
	.item-page {text-align: center;}
	.item-page .directions-wrapper {text-align: left;}
	.wrap.news .intro-image, body.news .intro-image {display: none;}
	.wrap.news .row {padding-left: 15px;padding-right: 15px;}
	.wrap.news .latest-news h3, .wrap.news .newsflash, .moduletable.mutual h3, .mutual a.readmore {padding-left: 0;}
	.moduletable.latest-news, .wrap.news .moduletable.mutual {padding-left: 5px;padding-right: 5px;}
	.right-col .custom.video p.subtitle, .wrap.news .moduletable.mutual ul {padding-left: 5px;}
	.right-col.no-gutter > .moduletable.dark {padding-bottom: 30px;}
	.wrap.news .mutual ul {padding-top: 5px;}
	.wrap.news > .container > .row > div {display: block;}
	.wrap.news .mutual ul li {line-height: 1.275em;margin: 0.5em 0;}
	div[itemprop="articleBody"] .moduletable > .custom .findus-image,
	div[itemprop="articleBody"] .moduletable > .custom .availpropi-image,
	div[itemprop="articleBody"] .moduletable > .custom .availpropa-image,
	div[itemprop="articleBody"] .moduletable > .custom .contact-image,
	div[itemprop="articleBody"] .moduletable > .custom .address-image,
	div[itemprop="articleBody"] .moduletable > .custom .homeil-image,
	div[itemprop="articleBody"] .moduletable > .custom .homeas-image,
	div[itemprop="articleBody"] .moduletable > .custom .asprop-image,
	div[itemprop="articleBody"] .moduletable > .custom .ilprop-image {display: none;}
	div[itemprop="articleBody"] .moduletable > .custom .col-xs-pull-4,
	div[itemprop="articleBody"] .moduletable > .custom .col-xs-pull-5,
	body.contact .moduletable.light-brown .col-xs-pull-5,
	.wrap.news .news-sub a.download-newsletter {position:static;}
	div[itemprop="articleBody"] .moduletable > .custom .col-xs-pull-5 a {margin-left: auto;margin-right: auto;}
	.wrap.news .latest-news h4, .blog .items-row .item h2[itemprop="name"] a {white-space: normal;}
	.mutual a.readmore {margin-left: 0;}
	body.contact div[itemprop="articleBody"] .moduletable .custom.blue .box-wrapper a {margin: 0 auto;}
	body.contact div[itemprop="articleBody"] .moduletable .custom.blue .box-wrapper a:after {position:relative!important;text-align: center;margin-top: -16px;}
	.wrap.news .col-md-6 .moduletable.news-sub {position: relative;}
	.footer-nav ul li {display: block;}
	.footer-nav ul li + li a {border-left: 0;line-height: 2em;}
}

@media (max-width: 635px) {
	body.contact div[itemprop="articleBody"] .moduletable .custom.blue .box-wrapper a {color:#c6d2e0;position: relative;bottom: auto;overflow: hidden;display: block;}
	body.contact div[itemprop="articleBody"] .moduletable .custom.blue .box-wrapper a:after {visibility: visible; position: absolute;left: 0;top: 0;width: 100%;height: 100%;display: block;content: "Click here to email";visibility: visible;z-index: 999;margin-left: 0;font-size: 12px;color: #6d7c8f;z-index:999;}
}

@media (max-width: 767px) {
	.navbar-collapse {box-shadow: none;}
	.navbar-default .navbar-toggle .icon-bar {background-color: #fff;}
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {background-color: #adb8c7;}
	.wrap.main-nav ul.nav.menu li + li {border-top: 1px solid #faf8ea;}
	.wrap.main-nav ul.nav.menu li.active, .wrap.main-nav ul.nav.menu li.current {background-color:#58606B;}
	.wrap.main-nav ul.nav.menu li:hover {background-color: #a4b3c7;cursor: pointer;}
	.wrap.main-nav ul.nav.menu li.active, .wrap.main-nav ul.nav.menu li.current a, .wrap.main-nav  ul.nav.menu li.active a, .wrap.main-nav  ul.nav.menu li:hover a {
		border-bottom : 0;
	}
	.wrap.main-nav ul.nav.menu li a {width: 100%;}
	.collapse.in ul.nav.menu {margin-bottom: 5px;}
	.row.header {display: block;}
	.wrap.showcase, #cp-bg-slide {min-height: 300px;}
	.header .logo > .moduletable > .custom {-webkit-box-pack: center;-webkit-justify-content: center;-ms-flex-pack: center;justify-content: center;}
	.phone-social {width: 100%;padding-left: 0;margin-top: 15px;}
	.phone-social > .moduletable {display: inline-block;position:relative;float:left;}
	.phone-social > .moduletable:first-of-type {padding-right: 15px;text-align: right;width: 65%;left: 35%;}
	.phone-social > .moduletable:last-of-type {padding-left: 15px;text-align: left;width: 35%;right: 65%;}
	.phone-social .call {border-bottom: 0;margin-bottom:0;line-height: 44px;padding-bottom: 0;}
	.logo {margin: 20px 0;}
	.logo, .logo .col-md-8 {padding-right: 0;}
	div[itemprop="articleBody"] .moduletable > .custom.blue .no-gutter {padding: 0;}
	.main-body .item-page, .news .main-body .blog {padding-bottom: 30px;}
	.blog .items-row .item {height: auto;}
	.blog .items-row .item .col-md-5 {display: none;}
	.blog .items-row .item .page-header {margin-top: 0;}
	.blog .items-row p.readmore {position:static;}
	.right-col .custom.video .ba-gallery {padding: 0;}
	.right-col .row.press img {max-width: 350px;margin-left: auto;margin-right: auto;}	
	.right-col .row.press .ba-gallery-items {width: 100%!important;height: auto!important;}
	.right-col .row.press .title p {text-align: center;}
	.right-col .custom.video a, .right-col .custom.video .ba-gallery {display: block;}
	.right-col .row.press .no-gutter {text-align: center;}
	.right-col .row.press .title {margin-top: 1em;}
	.right-col .row.press .ba-gallery-grid {min-height: 350px;}
	.tab {width: 110px;height: 40px;left: calc(100% - 40px);}
	.sidetext, .sidetext a {line-height: 40px;font-size: 16px;}
	.sidetext a span {display: none;}
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.wrap.main-nav {height: 90px;}
	.main-nav ul.nav.menu li a {display: block;}
	.main-body .page-header {
		margin-top: 0;
	}
	.main-nav ul.nav.menu, .main-nav ul.nav.menu li  {display: inline-block;}
	.main-nav ul.nav.menu {
		padding-top: 9px;
		text-align: center;
	}
	.main-nav ul.nav.menu li {
	    display: inline-block;
	    text-align: center;
	    -webkit-flex-wrap: nowrap;
	        -ms-flex-wrap: nowrap;
	            flex-wrap: nowrap;
	}
	.logo .custom .col-md-8 {padding-left: 5px;}
	.phone-social {padding-right: 5px;}

	.showcase, body.contact .wrap.showcase .custom.contact-banner .map {
		min-height: 579px;
	}
	.row.no-gutter {
	  margin-right: 0;
	  margin-left: 0;
	}
	.no-gutter,
	.row.no-gutter > [class^="col-"],
	.row.no-gutter > [class*=" col-"] {
	  padding-right: 0;
	  padding-left: 0;
	}
	.phone-social {
		text-align: right;
	}
	.main-body .item-page, .news .main-body .blog {padding: 30px 5px;}
	.right-col.no-gutter > .moduletable {padding: 0 20px;}
	.right-col .moduletable.video {flex: none;}
	.right-col .custom.video p.subtitle {font-size: 1.286em;padding-left: 2em;}
	.right-col.no-gutter > .moduletable.dark {background-color: #c1c2a7;margin-top:20px;}
	.blog .items-row .item {height: 250px;}
	.blog .items-row .item .page-header + p {max-height: 102px;overflow:hidden;}
	.main-nav ul.nav.menu li.current a, .main-nav ul.nav.menu li.active a, .main-nav ul.nav.menu li:hover a {
		padding-bottom: 2px;
		border-bottom : 2px solid #d8d8c3;
	}
	.wrap.header {height: 150px;}
	#brochure {right: 5px;}
	#form_aikonform_143 {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	    -webkit-box-orient: vertical;
	    -webkit-box-direction: normal;
	    -webkit-flex-direction: column;
	        -ms-flex-direction: column;
	            flex-direction: column;
	    -webkit-flex-wrap: wrap;
	        -ms-flex-wrap: wrap;
	            flex-wrap: wrap;
	    height: 125px;
	    position: relative;
	}
	form#form_aikonform_143 .field_message_wrapper {padding-left:1em;margin-bottom: 10px;}
	form#form_aikonform_143 button {position: absolute;right: 0;bottom: 15px;margin-left: 1em;width: 105px;left: 50%;}
	form#form_aikonform_143 .field_telephone_wrapper, form#form_aikonform_143 .field_message_wrapper {margin-bottom: 0;}
	form#form_aikonform_143 .field_name_wrapper, form#form_aikonform_143 .field_email_wrapper, form#form_aikonform_143 .field_telephone_wrapper {padding-right:1em;}
	form#form_aikonform_143 .field_message_wrapper {padding-right: 0;}
	form#form_aikonform_143 > div {width: 50%;}

	body.location .uk-margin {margin-bottom:0;padding-bottom:0;}
	
	_:-ms-fullscreen,
	:root form#form_aikonform_143 button {
	    bottom: 5px;
	}
}
@media (min-width: 401px) and (max-width: 767px) {
	.right-col .custom.video p.subtitle {padding-left: 40px;}
}
@media (min-width: 480px) and (max-width: 991px) {
	.wrap.news .moduletable.mutual ul {padding-left: 30px;position:absolute;top:25%;}
}
@media (min-width: 768px) and (max-width: 991px) {
	.main-nav ul.nav.menu li {line-height: 1em;}
	.main-nav ul.nav.menu li a {padding-bottom: 2px;}
	.main-nav ul.nav.menu li.current a, .main-nav ul.nav.menu li.active a, .main-nav ul.nav.menu li:hover a {padding-bottom: 0;}
	.right-col .row.press {display: flex;}
	.right-col .row.press > .title {display: flex;align-items: center;}
}

@media (max-width: 991px) {
	.right-col .custom.video.vineyard p.subtitle {max-width: 172px;vertical-align: middle;}
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.wrap.main-nav {height: 45px;}
	.navbar-collapse {padding-right: 0;padding-left: 0;}
	.main-nav ul.nav.menu {
	    display: -webkit-box;
	    display: -webkit-flex;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-box-pack: justify;
	    -webkit-justify-content: space-between;
	        -ms-flex-pack: justify;
	            justify-content: space-between;
        list-style: none;
        margin: 0;
        padding-top: 3px;
        margin-left: -10px;
        margin-right: -10px;
    }
	.main-nav ul.nav.menu li:first-of-type {padding-left: 0;margin-left: 0;}
	.main-nav ul.nav.menu li:last-of-type {padding-right: 0;margin-right: 0;}
	.main-nav ul.nav.menu li:first-of-type a {padding-left: 0;}
	.main-nav ul.nav.menu li:last-of-type a {padding-right: 0;}
	.wrap.main-body > .container > .row.equal-height, .wrap.news > .container > .row.equal-height {display: -webkit-box;display: -ms-flexbox;display: flex;display: -webkit-flex;}
	.logo .custom .col-md-8 {padding-left: 15px;}
	.phone-social {right: 5px;}
	.main-body .item-page, .news .main-body .blog {padding: 30px 10px;}
	.right-col .custom.video > div {display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-orient: horizontal;-webkit-box-direction: normal;-webkit-flex-direction: row;-ms-flex-direction: row;flex-direction: row;-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;}
	.right-col .custom.video p.subtitle {margin-bottom: 0;}
	.right-col .custom.video a img {max-width: 100%;}
	div[itemprop="articleBody"] p {padding-right: 4.57em;}
	div#sbox-window {width: 940px!important;left: 50%!important;transform: translate(-50%,0);-webkit-transform: translate(-50%,0);-ms-transform: translate(-50%,0);}
	div#sbox-window iframe {width: 920px!important;}
	.main-body .item-page, .news .main-body .blog {padding: 30px 10px;}
	.main-body .item-page, .news .main-body .blog {padding-bottom:35px;}
	.right-col.no-gutter > .moduletable {padding: 0 15px;}
	.right-col .custom.video p.subtitle {font-size: 1em;padding-left: 0.5em;}
	.right-col .custom.video.vineyard p.subtitle {width: calc(100% - 80px);}
	.right-col .custom.video a {display: block;}
	.wrap.news {padding: 32px 0 36px 0;}
	.wrap.news > .container > .row > div + div {margin-top: 0;}
	.wrap.news > .container > .row > .col-md-6:first-of-type {border-right: 10px solid #9db2cd;}
	.wrap.news > .container > .row > .col-md-6:last-of-type {border-left: 10px solid #9db2cd;}
	body.contact .right-col, body.news .right-col {padding-bottom: 0;}
	.mutual a.readmore, .mutual a.readmore:hover {position: static;}
	.wrap.news .mutual ul {padding-top: 0;}
	body.gallery div[itemprop="articleBody"] .uk-grid-width-medium-1-3:first-of-type > div figure {width: 100%; text-align: center;}
	body.gallery div[itemprop="articleBody"] .uk-grid-width-medium-1-3:first-of-type > div figure img {max-height: 181px;}
	.right-col .custom.video .ba-gallery .ba-image {max-width: 100%;}
	.press .title p {font-size: 1em;}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.wrap.header .row.header .col-md-7 {padding-left: 0;}
	.main-nav ul.nav.menu li:last-of-type {margin-right: 0;}
	.wrap.news .latest-news h4 {max-width: 260px;}
	.main-nav ul.nav.menu li {font-size: 0.929em;padding: 10px;}
	.blog .items-row .item .page-header, .blog .items-row .item h2[itemprop="name"] {padding-bottom: 0;margin-bottom: 10px;}
	.wrap.news .only-a #mc2_email {max-width: 615px;}
	.right-col .subtitle span {font-size: 0.857em;display:block;}
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	.wrap.main-nav > .container, .navbar-collapse {padding-left:0;padding-right:0;}
	.main-nav ul.nav.menu {margin-left: -5px;margin-right: -5px;}
	.main-body .item-page, .news .main-body .blog {padding: 30px 20px 35px 20px;}
	div[itemprop="articleBody"] p {padding-right: 5.34em;}
	body.contact .wrap.news > .container > .row > .only-a:before {width: 500px;}
	body.contact .wrap.news > .container > .row > .only-a > .moduletable {width: calc(100% - 500px);}
	div#sbox-window {width: 1045px!important;}
	div#sbox-window iframe {width: 1030px!important;}
	.wrap.news .moduletable.mutual ul, .mutual a.readmore {margin-right: 7.5em;}
	.wrap.news .latest-news h4 {max-width: 361px;}
	.logo, .logo .col-md-3 {padding-left:0;}
	body.contact .moduletable.blue p {font-size: 1.071em;}
}

/* for higher resolutions (android and retina) */
@media screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (max--moz-device-pixel-ratio: 1.5) {
  
}