#mainskip {
  display: none;
}
#mainskip:focus {
  display: block;
}
#page-title {
  padding: 0;
  margin: 0 0 20px;
  color: #3E3E3E;
  font-size: 24px;
}
@media (min-width: 768px) {
  #page-title {
    font-size: 44px;
  }
}
#tmpl-back {
  position: relative;
  background: #fff;
}
#tmpl-head {
  background: #10069f;
  color: #ffffff;
  padding-top: 10px;
  font-size: 14px;
}
#tmpl-head a {
  color: #ffffff;
}
#tmpl-head a:hover,
#tmpl-head a:focus {
  text-decoration: none;
  outline: none;
}
#tmpl-head .site-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#tmpl-head .site-list li {
  display: inline-block;
  margin-right: 5px;
}
#tmpl-head .site-list a {
  display: block;
  width: 100%;
  padding: 10px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
#tmpl-head .site-list a:hover {
  background: #dedede;
  color: #3e3e3e;
}
#tmpl-head .site-list img {
  max-height: 30px;
  margin: 0 3px;
}
#tmpl-head .site-list span {
  display: none;
}
#tmpl-head .site-list .active a {
  background: #ebebeb;
  color: #3e3e3e;
}
@media (min-width: 992px) {
  #tmpl-head .site-list span {
    display: inline-block;
  }
}
#tmpl-head .searchbox {
  padding: 10px 0;
  text-align: right;
}
@media (min-width: 768px) {
  #tmpl-head .searchbox {
    float: right;
  }
}
#tmpl-head .qlinks {
  display: inline-block;
  list-style-type: none;
  padding: 0;
  padding-bottom: 4px;
  margin: 0;
  margin-right: 10px;
}
#tmpl-head .qlinks li {
  display: inline-block;
}
#tmpl-head .qlinks li:after {
  content: '|';
  padding: 0 4px 0 6px;
}
#tmpl-head .qlinks li:last-of-type:after {
  display: none;
}
#tmpl-head form {
  display: inline-block;
}
#tmpl-head input,
#tmpl-head button,
#tmpl-head select {
  border: 0;
  padding: 3px 8px;
  font-size: 14px;
}
#tmpl-head select {
  color: #000;
}
#tmpl-head input {
  color: #000;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
#tmpl-head button {
  background: #0E2352;
  color: #fff;
  margin-left: -4px;
}
#tmpl-content {
  padding: 20px 0;
}
#bottom-menu {
  background: #ebebeb;
  color: #3e3e3e;
  padding: 30px 0 0;
}
#bottom-menu ul {
  list-style-type: none;
}
#bottom-menu a:hover,
#bottom-menu a:focus {
  text-decoration: none;
}
#bottom-menu .panel {
  margin-bottom: 15px;
  font-size: 14px;
}
#bottom-menu .panel-title {
  font-size: 20px;
}
#bottom-menu .panel-title a {
  display: block;
  width: 100%;
}
#bottom-menu .panel-body > ul {
  padding: 0;
}
#bottom-menu .panel-body > ul ul {
  padding-top: 8px;
  padding-left: 20px;
}
#bottom-menu .panel-body > ul li {
  margin-bottom: 8px;
}
#tmpl-foot {
  width: 100%;
}
#tmpl-foot img {
  max-width: 100%;
}
#tmpl-foot .top {
  background: #10069f;
  color: #ffffff;
  font-size: 16px;
}
#tmpl-foot .top a {
  color: #ffffff;
}
#tmpl-foot .top .container > .row > div {
  margin-top: 25px;
  margin-bottom: 25px;
}
#tmpl-foot .footmenu {
  font-size: 14px;
}
#tmpl-foot .footmenu .row > div {
  margin-bottom: 10px;
}
#tmpl-foot .social div:nth-of-type(1) {
  font-weight: bold;
  font-size: 18px;
}
#tmpl-foot .social div:nth-of-type(2) {
  padding-bottom: 20px;
}
#tmpl-foot .social a {
  font-size: 38px;
  padding: 5px 0;
  width: 48px;
  border-radius: 24px;
  background: #ffffff;
  color: #10069f;
  text-align: center;
  margin-right: 10px;
}
#tmpl-foot .social a:hover {
  text-decoration: none;
}
#tmpl-foot .contact .title {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  padding-bottom: 14px;
}
#tmpl-foot .contact .detail {
  position: relative;
  padding-left: 30px;
  margin-bottom: 16px;
}
#tmpl-foot .contact .fa {
  position: absolute;
  top: 4px;
  left: 0;
}
#tmpl-foot .bottom {
  background: #0E2352;
  color: #fff;
  text-align: center;
}
#tmpl-foot .copyright {
  display: block;
  padding: 10px 0;
  font-size: 9pt;
}
