.ellipsis {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.noEllipsis {
  width: auto;
  overflow: visible;
  white-space: normal;
  text-overflow: clip;
}
.trim {
  overflow: hidden !important;
}
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
}
body {
  background-color: #ffd500;
  font-size: 100%;
  font-family: warnock-pro-caption, serif;
  -webkit-text-size-adjust: none;
  padding: 0;
  border: 0;
  margin: 0;
}
.siteWrapper {
  width: 100%;
  overflow: hidden;
}
@media (min-width: 1240px) {
  .siteWrapper {
    padding-top: 130px;
  }
}
.siteWrapper .container {
  max-width: 1400px;
  padding: 0 20px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .siteWrapper .container {
    max-width: 1440px;
    padding: 0 40px;
  }
}
.siteWrapper .container.container--narrow {
  max-width: 960px;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .siteWrapper .container.container--narrow {
    padding-bottom: 40px;
  }
}
.derby_market_place_booking .siteWrapper .container {
  padding-top: 20px;
}
.derby_market_place_booking .siteWrapper .container + .container {
  padding-top: 0;
}
@media (min-width: 768px) {
  .derby_market_place_booking .siteWrapper .container {
    padding-top: 40px;
  }
  .derby_market_place_booking .siteWrapper .container + .container {
    padding-top: 0;
  }
}
.derby_market_place_booking .siteWrapper .container h1 {
  padding-top: 0;
}
.siteWrapper .readMoreLink {
  opacity: 1;
  text-decoration: underline;
  -webkit-transition: opacity 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  -moz-transition: opacity 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  transition: opacity 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
}
@media (min-width: 768px) {
  .siteWrapper .readMoreLink {
    margin-top: -20px;
  }
}
.siteWrapper .readMoreLink:hover,
.siteWrapper .readMoreLink:focus {
  opacity: 0.6;
  cursor: pointer;
}
.siteWrapper .readMoreWrapper {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  -moz-transition: max-height 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  transition: max-height 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
}
.siteWrapper .readMoreWrapper.open {
  max-height: 2000px;
}
.siteWrapper h1 {
  font-weight: 700;
  font-size: 1.875em;
  line-height: 1.5;
  text-align: center;
  color: #000;
  padding-top: 40px;
  margin: 0 auto 20px;
}
@media (min-width: 1024px) {
  .siteWrapper h1 {
    font-size: 2.8125em;
    line-height: 1.33333333;
    margin-bottom: 40px;
  }
}
@media (min-width: 1240px) {
  .siteWrapper h1 {
    font-size: 3.75em;
    line-height: 1.16666667;
  }
}
.siteWrapper h1.hidden {
  display: none;
}
.siteWrapper h2 {
  font-weight: 700;
  font-size: 1.25em;
  line-height: 1.5;
  text-align: left;
  color: #000;
  margin: 80px auto 20px;
}
@media (min-width: 1024px) {
  .siteWrapper h2 {
    font-size: 1.875em;
    line-height: 1.33333333;
  }
}
@media (min-width: 1240px) {
  .siteWrapper h2 {
    font-size: 2.5em;
    line-height: 1.25;
  }
}
.siteWrapper .headingRow {
  padding: 40px 0;
}
.siteWrapper .headingRow h2 {
  font-size: 1.875em;
  line-height: 1;
  text-align: center;
  margin: 0;
}
@media (min-width: 1024px) {
  .siteWrapper .headingRow h2 {
    font-size: 3.125em;
    line-height: 1;
  }
}
.siteWrapper h3 {
  font-weight: 700;
  font-size: 1.875em;
  line-height: 1.33333333;
  text-align: center;
  color: #000;
  margin: 0 auto 20px;
}
@media (min-width: 1024px) {
  .siteWrapper h3 {
    font-size: 2.5em;
    line-height: 1.25;
    margin-bottom: 40px;
  }
}
.siteWrapper p,
.siteWrapper li {
  font-size: 1em;
  line-height: 1.25;
  color: #000;
  margin: 0 0 20px;
}
@media (min-width: 768px) {
  .siteWrapper p,
  .siteWrapper li {
    font-size: 1.125em;
    line-height: 1.66666667;
    margin: 0 0 40px;
  }
}
@media (min-width: 1240px) {
  .siteWrapper p,
  .siteWrapper li {
    font-size: 1.25em;
    line-height: 1.5;
  }
}
.siteWrapper ul,
.siteWrapper ol {
  margin: 0 auto 40px;
}
.siteWrapper ul ul,
.siteWrapper ol ul,
.siteWrapper ul ol,
.siteWrapper ol ol {
  margin-top: 20px;
}
.siteWrapper li {
  margin-bottom: 10px;
}
.siteWrapper li p,
.siteWrapper li li {
  font-size: 100%;
}
.siteWrapper p a,
.siteWrapper li a,
.siteWrapper p .underline,
.siteWrapper li .underline {
  white-space: nowrap;
  position: relative;
  text-decoration: none;
  color: currentColor;
  cursor: pointer;
}
.siteWrapper p a:after,
.siteWrapper li a:after,
.siteWrapper p .underline:after,
.siteWrapper li .underline:after {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 7px;
  background: currentColor;
  opacity: 0.4;
  -webkit-transition: all 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  -moz-transition: all 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  transition: all 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
}
.siteWrapper p a:hover:after,
.siteWrapper li a:hover:after,
.siteWrapper p .underline:hover:after,
.siteWrapper li .underline:hover:after,
.siteWrapper p a:active:after,
.siteWrapper li a:active:after,
.siteWrapper p .underline:active:after,
.siteWrapper li .underline:active:after,
.siteWrapper p a:focus:after,
.siteWrapper li a:focus:after,
.siteWrapper p .underline:focus:after,
.siteWrapper li .underline:focus:after {
  opacity: 1;
}
.siteWrapper .infoRow ul,
.siteWrapper .container--narrow ul {
  padding: 0;
}
.siteWrapper .infoRow ul li,
.siteWrapper .container--narrow ul li {
  position: relative;
  list-style-type: none;
  padding-left: 25px;
  margin-bottom: 20px;
}
.siteWrapper .infoRow ul li:before,
.siteWrapper .container--narrow ul li:before {
  display: block;
  content: '.';
  position: absolute;
  left: 0;
  top: -30px;
  font-size: 300%;
  color: #76b82a;
}
@media (min-width: 768px) {
  .siteWrapper .infoRow ul li,
  .siteWrapper .container--narrow ul li {
    padding-left: 30px;
  }
  .siteWrapper .infoRow ul li:before,
  .siteWrapper .container--narrow ul li:before {
    top: -42px;
  }
}
.siteWrapper .infoRow ol,
.siteWrapper .container--narrow ol {
  counter-reset: item;
  padding: 0;
}
.siteWrapper .infoRow ol > li,
.siteWrapper .container--narrow ol > li {
  position: relative;
  list-style-type: none;
  counter-increment: item;
  text-align: left;
  padding-left: 30px;
}
.siteWrapper .infoRow ol > li:before,
.siteWrapper .container--narrow ol > li:before {
  content: counter(item) '.';
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 700;
  color: #e4032e;
}
.siteWrapper .ctaButtons {
  text-align: center;
}
.siteWrapper .ctaButtons .button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  min-width: 130px;
  position: relative;
  background: #ffd500 none;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  color: #000;
  padding: 16px 20px 10px;
  border: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: all 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  -moz-transition: all 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  transition: all 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  display: block;
  width: 100%;
  max-width: 200px;
  margin: 0 auto 10px;
}
@media (min-width: 768px) and (max-width: 1023px), (min-width: 1400px) {
  .siteWrapper .ctaButtons .button {
    min-width: 175px;
    font-size: 20px;
  }
}
.siteWrapper .ctaButtons .button:hover,
.siteWrapper .ctaButtons .button:focus,
.siteWrapper .ctaButtons .button:active {
  background-color: #e6c000;
  text-decoration: none !important;
  color: #000;
  outline: none;
}
@media (min-width: 600px) {
  .siteWrapper .ctaButtons .button {
    display: inline-block;
    width: auto;
    max-width: none;
  }
  .siteWrapper .ctaButtons .button + .button {
    margin-left: 10px;
  }
}
@media (min-width: 1240px) {
  .siteWrapper .anchor {
    display: block;
    height: 130px;
    /* fixed header height*/
    margin: -130px 0 0;
    /* negative fixed header height */
  }
}
.siteWrapper .video_wrapper {
  max-width: 100%;
  height: 0;
  overflow: hidden;
  position: relative;
  padding-top: 56.25%;
  border: 0;
  margin: 0 0 40px;
}
.siteWrapper .video_wrapper iframe,
.siteWrapper .video_wrapper object,
.siteWrapper .video_wrapper embed {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.siteWrapper .navPanel {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  background-color: #000;
  padding: 40px 20px;
}
@media (min-width: 600px) {
  .siteWrapper .navPanel {
    padding: 40px;
  }
}
.siteWrapper .navPanel ul {
  padding: 0;
  margin: 0;
}
.siteWrapper .navPanel li {
  font-weight: 700;
  font-size: 1.375em;
  line-height: 1.36363636;
  list-style-type: none;
  color: #fff;
}
@media (min-width: 1024px) {
  .siteWrapper .navPanel li {
    font-size: 1.875em;
    line-height: 1.33333333;
  }
}
.siteWrapper .navPanel li:after {
  content: '.';
  display: inline-block;
}
.siteWrapper .navPanel li a {
  color: #fff;
  -webkit-transition: margin-left 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  -moz-transition: margin-left 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  transition: margin-left 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
}
.siteWrapper .navPanel li a:after {
  display: none;
}
.siteWrapper .navPanel li a:hover,
.siteWrapper .navPanel li a:active,
.siteWrapper .navPanel li a:focus {
  margin-left: 10px;
}
.siteWrapper .header,
.siteWrapper .content,
.siteWrapper .footer {
  position: relative;
  z-index: 1;
  -webkit-transition: transform 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  -moz-transition: transform 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  transition: transform 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
}
.nav--active .siteWrapper .header,
.nav--active .siteWrapper .content,
.nav--active .siteWrapper .footer {
  -webkit-transform: translateX(260px);
  -moz-transform: translateX(260px);
  -ms-transform: translateX(260px);
  -o-transform: translateX(260px);
  transform: translateX(260px);
}
@media (min-width: 600px) {
  .nav--active .siteWrapper .header,
  .nav--active .siteWrapper .content,
  .nav--active .siteWrapper .footer {
    -webkit-transform: translateX(400px);
    -moz-transform: translateX(400px);
    -ms-transform: translateX(400px);
    -o-transform: translateX(400px);
    transform: translateX(400px);
  }
}
.nav--active .siteWrapper .navPanel {
  display: block;
}
.siteWrapper .header {
  width: 100%;
  height: 130px;
  background-color: #ffd500;
  text-align: center;
}
.siteWrapper .header .headerWrap {
  height: 130px;
  position: relative;
}
@media (min-width: 1240px) {
  .siteWrapper .header {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 2;
  }
  .admins .siteWrapper .header {
    top: 49px;
  }
}
.siteWrapper .header .siteLogo {
  display: inline-block;
  margin: 10px 20px 0;
}
.siteWrapper .header .siteLogo svg {
  width: 175px;
  height: 70px;
}
@media (min-width: 600px) {
  .siteWrapper .header .siteLogo {
    float: left;
    margin: 6.5px 80px;
  }
  .siteWrapper .header .siteLogo svg {
    width: 273px;
    height: 117px;
  }
}
@media (min-width: 768px) {
  .siteWrapper .header .siteLogo {
    float: none;
    margin: 6.5px auto;
  }
}
.siteWrapper .header .datesTimes {
  display: none;
  position: absolute;
  left: 60px;
  top: 17px;
  font-size: 0.875em;
  line-height: 1.42857143;
  text-align: left;
  margin: 0;
}
@media (min-width: 900px) {
  .siteWrapper .header .datesTimes {
    display: block;
  }
}
@media (min-width: 1024px) {
  .siteWrapper .header .datesTimes {
    left: 110px;
    top: 50px;
    margin-top: -1em;
  }
}
@media (min-width: 1240px) {
  .siteWrapper .header .datesTimes {
    left: 130px;
    top: 45px;
    font-size: 1em;
  }
}
.siteWrapper .header .accountLinks {
  position: absolute;
  top: 10px;
  right: 10px;
}
@media (min-width: 375px) {
  .siteWrapper .header .accountLinks {
    top: 20px;
  }
}
@media (min-width: 600px) {
  .siteWrapper .header .accountLinks {
    top: 32.5px;
  }
}
@media (min-width: 1024px) {
  .siteWrapper .header .accountLinks {
    top: 32px;
    right: 40px;
  }
}
.siteWrapper .header .accountLinks .accountLink,
.siteWrapper .header .accountLinks .basketLink {
  display: block;
  width: 30px;
  height: 30px;
  overflow: hidden;
  position: relative;
  opacity: 1;
  background: transparent none no-repeat center center / 30px 30px;
  text-decoration: none;
  -webkit-transition: opacity 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  -moz-transition: opacity 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  transition: opacity 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
}
.siteWrapper .header .accountLinks .accountLink:hover,
.siteWrapper .header .accountLinks .basketLink:hover,
.siteWrapper .header .accountLinks .accountLink:focus,
.siteWrapper .header .accountLinks .basketLink:focus,
.siteWrapper .header .accountLinks .accountLink:active,
.siteWrapper .header .accountLinks .basketLink:active {
  opacity: 0.8;
}
.siteWrapper .header .accountLinks .accountLink {
  background-image: url(../assets/dmp/account_circle-black-18dp.svg);
}
.siteWrapper .header .accountLinks .basketLink {
  background-image: url(../assets/dmp/shopping_basket-24px.svg);
  margin-top: -5px;
}
.siteWrapper .header .accountLinks .basketLink .count {
  width: 16px;
  height: 14px;
  background: #000;
  position: absolute;
  bottom: 4px;
  left: 50%;
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  color: #fff;
  margin-left: -8px;
}
.siteWrapper .header .ctaButtons {
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  background: #ffd500;
  padding: 5px 0;
}
@media (min-width: 600px) {
  .siteWrapper .header .ctaButtons {
    width: auto;
    top: 30.5px;
    bottom: auto;
    right: 40px;
    background: transparent;
    padding: 0;
  }
}
@media (min-width: 1024px) {
  .siteWrapper .header .ctaButtons {
    right: 80px;
  }
}
.siteWrapper .header .ctaButtons .button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  min-width: 130px;
  position: relative;
  background: #e4032e none;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  padding: 16px 20px 10px;
  border: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: all 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  -moz-transition: all 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  transition: all 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  width: auto;
  min-width: 0;
  font-size: 1.125em;
  color: #fff;
  padding: 8px 10px 6px;
  margin: 0 20px;
}
@media (min-width: 768px) and (max-width: 1023px), (min-width: 1400px) {
  .siteWrapper .header .ctaButtons .button {
    min-width: 175px;
    font-size: 20px;
  }
}
.siteWrapper .header .ctaButtons .button:hover,
.siteWrapper .header .ctaButtons .button:focus,
.siteWrapper .header .ctaButtons .button:active {
  background-color: #cb0329;
  text-decoration: none !important;
  color: #fff;
  outline: none;
}
@media (min-width: 600px) {
  .siteWrapper .header .ctaButtons .button {
    display: block;
    min-width: 130px;
    font-size: 1.125em;
  }
  .siteWrapper .header .ctaButtons .button + .button {
    margin-top: 5px;
  }
}
.siteWrapper .hamburger {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 20px;
  left: 10px;
  z-index: 3;
  background: transparent none;
  padding: 0;
  border: 0;
  margin: 0;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
@media (min-width: 1024px) {
  .siteWrapper .hamburger {
    width: 50px;
    height: 50px;
    top: 40px;
    left: 40px;
  }
}
.siteWrapper .hamburger .menuText,
.siteWrapper .hamburger .closeText {
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  font-weight: 700;
  font-size: 0.75em;
  font-family: warnock-pro-caption, serif;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  color: #000;
  margin: 0;
}
@media (min-width: 1024px) {
  .siteWrapper .hamburger .menuText,
  .siteWrapper .hamburger .closeText {
    font-size: 1em;
  }
}
.siteWrapper .hamburger .closeText {
  display: none;
}
.siteWrapper .hamburger .symbol {
  display: block;
  width: 30px;
  height: 3px;
  position: absolute;
  top: 11px;
  left: 5px;
  right: 0;
  background: #000;
}
@media (min-width: 1024px) {
  .siteWrapper .hamburger .symbol {
    width: 40px;
  }
}
.siteWrapper .hamburger .symbol:before,
.siteWrapper .hamburger .symbol:after {
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  background-color: currentColor;
  -o-transition-duration: 0.2s, 0.2s;
  -moz-transition-duration: 0.2s, 0.2s;
  -webkit-transition-duration: 0.2s, 0.2s;
  transition-duration: 0.2s, 0.2s;
  -o-transition-delay: 0.2s, 0s;
  -moz-transition-delay: 0.2s, 0s;
  -webkit-transition-delay: 0.2s, 0s;
  transition-delay: 0.2s, 0s;
}
.siteWrapper .hamburger .symbol:before {
  top: -9px;
  -o-transition-property: top, transform;
  -moz-transition-property: top, transform;
  -webkit-transition-property: top, transform;
  transition-property: top, transform;
}
.siteWrapper .hamburger .symbol:after {
  bottom: -9px;
  -o-transition-property: bottom, transform;
  -moz-transition-property: bottom, transform;
  -webkit-transition-property: bottom, transform;
  transition-property: bottom, transform;
}
.nav--active .siteWrapper .hamburger .menuText {
  display: none;
}
.nav--active .siteWrapper .hamburger .closeText {
  display: block;
}
.nav--active .siteWrapper .hamburger .symbol {
  background: none;
}
.nav--active .siteWrapper .hamburger .symbol:before,
.nav--active .siteWrapper .hamburger .symbol:after {
  -o-transition-delay: 0s, 0.2s;
  -moz-transition-delay: 0s, 0.2s;
  -webkit-transition-delay: 0s, 0.2s;
  transition-delay: 0s, 0.2s;
}
.nav--active .siteWrapper .hamburger .symbol:before {
  top: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.nav--active .siteWrapper .hamburger .symbol:after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.siteWrapper .content {
  min-height: calc(100vh - 130px);
  background-color: #ffd500;
  padding-bottom: 40px;
  margin-bottom: 470px;
}
@media (min-width: 1240px) {
  .siteWrapper .content {
    margin-bottom: 250px;
  }
}
.derby_market_place .siteWrapper .content {
  padding-bottom: 0;
}
@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .siteWrapper .content {
    margin-bottom: 0;
  }
}
@media only screen and (-ms-high-contrast: active) and (min-width: 1024px), (-ms-high-contrast: none) and (min-width: 1024px) {
  .siteWrapper .content {
    margin-bottom: 0;
  }
}
.siteWrapper .introRow {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: -webkit-flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: distribute;
  justify-content: space-between;
  align-items: stretch;
  align-content: center;
  width: 100%;
  min-height: calc(100vh - 130px);
  position: relative;
}
@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .siteWrapper .introRow {
    min-height: 0;
  }
}
.siteWrapper .introRow .image {
  display: none;
}
@media (min-width: 768px) {
  .siteWrapper .introRow .image {
    display: block;
    width: 50%;
    background: transparent url(../assets/dmp/intro_bg.jpg) no-repeat bottom right / cover;
  }
}
@media (min-width: 1240px) {
  .siteWrapper .introRow .image {
    width: 33%;
  }
}
.siteWrapper .introRow .text {
  width: 100%;
}
@media (min-width: 768px) {
  .siteWrapper .introRow .text {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .siteWrapper .introRow .text {
    width: 67%;
  }
}
.siteWrapper .introRow .textWrap {
  background: transparent url(../assets/dmp/shape.svg) no-repeat center top / contain;
  padding: 40px 20px 140px;
  margin: 20px auto 0;
}
@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .siteWrapper .introRow .textWrap {
    margin-bottom: 40px;
  }
}
@media (min-width: 600px) {
  .siteWrapper .introRow .textWrap {
    padding-top: 60px;
    margin-top: 40px;
  }
}
@media (min-width: 768px) {
  .siteWrapper .introRow .textWrap {
    width: calc(100% + 120px);
    padding: 40px 40px 120px 0;
    margin-left: -120px;
  }
}
@media (min-width: 1024px) {
  .siteWrapper .introRow .textWrap {
    width: 100%;
    padding-top: 80px;
    margin-top: 40px;
    margin-left: -40px;
  }
}
@media (min-width: 1240px) {
  .siteWrapper .introRow .textWrap {
    margin-top: 80px;
  }
}
.siteWrapper .introRow h1 {
  max-width: 12em;
  font-size: 1.875em;
  padding-top: 0;
}
@media (min-width: 600px) {
  .siteWrapper .introRow h1 {
    font-size: 2.5em;
  }
}
@media (min-width: 1240px) {
  .siteWrapper .introRow h1 {
    font-size: 3.125em;
  }
  .siteWrapper .introRow h1 span {
    display: block;
  }
}
.siteWrapper .introRow p {
  max-width: 12em;
  font-weight: 700;
  font-size: 1em;
  line-height: 1.25;
  text-align: center;
  color: #000;
  margin: 0 auto;
}
@media (min-width: 414px) {
  .siteWrapper .introRow p {
    font-size: 1.25em;
  }
}
@media (min-width: 768px) {
  .siteWrapper .introRow p {
    font-size: 1.875em;
    line-height: 1.66666667;
  }
}
.siteWrapper .introRow p span {
  display: none;
}
@media (min-width: 600px) and (max-width: 767px), (min-width: 1240px) {
  .siteWrapper .introRow p span {
    display: inline-block;
  }
}
.siteWrapper .introRow .socialIcons {
  text-align: center;
}
.siteWrapper .introRow .socialIcons .socialIcon {
  display: inline-block;
  width: 60px;
  height: 0;
  overflow: hidden;
  background: transparent none no-repeat center center / 40px 40px;
  padding-top: 60px;
  margin: 10px 2px;
}
@media (min-width: 1240px) {
  .siteWrapper .introRow .socialIcons .socialIcon {
    margin: 10px;
  }
}
.siteWrapper .introRow .socialIcons .socialIcon.social--fb {
  background-image: url(../assets/dmp/sm_icon--facebook.svg);
}
.siteWrapper .introRow .socialIcons .socialIcon.social--tw {
  background-image: url(../assets/dmp/sm_icon--twitter.svg);
}
.siteWrapper .introRow .socialIcons .socialIcon.social--ig {
  background-image: url(../assets/dmp/sm_icon--instagram.svg);
}
.siteWrapper .introRow h2 {
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 80px;
  font-weight: 700;
  font-size: 1.5em;
  line-height: 1.25;
  text-align: center;
  color: #000;
  margin: 0 auto;
}
@media (min-width: 414px) {
  .siteWrapper .introRow h2 {
    bottom: 120px;
  }
}
@media (min-width: 768px) {
  .siteWrapper .introRow h2 {
    width: 50%;
    bottom: 60px;
  }
}
@media (min-width: 1024px) {
  .siteWrapper .introRow h2 {
    width: 67%;
  }
}
@media (min-width: 1240px) {
  .siteWrapper .introRow h2 {
    width: 100%;
  }
}
.siteWrapper .introRow h2 a {
  position: relative;
  color: #000;
  text-decoration: none;
  padding-bottom: 40px;
}
.siteWrapper .introRow h2 a:after {
  display: block;
  content: '';
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: 0;
  left: 50%;
  background: transparent url(../assets/dmp/arrow.svg) no-repeat center center;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  margin-left: -15px;
  -webkit-transition: bottom 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  -moz-transition: bottom 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  transition: bottom 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
}
.siteWrapper .introRow h2 a:hover:after,
.siteWrapper .introRow h2 a:active:after,
.siteWrapper .introRow h2 a:focus:after {
  bottom: -10px;
}
.siteWrapper .infoRow {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: -webkit-flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: distribute;
  justify-content: space-between;
  align-items: stretch;
  align-content: center;
  width: 100%;
  min-height: 50vh;
  position: relative;
  background-color: #76b82a;
}
@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .siteWrapper .infoRow {
    min-height: 0;
  }
}
.derby_market_place_content .siteWrapper .infoRow {
  background-color: #ffd500;
}
.derby_market_place_content .siteWrapper .infoRow .text {
  padding-top: 0;
  padding-bottom: 0;
}
@media (min-width: 1024px) {
  .siteWrapper .infoRow {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: -webkit-flex;
    /* NEW, Spec - Firefox, Chrome, Opera */
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: distribute;
    justify-content: space-between;
    align-items: stretch;
    align-content: center;
  }
}
@media (min-width: 1024px) {
  .siteWrapper .infoRow:nth-of-type(2n+3) {
    flex-direction: row-reverse;
  }
}
.siteWrapper .infoRow:nth-of-type(3n+2) {
  background-color: #76b82a;
}
.siteWrapper .infoRow:nth-of-type(3n+3) {
  background-color: #00aaca;
}
.siteWrapper .infoRow:nth-of-type(3n+4) {
  background-color: #ffd500;
}
.siteWrapper .infoRow:nth-of-type(3n+4) .button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  min-width: 130px;
  position: relative;
  background: #76b82a none;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  color: #000;
  padding: 16px 20px 10px;
  border: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: all 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  -moz-transition: all 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  transition: all 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
}
@media (min-width: 768px) and (max-width: 1023px), (min-width: 1400px) {
  .siteWrapper .infoRow:nth-of-type(3n+4) .button {
    min-width: 175px;
    font-size: 20px;
  }
}
.siteWrapper .infoRow:nth-of-type(3n+4) .button:hover,
.siteWrapper .infoRow:nth-of-type(3n+4) .button:focus,
.siteWrapper .infoRow:nth-of-type(3n+4) .button:active {
  background-color: #69a325;
  text-decoration: none !important;
  color: #000;
  outline: none;
}
.siteWrapper .infoRow#infoRow--festivederby {
  background: #DF4661 url(../assets/christmas/dmp_bg.jpg) no-repeat top center / cover;
}
@media (min-width: 1024px) {
  .siteWrapper .infoRow#infoRow--festivederby {
    background-position: top left;
    background-size: 50% auto;
  }
}
.siteWrapper .infoRow#infoRow--festivederby .button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  min-width: 130px;
  position: relative;
  background: #0D5257 none;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  color: #fff;
  padding: 16px 20px 10px;
  border: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: all 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  -moz-transition: all 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  transition: all 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
}
@media (min-width: 768px) and (max-width: 1023px), (min-width: 1400px) {
  .siteWrapper .infoRow#infoRow--festivederby .button {
    min-width: 175px;
    font-size: 20px;
  }
}
.siteWrapper .infoRow#infoRow--festivederby .button:hover,
.siteWrapper .infoRow#infoRow--festivederby .button:focus,
.siteWrapper .infoRow#infoRow--festivederby .button:active {
  background-color: #0a3d41;
  text-decoration: none !important;
  color: #fff;
  outline: none;
}
.siteWrapper .infoRow#infoRow--festivederby .image {
  background-position: top center;
}
.siteWrapper .infoRow#infoRow--festivederby .image a {
  display: block;
  width: 100%;
  height: 100%;
}
.siteWrapper .infoRow#infoRow--festivederby .text {
  color: #fff;
}
.siteWrapper .infoRow#infoRow--festivederby .text h3,
.siteWrapper .infoRow#infoRow--festivederby .text p,
.siteWrapper .infoRow#infoRow--festivederby .text li {
  text-align: center;
  color: #fff;
}
.siteWrapper .infoRow#infoRow--festivederby .text img {
  display: block;
  margin: 0 auto;
}
.siteWrapper .infoRow .image {
  width: 100%;
  background: transparent none no-repeat center center / cover;
  padding-top: 100%;
}
@media (min-width: 768px) {
  .siteWrapper .infoRow .image {
    padding-top: 60%;
  }
}
@media (min-width: 1024px) {
  .siteWrapper .infoRow .image {
    width: 50%;
    padding-top: 0;
  }
}
.siteWrapper .infoRow .withVideo {
  padding-top: 0;
}
.siteWrapper .infoRow .withVideo .video_wrapper {
  margin: 0;
}
@media (min-width: 1024px) {
  .siteWrapper .infoRow .withVideo .video_wrapper {
    height: 100%;
    padding-top: 0;
  }
}
.siteWrapper .infoRow .text {
  width: 100%;
  align-self: center;
  padding: 40px 20px;
}
@media (min-width: 1024px) {
  .siteWrapper .infoRow .text {
    width: 50%;
    align-self: center;
    padding: 40px;
  }
}
@media (min-width: 1550px) {
  .siteWrapper .infoRow .text {
    padding: 80px 160px;
  }
}
.siteWrapper .infoRow h1 {
  font-weight: 700;
  font-size: 1.875em;
  line-height: 1.33333333;
  text-align: center;
  color: #000;
  margin: 0 auto 20px;
}
@media (min-width: 1024px) {
  .siteWrapper .infoRow h1 {
    font-size: 2.5em;
    line-height: 1.25;
    margin-bottom: 40px;
  }
}
@media (min-width: 1550px) {
  .siteWrapper .infoRow h3 span {
    display: block;
  }
}
.siteWrapper .infoRow p,
.siteWrapper .infoRow li {
  max-width: 30em;
  margin: 0 auto 40px;
}
@media (min-width: 768px) {
  .siteWrapper .infoRow p,
  .siteWrapper .infoRow li {
    text-align: justify;
  }
}
.siteWrapper .infoRow li {
  max-width: 30em;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .siteWrapper .infoRow li {
    text-align: left;
  }
}
.siteWrapper .calendar-wrapper {
  max-width: 708px;
  margin: 40px auto;
}
.siteWrapper .ticketTabs ul {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: -webkit-flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: distribute;
  justify-content: flex-start;
  align-items: stretch;
  align-content: flex-start;
  padding: 0;
  margin: 0;
}
.siteWrapper .ticketTabs ul li {
  background-color: #00aaca;
  list-style-type: none;
  font-family: warnock-pro-caption, serif;
  color: #000;
  padding: 10px 20px;
  margin: 0;
  cursor: pointer;
}
.siteWrapper .ticketTabs ul li + li {
  margin-left: 10px;
}
.siteWrapper .ticketTabs ul li.active {
  background-color: #fff;
  color: #000;
}
.siteWrapper .ticketTabs ul li .month--long {
  display: none;
}
@media (min-width: 768px) {
  .siteWrapper .ticketTabs ul li .month--short {
    display: none;
  }
  .siteWrapper .ticketTabs ul li .month--long {
    display: block;
  }
}
.siteWrapper .tab_content {
  display: none;
  background: #fff;
  padding: 10px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}
