<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*** CONTENT ***/

/*****************************************************************/

/*
/*** 01. Typography
/*** 02. Global
/*** 03. Header
/*** 04. Main
/*** 05. Responsive
/*
/*****************************************************************/
/*
/*/





/*====================================================================*/
/*=========------------------- 01. TYPOGRAPHY  -----------============*/
/*====================================================================*/

/* EMBEDDING AVERTA */
@font-face {
  font-family: 'AvertaBold';
  src: url("https://media.ticketmaster.co.uk/tm/en-gb/img/static/lib/fonts/averta/averta-bold-webfont.woff2") format("woff2"),
       url("https://media.ticketmaster.co.uk/tm/en-gb/img/static/lib/fonts/averta/averta-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'AvertaSemiBold';
  src: url("https://media.ticketmaster.co.uk/tm/en-gb/img/static/lib/fonts/averta/averta-semibold-webfont.woff2") format("woff2"),
       url("https://media.ticketmaster.co.uk/tm/en-gb/img/static/lib/fonts/averta/averta-semibold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'AvertaRegular';
  src: url("https://media.ticketmaster.co.uk/tm/en-gb/img/static/lib/fonts/averta/averta-regular-webfont.woff2") format("woff2"),
      url("https://media.ticketmaster.co.uk/tm/en-gb/img/static/lib/fonts/averta/averta-regular-webfont.woff") format("woff");
  font-style: normal;
  font-weight: normal;
}



/*====================================================================*/
/*=========------------------- 02. GLOBAL ----------------============*/
/*====================================================================*/

 body {
 scroll-behavior: smooth;
  font-family: 'AvertaRegular', helvetica, arial, sans-serif;
  line-height: 30px;
  font-size: 20px;
  overflow-x: hidden;
  color: #1F262D;
}

* {
    margin: 0;
    font-family: 'AvertaRegular', helvetica, arial, sans-serif;
}

/*HEADING*/
 h1,  h2, h3, h4, h5 {
  font-family:'AvertaBold', helvetica, arial, sans-serif;
  line-height: 30px;
  padding-left: 0!important;
}

h1, h2{
  text-transform:uppercase;
}

.h4, h4 {
    font-size: 20px;
}

.h5, h5 {
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

p {
  margin: 0 0 15px;
}

p.small{
  margin: 25px 0 15px;
  font-size: 16px;
  line-height: 27px;
}

p.fig{
  display: flex;
  align-items: flex-start;
}

.fig-number{
  position: relative;
  font-size: 40px;
  line-height: 60px;
}
.fig-number:before{
  content: "";
  position: absolute;
  width: 46px;
  bottom: 0;
  left: 0;
  border-bottom: 5px solid #262626;
}

.fig-text{
  padding-top: 10px;
  padding-left: 15px;
}

@media (min-width: 768px){
  .fig-number{
    position: relative;
    font-size: 55px;
    line-height: 75px;
  }
  .fig-number:before{
    width: 62px;
  }
}

ul{
  margin: 0;
  padding: 0;
  list-style: none;
}

ul li{
  margin: 0;
  padding: 0;
}

ul.small li{
  font-size: 16px;
  line-height: 27px;
}


a{
  color:#026cdf;
  font-weight: 600;
}

hr {
    margin-top: 35px;
    margin-bottom: 35px;
    border-top: 2px solid #eee;
}

img.full-width-img{
  width: 100%;
  height: auto;
}

/* Full width page */
.frame {
  width: 100% !important;
  max-width: 100%;
}
/* TM Mods */
.search-full-input {
  font-weight: normal;
}
.search-button {
  top: 9px;
}
#mainContent {
  padding: 0;
}
#mainContent *:not(.box-sizing) {
  box-sizing: border-box;
}


/* buttons */
.btn {
  font-family: 'AvertaSemiBold', helvetica, arial, sans-serif;
  white-space: normal;
  margin-bottom: 5px;
  text-shadow: none;
  font-size: 17px !important;
  border-radius: 2px;
  padding: 10px 25px;
  text-transform: capitalize;
  background-color: #026cdf;
color: #ffffff;
}
.btn-blue, .btn-blue:visited, .btn-blue:active {
    background-color: #01ffff;
    color: #262626;
    border: solid 1px #01ffff;
    min-width: 127px;
    width: 160px;
    padding: 20px;
    letter-spacing: 1px;
}
.btn-blue:hover {
  background-color: #0150a7!important;
  color: #fff!important;
  border: solid 1px #0150a7;
}
.btn-clear, .btn-clear:visited, .btn-clear:active {
  background-color: transparent;
  color: #ffffff;
  border: solid 1px #ffffff;
  min-width: 127px;
  width: 160px;
  padding: 20px;
  letter-spacing: 1px;
}
.btn-clear:hover {
  background-color: #0150a7;
  border: solid 1px #0150a7;
  color: #fff;
}
.btn-clear-dark, .btn-clear-dark:visited, .btn-clear-dark:active {
  background-color: transparent;
  color: #0e6bdf;
  border: solid 1px #0e6bdf;
}
.btn-clear-dark:hover {
  background-color: #0150a7;
  border: solid 1px #0150a7;
  color: #fff;
}

.btn-clear-dark.btn:active, .btn-clear-dark.btn:focus {
  background-color: #0150a7;
  box-shadow: none;
  text-decoration: none;
}

.btn-blue, .btn-clear, .btn-clear-dark{
  border-bottom-right-radius: 0px !important;
  border-top-right-radius: 0px !important;
}

.btn-showMore, .btn-showMore:visited, .btn-showMore:active,
.btn-readMore, .btn-readMore:visited, .btn-readMore:active {
  background-color: #262626;
  color: #ffffff;
  border: solid 1px #262626;
  min-width: 80px;
  border-radius: 20px;
  font-size: 16px!important;
}
.btn-showMore:hover, .btn-readMore:hover {
  background-color: #01ffff;
  border: solid 1px #01ffff;
  color: #fff;
}
.btn-findTickets, .btn-findTickets:visited, .btn-findTickets:active {
  line-height: 18px ;
  background-color: #026cdf;
  color: #ffffff;
}
.btn:hover {
  background-color: #0150A7;
  color: #fff;
}

.btn:active, .btn:focus{
  outline:none!important;
  color: #fff!important;
}
.btn-default {
    background-color: #ccc!important;
    border-color: #ccc!important;
}

.btn-default:hover{
  background-color: #bbb!important;
    border-color: #bbb!important;
}



.btn-block{
  width: 100%;
  padding: 10px;
}

.ft-button-wrap button {
    margin: 25px 0px;
}

.btn-link {
    font-size: 16px!important;
    margin: 0px 0px 5px 0px;
    padding: 0px;
    width: 100%;
    text-align: center;
}

.btn-close{
     background-color: #01ffff;
    font-size: 18px!important;
    padding: 10px!important;
}

.pdf-buttons {
    padding: 20px 0px 50px 0px;
}

.fa-chevron-down,
.fa-chevron-up,
.fa-external-link-alt{
  font-size: 13px;
  margin-left: 5px;
}


/*BREADCRUMB*/
ul.breadcrumb_menu {
  float: left;
  color: #fff;
  font-size: 13px;
  margin-top: 10px;
  padding-left: 0px;
}
.breadcrumb_menu li {
  float: left;
  padding: 0 3px;
  list-style-type: none;
}
.breadcrumb_menu li + li:before {
  content: " / ";
  padding: 0px 5px;
}
.breadcrumb_menu li a, .breadcrumb_menu li span{
  color: #fff;
}


/*Swiper Slider*/
    .swiper-container {
      width: 100%;
      height: 100%;
    }
    .swiper-slide {
      text-align: center;
      overflow: hidden;
      max-width: 460px;

      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }

    .swiper-slide img{
      width: 100%!important;
    }


    /*G Carousel*/
        .g-scrolling {
            position: relative;
        }
        .g-scrolling .items {
            overflow-x: scroll;
            white-space: nowrap;
            width: 100%;
            -webkit-overflow-scrolling: touch;
            -ms-overflow-style: none;
            scrollbar-width: none;
        }
    .g-scrolling .items::-webkit-scrollbar {
      display: none;
    }
        .jc-right,
        .jc-left {
            width: 36px;
            height: 48px;
            color:#757575;
            margin-bottom: auto;
            margin-top:auto;
            /*box-shadow: 0 0 0 1px rgba(0,0,0,0.04), 0 4px 8px 0 rgba(0,0,0,0.20);*/
            background: #fff;
            /*border-radius: 50%;*/
            cursor: pointer;
            position: absolute;
            top: 0;
            bottom: 0;
            z-index:2;
            opacity: 0.94;

        }
        .jc-right {
            right:-18px;
        }
        .jc-left {
            left:-10px;
        }

        .tickets-nav .jc-left {
            left: -5px;
        }

        .tickets-nav .jc-right{
            right: -5px;
        }

        .jc-right:hover,
        .jc-left:hover{
            opacity: 0.98;
        }
        .jc-right svg,
        .jc-left svg{
            position: absolute;
            left: 0;right: 0;bottom: 0;top: 0;
            margin: auto;
            width: 24px;
            height: 24px;
            fill: #757575;
        }
        .jc-right:hover svg,
        .jc-left:hover svg{
           fill: #000;
        }
        @media (pointer: coarse) {
          .jc-right,
          .jc-left {
            display: none !important;
          }
        }
        .noselect {
          -webkit-touch-callout: none; /* iOS Safari */
            -webkit-user-select: none; /* Safari */
             -khtml-user-select: none; /* Konqueror HTML */
               -moz-user-select: none; /* Firefox */
                -ms-user-select: none; /* Internet Explorer/Edge */
                    user-select: none;
        }


        /*.container { margin: 150px auto; max-width: 640px; }*/
        .g-scrolling .items{
            padding: 5px 0;
            background-color: #fff;
        }
        .g-scrolling .items li {
            display: inline-block; /* notice the comments between inline-block items */
            margin-right: 10px;
            width: auto;
            /*height: 250px;*/
            line-height: 250px;
            /*box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);*/
            text-align: center;
            text-decoration: none;
        }





.panel-heading .accordion-toggle:after {
  /* symbol for "opening" panels */
  font-family: 'Glyphicons Halflings'; /* essential for enabling glyphicon */
  content: "\e250"; /* adjust as needed, taken from bootstrap.css */
  float: right; /* adjust as needed */
  color: #026cdf; /* adjust as needed */
  font-size: 60%;
}
.panel-heading .accordion-toggle.collapsed:after {
  /* symbol for "collapsed" panels */
  content: "\e252";
  /* adjust as needed, taken from bootstrap.css */
}
.panel-default &gt; .panel-heading {
  background-color:#ffffff;
  border-bottom: solid 1px #d1d1d1;
}


.row {
  margin-bottom: 30px;
}


/*====================================================================*/
/*=========------------------- 03. HEADER ----------------============*/
/*====================================================================*/
.masthead {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../img/RWCHeaderTemp.png)!important;
  background-size: cover!important;
  background-position: center!important;
  background-repeat: no-repeat!important;
  margin-bottom: 0 !important;
}

