/* NAVBAR */
#navbar-top {
  background-color: #363453;
}

#block-chautauqua-county-account-menu .nav {
  position: absolute;
  right: 0;
}
#navbar-main {
  background-color: #363453;
}

/* FONTS */
a, .link {
  color: #3c3a5a;
}
a:hover, a:focus, .link:hover, .link:focus {
  color: #383197;
}

/* HOMEPAGE SEARCH BAR */
#search-block-form .js-form-item {
  width: 100%;
}


/* SIDEBARS */
.sidebar .block {
  background-color: white;
  border-color: white;
}

.sidebar ul.sf-menu.sf-style-white li a, .sidebar ul.sf-menu.sf-style-white.sf-navbar a {
  padding: 14px 15px 14px 4px;
}

#sidebar_first {
  max-width: 280px;
}

/* ORBITIST ADMIN MENU */

.orbitist_admin_menu {
  width: 205px;
  left: -205px;
}