/* ============== Browser Support ============== */
/* ================== Colors ================== */
/* ================ Typography ================= */
/* ============ Heights and Widths ============= */
/* ========== Responsive breakpoints =========== */
/* ================= Elevations ================ */
/* ================= Animations ================ */
/* =================== Icons =================== */
/* ============== Module specific ============== */
/* ============== Accordion ============== */
/* ============== Avatar ============== */
/* ============== Badge ============== */
/* ============== Button ============== */
/* ============== Card ============== */
/* ============== Event Cards ============== */
/* ============== Form ============== */
/* ============== Overlay ============== */
/* ============== Reports ============== */
/* ============== Responsive Form ============== */
/* ============== Segmented Control ============== */
/* ============== Ticket Types ============== */
/* ============== Toggle / Switch ============== */
/* ---------------------------------------------------------- */
/*                                                            */
/* A media query that captures:                               */
/*                                                            */
/* - Retina iOS devices                                       */
/* - Retina Macs running Safari                               */
/* - High DPI Windows PCs running IE 8 and above              */
/* - Low DPI Windows PCs running IE, zoomed in                */
/* - Low DPI Windows PCs and Macs running Firefox, zoomed in  */
/* - Android hdpi devices and above                           */
/* - Android tvdpi devices, including Google Nexus 7          */
/* - Chrome running on high DPI Macs and PCs                  */
/* - Opera running on high DPI Macs, PCs and mobile devices   */
/*                                                            */
/* Please note that that this code assumes you'll swap a      */
/* 2× version of your images. If you'd like to supply         */
/* finer increments, other thresholds might be appropriate.   */
/*                                                            */
/* A test for CSS pixel densites can be found here:           */
/* http://bjango.com/articles/min-device-pixel-ratio/         */
/*                                                            */
/*                                  @marcedwards from @bjango */
/*                                                            */
/* ---------------------------------------------------------- */
/* This is hacky and awesome. it should be part of mixins or something.
   I found it once on stack overflow and couldn't find it later when I looked */
/* XXX: test in browsers */
/* ratio is the height divided by width in percentage form */
@media -sass-debug-info{filename{font-family:file\:\/\/\/mnt\/jenkins\/workspace\/ebcore-build_12\.04\/django\/media\/django\/compass\/sass\/non_modular\/eventbrite_app\.scss}line{font-family:\000035}}
.landing-hero {
  background-image: url('../../../../images/pages/applanding/eventbrite_app_hero_bg.jpg?1467085447');
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/mnt\/jenkins\/workspace\/ebcore-build_12\.04\/django\/media\/django\/compass\/sass\/non_modular\/eventbrite_app\.scss}line{font-family:\000037}}
.landing-hero .text-heading-epic {
  font-size: 65px;
  line-height: 70px;
  font-weight: 700;
}
@media only screen and (min-width: 480px) and (max-width: 799px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/mnt\/jenkins\/workspace\/ebcore-build_12\.04\/django\/media\/django\/compass\/sass\/non_modular\/eventbrite_app\.scss}line{font-family:\000037}}
  .landing-hero .text-heading-epic {
    font-size: 36px;
    line-height: 48px;
  }
}
@media only screen and (max-width: 479px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/mnt\/jenkins\/workspace\/ebcore-build_12\.04\/django\/media\/django\/compass\/sass\/non_modular\/eventbrite_app\.scss}line{font-family:\000037}}
  .landing-hero .text-heading-epic {
    font-size: 30px;
    line-height: 36px;
  }
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/mnt\/jenkins\/workspace\/ebcore-build_12\.04\/django\/media\/django\/compass\/sass\/non_modular\/eventbrite_app\.scss}line{font-family:\0000322}}
.landing-neon {
  background-color: #282C35;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/mnt\/jenkins\/workspace\/ebcore-build_12\.04\/django\/media\/django\/compass\/sass\/non_modular\/eventbrite_app\.scss}line{font-family:\0000324}}
.landing-neon .text-body-large {
  color: #666A73;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/mnt\/jenkins\/workspace\/ebcore-build_12\.04\/django\/media\/django\/compass\/sass\/non_modular\/eventbrite_app\.scss}line{font-family:\0000330}}
.landing-features .slick-list {
  margin-bottom: 20px;
}