.masthead .container{
  background: none;
}

/*
.flexbox {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}*/

.title {

font-size: 40px;
color: #FFFFFF;
letter-spacing: 1.33px;
line-height: 64px;
text-shadow: 0 0 10px rgba(0,0,0,0.50);
margin: 80px 0 0 0;
}

/* MAIN NAVBAR */
.navbar-header {
     float:none;
}


.noMarginRow {
  margin-bottom: 0 !important;
}




.whiteNav {
  position: relative;
  max-height: 62px;
  background-color: #ffffff!important;
  z-index: 100;
  box-shadow: 0px 2px 11px 0px #cecece;
  padding: 0 10px;
}

@media (min-width: 767px) {
  .whiteNav .container{
    padding: 0 40px;
    background: none;
  }
}


.nav-fixed {
    position: fixed;
    top:0; left:0;
    width: 100%;
    z-index: 100;
    box-shadow: 0px 2px 11px 0px #cecece;
    background-color: #fff;

}

.navbar {
  border-radius: 0;
  margin:0px;
}
.navbar-default {
  background-color: #fff;
  border-color: #fff;
}
.navbar.navbar-default {
  z-index: 11;
  width: 100%;
}
/* Title */
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5E5E5E;
}
.navbar-nav {
  padding: 0px !important;
  /*margin-left: -40px;*/
  margin: 0px;
  z-index: 99;

}

