body {
    width: 100%;
    height: 100;
}

html {
    width: 100%;
    height: 100%;
}

.phoneBtn {
	display: none;
}

.navOverlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0px;
	height: 100%;
	width: 100%;
	overflow-y: scroll;
	z-index: 9999;
	background-color: rgba(255, 255, 255, 0.8);
}

.mobileNavContain {
	-webkit-overflow-scrolling: touch;
	overflow-y: scroll;
	padding-top: 101px;
}

.mobileNavContain ul {
	padding-left: 0px;
	text-align: center;
	font-size: 22px;
	font-family: 'Lato', Helvetica, Arial, sans-serif;
}

.mobileNavContain ul li {
	border-bottom: 1px solid #e06c48;
	line-height: 60px;
}

.mobileNavContain ul li a {
	color: #e06c48;
	display: block;
	width: 100%;
}

.mobileNavContain ul li a:hover {
	background: #e06c48;
	color: #ffffff;
	text-decoration: none;
}

.mobileNavContain ul li.contact a {
	background: #e06c48;
	color: #ffffff;
}

.mobileNavContain ul li.contact a:hover {
	background: #A04D34;
	color: #ffffff;
}

.overlayTop {
	position: fixed;
	top: 0px;
	left: 0px;
	background-color: rgba(0, 48, 63, 1.0);
	width: 100%;
	height: 101px;
	box-shadow: 0 5px 5px rgba(0,0,0,.20);
}

.customToggle{position:relative;float:right;padding:9px 10px;margin-top:8px;margin-right:15px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px}.customToggle:focus{outline:0}.customToggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.customToggle .icon-bar+.icon-bar{margin-top:4px}@media (min-width:768px){.customToggle{display:none}}

.btn-close {
	display: none;
}

.noScroll { 
	overflow: hidden;
	position: fixed;
}

.closeBtn {
	position:relative;
	float:right;
	padding:9px 10px;
	margin-top:48px;
	margin-right:15px;
	margin-bottom:8px;
	background-color:transparent;
	background-image:none;
	border:1px solid transparent;
	border-radius:4px;
	font-size: 18px;
	text-transform: uppercase;
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	font-weight: 900;
	color: #ffffff;
	border-color: #ffffff;
}

.closeBtn:focus {
	outline:0;
}

.closeBtn .icon-bar {
	display:block;
	width:22px;
	height:2px;
	border-radius:1px;
}

.closeBtn .icon-bar+.icon-bar {
	margin-top:4px;
}

/*---------- Backgrounds ----------*/

.lightBG {
	background-color: #faf4e9;
}

.medBG {
	background-color: #005069;
}

.darkBG {
	background-color: #00303f;
}

.whiteBG {
	background-color: #ffffff;
}

.headBG {
	background: url('../images/bg/rehab.jpg') no-repeat center center scroll;
    background-color: #fff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.occBG {
	background: url('../images/bg/occBG.jpg') no-repeat center center scroll;
    background-color: #fff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.spBG {
	background: url('../images/bg/spBG.jpg') no-repeat center center scroll;
    background-color: #fff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.nurseBG {
	background: url('../images/bg/nurseBG.jpg') no-repeat center center scroll;
    background-color: #fff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.respiteBG {
	background: url('../images/bg/respiteBG.jpg') no-repeat center center scroll;
    background-color: #fff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.serviceBG {
	background: url('../images/bg/serviceBG.jpg') no-repeat center center scroll;
    background-color: #fff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.actBG {
	background-color: #e06c48;
}

.borderDark {
	border-bottom: 1px solid #00303f;
}

/*---------- Margins and Padding ----------*/

.full {
	width: 100%;
	height: 100%;
}

.fullWidth {
	display: block;
	width: 100%;
	height: auto;
}

.noPad {
	padding: 0px;
}

.titlePad {
	padding: 165px 75px 75px 75px;
}

.contentContain {
	padding: 75px 75px 45px 75px;
}

