.tm-toolbar-default {
  background: #3394CE;
}

.uk-navbar-container {
  border: none;
}

@media (max-width: 959px) {
  .uk-navbar-toggle .uk-navbar-toggle-icon {
    color: #fff;
  }
}
.uk-navbar-toggle .uk-search-icon {
  color: #9494A5;
}

.uk-navbar {
  position: static;
}
@media (max-width: 959px) {
  .uk-navbar {
    background: #193046;
  }
  .uk-navbar .uk-logo img {
    max-height: 50px;
  }
}
@media (min-width: 960px) {
  .uk-navbar .uk-navbar-left {
    background: #193046;
    margin-left: -1000px !important;
    padding-left: 1000px;
    position: absolute;
    top: 0;
    bottom: 0;
  }
  .uk-navbar .uk-navbar-left .uk-logo {
    padding: 0 48px 0 0;
  }
}

.uk-nav .uk-nav-sub {
  opacity: 0.8;
  font-size: 0.9em;
}

.uk-panel .uk-nav-default {
  font-size: 18px;
}

.uk-card.uk-card-default:not(.uk-card-hover) {
  border-top: 3px solid #3394CE;
  background: #f6f8fb;
}

.uk-section-muted .uk-card.uk-card-default:not(.uk-card-hover) {
  border-top: none;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.04);
}

@media (max-width: 959px) {
  .staff-panel img {
    display: none;
  }
}

.footer .uk-list:nth-child(n+2) {
  margin-top: 6px;
}
.footer .uk-list a {
  font-family: "Oswald", serif;
  font-size: 15px;
  opacity: 0.6;
  transition: opacity ease 0.2s;
}
.footer .uk-list a:hover {
  opacity: 0.85;
}
.footer.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default > li > a {
  color: rgba(255, 255, 255, 0.6);
  font-size: 15px;
  font-weight: normal;
}

.staff-image {
  position: relative;
  height: 100%;
}
.staff-image .el-image {
  position: absolute;
  left: 50%;
  bottom: -70px;
  transform: translateX(-50%);
  max-width: 100%;
  max-height: 240%;
}

.uk-width-xsmall {
  width: 80px;
}

.uk-table {
  margin-bottom: 40px;
}
.uk-table.uk-table-small td, .uk-table.uk-table-small th {
  padding: 10px 6px;
  font-size: 14px;
}
.uk-table thead th, .uk-table thead td {
  background: #3394CE;
  color: #fff;
  text-align: center;
}
.uk-table thead th p:last-child, .uk-table thead td p:last-child {
  margin-bottom: 0;
}
.uk-table.uk-table-divider {
  border: 1px solid #e7e8eb;
  border-right: none;
}
.uk-table.uk-table-divider th, .uk-table.uk-table-divider td {
  border-right: 1px solid #e7e8eb;
}
.uk-table.uk-table-divider thead th, .uk-table.uk-table-divider thead td {
  border-right: 1px solid #e7e8eb30;
}
.uk-table.uk-table-divider thead th:last-child, .uk-table.uk-table-divider thead td:last-child {
  border-right: 1px solid #e7e8eb;
}
.uk-table.uk-table-striped > tr:nth-of-type(odd),
.uk-table.uk-table-striped tbody tr:nth-of-type(odd) {
  background: transparent !important;
}
.uk-table.uk-table-striped > tr:nth-of-type(even),
.uk-table.uk-table-striped tbody tr:nth-of-type(even) {
  background: #f6f8fb !important;
}

/*# sourceMappingURL=custom.css.map */
