<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CONTENTS
* 1.  COLOURS
* 2.  BREAKPOINTS
* 3.  PADDING
* 4.  GLOBAL
* 5.  ANIMATIONS
* 6.  BODY STYLES
* 7.  HEADINGS
* 8.  LINKS
* 9.  PRELOADER
* 10. HEADER
* 11. GLOBAL ELEMENTS
* 12. PAGES
* 13. CAROUSELS
* 14. GLOBAL FOOTER
* 15. EXTRA MOBILE LANDSCAPE MEDIA QUERIES
*/
@import url("https://fonts.googleapis.com/css?family=Playfair+Display");
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
footer,
header,
nav,
section {
  display: block; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

figcaption,
figure,
main {
  display: block; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

pre {
  font-family: monospace,monospace;
  font-size: 1em; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:active,
a:hover {
  outline-width: 0; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b,
strong {
  font-weight: inherit; }

b,
strong {
  font-weight: bolder; }

code,
kbd,
samp {
  font-family: monospace,monospace;
  font-size: 1em; }

dfn {
  font-style: italic; }

mark {
  background-color: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

audio,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

img {
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  display: inline-block;
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details,
menu {
  display: block; }

summary {
  display: list-item; }

canvas {
  display: inline-block; }

template {
  display: none; }

[hidden] {
  display: none; }

/*  placeholder styling usage:
      @include input-placeholder {
        color: $grey;
      }
*/
/*  Transform mixin
  usage: @include transform('property');
*/
/************* COLOURS *************/
/************* BREAKPOINTS *************/
/************* PADDING *************/
/************* GLOBAL *************/
* {
  box-sizing: border-box;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  position: relative; }
  *:focus {
    outline: none; }

::selection {
  background: #ccc; }

::-moz-selection {
  background: #ccc; }

.fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%; }

.table {
  display: table; }
  .table-cell {
    display: table-cell;
    vertical-align: middle;
    width: 100%; }

::-webkit-scrollbar {
  width: 0.5em;
  height: 0.5em; }

::-webkit-scrollbar-thumb {
  background: #ffffff; }

::-webkit-scrollbar-track {
  background: #000; }

body {
  scrollbar-face-color: #ffffff;
  scrollbar-track-color: #000; }

.centered {
  text-align: center; }

.cf {
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */ }
  .cf:before, .cf:after {
    content: "";
    display: table; }
  .cf:after {
    clear: both; }

/************* BODY STYLES *************/
body {
  background: #f1f1f1;
  color: #021132;
  font-family: system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.25em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden; }
  body.fixed {
    overflow: hidden;
    position: fixed;
    width: 100%; }

.logoWrapper {
  max-width: 750px;
  margin: 0 auto;
  width: 90%;
  padding: 50px 0;
}
/************* HEADINGS *************/
h1 {
  font-size: 2em;
  text-transform: uppercase;
  margin: 0 auto;
  font-weight: normal; }
  @media (max-width: 990px) {
    h1 {
      font-size: 1.125em; } }

h2 {
  font-size: 1.5em;
  text-transform: uppercase;
  margin: 1em auto 0;
  font-weight: normal; }
  @media (max-width: 990px) {
    h2 {
      font-size: 1.125em; } }

p {
  line-height: 1.875;
  margin: 0;
  margin-bottom: 1.875rem; }
  p:last-of-type {
    margin-bottom: 0; }

/************* LINKS *************/
a {
  color: #ffffff;
  text-decoration: none; }

/************* PRELOADER *************/
/************* HEADER *************/
header {
  text-align: center;
  padding: 3em;
  position: fixed;
  width: 100%;
  z-index: 2;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&amp;0.5+0,0+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#00000000',GradientType=0 );
  /* IE6-9 */ }
  @media (max-width: 768px) {
    header {
      padding: 1em; } }
  header svg {
    width: 100%;
    max-width: 400px; }
    header svg path {
      fill: #ffffff; }
    @media (max-width: 990px) {
      header svg {
        max-width: 280px; } }

.ae-cform-modal-container.modal {
  background: none !important;
  border-radius: 0;
  box-shadow: 0; }

.modal a.close-modal {
  display: none !important; }

.blocker {
  background-color: rgba(0, 0, 0, 0.9) !important; }

/************* GLOBAL ELEMENTS *************/
h1 {
  text-align: center; }
  h1 img {
    margin: 0 auto;
    max-width: 500px;
    width: 90%; }

.table-cell {
  text-align: center; }

#wrapper {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1); }

.content {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 620px;
  width: 98%;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold; }
  .content p {
    margin: 1em auto;
    margin-top: 0px;
    font-size: 13px; }

.soundControl img {
  width: 22px;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s; }
  .soundControl img:hover {
    opacity: 0.75; }

#playControl {
  margin-left: 1em; }
  #playControl img {
    width: 14px;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s; }
    #playControl img:hover {
      opacity: 0.75; }

#mobPlay {
  width: 75px;
  height: 75px;
  margin: 1em auto 0;
  display: none; }
  #mobPlay img {
    width: 100%; }

/************* GLOBAL FOOTER *************/
footer {
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 3rem 1rem 1rem;
  width: 100%;
  text-align: center;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&amp;0+0,0.5+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=0 );
  /* IE6-9 */ }
  @media (max-width: 990px) {
    footer {
      padding: 1rem 1.500rem;
      display: block;
      text-align: center; } }
  footer .left {
    position: absolute;
    left: 1rem;
    bottom: 1rem; }
    @media (max-width: 768px) {
      footer .left {
        position: relative;
        display: block;
        width: 100%;
        bottom: auto;
        left: auto;
        margin-bottom: 0.5em; } }
  footer .right {
    position: absolute;
    right: 1rem;
    bottom: 1rem; }
    @media (max-width: 768px) {
      footer .right {
        position: relative;
        display: block;
        width: 100%;
        bottom: auto;
        right: auto; } }
  footer .center {
    margin: 0 auto;
    display: inline-block;
    font-size: 1.5rem; }
    footer .center .ae-cform-container {
      display: inline-block;
      margin-bottom: 0.5em;
      font-size: 1.5rem; }
      footer .center .ae-cform-container .ae-cform-modal-display-cta {
        position: relative;
        display: inline-block; }
        footer .center .ae-cform-container .ae-cform-modal-display-cta:after {
          content: "";
          display: block;
          position: absolute;
          width: calc(100% - 5px);
          height: 1px;
          position: absolute;
          bottom: -2px;
          left: 0;
          background: #ffffff;
          -moz-transform: scaleX(0);
          -o-transform: scaleX(0);
          -ms-transform: scaleX(0);
          -webkit-transform: scaleX(0);
          transform: scaleX(0);
          -webkit-transition: transform 0.3s;
          -moz-transition: transform 0.3s;
          -ms-transition: transform 0.3s;
          -o-transition: transform 0.3s;
          transition: transform 0.3s; }
        footer .center .ae-cform-container .ae-cform-modal-display-cta:hover:after {
          -moz-transform: scaleX(1);
          -o-transform: scaleX(1);
          -ms-transform: scaleX(1);
          -webkit-transform: scaleX(1);
          transform: scaleX(1); }
  footer .terms {
    font-size: 0.5em;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.5;
    color: #fff; }
    footer .terms a {
      color: #fff;
      position: relative;
      display: inline-block;
      margin: 0 0.5em;
      -webkit-transition: opacity 0.3s;
      -moz-transition: opacity 0.3s;
      -ms-transition: opacity 0.3s;
      -o-transition: opacity 0.3s;
      transition: opacity 0.3s; }
      footer .terms a:hover {
        color: #333; }
    @media (max-width: 990px) {
      footer .terms {
        font-size: 0.5em; } }
  footer .socials {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none; }
    @media (max-width: 990px) {
      footer .socials {
        margin-top: 0.5em; } }
    footer .socials li {
      display: inline-block;
      margin: 0 0.5em;
      font-size: 1em; }
      footer .socials li:last-of-type {
        margin-right: 0; }

#_evh-link {
  display: none; }

#_evidon-message,
#_evidon-collapse-message,
#_evidon-accept-button {
  font-weight: bold;
  font-family: 'Playfair Display', serif;
  font-size: 10px !important;
  text-transform: uppercase; }

#_evidon-accept-button {
  font-size: 9px !important; }

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



  /*Tour Splash*/

  header {
    z-index: 4;
  }
	.umg_live_table{
		width:100%;
		text-transform:uppercase;
	}
	.umg_live_rsvp{
		display:none;
	}
  .tourdates-outer {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 999999;
    overflow-y: auto;
    background-color: black;
  }
  	
  	table.umg_live_table a.umg_live_ticket_link {
		white-space: nowrap!important;
		background-color: white!important;
		color: black!important;
		padding: 6px!important;
		display: inline-block!important;
		font-size: 12px!important;
		border: 2px solid white!important;
		transition: all 0.3s;
	}
	
	table.umg_live_table a.umg_live_ticket_link:hover{
		color:white!important;
		background-color: black!important;
		border: 2px solid white!important;
		transition: all 0.3s;
	}
  
	.tourdates-outer .table{
	    margin: auto;
		width: 90%;
		max-width: 800px;
	}
	#overlayHeader{
		display:table;
		    padding: 1.4em;
	}
	#overlayHeader svg{
		float:left;
	    width: 60%;
	    max-width: 300px;
	}
	a.enterSite{
		float:right;
		white-space: nowrap!important;
		background-color: white!important;
		color: black!important;
		padding: 6px!important;
		display: inline-block!important;
		font-size: 12px!important;
		border: 2px solid white!important;
		transition: all 0.3s;
		text-transform:uppercase;
	}
	a.enterSite:hover{
		background-color: black!important;
		color: white!important;
		transition: all 0.3s;
	}
	
  .tourdates {
    width: 100%;
    margin: 0 auto;
    letter-spacing: 1px;
    padding-top:90px;
    padding-bottom:30px;
  }

  .umg_live_table td {
    padding: 5px;
  }
@media (max-width: 767px) {
	a.enterSite{
		font-size: 8px!important;
	}
	#overlayHeader svg{
		width: auto;
		height: 20px;
		margin-top: 1px;
	}
}
@media screen and (max-width: 480px){
	table.umg_live_table td{
	    text-align: center!important;
	}
	td.umg_live_rsvp{
		display:none!important;
	}
	table.umg_live_table tr:after{
		margin:0px!important;
		width:100% !important;
		display: none !important;
	}
	table.umg_live_table tr{
		margin-bottom:1em!important;
		
	}
}</pre></body></html>