.nav-ticket{
  padding: 15px 10px;
  margin: 6px 0px;
}

/* Link */
.navbar-default .navbar-nav &gt; li &gt; a {
  font-family: 'AvertaSemiBold', helvetica, arial, sans-serif;
  color: #61737C;
  border-bottom: none;
  margin: 0px;
  padding:20px 12px 15px 12px;
  font-size: 14px;
  text-transform:uppercase;
  letter-spacing: 2px;
}
.navbar-default .navbar-nav &gt; li &gt; a:hover, .navbar-default .navbar-nav &gt; li &gt; a:focus {
  color: #262626;
  border-bottom: 5px solid #262626;
}
.navbar-default .navbar-nav &gt; .active &gt; a, .navbar-default .navbar-nav &gt; .active &gt; a:hover, .navbar-default .navbar-nav &gt; .active &gt; a:focus {
  color: #262626;
  border-bottom: 5px solid #262626;
  background: #fff;
}
.navbar-default .navbar-nav &gt; .open &gt; a, .navbar-default .navbar-nav &gt; .open &gt; a:hover, .navbar-default .navbar-nav &gt; .open &gt; a:focus {
  color: #555;
  background-color: #D5D5D5;
}
/* Caret */
.navbar-default .navbar-nav &gt; .dropdown &gt; a .caret {
  border-top-color: #777;
  border-bottom-color: #777;
}
.navbar-default .navbar-nav &gt; .dropdown &gt; a:hover .caret, .navbar-default .navbar-nav &gt; .dropdown &gt; a:focus .caret {
  border-top-color: #333;
  border-bottom-color: #333;
}
.navbar-default .navbar-nav &gt; .open &gt; a .caret, .navbar-default .navbar-nav &gt; .open &gt; a:hover .caret, .navbar-default .navbar-nav &gt; .open &gt; a:focus .caret {
  border-top-color: #555;
  border-bottom-color: #555;
}
/* Mobile version */
.navbar-default .navbar-toggle {
  border-color: transparent;
  margin-top: 11px;
  margin-right: 0px!important;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #eee;
  border-radius: 0px;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #262626;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu &gt; li &gt; a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu &gt; li &gt; a:hover, .navbar-default .navbar-nav .open .dropdown-menu &gt; li &gt; a:focus {
    color: #333;
  }
}
/* Tab section */
.nav-tabs {
  background-color: none;
  border-bottom: none;
  padding: 0 3px;
  margin-bottom: 40px;
}
.tab-content {
  padding: 0px 0px 0px 0px;
}
.nav-tabs &gt; li {
  padding: 0;
  margin-left: -3px;
}
.nav-tabs &gt; li &gt; a {
  font-family:'AvertaSemiBold', helvetica, arial, sans-serif;
  font-size: 16px;
  background: none;
  color: #262626;
  border: solid 1px #d2d2d2;
  text-align: center;
  border-radius: 0;
  padding: 15px 25px;
}
.nav-tabs &gt; li &gt; a:hover {
  background-color: #262626 !important;
  color: #fff !important;
  border: solid 1px #262626;
}
.nav-tabs &gt; li.active &gt; a, .nav-tabs &gt; li.active &gt; a:active, .nav-tabs &gt; li.active &gt; a:focus {
  font-family: 'AvertaSemiBold', helvetica, arial, sans-serif;
  background-color: #262626;
  color: #fff;
  border: solid 1px #262626;
  text-align: center;
}

