@charset "utf-8";
/* CSS Document */

body {
	background-color: #f4f4f4;
}
html {
	font-size: .6em;
	font-family: 'Open Sans', sans-serif;
	font-weight: 100;
	letter-spacing: .025em;
	line-height: 1em;
}
a {
	color:#5a2a82;
	text-decoration:none;
	font-weight:500;
}
a:hover {
	color:#8843c1;
	text-decoration:none;
	font-weight:500;
}
a div img:hover{
	opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}
a img:hover{
	/opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}
p, .p, h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
	font-family: 'Open Sans', sans-serif;
	letter-spacing: .025em;
	line-height: 1em;
}
hr {
	border-color: rgba(0,0,0,0.1);
}
#main-body {
	padding: 0px 50px;
}
.menu-text {
	transform: translateX(-50%);
    /*position: absolute;
    top: 65%;*/
    display: inline-block;
    color: #717074;
    font-size: .5625rem;
    line-height: .5625rem;
    text-transform: uppercase;
}
img {
      filter: drop-shadow(0);
      -webkit-filter: drop-shadow(0);
      -webkit-transition: all .2s ease-in-out;
    }

    /*img:hover {
      filter: drop-shadow(20px 38px 20px grey);
      -webkit-filter: drop-shadow(20px 38px 20px grey);
      -webkit-transform: scale(1.050);
    }
		img:hover.nohover {
			filter: drop-shadow(0px 0px 0px white) !important;
      -webkit-filter: drop-shadow(0px 0px 0px white) !important;
      -webkit-transform: scale(1.000) !important;
		}*/
		
.divider {
	border-style:dotted;
	border-top:none;
	border-bottom:none;
	border-left:none;
	border-color:#dee2e8;
}
@media (max-width: 1300px) {
#main-body {
	padding: 0px 5px;
}

}
.nav-container {
	width: 100%;
	box-shadow: 0 0 12px 0 rgba(0,0,0,0.1);
	/*z-index: 500;*/
}
.nav-bar {
	margin-top: 20px;
	white-space: nowrap;
	text-align: center;
}
.nav-bar td:hover {
	background-color: #717074;
	color: #ffffff;
	font-weight: 400;
	cursor: pointer;
}
/*.nav.navbar {
	background-color: #f4f4f4;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}*/
.nav-bar-noHov td:hover {
	background-color: transparent;
	color:#000000;
}
.nav-bar-noHov:hover {
	background-color: transparent;
	color:#000000;
}
.nav-border-bottom {
	border-bottom: 1pt solid black;
}
.nav-border-right {
	width: 100%;
	border-right: 1pt solid #717074;
}
.nav-border-right:hover {
	width: 100%;
	border-right: 1pt solid #f4f4f4;
}
/*.nav.navbar.resize {
	min-height: 35px;
	max-height: 50px;
}*/
.hrhlogo {
	background-color: #f4f4f4;
}
.hrhlogo:hover {
	opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}
.bookroom {
	background: #4d2363; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(#7f469b, #4d2363); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#7f469b, #4d2363); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#7f469b, #4d2363); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#7f469b, #4d2363); /* Standard syntax */
	color: #ffffff;
	filter: grayscale(0);
	-webkit-filter: (0);
	-webkit-transition: all .3s ease-in-out;
}
.bookroom:hover {
	color: #ffffff !important;
	font-weight: 400;
	filter: none;
	cursor: pointer;
  -webkit-filter: grayscale(.8);
	-webkit-transform: scale(1.0);
}
.disclaimer {
	font-size:10px;	
}

@media (min-width: 1140px) {
	#stage1 {
		display:block;
	}
	#stage2 {
		display: none;
	}
	#stage3 {
		display: none;
	}
	#stage4 {
		display: none;
	}
}

@media (max-width: 1139px) {
	#stage1 {
		display: none;
	}
	#stage2 {
		display:block;
	}
	#stage3 {
		display: none;
	}
	#stage4 {
		display: none;
	}
}

@media (max-width: 1019px) {
	#stage1 {
		display: none;
	}
	#stage2 {
		display: none;	
	}
	#stage3 {
		display:block;
	}
	#stage4 {
		display: none;
	}
	.divider {
		border-style:dotted; 
		border-top:none; 
		border-right:none;
		border-bottom:none; 
		border-left:none; 
		border-color:#dee2e8;
	}
}

