a {
  color: #0c5390;
}

a:hover {
  color: #f99734;
}

header h1 {
  margin: 20px 0 10px;
  padding: 0;
}

header h1 a {
  background: url(../img/logo.jpg) left center no-repeat;
  background-size: contain;
  display: block;
  height: 65px;
  outline: none;
  text-indent: -9999px;
}

#search {
  margin: 20px 0 10px;
}

#search h2 {
  display: none;
}

#search form {
  margin: 0;
}

#search form input[type="search"] {
  font-size: 10px;
  height: 32px;
  text-transform: lowercase;
}

#search form input[type="submit"] {
  background: #19538E;
  border: 0;
  color: white;
  font-size: 10px;
  height: 32px;
  text-transform: lowercase;
  width: 100%;
}

#social {
  margin: 0 0 10px;
}

#social h2 {
  display: none;
}

#social ul {
  margin: 0;
  padding: 0;
}

#social ul li {
  display: inline-block;
  list-style-type: none;
}

#social ul li a {
  display: block;
  height: 20px;
  outline: 0;
  text-indent: -9999px;
  width: 20px;
}

#social ul li a.facebook {
  background: url(../img/icon_facebook.png) no-repeat;
}

#social ul li a.twitter {
  background: url(../img/icon_twitter.png) no-repeat;
}

#main h2 {
  color: #333;
  font-family: Georgia, "Times News Roman", serif;
  font-size: 36px;
  font-weight: normal;
  line-height: 46px;
  letter-spacing: -1px;
  margin-bottom: 30px;
}

#main p {
  font-size: 14px;
  line-height: 25px;
}

#main img.left {
  padding: 0 10px 10px 0;
}

footer {
  border-top: 1px solid #E78931;
  margin: 80px 0 40px 0;
}

footer p {
  color: #777;
  font-size: 11px;
}

footer .navigation h2 {
  display: none;
}

footer .navigation ul {
  margin: 28px 0 12px 0;
  padding: 0;
}

footer .navigation ul li {
  display: inline;
  list-style-type: none;
  padding-right: 20px;
}

footer .navigation ul li a {
  color: #005392;
  font-size: 11px;
  font-weight: bold;
}

footer .contact h2 {
  color: black;
  font-size: 11px;
  font-weight: normal;
  margin: 28px 0 12px 0;
  padding: 0;
  text-transform: uppercase;
}

footer .contact address {
  color: #777;
  font-size: 11px;
  font-style: normal;
  line-height: 22px;
}

footer .legal {
  margin-top: -40px;
}

footer .legal h2 {
  display: none;
}

#navigation h2 {
  display: none;
}

#navigation nav {
  background: #60767F;
}

#navigation nav .top-bar-section ul li {
  border-left: 1px solid white;
  border-right: 1px solid white;
}

#navigation nav .top-bar-section ul li a {
  background: #60767F;
  color: white;
  font-size: 12px;
  text-shadow: #60767F 1px 1px 0;
}

#navigation nav .top-bar-section ul li a.active {
  background: #60767F;
  color: white;
  text-shadow: #b86d21 1px 1px 0;
}

.slideshow-wrapper {
  border-bottom: 1px solid #E78931;
  border-top: 1px solid #E78931;
  margin-bottom: 55px;
}

.orbit-bullets {
  display: none;
}

#gallery {
  border-top: 1px solid #E78931;
}

#gallery h2 {
  color: #005392;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  font-weight: normal;
  letter-spacing: -1px;
  margin: 24px 0 36px 0;
}

#gallery h2:after {
  content: "Â»";
  padding-left: 5px;
}

#gallery img {
  height: 100%;
  width: 100%;
}

aside {
  margin-top: 75px;
}

aside h2 {
  color: #0c5390;
  font-size: 11px;
  font-weight: normal;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}

aside h2:after {
  content: "Â»";
  padding-left: 5px;
}

aside article {
  border-bottom: 1px solid #CCC;
}

aside article h3 {
  color: #005392;
  font-size: 12px;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

aside article p {
  font-size: 12px;
}

aside article img.left {
  height: 40px;
  margin: 0 20px 0 0;
  width: 60px;
}

#sections {
  margin-top: 75px;
}

#sections h2 {
  display: none;
}

#sections p {
  border-bottom: 1px solid #CCC;
  font-size: 11px;
  margin: 0;
  padding: 0 0 10px 0;
  text-transform: uppercase;
}

#sections>ul {
  margin: 0;
  padding: 0;
}

#sections>ul>li {
  border-bottom: 1px solid #CCC;

  margin: 0;
  padding: 0;
}

#sections>ul>li>a {
  font-size: 12px;
  font-weight: bold;
  line-height: 40px;
}

#sections>ul>li>ul {
  border-left: 1px solid #CCC;
  padding-left: 10px;
}

#sections>ul>li>ul li {
  line-height: 40px;
  list-style-type: none;
}

#sections>ul>li>ul li a {
  font-size: 12px;
  font-weight: normal;
}

.side-nav li a:not(.button) {
  padding: 0;
}

#sections a {
  color: #0c5390;
}

#sections a:hover {
  color: #f99734;
}

#sections a.active {
  color: black;
}