/* Responsive CSS Styling */
html, body {
  min-width: 320px;
  width: 100%;
  padding: 0;
  overflow-x: hidden; }

#masterContainer {
  width: 100%; }
  #masterContainer #wrapper {
    max-width: 1190px;
    width: 100%; }

#featureSwitcher {
  width: 100%;
  height: auto;
  position: relative; }
  #featureSwitcher .spacer {
    padding-top: 47.8%; }
  #featureSwitcher .featureItem {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden; }
    #featureSwitcher .featureItem img {
      width: 100%;
      height: auto; }
    #featureSwitcher .featureItem .details {
      bottom: 0;
      top: auto;
      transform: none;
      width: 100%;
      padding: 16px 96px 16px 16px; }

.index #blockLinks {
  width: 100%; }

.eventPage .centreColumn {
  width: 928px;
  padding: 0 18px 0 0;
  float: left; }

.touch-only {
  display: none; }

/* Sizes below desktop */
@media (max-width: 1189px) {
  .desktop-only {
    display: none; }

  .touch-only {
    display: block; }

  #horizontalCalendar {
    display: none; }

  h1 {
    font-size: 26px;
    margin-top: 0.75rem; }

  img {
    max-width: 100%;
    height: auto !important; }

  #masterContainer #topArea {
    height: 80px;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #404040; }
    #masterContainer #topArea #navRows {
      padding-right: 15px;
      width: calc(100% - 115px); }
      #masterContainer #topArea #navRows #contact {
        display: none; }
      #masterContainer #topArea #navRows #festivalDetails {
        margin-top: 10px;
        display: inline-block; }
        #masterContainer #topArea #navRows #festivalDetails #festivalDates {
          padding-left: 12px;
          width: 150px; }
          #masterContainer #topArea #navRows #festivalDetails #festivalDates h1 {
            font-size: 18px; }
        #masterContainer #topArea #navRows #festivalDetails #launchedFestivalLinks {
          display: none; }
      #masterContainer #topArea #navRows #nav {
        display: none; }
    #masterContainer #topArea #touch-nav-toggle {
      color: white;
      cursor: pointer;
      font-size: 2rem;
      height: 32px;
      line-height: 32px;
      padding: 20px;
      position: absolute;
      right: 4px;
      text-align: center;
      text-decoration: none;
      top: 4px;
      width: 32px; }
      #masterContainer #topArea #touch-nav-toggle::after {
        content: "\f0c9";
        font-weight: 900;
        font-family: "Font Awesome 5 Free"; }
      #masterContainer #topArea #touch-nav-toggle.open::after {
        content: "\f00d"; }
    #masterContainer #topArea #touch-nav {
      background: #f0f0f0;
      box-sizing: border-box;
      color: black;
      right: 0;
      padding: 20px 20px 40px;
      position: absolute;
      top: 80px;
      transition: all ease 0.25s;
      width: 100%;
      z-index: 100;
      transform: translateX(100%); }
      #masterContainer #topArea #touch-nav.open {
        transform: translateX(0); }
      #masterContainer #topArea #touch-nav a {
        color: black;
        display: inline-block;
        text-decoration: none; }
        #masterContainer #topArea #touch-nav a.current {
          color: royalblue; }
      #masterContainer #topArea #touch-nav ul {
        font-size: 20px;
        list-style-type: none;
        padding: 0;
        margin: 0; }
        #masterContainer #topArea #touch-nav ul li a {
          padding: 0.25rem 0;
          text-transform: uppercase; }
        #masterContainer #topArea #touch-nav ul ul {
          font-size: 14px;
          padding: 0.5rem 0 0.5rem 1rem; }
          #masterContainer #topArea #touch-nav ul ul li a {
            padding: 0.25rem 0;
            text-transform: none; }
    #masterContainer #topArea #logo {
      margin: 0;
      width: 98px;
      height: 80px; }
      #masterContainer #topArea #logo a {
        width: 100%;
        height: 100%;
        background-size: 100%; }
  #masterContainer #content {
    padding: 0; }
  #masterContainer #contentArea {
    padding: 10px 15px; }

  #botBar {
    margin: 0;
    padding: 10px;
    text-align: center; }
    #botBar div.rowOne {
      border-top: 1px solid #404040;
      height: auto;
      line-height: normal;
      margin: 20px 0 20px;
      padding: 20px 0 20px; }
      #botBar div.rowOne a.bug {
        display: inline-block;
        float: none;
        font-size: 14px;
        height: 20px;
        padding: 8px 46px 8px 0;
        text-align: left;
        width: auto; }
      #botBar div.rowOne span {
        display: block;
        padding: 0;
        margin: 0 0 8px;
        font-size: 14px; }
    #botBar div.rowTwo {
      height: auto;
      line-height: normal; }
      #botBar div.rowTwo .copyright {
        float: none;
        margin: 0 0 4px;
        display: block;
        font-size: 14px; }
      #botBar div.rowTwo .nav a {
        font-size: 14px;
        float: none;
        margin: 6px 0; }
      #botBar div.rowTwo #socialBugs {
        float: none; }
        #botBar div.rowTwo #socialBugs a {
          float: none;
          display: inline-block;
          width: 14px; }

  #featureSwitcher .spacer {
    padding-top: 75%; }
  #featureSwitcher .featureItem .progressContainer {
    display: none; }
  #featureSwitcher .featureItem .imageCounter {
    display: none; }
  #featureSwitcher .featureItem img {
    object-fit: cover;
    min-height: 100%;
    min-width: 600px;
    left: 50%;
    transform: translateX(-50%); }
  #featureSwitcher .featureItem .details {
    padding: 10px;
    background: rgba(0, 0, 0, 0.75); }
    #featureSwitcher .featureItem .details h1.eventName {
      font-size: 18px;
      line-height: 20px;
      margin: 0; }
    #featureSwitcher .featureItem .details h3.artistName {
      font-size: 12px; }

  .index .extra-touch-nav {
    padding-top: 10px;
    display: flex;
    flex-wrap: wrap; }
    .index .extra-touch-nav a {
      background: #2c5392;
      border-radius: 4px;
      display: block;
      padding: 1rem;
      text-align: center;
      width: 100%;
      box-sizing: border-box;
      font-size: 20px; }
      .index .extra-touch-nav a.calendar, .index .extra-touch-nav a.lineup {
        width: calc(50% - 5px); }
      .index .extra-touch-nav a.lineup {
        margin: 0 5px 10px 0; }
      .index .extra-touch-nav a.calendar {
        margin: 0 0 10px 5px; }
      .index .extra-touch-nav a.tickets {
        background: #425506; }
  .index #blockLinks {
    display: block;
    margin: 10px 0 0; }
    .index #blockLinks a {
      background: black !important;
      margin: 0;
      opacity: 0.75;
      padding: 10px 10px; }
      .index #blockLinks a p {
        margin: 4px 0 0; }
      .index #blockLinks a h3 {
        font-size: 20px; }
    .index #blockLinks a + a {
      margin: 0; }
  .index .rightColumn {
    width: 100%;
    margin-top: 20px;
    border-top: 1px solid #606060; }
    .index .rightColumn #twitter {
      text-align: center; }
      .index .rightColumn #twitter a.tweet {
        float: none;
        display: inline-block; }
      .index .rightColumn #twitter #tweets {
        float: none;
        display: inline-block;
        text-align: left; }

  .simplePage .centreColumn {
    float: none;
    padding: 0;
    width: 100%; }
  .simplePage .leftColumn {
    clear: both;
    float: none;
    margin: 2rem 0 0;
    padding: 0;
    width: 100%; }
    .simplePage .leftColumn .subNav,
    .simplePage .leftColumn .sponsors {
      margin-right: 0; }

  .venuePage .leftColumn {
    float: none;
    width: 100%;
    padding: 0; }
  .venuePage .centreColumn {
    float: none;
    width: 100%;
    padding: 0; }
    .venuePage .centreColumn iframe {
      max-width: 100%; }

  .eventPage .heroColumn {
    padding: 10px 0;
    width: 100%; }
  .eventPage .centreColumn {
    float: none;
    padding: 0;
    width: 100%; }
    .eventPage .centreColumn iframe {
      max-width: 100%; }
  .eventPage .rightColumn {
    width: 100%;
    padding: 0; }

  .calendarPage a.download {
    float: none;
    margin: 0.35rem 0 1rem; }
  .calendarPage #calendar-list .day-title {
    background: url(/design/images/m-downarrow-calendar.png) center right no-repeat;
    border-top: 1px solid #333333;
    color: #666666 !important;
    cursor: pointer;
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    padding-left: 5px;
    text-decoration: none;
    vertical-align: middle; }
    .calendarPage #calendar-list .day-title .weekday {
      color: #b69c56; }
  .calendarPage #calendar-list .list {
    padding: 5px 5px 12px; }
    .calendarPage #calendar-list .list.closed {
      display: none; }
  .calendarPage #calendar-list table.dayEventList {
    width: 100%;
    background: black; }
    .calendarPage #calendar-list table.dayEventList td {
      border: 0;
      font-size: 12px;
      line-height: 14px;
      padding: 4px; }
      .calendarPage #calendar-list table.dayEventList td.time {
        background: black;
        width: auto;
        text-align: left;
        font-weight: 400; }
      .calendarPage #calendar-list table.dayEventList td.details {
        color: #898989; }
        .calendarPage #calendar-list table.dayEventList td.details a {
          font-size: 14px;
          line-height: 18px;
          color: #ffffff;
          display: inline-block; }

  .lineupPage {
    margin: 6px 0 0; }
    .lineupPage h1.eventName {
      font-size: 24px;
      padding-bottom: 6px !important; }
    .lineupPage h3.artistName {
      padding-top: 8px !important; }
    .lineupPage .eventByline {
      color: #c0c0c0 !important;
      font-style: normal !important; }
    .lineupPage .eventTools {
      display: none; }
    .lineupPage .tierOne,
    .lineupPage .tierTwo {
      height: auto;
      margin: 8px 0;
      text-align: center;
      width: 100%; }
      .lineupPage .tierOne img,
      .lineupPage .tierTwo img {
        width: 100%; }

  #content .alsoLikes {
    margin: 20px 0 0; }
    #content .alsoLikes .eventTools {
      display: none; }
    #content .alsoLikes .tierTwo {
      float: none;
      text-align: center;
      width: 100%;
      margin: 8px 0 16px;
      height: auto; }
      #content .alsoLikes .tierTwo img {
        width: 100%; } }

/*# sourceMappingURL=responsive.css.map */
