.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn.btn-primary,
.readmore,
a.ns2-readmore,
.btn-default,
#community-wrap .btn,
button,
input[type="submit"] {
  background: #4589af;
}
.btn.btn-primary:hover,
.readmore:hover,
a.ns2-readmore:hover,
.btn-default:hover,
#community-wrap .btn:hover,
button:hover,
input[type="submit"]:hover {
  background: #376c8a;
}
#sp-main-menu ul.level-0 > li:hover,
#sp-main-menu ul.level-0 > li.active {
  background-color: #4589af;
}
#sp-main-menu ul.level-0 > li:hover {
  background-color: #4589af;
}
#sp-main-menu li li:not(.sp-menu-group):hover,
#sp-main-menu li li:not(.sp-menu-group).active {
  background-color: #376c8a;
}
.sp-submenu .sp-submenu-wrap {
  background: #4589af;
}
a:not(.btn) {
  color: #285066;
}
a:not(.btn):hover {
  color: #4589af;
}
#sp-breadcrumb-wrapper #breadcrumb {
  background: rgba(60,62,60,0.78);
}
body {
  color: #333333;
}
body.bg {
  background: #ffffff;
}
#sp-header-wrapper {
  background-color: #5a5d5a;
  background-image: -moz-linear-gradient(top,#6e726e,#3C3E3C);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#6e726e),to(#3C3E3C));
  background-image: -webkit-linear-gradient(top,#6e726e,#3C3E3C);
  background-image: -o-linear-gradient(top,#6e726e,#3C3E3C);
  background-image: linear-gradient(to bottom,#6e726e,#3C3E3C);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6e716e', endColorstr='#ff3c3e3c', GradientType=0);
}
#sp-header-wrapper .logo {
  background-image: url(../../images/presets/preset3/logo.png);
}
#sp-feature-wrapper {
  background-color: #397292;
  background-image: -moz-linear-gradient(top,#4589af,#285066);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#4589af),to(#285066));
  background-image: -webkit-linear-gradient(top,#4589af,#285066);
  background-image: -o-linear-gradient(top,#4589af,#285066);
  background-image: linear-gradient(to bottom,#4589af,#285066);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4589af', endColorstr='#ff284f65', GradientType=0);
}
#sp-feature-wrapper a:not(.btn) {
  color: #89b7d1;
}
#sp-feature-wrapper a:not(.btn):hover {
  color: #d3e4ed;
}
.module.highlighted {
  background: #3498DB;
}
.module.highlighted a {
  color: #fff !important;
}
#sp-bottom-wrapper,
#sp-footer-wrapper {
  background: #3e7b9d;
  color: #fff;
}
#sp-bottom-wrapper h3,
#sp-footer-wrapper h3 {
  color: #fff;
}
#sp-bottom-wrapper a:not(.btn),
#sp-footer-wrapper a:not(.btn) {
  color: #c0d9e6;
}
#sp-bottom-wrapper a:not(.btn):hover,
#sp-footer-wrapper a:not(.btn):hover {
  color: #e5eff5;
}
#sp-footer-wrapper {
  border-top: 1px solid #5396bb;
}
#sp-footer-wrapper::after {
  background: #3e7b9d;
}
.sp-border {
  border-top: 1px solid #5396bb;
}
.sp-border::after {
  background: #3e7b9d;
}
