<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/************************************************************************************
BUTTONS
*************************************************************************************/
.btn-join-today {
    width:100%;
    max-width:230px;
    border: 1px solid #fff;
    background-color: #a0ce4e;
    background-image: -moz-linear-gradient(top, #a0ce4e, #a0ce4e);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#a0ce4e), to(#a0ce4e));
    background-image: -webkit-linear-gradient(top, #a0ce4e, #a0ce4e);
    background-image: -o-linear-gradient(top, #a0ce4e, #a0ce4e);
    background-image: linear-gradient(to bottom, #a0ce4e, #a0ce4e);
    background-repeat: repeat-x;
    font-size: 20px;
    font-weight: normal;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    padding: 5px 15px 5px 15px;
    margin: 0;
    display: block;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
.btn-join-today:hover, .btn-join-today:focus, .btn-join-today:active, .btn-join-today.active, .btn-join-today.disabled, .btn-join-today[disabled] {
	background-color: #a95214;
}
.btn-join-today:active, .btn-join-today.active {
	background-color: #a0ce4e;
}
.btn-activate {
	border: 1px solid #fff;
	background-color: #a0ce4e;
	background-image: -moz-linear-gradient(top, #a0ce4e, #a0ce4e);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#a0ce4e), to(#a0ce4e));
	background-image: -webkit-linear-gradient(top, #a0ce4e, #a0ce4e);
	background-image: -o-linear-gradient(top, #a0ce4e, #a0ce4e);
	background-image: linear-gradient(to bottom, #a0ce4e, #a0ce4e);
	background-repeat: repeat-x;
	font-size: 24px;
	font-weight: bold;
	color: #ffffff;
	text-transform: uppercase;
	text-align: center;
	padding: 10px 30px 10px 30px;
	margin: 20px 0 0px 0;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
.btn-activate:hover, .btn-activate:focus, .btn-activate:active, .btn-activate.active, .btn-jactivate.disabled, .btn-activate[disabled] {
	background-color: #a95214;
}
.btn-activate:active, .btn-activate.active {
	background-color: #a0ce4e;
}
.btn-main {
	border: 1px solid #fff;
	background-color: #a0ce4e;
	background-image: -moz-linear-gradient(top, #a0ce4e, #a0ce4e);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#a0ce4e), to(#a0ce4e));
	background-image: -webkit-linear-gradient(top, #a0ce4e, #a0ce4e);
	background-image: -o-linear-gradient(top, #a0ce4e, #a0ce4e);
	background-image: linear-gradient(to bottom, #a0ce4e, #a0ce4e);
	background-repeat: repeat-x;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	text-transform: uppercase;
	text-align: center;
	padding: 10px 20px 10px 20px;
	margin: 20px 0 0px 0;
	display: block;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
.btn-main:hover, .btn-main:focus, .btn-main:active, .btn-main.active, .btn-main.disabled, .btn-main[disabled] {
	background-color: #a95214;
}
.btn-main:active, .btn-main.active {
	background-color: #a0ce4e;
}
.btn-small {
	border: 1px solid #fff;
	background-color: #a0ce4e;
	background-image: -moz-linear-gradient(top, #a0ce4e, #a0ce4e);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#a0ce4e), to(#a0ce4e));
	background-image: -webkit-linear-gradient(top, #a0ce4e, #a0ce4e);
	background-image: -o-linear-gradient(top, #a0ce4e, #a0ce4e);
	background-image: linear-gradient(to bottom, #a0ce4e, #a0ce4e);
	background-repeat: repeat-x;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-transform: uppercase;
	text-align: center;
	padding: 5px 18px 5px 18px;
	margin: 3px 0px 3px 0px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
.btn-small:hover, .btn-small:focus, .btn-small:active, .btn-small.active, .btn-small.disabled, .btn-small[disabled] {
	background-color: #a95214;
}
.btn-small:active, .btn-small.active {
	background-color: #a0ce4e;
}
.btn {
	font-size: 12px;
	font-weight: normal;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.btn-primary {
	color: #ffffff;
	text-shadow: 0 0px 0 rgba(0, 0, 0, 0);
	background-color: #97c03b;
 *background-color: #97c03b;
	background-image: -moz-linear-gradient(top, #97c03b, #627e27);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#97c03b), to(#97c03b));
	background-image: -webkit-linear-gradient(top, #97c03b, #627e27);
	background-image: -o-linear-gradient(top, #97c03b, #627e27);
	background-image: linear-gradient(to bottom, #97c03b, #627e27);
	background-repeat: repeat-x;
	border-color: #da4567;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff97c03b', endColorstr='#ff97c03b', GradientType=0);
 filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	border: 1px solid #627e27;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	color: #ffffff;
	background-color: #97c03b;
 *background-color: #003bb3;
}
.btn-primary:active, .btn-primary.active {
	background-color: #0033999;
}
.btn-large {
	padding: 8px 20px 5px;
	font-size: 17px;
	font-weight: normal;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	line-height: 22px;
}
.btn-large-plus {
	color: #c2e476;
	font-style: italic;
	font-weight: normal;
}
.btn-large-second-size {
	font-size: 18px;
}
.btn-click-here {
	font-size: 10px;
	color: #97c03b;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 14px;
}
.btn-right {
	float: right;
}
.btn-left {
	float: left;
}
.btn-responsive-submit {
	padding: 3px 10px 3px 10px;
	color: #224E8D;
	text-shadow: 0 0px 0 rgba(0, 0, 0, 0);
	background-color: #ffcba2;
 *background-color: #ffcba2;
	background-image: -moz-linear-gradient(top, #ffcba2, #ffcba2);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffcba2), to(#ffcba2));
	background-image: -webkit-linear-gradient(top, #ffcba2, #ffcba2);
	background-image: -o-linear-gradient(top, #ffcba2, #ffcba2);
	background-image: linear-gradient(to bottom, #ffcba2, #ffcba2);
	background-repeat: repeat-x;
	border-color: #FFF;
	border: 1px solid #FFF;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
.btn-responsive-submit:hover, .btn-responsive-submit:focus, .btn-responsive-submit:active, .btn-responsive-submit.active, .btn-responsive-submit.disabled, .btn-responsive-submit[disabled] {
	color: #ffffff;
	background-color: #97c03b;
 *background-color: #003bb3;
}
.btn-responsive-submit:active, .btn-responsive-submit.active {
	background-color: #0033999;
}
/* media queries - custom stuff apart from the grids
============================================ */

@media (max-width: 767px) {
/*m*/

}
 @media (max-width: 650px) {
/*m1*/

}
 @media (max-width: 550px) {
/*m2*/

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