* {
  font-family: "Lato", sans-serif;
}

.page-wrap {
  box-shadow: 0 1px 16px rgba(0, 0, 0, 0.15);
}

.date {
  padding: 8px 16px;
  color: #fff;
  background-color: #0c4c8a;
  font-size: 13px;
}

.info-wrap, .content-wrap {
  padding: 8px 16px;
}

.main-information {
  text-align: right;
  font-size: 15px;
  line-height: 150%;
}

.nowrap {
  white-space: nowrap;
}

h2 a {
  font-size: 36px;
  font-weight: 500;
  text-decoration: none;
  color: #212529;
}

h2 a:hover {
  font-size: 36px;
  font-weight: 500;
  text-decoration: none;
  color: #212529;
}

.title-subscribe {
  font-size: 11px;
  color: #747474;
  margin: 6px 0;
}

.navbar {
  border-top: 2px solid #0C4C8A;
  border-bottom: 1px solid #ddd;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
}

.navbar.navbar-expand-lg.bg-light {
  padding: 8px 12px;
}

.nav-item>a {
  font-size: 14px;
  font-weight: 600;
}

.navbar-nav .nav-link.active {
  color: #0C4C8A;
}

.navbar-toggler {
  border: none;
  border-radius: 2px;
  padding: 4px 4px;
  color: #2da1d6;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.dropdown-menu {
  border: none;
  border-radius: 0;
  padding: 12px 0;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
}

.nav-item a:hover {
  color: #0C4C8A;
}

.item-list {
  display: flex;
  flex-direction: column;
}

.item-list>a {
  padding-top: 12px;
  color: #0C4C8A;
}

.item-list>a:hover {
  color: #2da1d6;
}

.table-wrap {
  overflow-x: auto;
}

.table {
  width: 100%;
  text-align: left;
  font-size: 15px;
  border-collapse: collapse;
}

.table td {
  padding: 8px;
  border: solid 0.5px #aaaaaa;
}

td a {
  font-weight: 600;
  text-decoration: none;
  color: #0c4c8a;
}

td a:hover {
  text-decoration: underline;
  color: #2da1d6;
}

.italic {
  font-style: italic;
}

@media (max-width: 991px) {
  .nav-item {
    margin-top: 12px;
  }

  .dropdown-menu {
    border: none;
    border-radius: 0;
    padding: 12px 0;
    box-shadow: none;
  }
  
}

@media (max-width: 767px) {
  .main-title {
    display: flex;
    justify-content: center;
    margin-bottom: 16px;
  }

  .main-information {
    text-align: start;
  }
}

@media (max-width: 351px) {
.row {
  padding: 0;
}
}