.pad-tb-15 {
	padding: 15px 0px;
}

.pad-lr-15 {
	padding: 0px 15px;
}

.pad-30 {
	padding: 30px;
}

.pad-b-30 {
	padding-bottom: 30px;
}

.pad-60 {
	padding: 60px;
}

.pad-b-60 {
	padding-bottom: 60px;
}

.pad-75-60 {
	padding: 75px 60px;
}

.pad-b-90 {
	padding-bottom: 90px;
}

.pad-t-90-60 {
	padding: 90px 60px 60px 60px;
}

.pad-120 {
	padding: 120px 30px;
}

.pad-tb-120 {
	padding: 120px 0px;
}

.pad-t-120-b-90 {
	padding: 120px 0px 90px 0px;
}

.noMarg {
	margin: 0px;
}

.marg-t-0 {
	margin-top: 0px;
}

.marg-t-15 {
	margin-top: 15px;
}

.marg-t-20 {
	margin-top: 20px;
}

.marg-t-30 {
	margin-top: 30px;
}

.marg-b-10 {
	margin-bottom: 10px;
}

.marg-b-15 {
	margin-bottom: 15px;
}

.marg-b-30 {
	margin-bottom: 30px;
}

.marg-r-10 {
	margin-right: 10px;
}

.imgCenter {
	margin: 0px auto;
}

.relative {
	position: relative;
}

/*---------- Typography ----------*/

h1, h2, h3, h4 {
	font-family: 'Playfair Display', Georgia, serif;
	color: #00303f;
	margin-top: 0px;
}

h1 {
	font-size: 32px;
}

span.subFac {
	font-size: 18px;
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	color: #e06c48;
	letter-spacing: 2px;
}

span.subQuote {
	font-size: 16px;
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	color: #555555;
}

.lineHeightTitle {
	line-height: 48px;
}

.footerLinks h4 {
	margin-bottom: 0px !important;
}

.footInfo h5 {
	font-family: 'Playfair Display', Georgia, serif;
	font-size: 16px;
	color: #faf4e9;
}

.reverse {
	color: #ffffff;
}

hr.headDivide {
  	padding: 0;
  	border: none;
  	border-top: solid 2px;
  	text-align: left;
  	max-width: 250px;
  	margin: 30px auto 30px;
}

hr.headDivide {
	border-color: #e06c48;
}

hr.headDivideCenterReverse {
  	padding: 0;
  	border: none;
  	border-top: solid 2px;
  	text-align: center;
  	max-width: 250px;
  	margin: 30px auto 30px;
}

hr.headDivideCenterReverse {
	border-color: #faf4e9;
}

hr.footDivide {
  	padding: 0;
  	border: none;
  	border-top: solid 2px;
  	text-align: left;
  	max-width: 250px;
  	margin: 19px auto 19px;
}

hr.footDivide {
	border-color: #e06c48;
}

.textCenter {
	text-align: center;
}

p {
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	color: #555555;
	font-size: 18px;
	font-weight: 300;
	margin-bottom: 30px;
}

p.reverseCopy {
	color: #ffffff;
}

p.phone {
	color: #e06c48;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 10px;
}

p.companyName {
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	color: #ffffff;
	font-size: 18px;
	margin-top: 20px;
	margin-bottom: 20px;
}

p.footAddress {
	color: #ffffff;
	font-size: 16px;
	margin-bottom: 20px;
}

p.footPhone {
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	color: #faf4e9;
	font-weight: bold;
	font-size: 16px;
}

p.quote {
	font-style: italic;
	color: #e06c48;
	font-size: 22px;
}

a,
a:hover,
a:focus,
a:active,
a.active {
  	outline: none;
  	-webkit-transition: all .2s ease-in-out;
  	-moz-transition: all .2s ease-in-out;
  	transition: all .2s ease-in-out;
}

a.fullLink {
	display: block;
	width: 100%;
	height: 100%;
	background-color: #005069;
}

