/* Form */
.sp_widget{
  padding:10px;
  background: #fff;
  margin-bottom: 15px;
  border: 1px solid rgba(1,1,1,0.1);
}
.sp_widget.light-bg{
  border: none;
  background: none;
}

.sp_widget input,
.sp_widget select,
.sp_widget label{
  width: 95%;
  height: 34px;
}
.sp_widget h3,
.sp_widget h2{
  text-transform: uppercase;
}
.sp_col{
  width: 100%;
  float: left;
}
.sp_col.search{
  width: 100%;
  float: left;
}
.sp_widget button{
  padding-left:0;
  padding-right:0;
  margin: 46px 0 0 0;
  width: 100%;
}
@media (min-width: 600px) {
.sp_col{
  width: 22%;
}
.sp_col.search{
  width: 12%;
}
}

/* Results */
@media (min-width: 600px) {
.col-sm-6{
   width:50%;
   float:left;   
}
}
.sp_sort select{
    background: transparent;
    width: auto;
    float: right;
}
.sp_results ~ .pagination{
  text-align: center;
  padding: 20px 0;
}
.sp_results ul{
    padding: 0;
    margin: 30px 0 0 0;
  }
  .sp_results .sp_result{
    border-bottom: 1px solid #ddd;
    list-style: none;
    width: 100%;
    padding:15px 0;
    margin: 0;
  }
  .sr_details p{
    margin: 0;
  }
  .sr_col{
    float: left;
    width: 100%;
    margin-bottom: 15px;
  }
  .sr_col .wrapper{
    padding: 0 50px 0 0 !important;
    position: relative;
  }

  .sp_results .open .sp_summary{
    display: none;
  }
  .sp_results .open .sp_body{
    display: block !important;
    position: relative;
  }
  .rm:after{
    content: "more";
  }
  .open .rm:after{
    content: "less";
  }
  .clearfix{
    overflow: auto;
    zoom: 1;
  }
  .toggle{
    float: right;
  }
  .toggle:after{
    content: "+";
    position: absolute;
    right: 0;
    top: 0;
    font-family: 'Roboto',sans-serif;
    font-weight: 100;
    font-size: 38px;
    line-height: 38px;
    height: 38px;
    display: block;
    color: #000;
  }
  .open .toggle:after{
    content: "–";
  }
  @media (min-width: 37.5em) {
    .sr_col:first-child{
      width:30%;
    }
    .sr_col{
      width:70%;
    }
    .sr_details{
      padding-right: 15px;
      overflow: hidden;
    }
  }
.sp_results .case-studies h1{
  display: none;
}
.sp_results .case-studies{
  background: none;
  font-size: 0.75em;
}
.sp_results .case-studies .case-studies-view-all {
  top: -55px;
}
