@charset "utf-8";
/* CSS Document */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
a:link {
  text-decoration: underline
}
a:visited {
  text-decoration: underline
}
a:hover {
  text-decoration: underline;
  color: #FF0000;
}
a:active {
  text-decoration: none
}
h1, h2, h3 {
  font-weight: 400;
}
body {
  background-color: #555F00;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}
img {
  max-width: 100%;
  height: auto;
}
li {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-variant: normal;
  color: #5063CD;
}
label {
  display: inline-block;
}
.Header {
  max-width: 1024px;
  margin: 0 auto;
  text-align: center;
  background-color: #beb77e;
  border-top: 4px solid #555F00;
  border-bottom: 6px solid #555F00;
  margin-bottom: 2px;
}
.HomePg {
  max-width: 1024px;
  margin: 0 auto;
  text-align: center;
  background-color: #beb77e;
  border-top: 15px solid #555F00;
  border-bottom: 15px solid #555F00;
  margin-bottom: 2px;
}
.HPTopBar {
  display: grid;
  grid-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 50%;
}
.HPTBLeft {
  grid-row: 1;
  grid-column: 1;
  margin-top: 10px;
  margin-left: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  filter: drop-shadow(0 0 10px #0008);
}
.HPTBRight {
  grid-row: 1;
  grid-column: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}
.Footer {
  max-width: 1024px;
  margin: 0 auto;
  text-align: center;
  background-color: #beb77e;
  margin-bottom: 10px;
}
.FLeft {
  float: left;
  margin-top: 5px;
  width: 25%;
}
.FCenter {
  float: inherit;
  width: 50%;
}
.FRight {
  float: right;
  margin-top: 5px;
  width: 25%;
}
.loggedin {
  line-height: 25px;
  float: inherit;
  align-content: center
}
.IRight {
  float: right;
  margin-top: 5px;
}
.UText {
  line-height: 25px;
}
.responsiveCal {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden;
}
.responsiveCal iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.login form .msg, .register form .msg, .actreg form .msg, .msg {
  padding: 0 0px;
  width: 100%;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  color: #FF0000;
}
.White:link {
  text-decoration: none;
  color: #FFFFFF
}
.White:hover {
  text-decoration: underline
}
.Image:link {
  text-decoration: none;
  color: #000000
}
.Image:hover {
  text-decoration: underline
}
.List:link {
  text-decoration: underline
}
.List:visited {
  text-decoration: underline
}
.List:hover {
  color: #FF0000
}
.List:active {
  text-decoration: none
}
.Narrow {
  display: none;
  visibility: hidden;
}
.adult_pos {
  display: none;
}
.scout_pos {
  display: table-row;
}
.badge:after {
  content: attr(value);
  font-size: 12px;
  color: #fff;
  background: red;
  border-radius: 50%;
  padding: 0 5px;
  position: relative;
  left: -8px;
  top: -10px;
  opacity: 0.9;
}
.custom-button {
  background-color: #EDDE88;
  color: black;
  border-radius: 25px;
  border-style: outset;
  border-color: #555F00;
  height: 30px;
  width: 150px;
  font-size: 18px;
  font-weight: bolder;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  text-shadow: none;
}
.form-button {
  background-color: #784C3B;
  -webkit-background-color: #784C3B;
  -moz-background-color: #784C3B;
  color: #F8C553;
  -webkit-color: #F8C553;
  -moz-color: #F8C553;
  border-radius: 25px;
  border-style: outset;
  border-color: #555F00;
  -weblit-border-color: #555F00;
  -moz-border-color: #555F00;
  height: 30px;
  width: 150px;
  font-size: 16px;
  font-weight: bolder;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  text-shadow: none;
}
.large-form-button {
  background-color: #784C3B;
  -webkit-background-color: #784C3B;
  -moz-background-color: #784C3B;
  color: #F8C553;
  -webkit-color: #F8C553;
  -moz-color: #F8C553;
  border-radius: 25px;
  border-style: outset;
  border-color: #555F00;
  -weblit-border-color: #555F00;
  -moz-border-color: #555F00;
  height: 30px;
  width: 250px;
  font-size: 16px;
  font-weight: bolder;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  text-shadow: none;
}
.large-custom-button {
  background-color: #EDDE88;
  color: black;
  border-radius: 25px;
  border-style: outset;
  border-color: #555F00;
  height: 30px;
  width: 250px;
  font-size: 18px;
  font-weight: bolder;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  text-shadow: none;
}
.interior-custom-button {
  background-color: white;
  color: black;
  border-radius: 25px;
  border-style: outset;
  border-color: #555F00;
  height: 30px;
  width: 250px;
  font-size: 18px;
  font-weight: bolder;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  text-shadow: none;
}
.custom-button:hover {
  background-color: #555F00;
}
.basicTable {
  border-collapse: collapse;
}
.hoverTable {
  border-collapse: collapse;
}
/* Define the hover highlight color for the table row */
.hoverTable tr:hover {
  background-color: #555F00;
}
.pagination {
  list-style-type: none;
  padding: 4px 0;
  display: inline-flex;
  justify-content: space-between;
  box-sizing: border-box;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-variant: normal;
  color: #000000;
  font-weight: bold;
}
.pagination li {
  box-sizing: border-box;
  padding-right: 8px;
}
.pagination li a {
  box-sizing: border-box;
  background-color: #EDDE88;
  border-style: outset;
  border-color: #555F00;
  padding: 6px;
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
  color: #000000;
  border-radius: 4px;
}
.pagination li a:hover {
  background-color: #d4dada;
}
.pagination .next a, .pagination .prev a {
  text-transform: uppercase;
  font-size: 12px;
}
.pagination .currentpage a {
  background-color: #518acb;
  color: #fff;
}
.pagination .currentpage a:hover {
  background-color: #518acb;
}
.loader {
  width: 50px;
  aspect-ratio: 1;
  border-radius: 50%;
  padding: 6px;
  background: conic-gradient(from 135deg at top, currentColor 90deg, #0000 0) 0 calc(50% - 4px)/17px 8.5px, radial-gradient(farthest-side at bottom left, #0000 calc(100% - 6px), currentColor calc(100% - 5px) 99%, #0000) top right/50% 50% content-box content-box, radial-gradient(farthest-side at top, #0000 calc(100% - 6px), currentColor calc(100% - 5px) 99%, #0000) bottom /100% 50% content-box content-box;
  background-repeat: no-repeat;
  animation: l11 1s infinite linear;
}
@keyframes l11 {
  100% {
    transform: rotate(1turn)
  }
}
.banimg {
  display: block;
  margin: auto;
  width: 50%;
}
.container {
  background-color: #EDDE88;
  padding: 5px;
}
.col-30 {
  float: left;
  width: 30%;
  text-align: right;
  padding-right: 10px;
  line-height: 1;
}
.col-50L {
  float: left;
  width: 50%;
  align-items: center;
  padding-right: 10px;
  margin-bottom: -12px;
}
.col-50R {
  float: left;
  width: 50%;
  line-height: 1;
}
.col-70 {
  float: left;
  width: 70%;
  line-height: 1;
}
.row:after {
  content: "";
  display: table;
  clear: both;
  padding-bottom: 5px;
}
@media print {
  TABLE.noprint, DIV.noprint {
    display: none
  }
}
@media screen and (max-width: 500px) {
  .Wide {
    display: none !important;
  }
  .Narrow {
    display: block;
    visibility: visible;
  }
}
@media screen and (max-width:500px) {
  .col-30, .col-50L, .col-50R, .col-70 {
    width: 100%;
    margin-top: 0;
  }
  .col-30 {
    text-align: left;
    padding-right: 0;
  }
  .col-50L {
    text-align: left;
    padding-right: 0;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 750px) {
  .SmScr {
    display: none;
  }
  #MtgMsg {
    display: none;
  }
  table {
    width: 95%
  }
}
@-webkit-keyframes colors {
  0% {
    stroke: #4285F4;
  }
  25% {
    stroke: #DE3E35;
  }
  50% {
    stroke: #F7C223;
  }
  75% {
    stroke: #1B9A59;
  }
  100% {
    stroke: #4285F4;
  }
}
@keyframes colors {
  0% {
    stroke: #4285F4;
  }
  25% {
    stroke: #DE3E35;
  }
  50% {
    stroke: #F7C223;
  }
  75% {
    stroke: #1B9A59;
  }
  100% {
    stroke: #4285F4;
  }
}
@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 187;
  }
  50% {
    stroke-dashoffset: 46.75;
    transform: rotate(135deg);
  }
  100% {
    stroke-dashoffset: 187;
    transform: rotate(450deg);
  }
}
@keyframes dash {
  0% {
    stroke-dashoffset: 187;
  }
  50% {
    stroke-dashoffset: 46.75;
    transform: rotate(135deg);
  }
  100% {
    stroke-dashoffset: 187;
    transform: rotate(450deg);
  }
}
/* Fonts  */
.Black-12 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-variant: normal;
  color: #000000;
}
.Black-14 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-variant: normal;
  color: #000000;
}
.Black-16 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-variant: normal;
  color: #000000;
}
.Black-18 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-variant: normal;
  color: #000000;
}
.Black-20 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-variant: normal;
  color: #000000;
}
.Olive-12 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-variant: normal;
  color: #555F00;
}
.Olive-14 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-variant: normal;
  color: #555F00;
}
.Olive-16 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-variant: normal;
  color: #555F00;
}
.Olive-18 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-variant: normal;
  color: #555F00;
}
.Olive-Head {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 30px;
  font-style: normal;
  font-variant: normal;
  color: #555F00;
}
.T480Olive {
  color: #555F00;
  font-weight: bold
}
.Bold-Black-10 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-style: normal;
  font-variant: normal;
  color: #000000;
  font-weight: bold;
}
.Bold-Black-12 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-variant: normal;
  color: #000000;
  font-weight: bold;
}
.Bold-Black-14 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-variant: normal;
  color: #000000;
  font-weight: bold;
}
.Bold-Black-16 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-variant: normal;
  color: #000000;
  font-weight: bold;
}
.Comic {
  font-family: "Comic Sans MS", "Comic Sans", "Times New Roman";
  font-size: 16px;
  color: #555F00;
}
.Comic-18 {
  font-family: "Comic Sans MS", "Comic Sans", "Times New Roman";
  font-size: 18px;
  color: #555F00;
}
.Comic-24 {
  font-family: "Comic Sans MS";
  font-size: 24px;
  color: #555F00;
}
.Comic-Bold-UL-Head {
  font-family: "Comic Sans MS";
  font-size: 24px;
  font-style: normal;
  font-weight: bold;
  text-decoration: underline;
  color: #000000;
}
.Comic-Bold-Head {
  font-family: "Comic Sans MS";
  font-size: 24px;
  font-style: normal;
  font-weight: bold;
  color: #000000;
}
.Comic-UL {
  font-family: "Comic Sans MS", "Comic Sans", "Times New Roman";
  font-size: 16px;
  color: #555F00;
  text-align: left;
  text-decoration: underline;
}
.Olive-14 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #555F00;
}
.Olive-14-UL {
  font-family: Arial;
  font-size: 14px;
  font-weight: bold;
  color: #555F00;
  text-decoration: underline;
}
.Olive-16 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #555F00;
}
.Olive-16-UL {
  font-family: Arial;
  font-size: 16px;
  font-weight: bold;
  color: #555F00;
  text-decoration: underline;
}
.White-12 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-variant: normal;
  color: #FFFFFF;
}
.White-14 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  font-variant: normal;
  color: #FFFFFF;
}
.Red-10 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-style: normal;
  color: #FF0000;
}
.Red-12 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-style: normal;
  color: #FF0000;
}
.Red-14 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-style: normal;
  color: #FF0000;
}
.Red-16 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-style: normal;
  color: #FF0000;
}
.Red-18 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-style: normal;
  color: #FF0000;
}
.Red-20 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-style: normal;
  color: #FF0000;
}
.Red-24 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-style: normal;
  color: #FF0000;
}
.Red-Italic-12 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-style: italic;
  font-weight: bold;
  color: #FF0000;
}
.Sm-Black-Caps {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: bold;
  font-variant: small-caps;
  color: #000000;
}
.Times-Bold-18 {
  font-family: "Times New Roman", Times, serif;
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
  color: #000000;
}
.Times-Bold-Olive-10 {
  font-family: "Times New Roman", Times, serif;
  font-size: 10px;
  font-style: normal;
  font-weight: bold;
  color: #555F00;
}
.Times-Bold-Olive-12 {
  font-family: "Times New Roman", Times, serif;
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
  color: #555F00;
}
.Times-Bold-Olive-14 {
  font-family: "Times New Roman", Times, serif;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  color: #555F00;
}
.Times-Bold-Olive-16 {
  font-family: "Times New Roman", Times, serif;
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  color: #555F00;
}
.Times-Bold-Olive-18 {
  font-family: "Times New Roman", Times, serif;
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
  color: #555F00;
}
.Times-Bold-Olive-24 {
  font-family: "Times New Roman", Times, serif;
  font-size: 24px;
  font-style: normal;
  font-weight: bold;
  color: #555F00;
}