.header {
  background: #020336;
  max-height: 116px;
  padding: 0;
}
.header.is-fixed {
  animation: slideDown .4s ease-out;
  background: #020336;
  position: fixed;
}
.header.is-fixed .logo img {
  filter: none;
}
.footer {
  background: #020336;
}

.btn {
  background-color: #020336;
}

.highlight {
  padding: 40px;
  background-color: #faf5e1;
  border-radius: 20px;
}

.banner .text-wrap li::before {
  color: #1091ae;
}

.highlight h3{
  margin-bottom: 0rem;
}

table.weekdayTable, table.weekdayTableWide {
  width: 100%;
  margin-bottom: 40px;
  font-size: 18px;
}
.weekdayTable thead tr:first-child, .weekdayTableWide thead tr:first-child {
  background: #e1e1e1;
  color: #353535;
  border: none;
}
.weekdayTable th, .weekdayTable td, .weekdayTableWide th, .weekdayTableWide td {
  padding: 8px;
}
.weekdayTableWide tr th p, .weekdayTable tr th p {
  margin-bottom: 0px;
}
.weekdayTable th:first-child, .weekdayTableWide th:first-child {
  text-align: left;
}
.weekdayTable th:nth-child(2), .weekdayTableWide th:nth-child(2) {
  text-align: left;
}
.weekdayTable th, .weekdayTableWide th {
  text-align: left;
}
.weekdayTable td, .weekdayTableWide td {
  text-align: left;
}
.weekdayTable thead tr:last-child th, .weekdayTableWide thead tr:last-child th {
  border-bottom: 3px solid #ddd;
}
.weekdayTable tbody tr:nth-child(odd), .weekdayTableWide tbody tr:nth-child(odd) {
  background-color: #f1f1f1;
  cursor: default;
}
.weekdayTable tbody tr:last-child td, .weekdayTableWide tbody tr:last-child td {
  border: none;
}
.weekdayTable tbody td {
  vertical-align: middle;
}
.weekdayTable td:last-child, .weekdayTableWide td:last-child {
  /*text-align: center;*/
  padding-right: 10px;
}




@media (min-width: 720px) {
  .logo {
    width: 200px;
  }
}

@media (min-width: 1490px) {
  .main-nav a {
    color: #fff;
  }
  .nav-wrap {
    margin-top: 40px;
    width: calc(100% - 200px);
  }
}