body {
  overflow-x: hidden;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
}
.phoneBtn {
	display: none;
}
#mobileHead {
	display: none;
}
#mobileHead2 {
	display: none;
}
#mobileHead3 {
	display: none;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #fed136;
}
p {
  font-size: 18px;
  line-height: 1.75;
  font-weight: 300;
  color: #444444;
  margin-bottom: 30px;
}
p.large {
  font-size: 16px;
}
.marg-l-5 {
	margin-left: 5px;
}
.marg-r-5 {
	margin-right: 5px;
}
.marg-l-10 {
	margin-left: 10px;
}
.marg-r-10 {
	margin-right: 10px;
}
.marg-l-15 {
	margin-left: 15px;
}
.marg-b-30 {
	margin-bottom: 30px;
}
.marg-b-45 {
	margin-bottom: 45px;
}
.marg-b-0 {
	margin-bottom: 0px;
}
.marg-b-30 {
	margin-bottom: 30px;
}
.pad-section {
	padding: 90px;
}
.pad-section-sm {
	padding: 45px;
}
.pad-section-form {
	padding: 45px;
}
.pad-lr-30 {
	padding: 0px 30px;
}
.pad-lr-60 {
	padding: 0px 60px;
}
.pad-b-30 {
	padding-bottom: 30px;
}
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 {
  color: #fe995e;
}
a:hover,
a:focus,
a:active,
a.active {
  color: #ffffff;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 0px;
  margin-bottom: 0px;
}
h3 {
	color: #597d9e;
	font-size: 26px;
}
hr.star-light,
hr.star-primary {
  padding: 0;
  border: none;
  border-top: solid 2px;
  text-align: center;
  max-width: 250px;
  margin: 25px auto 30px;
}
hr.star-light {
  border-color: #fe995e;
}
hr.left {
  padding: 0;
  border: none;
  border-top: solid 2px;
  text-align: left;
  max-width: 250px;
  margin: 25px 0px 30px 0px;
  border-color: #fe995e;
}
.img-centered {
  margin: 0 auto;
}
.logoImg {
	width: 52px;
	height: 52px;
	display: block;
}
.bg-light-gray {
  background-color: #eeeeee;
}
.bg-darkest-gray {
  background-color: #222222;
}
.bg-light-blue {
	background-color: #597d9e;
}
.bg-light {
	background-color: #ebeae8 !important;
}
.reverseColor {
	color: #fc9964;
}
.btn-primary {
  color: white;
  background-color: #fed136;
  border-color: #fed136;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: white;
  background-color: #ffffff;
  border-color: #f6bf01;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #fed136;
  border-color: #fed136;
}
.btn-primary .badge {
  color: #fed136;
  background-color: white;
}
.btn-xl {
  color: white;
  background-color: #fed136;
  border-color: #fed136;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 3px;
  font-size: 18px;
  padding: 20px 40px;
}
.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
  color: white;
  background-color: #ffffff;
  border-color: #f6bf01;
}
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
  background-image: none;
}
.btn-xl.disabled,
.btn-xl[disabled],
fieldset[disabled] .btn-xl,
.btn-xl.disabled:hover,
.btn-xl[disabled]:hover,
fieldset[disabled] .btn-xl:hover,
.btn-xl.disabled:focus,
.btn-xl[disabled]:focus,
fieldset[disabled] .btn-xl:focus,
.btn-xl.disabled:active,
.btn-xl[disabled]:active,
fieldset[disabled] .btn-xl:active,
.btn-xl.disabled.active,
.btn-xl[disabled].active,
fieldset[disabled] .btn-xl.active {
  background-color: #fed136;
  border-color: #fed136;
}
.btn-xl .badge {
  color: #fed136;
  background-color: white;
}
.btn-main {
	color: white;
	background-color: #fe995e;
	border-color: #fe995e;
	font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	border-radius: 5px;
	font-size: 18px;
	padding: 15px 30px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	margin-bottom: 0px;
}
.btn-main:hover {
	color: white;
	background-color: #f47747;
	border-color: #f47747;
}
.navbar-custom {
  background-color: #4e6d8a;
  border-color: transparent;
  padding: 15px 0px;
}
.navbar-custom .navbar-brand {
  color: #fed136;
  font-family: "Kaushan Script", "Helvetica Neue", Helvetica, Arial, cursive;
}
.navbar-custom .navbar-brand:hover,
.navbar-custom .navbar-brand:focus,
.navbar-custom .navbar-brand:active,
.navbar-custom .navbar-brand.active {
  color: #ffffff;
}
.navbar-custom .navbar-collapse {
  border-color: rgba(255, 255, 255, 0.02);
}
.topPhone {
	display: none;
}
.topPhoneIcon {
	color: #fe995e;
}
@media (min-width: 1199px) {
  .navbar-custom {
    background-color: transparent;
    padding: 25px 0;
    -webkit-transition: padding 0.3s;
    -moz-transition: padding 0.3s;
    transition: padding 0.3s;
    border: none;
  }
  .navbar-custom .navbar-brand {
    font-size: 2em;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .navbar-custom .navbar-nav > .active > a {
    border-radius: 3px;
  }
}
@media (min-width: 1199px) {
  .navbar-custom.affix {
    background-color: #4e6d8a;
    padding: 10px 0;
  }
  .navbar-custom.affix .navbar-brand {
    font-size: 1.5em;
  }
  .navbar-custom.affix .topPhone {
	  display: block;
	  padding: 12px 0px;
  }
  .navbar-custom.affix .topPhone a {
	  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
	  color: #ffffff;
	  font-weight: 700;
	  font-size: 24px;
  }
}
header {
  text-align: center;
  color: white;
}
header .intro {
  padding-top: 130px;
  padding-bottom: 0px;
}
header .intro .introSub {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 22px;
  line-height: 22px;
  margin-bottom: 25px;
  font-weight: 300;
}
header .intro .introSub2 {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 30px;
  font-weight: 300;
}
header .intro .introHead h1 {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 36px;
  line-height: 36px;
  margin-bottom: 30px;
}
.bannerBG {
	background-image: url('../images/bg/rehabBG.jpg');
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	height: auto;
}
.bannerBG2 {
	background-image: url('../images/bg/strokeBG.jpg');
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	height: auto;
}
.bannerBG3 {
	background-image: url('../images/bg/hospitalBG.jpg');
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	height: auto;
}
.bannerBG4 {
	background-image: url('../images/bg/shortBG.jpg');
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	height: auto;
}
.transHead {
	position: absolute;
	display: block;
	width: 100%;
	padding: 30px;
	background: black;
	bottom: 0px;
	left: 0px;
	background-color: rgba(235, 234, 232, 0.75);
}
.contact-field {
	display: block;
	width: 100%;
	min-height: 52px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #ffffff;
	color: #444444;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 10px;
	font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
label {
	color: #597d9e;
	font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-size: 18px;
}
.successContain {
	margin-top: 0px;
}
@media (min-width: 1199px) {
  header .intro {
    padding-top: 220px;
    padding-bottom: 120px;
  }
  header .intro .introSub {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 25px;
    font-weight: 300;
  }
  header .intro .introSub2 {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 30px;
    font-weight: 300;
  }
  header .intro .introHead h1 {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 56px;
    line-height: 56px;
    margin-bottom: 30px;
  }
  .bannerBG {
	background-image: url('../images/bg/rehabBG.jpg');
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	min-height: 644px;
	position: relative;
}
.bannerBG2 {
	background-image: url('../images/bg/strokeBG.jpg');
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	min-height: 644px;
	position: relative;
}
.bannerBG3 {
	background-image: url('../images/bg/hospitalBG.jpg');
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	min-height: 644px;
	position: relative;
}
.bannerBG4 {
	background-image: url('../images/bg/shortBG.jpg');
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	min-height: 644px;
	position: relative;
}
}

.testimonial {
	width: 100%;
	background-color: #597d9e;
	padding: 45px;
}

.testimonialBottom {
	background-color: #4e6d8a;
	text-align: center;
	padding: 15px;

}

.testimonialBottom p {
	color: #ffffff;
	font-weight: 700;
}

.testimonial p {
	margin-bottom: 0px !important;
	color: #ffffff;
}

#bulletSection {
	background-color: #597d9e;
}

#bulletSection h2 {
	color: #ffffff;
	margin-bottom: 20px;
}

