#t3-header-wrap {
  background: #ffffff;
  position: relative;
  width: 100%;
  z-index: 2000;
}
#t3-header-wrap #t3-header-top {
  background: #465b98;
  color: #ffffff;
}
#t3-header-wrap .t3-header {
  padding-bottom: 15px;
  padding-top: 15px;
}
@media (max-width: 767px) {
  #t3-header-wrap .t3-header {
    padding-bottom: 10px;
  }
}
#t3-header-wrap .t3-header .logo-image {
  margin-bottom: -10px;
  padding-top: 20px;
}
@media (max-width: 991px) {
  #t3-header-wrap .t3-header .logo-image {
    margin: 0;
    padding: 0;
  }
}
#t3-header-wrap .t3-header .head-info {
  color: #465b98;
  text-align: right;
}
@media (max-width: 767px) {
  #t3-header-wrap .t3-header .head-info {
    margin-top: 20px;
    text-align: center;
  }
}
#t3-header-wrap .t3-header .head-info ul {
  float: right;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  #t3-header-wrap .t3-header .head-info ul {
    float: none !important;
    display: inline-block;
    margin: 0;
  }
}
#t3-header-wrap .t3-header .head-info ul li {
  float: left;
  padding: 0 4px;
  text-align: right;
}
#t3-header-wrap .t3-header .head-info ul li + li {
  border-left: 1px solid #465b98;
  padding-left: 4px;
}
#t3-header-wrap .t3-header .head-info a {
  color: #465b98;
}

.alerts {
  position: relative;
  z-index: 99;
}
.alerts .n2-section-smartslider {
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .alerts .n2-section-smartslider {
    position: relative;
  }
}

#promo {
  border-top: 1px solid #eee;
}

.t3-sidebar .t3-module {
  background: #8bb6e8;
  color: #ffffff;
  margin-bottom: 30px;
  padding: 15px;
}
.t3-sidebar .t3-module .module-title {
  background: #465b98;
  margin: -15px -15px 15px;
  padding: 15px;
  text-align: center;
}
.t3-sidebar .t3-module a {
  color: #ffffff;
}
.t3-sidebar .t3-module .btn {
  background: #8bb6e8;
  border: 1px solid #ffffff;
}
.t3-sidebar .t3-module .btn:hover {
  background: #465b98;
}

#spotlight-1 {
  background: url('../../../templates/t3_bs3_blank/images/spot-1-bg.jpg') fixed center center no-repeat;
  background-size: cover;
  position: relative;
}
#spotlight-1 .t3-sl-1 {
  color: #ffffff;
  padding-bottom: 30px;
  position: relative;
  z-index: 99;
}
@media (max-width: 767px) {
  #spotlight-1 .t3-sl-1 .col-xs-6 {
    width: 100% !important;
  }
}
#spotlight-1 .t3-sl-1 .btn {
  background: #ffffff;
  border-color: #ffffff;
  color: #333333;
  float: right;
  margin-top: 30px;
  padding: 8px 25px;
}
@media (max-width: 767px) {
  #spotlight-1 .t3-sl-1 .btn {
    float: none;
    margin-top: 0;
  }
}
#spotlight-1 .t3-sl-1 .btn:hover {
  background: #465b98;
  color: #ffffff;
}

#spotlight-2 .t3-sl-2 {
  padding-bottom: 45px;
}
#spotlight-2 .t3-sl-2 .t3-module {
  margin-bottom: 30px;
  text-align: center;
}
#spotlight-2 .t3-sl-2 .t3-module .module-title {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 15px;
  text-align: center;
}

#spotlight-3 {
  background: url('../../../templates/t3_bs3_blank/images/spot-3-bg.jpg') fixed center center no-repeat;
  background-size: cover;
  position: relative;
}
#spotlight-3:before {
  background: #8bb6e8;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  opacity: 0.8;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 3;
}
#spotlight-3 .t3-sl-3 {
  color: #ffffff;
  padding-bottom: 30px;
  position: relative;
  z-index: 99;
}
#spotlight-3 .t3-sl-3 .t3-module {
  margin-bottom: 15px;
  text-align: center;
}
#spotlight-3 .t3-sl-3 .t3-module .module-title {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 10px;
}
#spotlight-3 .t3-sl-3 .t3-module.home-contact-form {
  background: rgba(255, 255, 255, 0.2);
  padding: 15px;
}
@media (max-width: 991px) {
  #spotlight-3 .t3-sl-3 .t3-module.home-contact-form {
    margin-top: 30px;
  }
}
#spotlight-3 .t3-sl-3 .t3-module a {
  color: #ffffff;
}
@media (max-width: 991px) {
  #spotlight-3 .t3-sl-3 .col-sm-6 {
    width: 100% !important;
  }
}

.t3-navhelper {
  background: #8bb6e8;
}
.t3-navhelper .breadcrumb {
  background: none;
}
.t3-navhelper .breadcrumb li,
.t3-navhelper .breadcrumb li a {
  color: #ffffff;
}
.t3-navhelper .breadcrumb li .search-bar input,
.t3-navhelper .breadcrumb li a .search-bar input {
  display: none;
}
.t3-navhelper .breadcrumb li .search-bar button,
.t3-navhelper .breadcrumb li a .search-bar button {
  background: none;
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0;
  float: right;
  height: 0;
  margin: -22px 0 0 15px;
  padding: 0;
  text-transform: none;
}

.t3-footer {
  border: 0;
}
.t3-footer .t3-footnav {
  font-weight: 600;
}
.t3-footer .t3-footnav a {
  color: #465b98;
}
.t3-footer .t3-copyright {
  border: 0;
  padding: 15px 0 10px;
}
.t3-footer .t3-copyright a {
  color: #465b98;
}
@media (max-width: 767px) {
  .t3-footer .col-xs-6 {
    width: 100% !important;
  }
}