@font-face {
	font-family: 'Engravers MT';
	src: url('/fonts/EngraversMT.eot');
	src: url('/fonts/EngraversMT.eot?#iefix') format('embedded-opentype'),
	url('/fonts/EngraversMT.woff') format('woff'),
	url('/fonts/EngraversMT.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}

html {
	min-height:100%;
	position:relative;
}

body {
	
}

#app-background {
	position:fixed;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	box-sizing:border-box;
	padding-top:50px;
    background-color:#000000;
}

#app-background-image {
	width:50%;
	height:100%;
	margin-left:50%;
	background-image:url('/img/backgrounds/home-mask.jpg');
	background-size:cover;
	opacity:0.8;
}

#app-background-image-color {
	width:50%;
	height:100%;
	position:absolute;
	right:0px;
	top:0px;
	z-index:-1;
	background-color:#FFFFFF;

}

.home-cta-row .panel.panel-default,
.home-cta-row .panel.panel-default .panel-body { 
	/*ensure uniform column height*/
	min-height:150px;
	position:relative;
	
}

.home-cta-row .panel.panel-default .panel-body a {
	width:calc(100% - 30px);
	position:absolute;
	left:15px;
	bottom:15px;
}

#app>.container>.row.member-levels-rows:last-of-type .panel.panel-default,
.member-levels-rows .panel {
	border-color:#000000;
	border-width:0px;
	overflow:hidden;
	border-radius:4px;
	padding-bottom:0px;
}

.member-levels-rows .panel-body {
	padding-top:0px;
	padding-bottom:0px;
}

.member-level-row {
	/*padding:5px 0px;*/
	/*padding-top:5px;*/
	border-width:0px 0px 5px;
	border-style:solid;
	border-image: linear-gradient(-270deg,#534220,#9b7f41 15%,#9e7c38 41%,#edcf7d) 1;
}

.member-level-image img {
	opacity:0; /*use img to set height*/
	
}
	
.member-level-image {
	border-style:solid;
	border-width:0px;

}	

.member-level-text {
	padding-top:10px;
}

.member-level-text h3 {
	margin:0px 0px 7px;
	box-sizing:border-box;
	padding-left:10px;
	padding-bottom:3px;
	font-size:28px;
	border-bottom:1px solid #FFFFFF;
	font-family: Times New Roman,Times,serif;
    font-style: italic;	
}
	
	
	
.member-level-text h5 {
	margin:0px 0px 4px;
	font-family: Times New Roman,Times,serif;
    font-style: italic;	
	font-size:12px;
	width:100%;
	text-align:right;
}	

.member-level-text ul {
	margin:10px 0px 0px 0px;
	padding-left:30px;
}

.member-level-text ul ul{
    padding-left:20px;
	margin:0px;
}
	
.member-level-row.image-left .member-level-image {
	border-left-width:5px;
	border-color:#554421 !important;	
}	

.member-level-row.image-right .member-level-image {
	border-right-width:5px;
	border-color:#edcf7d !important;	
}
	
.member-level-image {
	background-position:center center;
	background-size:cover;
}

.member-level-row-1 {
	border-top-width:5px;
}

.member-level-row-1,
.member-level-row-1 .member-level-image {
	background-color:#f2f2f2;
	border-color:#f2f2f2;
	color:#000000;
}



@media (max-width: 991px) {
	.member-level-image {
		display:none;
	}

}

.member-level-row-1 .member-level-text h3 {
	border-bottom:1px solid #000000;
}

.member-level-row-2,
.member-level-row-2 .member-level-image {
	background-color:#9ca4ae;
	border-color:#9ca4ae;
	background-color:#7d838b;
	border-color:#7d838b;	
	color:#FFFFFF;
}

.member-level-row-3,
.member-level-row-3 .member-level-image {
	background-color:#231f20;
	border-color:#231f20;
	color:#FFFFFF;
}

.member-level-row-4,
.member-level-row-4 .member-level-image {
	background-color:#ef4136;
	border-color:#ef4136;
	color:#FFFFFF;
}

.member-level-row-5,
.member-level-row-5 .member-level-image {
	background-color:#9b7f41;
	border-color:#9b7f41;
	color:#FFFFFF;
}

#app>.container>.row:last-of-type .panel.panel-default {
	border-bottom-left-radius:25px;
	border-bottom-right-radius:25px;
	padding-bottom:5px;	
	
}

