body {
  color: #404040; }

#headerBG {
  height: 214px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #f1f1f1; }
  #headerBG:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: '';
    background: url(/assets/images/abstract.svg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    opacity: 0.13; }

.navbar.bg-transparent {
  background: transparent;
  color: #000; }

.navbar .nav-full-right {
  justify-content: flex-end;
  flex: 1; }

.navbar .nav-item {
  border-right: 1px solid #ccc; }
  .navbar .nav-item:last-child {
    border-right: none; }
  .navbar .nav-item a.nav-link {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 2;
    font-family: "Open Sans Bold", sans-serif;
    color: #000 !important;
    font-weight: bold; }
    .navbar .nav-item a.nav-link:hover {
      background: #00305d;
      color: #FFF !important;
      text-decoration: underline; }

.card .card-header {
  background: #00305d;
  color: #FFF;
  font-weight: bold;
  font-family: "Open Sans Bold", sans-serif; }

@media (min-width: 1000px) {
  .half-center {
    width: 50%;
    margin: 0 auto; } }

.text-primary {
  color: #00305d; }

.btn-primary {
  background: #00305d;
  color: #FFF;
  border-color: #00305d; }
  .btn-primary:hover {
    background: #004a90; }

.hidden-input {
  border: none;
  background: transparent !important;
  color: #404040; }

.quicknav a {
  border-radius: 0px !important; }
  .quicknav .active .badge {
    background: white;
    color: #00305d; }
.quicknav .badge {
  background: #00305d;
  color: white; }

.list-group-item.active {
  background-color: #00305d;
  border-color: #00305d; }

table {
  border-color: #00305d !important; }

thead th {
  background: #00305d;
  border-color: #00305d !important;
  color: white; }

.page-item.active .page-link {
  background-color: #00305d;
  border-color: #00305d; }

.smaller-font {
  font-size: 0.7rem; }

.toggle-group .toggle-handle {
  background: white; }
