:root {
  /* #26381e 1265c4*/
  --primary-color: #c23b0e;
  --primary-color-text: #ffffff;
  --secondary-color: #585858;
  --secondary-color-text: #ffffff;
  --success-color: #78af6a;
  --success-color-text: #ffffff;
  --warning-color: #a7680b;
  --warning-color-text: #ffffff;
  --danger-color: #b86565;
  --danger-color-text: #ffffff;
  --info-color: #95c5ec;
  --info-color-text: #585858;
}

.picker__frame {
  width: 450px !important;
  max-width: 24.3125rem !important;
}

#site_navigation {
  background-color: var(--primary-color) !important;
  -webkit-box-shadow: 0 8px 6px -6px #000;
  -moz-box-shadow: 0 8px 6px -6px #000;
  box-shadow: 0 8px 6px -6px #000;
  font-size: 16px;
}

#site_navigation a {
  font-family: "Roboto", sans-serif;
}

main {
  z-index: 1 !important;
}

#footerBox {
  background: var(--primary-color) !important;
  border-top: 2px solid #666;
}

.picker__box .picker__header .picker__date-display {
  background-color: var(--primary-color) !important;
}

table.borderless td,
#contact {
  z-index: 11 !important;
}

.datebox {
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

#confTerms {
  position: fixed;
  top: 80px;
  z-index: 999999;
}
#confTerms .alert {
  padding: 0px;
  background-color: #fff;
}
#confTerms .close {
  margin-right: 10px !important;
  top: 4px;
}
#confTerms p {
  text-align: center;
  padding: 0px;
}

.is-wrapper p a {
  color: #0a3f20;
  font-weight: 500;
}

.hidden {
  display: none;
}

a {
  text-decoration: none !important;
}

.picker__box .picker__table .picker--focused,
.picker__box .picker__table .picker__day--selected,
.picker__box .picker__table .picker__day--selected:hover {
  background-color: var(--primary-color) !important;
}
@media (max-width: 991px) {
  .navbar-nav {
    flex-direction: column !important;
    display: flex;
    justify-content: center; /*centers items on the line (the x-axis by default)*/
    align-items: center; /*centers items on the cross-axis (y by default)*/
  }
}
.navbar-toggler {
  color: #fff !important;
}