.logo-row .topper-wrapper {
	position:relative;
}

.logo-row .panel.panel-default {
	position:absolute;
	left:0px;
	bottom:0px;
	width:100%;
	margin:0px;
	height:50%;
	z-index:0;	
	border-bottom:0px;
	border-top-left-radius:100%;
	border-top-right-radius:100%;
	border-bottom-left-radius:0px;
	border-bottom-right-radius:0px;
	color:transparent;
	overflow:hidden;
}

.logo-row .logo-wrapper {
	position:absolute;
	left:0px;
	bottom:0px;
	width:100%; 
	margin:0px;
	height:100%; 
	z-index:50;
	
}

.logo-row img.logo-image {
	max-width:400px;
	width:100%;
	display:block;
	margin:0px auto;
	z-index:50;	
}


.logo-row img.logo-image.row-sizer {
	opacity:0;
}

.logo-row-follower .panel.panel-default {
	border-top:0px;
	border-top-left-radius:0px;
	border-top-right-radius:0px;
}


*.foil-underline,
.logo-row-follower .panel.panel-default h1 {
	margin-top:0px;
	border-image: linear-gradient(-270deg,#534220,#9b7f41 15%,#9e7c38 41%,#edcf7d 82%,#534220) 1;
	border-bottom-width: 3px;
	border-bottom-style: solid;	
}

.navbar {
	min-height: 60px;
}

.navbar-inverse {
	border-image: linear-gradient(-270deg,#534220,#9b7f41 15%,#9e7c38 41%,#edcf7d 82%,#534220) 1;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
}

#app {
	margin-top:100px;
	padding-bottom:395px;
	position:relative;
}

.navbar-brand {
    padding: 4px 15px;
    font-family: "Engravers MT";
    text-transform: uppercase;
    font-size: 32px;
}

.navbar-brand > img {
    display: inline-block;
}

@media (min-width: 768px) {
    .navbar-nav > li > a {
        padding-top: 19px;
        padding-bottom: 14px;
    }
}

.btn-book-now {
	text-transform: uppercase;
	background-image: url("/img/book-now-btn-bg.svg");
	background-position: 0% 50%;
	background-repeat: no-repeat;
}









/*borrowed from community, kept seperate*/

body footer {
	position: absolute;
	bottom:0px;
	left:0px;
    width: 100%;
	padding-bottom:20px;
}


body footer,
body footer .footer-inner-bottom {
    background-color: #FFFFFF;
}

body footer .footer-logo {
	width:65px;
	height:80px;
	margin:0px auto;
	padding:50px 0px;
	display:block;
	clear:both;
	background-image: url(/img/mermaids-logo-black.svg);
    background-repeat: no-repeat;
    background-position: center center;
	box-sizing:content-box;

}

body footer .footer-highlight{
	border-top: 1px solid #a78540;
    border-bottom: 1px solid #a78540;
}

body footer .footer-highlight,
body footer .footer-text {
	display:table;	
	vertical-align:top;
	width:100%;
	max-width:1170px;
	margin:0px auto;
	padding-left:15px;
	padding-right:15px;
	box-sizing:border-box;	
}

body footer .footer-text {
	min-height:40px;
}

body footer #switch-mode {
	display:none;
}

body footer .subscribe-wrapper,
body footer .social-wrapper,
body footer .menu-wrapper,
body footer .phone-wrapper {
	height:100%;
	display:table-cell;
	vertical-align:top;
	width:33.3%;
	
}

body footer .menu-wrapper,
body footer .subscribe-wrapper {
	width:66.7%;
}

body footer .phone-wrapper {
	text-align:right;
	padding:10px 0px;
	height:100%;
	box-sizing:border-box;
}

footer .footer-phone {
    color: #a78540;
    display: block;
    text-decoration: none;
}



body footer .social-links {
	list-style-type:none;
	margin:0px;
	text-align:right;
	font-size:0px;
	display:block;
}

body footer .social-links li {
	font-size:0px;
	width:32px;
	height:32px;
	padding:0px;
	box-sizing:content-box;
	margin:15px 0px 15px 30px;
	/*background-color:#a78540;*/
	background-position:center center;
	background-repeat:no-repeat;
	display:inline-block;
	
}

