.t3-header {
  color: #222222;
  padding-top: 10.5px;
  padding-bottom: 10.5px;
  background: transparent;
}
.t3-header a {
  color: #2c65cd;
}
.logo {
  text-align: center;
}
@media screen and (min-width: 767px) {
  .logo {
    text-align: left;
  }
}
.logo a {
  display: inline-block;
  line-height: 1;
  margin: 0;
}
.logo-image span,
.logo-image small {
  display: none;
}
.logo-text a {
  text-decoration: none;
  font-size: 30px;
  font-weight: bold;
}
.logo-text:hover a,
.logo-text a:hover,
.logo-text a:active,
.logo-text a:focus {
  text-decoration: none;
}
.logo-text .site-slogan {
  display: block;
  font-size: 15px;
  margin-top: 5px;
}
.head-search {
  margin-top: 0;
}
.head-search:before,
.head-search:after {
  content: " ";
  display: table;
}
.head-search:after {
  clear: both;
}
.head-search form {
  margin: 0;
}
.head-search label {
  display: none;
}
.head-search .search {
  position: relative;
}
.head-search .search:before {
  font-family: "FontAwesome";
  content: "\f002";
  display: block;
  position: absolute;
  left: 10px;
  top: 6px;
  color: #555555;
}
@media screen and (min-width: 767px) {
  .head-search .search {
    float: right;
  }
}
.head-search .form-control {
  width: 100%;
  padding-left: 30px;
}
@media screen and (min-width: 767px) {
  .head-search .form-control {
    width: 150px;
  }
  .head-search .form-control:focus {
    width: 200px;
  }
}
.t3-sl {
  padding-bottom: 21px;
  padding-top: 21px;
}
@media screen and (min-width: 767px) {
  .t3-sl {
    padding-bottom: 21px;
    padding-top: 21px;
  }
}
.t3-mainbody {
  padding-top: 21px;
  padding-bottom: 21px;
}
.t3-content {
  padding-top: 21px;
  padding-bottom: 21px;
}
.t3-sidebar {
  padding-top: 21px;
  padding-bottom: 21px;
}
.t3-footer {
  background: #2c65cd;
  color: #555555;
}
.t3-footer:before,
.t3-footer:after {
  content: " ";
  display: table;
}
.t3-footer:after {
  clear: both;
}
.t3-footer small {
  display: block;
  font-size: 100%;
}
.t3-footer a {
  color: #a6bfec;
}
.t3-footer a:hover,
.t3-footer a:active,
.t3-footer a:focus {
  color: #a6bfec;
}
.t3-footnav {
  padding: 0;
}
.t3-footnav:before,
.t3-footnav:after {
  content: " ";
  display: table;
}
.t3-footnav:after {
  clear: both;
}
@media screen and (min-width: 767px) {
  .t3-footnav {
    padding: 0;
  }
}
.t3-footnav .t3-module {
  background: #2c65cd;
  color: #555555;
  margin-top: 10.5px;
  margin-bottom: 10.5px;
}
.t3-footnav .t3-module .module-title {
  color: #333333;
  font-size: 19px;
  margin-bottom: 10.5px;
}
.t3-footnav .t3-module ul {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 0;
}
.t3-footnav .t3-module ul > li {
  line-height: 24px;
}
.t3-footnav .t3-module ul > li > a {
  color: #a6bfec;
}
.t3-footnav .t3-module ul > li > a:hover,
.t3-footnav .t3-module ul > li > a:active,
.t3-footnav .t3-module ul > li > a:focus {
  color: #555555;
}
.t3-copyright {
  border-top: 1px solid #ffffff;
  font-size: 13px;
  padding: 0;
}
.t3-copyright:before,
.t3-copyright:after {
  content: " ";
  display: table;
}
.t3-copyright:after {
  clear: both;
}
.t3-copyright small {
  margin-bottom: 5px;
}
.copyright {
  margin: 21px 0;
}
.poweredby:before,
.poweredby:after {
  content: " ";
  display: table;
}
.poweredby:after {
  clear: both;
}
@media screen and (min-width: 991px) {
  .poweredby {
    text-align: right;
  }
}
.poweredby .t3-logo,
.poweredby .t3-logo-small {
  opacity: .8;
  display: inline-block;
}
.panel-heading.bg-success {
  background: #a4de30;
}
.panel-heading.bg-info {
  background: #2c9fcd;
}
.panel-heading.bg-warning {
  background: #edf134;
}
.panel-heading.bg-danger {
  background: #f33c34;
}
.panel-heading.bg-secondary {
  background: #d92e83;
}
.panel-heading.bg-primary {
  background: #2c65cd;
}
.btn-secondary {
  background: #d92e83;
  color: #fff;
}
.btn-secondary:hover {
  color: #fff;
}