.nav-tabs &gt; li:first-child a{
  border-top-left-radius: 4px!important;
  border-bottom-left-radius: 5px!important;
}

.nav-tabs &gt; li:last-child a{
  border-top-right-radius: 5px!important;
  border-bottom-right-radius:4px!important;
}

/* fix!*/
.nav-tabs li a {
    display: block !important;
}


/* COMMON CONTENT CSS */
.white, .grey, .darkGrey {
  z-index: 1;
}

.white h1, .grey h1, .darkGrey h1, .footerBlock h1,
.white h2, .grey h2, .darkGrey h2, .footerBlock h2 {
  display: inline-block;
  padding-bottom: 15px;
  position: relative;
  font-size: 20px;
  margin-bottom: 50px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.white h1:before, .grey h1:before, .darkGrey h1:before, .footerBlock h1:before,
.white h2:before, .grey h2:before, .darkGrey h2:before, .footerBlock h2:before {
  content: "";
  position: absolute;
  width: 50px;
  bottom: 0;
  left: 0%;
}
.white h3, .grey h3, .darkGrey h3 {
  font-size: 20px;
  margin-bottom: 20px;
  letter-spacing: 2px;
}
/* WHITE SECTION CSS */
.white {
  background: #ffffff;
}
.white h1:before, .white h2:before, .white .fig-number:before {
  border-bottom: 5px solid #262626;
}

/* GREY SECTION CSS */
.grey {
  background: #eeee;
  color: #262626;
}

.greyBorder {
  border: 2px solid #eeee;
}


/* DARK GREY SECTION CSS */
.darkGrey {
  background: #1F262D;
  color: #fff;
}
.darkGrey a{
  color: #00ffff;
}
.darkGrey .modal-content{
  color: #414141;
}
.darkGrey h1:before,
.darkGrey h2:before,
.darkGrey .fig-number:before {
  border-bottom: 5px solid #fff;
}
/* DarkGrey Tab Section */
.darkGrey .nav-tabs {
  background-color: none;
  border-bottom: none;
  padding: 0 3px;
  margin-bottom: 40px;
}
.darkGrey .tab-content {
  padding: none;
}
.darkGrey .nav-tabs &gt; li {
  padding: 0;
  margin-left: -3px;
}
.darkGrey .nav-tabs &gt; li &gt; a {
  background-color: none;
  color: #ffffff;
  border: solid 1px #ffffff;
  min-width: 80px;
  text-align: center;
  border-radius: 0;
}
.darkGrey .nav-tabs &gt; li &gt; a:hover {
  background-color: #ffffff !important;
  color: #262626 !important;
  border: solid 1px #ffffff;
}
.darkGrey .nav-tabs &gt; li.active &gt; a, .darkGrey .nav-tabs &gt; li.active &gt; a:active, .darkGrey .nav-tabs &gt; li.active &gt; a:focus {
  background-color: #ffffff;
  color: #262626;
  border: solid 1px #ffffff;
  min-width: 80px;
  text-align: center;
}
.whiteContentBox {
  background: #fff;
  color: #262626;
  padding: 55px 30px 30px 30px;
  min-height: 140px;
}


 /*support classes*/
  .margin-t-64{
    margin-top: 64px;
  }

  .margin-t-50{
    margin-top: 50px;
  }

  .margin-t-30{
    margin-top: 30px;
  }

  .margin-b-40{
    margin-bottom: 40px;
  }

  .margin-b-20{
    margin-bottom: 20px;
  }

  .margin-r-40{
    margin-right: 40px;
  }

  .margin-r-25{
    margin-right: 25px;
  }


  .padding-t-70{
     /* padding-top: 50px;*/

     padding: 70px 50px 0 50px;
    }
  .padding-b-70{
    padding-bottom: 20px;
  }

  .padding-t-b-10{
    padding: 10px 0px;
  }

  .padding-15{
    padding: 15px;
  }

  .padding-l-50{
    padding-left: 50px;
  }

  .padding-r-50{
    padding-right: 50px;
  }

  .float-right{
    float: right;
  }

  .float-left{
    float: left;
  }

  .upcase{
    text-transform:uppercase;
  }

  .oFLowHidden{
    overflow: hidden;
  }

  .full-width{
    width: 100%;
  }

  .darkGrey-line-bg{
    background-image: url(../images/light-bg.png);
    background-repeat: no-repeat;
    background-position: right 0px top 0px;
  }

  .grey-line-bg{
    background-image: url(../images/dark-bg.png);
    background-repeat: no-repeat;
    background-position: left 0px bottom 0px;
  }


.noPadding {
  padding: 0px!important;
}

.noPadding-right{
  padding-right: 0px!important;
}
.noPadding-left{
  padding-left: 0px!important;
}

.noMargin{
  margin:0px!important;
}
/* SCROLL TO TOP */
.go_top {
  position: fixed;
  bottom: 9%;
  right: 3%;
  font-size: 200%;
  color: #f92125;
  text-shadow: 0px 0px 5px white;
}
@media screen and (min-width: 768px) {
  .go_top {
    font-size: 300%;
    color: #f92125;
  }
}
.go_top:focus, .go_top:hover {
  color: #941416;
}


/* BACK TO TOP */
   .cd-top {
   display: inline-block;
   height: 40px;
   width: 40px;
   position: fixed;
   bottom: 40px;
   right: 10px;
   box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
   /* image replacement properties */
   overflow: hidden;
   z-index: 99;
   text-indent: 100%;
   white-space: nowrap;
   background: #01ffff url(../images/cd-top-arrow.svg) no-repeat center 50%;
   opacity: 0;
   -webkit-transition: opacity .3s 0s, visibility 0s .3s;
   -moz-transition: opacity .3s 0s, visibility 0s .3s;
   transition: opacity .3s 0s, visibility 0s .3s;
   }
   .cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
   -webkit-transition: opacity .3s 0s, visibility 0s 0s;
   -moz-transition: opacity .3s 0s, visibility 0s 0s;
   transition: opacity .3s 0s, visibility 0s 0s;
   }
   .cd-top.cd-is-visible {
   /* the button becomes visible */
   visibility: visible;
   opacity: 1;
   }
   .cd-top.cd-fade-out {
   /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
   opacity: .5;
   }
   .no-touch .cd-top:hover {
   background-color: #2cac71;
   opacity: 1;
   }
   @media only screen and (min-width: 768px) {
   .cd-top {
   right: 20px;
   bottom: 40px;
   }
   }
   @media only screen and (min-width: 1024px) {
   .cd-top {
   height: 60px;
   width: 60px;
   right: 30px;
   bottom: 40px;
   }
   }
   /* for above ie 10 and edge 12 */
   @media all and (-ms-high-contrast: none),
   (-ms-high-contrast: active) {
   /* IE10+ CSS styles go here */
   #mainContent {
   min-height: 3000px;
   }
   }
   @supports (-ms-accelerator: true) {
   /* IE Edge 12+ CSS styles go here */
   #mainContent {
   min-height: 3000px;
   }
   }


   /*SWIPER SLIDER*/
   .swiper-pagination-bullet {
      border: 1px solid #fff;
    }

    /* Artist pop-up lightbox */
    .galleryModal {
    display: none;
    position: fixed;
    z-index: 101;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: hsla(0, 0%, 0%, 0.8);
    }
    /* Modal Content */
    .gallery-modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0px 60px;
    /*width: 90%;*/
    max-width: 900px;
    background: none;
    box-shadow: none;
    border: none;
    }
    /* The Close button */
    .close {
    color: white;
    position: absolute;
    top: -60px;
    right: 0%;
    font-size: 35px;
    font-weight: bold;
    border: 1px solid #fff;
    padding: 0px 15px 6px 15px;
    width: auto;
    height: auto;
    z-index: 999;
    opacity: 1;
    text-shadow: none;
    }
    .close:hover,
    .close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
    }
    .tmSlides {
    display: none;
    }

    .tmSlides img{
      width: 100%;
    }
    .cursor {
    cursor: pointer;
    }
    /* Next &amp; previous buttons */
    .prev,
    .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
    }
    /* Position the "next button" to the right */
    .next {
    right: 0;
    border-radius: 3px 0 0 3px;
    }
    /* On hover, add a black background color with a little bit see-through */
    .prev:hover,
    .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
    }
    /* Number text (1/3 etc) */
    .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
    }

    .caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
    }
    .tmThum {
    opacity: 0.6;
    border-radius: 5px;
    }
    .active.tmThum,
    .tmThum:hover {
    opacity: 1;
    border: 2px solid #fff;
    }
    img.hover-shadow {
    transition: 0.3s;
    }
    .hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }



/*====================================================================*/
/*=========------------------- 04. MAIN ------------------============*/
/*====================================================================*/


#global{
  padding-bottom: 0;
}

.image-text, .image-text-reverse{
  position: relative;
}

.half-backgound{
  width: 100vw;
  height: 320px;
}

.option {
  padding-top: 0;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
}

.half-backgound-img{
  position: sticky;
  top: 0px;
  width: 100%;
  height: 100%;
}

#government-guidelines .half-backgound-img{
  background-image: url(../img/Experience1.png);
  background-size: cover;
  background-position: left bottom;
}

#venue-guidelines .half-backgound-img{
  background-image: url(../img/sanitiser.jpg);
  background-size: cover;
  background-position: center center;
}

#venue-guidelines .half-backgound{
  display: none;
}

.check-balance {
background-color: #ffffff;
box-shadow: 0px 2px 11px 0px #cecece;
padding: 0;

margin-top: 30px;
}

.check-balance h3 {
background: #026cdf;
color: white;
padding: 10px!important;
margin: 0;
text-transform: uppercase;
}
.check-balance p {
padding:20px;
margin: 0;}

.card-img {
  width: 100%;
}


.cat-img {
  border-radius: 16px;
  width:100%;
}


.show-more{

  background-color: #262626;
  color: #ffffff;
  border-radius: 100px;
cursor: pointer;
font-family: 'AvertaRegular', helvetica, arial, sans-serif;
  white-space: normal;
  margin-bottom: 5px;
  text-shadow: none;
  font-size: 17px !important;
  margin-left: 15px;
  padding: 10px 25px;
  text-transform: capitalize;

}