a.fullLink:hover {
	background-color: #e06c48;
	text-decoration: none;
}

a.fullLink h4 {
	color: #faf4e9;
	margin-top: 4px;
	margin-bottom: 4px;
	font-size: 20px;
	line-height: 30px;
}

a.fullLink:hover h4 {
	color: #ffffff;
}

a.boxLink1, a.boxLink2, a.boxLink3, a.boxLink4 {
	display: block;
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	color: #e06c48;
	font-size: 18px;
	text-align: center;
	padding: 15px;
}

a.boxLink1:hover, a.boxLink2:hover, a.boxLink3:hover, a.boxLink4:hover {
	background: #e06c48;
	color: #ffffff;
	text-decoration: none;
}

a.boxLink1 {
	border-bottom: 2px solid #e06c48;
	border-right: 2px solid #e06c48;
}

a.boxLink2 {
	border-bottom: 2px solid #e06c48;
}

a.boxLink3 {
	border-right: 2px solid #e06c48;
}

section p a {
	color: #e06c48;
	text-decoration: underline;
	font-weight: 900;
}

section p a:hover {
	color: #A04D34;
	text-decoration: underline;
}

section ul {
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	color: #555555;
	font-size: 18px;
	font-weight: 300;
	padding-left: 15px; 
}

.darkSub {
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	color: #A04D34;
	font-size: 18px;
	letter-spacing: 5px;
	text-transform: uppercase;
	line-height: 0px;
}

.lightSub {
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	color: #faf4e9;
	font-size: 18px;
	letter-spacing: 5px;
	text-transform: uppercase;
	line-height: 0px;
}

.snavContain ul {
	padding: 0px;
	text-align: center;
}

.snavContain ul li {
	border-bottom: 1px solid #00303f;
}

.snavContain ul li:last-child {
	border-bottom: 0px;
}

.snavContain ul li:first-child {
	display: block;
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	font-size: 20px;
	color: #ffffff;
	width: 100%;
	padding: 0px 15px 40px 15px;
	background: #00303f;
	line-height: 32px;
}

.snavContain ul li a {
	display: block;
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	font-size: 20px;
	color: #ffffff;
	width: 100%;
	padding: 20px 15px;
	background: #005069;
}

.snavContain ul li a:hover {
	background: #e06c48;
	text-decoration: none;
}

#snavContain.affix {
    top: 101px;
	z-index: 9999 !important;
    width: 40.9%;
    left: 0px;
}

#snavContain.affix ul li:first-child {
	display: block;
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	font-size: 20px;
	color: #ffffff;
	width: 100%;
	padding: 40px 15px 40px 15px;
	background: #00303f;
	line-height: 32px;
}

#snavContain.stop ul li:first-child {
	display: block;
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	font-size: 20px;
	color: #ffffff;
	width: 100%;
	padding: 40px 15px 40px 15px;
	background: #00303f;
}

#snavContain.stop {
	position: absolute;
	top: auto;
	left: 0px;
	bottom: -10px;
	width: 41.68%;
}

.pullQuote {
	padding: 45px 45px 15px 45px;
	color: #00303f;
	font-style: italic;
}

.byline {
	padding: 15px;
	color: #ffffff;
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	font-size: 16px;
	text-align: right;
}

.subHead {
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #555555;
	font-style: italic; 
}

@media (max-width: 1500px) {

	.titlePad {
		padding: 165px 75px 45px 75px;
	}	
}

/*---------- Hovers/Overlays ----------*/

.imgContain {	
	position: relative;
}

.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(224, 108, 72, 0.8);
  overflow: hidden;
  width: 0;
  height: 100%;
  transition: .5s ease;
}

.imgContain:hover .overlay {
  width: 100%;
}

.vidImg {
	position: relative;
}

.vidImg:hover .overlay {
  width: 100%;
}

