/**
 * Font REM
 * -- convert and output px and rem
 * -- font-rem( $font-size-px )
 */
/**
 * Transition
 */
/**
 * Absolute Center
 */
/**
 * Responsive Media Query Helpers
 */
/**
 * Highlight Overlay
 */
.clear {
  clear: both;
}

.read-more-link {
  cursor: pointer;
}

.vis-hidden {
  visibility: hidden;
}

.with-pad {
  margin: 0 16px;
}

.user-login-form {
  max-width: 1280px;
  margin: 0 auto;
}

.visibility-hidden {
  visibility: hidden;
}

a:focus,
input:focus,
.slick-slide.slick-current.slick-active:focus {
  outline: transparent;
}
