.sliderDots {
	position: absolute;
  margin-top: 235px;
  width: 517px;
  text-align: center;
	max-width: 100%;
}
.sliderDots img {
	margin: 0 4px;
}

.bordered {
	clear:both;
	width: 100%; 
	border: 1px solid #066; 
	padding: 8px; 
	margin-bottom: 10px; 
	margin-top: 15px; 
	border-radius: 5px;
}
.homeInfo {
	width: 33.3333333%;
	float: left;
	margin-bottom: 5px;
	cursor: pointer;
	text-align: center;
}
#topDetails {
	float:right;
	width: 50%;
}
.gmap_canvas iframe {
	width: 250px;
	height: 260px;
}
.nofb .gmap_canvas iframe {
	width: 538px;
}
.biasedDescription {
	float:left;
	width:546px;
	height:318px;
	clear:none;
	margin-top:0;
    overflow-wrap: break-word;
    overflow-y: auto;
}
.biasedDescription.noTour {
	float:left;
	width:100%;
	height:200px;
}
.biasedTour img {
	max-width: 100%;
}
.biasedTour strong{
    width: 100%;
    text-align: center;
    display: inline-block;
    margin-bottom: 15px;
    margin-top: 12px;
    font-size: 22px;
    margin-left: -10px;
    line-height: 20px;
}
.biasedTour {
	float:left;
	width:570px;
	clear:none;
	margin-left: 8px;
	margin-top:0;
}
.fbSubWrapper {
    width: 280px;
    height: 290px;
}
.mapSubWrapper, .fbSubWrapper {
	margin-left: 8px;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
 font-size: 14px;
}
@media (max-width:1199px) {
	.mapSubWrapper, .fbSubWrapper {
		margin-left:0;
	}
  .gmap_canvas iframe, .nofb .gmap_canvas iframe {
	  width: 346px;
  }
.fbSubWrapper {
    height: 280px;
}
  .biasedDescription, .biasedDescription.noTour {
	  width: 628px;
		height: 280px;
		margin-left: 8px;
	}
  .biasedDescription.nofb, .biasedDescription.noTour.nofb {
	  width: 100%;
	  margin-left: 0;
	}
	.biasedTour {
    width: 100%;
    text-align: center;
    margin: 0 0 8px;
	}
	.innerScrollerWrapper {
		width: 538px;
		margin: auto;
	}
}
@media (max-width:992px) {
  .gmap_canvas iframe {
	  width: 386px;
		margin-left:0;
		max-width: 100%;
  }
   .nofb .gmap_canvas iframe {
	  width: 673px;
    }
  .homeInfo {
    width: 50%;
	}
  #topDetails {
    width: auto;
	  float:none;
		clear: left;
	}
  .biasedDescription, .biasedDescription.noTour {
	  width: 100%;
		height: auto;
		margin-left:0;
	}
	.scrollerWrapper {
		width: 100%;
		text-align: center;
	}
}
@media (max-width:770px) {
.fbSubWrapper {
    height: 290px;
}
	.mapouter {
		width: 100%;
    padding-right: 20px;
	}
  .gmap_canvas iframe {
	  width: 100%;
  }
	.mapSubWrapper {
		width: calc(100% - 288px);
	}
	.mapSubWrapper.nofb {
		width: 100%;
	}
}
@media (max-width:620px) {
  .homeInfo, .fbSubWrapper {
	width: 100%;
      margin-left: 0;
	}
	.mapSubWrapper {
		width: 100%;
	}
	.fbFeed {
		width: 270px;
		margin: auto;
	}
	.innerScrollerWrapper {
		max-width: 100%;
		margin-right: 18px;
		overflow: hidden;
	}
}


.homeInfo img {
	margin: 5px;
}
.homeInfo .imgWrapper {
  background-color: #FFF;
  border-radius: 50%;
  overflow: hidden;
  margin: 6px;
  float: left;
}
.homeInfo .homeButton {
	background-color: #57c5c6;
	border-radius: 32px;
	display: inline-block;
}
.homeInfo span {
  display: inline-block;
  width: 200px;
  margin-top: 20px;
  color: white;
  font-weight: bold;
  text-align: center;
  padding-right: 32px;
}


