.nodisplay {
  display: none;
}

.visually-hidden {
  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;
  white-space: nowrap ! important;
  width: 1px! important
}
.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
  clip: auto ! important;
  height: auto ! important;
  margin: 0 ! important;
  overflow: visible ! important;
  position: static ! important;
  white-space: inherit ! important;
  width: auto ! important;
}


blockquote {
  border-left: 2px solid #666;
  color: #666;
  margin: 0 4rem 0 3rem;
  padding: 0 0 0 1rem;
}

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;
}

header h1 {
  height: 40px;
  margin: 0;
  padding: 0;
  width: 445px;
}
header h1 span {
  display: block;
  height: 0px;
  overflow: hidden;
  width: 0px;
}

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,
.news_index h3 {
  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;
  }
}