body footer .social-links li a {
	display:block;
	width:100%;
	height:100%;
}

body footer .social-links li.facebook {
	background-image:url('/img/icon-facebook.svg');
}


body footer .social-links li.twitter {
	background-image:url('/img/icon-twitter.svg');	
}


body footer .social-links li.youtube {
	background-image:url('/img/icon-youtube.svg');	
}


body footer .social-links li.instagram {
	background-image:url('/img/icon-instagram.svg');
}

footer .newsletter-form {
    padding: 15px 0;
}

body footer .newsletter-form .form-group {
	display:inline-block;
}

body footer .newsletter-form label {
    font-style: italic;
    margin-right: 20px;
	display:inline-block;
	max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;	
}

body footer .newsletter-form #email-signup {
    border-radius: 0;
    border: 1px solid #a78540;
	border-right-width:0px;
    display: inline-block;
    width: auto;
    vertical-align: middle;

	width:175px;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    background-color: #fff;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;	
}




body footer .newsletter-form .btn-submit {
    color: #fff;
    background: #eb2027;
	
    background: #ba211c;
    background: -moz-linear-gradient(top, #ba211c 0%, #cf2e2b 100%);
    background: -webkit-linear-gradient(top, #ba211c 0%,#cf2e2b 100%);
    background: linear-gradient(to bottom, #ba211c 0%,#cf2e2b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ba211c', endColorstr='#cf2e2b',GradientType=0 );	
	
    border: 1px solid #eb2027;
	border-left-width:0px;
    text-transform: uppercase;
    margin-left: -5px;
    padding-left: 20px;
	
	height:34px;
	min-width:110px;
	position:relative;
	
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;

    white-space: nowrap;
    padding: 6px 12px 6px 24px;
    font-size: 14px;
    line-height: 1.428571429;
    border-radius: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;	
	
}

body footer .newsletter-form .btn-submit:before {
    width: 0px;
    height: 0px;
    content: " ";
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-right: 8px solid transparent;
    border-left: 8px solid #FFFFFF;
    position: absolute;
    left: 0px;
    top: 0px;
    display: block;
}

body footer .newsletter-form .btn-submit:focus,
body footer .newsletter-form .btn-submit:active {
	outline:0;
		
}

body footer .footer-menu {
	list-style-type:none;
	margin:0px;
	height:100%;
}

body footer .footer-menu li {
	display:inline-block;
	margin-right:30px;
	padding:10px 0px;
	height:100%;
	box-sizin:border-box;
}

body footer .footer-menu li a {
	color: #a78540;
    text-decoration: none;
    display: block;
}

body footer .footer-menu li a:hover {
	text-decoration:none;
}

body footer .footer-inner-bottom {
	padding:0px;
}

body footer .copyright {
    color: #999;
    font-size: .857em;
}

body footer .copyright a {
    color: #ccc;
	transition: all .2s linear;
}

body footer .copyright a:focus, 
body footer .copyright a:hover {
    color: #70592b;
    text-decoration: underline;
}



















.rr-pre-checkin-container {
	width:100%;
	margin:30px auto;
	padding:10px 20px 20px;
	border:1px solid black;
	box-sizing:border-box;
	border-radius:10px;
	    font-family: verdana,helvetica,arial,sans-serif;
	background:rgba(255,255,255,0.4);
}

.rr-option-spacer {
	width: 100%;
	background: transparent;
	height: 1px;
	clear:both;
	display: block;
}

.rr-flash {
	width: 600px;
	text-align: center;
	margin: 10px auto;
	vertical-align: middle;
	background-color: rgba(0, 179, 203, 0.51);
	border: 1px solid black;
	line-height: 31px;
	font-size: 14px;
	border-radius: 10px;
}

.rr-flash:empty {
	display: none;
}


.rr-pre-checkin-sub-form {
	width:100%;
	height:auto;
	box-sizing:border-box;
	display:block;
	margin-bottom:0px;
}

form button.btn.btn-primary,
form button.btn.btn-default {
	width:100%;
}

form#rr-add-gifts-form .rr-pre-checkin-sub-form  {
	position:absolute;
	top:0px;
	left:0px;
	opacity:0;
	z-index:-10;
}

form#rr-add-gifts-form .rr-pre-checkin-sub-form button.form-control.rr-pre-checkin-prev,
form#rr-add-gifts-form .rr-pre-checkin-sub-form button.form-control.rr-pre-checkin-next,
form#rr-add-gifts-form .rr-pre-checkin-sub-form button.form-control.rr-submit {
	width:calc(50% - 10px);
	display:block;
	box-sizing:border-box;
}

form#rr-add-gifts-form .rr-pre-checkin-sub-form button.form-control.rr-pre-checkin-next,
form#rr-add-gifts-form .rr-pre-checkin-sub-form button.form-control.rr-submit  {
	position:absolute;
	width:calc(50% - 30px);
	right:20px;
	bottom:20px;
}