.mapouter, .fb_iframe_widget{
  float: left;
  margin: 10px;
}
.scroller {
  position: relative;
  width: 517px;
  height: 260px;
  margin: 10px;
  clear: both;
  float: left;
}
.subWrapper {
	border: 1px solid #066; 
	padding: 4px;
	border-radius: 5px;
	float: left;
	margin-bottom: 10px;
}
.scroller .innerScrollArea {
        overflow: hidden;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
}
.scroller ul {
        padding: 0;
        margin: 0;
        position: relative;
}
.scroller li {
        padding: 0;
        margin: 0;
        list-style-type: none;
        position: absolute;
}

/* CSS Document */
.AlwaysFirst	{
	background-color: #f5f2df;
	border: 1px solid #066;
	border-radius: 5px;
	padding: 5px;
	margin-bottom: 10px;
}
.AfterFirst	{
	border: 1px solid #066;
	border-radius: 5px;
	padding: 5px;
	margin-bottom: 10px;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.img-resp-center {
	max-width: 100%;
	height: auto;
	margin-right: auto!important;
	margin-left: auto!important;
	border-radius: 5px;
	border: 1px solid #999999;
}
.img-resp-fade {
	max-width: 100%;
	height: auto;
	margin-right: auto!important;
	margin-left: auto!important;
	border-radius: 5px;
	border: 1px solid #999999;
	opacity: .5;
}
.img-resp-noborder {
	max-width: 100%;
	height: auto;
	margin-right: auto!important;
	margin-left: auto!important;
}
.navbar.navbar-inverse.navbar-fixed-top {
	background-color: #54565b;
	border-color: #54565b;
	height: 45px;
}
.navbar.navbar-inverse.navbar-fixed-top .container.top {
	background-color: #54565b;
}
body {
	background-color: #FFF;
	color: #555;
	font-family: Arial;
	font-weight: 300;
	overflow-x: hidden;
	padding-top: 50px;
	font-size: 16px;
}
h1 {
	color: #54565b;
	text-shadow: 1px 1px 2px #54565b;
	font-size: 2em;
	margin-top: 10px;
	font-style: normal;
	font-weight: 100;
	line-height: 1.17em;
}
fieldset.Compact_Default h2 {
	margin:0;
	line-height: normal;
}
h2 {
	font-size: 1.8em;
	color: #54565b;
	font-style: normal;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 20px;
	text-align: left;
}
h3 {
  font-size: 1.46667em;
  font-weight: 300;
	color: #54565b;
  font-style: normal;
  line-height: 1.17em;
}
p {
	color: #333333;
	margin: 0 0 20px;
}
#action-bar {
	background: rgba(255,255,255,0.61);
	/*margin-top: 250px;*/
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	border-bottom: 1px solid #ececec;
	position:relative;
}
section.white {
	border-bottom: 1px solid #ECECEC;
  padding-bottom: 20px;
  padding-top: 20px;
}
section.white i{
}
footer {
  background: #F9F9F9;
  border-top: 1px solid #ECECEC;
  padding: 20px 0 10px;
  text-align: center;
  color: #AEAEAE;
  font-size: 12px;
  font-weight: 300;
  width: 100%;
}
.container .row .col-xs-6.footer.dwd-col p a {
	color: #D6D6D6;
}
.uladjust ul li{
	margin-left: 30px!important;
}
.uladjust ol li{
	margin-left: 30px!important;
}
.tagline {
	color: #366!important;
	text-align: right;
	font-weight: bold;
}
input:not([type="checkbox"]):not([type="radio"])  {
	 width: 220px;
	border: 1px solid #A5D1D1;
	border-radius: 5px;
  margin-left: 0;
	max-width: 100%;
}
.Compact_Default input[type="file"], select {
	width: 100%;
}
#advanced .Compact_Default input[type="file"], select {
    width: auto;
}
input[type="radio"], input[type="checkbox"] {
	margin-left: 5px;
	border: 1px solid #A5D1D1;
}
label {
	width: 200px;
	text-align: right;
	padding-right: 5px;
}
label.afterCheck {
    width:auto;
    text-align:left;
	padding-left: 5px;
}
#advanced label.selectLabel{
	width: 100%;
	text-align: left;
}
.vacancy_cls {
	margin-left: 30px !important;
}
.vacancy {
	margin-left: 204px;
	display: none;
	margin-bottom: -20px;
}
.vacancy label {
	width: auto;
	text-align: left;
	padding-left: 5px;
	font-weight: normal;
}
textarea	{
	width: 250px;
	border: 1px solid #A5D1D1;
	border-radius: 5px;
}
.container .row .col-lg-12.dwd-col .homedetails {
	/* [disabled]border: 1px solid #216694; */
	padding: 12px;
	margin: 0px;
}
#hero #action-bar .btn.btn-danger {
	border: 1px solid #366;
	margin-right: 10px;
	margin-left: 10px;
	font-size: 16px;
}
#hero {
	margin-top: 0px!important;
	position: relative;
	background-image: url(../retirement-homes/40437651_ml.jpg);
	width: 100%;
	height: 380px;
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 0px!important;
}
.blue {
	color: #54565b;
}
.quicksearch p, .quicksearch h3, .quicksearch h2 {
  color: white;
}
.quicksearch {
	min-height: 150px;
	background-color: #54565b;
	border: 2px solid #5dc3c7;
  color: #fff;
	padding: 10px;
border-radius: 10px; /* future proofing */
-khtml-border-radius: 10px; /* for old Konqueror browsers */
}
.quicksearch a:hover,  .quicksearch a:active {
	color: white;
}
.advancedsearch {
  background-color: #5dc3c7;
color: #54565b;
	border: 2px solid #54565b;
	padding: 10px;
	border-radius: 10px; /* future proofing */
	max-width: 100%;
	overflow: auto;
}
.bluefront p, .bluefront h3, .bluefront h2 {
  color: white;
}
.bluefront {
	min-height: 330px;
	background-color: #54565b;
	border: 2px solid #5dc3c7;
  color: #fff;
	padding: 10px;
	border-radius: 10px; /* future proofing */
	max-width: 100%;
	overflow: hidden;
	position: relative;
}
.bluefront .showBTN {
	position:absolute;
	bottom: 0;
	margin-left:-10px;
	width: 100%;
}
@media (max-width:1199px) {
  .bluefront {
	  min-height: 360px;
	}
}
@media (max-width:991px) {
  .bluefront {
	  min-height: 0;
	}
  .bluefront .showBTN {
	  position:relative;
  }
}
.lowfront {
	height: 250px;
	background-color: #54565b;
	border: 2px solid #5dc3c7;
  color: #fff;
	padding: 10px;
	border-radius: 10px; /* future proofing */
	max-width: 100%;
	overflow: auto;
}
.videos {
	background-color: #54565b;
	border: 2px solid #5dc3c7;
  color: #fff;
	padding: 10px;
	border-radius: 10px; /* future proofing */
}