#toggleButtonCards {
    margin-left:30px;
}

#toggleButtonCats {
margin-left: 30px;
}

a.show-more:hover{
color: #ffffff;
background-color: #505256;
}

p.small.end {

  margin-bottom: 40px;
}
@media (min-width: 768px){
  .image-text .col-sm-6{
    padding-right: 50px;
  }
  .image-text-reverse .col-sm-6{
    padding-left: 50px;
  }

  .image-text .half-backgound{
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0px;
    right: 0px;
    margin: 0px;
  }

  .image-text-reverse .half-backgound{
    display: block;
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0px;
    left: 0px;
    margin: 0px;
  }


}


#dropdowns h2{
  margin-bottom: 30px;
}

.dropdown-list{
  margin:0 0 30px;
}

.dropdown{
  border-bottom: 1px solid rgb(191, 191, 191);
}

.dropdown button {
    -webkit-appearance: button;
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    word-spacing: normal;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: center;
    align-items: flex-start;
    cursor: default;
    box-sizing: border-box;
    margin: 0em;
    color: inherit;
    font-weight: normal;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    text-align: inherit;
    text-transform: inherit;
    background-color: transparent;
    position: relative;
    width: 100%;
    cursor: pointer;
    margin: initial;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    padding: 16px 3.5em 16px 0px;
}

