<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.contact-us-title {
	text-align: center;
	text-transform: uppercase;
	font-size: 30px;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	padding-bottom: 8px;
	margin: 20px 0px;
}
.help-title {
	margin-bottom: 10px;
}

.reason-contact {
	text-align: center;
}
.reason-text {
	background-color: #e4e4e4;
	padding: 18px 0px;
	margin: 10px 0px;
	font-weight: bold;
	color: #666;
	border-radius: 10px;
}
.reason-text .fa {
	font-size: 33px;
	color: #134a8e;
}
.reason {
	display: inline-block;
	text-align: left;
	margin-left: 10px;
}
.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #134a8e;
  border-radius: 10px;
}
.reason-text:hover .overlay {
  opacity: 1;
}
.overlay-text {
	color: white;
	  font-size: 12px;
	  position: absolute;
	  top: 40%;
	  left: 35%;
	  -webkit-transform: translate(-35%, -35%);
	  -ms-transform: translate(-35%, -35%);
	  transform: translate(-35%, -35%);
	  text-align: left;
}
.connect-title {
	background: #f8f8f8;
	background: -moz-linear-gradient(top, #f8f8f8 0%, #ededed 100%);
	background: -webkit-linear-gradient(top, #f8f8f8 0%,#ededed 100%);
	background: linear-gradient(to bottom, #f8f8f8 0%,#ededed 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#ededed',GradientType=0 );
	color: #fff;
	padding: 10px;
	text-align: center;
	margin-bottom: 15px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 18px;
	color: #767676;
}
.contact-form-box .connect-title {
	margin-bottom: 0px;
}

.container-contactus {
	width: 970px;
}
.contact-form {
	padding: 10px 25px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.form-group label {
	color: #646464;
}

.phone-info {
    text-align: center;
    margin-bottom: 20px;
	font-size: 18px;
}

.phone-num {
	font-weight: bold;
}

.book-now-btn {
	text-transform: uppercase;
	font-weight: bold;
}

.website-info .btn {
	margin-bottom: 15px;
}

.website-info .btn a {
	color: #fff;
}
.thank-you-box {
	font-weight: bold;
	font-size: 16px;
	line-height: 18px;
}

.submit-btn .btn {
	padding: 12px 34px;
	margin-top: 13px;
}
.prefer-vacation {
	margin-top: 10px;
}

.captcha-box {
		text-align: left;
	}
	.submit-btn {
		text-align: right;
	}

.feedbackPanel {
	list-style: none;
	padding-left: 0px;
	margin-top: 10px;
}	
.lightboxUpperEdge, .lightboxLeftEdge, .lightboxLowerEdge, .lightboxRightEdge {
    background-image: none;
}
.height100pct td img {
	display: none;
}
#_lightbox img[src="/images/hbapp/img/dialog_box/lower_left.gif"], #_lightbox img[src="/images/hbapp/img/dialog_box/upper_left.gif"], #_lightbox img[src="/images/hbapp/img/dialog_box/upper_right.gif"], #_lightbox img[src="/images/hbapp/img/dialog_box/lower_right.gif"] {
    display: none;
}
#_dialogButton {
	display: initial !important;
}
.wicket_lightbox {
	border-radius: 10px;
    border: 4px solid #134a8e;
    padding: 12px;
}
@media (max-width: 767px) { 
	.container-contactus {
		width: 100%;
	}
	.captcha-box {
		text-align: center;
	}
	.submit-btn {
		text-align: center;
	}
}</pre></body></html>