body {
  background-color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  color: #222;
  margin: 0;
  padding: 0;
}

.topbar {
  background-color: #003366;
  padding: 0.75rem;
  display: flex;
  justify-content: center;
  gap: 1.75rem;
}

.topbar .btn {
  color: #003366;
  font-weight: 600;
  text-transform: uppercase;
  background: white;
  border: none;
  font-size: 1.25rem;
  
}
.topbar a.active {
  background-color: #003366; 
  color: #ffcc00 !important; 
  text-decoration: underline;
  border-radius: 0.25rem;
  padding: 0.5rem 1rem;
}
.bottombar a.active {
  background-color: #003366; 
  color: #ffcc00 !important; 
  text-decoration: underline;
  border-radius: 0.25rem;
  padding: 0.5rem 1rem;
}
.topbar .btn:hover,
.topbar .btn:focus {
  color: #ffcc00;
  background: none;
}

.header-image {
  width: 100%;
  overflow: hidden;
  margin-bottom: 4.5rem;
}

.header-image img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}

h1 {
  font-weight: 700;
  font-size: 3.125rem;
  margin-bottom: 1.25rem;
  color: #003366;
  text-align: center;
  text-transform: uppercase;
}


p.subtitle {
  font-size: 1.125rem;
  text-align: center;
  margin-bottom: 3.125rem;
  color: #555;
  max-width: 43.75rem;
  margin-left: auto;
  margin-right: auto;
  font-family: sans-serif;
}

.content-section {
  max-width: 62.5rem;
  margin: auto;
  color: #222;
  font-size: 1.25rem;
}

.content-section h2 {
  color: #003366;
  font-weight: bold;
  margin-top: 4.5rem;
  margin-bottom: 1.875rem;
  border-bottom: 0.25rem solid #ffcc00;
  padding-bottom: 0.9375rem;
  text-transform: uppercase;
  font-size: 1.875rem;
}

.custom-container {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
  flex-direction: column;
}

.custom-table {
  margin-top: 1.5rem;
  font-size: 1rem;
  background: #fff;
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0);
  width: 100%;
  border-collapse: collapse;
}

.custom-thead {
  background-color: #003366;
  color: #fff;
}

.custom-table th,
.custom-table td {
  vertical-align: middle;
  text-align: center;
  padding: 0.75rem;
}

.help-section {
  width: 100%;
}

details summary {
  cursor: pointer;
  font-weight: bold;
}

details[open] summary {
  color: green;
}

details p {
  padding: 0.75rem;
  background-color: #f4f4f4;
  border: 0.0625rem solid #ddd;
  border-radius: 0.375rem;
}

.custom-striped tbody tr:nth-of-type(odd) {
  background-color: #f7f7f7;
}

.content-section h3 {
  color: #003366;
  font-weight: 600;
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
  font-size: 1.875rem;
}

.content-image {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 2rem;
}

.content-image img {
  max-width: 100%;
  height: auto;
  border-radius: 0.5rem;
}

.content-image figcaption {
  margin-top: 0.5rem;
  font-size: 1rem;
  color: #444;
  max-width: 90%;
}

.bottombar {
  margin-top: 3.75rem;
  background-color: #003366;
  padding: 0.75rem;
  display: flex;
  justify-content: center;
  gap: 1.75rem;
}

.bottombar .btn {
  color: #003366;
  font-weight: 600;
  text-transform: uppercase;
  background: white;
  border: none;
  font-size: 1.25rem;
}

.video-container {
  display: flex;
  justify-content: center;
}

.formh1 {
  color: #003366;
  font-weight: bold;
  margin-top: 4.5rem;
  margin-bottom: 1.875rem;
  border-bottom: 0.25rem solid #ffcc00;
  padding-bottom: 0.9375rem;
  text-transform: uppercase;
  font-size: 1.875rem;
}

a.custom-link:link {
  color: blue;
}

a.custom-link:visited {
  color: purple;
}

body.high-contrast {
  background-color: #000 !important;
  color: #fff !important;
  font-size: 2rem !important;
  line-height: 1.75 !important;
}

body.high-contrast a {
  color: yellow !important;
  text-decoration: underline;
}

body.high-contrast a:visited {
  color: #00ffff !important;
}

body.high-contrast .topbar a,
body.high-contrast .bottombar a {
  color: black !important;
  text-decoration: underline;
}

body.high-contrast .btn,
body.high-contrast button {
  background-color: #fff !important;
  color: #000 !important;
  border: 0.1rem solid #fff !important;
  font-size: 1.25rem !important;
  font-weight: bold;
}

body.high-contrast .topbar,
body.high-contrast .bottombar,
body.high-contrast .custom-thead {
  background-color: #000000 !important;
  color: #fafafa !important;
}

body.high-contrast h1,
body.high-contrast h2,
body.high-contrast h3,
body.high-contrast p {
  color: #fff !important;
}

body.high-contrast .content-section,
body.high-contrast .custom-table {
  background-color: #111 !important;
}

body.high-contrast .custom-table,
body.high-contrast .custom-table th,
body.high-contrast .custom-table td {
  background-color: #111 !important;
  color: #fff !important;
  font-size: 1.5rem !important;
  border: 1px solid #fff !important;
}

body.high-contrast .custom-striped tbody tr:nth-of-type(odd) {
  background-color: #222 !important;
}

body.high-contrast details summary {
  color: #fff !important;
  font-size: 1.5rem !important;
  border: 2px solid #fff !important;
  padding: 10px;
  background-color: #000 !important;
}

body.high-contrast details p {
  background-color: #111 !important;
  border-color: #fff !important;
  color: #fff !important;
  font-size: 1.1rem !important;
}

body.high-contrast input,
body.high-contrast textarea,
body.high-contrast select,
body.high-contrast label {
  background-color: #000 !important;
  color: #fff !important;
  border: 2px solid #fff !important;
  font-size: 1.2rem !important;
  padding: 8px;
}

body.high-contrast .formh1 {
  color: #fff !important;
  border-color: #ffff00 !important;
}

body.high-contrast form button,
body.high-contrast form input[type="submit"] {
  background-color: #fff !important;
  color: #000 !important;
  font-weight: bold;
  font-size: 1.2rem !important;
  border: 2px solid #fff !important;
}

body.high-contrast .custom-table caption {
  color: #ffff00 !important;
  font-size: 1.25rem !important;
  font-weight: bold;
  background-color: #000 !important;
  padding: 10px;
  text-align: center;
}

body.high-contrast .content-image figcaption {
  color: #ffff00 !important;
}

.visually-hidden-focusable {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
    }

.visually-hidden-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  padding: 8px;
  background-color: #ffffcc;
  border: 1px solid #999;
  z-index: 1000;
    }

.containerform {
  background-image: url('white.jpg');
  background-size: cover;
  background-position: center;             
  background-repeat: no-repeat;
  padding: 2rem;
  border-radius: 1rem;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  color: #000000;
}
