.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(229,221,213,0.78);
}
body {
  color: #333333;
}
body.bg {
  background: #f2f2f2;
}
#sp-header-wrapper {
  background-color: #6f6767;
  background-image: -moz-linear-gradient(top,#6f6767,#403c3c);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#6f6767),to(#403c3c));
  background-image: -webkit-linear-gradient(top,#6f6767,#403c3c);
  background-image: -o-linear-gradient(top,#6f6767,#403c3c);
  background-image: linear-gradient(to bottom,#6f6767,#403c3c);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6f6767', endColorstr='#ff403c3c', GradientType=0);
}
#sp-header-wrapper .logo {
  background-image: url(../../images/presets/preset3/logo.png);
}

#sp-feature-wrapper {
  background-color: #2d5a73;
  background-image: -moz-linear-gradient(top,#4487ad,#285167);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#4487ad),to(#285167));
  background-image: -webkit-linear-gradient(top,#4589af,#285167);
  background-image: -o-linear-gradient(top,#4589af,#285167);
  background-image: linear-gradient(to bottom,#4487ad,#285167);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4487ad', endColorstr='#ff285167', GradientType=0);
}

/*#sp-feature-wrapper {
  background-image: url(../../images/presets/preset3/slider.jpg);
  background-size: 100%;
}*/

#sp-feature-wrapper a:not(.btn) {
  color: #cdb28d;
}
#sp-feature-wrapper a:not(.btn):hover {
  color: #ece2d4;
}
.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: #e4d6c2;
}
#sp-bottom-wrapper a:not(.btn):hover,
#sp-footer-wrapper a:not(.btn):hover {
  color: #f4eee6;
}
#sp-footer-wrapper {
  border-top: 1px solid #403c3c;
}
#sp-footer-wrapper::after {
  background: #403c3c;
}
.sp-border {
  border-top: 1px solid #403c3c;
}
.sp-border::after {
  background: #403c3c;
}
