body {
  background-color: #000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: .95em;
  margin: 0px auto;
  padding: 10px;
  width: 100%;
}

h1 {
  color: #444;
  font-size: 1.5em;
  font-weight: normal;
  padding: 0;
}

h2 {
  color: #444;
  font-size: 1.4em;
  font-weight: normal;
  line-height: 1.6em;
  margin: 20px 0px 0px 0px;
  padding: 0;
}

h3 {
  color: #444;
  font-size: 1.1em;
  font-weight: normal;
  line-height: 1.6em;
  margin: 12px 0px 0px 0px;
  padding: 0px;
}

img {
  max-width: 100%;
  height: auto;
}

.title {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  color: #444;
  font-size: 2.6em;
  font-weight: 300;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 4px;
  letter-spacing: 2px;
  line-height: .8em;
}

.title a {
  color: #444;
  text-decoration: none;
}

.title a:hover {
  color: #666;
  text-decoration: none;
}

.container {
  max-width: 800px;
  padding: 60px;
  background-color: rgba(255, 255, 255, .9);
  border: 1px solid #000;
  border-radius: 80px;
  min-height: 85vh;
}

.header {
  display: flex;
  align-items: center;
}

.nav {
  display: inline-block;
  vertical-align: bottom;
  margin-left: 0px;
}

#content {
  margin-left: 10px;
}

li {
  margin-bottom: 10px;
  margin-left: -6px;
  line-height: 1.25em;
}

a {
  color: #44a;
  text-decoration: none;
}

a:hover {
  color: #000;
  text-decoration: underline;
}

textarea {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 1em;
  background-color: #fafaff;
  border: 1px solid #aaa;
  padding: 4px;
  width: 100%;
}

select {
  background-color: #fafafa;
  border: 1px solid #aaa;
}

select {
  background-color: #fafafa;
  border: 1px solid #aaa;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 1em;
  width: 14ch;
}

select:focus {
  background-color: #fff;
}

textarea:focus {
  background-color: #fff;
}

input {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 1.0em;
  background-color: #f8f8ff;
  border: 1px solid #aaa;
  padding: 4px;
}

input:focus {
  background-color: #ffffff;
}

input[type="submit"] {
  background: #aca;
  border: 1px solid #888;
  padding: 5px 10px;
  font-size: 1em;
  border-radius: 4px;
}

input[type="submit"]:hover {
  background-color: #aba;
}

button {
  background: #aca;
  border: 1px solid #888;
  padding: 5px 10px;
  font-size: 1em;
  border-radius: 4px;
}

.email {
  width: 32ch;
}

.emailx {
  display: none;
}

fieldset {
  border: 1px solid #888;
  background-color: #fafafa;
  padding: 20px;
  margin-bottom: 20px;
}

.advantages {
  color: #484;
}

.choice-image {
  max-width: 100%;
  height: auto;
}

.choices_nav {
  font-size: .9em;
}

.grid-container {
  width: fit-content;
  display: grid;
  grid-gap: 0px;
}

.wrapper {
  display: inline-grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  border: 1px solid #888;
  grid-gap: 1px;
  background-color: #888;
}

.wrapper>div {
  padding: 5px;
}

.right {
  text-align: right;
}

.blue {
  background-color: #bbc;
}

.green {
  background-color: #bcb;
}

.gray {
  background-color: #bbb;;
}

.red {
  background-color: #cbb;;
}

.white {
  background-color: #fff;
}

.other {
  background-color: #bcc;
}

.warning {
  color: #a44;
}

.bold {
  font-weight: 600;
}

.notice {
  font-size: .9em;
  color: #888;
}

.suggestion {
  width: 100%;
  height: 200px;
}

table {
  width: 100%;
  border-collapse: collapse;
}

table a {
  text-decoration: none;
  color: blue;
}

table a:hover {
  text-decoration: underline;
}

td {
  padding: 8px;
  text-align: left;
  border: 1px solid #bbb;
}

td a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
}

tr:nth-child(odd) {
  background-color: #f4f4ff;
  /* Alternate color for odd rows */
}

tr:nth-child(even) {
  background-color: #f4faf4;
  /* Alternate color for even rows */
}

tr:hover {
  background-color: #fff;
  /* Hover state color */
}

.td-number {
  background-color: #ddd;
  text-align: right;
}

.search {
  width: 10ch;
  background: #aca;
  border: none;
}

/* NAVIGATION MENU */
.menu {
  /* Background color for entire menu */
  background: #aca;
  border: 1px solid #888;
}

.menu ul {
  list-style: none;
  margin: 0;
  padding: 0px;
}

.menu li {
  display: inline-block;
  position: relative;
  margin-bottom: 0px;
  margin-left: 0px;
}

.menu li a,
.has-submenu-label {
  display: block;
  padding: 4px;
  color: #333;
  text-decoration: none;
}