form#rr-add-gifts-form .rr-pre-checkin-sub-form[data-rr-gift-group-id="1"] button.form-control.rr-pre-checkin-next {
	position:relative;
	width:100%;
	right:auto;
	bottom:auto;	
}


.rr-pre-checkin-sub-form  .form-group.rr-static {
	
	margin-bottom:0px;
}

.rr-pre-checkin-sub-form-wrapper {
	position:relative;
	width:100%;
	margin-bottom:0px;
	
	/*padding:10px 20px 20px;
	border:1px solid black;
	border-radius:10px;*/
	
}

form#rr-add-gifts-form .rr-pre-checkin-sub-form {
	padding:10px 20px 20px;
	border:1px solid black;
	border-radius:10px;
}

.rr-pre-checkin-sub-form-wrapper > label {
	display:none;
}

form#rr-add-gifts-form .rr-pre-checkin-sub-form-wrapper[data-rr-pre-checkin-step="1"] .rr-pre-checkin-sub-form[data-rr-pre-checkin-step="1"] {
	position:relative;
}

form#rr-add-gifts-form .rr-pre-checkin-sub-form-wrapper[data-rr-pre-checkin-step="1"] .rr-pre-checkin-sub-form[data-rr-pre-checkin-step="1"],
form#rr-add-gifts-form .rr-pre-checkin-sub-form-wrapper[data-rr-pre-checkin-step="2"] .rr-pre-checkin-sub-form[data-rr-pre-checkin-step="2"],
form#rr-add-gifts-form .rr-pre-checkin-sub-form-wrapper[data-rr-pre-checkin-step="3"] .rr-pre-checkin-sub-form[data-rr-pre-checkin-step="3"],
form#rr-add-gifts-form .rr-pre-checkin-sub-form-wrapper[data-rr-pre-checkin-step="4"] .rr-pre-checkin-sub-form[data-rr-pre-checkin-step="4"],
form#rr-add-gifts-form .rr-pre-checkin-sub-form-wrapper[data-rr-pre-checkin-step="5"] .rr-pre-checkin-sub-form[data-rr-pre-checkin-step="5"],
form#rr-add-gifts-form .rr-pre-checkin-sub-form-wrapper[data-rr-pre-checkin-step="6"] .rr-pre-checkin-sub-form[data-rr-pre-checkin-step="6"],
form#rr-add-gifts-form .rr-pre-checkin-sub-form-wrapper[data-rr-pre-checkin-step="7"] .rr-pre-checkin-sub-form[data-rr-pre-checkin-step="7"],
form#rr-add-gifts-form .rr-pre-checkin-sub-form-wrapper[data-rr-pre-checkin-step="8"] .rr-pre-checkin-sub-form[data-rr-pre-checkin-step="8"],
form#rr-add-gifts-form .rr-pre-checkin-sub-form-wrapper[data-rr-pre-checkin-step="9"] .rr-pre-checkin-sub-form[data-rr-pre-checkin-step="9"],
form#rr-add-gifts-form .rr-pre-checkin-sub-form-wrapper[data-rr-pre-checkin-step="10"] .rr-pre-checkin-sub-form[data-rr-pre-checkin-step="10"],
form#rr-add-gifts-form .rr-pre-checkin-sub-form-wrapper[data-rr-pre-checkin-step="11"] .rr-pre-checkin-sub-form[data-rr-pre-checkin-step="11"],
form#rr-add-gifts-form .rr-pre-checkin-sub-form-wrapper[data-rr-pre-checkin-step="12"] .rr-pre-checkin-sub-form[data-rr-pre-checkin-step="12"],
form#rr-add-gifts-form .rr-pre-checkin-sub-form-wrapper[data-rr-pre-checkin-step="13"] .rr-pre-checkin-sub-form[data-rr-pre-checkin-step="13"],
form#rr-add-gifts-form .rr-pre-checkin-sub-form-wrapper[data-rr-pre-checkin-step="14"] .rr-pre-checkin-sub-form[data-rr-pre-checkin-step="14"],
form#rr-add-gifts-form .rr-pre-checkin-sub-form-wrapper[data-rr-pre-checkin-step="15"] .rr-pre-checkin-sub-form[data-rr-pre-checkin-step="15"] {
	opacity:1;
	z-index:10;
}

