/* Welcome to Compass. Use this file to write IE specific override styles.
 * Import this file using the following HTML or equivalent:
 * <!--[if IE]>
 *   <link href="/stylesheets/ie.css" media="screen, projection" rel="stylesheet" type="text/css" />
 * <![endif]--> */
/* FUCK IE FUCK YOU MICROSOFT FUCK YOU BILL */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .wow, .fade-in, .fade-in-down, .fade-in-up {
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    left: 0 !important;
    top: 0 !important;
    -webkit-transform: none !important;
            transform: none !important;
  }
  html, body {
    min-height: 0;
    height: auto;
  }
  .template {
    height: auto;
    display: block;
  }
  main {
    display: block;
  }
}