/* Background color of item on hover */
.menu li:hover>a {
  background-color: #aba;
  transition: background-color 0.25s ease;
}

/* Submenu position and left properties are now controlled in @media breakpoints */
.menu .submenu {
  display: none;
  top: 100%;
  /* Color of sub-menu background */
  background: #eee;
}

.menu .submenu li {
  border-right: none;
  display: block;
}

.menu .submenu li a {
  padding: 10px 10px;
  color: #444;
  text-decoration: none;
}

.menu .submenu li:hover>a {
  background: #ddf;
}

/* Menu toggles (checkboxes) should never be displayed; they just store menu state */
.hidden-menu-toggle,
.hidden-submenu-toggle {
  display: none;
}

* {
  box-sizing: border-box;
}

.logo {
  max-width: 60px;
  max-height: 60px;
}

.hamburger-menu-icon {
  width: 32px;
  height: 32px;
  margin-top: 8px;
}

/* The hamburger menu should disappear by default in desktop mode. */
#hamburger-menu-label {
  display: none;
}

.has-submenu.active .submenu {
  display: block;
}

.mini-nav {
  display: flex;
  font-size: .9em;
}

.box {
  width: fit-content;
  height: fit-content;
  padding: 4px 8px 4px 4px;
  background-color: #aba;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.25s ease;
}

.box:hover {
  background-color: #aba;
}

.box a {
  color: #000000;
  text-decoration: none;
}

/* No bullets on menu items */
nav ul {
  list-style-type: none;
}

.hidden-submenu-toggle:checked~.submenu {
  display: block;
}

.hidden-submenu-toggle:not(:checked)~.submenu {
  display: none;
}

#headquarters-photo {
  width: 100%;
  height: auto;
}

.accordion {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 1em;
  text-decoration: underline;
  color: #444;
  cursor: pointer;
  padding: 4px;
  width: fit-content;
  outline: none;
}

.active,
.accordion:hover {
  background-color: #aba;
}

.panel {
  margin-top: 6px;
  padding: 8px;
  display: none;
  background-color: #eef;
  font-size: 1em;
  width: fit-content;
  border: 1px solid #888;
}

/* Small devices */
@media only screen and (max-width: 744px) {

  body {
    margin: 0;
    width: 100%;
    font-size: .95em;
    background-color: #000;
    background-image: none;
  }

  .container {
    border-radius: 40px;
    padding: 20px 10px;
    border: none;
    font-size: 1em;
    margin: 10px;
  }

  .home-anchor,
  .logo {
    width: 60px;
    height: 60px;
  }

  .title {
    font-size: 2.5em;
  }

  nav {
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0;
  }

  h1,
  h2 {
    margin: 10px 0px 0px 0px;
  }

  td {
    padding: 4px;
  }

  .mini-nav {
    font-size: .9em;
  }

  .suggestion {
    width: 100%;
    height: 150px;
  }

  .bottom_padding {
    margin-bottom: 40px;
  }

  input[type="checkbox"]:not(:checked)+.menu {
    display: none;
  }

  #hamburger-menu-label {
    text-align: left;
    display: block;
    padding: 0px;
    line-height: 1.5em;
    align-self: center;
  }

  nav ul {
    display: block;
  }

  nav ul li {
    margin-bottom: 0;
    width: 100%;
    text-align: left;
    padding: 0px;
  }

  .submenu {
    position: relative;
    left: 10px;
    width: 60%
  }

  .nav {
    margin-left: 4px;
  }

  .header {
    margin-bottom: 10px;
    position: relative;
    align-items: start;
  }

  .form-label {
    margin-bottom: 5px;
  }

  .form-field {
    display: flex;
    flex-direction: column;
    margin-bottom: 12px;
  }

  .email {
    width: 24ch;
  }

  .small-hidden {
    display: none;
  }

}

/* Medium and large devices */
@media only screen and (min-width: 745px) {

  body {
    width: 100%;
  }

  .container {
    padding: 60px;
    margin: 0px;
  }

  .home-anchor,
  .logo {
    width: 60px;
    height: 60px;
  }

  .nav {
    margin-left: 10px;
  }

  .header {
    margin-bottom: 15px;
  }

  h1,
  h2 {
    margin: 20px 0px 0px 0px;
  }

  .bottom_padding {
    margin-bottom: 60px;
  }

  .choices_padding {
    margin-bottom: 700px;
  }

  /* Switch to the desktop-style menu */

  .menu .has-submenu:hover .submenu {
    display: block;
  }

  #hamburger-menu-label {
    display: none;
  }

  .menu .submenu {
    position: absolute;
    left: 0px;
  }

  .form-label {
    margin-bottom: 6px;
  }

  .form-field {
    display: flex;
    flex-direction: row;
    margin-bottom: 12px;
  }

}