.overlayCopy {
  color: #ffffff;
  font-size: 64px;
  line-height: 48px;
  font-family: 'Lato', Helvetica, Arial, sans-serif;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  white-space: nowrap;
  text-align: center;
}

.overlayCopy span {
	font-size: 32px;
}

/*---------- Buttons ----------*/

.btnMainCTA {
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	background-color: #e06c48;
	color: #ffffff;
	font-size: 18px;
	font-weight: 300;
	padding: 12px 20px;
	border-radius: 3px;
}

.btnMainCTA:hover {
	background-color: #A04D34;
	color: #ffffff;
}

.btnMainCTA:active {
	background-color: #A04D34;
	color: #ffffff !important;
}

/*---------- Logo ----------*/

.logo {
	position: fixed;
	top: 0px;
	left: 30px;
	width: 101px;
	height: 101px;
	padding: 18px 22px;
	background-color: #e06c48;
	display: block;
	z-index: 9998;
}

.logoImg {
	width: 60px;
	height: auto;
	display: block;
}

.logoFoot {
	width: 160px;
	height: 160px;
	padding: 26px 33px;
	background-color: #e06c48;
	display: block;
}

.logoImgFoot {
	width: 100px;
	height: auto;
	display: block;
}

.down {
	position: absolute;
	bottom: 120px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 61px;
	height: 61px;
	background-color: rgba(255, 255, 255, 0.8);
	display: block;
	box-shadow: 0 0 30px rgba(0,0,0,0.3);
	font-size: 60px;
	text-align: center;
	line-height: 64px;
	color: #e06c48;
}

.down:hover {
	background-color: #e06c48;
	color: #ffffff;
}

.down:active {
	background-color: #e06c48;
	color: #ffffff;
}

/*---------- Top Nav ----------*/

.topNav {
	background-color: #00303f;
	padding: 10px 0px;
}

ul.topNavList {
	list-style: none;
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	text-align: right;
	margin-bottom: 0px;
}

ul.topNavList li {
	display: inline-block;
}

ul.topNavList li a {
	color: #cbe4db;
	text-decoration: none;
}

ul.topNavList li a:hover {
	color: #ffffff;
}

ul.topNavList > li + li:before {
	content: "/";
	padding: 0 10px;
	color: #faf4e9;
}

/*---------- Navbar ----------*/