@media (max-width: 744px) {
	#stage1 {
		display: none;
	}
	#stage2 {
		display: none;	
	}
	#stage3 {
		display: none;
	}
	#stage4 {
		display:block;
	}
	.img-grid-left img {
		width:45%; 
		max-width:150px; 
		float:left; 
		vertical-align:middle; 
		margin-right:5px;
	}
	.carousel-caption {
		position: absolute;
		right: 5%;
		bottom: 3em;
		left: 50%;
		z-index: 10;
		padding: 5px;
	
	}
	.carousel-caption h1 {
		margin-top:0px;
		font-size:1.5em;
		font-weight:500;
	}
	.carousel-caption p {
		font-size:.8em;
	}
	.carousel-caption .btn {
		font-size:.8em;
	}
	.divider {
		border-style:dotted; 
		border-top:none; 
		border-right:none;
		border-bottom:none; 
		border-left:none; 
		border-color:#ccc;
	}
}

.horizontal_dotted_line{
  border-bottom: 1px dotted #AAA;
} 
.vertical_dotted_line{
  border-right: 1px dotted #AAA;
} 
.horizontal-dotted-div {
	width:10em; 
	margin-left:auto; 
	margin-right:auto; 
	margin-top:-1.3em; 
	margin-bottom:.6em;
	padding:0px;
}
.footer-info-div {
	min-height:7em; 
	align-content:center;
	text-align:center;
}
.description-grid {
	height: 2em;
	overflow:hidden;
}
.category {
	font-size:.8em;
	line-height:.8em;
	margin-bottom:-15px;
}
a .category {
	color:#333333;
	text-decoration:none;
}
a .category:hover {
	color:#444444;
	text-decoration:none;
}
a h3 {
	color:#000000;
	text-decoration:none;
}
a h3:hover {
	color:#333;
	text-decoration:none;
}
.rwd-break {
	display:inline-block;
}

@media (min-width: 824px) {
	.rwd-break {
		display:none;
	}
}

.btn-dark-grey {
	background-color:#ececeb;
	border-color: #000000;
}
	.btn-dark-grey:hover {
		background-color: #491b60;
		color: #fff;
		border-color: #000000;
		cursor:pointer;
	}
.btn-gold {
	background: #ebcc7b; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(#ebcc7b, #a08b4f); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#ebcc7b, #a08b4f); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#ebcc7b, #a08b4f); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#ebcc7b, #a08b4f); /* Standard syntax */
	color: #000000;
}
.btn-gold:hover {
	background: #717074; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(#727173, #717074); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#727173, #717074); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#727173, #717074); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#727173, #717074); /* Standard syntax */
	color: #ffffff;
	font-weight: 400;
	cursor: pointer;
}
.btn-dk-grey {
	background: #454546; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#b3b3b6, #7a7a7b); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#b3b3b6, #7a7a7b); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#b3b3b6, #7a7a7b); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#b3b3b6, #7a7a7b); /* Standard syntax */
	color: #3a1956;
}
.btn-dk-grey:hover {
	background: #717074; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(#727173, #717074); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#727173, #717074); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#727173, #717074); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#727173, #717074); /* Standard syntax */
	color: #ffffff;
	font-weight: 400;
	cursor: pointer;
}
.btn-rehab-blue {
	background: #005796; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#42abf7, #005796); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#42abf7, #005796); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#42abf7, #005796); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#42abf7, #005796); /* Standard syntax */
	color: #ffffff;
}
.btn-rehab-grey:hover {
	background: #717074; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(#727173, #717074); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#727173, #717074); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#727173, #717074); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#727173, #717074); /* Standard syntax */
	color: #ffffff;
	font-weight: 400;
	cursor: pointer;
}

