body {
  margin: 0;
  padding: 0;
  font-family: "Helvetica", "Arial", sans-serif;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

h1, h2 {
  margin-top: 2rem;
}

p, li, span, a {
  position: relative;
  line-height: 150%;
}

header {
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 1;
  background: no-repeat url("bw_ocean2.jpg");
  background-size: 100%;
  background-position: center;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
}


.errorContent ul {
  list-style-type: none;
}

.errorContent ul ul {
  list-style-type: disc;
}

.errorContent li {
  margin: 2rem 0;
}

.errorContent li li {
  margin: 1rem 0;
}

.error {
  background: #d60000;
  height: 2rem;
  border-radius: 50%;
  width: 2rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: bold;
  font-size: 1rem;
  margin:0.25rem;
  box-shadow: 2px 2px 3px #777;
  border: 1px solid #fff;
}

.mistakes {
  position: absolute;
  z-index: 3000;
}

.agendaContent nav {
  display: flex;
  justify-content: flex-start;
}

.agendaContent nav ul {
  display: flex;
  flex-direction: row-reverse;
}

.agendaContent h4 {
  color: rgb(3, 69, 135);
  text-transform: uppercase;
}

.background-colors {
  width:100%;
  padding: 3rem;
  background: linear-gradient(rgba(0,0,0,0.5), rgba(3, 69, 135,0.5));
}

.content-logo{
  display: block;
  width:50%;
  min-width: 200px;
  max-width: 700px;
  margin: 0 auto;
}

nav {
  background: #000;
}

nav ul {
  display:flex;
  flex-direction: column;
  list-style-type: none;
  margin: 0;
  padding: 0px;
  height: 100%;
}

nav li {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  box-sizing: border-box;
  text-align: center;
}

a {
  color: rgb(3, 69, 135);
  font-weight: 400;
}

nav a {
    color: #FFFFFF;
    text-decoration: none;
    padding: 1rem;
    width: 100%;
    height: 100%;
    display: block;
    box-sizing: border-box;
    font-weight: normal;
}

nav a:focus {
  background: #FFFFFF;
  color: rgb(3, 69, 135);
}

.active {
  background: #000000;
}

#content {
  display: block;
  width: 90%;
  max-width: 1000px;
  margin: 3rem auto;
}

footer {
  background: rgb(3, 69, 135);
  color: #ffffff;
  text-align:center;
  margin-top: 1rem;
  padding: 1rem;
  width: 100%;
  box-sizing: border-box;
}

footer a {
  color: #ffffff;
}

.skip-link {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  border: 0;
  font-size: 1.5rem;
}

.skip-link:focus {
  width: unset;
  height: unset;
  position: absolute;
  margin: unset;
  padding: 1rem;
  z-index: 3000;
  background-color: #fff;
}

button {
  display: inline-block;
  background-color: rgb(3, 69, 135);
  color: #ffffff;
  padding: 0.8rem 1rem;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  border: 3px solid rgb(3, 69, 135);
  border-radius: 4px;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  font-size: 1rem;
  min-height: 48px;
  position: relative;
  margin: 0.5rem 0;
  -webkit-appearance: inherit; }
  button:hover {
    background-color: #777777;
    color: #ffffff;
    border: 3px solid #777777;
    text-decoration: underline;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5); }
  button:focus, button:active,
  button .active {
    background-color: #7c0b18;
    color: #ffffff;
    border: 3px solid #7c0b18;
    text-decoration: underline;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5); }
  button [role='button'][aria-pressed='true'] {
    color: #ffffff;
    background: #888b8d; }


.accordion__heading {
  margin: 0; }

.accordion__trigger {
  background-repeat: no-repeat;
  background-image: url("plus.svg");
  background-size: 28px;
  background-position: 97% 50%;
  -webkit-box-shadow: none;
  box-shadow: none;
  line-height: 1.5;
  margin: 0.5rem 0;
  width: 100%;
  text-align: left;
  padding: 10px 90px 10px 16px;
  font-size: 1rem;
  color: #222222;
  background-color: #f7f7f7;
  border: 1px solid #bbbbbb;
  display: block;
  text-decoration: none;
  text-transform: none; }
  @media (min-width: 55em) {
    .accordion__trigger {
      background-size: 32px;
      background-position: 98% 50%; } }
  .accordion__trigger[aria-expanded='true'] {
    content: '';
    background: url("minus.svg");
    background-size: 28px;
    background-repeat: no-repeat;
    background-position: 97% 50%;
    background-color: #f7f7f7; }
    @media (min-width: 55em) {
      .accordion__trigger[aria-expanded='true'] {
        background-size: 32px;
        background-position: 98% 50%; } }
  .accordion__trigger:hover, .accordion__trigger:focus {
    background-color: rgb(3, 69, 135);
    border: 1px solid #777777; }

.accordion__content {
  display: none;
  padding: 10px 16px; }

#content li {
  margin: 1rem 0;
}

#links li {
  margin: 0.125rem;
}

.back-to-top {
  margin-bottom: 3.5rem;
  display: block;
}

table, table * {
  text-align: left;
  border: 1px solid #ddd;
}

table, tbody, tr {
  width: auto !important;
}

table {
  min-width: 200px;
  max-width: 700px;
  width: 75%;
  margin: 4rem 0;
}

table th {
  background: rgb(3, 69, 135);
  color: #FFF;
  font-weight: bold;
  padding: 1rem;
  box-sizing: border-box;
  min-width: 100px;
  max-width: 200px;
  width: 25%;
}

table td {
  padding: 1rem;
  box-sizing: border-box;
  min-width: 50px;
  max-width: 75px;
  width: 10%;
}

section ul {
  display: none;
}

.comms h2, .comms h3, .comms h4 {
  margin-top: 1.5rem;
}

@media (min-width: 600px) {
  nav ul {
    flex-direction: row;
  }
  nav li {
    height: 100%;
    width: auto;
    border-top: unset;
    border-bottom: unset;
  }
}
