.lsw_logo_container a.lsw_logo_link img {
  box-shadow: none;
  width: 100%;
}
.stpcol-col-lg-1,
.stpcol-col-lg-2,
.stpcol-col-lg-3,
.stpcol-col-lg-4,
.stpcol-col-lg-5,
.stpcol-col-lg-6,
.stpcol-col-md-1,
.stpcol-col-md-2,
.stpcol-col-md-3,
.stpcol-col-md-4,
.stpcol-col-md-5,
.stpcol-col-md-6,
.stpcol-col-sm-1,
.stpcol-col-sm-2,
.stpcol-col-sm-3,
.stpcol-col-sm-4,
.stpcol-col-sm-5,
.stpcol-col-sm-6,
.stpcol-col-xs-1,
.stpcol-col-xs-2,
.stpcol-col-xs-3,
.stpcol-col-xs-4,
.stpcol-col-xs-5,
.stpcol-col-xs-6 {
  float: left;
  margin-bottom: 10px;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
}
.stpcol-col-lg-1 {
  width: 100%;
}
.stpcol-col-lg-2 {
  width: 50%;
}
.stpcol-col-lg-3 {
  width: 33.2222%;
}
.stpcol-col-lg-4 {
  width: 24.9%;
}
.stpcol-col-lg-5 {
  width: 19.9%;
}
.stpcol-col-lg-6 {
  width: 16.6667%;
}
/* md */
@media (min-width: 992px) and (max-width: 1100px) {
  .stpcol-col-md-1 {
    width: 100%;
  }
  .stpcol-col-md-2 {
    width: 50%;
  }
  .stpcol-col-md-3 {
    width: 33.22222222%;
  }
  .stpcol-col-md-4 {
    width: 24.9%;
  }
  .stpcol-col-md-5 {
    width: 19.9%;
  }
  .stpcol-col-md-6 {
    width: 16.66666666666667%;
  }
}
/* sm */
@media (min-width: 650px) and (max-width: 991px) {
  .stpcol-col-sm-1 {
    width: 100%;
  }
  .stpcol-col-sm-2 {
    width: 49.9%;
  }
  .stpcol-col-sm-3 {
    width: 33.22222222%;
  }
  .stpcol-col-sm-4 {
    width: 24.9%;
  }
  .stpcol-col-sm-5 {
    width: 19.9%;
  }
  .stpcol-col-sm-6 {
    width: 16.66666666666667%;
  }
}
/* xs */
@media (max-width: 651px) {
  .stpcol-col-xs-1 {
    width: 100%;
  }
  .stpcol-col-xs-2 {
    width: 49.9%;
  }
  .stpcol-col-xs-3 {
    width: 33.22222222%;
  }
  .stpcol-col-xs-4 {
    width: 24.9%;
  }
  .stpcol-col-xs-5 {
    width: 19.9%;
  }
  .stpcol-col-xs-6 {
    width: 16.66666666666667%;
  }
}