.nodisplay {
  display: none;
}

.visuallyhidden {
  border: 0!important;
  clip: rect(0 0 0 0)!important;
  height: 1px!important;
  margin: -1px!important;
  overflow: hidden!important;
  padding: 0!important;
  position: absolute!important;
  width: 1px!important
}

table .num {
  text-align: right;
}

thead.table-dark th {
  background-color: #104e71 !important;
}

nav.top-main {
  background-color: #000 !important;
}

nav.top-main a.nav-link {
  text-decoration: none;
}

nav.top-main .dropdown-menu {
  background-color: #000;
}

nav.top-main .dropdown-menu .dropdown-divider {
  border-color: #fff !important;
}

header, footer {
  background-color: #104e71;
  color: #fff;
}

nav.top-main a.nav-link,
header a,
footer a {
  color: #fff !important;
}

header a:active,
header a:focus,
header a:hover,
footer a:active,
footer a:focus,
footer a:hover {
  color: #000 !important;
}


#body a {
  color: #104e71;
}
nav.top-main a.nav-link:active,
nav.top-main a.nav-link:focus,
nav.top-main a.nav-link:hover,
#body a:active,
#body a:focus,
#body a:hover {
  color: #B42E2E !important;
}

#body aside {
  background-color: #99ccff;
}

.news_index h2 {
  background-color: #99ccff;
}

.columns-3 {
  column-count: 1;
  column-width: auto;
}

#body a.btn {
  color: #fff !important;
}
#body a.btn:active,
#body a.btn:focus,
#body a.btn:hover {
  color: #fff !important;
}

.kaltura_player {
  max-width: 600px;
  width: 100%;
}

@media (min-width: 992px) {
  .columns-3 {
    column-count: 2;
  }
}

@media (min-width: 1200px) {
  .columns-3 {
    column-count: 3;
  }
}

@media (min-width: 1600px) {
  .container {
    max-width: 1520px;
  }
}

@media (min-width: 1800px) {
  .container {
    max-width: 1720px;
  }
}
