<!--.modal-body {
    position: relative;
    max-height: auto;
    padding: 15px;
    overflow-y: auto;}-->

.icon-gear::before, .icon-cog::before {
    content: url("/templates/ts_easterlin/images/uniqcs-150x150-2.gif") !important; 
}

.homepage #sp-main-body-wrapper {
  padding: 0;
  background: #fff;
}

.features-home {
    background-image: url('/images/background-blueplow.jpg') !important;
    text-align: center;
    color: #fff;
    text-align: center;
    padding-top: 60px;
    padding-bottom:20px;
    padding-left:10px;
    padding-right:10px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-attachment: fixed;
    }
.features-home h3 {
    color: #fff;
    font-size:20px !important;
}

.features-home .row-fluid {
    max-width: 1170px;
    margin-left:auto;
    margin-right:auto;
    }
    
.breadcrumb li {
  color:#eaeaea !important;
}

#sp-main-menu ul.level-0 > li > a {
  font-weight:500 !important;
}

.fa {
  color: #1e3565 !important;
}

@media (max-width: 760px){
  #sp-sub-heading ul {
    display:none;
  }
}

@media (min-width: 400px) {
  #sp-mobile-search {
    display:none;
  }
}

@media (max-width: 400px) {
  #sp-search {
    display:none;
  }
}

.sp-features .sp-feature p {
	font-size:14px !important;
}