.navbar-custom {
	background-color: transparent;
	border-bottom: none;
	box-shadow: none;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.navbar-custom .nav li {
	border-bottom: 3px solid #e06c48;
	margin-left: 10px;
}

.navbar-custom .nav li a {
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	color: #00303f;
	font-size: 18px;
	font-weight: 300;
	padding: 19px;
}

.navbar-custom .nav li a:hover {
	background-color: #A04D34;
	color: #ffffff;
}

.navbar-custom .nav li a:active {
	background-color: #A04D34;
	color: #ffffff !important;
}

@media (min-width: 768px) {
	.navbar-custom.affix {
    	background-color: rgba(255, 255, 255, 0.8);
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		box-shadow: 0 5px 5px rgba(0,0,0,.20);
  	}
}

ul.nav li:hover > ul.dropdown-menu {
	display: block;
	background-color: rgba(160,77,52,1);
	border-radius: 0px;
	border: none;
	-webkit-transition: all .2s ease-in-out;
  	-moz-transition: all .2s ease-in-out;
  	transition: all .2s ease-in-out;
  	margin-top: 3px;
}

ul.dropdown-menu li a {
	line-height: 20px;
	color: #ffffff !important;
}

ul.dropdown-menu li a:hover {
	color: #ffffff;
	background: #e06c48 !important;
}

ul.dropdown-menu li.dropLink {
	margin-left: 0px;
	padding: 0px;
	border-bottom: 1px solid #e06c48;
}

/*---------- Header Section ----------*/

header {
	position: relative;
	width: 100%;
	min-height: auto;
	overflow-y: hidden;
}

header .header-content {
	text-align: center;
	padding: 45px 0 45px;
	position: relative;
}

header .header-content .header-content-inner {
	position: relative;
	margin: 0 auto;
	padding: 0px 15px;
}

@media (min-width: 1199px) {
	header {
    	min-height: 100%;
  	}
  	
  	header .header-content {
    	text-align: left;
		padding: 0;
		height: 100vh;
  	}
  	header .header-content .header-content-inner {
    	max-width: none;
		margin: 0;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		padding: 0px 60px;
		width: 100%;
  	}  	
  	hr.headDivide {
  		padding: 0;
  		border: none;
  		border-top: solid 2px;
  		text-align: left;
  		max-width: 250px;
  		margin: 30px 0px 30px 0px;
	}

	hr.headDivide {
		border-color: #e06c48;
	}
	
	hr.footDivide {
  		padding: 0;
  		border: none;
  		border-top: solid 2px;
  		text-align: left;
  		max-width: 250px;
  		margin: 19px 0px 19px 0px;
	}

	hr.footDivide {
		border-color: #e06c48;
	}
	
	.tableDisplay {
		display: table;
		width: 100%;
  	}

  	.tableCol {
  		display: table-cell;
  		float: none;
  	}
  	
  	.tableColMid {
	  	display: table-cell;
  		vertical-align: middle;
  		float: none;
  	}
}

/*---------- Breadcrumbs ----------*/


.crumbContain {
	padding: 10px 0px 10px 75px;
}

ol.crumbNav {
	list-style: none;
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	text-align: left;
	margin-bottom: 0px;
	padding: 0px;
}

ol.crumbNav li {
	display: inline-block;
}

ol.crumbNav li.activePage a {
	color: #faf4e9;
}

ol.crumbNav li a {
	color: #faf4e9;
	text-decoration: none;
}

ol.crumbNav li a:hover {
	color: #ffffff;
}

ol.crumbNav > li + li:before {
	content: "/";
	padding: 0 10px;
	color: #faf4e9;
}

.breadSpacer {
	height: 40px;
	display: block
}

/*---------- Split Content Sections ----------*/

#services {
	position: relative;
	width: 100%;
	min-height: auto;
	overflow-y: hidden;
}

#about {
	position: relative;
	width: 100%;
	min-height: auto;
	overflow-y: hidden;
}

#news {
	position: relative;
	min-height: auto;
	overflow-y: hidden;
}

.blogDate {
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	font-size: 16px;
	color: #ffffff;
}

.blogDateFeature {
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	font-size: 16px;
	color: #00303f;
}

.calendarIcon {
	border-right: 1px solid #00303f;
	border-bottom: 1px solid #00303f;
	padding: 15px 15px;
	text-align: center;
	display: inline-block;
}

.dateText {
	border-right: 1px solid #00303f;
	border-bottom: 1px solid #00303f;
	padding: 15px 15px;
	text-align: center;
	display: inline-block;
	font-family: 'Lato', Helvetica, Arial, sans-serif;
}

.category {
	position: absolute;
	bottom: 0px;
	right: 0px;
	border-left: 1px solid #00303f;
	border-top: 1px solid #00303f;
	padding: 15px;
	text-align: center;
	display: inline-block;
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #ffffff;
}

.categoryFeature {
	position: absolute;
	top: 0px;
	right: 0px;
	border-left: 1px solid #00303f;
	border-bottom: 1px solid #00303f;
	padding: 15px;
	text-align: center;
	display: inline-block;
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #00303f;
}

#message {
	position: relative;
	width: 100%;
	min-height: auto;
	overflow-y: hidden;
}

#spotlight {
	position: relative;
	width: 100%;
	min-height: auto;
	overflow-y: hidden;
}

.splitContent {
	text-align: center;
	padding: 45px 0 45px;
	position: relative;
}

.splitContent .splitContentInner {
	position: relative;
	margin: 0 auto;
	padding: 0px 15px;
}