.rr-pre-checkin-sub-form.rr-pre-checkin-form {
	display:block;
	
}

.form-group.radio .control-label:first-of-type,
.form-group.checkbox .control-label:first-of-type {

    width: 100%;
    opacity: 0;
    height: 1px;
    min-height: 1px;
    display: block;	
	
}

.form-control-static {
	display:none;
}

.form-group.rr-gift-group-description label {
	display:none;
}

.form-group.rr-gift-group-description .form-control-static {
	display:block;
}

.form-group .rr-detail {
	width:100%;
	padding-left:30px;
	box-sizing:border-box;
}





.form-group.radio input, 
.form-group.checkbox input {
	display:inline-block;
	width:25px;
	text-align:right;
}
 
.form-group.radio label, 
.form-group.checkbox label {
	display:inline-block;
	width:620px;
}  

form > .rr-form-head label,
form > .rr-pre-checkin-sub-form > label:first-of-type, h2 {
	font-size:30px;
	border-bottom:1px solid black;
	width:100%;
	display:block;
	margin-bottom:10px;
	padding-bottom:3px;
	
}

form > .rr-pre-checkin-sub-form > label.control-label:first-of-type {
	display:none;
}





.rr-pre-checkin-sub-form .rr-detail {
	display:none;	
}

.rr-pre-checkin-sub-form[data-rr-max-count="0"] .rr-detail {
	display:block;
	
}

.text-danger,
.rr-text-danger {
	color:red;
	width:100%;
	height:40px;
	margin:0px;
	padding:5px;
	display:block;
	background:#ffffff;
	border:1px solid red;
	border-radius:5px;
	text-align:center;
	box-sizing: border-box;
    line-height: 30px;	
	
}


.rr-pre-checkin-form-container form {
	height:550px;
	position:relative;
	
}

.rr-pre-checkin-form-container p {
	margin-bottom:9px;
}

.rr-pre-checkin-user-container p {
	margin-bottom:10px;
	text-align:center;
}	



.rr-pre-checkin-form-container form > .form-group .form-group {
	position:relative;
}



.rr-pre-checkin-form-container form .form-group.rr-form-description,
.rr-pre-checkin-form-container form .form-group.rr-form-description  label,
.rr-pre-checkin-form-container form > .form-group .form-group.rr-gift-group-description label,
.rr-pre-checkin-form-container form > .form-group .form-group.rr-gift-group-description {
	width:100% !important;
	margin:0px 0px 15px;
	text-align:left !important;
	display:block;
	font-size:14px;
}

p.rr-note,
label p.rr-note  {
	font-size:11px;
	opacity:0.65;
}

p.rr-note:hover,
label p.rr-note:hover  {
	opacity:1;
}

.rr-pre-checkin-form-container button {
	width:49%;
	height:40px;
	margin:0px;
	padding:0px;
	border:0px;
	cursor:pointer;
	position:absolute;
	bottom:0px;
	right:auto;
	left:auto;
	background:#605c55;
	color:#FFFFFF;
	text-transform:uppercase;
	font-size:16px;
}

.rr-pre-checkin-form-container button:hover {
	background: #00b3cb;
	
}

.rr-pre-checkin-form-container button.rr-pre-checkin-prev {
	left:0px;
}

.rr-pre-checkin-form-container button.rr-pre-checkin-next,
.rr-pre-checkin-form-container button.rr-submit {
	right:0px;
}

.rr-pre-checkin-form-container select,
.rr-pre-checkin-form-container textarea,
.rr-pre-checkin-form-container input {
	border:1px solid #cccccc;
	box-sizing:border-box;
	padding:3px;
	
}



/*---------0----------*/

