<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 * Author:	eMedia Campaigns 
 * Created:	20/11/2019
 *
 * Customised 'Re-skin of venuenet site'
 */
.btn-primary {
  background: #20753E !important;
  text-shadow: none !important;
  box-shadow: none !important;
  border-radius: 5px !important;
  color: #FFFF00;
}
input[value=Continue].btn-large {
  background: #20753E url(//s3.amazonaws.com/resources.showticks.com/site/_images/chevron-right.png) !important;
  background-position: center right !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  padding-right: 40px !important;
}
/*.btn-primary:hover {
    color: #fff;
    background-color: #0b5ed7;
    border-color: #0a58ca;
}*/
.texture {
  background: url(../_images/chrome/webb.png) repeat top center;
  background-size: auto;
}
.nav_background_desktop {
  background: url(https://s3.amazonaws.com/marketing.showticks.com/WBK/header_images.png?20191107), url('../_uploads/fckeditor/background.jpg');
  background-repeat: no-repeat;
  background-position: 20% 20%, bottom center;
  background-size: contain, cover;
}
.nav_background_mobile {
  background: url('../_uploads/fckeditor/background.jpg');
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: cover;
}
.corporate_background {
  background: url('../_uploads/fckeditor/background.jpg') no-repeat bottom center black;
  background-size: cover;
}
.font_awesome {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 5px;
}
.primary_font {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
}
.secondary_font {
  font-family: 'Racing Sans One', cursive;
  font-weight: 400;
}
.btn-custom {
  background: #FF0000 !important;
  color: #FFFFFF !important;
  height: auto;
  line-height: 2;
  padding: 0px 24px;
  border-radius: 68px;
  text-shadow: none;
}
.btn-custom.reverse {
  background: #FFFFFF !important;
  color: #FF0000 !important;
}
.sticky-custom {
  top: 180px;
  padding-bottom: 20px;
  z-index: 0;
}
.top_header {
  background: darkgreen;
  color: #ffffff;
}
.text-shadow {
  text-shadow: 1px 2px 1px #000;
}
.smart-scroll.scrolled-down {
  transform: translateY(-100%);
  transition: all 0.3s ease-in-out;
}
.smart-scroll.scrolled-up {
  transform: translateY(0);
  transition: all 0.3s ease-in-out;
}
ul.event-list li a {
  text-decoration: none;
}
ul.event-list li:nth-child(odd) &gt; time {
  background-color: darkgreen;
}
ul.event-list li:nth-child(odd) &gt; time .multi,
ul.event-list li:nth-child(odd) &gt; time .month {
  color: #FFFF00;
}
ul.event-list li:nth-child(even) &gt; time {
  background-color: darkgreen;
}
ul.event-list li:nth-child(even) &gt; time .multi,
ul.event-list li:nth-child(even) &gt; time .month {
  color: #FFFF00;
}
ul.event-list li .social span:not(.fa) {
  margin: 0 0 10px;
  line-height: 1.2;
  font-weight: 700;
  display: block;
}
ul.event-list li .social [class*='info'],
ul.event-list li .social [data-original-title="Event Information"] span {
  opacity: 0.5;
}
.sub_nav a {
  text-decoration: none;
}
.dark {
  background: url('../_uploads/fckeditor/background.jpg') no-repeat bottom center black;
  background-size: cover;
  background-attachment: fixed;
  color: #ffffff;
}
.dark .popover-header,
.dark .modal,
.dark [id$='ulMembersAreaNav'],
.dark .bg-light,
.dark .card-title {
  color: #333333;
}
.dark .table .table-light td,
.dark .table .table-light th {
  color: #ffffff;
}
.dark .table .table-dark td,
.dark .table .table-dark th {
  color: #333333;
}
.dark .table td,
.dark .table th {
  color: #ffffff;
}
.dark .table.table-striped td,
.dark .table.table-striped th {
  color: #ffffff;
}
.dark .table .table-secondary td,
.dark .table .table-secondary th {
  color: #333333;
}
.dark .table .table-success td,
.dark .table .table-success th {
  color: #333333;
}
.dark .table .table-success .btn:not(.btn-primary):not(.btn-secondary):not(.btn-success):not(.btn-danger):not(.btn-warning):not(.btn-info):not(.btn-light):not(.btn-dark):not(.btn-outline-primary):not(.btn-outline-secondary):not(.btn-outline-success):not(.btn-outline-danger):not(.btn-outline-warning):not(.btn-outline-info):not(.btn-outline-light):not(.btn-outline-dark) {
  color: #333333;
}
.dark .table tr[class*="alert"] td {
  color: inherit;
}
.dark .btn:not(.btn-primary):not(.btn-secondary):not(.btn-success):not(.btn-danger):not(.btn-warning):not(.btn-info):not(.btn-light):not(.btn-dark):not(.btn-outline-primary):not(.btn-outline-secondary):not(.btn-outline-success):not(.btn-outline-danger):not(.btn-outline-warning):not(.btn-outline-info):not(.btn-outline-light):not(.btn-outline-dark),
.dark .form-control-plaintext {
  color: #ffffff;
}
.dark [id$="mainSection"] {
  background: rgba(0, 0, 0, 0.75);
}
.alert h1,
.alert h2,
.alert h3,
.alert h4 {
  color: inherit;
}
.banner {
  background: darkgreen;
  padding: 75px 0;
}
.banner:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 0;
  left: 0;
}
body {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
}
body.home .primary {
  background: #ffffff;
}
body.home .secondary {
  background: darkgreen;
  color: #ffffff;
}
body.home .tertiary {
  background: url(../_images/chrome/webb.png) repeat top center;
  background-size: auto;
}
body.home video {
  max-height: 70vh;
  object-fit: cover;
}
body.home .featured-events h4 {
  background: rgba(0, 0, 0, 0.75);
}
body.home [id*="_EventGallery_"] .carousel-cell {
  width: 33.333333%;
}
body.home [id*="_EventGallery_"] .carousel-cell h3 {
  background: rgba(0, 0, 0, 0.75);
  position: absolute;
  bottom: 0;
}
body.home [id*="_NewsInfoFeed1_"] {
  display: block;
}
body.home [id*="_NewsInfoFeed1_"] .carousel-cell {
  width: 25%;
  display: block;
}
body.home [id*="_NewsInfoFeed1_"] .carousel-cell p,
body.home [id*="_NewsInfoFeed1_"] .carousel-cell hr,
body.home [id*="_NewsInfoFeed1_"] .carousel-cell .pull-right {
  display: none;
}
body.home [id*="_NewsInfoFeed1_"] .carousel-cell h3 {
  background: rgba(0, 0, 0, 0.75);
  position: absolute;
  bottom: 0;
  text-align: center;
  padding: 0.5rem !important;
  margin-bottom: 0 !important;
  line-height: 1 !important;
  font-size: 1.25rem !important;
}
body.home [id*="_NewsInfoFeed1_"] .carousel-cell img {
  height: 250px;
  width: 100%;
  margin-bottom: 0px !important;
}
body.home [id*="_featuredLinksGallery_"] .carousel-cell {
  width: 20%;
}
body.home [id*="_featuredLinksGallery_"] .carousel-cell .sb-description {
  color: #FFFF00;
  background: black;
  font-family: 'Racing Sans One', cursive;
}
@media only screen and (max-width: 600px) {
  body.home [id*="_EventGallery_"] .carousel-cell,
  body.home [id*="_NewsInfoFeed1_"] .carousel-cell,
  body.home [id*="_featuredLinksGallery_"] .carousel-cell {
    width: 100%;
  }
}
body.home [id*="_sponsorsGallery_"] .carousel-cell {
  width: 14.28571429%;
  background-color: white;
}
@media only screen and (max-width: 600px) {
  body.home [id*="_sponsorsGallery_"] .carousel-cell {
    width: 50%;
  }
}
body.home [id$="mainSection"] {
  display: none;
}
body.home footer {
  background: url('../_uploads/fckeditor/background.jpg') no-repeat bottom center black;
  background-size: cover;
}
body.home .strapline2 {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 760px) {
  body.home #vidtop-content {
    background: url(../_uploads/fckeditor/vidtop-content.jpg) bottom center no-repeat;
    background-size: cover;
  }
}
body .carousel-cell {
  width: 100%;
}
body img[alt="Artist Image"]:hover {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
.h1,
.h2,
.h3,
.h4,
legend {
  font-family: 'Racing Sans One', cursive;
  font-weight: 400;
}
h1 small,
h2 small,
h3 small,
h4 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
legend small {
  display: block;
}
h1 small span,
h2 small span,
h3 small span,
h4 small span,
.h1 small span,
.h2 small span,
.h3 small span,
.h4 small span,
legend small span {
  font-size: 80%;
}
h1 small span:before,
h2 small span:before,
h3 small span:before,
h4 small span:before,
.h1 small span:before,
.h2 small span:before,
.h3 small span:before,
.h4 small span:before,
legend small span:before {
  content: '(';
  display: inline-block;
}
h1 small span:after,
h2 small span:after,
h3 small span:after,
h4 small span:after,
.h1 small span:after,
.h2 small span:after,
.h3 small span:after,
.h4 small span:after,
legend small span:after {
  content: ')';
  display: inline-block;
}
nav,
.navbar-dark,
.navbar-light {
  /*
    .dropdown {
        &amp;:hover .dropdown-menu {
            display: block;
        }
    }
        */
}
@media only screen and (min-width: 1163px) {
  nav,
  .navbar-dark,
  .navbar-light {
    background: url(https://s3.amazonaws.com/marketing.showticks.com/WBK/header_images.png?20191107), url('../_uploads/fckeditor/background.jpg');
    background-repeat: no-repeat;
    background-position: 20% 20%, bottom center;
    background-size: contain, cover;
  }
}
@media only screen and (max-width: 1163px) {
  nav,
  .navbar-dark,
  .navbar-light {
    background: url('../_uploads/fckeditor/background.jpg');
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: cover;
  }
}
nav .navbar-brand img,
.navbar-dark .navbar-brand img,
.navbar-light .navbar-brand img {
  width: 500px;
  margin: 10px;
  transition: all 500ms;
}
nav .navbar-brand [id$="imgLogoMobile"] img,
.navbar-dark .navbar-brand [id$="imgLogoMobile"] img,
.navbar-light .navbar-brand [id$="imgLogoMobile"] img {
  width: 200px;
}
nav .nav-item .nav-link,
.navbar-dark .nav-item .nav-link,
.navbar-light .nav-item .nav-link {
  color: #FFFF00;
  font-weight: 700;
  font-family: 'Racing Sans One', cursive;
  font-weight: 400;
  text-shadow: 1px 2px 1px #000;
  word-break: break-word;
}
nav .nav-item .nav-link:hover,
.navbar-dark .nav-item .nav-link:hover,
.navbar-light .nav-item .nav-link:hover,
nav .nav-item .nav-link:focus,
.navbar-dark .nav-item .nav-link:focus,
.navbar-light .nav-item .nav-link:focus {
  color: darkgreen !important;
}
nav .nav-item[name="Logo"] img,
.navbar-dark .nav-item[name="Logo"] img,
.navbar-light .nav-item[name="Logo"] img {
  width: 343px;
  margin: 0 auto -50px auto;
}
nav .nav-item[name="Logo"] a,
.navbar-dark .nav-item[name="Logo"] a,
.navbar-light .nav-item[name="Logo"] a {
  display: none;
}
nav.scrolled .navbar-brand img,
.navbar-dark.scrolled .navbar-brand img,
.navbar-light.scrolled .navbar-brand img {
  padding: 0;
  width: 300px;
}
footer {
  text-shadow: 1px 2px 1px #000;
}
footer .sponsors {
  clear: both;
  background: none;
}
footer .sponsors .sponsor {
  display: inline-block;
  margin: 15px;
  max-width: 60px;
}
footer .sponsors .sponsor img {
  max-height: 60px;
}
footer .sponsors br {
  display: none;
}
footer .sponsors [id$="scheduleFeed_pnlSchedule"] .sponsor {
  margin: 30px;
  max-width: 300px;
}
footer .sponsors [id$="scheduleFeed_pnlSchedule"] .sponsor img {
  max-height: 120px;
}
footer a {
  color: #ffffff;
}
.grid-view-custom,
.grid-view-custom tbody,
.grid-view-custom tr,
.grid-view-custom td {
  display: block;
}
.grid-view-custom .table-responsive table tbody,
.grid-view-custom tbody .table-responsive table tbody,
.grid-view-custom tr .table-responsive table tbody,
.grid-view-custom td .table-responsive table tbody {
  display: table-row-group;
}
.grid-view-custom .table-responsive table tbody tr,
.grid-view-custom tbody .table-responsive table tbody tr,
.grid-view-custom tr .table-responsive table tbody tr,
.grid-view-custom td .table-responsive table tbody tr {
  display: table-row;
}
.grid-view-custom .table-responsive table tbody tr th,
.grid-view-custom tbody .table-responsive table tbody tr th,
.grid-view-custom tr .table-responsive table tbody tr th,
.grid-view-custom td .table-responsive table tbody tr th,
.grid-view-custom .table-responsive table tbody tr td,
.grid-view-custom tbody .table-responsive table tbody tr td,
.grid-view-custom tr .table-responsive table tbody tr td,
.grid-view-custom td .table-responsive table tbody tr td {
  display: table-cell;
  width: 20%;
}
[id$="pnlTicketTypes"] .table tr[class*="Category"] + tr .alert-info:after,
[id$="pnlTicketTypes"] .table tr[class*="Category"] + tr .extraInfo:after {
  content: 'Extra info on category ticket when existing field is full.';
}
.buying-process-img {
  max-height: 75px;
  max-width: fit-content;
}
.rhs_box .list-group {
  /*background: url(@url) repeat bottom right @dark;*/
  background-color: #20753E;
}
.rhs_box .list-group .list-group-item {
  background: none;
  border: 1px solid #ddd;
  margin-bottom: -1px;
}
.rhs_box .list-group .list-group-item a,
.rhs_box .list-group .list-group-item input[type="submit"] {
  color: yellow !important;
  font-family: 'Racing Sans One', cursive !important;
  font-size: large;
}
.rhs_box .list-group .list-group-item a:hover,
.rhs_box .list-group .list-group-item input[type="submit"]:hover {
  color: limegreen;
}
.rhs_box .list-group .list-group-item .fa {
  color: #20753E;
}
.divider {
  background: url('../_uploads/fckeditor/background.jpg');
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: cover;
}
.divider h1 {
  text-shadow: 1px 1px 2px #000, 0 0 1em #000, 0 0 1em #000, 0 0 1em #000, 0 0 1em #000, 0 0 1em #000, 0 0 0.2em #000;
}
.buttons a {
  background: url('../_uploads/fckeditor/background.jpg') no-repeat bottom center black;
  background-size: cover;
  font-family: 'Racing Sans One', cursive;
  font-weight: 400;
  color: #FFFF00;
  text-shadow: 1px 2px 1px #000;
  background-size: 300%;
  box-shadow: 0 0 10px black;
  position: relative;
  z-index: 0;
}
@media only screen and (max-width: 600px) {
  .buttons a {
    font-size: 14px !important;
  }
  .buttons a img {
    height: 27px !important;
  }
}
.buttons a[href*="facebook.com"]:not(.footer) {
  background: #4267b2 !important;
  color: white !important;
}
.buttons a[href*="youtube.com"]:not(.footer) {
  background: #ff0000 !important;
  color: white !important;
}
.buttons a[href*="instagram.com"]:not(.footer) {
  background: #e94d4d !important;
  background: -moz-linear-gradient(top, #e94d4d 0%, #bd3381 100%) !important;
  background: -webkit-linear-gradient(top, #e94d4d 0%, #bd3381 100%) !important;
  background: linear-gradient(to bottom, #e94d4d 0%, #bd3381 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e94d4d', endColorstr='#bd3381', GradientType=0) !important;
  color: white !important;
}
.buttons a:after {
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.6s;
  content: '';
  height: 0%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.buttons a:hover:after {
  height: 100%;
}
.buttons a .fa,
.buttons a span,
.buttons a img {
  z-index: 2;
  position: relative;
}
[id$="divContentColumnOne"] p a:not(.btn):not([data-original-title="Buy Tickets"]):not(data-original-title="Event Information"),
[id$="divContentColumnOne"] li a:not(.btn):not([data-original-title="Buy Tickets"]):not(data-original-title="Event Information") {
  color: #FFFF00;
}
/* racer login */
.jumbotron {
  color: #333333;
}
.jumbotron.header {
  background: #428bca;
  color: #ffffff;
}
.jumbotron .button {
  border: 3px solid #fff;
  border-color: #428bca;
  border-radius: 0.2rem;
  margin-bottom: 3px;
  font-family: inherit;
  font-size: inherit;
  color: #428bca;
  background: none;
  cursor: pointer;
  padding: 5px 8px;
  display: inline-block;
  margin: 15px 5px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  outline: none;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
}
.jumbotron .button:hover {
  background: #428bca;
  color: #ffffff;
}
.jumbotron .button.secondary {
  color: #cccccc;
  border-color: #cccccc;
}
.jumbotron .button.secondary:hover {
  color: #ffffff;
  background: #428bca;
}
/* Homepage Changes */
.divider {
  background-image: none;
  background-color: #fff !important;
  margin-top: 50px !important;
}
body.home .featured-events h4 {
  background: rgba(0, 0, 0, 0.75);
  display: none;
}
.divider h1 {
  text-shadow: none !important;
  color: #2d2d2d !important;
  font-size: 3rem !important;
}
body.home [id*="_EventGallery_"] .carousel-cell {
  width: 33.333333%;
  padding: 0px 15px !important;
}
body.home [id*="_NewsInfoFeed1_"] .carousel-cell {
  padding: 0px 15px !important;
}
.carousel-cell img {
  max-width: 100%;
  border-radius: 10px 10px 0 0;
}
body.home [id*="_EventGallery_"] .carousel-cell h3 {
  background: #FDF04A;
  color: #20753e !important;
  position: sticky;
  bottom: 0;
  border-radius: 0 0 10px 10px;
}
span.details a:nth-child(2) {
  height: 50vh !important;
  display: block;
  background-size: cover;
}
span.details img {
  border-width: 0px;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
body.home [id*="_featuredLinksGallery_"] .carousel-cell .sb-description {
  color: #000;
  background: #fff;
  border: 1px solid black;
  bottom: 5px !important;
}
body.home [id*="_NewsInfoFeed1_"] {
  border-radius: 0;
}
body.home [id*="_NewsInfoFeed1_"] .carousel-cell h3 {
  background: #FDF04A;
  color: #20753e !important;
  position: sticky;
  bottom: 0;
  border-radius: 0 0 10px 10px;
}
.flickity-slider .carousel-cell a div {
  width: 100% !important;
}
.video-background {
  background: #fff !important;
}
#ytplayer {
  display: none !important;
}
/* Page Changes */
.dark {
  background: #fff !important;
  color: #000 !important;
}
.dark [id$="mainSection"] {
  background: rgb(255 255 255);
  margin-top: 50px;
}
h1,
h2,
h3,
h4,
.h1,
.h2,
.h3,
.h4,
legend {
  font-family: 'Racing Sans One', cursive;
  font-weight: 400;
  color: #000;
}
.rhs_box .list-group .list-group-item .fa {
  color: #FFFF00;
}
.dark .table.table-striped td,
.dark .table.table-striped th {
  color: #000 !important;
}
/* Footer */
.footer-row div {
  color: #000 !important;
}
footer a {
  color: #000 !important;
}
footer {
  text-shadow: none !important;
  background: #fff !important;
}
/* Buttons */
.buttons br {
  display: none !important;
}
.btn-header {
  font-family: 'Racing Sans One', cursive;
  font-weight: 400;
}
.buttons a,
.btn-header {
  background: #20753E !important;
  text-shadow: none !important;
  box-shadow: none !important;
  border-radius: 5px !important;
}
.buttons a .fa,
.btn-header .fa {
  font-size: 1em !important;
  margin-right: 10px !important;
  color: #ffff00 !important;
}
.buttons a img {
  max-width: 20px !important;
  height: auto !important;
}
.buttons a span {
  color: #fff !important;
}
/* Header */
nav.navbar .container-fluid {
  max-width: 1320px !important;
}
header div.container {
  margin: 0 auto !important;
}
.sb-description {
  display: none !important;
}
nav .nav-item .nav-link:hover,
.navbar-dark .nav-item .nav-link:hover,
.navbar-light .nav-item .nav-link:hover,
nav .nav-item .nav-link:focus,
.navbar-dark .nav-item .nav-link:focus,
.navbar-light .nav-item .nav-link:focus {
  color: #fff !important;
}
@media only screen and (max-width: 992px) {
  header {
    display: none !important;
  }
  .divider h1 {
    font-size: 2rem !important;
  }
  span.details img {
    object-fit: contain !important;
    height: auto !important;
  }
  span.details a:nth-child(2) {
    height: auto !important;
  }
  body.home [id*="_EventGallery_"] .carousel-cell {
    width: 100% !important;
    margin-right: 50px !important;
  }
  .buttons .col-3 {
    width: 100% !important;
    margin-bottom: 10px;
  }
}
.emedia-nav {
  background: #20753E !important;
  color: #fff !important;
}
.emedia-nav a {
  color: #fff !important;
}
nav .nav-item .nav-link,
.navbar-dark .nav-item .nav-link,
.navbar-light .nav-item .nav-link {
  color: #FFFF00;
  text-shadow: none !important;
}
nav a:hover {
  color: #20753E !important;
}
nav,
.navbar-dark,
.navbar-light {
  background: #20753E !important;
  padding-bottom: 0px !important;
}</pre></body></html>