.custom-popover {
  --bs-popover-max-width: 300px;
  --bs-popover-border-color: #000;
  --bs-popover-body-padding-x: 1rem;
  --bs-popover-body-padding-y: .5rem;
  --bs-popover-bg: #333;
  --bs-popover-body-color: #fff;
  --bs-popover-border-radius: 0;
  --bs-popover-border-color: #009603;
  --bs-popover-border-width: 4px;
}
.table-sm-mobile td, .table-sm-mobile th {
  padding: 0.25rem 0.5rem;
}
@media all and (min-width: 992px) {
  .table-sm-mobile td, .table-sm-mobile th {
      padding: 0.5rem;
  }
}
body {
    font: 0.9rem/2 var(--bs-font-sans-serif);
  }
  div.tox-promotion,
  div.tox-statusbar__right-container {
    display: none !important;
  }
  .tox .tox-toolbar__group:last-child {
    margin-left: auto !important;
  }
  .border-dashed {
    border-style: dashed !important;
  }
  /* Home-box highlights: reproduce the old list-unstyled look regardless of the
     sanitized markup (the sanitizer strips classes from edited content). */
  .highlights ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
  }
  .badge-danger { background-color: #dc3545; }

  .container-faq h3 {
    margin-bottom: 10px;
    line-height: 25px;
    color: #008a03;
    font-size: 1.25rem;
  }
  .container-faq h3:nth-of-type(odd) {
    color: #df0000;
}
.container-faq h3:not(:first-child) {
  margin-top: 35px;
}
.responsive-lead {
  font-size: 1rem!important;
}
h4.responsive-park-title {
  font-size: calc(1rem + .3vw);
}

.fixture-score {
  width: 22ch;
}
.fixture-hoverable:hover {
  background-color: #f8f9fa!important;
}

@media all and (max-width: 575.98px) {
  .league-table {
    font-size: .85rem;
  }

  .league-table-hide-col {
    display: none !important;
  }
}
@media all and (max-width: 767.99px) {
  .fixtures-hide-col {
    display: none !important;
  }
}
@media all and (max-width: 575.98px) {
a.responsive-park-link {
  font-size: 0.85rem;
  line-height: 1.25rem;
}
}
@media all and (min-width: 768px) {

.responsive-lead {
  font-size: 1.25rem!important;
}
h4.responsive-park-title {
  font-size: calc(1.275rem + .3vw);
}

}

.site-logo {
width: 100px;
z-index: 1000;
}
@media all and (min-width: 768px) {
.site-logo {
width: 160px;
}
}
@media all and (min-width: 992px) {
.site-logo {
width: 220px;
}
}
@media all and (min-width: 1200px) {
.site-logo {
width: 220px;
}
}
.site-header {
height: 80px;

position: fixed;
left: 0;
width: 100%;
z-index: 2;
border-bottom: 2px solid #009603;
background-color: #005e02;
background-image: linear-gradient(rgba(0, 166, 4, 0.8), rgba(0, 166, 4, 0));

}
@media all and (min-width: 768px) {
.site-header {
height: 140px;
}
}
@media all and (min-width: 992px) {
.site-header {
height: 180px;
position:relative;
}
}
#menu-main-ext a {
text-decoration: none;
text-transform: uppercase;
color: #fff;
font-family: 'Open Sans Condensed', sans-serif;
font-size: 1.5rem;
padding-left: 1rem;
padding-right: 1rem;
padding-top:0;
padding-bottom:0;
text-align:center;
/*
font-size: 26px;

line-height: 30px;
display: block;
padding: 5px 15px;*/
}
@media (min-width: 992px) {
#menu-main-ext a {
font-size: 1.5rem;
padding-top: 0.5rem;
padding-bottom: 0.5rem;
text-align: left;
}
}

#menu-main-ext a:hover {
color: yellow;
}

#menu-main-ext .dropdown-menu-jb {
color: #dee2e6;
/*background-color: #005e02;*/
background-color: #007603;
border-color: #009603;

}
#menu-main-ext .dropdown-menu-jb a {
font-size: 1.2rem;
}
#menu-main-ext .dropdown-menu-jb .dropdown-item:focus, #menu-main-ext .dropdown-menu-jb .dropdown-item:hover {
color: #fff;
background-color: hsla(0,0%,100%,.15);
background-image: var(--bs-gradient);
}

@media (max-width: 991.98px) {
.offcanvas-collapse {
position: fixed;
top: 140px;
bottom: 0;
left: 100%;
width: 100%;
padding-right: 1rem;
padding-left: 1rem;
overflow-y: auto;
visibility: hidden;
background-color: #343a40;
transition: transform .3s ease-in-out, visibility .3s ease-in-out;
}
.offcanvas-collapse.open {
visibility: visible;
transform: translateX(-100%);
}
.navbar-toggler-icon {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, .9' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;

}
}
.page-content {
margin-top: 80px;
}
@media (max-width: 767.98px) {
.offcanvas-collapse {
top: 80px; /* Height of navbar */
}
}
.hero-title {
color: #fff;
font-size: 30px;
line-height: 40px;
text-transform: uppercase;
font-weight: bold;
font-family: 'Open Sans Condensed', sans-serif;

}
.hero {

background: #000;
border-bottom: 2px solid #aaa;
/*overflow: hidden;*/
position: relative;
height: 160px;
}



@media all and (min-width: 450px) {
.hero-title {
font-size: 30px;
line-height: 40px;
}
} 

/* md */
@media all and (min-width: 768px) {
.hero {
margin-top: 0px;
height: 220px;

}
.page-content {
margin-top: 140px;
}
.hero-title {

font-size: 50px;
line-height: 60px;
}
}
/* lg */
@media all and (min-width: 992px) {

.page-content {

margin-top: 0;
}
.hero {
height: 240px;
}
}


/* xl */
@media all and (min-width: 1200px) {
.hero-title {
font-size: 80px;
line-height: 100px;
}
.hero {

height: 320px;

}
}

.dob select.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  
}
.dob select.form-control:not(:last-child) {
  margin-right: 0.8rem;
}

.dob > .sr-only { display: none; }