@charset "UTF-8";
/* ============== Browser Support ============== */
/* ================== Colors ================== */
/* ================ Typography ================= */
/* ============ Heights and Widths ============= */
/* ========== Responsive breakpoints =========== */
/* ================= Elevations ================ */
/* ================= Animations ================ */
/* =================== Icons =================== */
/* ============== Module specific ============== */
/* ============== Accordion ============== */
/* ============== Avatar ============== */
/* ============== 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 */
/* This function is used to get the max height for multi-line ellipses
 * We use px values for line-height in styleguide, and unitless values for line-height in core
 * so we need to handle the possibility for both here
 */
/* ============== Browser Support ============== */
/* ================== Colors ================== */
/* ================ Typography ================= */
/* ============ Heights and Widths ============= */
/* ========== Responsive breakpoints =========== */
/* ================= Elevations ================ */
/* ================= Animations ================ */
/* =================== Icons =================== */
/* ============== Module specific ============== */
/* ============== Accordion ============== */
/* ============== Avatar ============== */
/* ============== Button ============== */
/* ============== Card ============== */
/* ============== Event Cards ============== */
/* ============== Form ============== */
/* ============== Overlay ============== */
/* ============== Reports ============== */
/* ============== Responsive Form ============== */
/* ============== Segmented Control ============== */
/* ============== Ticket Types ============== */
/* ============== Toggle / Switch ============== */
.region-selector--dropdown ul::-webkit-scrollbar-thumb:vertical {
  border-radius: 4px;
  background-color: #9ea0a4;
  background-color: rgba(40, 44, 53, 0.45);
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.5); }

.region-selector--dropdown ul::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px; }

.global-footer {
  color: #666A73;
  position: relative;
  border-top: #666A73 solid 6px;
  background: #282C35; }
  .global-footer .ico-eventbrite-badge {
    color: #45494E; }
  .global-footer .footer-links li {
    line-height: 1.9; }
    .global-footer .footer-links li i.ico--bullet {
      line-height: 30px; }
  .global-footer .footer-links a {
    color: #D2D6DF !important; }

.footer-section--border {
  border-bottom: 1px solid #363A43; }

.footer-text-heading-primary {
  color: #ADB0B6; }

.footer-links--inline li {
  display: inline-block; }

.footer-links--padding-right li {
  padding-right: 20px; }

.footer-links--padding-right li:last-child {
  padding-right: 0; }

.footer-corp-links {
  padding: 25px 0; }
  .footer-corp-links a {
    font-size: 15px; }

.footer-copyright {
  color: #ADB0B6; }

/* Region Selector */
.region-selector--wrapper .ico-globe,
.region-selector--wrapper .ico-arrow-dropdown {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 25px;
  margin: auto; }

.region-selector--wrapper .ico-globe {
  left: 10px; }

.region-selector--wrapper .ico-arrow-dropdown {
  right: 10px; }

.region-selector--dropdown {
  position: absolute;
  width: 240px;
  border: 1px solid #363A43;
  border-radius: 5px;
  cursor: pointer;
  outline: none; }
  .region-selector--dropdown .region-selector--active {
    margin-left: 40px;
    color: #D2D6DF;
    font-size: 15px;
    font-weight: 400; }
    .region-selector--dropdown .region-selector--active:hover {
      text-decoration: none; }
  .region-selector--dropdown ul {
    position: absolute;
    z-index: 1;
    bottom: 0;
    width: 100%;
    height: 330px;
    overflow: auto;
    background: white;
    border: 1px solid #D2D6DF;
    pointer-events: none;
    border-radius: 5px;
    display: none; }
    .region-selector--dropdown ul li {
      position: relative;
      border-top: 0; }
    .region-selector--dropdown ul .region--selected {
      background: #F8F8FA; }
      .region-selector--dropdown ul .region--selected .ico-globe {
        height: 28px; }
    .region-selector--dropdown ul a {
      padding: 14px 10px 15px 40px; }
    .region-selector--dropdown ul.active {
      display: block;
      pointer-events: auto; }

.region-selector--select {
  position: relative; }
  .region-selector--select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 10px 10px 10px 40px;
    background: none;
    color: #D2D6DF;
    font-size: 15px;
    border: 1px solid #363A43;
    border-radius: 5px; }
    .region-selector--select select:focus {
      outline: none; }

/* Responsive Styles */
@media only screen and (max-width: 479px) {
  .footer-corp-links {
    text-align: center;
    padding: 0; }
  .footer-links {
    margin: 15px 0; } }

@media only screen and (min-width: 480px) and (max-width: 799px) {
  .footer-corp-links {
    text-align: center;
    padding: 0; }
  .footer-links {
    margin: 15px 0; } }
