body.admin #head {
  background: #fff;
}

body.admin #logo {
  width: 141px;
  height: 50.5px;
  margin-right: 30px;
}

#head #tagline {
  display: none;
}

#sitename {
  padding-top: 20px;
  font-size: 200%;
}

#nav {
  margin-top: 40px;
}

#tabs {
  overflow: auto;
}

#tabs ul {
  padding: 0;
}

#tabs li {
  float: left;
  bottom: 0;
}

#tabs a {
  border-bottom: 0;
  padding: 10px 20px;
  border-right: 1px solid #0068A8;
	border-left: 1px solid #0098F4;
}
#tabs a.active {
  padding: 10px 20px;
  border: 0;
  background-color: #123955;
  color: #fff;
  font-weight: normal;
}
#tabs a:hover {
  background-color: #ffb42d;
  border-color: #ffb42d;
  color: #000;
}
#tabs a.active:hover {
  background-color: #123955;
  color: #fff;
}

#tabs li.admin.first {
  margin-left: 0;
}

#tabs li.admin a {
  border-right: 1px solid #003660;
	border-left: 1px solid #105680;
}

#tabs li.admin a.active {
  background-color: #001929;
  border-left: 1px solid #001929;
  color: #fff;
}

#topnav {
	font-size: 90%;
  border-radius: 0;
}

#quicksearch {
  top: 54px;
  right: 20px;
}

#sidebar .inner {
  padding-top: 0;
  margin-top: 0;
}

#sidebar ul {
	padding-left: 0;
  list-style-position: inside;
}

#footer {
  border-top: 1px solid #ddd;
}

#custom_sidebar {
  text-align: left;
  margin-bottom: 2em;
}

#custom_footer {
  background-color: #ccc;
  margin-top: 1em;
  text-align: center;
  font-size: smaller;
  padding: 1em 0;
}

@media only screen and (max-width: 800px) {
  #logo {
    float: none;
    margin-top: 8px;
  }
  #sitename {
    font-size: 100%;
    padding: 5px 0 0;
  }
  #tagline {
    margin-bottom: 10px;
  }
  #mobileNavButton {
    background-color: #0079C2;
    margin-top: 2px;
  }
  #nav {
    top: 120px;
  }
  #topnav a {
    color: #0079C2;
  }
  #quicksearch {
    top: 5px;
  }
  
  #home-search {
    width: auto;
    margin: 0;
  }
}

/* buttons */
a.block-button { 
	display: inline-block;
  box-sizing: border-box;
  width: 32%;
  padding: 30px 0;
  color: #fff;
  position: relative;
  overflow: hidden;
  text-align: center;
}
a.block-button:hover {
  text-decoration: none;
  background-color: #ffb42d !important;
  color: #000;
}
a.block-button.blue1 { background-color: #008be0; }
a.block-button.blue2 { background-color: #006bb0; }
a.block-button.blue3 { background-color: #004b90; }
a.block-button.blue4 { background-color: #002b60; }