body {
    font-family: Arial !important;
}

body .sce-Top {
	border-bottom:5px solid #FDD475;
}
/*** Top Level Page Headers ***/
h1.ux-heading--multiregGroup.webskin-heading, .ux-heading--multiReg.webskin-heading {
    color: #64A000 !important;
}
body .ux-multiRegFilters-heading--text {
	color: #64A000 !important;
}
/** Darken color of event titles **/
body .ux-event-title-multi.webskin-heading {
	color:#333 !important;
	font-weight: bold;
}
/*** Add dropshadow to main container ***/
body #dev-main-container {
	-webkit-box-shadow: 1px 1px 90px rgba(0,0,0,0.2);
	        box-shadow: 1px 1px 90px rgba(0,0,0,0.2);
}
/*** Basic link styles ***/
body a.ux-link-generic {
	color:#64A000;
}
/*** CTA Buttons ***/
body #main-search-btn, body .ux-multireg-addToCart.btn.ux-page-btn.btn.webskin-actions, body .ux-btn-applyFilters.btn.ux-page-btn.webskin-actions, body .ux-page-btn--bottomRegister.ux-page-btn.btn.webskin-navigation {
	transition: all .5s;
}
body #main-search-btn:hover, body .ux-multireg-addToCart.btn.ux-page-btn.btn.webskin-actions:hover, body .ux-btn-applyFilters.btn.ux-page-btn.webskin-actions:hover, body .ux-page-btn--bottomRegister.ux-page-btn.btn.webskin-navigation:hover {
	background-color:#64A000 !important;
}

body .ux-page-btn, .ux-page-btn.webskin-navigation, .ux-page-btn.webskin-actions {
    border: 0;
    color: white;
    font-weight: bold !important;
}

body .ux-filter-heading--link {
    color: white !important;
    font-size: 14px !important;
    font-weight: bold !important;
    background-color: #417300 !important;
    padding: 10px !important;
}

body .ux-event-status {
    display: inline-block;
    font-size: 14px;
    background-color: #417300 !important;
    margin-left: 0px;
    color: white !important;
    max-height: none !important;
    cursor: pointer;
}

body [data-bind='text: comingSoon']:hover {
    background-color: #64A000 !important;
}

body .ux-statusIndicator {
    display: none !important;
}

body .ux-link-eventDetails {
    font-size: 12px !important;
    cursor: pointer;
    display: block;
    font-weight: bold !important;
}

body .ux-modal-eventDetails .ux-event-status-unavailable {
    display: none;
}