/*
.rr-pre-checkin-form > .form-group {
	width:60%;
	margin:0px 0px 10px 15%;
}

.rr-pre-checkin-form .form-group label,
.rr-pre-checkin-form .form-group input {
	width:45%;
	display:inline-block;
}

.rr-pre-checkin-form .form-group label {
	text-align:right;
	width:50%;
}
*/


/*---------1----------*/

/*
.form-group.rr-gift-group-1 > .form-group {
	width:40%;
	margin:0px auto;
}

.form-group.rr-gift-group-1 > .form-group label,
.form-group.rr-gift-group-1 > .form-group input {
	display:inline-block;
}

.form-group.rr-gift-group-1 > .form-group label {
	width:80%;
}
*/


/*---------2----------*/


/*
.form-group.rr-gift-group-2 .form-group.rr-detail {
	padding:0px;
	
}

.form-group.rr-gift-group-2 .form-group.rr-detail > label:first-child,
.form-group.rr-gift-group-2  .rr-static {
	display:none;
}

.form-group.rr-gift-group-2 > .form-group {
	width:55%;
	margin:0px 0px 0px 30%;
}


.form-group.rr-gift-group-2 > .form-group label,
.form-group.rr-gift-group-2 > .form-group input {
	display:inline-block;
	width:5%;
}

.form-group.rr-gift-group-2 > .form-group input {
}

.form-group.rr-gift-group-2 > .form-group label {
	width:85%;
}
*/

/*---------3----------*/

/*
.form-group.rr-gift-group-3 > .form-group {
	width:60%;
	margin:0px 30% 10px 10%;
}

.form-group.rr-gift-group-3  > .form-group.rr-static {
	margin:0px auto 10px;
	display:none;
}

.form-group.rr-gift-group-3  > .form-group.rr-static label {
	width:100%;
	display:block;
	margin:0px;
	text-align:center;
}

.form-group.rr-gift-group-3 .form-group label,
.form-group.rr-gift-group-3 .form-group input {
	width:45%;
	display:inline-block;
}

.form-group.rr-gift-group-3 .form-group label {
	text-align:right;
	width:50%;
}

*/

/*---------4----------*/

/*
.form-group.rr-gift-group-4 > .form-group {
	width:40%;
	margin:0px auto;
}



.form-group.rr-gift-group-4 > .form-group label,
.form-group.rr-gift-group-4 > .form-group input {
	display:inline-block;
		
}

.form-group.rr-gift-group-4 > .form-group label {
	width:70%;
}

.form-group.rr-gift-group-4 >  .form-group.rr-detail.text {
	width:60%;
	margin:0px 0% 10px 32%;
	padding-left:0px;
}

.form-group.rr-gift-group-4 >  .form-group.rr-detail.text label,
.form-group.rr-gift-group-4 >  .form-group.rr-detail.text input {
	width:45%;
	display:inline-block;
}

.form-group.rr-gift-group-4 >  .form-group.rr-detail.text label {
	text-align:right;
	width:10%;
}

*/

.form-group.rr-pre-checkin-sub-form.rr-pre-checkin-comment-form textarea {
	width:100%;
	box-sizing:border-box;
}

.rr-pre-checkin-confirmation h2:first-of-type {
	margin-top:10px;
}

.rr-pre-checkin-confirmation h2 {
	width:80%;
	display:block;
	font-size:18px;
	border-bottom:1px solid #555;
	margin-top:20px;
}

.rr-pre-checkin-confirmation h4 {
	margin:5px 0px;
	font-size:14px;
	font-weight:bold;
}

.rr-pre-checkin-confirmation .rr-gift-detail {
	padding-left:20px;
}

.rr-pre-checkin-confirmation ul {
	margin:0px 0px 15px;
}

.rr-pre-checkin-confirmation li  {
	list-style-type:disc;
		margin-left:25px;	
}


.rr-pre-checkin-sub-form.rr-pre-checkin-form {
    /*display: none;*/
}

/*.form-group.rr-pre-checkin-sub-form.rr-pre-checkin-comment-form {*/
.form-group.rr-pre-checkin-sub-form.rr-gift-group-form.rr-gift-group-1 {
	/*display:block;*/
}

.rr-qualifier-text {
	line-height: 26px;
}

.rr-qualifier-text span {
	font-size: 20px;
	color: #239b00;
}

.rr-qualifier-text span:last-of-type {
	color: #eb2027;
}