#bulletSection ul {
	color: #ffffff;
	margin-bottom: 0px;
	font-size: 18px;
	padding-left: 20px;
	font-weight: 300;
	line-height: 1.75em;
}

#bulletSection p {
	color: #ffffff;
}

#aboutSection h2 {
	color: #597d9e;
}

.aboutBox {
	padding: 30px;
	background: #ffffff;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
	border-right: 10px solid #fe995e;
}

.aboutBox h4 {
	color: #597d9e
}

.aboutBox ul {
	color: #444444;
	margin-bottom: 0px;
	font-size: 18px;
	padding-left: 20px;
	font-weight: 300;
	line-height: 1.75em;
}

#cta {
	background: #597d9e;
	text-align: center;
}

#cta span {
	font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 32px;
    line-height: 32px;
	font-weight: 300;
	color: #ffffff;
}

#cta a {
	font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffffff;
	font-weight: 700;
	font-size: 24px;
}

#cta a:hover {
	text-decoration: none;
}

address {
	color: #ffffff;
	font-weight: 300;
	font-size: 24px;
	margin-bottom: 0px;
}

footer {
	background-color: #4e6d8a;
	text-align: center;
	color: #ffffff;
	padding: 30px 0px;
}

@media only screen and (min-width : 1199px) {
.tableRow {
   display: table;
}
.tableRow [class*="col-"] {
    float: none;
    display: table-cell;
    vertical-align: top;
  }
}

