@CHARSET "ISO-8859-1";

a {
	color: #DEBB00;
}

a:hover, a:focus {
	color: #AD9200;
}

.eventColorText { color: #DEBB00; }

.header-bg {height:560px;}
.event-date {width:245px;height:auto;color: #000;}

.event-date > a {
	color:#000;
	border-color: #000;
}

input[type="submit"],
*[type="button"], button{
	background: #DEBB00;
	color:#000;
	border: 0;
}

input[type="submit"]:hover,
*[type="button"]:hover, button:hover {
	background-color: #AD9200;
	border-color: #AD9200;
	color: #303030;
}


input[type="submit"].secondary, input[type="button"].secondary {
	border: solid 2px #DEBB00;
	color: #DEBB00;
}

input[type="submit"].secondary:hover, input[type="button"].secondary:hover {
    background: none;
    color:#AD9200;
    border: solid 2px #AD9200;
}

.cube-conversion.text-white, .cube-product .text-white {
	color: rgb(48,48,48);
}