.siteWrapper .tab_content.active {
  display: block;
}
@media (min-width: 1024px) {
  .derby_market_place_booking .siteWrapper .tab_content {
    padding: 40px;
  }
}
.siteWrapper .tab_content .calendarCells {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: -webkit-flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: distribute;
  justify-content: flex-start;
  align-items: stretch;
  align-content: flex-start;
  padding: 0;
  margin: 0;
}
.siteWrapper .tab_content .item {
  width: 100%;
  font-size: 1em;
  line-height: 1.25;
  list-style-type: none;
  font-family: warnock-pro-caption, serif;
  color: #000;
  padding-top: 7px;
  padding-bottom: 7px;
  border-bottom: 1px solid #eee;
  margin: 0;
}
@media (min-width: 768px) {
  .siteWrapper .tab_content .item {
    padding: 10px;
  }
}
.siteWrapper .tab_content .item.pad {
  display: none;
  background-color: #fafafa;
}
@media (min-width: 1024px) {
  .derby_market_place_booking .siteWrapper .tab_content .item {
    width: calc((100% - 7px) / 7);
    min-height: 133px;
    font-size: 1.375em;
    line-height: 1.13636364;
    border: 1px solid #eee;
    margin: 0 1px 1px 0;
  }
  .derby_market_place_booking .siteWrapper .tab_content .item.pad {
    display: block;
  }
}
.siteWrapper .tab_content .calendarHeader {
  display: none;
}
@media (min-width: 1024px) {
  .derby_market_place_booking .siteWrapper .tab_content .calendarHeader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
.siteWrapper .tab_content .calendarHeader .item {
  font-weight: 700;
  font-size: 1.1875em;
  text-align: center;
}
@media (min-width: 1024px) {
  .derby_market_place_booking .siteWrapper .tab_content .calendarHeader .item {
    min-height: 0;
  }
}
@media (min-width: 1240px) {
  .derby_market_place_booking .siteWrapper .tab_content .calendarHeader .item {
    font-size: 1.375em;
  }
}
.siteWrapper .tab_content .date--long {
  display: block;
  font-weight: 700;
}
@media (min-width: 500px) {
  .siteWrapper .tab_content .date--long {
    display: inline-block;
    min-width: 100px;
  }
}
@media (min-width: 768px) {
  .siteWrapper .tab_content .date--long {
    min-width: 150px;
  }
}
@media (min-width: 1024px) {
  .derby_market_place_booking .siteWrapper .tab_content .date--long {
    display: none;
  }
}
.siteWrapper .tab_content .date--short {
  display: none;
}
.siteWrapper .tab_content .date--micro {
  display: none;
}
@media (min-width: 1024px) {
  .derby_market_place_booking .siteWrapper .tab_content .date--micro {
    display: block;
  }
}
.siteWrapper .tab_content .date--micro sup {
  vertical-align: baseline;
  font-size: 70%;
}
.siteWrapper .tab_content .event_instance {
  width: calc((100% - 15px) /2);
  min-width: 100px;
  max-width: 150px;
  margin-top: 5px;
}
@media (min-width: 500px) {
  .siteWrapper .tab_content .event_instance {
    display: inline-block;
    width: 100%;
    margin-top: 0;
  }
}
.siteWrapper .tab_content .event_instance.sold_out {
  opacity: 0.5;
}
.siteWrapper .tab_content .instance {
  max-width: 165px;
  margin-top: 8px;
}
.siteWrapper .tab_content .instance .instance__title {
  display: block;
  background: #ffd500;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  white-space: normal;
  letter-spacing: 0.02em;
  color: #000;
  padding: 15px 10px;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  margin: 0;
}
.siteWrapper .tab_content .instance a.instance__title {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 0 24 24' width='24px' fill-opacity='0.6' fill='%23FFFFFF'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-6h2v6zm0-8h-2V7h2v2z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1px top 1px;
  background-size: 17px 17px;
  -webkit-transition: all 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  -moz-transition: all 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  transition: all 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
}
.siteWrapper .tab_content .instance a.instance__title:hover,
.siteWrapper .tab_content .instance a.instance__title:focus,
.siteWrapper .tab_content .instance a.instance__title:active {
  background-color: #e6c000;
  text-decoration: none;
  outline: none;
}
.siteWrapper .tab_content .instance a.instance__title:after {
  display: none;
}
.siteWrapper .tab_content .instance .instance__times {
  background-color: #fdf2bd;
  padding: 10px;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  margin: 0;
}
.siteWrapper .tab_content .instance .instance__times .buy_button {
  font-size: 16px;
  line-height: 18px;
  white-space: normal;
  padding: 5px;
  margin: 0;
}
.siteWrapper .tab_content .instance .instance__times .buy_button + .buy_button {
  margin-top: 5px;
}
.siteWrapper .tab_content .instance .instance__times .buy_button.sold_out {
  opacity: 0.5;
}
.siteWrapper .tab_content .instance .instance__times span.availability {
  display: block;
  width: 100%;
  font-weight: 400;
  font-size: 10px;
  line-height: 14px;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}
.siteWrapper .tab_content .instance.dmp_type_events .instance__title {
  background-color: #76b82a;
}
.siteWrapper .tab_content .instance.dmp_type_events .instance__title:hover,
.siteWrapper .tab_content .instance.dmp_type_events .instance__title:focus,
.siteWrapper .tab_content .instance.dmp_type_events .instance__title:active {
  background-color: #69a325;
}
.siteWrapper .tab_content .instance.dmp_type_events .instance__times {
  background-color: #e5f8d2;
}
.siteWrapper .tab_content .instance.dmp_type_events .instance__times .buy_button {
  background-color: #76b82a;
}
.siteWrapper .tab_content .instance.dmp_type_events .instance__times .buy_button:hover,
.siteWrapper .tab_content .instance.dmp_type_events .instance__times .buy_button:focus,
.siteWrapper .tab_content .instance.dmp_type_events .instance__times .buy_button:active {
  background-color: #69a325;
}
.siteWrapper .tab_content .instance.dmp_type_sessions .instance__title {
  background-color: #cf086a;
  color: #fff;
}
.siteWrapper .tab_content .instance.dmp_type_sessions .instance__title:hover,
.siteWrapper .tab_content .instance.dmp_type_sessions .instance__title:focus,
.siteWrapper .tab_content .instance.dmp_type_sessions .instance__title:active {
  background-color: #b6075d;
}
.siteWrapper .tab_content .instance.dmp_type_sessions .instance__times {
  background-color: #f3dde9;
}
.siteWrapper .tab_content .instance.dmp_type_sessions .instance__times .buy_button {
  background-color: #cf086a;
  color: #fff;
}
.siteWrapper .tab_content .instance.dmp_type_sessions .instance__times .buy_button:hover,
.siteWrapper .tab_content .instance.dmp_type_sessions .instance__times .buy_button:focus,
.siteWrapper .tab_content .instance.dmp_type_sessions .instance__times .buy_button:active {
  background-color: #b6075d;
}
.siteWrapper .tab_content .instance.dmp_type_markets .instance__title {
  background-color: #e4032e;
  color: #fff;
}
.siteWrapper .tab_content .instance.dmp_type_markets .instance__title:hover,
.siteWrapper .tab_content .instance.dmp_type_markets .instance__title:focus,
.siteWrapper .tab_content .instance.dmp_type_markets .instance__title:active {
  background-color: #cb0329;
}
.siteWrapper .tab_content .instance.dmp_type_markets .instance__times {
  background-color: #f8dce1;
}
.siteWrapper .tab_content .instance.dmp_type_markets .instance__times .buy_button {
  background-color: #e4032e;
  color: #fff;
}
.siteWrapper .tab_content .instance.dmp_type_markets .instance__times .buy_button:hover,
.siteWrapper .tab_content .instance.dmp_type_markets .instance__times .buy_button:focus,
.siteWrapper .tab_content .instance.dmp_type_markets .instance__times .buy_button:active {
  background-color: #cb0329;
}
@media (max-width: 1023px) {
  .siteWrapper .tab_content .calendarWrap--phase3 .item {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: -webkit-flex;
    /* NEW, Spec - Firefox, Chrome, Opera */
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: distribute;
    justify-content: flex-start;
    align-items: stretch;
    align-content: flex-start;
  }
  .siteWrapper .tab_content .calendarWrap--phase3 .item.pad {
    display: none;
  }
  .siteWrapper .tab_content .calendarWrap--phase3 .item .instance {
    margin-right: 8px;
  }
  .siteWrapper .tab_content .calendarWrap--phase3 .item .date {
    width: 100%;
  }
}
.siteWrapper .tab_content .buy_button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  min-width: 130px;
  background: #ffd500 none;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  color: #000;
  padding: 16px 20px 10px;
  border: 0;
  cursor: pointer;
  -webkit-transition: all 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  -moz-transition: all 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  transition: all 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  display: inline-block;
  min-width: 0 !important;
  position: relative;
  z-index: 1;
  vertical-align: middle;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  font-size: 16px;
  line-height: 18px;
  white-space: normal;
  padding: 14px 4px 12px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
@media (min-width: 768px) and (max-width: 1023px), (min-width: 1400px) {
  .siteWrapper .tab_content .buy_button {
    min-width: 175px;
    font-size: 20px;
  }
}
.siteWrapper .tab_content .buy_button:hover,
.siteWrapper .tab_content .buy_button:focus,
.siteWrapper .tab_content .buy_button:active {
  background-color: #e6c000;
  text-decoration: none !important;
  color: #000;
  outline: none;
}
.siteWrapper .tab_content .buy_button span.timeslot {
  display: block;
  font-size: 90%;
}
.siteWrapper .tab_content .buy_button + .buy_button {
  margin-left: 5px;
}
@media (min-width: 768px) {
  .siteWrapper .tab_content .buy_button {
    font-size: 16px;
    line-height: 18px;
  }
}
@media (min-width: 1024px) {
  .derby_market_place_booking .siteWrapper .tab_content .buy_button {
    display: block;
    width: 100%;
    min-width: 0;
    max-width: none;
    font-size: 16px;
    margin-top: 5px;
  }
  .derby_market_place_booking .siteWrapper .tab_content .buy_button + .buy_button {
    margin-left: 0;
  }
}
@media (min-width: 1240px) {
  .derby_market_place_booking .siteWrapper .tab_content .buy_button {
    min-width: 0;
    max-width: none;
    font-size: 18px;
    line-height: 20px;
  }
}
@media (min-width: 1400px) {
  .derby_market_place_booking .siteWrapper .tab_content .buy_button {
    min-width: 0;
    max-width: none;
  }
}
.siteWrapper .tab_content .buy_button:after {
  display: none;
}
.siteWrapper .tab_content .few_remaining .buy_button,
.siteWrapper .tab_content .sold_out .buy_button {
  padding: 20px 4px 6px;
}
.siteWrapper .tab_content .few_remaining .buy_button span.availability,
.siteWrapper .tab_content .sold_out .buy_button span.availability {
  display: block;
  width: calc(100% - 8px);
  position: absolute;
  top: 3px;
  font-weight: 400;
  font-size: 10px;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}
.siteWrapper .tab_content .event_info {
  width: 100%;
  position: relative;
  margin-top: -5px;
  margin-bottom: 10px;
}
.siteWrapper .tab_content .event_info img {
  display: block;
  width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.siteWrapper .tab_content .event_info .button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  min-width: 130px;
  position: relative;
  background: #ffd500 none;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  color: #000;
  padding: 16px 20px 10px;
  border: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: all 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  -moz-transition: all 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  transition: all 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  min-width: 0 !important;
  position: absolute;
  right: 5px;
  bottom: 5px;
  font-size: 15px!important;
  padding: 8px 15px 5px;
}
@media (min-width: 768px) and (max-width: 1023px), (min-width: 1400px) {
  .siteWrapper .tab_content .event_info .button {
    min-width: 175px;
    font-size: 20px;
  }
}
.siteWrapper .tab_content .event_info .button:hover,
.siteWrapper .tab_content .event_info .button:focus,
.siteWrapper .tab_content .event_info .button:active {
  background-color: #e6c000;
  text-decoration: none !important;
  color: #000;
  outline: none;
}
@media (min-width: 1024px) and (max-width: 1239px) {
  .siteWrapper .tab_content .event_info .button {
    padding: 8px 5px 5px;
  }
}
.siteWrapper .tab_content .event_info .button::after {
  display: none;
}
.siteWrapper .filtersWrap {
  max-width: 600px;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: -webkit-flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-justify-content: space-evenly;
  -ms-flex-pack: distribute;
  justify-content: space-evenly;
  align-items: stretch;
  align-content: flex-start;
  margin: 0 auto 20px;
}
.siteWrapper .filtersWrap.centered {
  justify-content: center;
}
.siteWrapper .filter {
  width: calc((100% - 30px)/2);
  position: relative;
  margin-bottom: 0;
}
.siteWrapper .filter label {
  display: block;
  font-weight: 700;
  font-size: 0.875em;
  line-height: 1.28571429;
  font-family: Arial, Helvetica, sans-serif;
  color: #000;
  padding: 0;
  margin: 0 0 5px;
}
.siteWrapper .filter select {
  width: 100%;
  background: #fff url(../images/select_icon_bg.png) no-repeat right center;
  font-size: 0.875em;
  font-family: Arial, Helvetica, sans-serif;
  color: #000;
  padding: 6px 10px;
  border: 1px solid #dfdfdf;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
}
.siteWrapper .filter select option {
  color: #000;
  padding: 5px 10px;
  border: 1px solid #dfdfdf;
}
.siteWrapper .filter p.note {
  font-size: 0.75em;
  line-height: 1.33333333;
  font-family: Arial, Helvetica, sans-serif;
  color: #000;
  padding: 5px;
  margin: 0;
}
.siteWrapper #listingMenuMessage {
  font-weight: 700;
  text-align: center;
  margin: 0 0 30px;
  font-size: 1em;
  line-height: 1.125;
}
.siteWrapper .listingMenuHeader {
  padding: 0 10px;
  margin: 20px 0 0;
}
@media (min-width: 768px) {
  .siteWrapper .listingMenuHeader {
    padding-left: 20px;
  }
}
@media (min-width: 1240px) {
  .siteWrapper .listingMenuHeader {
    padding-left: 40px;
  }
}
.siteWrapper .listingMenuHeader h2 {
  font-size: 1.25em;
  line-height: 1.5;
  margin: 0;
}
@media (min-width: 768px) {
  .siteWrapper .listingMenuHeader h2 {
    font-size: 1.875em;
    line-height: 1.33333333;
  }
}
.siteWrapper .listingMenuHeader p {
  font-size: 0.875em;
  line-height: 1.28571429;
  font-family: Arial, Helvetica, sans-serif;
  color: #000;
  margin: 0 0 10px;
}
.siteWrapper .listingMenu,
.siteWrapper .flickity-slider {
  width: 100%;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: -webkit-flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: distribute;
  justify-content: space-between;
  align-items: stretch;
  align-content: flex-start;
}
.siteWrapper .listingMenu.listingMenu--events,
.siteWrapper .flickity-slider.listingMenu--events {
  max-width: none;
  margin: 0 auto;
}
@media (min-width: 600px) {
  .siteWrapper .listingMenu.listingMenu--events .listing-item,
  .siteWrapper .flickity-slider.listingMenu--events .listing-item {
    width: 90%;
  }
}
@media (min-width: 1024px) {
  .siteWrapper .listingMenu.listingMenu--events .listing-item,
  .siteWrapper .flickity-slider.listingMenu--events .listing-item {
    width: 48%;
  }
}
.siteWrapper .listingMenu.listingMenu--events .listing-img,
.siteWrapper .flickity-slider.listingMenu--events .listing-img {
  width: 100%;
  height: 0;
  overflow: hidden;
  position: relative;
  padding-top: 65%;
}
.siteWrapper .listingMenu.listingMenu--events .listing-img img,
.siteWrapper .flickity-slider.listingMenu--events .listing-img img {
  position: absolute;
  top: 0;
}
.siteWrapper .listingMenu.listingMenu--events .listing-info,
.siteWrapper .flickity-slider.listingMenu--events .listing-info {
  margin-top: -20px;
}
.siteWrapper .flickity-viewport {
  width: 100%;
}
.siteWrapper .listing-item {
  display: inline;
  width: 90%;
  max-width: 400px;
  background: transparent;
  padding: 0 10px;
  margin: 0 auto 20px;
}
@media (min-width: 600px) {
  .siteWrapper .listing-item {
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .siteWrapper .listing-item {
    width: 32%;
  }
}
@media (min-width: 1240px) {
  .siteWrapper .listing-item {
    width: 24%;
    max-width: 400px;
    padding: 0 20px;
  }
}
.siteWrapper .listing-item.unavailable .listing-img img {
  opacity: 0.3;
}
.siteWrapper .listing-link {
  display: block;
  text-decoration: none;
}
.siteWrapper .listing-img {
  width: 100%;
  height: 250px;
  overflow: hidden;
  position: relative;
  background: #fff;
}
.derby_market_place_eatery .siteWrapper .listing-img,
.derby_market_place_event .siteWrapper .listing-img {
  height: auto;
}
.siteWrapper .listing-img img {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}
.siteWrapper .imgGallery {
  margin-top: 10px;
}
.derby_market_place_eatery .siteWrapper .imgGallery,
.derby_market_place_event .siteWrapper .imgGallery {
  max-width: 768px;
  max-height: 500px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}
.siteWrapper .imgGallery .flickity-page-dots {
  bottom: 35px;
  padding: 0;
  margin: 0;
}
.siteWrapper .imgGallery .flickity-page-dots .dot {
  opacity: 0.6;
  background-color: #fff;
  margin: 0 5px;
}
.siteWrapper .imgGallery .flickity-page-dots .dot.is-selected {
  opacity: 1;
}
.siteWrapper .listing-info {
  width: calc(100% - 20px);
  min-height: 160px;
  position: relative;
  background: #fff;
  text-align: left;
  padding: 15px 15px 40px;
  margin: -80px auto 0;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}
.derby_market_place_eatery .siteWrapper .listing-info,
.derby_market_place_event .siteWrapper .listing-info {
  text-align: left;
  margin-top: -30px;
  max-width: 748px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .derby_market_place_eatery .siteWrapper .listing-info,
  .derby_market_place_event .siteWrapper .listing-info {
    max-width: 708px;
    padding: 30px 30px 40px;
  }
}
.siteWrapper .listing-info .listing-meta {
  margin-bottom: 40px;
}
.siteWrapper .listing-info p,
.siteWrapper .listing-info li {
  font-size: 0.875em;
  line-height: 1.57142857;
  font-family: Arial, Helvetica, sans-serif;
  color: #68707a;
  margin: 0 0 15px;
}
.siteWrapper .listing-info p.note,
.siteWrapper .listing-info li.note {
  font-size: 80%;
  margin-bottom: 5px;
}
.siteWrapper .listing-info p.desc,
.siteWrapper .listing-info li.desc {
  font-size: 80%;
  margin-top: 15px;
  margin-bottom: 0;
}
.siteWrapper .listing-info p a,
.siteWrapper .listing-info li a {
  text-decoration: underline;
}
.siteWrapper .listing-info p a:hover,
.siteWrapper .listing-info li a:hover,
.siteWrapper .listing-info p a:focus,
.siteWrapper .listing-info li a:focus {
  color: #000;
}
.siteWrapper .listing-info p a::after,
.siteWrapper .listing-info li a::after {
  display: none;
}
.siteWrapper .listing-info .name,
.siteWrapper .listing-info .category,
.siteWrapper .listing-info .delivery,
.siteWrapper .listing-info .location,
.siteWrapper .listing-info .unavailableNote,
.siteWrapper .listing-info .strapline,
.siteWrapper .listing-info .eventDate,
.siteWrapper .listing-info .desc {
  text-align: center;
  margin-bottom: 5px;
}
.siteWrapper .listing-info h2 {
  font-weight: bold;
  font-size: 0.9375em;
  line-height: 1.33333333;
  font-family: Arial, Helvetica, sans-serif;
  margin: 30px 0 5px;
}
.siteWrapper .listing-info .name {
  font-weight: 700;
  font-size: 1.25em;
  line-height: 1.15;
  font-family: warnock-pro-caption, serif;
  color: #000;
  padding: 0;
  margin: 0 0 10px;
}
.siteWrapper .listing-info .unavailableNote {
  font-weight: 700;
  color: #e4032e;
}
.siteWrapper .listing-info .location {
  width: 100%;
  position: absolute;
  bottom: 10px;
  left: 0;
  text-align: center;
  padding: 0 10px;
  margin: 0;
}
.siteWrapper .listing-info .map img {
  max-width: 100%;
  height: auto;
}
.siteWrapper .listing-info .bookingLinks {
  text-align: center;
  margin: 30px 0;
}
.siteWrapper .listing-info .bookingLinks a {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  min-width: 130px;
  position: relative;
  background: #76b82a none;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  color: #fff;
  padding: 16px 20px 10px;
  border: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: all 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  -moz-transition: all 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  transition: all 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  width: 100%;
  padding: 12px 20px 8px;
  margin: 0 auto 10px;
}
@media (min-width: 768px) and (max-width: 1023px), (min-width: 1400px) {
  .siteWrapper .listing-info .bookingLinks a {
    min-width: 175px;
    font-size: 20px;
  }
}
.siteWrapper .listing-info .bookingLinks a:hover,
.siteWrapper .listing-info .bookingLinks a:focus,
.siteWrapper .listing-info .bookingLinks a:active {
  background-color: #69a325;
  text-decoration: none !important;
  color: #fff;
  outline: none;
}
@media (min-width: 768px) {
  .siteWrapper .listing-info .bookingLinks a {
    width: auto;
    margin: 0 10px 10px 0;
  }
}
@media (min-width: 1400px) {
  .siteWrapper .listing-info .bookingLinks a {
    min-width: 130px;
  }
}
.siteWrapper .listing-info .bookingLinks a:after {
  display: none;
}
.siteWrapper .listing-info .bookingLinks a.app_apple,
.siteWrapper .listing-info .bookingLinks a.app_android {
  min-width: 0;
  height: 0;
  overflow: hidden;
  background: transparent none no-repeat center center / contain;
  padding: 38px 0 0 0;
}
.siteWrapper .listing-info .bookingLinks a.app_apple {
  width: 127px;
  background-image: url(../assets/dmp/app_apple.png);
}
.siteWrapper .listing-info .bookingLinks a.app_android {
  width: 129px;
  background-image: url(../assets/dmp/app_google.png);
}
.siteWrapper .listing-info .bookingLinks .bookingLinkText {
  font-size: 0.75em;
}
.siteWrapper.event--sessions .bookingLinks a {
  background-color: #cf086a;
}
.siteWrapper.event--sessions .bookingLinks a:hover,
.siteWrapper.event--sessions .bookingLinks a:focus,
.siteWrapper.event--sessions .bookingLinks a:active {
  background-color: #b6075d;
}
.siteWrapper .deliveryIcon {
  display: inline-block;
  width: 50px;
  height: 0;
  overflow: hidden;
  background: transparent none no-repeat center center / contain;
  padding-top: 50px;
}
.siteWrapper .deliveryIcon.icon--clickandcollect {
  background-image: url(../assets/dmp/icon--click-and-collect.svg);
}
.siteWrapper .deliveryIcon.icon--delivery {
  background-image: url(../assets/dmp/icon--delivery.svg);
}
.siteWrapper .deliveryIcon.icon--orderinperson {
  background-image: url(../assets/dmp/icon--orderinperson.svg);
}
.siteWrapper .deliveryIcon.icon--lunch {
  background-image: url(../assets/dmp/icon--day.svg);
  cursor: pointer;
}
.siteWrapper .deliveryIcon.icon--evening {
  background-image: url(../assets/dmp/icon--evening.svg);
  cursor: pointer;
}
.siteWrapper .withLegend {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: -webkit-flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: distribute;
  justify-content: flex-start;
  align-items: stretch;
  align-content: flex-start;
  margin-bottom: 20px;
}
.siteWrapper .legend {
  width: 33%;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: -webkit-flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: distribute;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  padding: 0 10px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .siteWrapper .legend {
    width: 20%;
  }
}
.siteWrapper .legend .deliveryIcon {
  margin-bottom: 10px;
}
.siteWrapper .legend p {
  font-size: 0.875em;
  text-align: center;
  margin: 0;
}
.siteWrapper .accordion .question {
  position: relative;
  font-weight: 700;
  font-size: 1.25em;
  line-height: 1.5;
  text-align: left;
  color: #000;
  padding-left: 40px;
  margin: 20px 0;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .siteWrapper .accordion .question {
    font-size: 1.625em;
    line-height: 1.15384615;
    padding-left: 60px;
    margin-top: 40px;
  }
}
.siteWrapper .accordion .question:after {
  content: '';
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  top: -2px;
  background: transparent url(../assets/dmp/arrow.svg) no-repeat center center;
  background-size: 20px 20px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: transform 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  -moz-transition: transform 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  transition: transform 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
}
@media (min-width: 1024px) {
  .siteWrapper .accordion .question:after {
    top: -4px;
    background-size: auto auto;
  }
}
.siteWrapper .accordion .question.open:after {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.siteWrapper .accordion .answer {
  max-height: 0;
  overflow: hidden;
  padding-left: 40px;
  -webkit-transition: max-height 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  -moz-transition: max-height 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  transition: max-height 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
}
@media (min-width: 1024px) {
  .siteWrapper .accordion .answer {
    padding-left: 60px;
  }
}
.siteWrapper .accordion .answer.open {
  max-height: 1000px;
}
.siteWrapper .content_img {
  display: none;
  position: relative;
}
@media (min-width: 768px) {
  .siteWrapper .content_img {
    display: block;
  }
}
.siteWrapper .content_img img {
  width: 250px;
  position: absolute;
  right: -60%;
  top: -200px;
}
.siteWrapper .content_img.content_img--left img {
  left: -60%;
  right: auto;
}
.siteWrapper .owl-nav {
  color: #fff;
}
.siteWrapper .owl-nav button {
  width: 30px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.8;
  -webkit-transition: opacity 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  -moz-transition: opacity 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  transition: opacity 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
}
@media (min-width: 768px) {
  .siteWrapper .owl-nav button {
    width: 50px;
  }
}
.siteWrapper .owl-nav button span {
  display: block;
  width: 30px;
  height: 0;
  overflow: hidden;
  background: transparent url(../assets/dmp/arrow--white.svg) no-repeat center center / contain;
  padding-top: 30px;
}
@media (min-width: 768px) {
  .siteWrapper .owl-nav button span {
    width: 50px;
    padding-top: 50px;
  }
}
.siteWrapper .owl-nav button:hover,
.siteWrapper .owl-nav button:active,
.siteWrapper .owl-nav button:focus {
  opacity: 1;
}
.siteWrapper .owl-nav .owl-prev {
  right: auto;
  left: 0;
}
.siteWrapper .owl-nav .owl-prev span {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.siteWrapper .owl-dots {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.siteWrapper .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.siteWrapper .owl-dot span {
  width: 15px;
  height: 15px;
  margin: 5px 7px;
  background-color: #fff;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: background-color 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  -moz-transition: background-color 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  transition: background-color 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.siteWrapper .owl-dot.active span,
.siteWrapper .owl-dot:active span,
.siteWrapper .owl-dot:hover span {
  background-color: #ffd500;
}
.siteWrapper .footer {
  width: 100%;
  height: 470px;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: -webkit-flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: distribute;
  justify-content: space-between;
  align-items: flex-end;
  align-content: space-between;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 0;
  background: #000;
  padding: 20px;
}
@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .siteWrapper .footer {
    position: static;
  }
}
@media (min-width: 1024px) {
  .siteWrapper .footer {
    padding: 20px 40px;
  }
}
@media (min-width: 1240px) {
  .siteWrapper .footer {
    height: 250px;
  }
}
.siteWrapper .footer .sponsor {
  width: 100%;
}
@media (min-width: 1240px) {
  .siteWrapper .footer .sponsor {
    width: calc(100% - 820px);
    position: absolute;
    top: 20px;
    right: 20px;
  }
}
.siteWrapper .footer .sponsor img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
@media (min-width: 1240px) {
  .siteWrapper .footer .sponsor img {
    margin: 0 0 0 auto;
  }
}
.siteWrapper .footer .footer_logos {
  width: 100%;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: -webkit-flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: distribute;
  justify-content: space-between;
  align-items: flex-end;
  align-content: flex-end;
}
@media (min-width: 1024px) {
  .siteWrapper .footer .footer_logos {
    margin-top: 20px;
  }
}
@media (min-width: 1240px) {
  .siteWrapper .footer .footer_logos {
    width: auto;
    flex-wrap: nowrap;
  }
}
.siteWrapper .footer .footer_logo {
  width: 48%;
  margin: 0;
}
@media (min-width: 1024px) {
  .siteWrapper .footer .footer_logo {
    width: auto;
  }
  .siteWrapper .footer .footer_logo + .footer_logo {
    margin-left: 15px;
  }
}
.siteWrapper .footer .footer_logo img {
  display: block;
  width: auto;
  height: 38px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .siteWrapper .footer .footer_logo img {
    height: 57px;
  }
}
.siteWrapper .footer p {
  font-size: 1.125em;
  line-height: 1.38888889;
  color: #fff;
  margin: 0 20px 0 0;
}
.siteWrapper .footer .credits {
  width: 100%;
}
.siteWrapper .footer .footerLinks {
  list-style-type: none;
  margin: 20px 0 0;
}
@media (min-width: 1024px) {
  .siteWrapper .footer .footerLinks {
    margin-right: 20px;
  }
}
.siteWrapper .footer a {
  color: #fff;
}
#globalNotice {
  display: none;
  width: 100%;
  overflow: hidden;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  padding: 10px 40px;
}
#globalNotice .text p {
  font-size: 1.125em;
  color: #fff;
  margin: 0;
}
#globalNotice .text p a {
  color: #fff;
}
@media (min-width: 768px) {
  #globalNotice .text {
    width: calc(100% - 145px - 40px);
    float: left;
  }
}
#globalNotice .btnLink {
  min-width: 145px;
  margin: 10px 0 0;
}
@media (min-width: 768px) {
  #globalNotice .btnLink {
    float: right;
    margin-top: 0;
    margin-left: 40px;
  }
}
#globalNotice #dismissNotice {
  display: block;
  background-color: #fff;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  color: #000;
  padding: 5px 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  cursor: pointer;
  -webkit-transition: all 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  -moz-transition: all 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  transition: all 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
}
#globalNotice #dismissNotice:hover,
#globalNotice #dismissNotice:active,
#globalNotice #dismissNotice:focus {
  opacity: 0.8;
}