/* Room Styles */
.rl-reset {
	margin-right: 0;
	margin-left: 0;
	padding-right: 0;
	padding-left: 0;
}
.full-width {
	width: 100%;
	max-width: 	100%;
}
.pad-top-odd {
	padding-top: 7px;
}
.pad-top10 {
	padding-top:10px;
}
.pad-top15 {
		padding-top: 15px;
}
.pad-top20 {
	padding-top: 20px;
}
.pad-top25 {
	padding-top: 25px;
}
.pad-top30 {
	padding-top: 30px;
}
.pad-top35 {
	padding-top: 35px;
}
.pad-top40 {
	padding-top: 40px;
}
.pad-right5 {
	padding-right: 5px;
}
.pad-right10 {
	padding-right: 10px;
}
.pad-right15 {
	padding-right: 15px;
}
.pad-right20 {
	padding-right: 20px;
}
.pad-right25 {
	padding-right: 25px;
}
.pad-right30 {
	padding-right: 30px;
}
.pad-right35 {
	padding-right: 35px;
}
.pad-right40 {
	padding-right: 40px;
}
.pad-bot5 {
	padding-bottom: 5px;
}
.pad-bot10 {
	padding-bottom: 10px;
}
.pad-bot15 {
	padding-bottom: 15px;
}
.pad-bot20 {
	padding-bottom: 20px;
}
.pad-bot25 {
	padding-bottom: 25px;
}
.pad-bot30 {
	padding-bottom: 30px;
}
.pad-bot35 {
	padding-bottom: 35px;
}
.pad-bot40 {
	padding-bottom: 40px;
}
.pad-left5 {
	padding-left: 5px;
}
.pad-left10 {
	padding-left: 10px;
}
.pad-left15 {
	padding-left: 15px;
}
.pad-left20 {
	padding-left: 20px;
}
.pad-left25 {
	padding-left: 25px;
}
.pad-left30 {
	padding-left: 30px;
}
.pad-left35 {
	padding-left: 35px;
}
.pad-left40 {
	padding-left: 40px;
}
.mar-right5 {
	margin-right: 5px;
}
.mar-right10 {
	margin-right: 10px;
}
.mar-right15 {
	margin-right: 15px;
}
.mar-right20 {
	margin-right: 20px;
}
.mar-right25 {
	margin-right: 25px;
}
.mar-right30 {
	margin-right: 30px;
}
.mar-right35 {
	margin-right: 35px;
}
.mar-right40 {
	margin-right: 40px;
}
.mar-bot30 {
	margin-bottom: 30px;
}
.mar-bot35 {
	margin-bottom: 35px;
}
.mar-bot40 {
	margin-bottom: 40px;
}
.spacer {
	height: 25px;
}
.purple {
	color: #5a2a82;
}
.hidden {
	display: none;
}
.ra>a {
	color: #5a2a82;
	font-weight: 600;
}
.rimg>img {
	width: auto;
	height: auto;
	max-width: 100%;
}
.chev {
	font-size: 14px;
	font-weight: 400;
	padding-bottom: 4px;
}
.skinny {
	font-weight: 100;
}
.roomp>p {
	line-height: 18px;
}
.rtitle {
	/* background-image: url(../images/latice-bg.png);*/
	background-repeat: repeat-x;
	min-width: 100%;
	height: 150px;
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
}
.ro-title-container {
	width: 100vw;
	max-width: 100%;
}
.ro-title {
	font-family: 'Fjalla One', sans-serif;
	font-style: italic;
}
.ro-title-center {
	margin: 0 auto;
}
.ro-row {
	display: block;
	postition: inherit;
}
.lborder {
	border-left-style: dotted;
	border-color: rgba(0,0,0,0.1);
	height: 35px;
}
.rborder {
	border-bottom-style: dotted;
	border-color: rgba(195,195,195,0.3);
}
	.rborder>td {
		width: 500px;
		max-width: 100%;
	}
.book-btn {
	max-width: 145px;
	height:45px;
	margin:0 auto;
	padding-top: 12px;
}
.btn-room-o {
	min-width: 100%;
}
.roc-title-container {
	width: 1170px;
	min-width: 100%;
	max-width: 100%;
}
.btn-room-c {
	width: 100%;
	min-width: 200px;
	max-width: 100%;
}
.cat-btn-center {
	margin: 0 auto;
}
.btn-grey {
	background-color: #fcfcfc;
}
	.btn-grey:hover {
		background-color: #491b60;
		color: #fff;
	}
.btn-clear {
	background-color: #f4f4f4;
	border-style: solid;
	border-color: #491b60;
}