.scrollright {
	overflow: auto;
}
.invalid {
	font-weight: bold;
	color: #900;
}
.notes {
	width: 100%;
	border: 1px solid #066;
	background-color: #f5f2df;
	padding: 8px;
	margin-bottom: 4px;
  margin-top: 15px;
	border-radius: 5px;
}
.limitwidth {
	width: 180px;
	max-width: 180px;
	overflow: auto;
}
a input[type=button]:hover {
	text-decoration: none;
}
fieldset input[type=submit], fieldset input[type=button], fieldset button {
	min-width: 220px;
	background-color: #5dc3c7;
    color:#54565b;
	border: 1px solid #fff;
	font-weight: bold;
}

.cke_dialog_page_contents input[type=submit], .cke_dialog_page_contents  input[type=button], .cke_dialog_page_contents  button {
	min-width: 0;
}

.advancedsearch input[type=submit], .advancedsearch input[type=button] {
	background-color: #54565b;
  color:#FFF;
}
select {
	width: 100%important;
	max-width: 100% !important;
	overflow: auto;
	text-overflow: ellipsis;
  padding: 3px;
}
form.Compact_Default input.formTextfield_Medium {
	width: 100% !important;
}
.advancedsearch form fieldset {
	background-color: #D9FAFD;
	border: 1px solid #066168;
	border-radius: 5px;
	padding: 4px;
	display:inline-block;
	margin-bottom: 30px;
}
.advancedsearchpad	{
	padding: 0px;
	margin-top: 30px;
}
.GroupButton {
  background-color: #f5f2df;
  border: 1px solid #54565b;
  border-radius: 10px;
  color: #333333;
  font-weight: bold;
  padding: 10px;
  margin: 15px;
  margin: 1.66666666%;
  font-size: 14px;
  width: 20%;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
  box-shadow: 5px 5px 5px rgba(0,0,0,0.4);
  text-shadow: 0 2px 2px rgba(255,255,255,0.6);
  text-align: center;
  vertical-align: middle;
  align-items: center;
  display: flex;
}

