﻿.no-touch .scw-faq-group .scw-faq-title:hover {
  box-shadow: none;
}
.no-touch .scw-faq-categories a:hover {
  background: #003784;
  color: #FFFFFF;
  text-decoration: none;
}
.no-js .scw-faq-items {
  position: static;
  height: auto;
  width: 100%;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.no-js .scw-faq-group {
  display: block;
}
.no-js .scw-faq-categories {
  width: 100%;
  margin-bottom: 2em;
}
.no-js .scw-faq-content {
  display: block;
}
.no-js .scw-faq-items {
  padding-left: 0;
}