/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
/**
 * Long content fade mixin
 *
 * Creates a fading overlay to signify that the content is longer
 * than the space allows.
 */
/**
 * Button states and focus styles
 */
/**
 * Applies editor left position to the selector passed as argument
 */
/**
 * Applies editor right position to the selector passed as argument
 */
/**
 * Styles that are reused verbatim in a few places
 */
/**
 * #.# Styles
 *
 * CSS for both Frontend+Backend.
 */
.sc_fs_faq {
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  border-radius: 2px;
  background: white;
  margin: 2em auto;
  width: 100%;
  overflow: hidden; }
  @media (min-width: 469px) {
    .sc_fs_faq {
      padding: 1em; } }
  .sc_fs_faq h1, .sc_fs_faq h2, .sc_fs_faq h3, .sc_fs_faq h4, .sc_fs_faq h5, .sc_fs_faq h6 {
    font-size: 1em;
    line-height: 1.2em;
    margin: 0;
    margin-bottom: 1em;
    font-weight: bold; }
  .sc_fs_faq p {
    font-size: 1em; }
    @media (max-width: 468px) {
      .sc_fs_faq p {
        padding: 0em 1em 1em 1em; } }
    .sc_fs_faq p:last-child {
      margin-bottom: 0; }
    .sc_fs_faq p:empty {
      display: none;
      margin-bottom: 0; }
  .sc_fs_faq img {
    margin-bottom: 1em;
    margin-top: -1em;
    margin-right: -1em; }
    @media (min-width: 469px) {
      .sc_fs_faq img {
        float: right;
        margin-left: 1em; } }
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
/**
 * Long content fade mixin
 *
 * Creates a fading overlay to signify that the content is longer
 * than the space allows.
 */
/**
 * Button states and focus styles
 */
/**
 * Applies editor left position to the selector passed as argument
 */
/**
 * Applies editor right position to the selector passed as argument
 */
/**
 * Styles that are reused verbatim in a few places
 */
/**
 * #.# Styles
 *
 * CSS for both Frontend+Backend.
 */