.tableRow .box {
  background: none;
  position: static;
}
.tableRow [class*="col-"] {
  background: none;
}

@media (max-width: 1850px) {

header .intro .introSub {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 25px;
    font-weight: 300;
    -webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
  }
  header .intro .introHead h1 {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 48px;
    line-height: 48px;
    margin-bottom: 32px;
    -webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
  }	
}

@media (max-width: 1600px) {

header .intro .introSub {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 26px;
    line-height: 26px;
    margin-bottom: 25px;
    font-weight: 300;
    -webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
  }
  header .intro .introSub2 {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 30px;
    font-weight: 300;
    -webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
  }
  header .intro .introHead h1 {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 30px;
    -webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
  }
  
  .width-100 {
	  width: 100%;
  }
  
}

@media (max-width: 1199px) {
  .topPhone {
	  display: block;
	  padding: 12px 0px;
  }
  
  .topPhone a {
	  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
	  color: #ffffff;
	  font-weight: 700;
	  font-size: 24px;
  }
  
.phoneBtn {
	position: fixed;
	bottom: 15px;
	right: 15px;
	width: 75px;
	height: 75px;
	z-index: 9999;
	background: #fe995e;
	display: block;
	border-radius: 60px;
	font-size: 48px;
	color: #ffffff;
	box-shadow: 0 0 20px rgba(0,0,0,0.3);
	padding: 5px 18px 5px 18px;
}

.hideBtn {
	display: none;
}

.transHead {
	display: none;
}

.bannerBG {
	display: none;
}

.bannerBG2 {
	display: none;
}

.bannerBG3 {
	display: none;
}

.bannerBG4 {
	display: none;
}

.pad-section {
	padding: 45px;
}

#mobileHead {
	background: url('../images/bg/rehabBG.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: 66.6%;
    display: block;
}

#mobileHead2 {
	background: url('../images/bg/strokeBG.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: 66.6%;
    display: block;
}

#mobileHead3 {
	background: url('../images/bg/hospitalBG.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: 66.6%;
    display: block;
}

#mobileHead4 {
	background: url('../images/bg/shortBG.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: 66.6%;
    display: block;
}

}

.successMsg {
	text-align: center;
	padding: 15px;
	background: #8abd3e;
}

.successMsg p {
	font-weight: bold;
	color: #fff;
}