.dropdown button:hover, .dropdown button:focus {
    background-color: rgb(223, 223, 223);
    outline: none;
}

.dropdown svg {
    position: absolute;
    top: 16px;
    right: 8px;
    margin-left: auto;
    transform: none;
    fill: #026cdf;
    transition: transform 0.2s ease-out 0s;
}




.dropdown dd {
  display: none;
  margin: 0;
  line-height: 27px;
  font-size: 16px;
}



/*Expanded*/

.dropdown.open dd {
    display: block;
}

.dropdown.open button{
    font-weight: bold;
}

.dropdown.open svg {
    transform: rotate(180deg);
}


/*Show more*/
.show-more-btn{
  display: none;
  color: #ffffff;
  background-color: #262626;
  border: 1px solid #262626;
  border-radius: 100px;
  font-family: 'AvertaRegular', helvetica, arial, sans-serif;
  white-space: normal;
  margin-bottom: 5px;
  text-shadow: none;
  font-size: 17px;
  padding: 10px 25px;
  text-transform: capitalize;
  cursor: pointer;
  transition: all 0.3s;
}

.show-more-btn:hover, .show-more-btn:focus{
  color: #262626;
  background-color: #ffffff;
}


#venues{
  padding-bottom: 0;
}

.venue-box-wrapper{
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  margin-right: -15px;
  margin-left: -15px;
}

.venue-box{
  margin-bottom: 30px;
}

.venue-box article{
  width: 100%;
  height: 100%;
  background: #ffffff;
  line-height: 27px;
  font-size: 16px;
  color: #414141;
}

.venue-box article img{
  width: 100%;
}

.venue-box article .venue-text{
  padding: 0 15px 45px;
}

.venue-box article h3{
  line-height: 30px;
  font-size: 20px;
  margin-bottom: 15px;
}

.venue-box p.button{
  position: absolute;
  bottom: 0;
  left: 30px;
}

.venue-box a{
  font-weight: bold;
  color: #018E99;
}