.halfSplitContent {
	text-align: center;
	padding: 45px 0 45px;
	position: relative;
}

.halfSplitContent .halfSplitContentInner {
	position: relative;
	margin: 0 auto;
	padding: 0px 15px;
}

.halfSplitContentEdge {
	text-align: center;
	padding: 45px 0 45px;
	position: relative;
}

.halfSplitContentEdge .halfSplitContentInnerEdge {
	position: relative;
	margin: 0 auto;
	padding: 0px 15px;
}

.borderLeft {
	border-left: 15px solid #e06c48;
}

.vidContain {
	position: relative;
	padding: 45px 0px 45px 120px;
	display: inline-block;
	float: right;
}

.playIcon {
	position: absolute;
    left: 58%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.playIcon a {
	font-size: 96px;
    color: rgba(255, 255, 255, 0.7);
    text-shadow: 3px 6px #272634;
}

.playIcon a:hover {
	color: #e06c48;
}

@media (min-width: 1199px) {
	#news {
    	min-height: 100%;
  	}
  	
  	.splitContent {
    	text-align: left;
		padding: 0;
		height: 100vh;
  	}
  	.splitContent .splitContentInner {
    	max-width: none;
		margin: 0;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		padding: 0px 60px;
		width: 100%;
  	}
  	.halfSplitContent {
    	text-align: left;
		padding: 0;
		height: 50vh;
  	}
  	.halfSplitContent .halfSplitContentInner {
    	max-width: none;
		margin: 0;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		padding: 0px 60px;
		width: 100%;
  	}
  	.halfSplitContentEdge {
    	text-align: left;
		padding: 0;
		height: 75vh;
  	}
  	.halfSplitContentEdge .halfSplitContentInnerEdge {
    	max-width: none;
		margin: 0;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		padding: 0px 0px;
		width: 100%;
  	}   	
  	hr.headDivide {
  		padding: 0;
  		border: none;
  		border-top: solid 2px;
  		text-align: left;
  		max-width: 250px;
  		margin: 30px 0px 30px 0px;
	}

	hr.headDivide {
		border-color: #e06c48;
	}
}

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

ul.footNavList {
	list-style: none;
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	font-size: 16px;
	text-align: left;
	padding: 0px;
	margin-bottom: 0px;
}

ul.footNavList li a {
	display: block;
	color: #faf4e9;
	text-decoration: none;
	margin-bottom: 5px;
}

ul.footNavList li a:hover {
	color: #ffffff;
}

ul.bottomNavList {
	list-style: none;
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	text-align: right;
	margin-bottom: 0px;
	padding-left: 0px;
}

ul.bottomNavList li {
	display: inline-block;
}

ul.bottomNavList li a {
	color: #faf4e9;
	text-decoration: none;
}

ul.bottomNavList li a:hover {
	color: #ffffff;
}

ul.bottomNavList > li + li:before {
	content: "/";
	padding: 0 10px;
	color: #faf4e9;
}

.footerLeft {
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #ffffff;
	text-align: left;
}

@media (max-width: 1400px) {

.pad-120 {
	padding: 120px 90px 120px 30px;
}
	
}

