

body {
  background: #adc4dd;
}
.t3-wrapper {
  background: url('/templates/t3_bs3_blank/images/themes/midwest/bg_3.jpg') #ffffff center top no-repeat;
}
img {
  max-width: 100%;
}
.head-search {
  margin-top: 10px;
}
.t3-mainbody {
  background: #FFF;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.35);
}
.t3-mainbody .t3-content {
  padding-bottom: 0;
}
.t3-mainnav {
  background: none;
  border: none;
}
.t3-mainnav .container {
  background-color: #92b3d0;
  background: -webkit-gradient(linear, left top, left bottom, from(#92b3d0), to(#54759d));
  background: -webkit-linear-gradient(top, #92b3d0, #54759d);
  background: -moz-linear-gradient(top, #92b3d0, #54759d);
  background: -ms-linear-gradient(top, #92b3d0, #54759d);
  background: -o-linear-gradient(top, #92b3d0, #54759d);
}
@media (min-width: 992px) {
  .t3-mainnav .container {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    padding-left: 0;
    padding-right: 0;
  }
}
.t3-mainnav .navbar-nav > li.active > a {
  text-shadow: 0 1px 1px #FFF;
}
.t3-mainnav .navbar-nav > li.home-nav > a {
  border-top-left-radius: 5px;
}
.t3-mainnav .navbar-nav li a {
  font-family: Arial, sans-serif;
}
.t3-sidebar-right .module,
.t3-sidebar-left .module,
.t3-sidebar-right .module_menu,
.t3-sidebar-left .module_menu {
  background: #7897b9;
  padding: 5px;
  margin-bottom: 20px;
}
.t3-sidebar-right .module-title,
.t3-sidebar-left .module-title {
  background: #000000;
  padding: 5px 10px;
  color: #FFF;
  font-size: 22px;
  margin-bottom: 10px;
}
.t3-sidebar-right .module-ct,
.t3-sidebar-left .module-ct {
  color: #ffffff;
}
.t3-sidebar-right .module-ct a,
.t3-sidebar-left .module-ct a {
  color: #fdb94d;
  font-weight: bold;
}
.t3-sidebar-right .nav > li.dropdown-submenu > a:after,
.t3-sidebar-left .nav > li.dropdown-submenu > a:after {
  margin-right: 0;
}
.t3-sidebar-right .nav > li,
.t3-sidebar-left .nav > li {
  margin: 0;
}
.t3-sidebar-right .nav > li > a,
.t3-sidebar-left .nav > li > a {
  border-radius: 0;
  color: #EEE;
  font-weight: normal;
}
.t3-sidebar-right .nav > li.open > a,
.t3-sidebar-left .nav > li.open > a,
.t3-sidebar-right .nav > li > a:hover,
.t3-sidebar-left .nav > li > a:hover {
  background: #577da7;
}
.t3-sidebar-right .nav > li.active > a,
.t3-sidebar-left .nav > li.active > a {
  background: #577da7;
  color: #FFF;
}
#userForm textarea {
  height: 100px;
}
.languageswitcherload {
  text-align: right;
  padding-top: 10px;
}
.languageswitcherload p {
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  .languageswitcherload {
    text-align: center;
  }
}
.t3-footer {
  border-top: 5px solid #4d699b;
  background-color: #7190b5;
  background: -webkit-gradient(linear, left top, left bottom, from(#7190b5), to(#adc4dd));
  background: -webkit-linear-gradient(top, #7190b5, #adc4dd);
  background: -moz-linear-gradient(top, #7190b5, #adc4dd);
  background: -ms-linear-gradient(top, #7190b5, #adc4dd);
  background: -o-linear-gradient(top, #7190b5, #adc4dd);
}
.t3-footer .t3-copyright {
  border: none;
  padding-bottom: 0;
  padding-top: 10px;
}
.t3-mainbody,
.t3-footer {
  position: relative;
}
.t3-mainbody {
  z-index: 150;
  margin-bottom: -80px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.t3-footer {
  z-index: 100;
  padding-top: 90px;
}
h1.article-title,
h1 {
  background: url('/templates/t3_bs3_blank/images/themes/midwest/title-bg.png') #000000 99% 5px no-repeat;
  color: #FFF;
  padding: 5px 50px 7px 10px;
  border-radius: 5px;
  display: block;
  font-size: 36px;
}


