html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}

/* Buzzards Site specific */

main li {
  list-style-type: none
}

main li:before {
  content: "\0025cf   "
}

ol {
  margin: 0;
  padding: 0
}

table {
  border-spacing: 0;
  border-collapse: collapse;
  margin-right: auto
}

table td, table th {
  cellpadding:1pt;
  border-style:solid;
  border-width:1pt;
  padding: 5pt 5pt 5pt 5pt;
}

.center {
  margin-bottom:0pt;
  padding-top: 0pt;
  padding-bottom: 0pt;
  text-align: center
}

.footer {
  font-size: 10pt;
  font-style: italic;
  text-align:center
}

p {
  margin: 0;
  margin-bottom:10pt;
}

h1 {
  padding-top: 20pt;
  padding-bottom: 6pt;
  color: #1c4587;
  font-weight: 400;
  font-size: 20pt;
  font-family: "Arial";
  line-height: 1.15;
  page-break-after: avoid;
  orphans: 2;
  widows: 2;
  text-align: left
}

h2 {
  padding-top: 18pt;
  color: #1c4587;
  font-size: 16pt;
  padding-bottom: 6pt;
  font-family: "Arial";
  line-height: 1.15;
  page-break-after: avoid;
  orphans: 2;
  widows: 2;
  text-align: left
}


body {
  color: #000000;
  font-size: 11pt;
  font-family: "Arial";
  max-width: 540pt;
  margin: 0 auto;
}


ul {
  padding: 0;
  margin: 0
}

li {
  margin-left: 36pt;
  padding-left: 0pt
}

li:before{
  margin-left: -18pt;
  display: inline-block;
  min-width: 18pt
}


.bold {
  font-weight: 700
}

.responsive-calendar-container {
  position: relative;
  padding-bottom: 75%; /* Aspect ratio: adjust as needed */
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.responsive-calendar-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}