@media (max-width: 1199px) {

.customToggle {
	font-size: 18px;
	text-transform: uppercase;
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	font-weight: 900;
	color: #e06c48;
	border-color: #e06c48;
}

.mobileCenter {
	text-align: center;
}

.footerLeft {
	text-align: center;
	padding-bottom: 5px;
}

.navbar-custom {
	background-color: rgba(255, 255, 255, 0.8);
	box-shadow: 0 5px 5px rgba(0,0,0,.20);
	height: 101px;
}

ul.bottomNavList {
	text-align: center;
}

.pad-120 {
	padding: 60px 30px;
}

.pad-b-60 {
	padding-bottom: 30px;
}

.down {
	display: none;
}

.headBG {
    background: url('../images/bg/rehab.jpg') no-repeat top center scroll #ffffff;
	width: 100%;
	-webkit-background-size: 100%;
    -moz-background-size: 100%;
    background-size: 100%;
    -o-background-size: 100%;
    padding-top: 70%;
}

.occBG {
    background: url('../images/bg/occBG.jpg') no-repeat top center scroll #ffffff;
	width: 100%;
	-webkit-background-size: 100%;
    -moz-background-size: 100%;
    background-size: 100%;
    -o-background-size: 100%;
    padding-top: 70%;
}

.spBG {
    background: url('../images/bg/spBG.jpg') no-repeat top center scroll #ffffff;
	width: 100%;
	-webkit-background-size: 100%;
    -moz-background-size: 100%;
    background-size: 100%;
    -o-background-size: 100%;
    padding-top: 70%;
}

.nurseBG {
    background: url('../images/bg/nurseBG.jpg') no-repeat top center scroll #ffffff;
	width: 100%;
	-webkit-background-size: 100%;
    -moz-background-size: 100%;
    background-size: 100%;
    -o-background-size: 100%;
    padding-top: 70%;
}

.respiteBG {
    background: url('../images/bg/respiteBG.jpg') no-repeat top center scroll #ffffff;
	width: 100%;
	-webkit-background-size: 100%;
    -moz-background-size: 100%;
    background-size: 100%;
    -o-background-size: 100%;
    padding-top: 70%;
}

.serviceBG {
    background: url('../images/bg/serviceBG.jpg') no-repeat top center scroll #ffffff;
	width: 100%;
	-webkit-background-size: 100%;
    -moz-background-size: 100%;
    background-size: 100%;
    -o-background-size: 100%;
    padding-top: 60%;
}

.halfSplitContentEdge {
	text-align: center;
	padding: 0px 0 30px;
	position: relative;
}

.overlayCopy span {
	font-size: 24px;
}

.borderLeft {
	border-left: none;
}

.pad-t-120-b-90 {
	padding: 60px 0px 30px 0px;
}

.vidContain {
	position: relative;
	padding: 60px 0px 0px 0px;
	display: block;
	float: none;
}

.phoneBtn {
		position: fixed;
		bottom: 15px;
		right: 15px;
		width: 75px;
		height: 75px;
		z-index: 9999;
		background: #e06c48;
		display: block;
		border-radius: 60px;
		font-size: 42px;
		color: #ffffff;
		box-shadow: 0 0 20px rgba(0,0,0,0.3);
		padding: 8px 19px 5px 17px;
	}
	
	.breadSpacer {
	display: none;
}

}

@media (max-width: 991px) {

.pad-tb-120 {
	padding: 30px 0px;
}

.pad-60 {
	padding: 30px;
}

header {
	padding-top: 101px;
}

.navbar-custom {
    background-color: rgba(255, 255, 255, 1.0);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	box-shadow: 0 5px 5px rgba(0,0,0,.20);
}

a.boxLink1 {
	border-bottom: 2px solid #e06c48;
	border-right: none;
}

a.boxLink2 {
	border-bottom: 2px solid #e06c48;
}

a.boxLink3 {
	border-right: none;
	border-bottom: 2px solid #e06c48;
}
	
ul.footNavList {
	text-align: center;
}

.footerLinks h4 {
	text-align: center;
}

.footInfo h5 {
	text-align: center;
}

.logoFoot {
	width: 160px;
	height: 160px;
	padding: 26px 33px;
	background-color: #e06c48;
	display: block;
	margin: 0px auto;
}

p.companyName {
	text-align: center;
}

p.footAddress {
	text-align: center;
}

p.footPhone {
	text-align: center;
}
.mobileBreak {
	display: none;
}

.topNav {
	height: 41px;
}

.topNavList {
	display: block;
}

}

@media (max-width: 767px) {

.btn {
	width: 100%;	
}

.logo {
	position: fixed;
	top: 0px;
	left: 0px;
}
	
	
}