<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

/***Header Stuff***/




div.concierge-info h1,
div.concierge-info .section-title {
	color:#00549e;
	font-size:25px;
}

div.concierge-info .section-title {
	clear: none;
	font-weight: 500;
	margin-top: 33px;
}

div.concierge-info h2 {
	color:#12284c;
	font-size:18px;
	font-weight:400;
}


/***Memberships Table***/

div.concierge-info table.memberships {
	width:100%;	
}

div.concierge-info table.memberships th {
	padding:0;
	width:256px;
	text-align:center;
}

div.concierge-info table.memberships th.card info {
	display:block;
	margin:0;
}

div.concierge-info table.memberships td.overview {
	font-size:11px;
	font-weight:bold;
	padding:10px 8px;
}

div.concierge-info table.memberships th.center-column {
}

div.concierge-info table.memberships td.benefits {	
	padding:8px;
	vertical-align:top;
	-moz-border-radius-bottomleft:15px;
	-webkit-border-radius-bottomleft:15px;
	border-bottom-left-radius:15px;
	-moz-border-radius-bottomright:15px;
	-webkit-border-radius-bottomright:15px;
	border-bottom-right-radius:15px;
}

div.concierge-info table.memberships td ul {
	margin:0;
	padding:0 0 0 20px;
}

div.concierge-info-in {
	padding: 0 20px 10px 20px;
}

div.concierge-info table.memberships td ul li {
	font-size:12px;
	margin:0 0 8px 0;
}

div.concierge-info table.memberships td.center-column {
	background-color:#c8e1a7;	
}


/***Membership Level Example***/
div.concierge-example {
	padding:15px;
	background-color:#e6f2d7;
	width: 75%;
	margin: 0 auto 20px auto;
	border-radius: 10px;
}

div.concierge-example table {
	margin:8px;
}

div.concierge-example table td.total {
	border-top:1px solid #000000;	
}

/***Footer***/

div.concierge-info div.footer {
	padding:10px 0 10px 0;
	background-color:#94ba65;
	color:#12284c;
	text-align:center;
	color:#FFFFFF;
	font-weight:bold;
	font-size:16px;
}

div.concierge-info div.footer span {
	font-size:20px;	
}

.perknew {
	background-image:url('https://media.bransontourismcenter.com/images/btc/concierge/perk_new.gif');
	background-repeat: no-repeat;
	background-position: bottom right;
}

.perkholder {
	border: 1px solid #e3e3e3;
	padding: 0px 10px 5px 10px;
	border-bottom: 6px solid #94BA65;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	float: left;
	width: 200px;
	height: 240px;
	margin-right: 20px;
	margin-bottom: 20px;
}

.perkholder:hover {
	background-color: #f7f7f7;
	border-bottom: 6px solid #00549E;
}


.perkholderwide {
	border: 1px solid #e3e3e3;
	padding: 0px 10px 5px 10px;
	border-bottom: 6px solid #94BA65;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	float: left;
	width: 680px;
	height: 240px;
	margin-right: 20px;
	margin-bottom: 20px;
}

.perkholderwide:hover {
	background-color: #f7f7f7;
	border-bottom: 6px solid #00549E;
}

.estimatedvalue {
	width: 670px;
	padding: 15px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	background-color:#94BA65;
	text-align: center;
	margin-bottom: 20px;
}

.estimatedvalue p {
	font-weight: bold;
	font-size: 27px;
	margin: 0;
	text-shadow: 0em 0.1em #6b8d42
}

/* Concierge */

.concierge-bbox {
	background-color: #1360a5;
	border-radius: 10px;
	padding: 10px;
	margin-bottom: 10px;
background: rgb(73,155,234); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(73,155,234,1) 0%, rgba(0,84,158,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(73,155,234,1)), color-stop(100%,rgba(0,84,158,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(73,155,234,1) 0%,rgba(0,84,158,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(73,155,234,1) 0%,rgba(0,84,158,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(73,155,234,1) 0%,rgba(0,84,158,1) 100%); /* IE10+ */
background: linear-gradient(top,  rgba(73,155,234,1) 0%,rgba(0,84,158,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#499bea', endColorstr='#00549e',GradientType=0 ); /* IE6-9 */
}

.concierge-gbox{
	border-radius: 10px;
	width: 325px;
	float: left;
	height: 100px;
	padding: 10px;
	margin-bottom: 10px;
	color: white;
background: rgb(251,232,80); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(251,232,80,1) 1%, rgba(234,187,9,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(251,232,80,1)), color-stop(100%,rgba(234,187,9,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(251,232,80,1) 1%,rgba(234,187,9,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(251,232,80,1) 1%,rgba(234,187,9,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(251,232,80,1) 1%,rgba(234,187,9,1) 100%); /* IE10+ */
background: linear-gradient(top,  rgba(251,232,80,1) 1%,rgba(234,187,9,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbe850', endColorstr='#eabb09',GradientType=0 ); /* IE6-9 */
}

.concierge-pbox {
	border-radius: 10px;
	width: 325px;
	float: left;
	height: 100px;
	padding: 10px;
	margin-bottom: 10px;
	color: white;
background: rgb(226,226,226); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(181,181,181,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(226,226,226,1)), color-stop(50%,rgba(219,219,219,1)), color-stop(51%,rgba(209,209,209,1)), color-stop(100%,rgba(181,181,181,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(181,181,181,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(181,181,181,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(181,181,181,1) 100%); /* IE10+ */
background: linear-gradient(top,  rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(181,181,181,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#b5b5b5',GradientType=0 ); /* IE6-9 */
}

.concierge-bbox .first, .concierge-gbox .first, .concierge-pbox .first {
	margin-right: 15px;
}


.concierge-pbox {
	background-color: #f1f1f1;
	overflow: hidden;
	padding: 5px 10px 10px 13px;
	border-radius: 20px;
}

.concierge-gbox {
	background-color: #fff;
	overflow: hidden;
	padding: 5px 10px 10px 13px;
	border-radius: 20px;
}

.concierge-bbox {
	background-color: #f1f1f1;
	overflow: hidden;
	padding: 5px 10px 10px 13px;
	border-radius: 20px;
}
</pre></body></html>