<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.tahoe label {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
    font-weight: bold;
    margin-bottom: 5px;
    color: #777;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    line-height: 1.42857;
}

.tahoe input[type=checkbox].css-checkbox {
	position: absolute; 
    overflow: hidden; 
    clip: rect(0 0 0 0); 
    height:1px; 
    width:1px; 
    margin:-1px; 
    padding:0;
    border:0;
}

.tahoe input[type=checkbox].css-checkbox + label.css-label {
	padding-left:20px;
	height:15px; 
	line-height:15px;
	background-repeat:no-repeat;
	background-position: 0 0;
	font-size:15px;
	vertical-align:middle;
	cursor:pointer;
}

.tahoe .css-label{
	background-image:url(images/elegant.png);
}

.tahoe input[type=checkbox].css-checkbox:checked + label.css-label {

    background-position: 0 -17px;
}

.tahoe input[type=checkbox].css-checkbox + label.css-label {
	padding-left:22px;
    height:17px; 
    display:table;
	line-height:17px;
	background-repeat:no-repeat;
	background-position: 0 0;
	font-size:15px;
	vertical-align:middle;
    cursor:pointer;
    font-weight:normal;
}

.tahoe .desc {
    color: #999999;
    display: block;
    margin-bottom: 15px;
    margin-left: 22px;
    font-size:13px;
    font-weight:normal;
}

.tahoe ul {
    margin:0;
    padding:0;
}

.tahoe {
    font-family: sans-serif;
}

.tahoe .subs-lst {
    margin-bottom:20px;
    list-style-type:none;
}

.tahoe .btn-success {
    background-color: #5CB85C;
    border-color: #4CAE4C;
    color: #FFFFFF;
}

.tahoe .btn {
   -webkit-transition: all .1s;
    -moz-transition: all .1s;
    transition: all .1s;
    position: relative;
    padding: 0 28px;
    line-height: 2.8;
    border: 0 solid transparent;
    overflow: hidden;
    font-size: 18px;
}

.tahoe .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active {
    color:#fff;
    background-color:#47a447;
    border-color:#398439;
}

.tahoe input[type="text"] {
    border-radius: 5px;
    box-shadow: 0 0 0 2px transparent, 0 1px 0 rgba(0,0,0,.08) inset;
    transition: all .3s;
    border: none;
    font-size: 16px;
    padding-left: 20px;
    display: block;
    height: 45px;
    vertical-align: middle;
    width: 100%;
    color: #555;
}

.tahoe input[type="text"]:focus{
    box-shadow: 0 0 0 2px #2BAAB1;
    outline: 0;
}

.tahoe .lc-signup-form input[type="text"] {
    margin-bottom: 15px;
}

.tahoe .ui-state-highlight {
    border: 1px solid #fcefa1; 
    background: #fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x; 
    color: #363636; 
}

.tahoe .ui-state-highlight, .tahoe .ui-state-error {
    text-align:center;
    padding:1.7em 0.7em;
    font-family: Verdana,Arial,sans-serif; 
    font-size: 1.1em;
}

.tahoe .ui-state-error {
    border: 1px solid #cd0a0a; 
    background: #fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x; 
    color: #cd0a0a;  
 }


</pre></body></html>