/* Accordion styles */
.tab {
  position: relative;
  margin-bottom: 1px;
  width: 100%;
  color: #333;
  overflow: hidden;
}
.input-gs {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.label-gs {
  position: relative;
  display: block;
  padding: 0;
  background: #f4f4f4;
  font-weight: 400;
  line-height: 2em;
  cursor: pointer;
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
}
.label-gs-two {
  position: relative;
  display: block;
  padding: 0;
  background: #f4f4f4;
  font-weight: 400;
  line-height: 2em;
  cursor: pointer;
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
}
.label-gs-three {
  position: relative;
  display: block;
  padding: 0;
  background: #f4f4f4;
  font-weight: 400;
  line-height: 2em;
  cursor: pointer;
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
}
.label-gs-four {
  position: relative;
  display: block;
  padding: 0;
  background: #f4f4f4;
  font-weight: 400;
  line-height: 2em;
  cursor: pointer;
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
}
.label-gs-five {
  position: relative;
  display: block;
  padding: 0;
  background: #f4f4f4;
  font-weight: 400;
  line-height: 2em;
  cursor: pointer;
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
}
.blue label {
  background: #f4f4f4;
}
.signature {
	color: rgba(0,0,0,0.5) !important;
}
.tab-content {
  max-height: 0;
	overflow: hidden;
  background: #f4f4f4;
	padding: 0 15px;
  -webkit-transition: max-height 1s;
  -o-transition: max-height 1s;
  transition: max-height 1s;
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
}
.tab-content-2 {
  max-height: 0;
	overflow: hidden;
  background: #f4f4f4;
	padding: 0 15px;
  -webkit-transition: max-height 1s;
  -o-transition: max-height 1s;
  transition: max-height 1s;
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
}
.tab-content-3 {
  max-height: 0;
	overflow: hidden;
  background: #f4f4f4;
	padding: 0 15px;
  -webkit-transition: max-height 1s;
  -o-transition: max-height 1s;
  transition: max-height 1s;
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
}
.tab-content-4 {
  max-height: 0;
	overflow: hidden;
  background: #f4f4f4;
	padding: 0 15px;
  -webkit-transition: max-height 1s;
  -o-transition: max-height 1s;
  transition: max-height 1s;
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
}
.tab-content-5 {
  max-height: 0;
	overflow: hidden;
  background: #f4f4f4;
	padding: 0 15px;
  -webkit-transition: max-height 1s;
  -o-transition: max-height 1s;
  transition: max-height 1s;
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
}
.blue .tab-content {
  background: #f4f4f4;
}
.tab-content p {
  margin: 1em;
	padding: 10px 0;
}
/* :checked */
input:checked ~ .tab-content {
  max-height: 25em;
}
input:checked ~ .tab-content-2 {
  max-height: 70em !important;
}
input:checked ~ .tab-content-3 {
  max-height: 130em !important;
}
input:checked ~ .tab-content-4 {
  max-height: 110em !important;
}
input:checked ~ .tab-content-5 {
  max-height: 230em !important;
}
/* Icon */
.label-gs::after {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  /* width: 3em; */
  height: 3em;
  line-height: 3;
  text-align: center;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
input[type=checkbox] + label::after {
  content: "+";
	font-size: 15px;
	font-weight: 800;
}
input[type=radio] + label::after {
  content: "\25BC";
}
input[type=checkbox]:checked + label::after {
  transform: rotate(360deg);
}
input[type=radio]:checked + label::after {
  transform: rotateX(180deg);
}
	
/* Media Queries */
@media (max-width: 744px) {
	.rdirlink {
		text-align: center !important;
	}
	input:checked ~ .tab-content-2 {
		max-height: 100em !important;
	}
	input:checked ~ .tab-content-3 {
		max-height: 140em !important;
	}
	input:checked ~ .tab-content-4 {
		max-height: 130em !important;
	}
	input:checked ~ .tab-content-5 {
		max-height: 400em !important;
	}
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
   /* Only for IE 10+ Styles */
	.rimg>img {
		width: 100%;
		max-width: 100%;
		margin-right: 25px;
	}
	.float-fix {
		width: 550px;
		max-width: 100%;
		display: block;
	}
}

.rehab-blue {
	color:#023281;
	font-size:1.1em;
	font-weight:600;
}
.line-height-15 {
	line-height:1.5em
}