/*====================================================================*/
/*=========------------------- 05. RESPONSIVE ------------============*/
/*====================================================================*/


 /*1200 px*/
    @media (min-width: 1200px){

      .container {
          width: 1140px;
      }

    }

  /*1500 px*/
    @media (min-width: 1500px){

      .container {
          width: 1440px;
      }

    }


    @media only screen and (max-width : 1200px) {


    }


    /*992 px*/
    @media (min-width: 992px){
      .modal-dialog {
        max-width: 800px!important;
      }

      .padding-r-5perc{
        padding-right:5%;
      }
      .padding-l-5perc{
        padding-left:5%;
      }

      /*THE EXPERIENCE*/
        .experience .swiper-slide img{
          margin-left: -45px;
          margin-bottom: -35px;
        }
        .experience .whiteContentBox {
          margin-left: 20px;
        }

        body.modal-open .swiper-wrapper .modal-body{
          padding:40px;
        }
      }

    @media only screen and (max-width : 992px) {
      .white h1, .grey h1, .darkGrey h1, .footerBlock h1,
      .white h2, .grey h2, .darkGrey h2, .footerBlock h2 {
            margin-bottom: 20px;
      }
       /*support classes*/
          .margin-t-55-mob{
            margin-top: 55px!important;
          }

          .margin-b-55-mob{
            margin-bottom: 55px!important;
          }

          .noPadding-mob{
            padding:0px!important;
          }

          .padding-l-r-15-mob{
            padding: 0px 15px;
          }

          .padding-b-70 {
            padding-bottom: 30px;
        }

          .padding-t-70{
            padding-top: 30px;
          }

      /*Nav*/
      .navbar-nav&gt;li {
          float: none;
      }
      .tickets-nav .navbar-nav&gt;li {
            float: left;
        }

        .g-scrolling-carousel .items li {
          margin-right: 0px;
        }

       /*.white, .grey, .darkGrey {
            padding-top: 35px;
            padding-bottom: 35px;
        }*/

        .nav-ticket {
            padding: 9px 10px;
            margin: 6px 0px;
        }

        .whiteNav {
            max-height: 50px;
        }

        .navbar-default .navbar-nav &gt; li &gt; a {
          padding: 13px 12px 9px 12px;
        }



        /*Line up*/
        #lineup {
          padding-bottom: 0px;
        }

        /*Artist*/
          .artists-inner {
            white-space: nowrap;
          }
          .artists-inner &gt; div {
              float: none;
              display: inline-block;
              width: 300px;
              margin: -5px -3px;
          }


        /*About / Access*/
        /*.about .aa-img, .accessibility .aa-img{
          max-height: 300px;
          overflow: hidden;
        }
        .about .aa-img img,.accessibility .aa-img img{
          margin-top:-40%;
       } */

        /*Location*/
        .fest-location h5 br{
          display: none;
        }

        .maps .col-md-5{
          text-align: center;
          margin-top: 40px;
        }

        /*.maps .pull-left {
            float: none!important;
        }*/

        p.map-txt {
          display: block;
          margin-top: 10px;
          margin-bottom: 90px;
          text-align: left;
        }

        .also-available p {
            margin-bottom: 20px;
        }

        .fest-location .margin-t-50{
          margin-top:20px;
        }

    }



    /*768px*/
    @media (min-width: 768px){
      .modal-dialog {
          width: auto!important;
      }

      .navbar-nav&gt;li {
          float: none!important;
      }
    }

    @media only screen and (max-width : 768px) {
        .white h1, .grey h1, .darkGrey h1, .footerBlock h1,
        .white h2, .grey h2, .darkGrey h2, .footerBlock h2 {
          margin-bottom: 20px;
        }
        /*header*/


          /*Footer*/
          .footerBlock {
            min-height: 200px;
          }


        /*NAV*/
        .whiteNav {
          max-height: 100px;
        }
        .navbar {
          min-height: 47px;
        }
        .navbar-default .navbar-nav &gt; li &gt; a {
          padding: 10px 12px 9px 12px;
        }


        /*Tabs*/
        .nav-tabs &gt; li &gt; a{
          padding:10px;
        }



        /*Extra artist*/
		/*For Theatre Splashes*/
        .artist_menu li {
            line-height: 40px;
            font-size: 18px;
        }

		/* cast_menu For Theatre Splashes*/
        .cast_menu li {
            line-height: 40px;
            font-size: 18px;
        }

        .ageText {
          padding-top: 25px;
          padding-bottom: 5px;
        }

        .tickets {
          padding: 10px;
      }

      .find-ticket-items img{
          display: none;
        }

        .find-ticket-items a{
          padding-right: 30px;
        }

        .btn-findTickets-mob {
            font-family: 'Font Awesome 5 Free';
            font-weight: 900;
            text-indent: -9999px;
            background:none;
            max-width: 20px;
            padding: 5px;

        }

        .btn-findTickets-mob:after {
            content:"\f054";
            display: inline-block;
            position: absolute;
            right: 0px;
            top: 40%;
            text-indent: 9999px;
            color:#0e6bdf;
        }
        .tickets .btn-findTickets:hover {
          background:none;
        }

        .btn-findTickets-mob.disabled{
          font-family: inherit;
          font-weight: normal;
          text-indent: unset;
          background-color: rgba(2, 108, 223, 0.2);
        }

        .btn-findTickets-mob.disabled:after{
          content: none;
        }

        .ft-button-wrap button {
          margin: 0px;
      }

      .btn {
        width:100%;
      }
    }




    @media only screen and (max-width : 480px) {

      /*Tickets*/
      .find-ticket-items img{
        height: 100%;
        width: 100%;
         float: none;
      }

      /*Footer*/
      .footerBlock {
        min-height: 200px;
      }


    }


    @media only screen and (max-width : 320px) {
      /*Location maps*/

      p.map-txt {
      text-align: center;
    }

    img.pull-left.map-img {
      float: none!important;
    }


    }




    /*Long event and venue list*/

    .event-list{
      padding-bottom: 10px;
      border-bottom: 1px solid rgb(191, 191, 191);
    }

    .event-list h3{
      font-family: 'AvertaRegular', helvetica, arial, sans-serif;
      font-size: 18px;
      line-height: 22px;
      margin: 0;
      padding: 0 0 7px;
    }

    .event-list p.details {
      color: #61737C;
      font-size: 14px;
      line-height: 20px;
      padding: 0;
    }

    @media (min-width: 768px) {
      .event-list{
        padding-bottom:  5px;
      }
      .event-list .btn{
        float: right;
      }
    }
</pre></body></html>