.GroupButton.super {
  font-size: 18px;
}

.GroupButton p {
  margin:0;
  padding:0;
  width: 100%;
}
.divButton {
    color: #fff;
    box-shadow:
        inset 0 0 2px 0 rgba(255,255,255,.4),
        inset 0 0 3px 0 rgba(0,0,0,.4),
        inset 0 0 3px 5px rgba(0,0,0,.05),
        2px 2px 4px 0 rgba(0,0,0,.25);
    border-radius: 8px;
	text-align: center;
}
.divButton:hover {
    opacity: 0.8;
}
.divButton:before, .divButton:after {
    content: '';
    display: block;
    position: absolute;
    left: 5px;
    right: 5px;
    height: 3px;
}
.divButton:before {
    top: 0;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    background: rgba(255,255,255,.6);
    box-shadow: 0 1px 2px 0 rgba(255,255,255,.6);
}
.divButton:after {
    bottom: 0;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    background: rgba(0,0,0,.15);
    box-shadow: 0 -1px 2px 0 rgba(0,0,0,.15);
}
	

@media screen and (max-width: 690px)	{
  .GroupButton {
    width: 46.6666666%;
  }
  .GroupButtonWrapper {
	 flex-wrap: wrap; 
	}
}

@media screen and (max-width: 680px)	{
  .formButton.Compact {
    width: 100% !important;
    float: none;
  }
form.Compact_Default td.DetailsSublabel {
	display:block !important;
	text-align:left !important;
}
form.Compact_Default td.DetailsPage {
	display:block !important;
}
.topTable {
  float:none !important;
  margin-top:none !important;
  text-align:left !important;
  clear: both;
}
  .col-xs-4, .col-xs-8 {
    float: none;
    width: 100%;
  }
}
@media screen and (max-width: 480px)	{
	.notPhone {
		display:none;
	}
	.phoneOnly {
		display:block;
	}

#hero {
	background-image: url(../retirement-homes/mobile-front.jpg);
	width: 100%;
}
.tagline {
	color: #366!important;
	text-align: right;
	font-weight: normal;
}
select {
	width: 180px!important;
	max-width: 180px!important;
	overflow: auto;
	text-overflow: ellipsis;
	margin: 5px;
}
fieldset {
	background-color: #D9FAFD;
	border: 1px solid #066168;
	border-radius: 5px;
	padding: 4px;
}
}

@media screen and (min-width: 481px)	{
	.notPhone {
		display:block;
	}
	.phoneOnly {
		display:none;
	}
	#hero {
  }
}
