#service-alert {
  background: #ffa800;
  color: #fff;
  padding: 5px 0;
}
#service-alert .interior {
  position: relative;
  padding-right: 30px;
}
#service-alert .banish {
  position: absolute;
  right: 0;
  top: 0;
  font-weight: bold;
  cursor: pointer;
  width: 26px;
  background: #fff;
  color: #ffa800;
  border-radius: 13px;
  text-align: center;
}
#mainskip {
  display: none;
}
#mainskip:focus {
  display: block;
}
#page-title {
  padding: 0;
  margin: 0 0 20px;
  text-transform: uppercase;
  font-family: "Roboto Slab";
  color: #0073bb;
}
@media (max-width: 768px) {
  #page-title {
    font-size: 26px;
  }
}
#tmpl-back {
  position: relative;
  background: #fff;
}
#tmpl-head {
  padding: 20px 0;
  background-image: url(../images/wood-texture-header.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
#tmpl-head img {
  max-width: 100%;
}
#tmpl-head .logobox {
  text-align: center;
}
#tmpl-nav {
  background: #0272bc;
}
#tmpl-content {
  padding: 20px 0;
  min-height: 400px;
}
#searchbar {
  background: #0272bc;
  color: #ffffff;
  padding: 5px 0;
}
#searchbar form {
  text-align: right;
}
#searchbar form input,
#searchbar form button {
  border: 0;
  padding: 4px 10px;
}
#searchbar form input {
  color: #000;
  width: 220px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
#searchbar form button {
  background: #014979;
  color: #ffffff;
  margin-left: -8px;
}
#hpweather {
  margin-bottom: 30px;
}
#tmpl-foot {
  width: 100%;
}
#tmpl-foot a:hover,
#tmpl-foot a:focus {
  text-decoration: none;
}
#tmpl-foot img {
  max-width: 100%;
}
#tmpl-foot .top {
  background: #0272bc;
  color: #ffffff;
}
#tmpl-foot .top a {
  color: #ffffff;
}
#tmpl-foot .top .container > .row > div {
  margin-top: 20px;
  margin-bottom: 20px;
}
#tmpl-foot .top .left {
  color: #FDE4AB;
}
#tmpl-foot .top .right .name {
  text-transform: uppercase;
  font-weight: bold;
  padding-bottom: 8px;
}
@media (min-width: 768px) {
  #tmpl-foot .top .left {
    border-right: 1px solid #ffffff;
    padding-right: 30px;
  }
}
#tmpl-foot .nfobox {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}
#tmpl-foot .nfobox .fa {
  position: absolute;
  top: 6px;
  left: 0;
  display: block;
}
#tmpl-foot .social a {
  display: inline-block;
  margin-right: 15px;
  border-radius: 2px;
  background: #ffffff;
  color: #0272bc;
  text-align: center;
  padding: 3px 0;
  width: 24px;
}
#tmpl-foot .bottom {
  text-align: center;
  padding: 7px 0;
  background: #014979;
  color: #ffffff;
}
#tmpl-foot .copyright {
  display: block;
  padding: 10px 0 4px;
  font-size: 9pt;
}
#tmpl-foot .mediajaw {
  display: block;
}
