/* Mobile */
@media only screen and (max-width: 640px) {}

/* Global */
html {
  background-color: #ffffff;
  background-image: none; 
}
body { font-family: 'Open Sans',sans-serif; }

/* Header */
header#page_header #header_bg { background: none; }
header#page_header nav#user_nav {
  background-color: #ffffff;
  color: #000000;
  text-shadow: none;
}
header#page_header nav#user_nav a {
  color: #000000 !important;
  text-shadow: none;

}
header#page_header nav#user_nav ul li:first-child {
  border-right-color: #000000;
}

/* Hero */
header#page_header a#logo { display: inline-block; }
header#page_header #hero {}
header#page_header #hero a#logo { background: none; box-shadow: none; }
header#page_header #hero a#logo img {}

/* Main Content */
#main_content {
  max-width: 1000px;
  margin-bottom: 6em;
}
nav.breadcrumbs { background-color: #000000; }
#main_content section#package_select { 
  background-color: #ed1c24;
  border: 2px solid #000000;
}
#datepicker .ui-widget-header {
  background-color: #1a61a0;
  background-image: none;
  border: 2px solid #000000;
}
#main_content footer.main-actions {}

/* Footer */
footer#page_footer {}
#PrivacyPolicy a {}

/* Buttons */
button.btn-success, input[type="button"].btn-success, input[type="submit"].btn-success, input[type="reset"].btn-success, .btn.btn-success, .table tbody tr td.is-actions a.btn-success, table tbody tr td.is-actions a.btn-success, form fieldset.dark-button-select input[type='radio']+label.btn-success, form fieldset.dark-button-select input[type='radio']+legend.btn-success, #main_content fieldset.time-picker input[type='radio']+label.btn-success, #main_content fieldset.time-picker form fieldset.dark-button-select input[type='radio']+legend.btn-success, form fieldset.dark-button-select #main_content fieldset.time-picker input[type='radio']+legend.btn-success, #main_content form#guest_form fieldset input[type='radio']+label.btn-success, #main_content form#guest_form fieldset.dark-button-select input[type='radio']+legend.btn-success, body.authentication a#account_create {
  background-color: #1a61a0;
  background-image: none;
  font-family: 'Open Sans', sans-serif;
}

button.btn-success:hover, button.btn-success:active, button.btn-success.active, input[type="button"].btn-success:hover, input[type="button"].btn-success:active, input[type="button"].btn-success.active, input[type="submit"].btn-success:hover, input[type="submit"].btn-success:active, input[type="submit"].btn-success.active, input[type="reset"].btn-success:hover, input[type="reset"].btn-success:active, input[type="reset"].btn-success.active, .btn.btn-success:hover, .table tbody tr td.is-actions a.btn-success:hover, table tbody tr td.is-actions a.btn-success:hover, form fieldset.dark-button-select input[type='radio']+label.btn-success:hover, form fieldset.dark-button-select input[type='radio']+legend.btn-success:hover, #main_content fieldset.time-picker input[type='radio']+label.btn-success:hover, #main_content fieldset.time-picker form fieldset.dark-button-select input[type='radio']+legend.btn-success:hover, form fieldset.dark-button-select #main_content fieldset.time-picker input[type='radio']+legend.btn-success:hover, #main_content form#guest_form fieldset input[type='radio']+label.btn-success:hover, #main_content form#guest_form fieldset.dark-button-select input[type='radio']+legend.btn-success:hover, body.authentication a#account_create:hover, .btn.btn-success:active, .table tbody tr td.is-actions a.btn-success:active, table tbody tr td.is-actions a.btn-success:active, form fieldset.dark-button-select input[type='radio']+label.btn-success:active, form fieldset.dark-button-select input[type='radio']+legend.btn-success:active, #main_content fieldset.time-picker input[type='radio']+label.btn-success:active, #main_content fieldset.time-picker form fieldset.dark-button-select input[type='radio']+legend.btn-success:active, form fieldset.dark-button-select #main_content fieldset.time-picker input[type='radio']+legend.btn-success:active, #main_content form#guest_form fieldset input[type='radio']+label.btn-success:active, #main_content form#guest_form fieldset.dark-button-select input[type='radio']+legend.btn-success:active, body.authentication a#account_create:active, .btn.btn-success.active, .table tbody tr td.is-actions a.btn-success.active, table tbody tr td.is-actions a.btn-success.active, form fieldset.dark-button-select input[type='radio']+label.btn-success.active, form fieldset.dark-button-select input[type='radio']+legend.btn-success.active, #main_content fieldset.time-picker input[type='radio']+label.btn-success.active, #main_content fieldset.time-picker form fieldset.dark-button-select input[type='radio']+legend.btn-success.active, form fieldset.dark-button-select #main_content fieldset.time-picker input[type='radio']+legend.btn-success.active, #main_content form#guest_form fieldset input[type='radio']+label.btn-success.active, #main_content form#guest_form fieldset.dark-button-select input[type='radio']+legend.btn-success.active, body.authentication a.active#account_create {
  background-color: #ed1c24;
  background-image: none;
  font-family: 'Open Sans', sans-serif;
}

/* Removing the "Book an Event" and "Purchase from Store" buttons */
div.consumer_actions
{
display: none
}

/* Removing the type selector for Customer Emails */
div.emailsel.ObmField
{
display: none;
}
