@charset "UTF-8";
/*
Theme Name: HotTix 2018
Theme URI: https://hottix.org
Author: Blenderbox
Author URI: https://blenderbox.com
Version: 0.1
*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

h1, h2, h3, h4, h5 {
  font-family: "Work Sans", sans-serif;
  margin-bottom: 0;
  line-height: 1.66;
}

p {
  line-height: 1.66;
}

a {
  text-decoration: none;
  transition: all 200ms ease-out;
}

html, body, .no-x-scroll {
  overflow-x: hidden;
  max-width: 100%;
}

body {
  font-size: 1.8rem;
}

h1 {
  font-size: 8rem;
}

h2 {
  font-size: 4rem;
  line-height: 1.2;
}

h3 {
  font-size: 2.4rem;
}

h4 {
  font-size: 1.8rem;
}

h5 {
  font-size: 1.4rem;
  text-transform: uppercase;
}

@media only screen and (max-width: 799px) {
  body {
    font-size: 1.4rem;
  }

  h1 {
    font-size: 4rem;
  }

  h2 {
    font-size: 2.4rem;
  }

  h3 {
    font-size: 1.8rem;
  }

  h4 {
    font-size: 1.4rem;
  }

  h5 {
    font-size: 1.2rem;
  }
}
body * {
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?m9syil");
  src: url("fonts/icomoon.eot?m9syil#iefix") format("embedded-opentype"), url("fonts/icomoon.woff2?m9syil") format("woff2"), url("fonts/icomoon.ttf?m9syil") format("truetype"), url("fonts/icomoon.woff?m9syil") format("woff"), url("fonts/icomoon.svg?m9syil#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-], [class*=" icon-"] {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-cart:before {
  content: "";
}

.icon-checkmark:before {
  content: "";
}

.icon-chevron-down:before {
  content: "";
}

.icon-chevron-left:before {
  content: "";
}

.icon-chevron-right:before {
  content: "";
}

.icon-close:before {
  content: "";
}

.icon-email:before {
  content: "";
}

.icon-minus:before {
  content: "";
}

.icon-plus:before {
  content: "";
}

.icon-search:before {
  content: "";
}

.icon-social-fb:before {
  content: "";
}

.icon-social-insta:before {
  content: "";
}

.icon-social-tw:before {
  content: "";
}

.icon-ticket-alert:before {
  content: "";
}

.icon-ticket-buyTicket:before {
  content: "";
}

.icon-menu-close:before {
  content: "";
}

.icon-menu:before {
  content: "";
}

html {
  font-size: 10px;
}

body {
  color: #231F20;
  font-family: "Lato", sans-serif;
  margin: 0;
}
@media only screen and (max-width: 799px) {
  body .hide-on-mobile {
    display: none;
  }
}
@media only screen and (min-width: 800px) {
  body .hide-on-desktop {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  body .hide-on-gt-container {
    display: none;
  }
}
@media only screen and (max-width: 1199px) {
  body .hide-on-lt-container {
    display: none;
  }
}
body .contained {
  max-width: 120rem;
  box-sizing: content-box;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
body .contained.thin {
  max-width: 102rem;
}
@media only screen and (max-width: 799px) {
  body .contained.thin {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media only screen and (min-width: 1020px) {
  body .contained.thin {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
body .searchform {
  margin-bottom: 2rem;
}
body .alert-bar {
  position: relative;
  display: flex;
  align-items: center;
  height: 4rem;
  font-size: 1.4rem;
  background: #231F20;
  text-align: center;
  color: white;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  z-index: 10;
}
body .alert-bar i {
  color: #E6474C;
  margin-right: 0.8rem;
  font-size: 1.2em;
}
body .alert-bar a {
  display: flex;
  align-items: center;
  margin: 0 auto;
  text-decoration: none;
  color: inherit;
}
body .alert-bar a span {
  border-bottom: 1px solid transparent;
}
body .alert-bar a:hover span {
  color: #E6474C;
  border-bottom: 1px solid #E6474C;
}
body header#site_header {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 2rem;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 799px) {
  body header#site_header {
    align-items: normal;
  }
}
@media only screen and (min-width: 800px) {
  body header#site_header {
    margin-top: 3rem;
    margin-bottom: 6rem;
  }
}
body header#site_header.expanded {
  background-color: #E6474C;
  border-top: 2rem solid #E6474C;
  margin-top: 0;
  min-height: 100vh;
}
body header#site_header.expanded .menu-toggle {
  color: #231F20;
}
body header#site_header.expanded #menu-header {
  transform: translateY(0);
}
body header#site_header #site_logo {
  position: relative;
  width: 6rem;
  height: 6rem;
  font-size: 2rem;
  margin: 0;
  z-index: 5;
}
@media only screen and (min-width: 650px) {
  body header#site_header #site_logo {
    width: 10rem;
    height: 10rem;
  }
}
@media only screen and (min-width: 800px) {
  body header#site_header #site_logo {
    width: 15rem;
    height: 15rem;
  }
}
body header#site_header #site_logo a {
  position: relative;
  display: block;
}
body header#site_header #site_logo a:before, body header#site_header #site_logo a:after {
  position: absolute;
  display: none;
  content: "\a";
  width: 90%;
  height: 90%;
  top: 0.5%;
  left: 3%;
  border-radius: 50%;
  transform: rotate(0deg);
  transition: 200ms all ease;
}
@media only screen and (min-width: 800px) {
  body header#site_header #site_logo a:before, body header#site_header #site_logo a:after {
    display: block;
  }
}
body header#site_header #site_logo a:before {
  background-color: #E6474C;
  z-index: -2;
  transform-origin: 46% 71%;
}
body header#site_header #site_logo a:after {
  background-color: #FFB709;
  z-index: -1;
  transform-origin: 18% 35%;
}
body header#site_header #site_logo a:hover:before, body header#site_header #site_logo a:hover:after {
  transform: rotate(6deg);
  transition: all 200ms ease;
  width: 100%;
  height: 97%;
  top: -3%;
  left: 1%;
}
body header#site_header .menu-header-container {
  text-align: right;
}
@media only screen and (min-width: 800px) {
  body header#site_header .menu-header-container .menu-toggle {
    display: none;
  }
}
body header#site_header .menu-header-container .mobile-cart-link {
  display: none;
}
@media only screen and (max-width: 799px) {
  body header#site_header .menu-header-container .mobile-cart-link {
    position: relative;
    font-size: 2.9rem;
    top: 0.6rem;
    margin-right: 2.5rem;
    color: #231F20;
    cursor: pointer;
    z-index: 5;
    display: inline-block;
  }
}
body header#site_header .menu-header-container span[data-basket-item-count] {
  position: absolute;
  font-family: "Work Sans", sans-serif;
  font-weight: bold;
  color: #231F20;
  top: -0.5rem;
  right: -0.5rem;
  font-size: 1.2rem;
  line-height: 1;
  z-index: 1;
  text-align: center;
  transition: 200ms all ease;
}
body header#site_header .menu-header-container span[data-basket-item-count]:before {
  content: "\a";
  background: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  display: block;
  width: 1.7rem;
  height: 1.7rem;
  color: #231F20;
  border: 1px solid #231F20;
  border-radius: 1rem;
  transition: 200ms all ease;
}
body header#site_header .menu-header-container .cart a:hover, body header#site_header .menu-header-container .mobile-cart-link:hover {
  color: #E6474C;
  border-bottom-color: transparent !important;
}
body header#site_header .menu-header-container .cart a:hover span[data-basket-item-count], body header#site_header .menu-header-container .mobile-cart-link:hover span[data-basket-item-count] {
  color: #231F20;
}
body header#site_header .menu-header-container .cart a:hover span[data-basket-item-count]:before, body header#site_header .menu-header-container .mobile-cart-link:hover span[data-basket-item-count]:before {
  color: #231F20;
  border-color: #231F20;
  width: 2rem;
  height: 2rem;
}
body header#site_header .menu-toggle {
  position: relative;
  top: 1rem;
  font-size: 4rem;
  margin-right: 1rem;
  color: #E6474C;
  cursor: pointer;
  z-index: 5;
}
body header#site_header #menu-header {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
@media only screen and (max-width: 400px) {
  body header#site_header #menu-header {
    padding-top: 3rem !important;
  }
}
@media only screen and (max-width: 799px) {
  body header#site_header #menu-header {
    position: absolute;
    left: 0;
    right: 0;
    padding: 6rem 2rem 0;
    z-index: 3;
    background: #E6474C;
    transform: translateY(-150%);
  }
}
body header#site_header #menu-header li {
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
}
body header#site_header #menu-header li.signup .icon-email {
  font-size: 1.4rem;
}
body header#site_header #menu-header li.signup a:hover {
  border-bottom: 1px solid transparent;
}
body header#site_header #menu-header li.signup a:hover .text {
  border-bottom: 1px solid;
}
body header#site_header #menu-header li.my-account {
  font-size: 2.2rem;
}
@media only screen and (min-width: 800px) {
  body header#site_header #menu-header li.my-account {
    font-size: 1.2rem;
  }
}
body header#site_header #menu-header li.cart {
  position: relative;
  font-size: 2.6rem;
  transform: translateY(25%);
}
@media only screen and (max-width: 799px) {
  body header#site_header #menu-header li.cart {
    display: none;
  }
}
body header#site_header #menu-header li a {
  color: #231F20;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}
@media only screen and (max-width: 400px) {
  body header#site_header #menu-header li {
    display: block;
    font-size: 2.5rem !important;
    margin-bottom: 2rem !important;
  }
  body header#site_header #menu-header li.signup .icon-email {
    font-size: 2rem !important;
  }
  body header#site_header #menu-header li.my-account {
    font-size: 1.4rem !important;
  }
}
@media only screen and (max-width: 799px) {
  body header#site_header #menu-header li {
    display: block;
    font-size: 4rem;
    margin-bottom: 4rem;
  }
  body header#site_header #menu-header li a:hover {
    color: white;
    border-bottom-color: white;
  }
  body header#site_header #menu-header li.current-menu-item a {
    color: white;
  }
  body header#site_header #menu-header li.signup .icon-email {
    font-size: 3rem;
  }
  body header#site_header #menu-header li.signup a:hover text {
    border-bottom-color: white;
  }
}
@media only screen and (min-width: 800px) {
  body header#site_header #menu-header li {
    display: inline-block;
    margin-left: 4rem;
    font-size: 1.8rem;
  }
  body header#site_header #menu-header li a:hover {
    color: #E6474C;
    border-bottom-color: #E6474C;
  }
  body header#site_header #menu-header li.current-menu-item a {
    color: #E6474C;
  }
  body header#site_header #menu-header li.signup a:hover text {
    border-bottom-color: #E6474C;
  }
}
body .content {
  max-width: 80rem;
  margin-left: auto;
}
@media only screen and (min-width: 800px) {
  body .content > *:not(.offset) {
    margin-left: 8rem;
  }
}
body .content > * {
  max-width: 100%;
}
body .content .post-image {
  position: relative;
  display: inline-block;
  margin-top: 2rem;
  margin-bottom: 4rem;
  font-size: 0;
}
@media only screen and (min-width: 1200px) {
  body .content .post-image {
    margin-top: 4rem;
  }
}
body .content .post-image img {
  max-height: 600px;
}
body .content .post-image.placeholder {
  margin-bottom: 2rem;
}
body .content .post-image.placeholder + h2 {
  margin-top: 0;
}
body .content .post-image.placeholder:before, body .content .post-image.placeholder:after {
  width: 100%;
}
body .content .post-image.placeholder:before {
  z-index: -1;
  top: 0;
  left: 0.3rem;
}
body .content .post-image.placeholder:after {
  z-index: -2;
  top: 0.3rem;
  left: 0;
}
body .content .post-image:before, body .content .post-image:after {
  position: absolute;
  display: block;
  content: "\a";
  width: 90%;
  height: 50%;
}
body .content .post-image:before {
  background-color: #E6474C;
  z-index: -2;
  top: -0.8rem;
  right: 0;
}
body .content .post-image:after {
  background-color: #FFB709;
  z-index: -1;
  bottom: -0.8rem;
  left: 0;
}
body .content .post-image.placeholder {
  height: 3rem;
}
body .content h1 {
  margin-top: 2rem;
  margin-bottom: 4rem;
  line-height: 1;
}
body .content p {
  margin-bottom: 4rem;
}
body .content a {
  border-bottom: 1px solid #E6474C;
  color: inherit;
  text-decoration: none;
}
body .content a:hover {
  color: #E6474C;
}
body footer#site_footer {
  background-color: #231F20;
  color: white;
  padding: 4rem 0;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 800px) {
  body footer#site_footer {
    padding: 6rem 0;
  }
}
body footer#site_footer .footer-content {
  display: block;
}
@media only screen and (min-width: 800px) {
  body footer#site_footer .footer-content {
    display: flex;
  }
  body footer#site_footer .footer-content .left, body footer#site_footer .footer-content .right {
    flex: 1;
  }
}
@media only screen and (max-width: 799px) {
  body footer#site_footer .footer-content .about-text {
    margin: 1em auto;
  }
  body footer#site_footer .footer-content .left, body footer#site_footer .footer-content .right {
    text-align: center;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 800px) {
  body footer#site_footer .footer-content {
    justify-content: space-between;
  }
  body footer#site_footer .footer-content .right {
    text-align: right;
  }
}
body footer#site_footer .logos {
  margin-bottom: 2rem;
}
body footer#site_footer .logos img {
  height: 53px;
  width: 53px;
  margin-right: 1.5rem;
}
body footer#site_footer .social {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 800px) {
  body footer#site_footer .social {
    margin-top: 0;
    margin-bottom: 4rem;
  }
}
body footer#site_footer .social a {
  color: white;
  text-decoration: none;
  font-size: 2rem;
  margin-left: 3.3rem;
}
body footer#site_footer .social a:first-child {
  margin-left: 0;
}
body footer#site_footer .social a:hover, body footer#site_footer .social a:active, body footer#site_footer .social a:focus {
  color: #E6474C !important;
}
body footer#site_footer .social a:visited {
  color: white;
}
body footer#site_footer .signup {
  color: #E6474C;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  display: block;
  text-decoration: none;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 800px) {
  body footer#site_footer .signup {
    margin-bottom: 4rem;
  }
}
body footer#site_footer .signup .icon-email {
  margin-left: 0.6rem;
}
body footer#site_footer .signup:visited {
  color: #E6474C;
}
body footer#site_footer .signup .text {
  border-bottom: 1px solid transparent;
}
body footer#site_footer .signup:hover .text, body footer#site_footer .signup:active .text, body footer#site_footer .signup:focus .text {
  border-bottom: 1px solid #E6474C;
}
body footer#site_footer .about-text, body footer#site_footer .credit, body footer#site_footer .sponsor {
  font-family: "Lato", sans-serif;
  font-size: 1.2rem;
}
body footer#site_footer .about-text {
  max-width: 32rem;
}
body footer#site_footer .sponsor img {
  height: 22px;
  margin-left: 0.4rem;
  margin-bottom: -2px;
}
body footer#site_footer .credit {
  opacity: 0.5;
  margin: 0;
}
body footer#site_footer .credit a {
  color: inherit;
  text-decoration: none;
}
body footer#site_footer .credit a:hover, body footer#site_footer .credit a:active, body footer#site_footer .credit a:focus {
  color: #E6474C !important;
  border-bottom: 1px solid;
}
body footer#site_footer .credit a:visited {
  color: white;
}
body footer#site_footer .credit:hover {
  opacity: 1;
}

@media only screen and (min-width: 800px) {
  .ticketing {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .ticketing dt {
    width: 33%;
    margin-bottom: 0;
  }
  .ticketing dd {
    width: 67%;
  }
  .ticketing hr {
    margin-bottom: 2rem;
  }
}
.ticketing dt {
  width: 100%;
  max-width: 24rem;
  font-size: 1.8rem;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  margin-bottom: 1rem;
}
.ticketing dd {
  width: 100%;
  margin: 0;
}
.ticketing hr {
  width: 100%;
  color: #231F20;
  margin: 1rem 0 1.7rem;
}
.ticketing ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
.ticketing ol li {
  display: inline-block;
  width: 12rem;
  padding: 1rem;
  margin-bottom: 1rem;
  margin-right: 1rem;
  background-color: #231F20;
  border-bottom: 3px solid #E6474C;
  color: white;
  cursor: pointer;
  user-select: none;
  transition: 200ms all ease-out;
}
.ticketing ol li a {
  color: white !important;
}
.ticketing ol li i {
  font-size: 1rem;
  float: right;
}
.ticketing ol li .time, .ticketing ol li .price {
  font-size: 1.2rem;
  font-family: "Work Sans", sans-serif;
}
.ticketing ol li .time {
  font-weight: 700;
  float: left;
  line-height: 1rem;
  margin-bottom: 1rem;
}
.ticketing ol li .price {
  clear: both;
  line-height: 1;
}
.ticketing ol li:not(.sold-out):hover {
  background-color: #E6474C;
}
.ticketing ol li.sold-out {
  border-bottom-color: transparent;
  cursor: default;
}
.ticketing ol li.sold-out * {
  opacity: 0.35;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  cursor: default;
}
.ticketing ol li.sold-out i {
  display: none;
}

.single-show .show-title {
  margin-bottom: 2rem;
}
.single-show .show-heading {
  display: flex;
  justify-content: space-between;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  margin-bottom: 4rem;
}
.single-show .show-heading i {
  display: inline-block;
}
.single-show .show-heading a {
  border: none;
}
.single-show .show-heading .breadcrumb {
  text-decoration: none;
  color: #E6474C;
  transition: all 200ms ease-out;
}
.single-show .show-heading .breadcrumb i {
  margin-right: 0.6em;
  font-size: 0.8em;
}
.single-show .show-heading .breadcrumb:hover {
  color: #231F20;
}
.single-show .show-heading .share .share-text, .single-show .show-heading .share a {
  margin-right: 1.5rem;
}
.single-show .show-heading .share a {
  text-decoration: none;
  color: #E6474C;
}
.single-show .show-heading .share a:hover {
  color: #231F20;
}
.single-show .show-description {
  line-height: 1.67;
  margin-bottom: 2rem;
  /* Spektrix editor styles */
}
.single-show .show-description .ItalicText {
  font-style: italic;
}
.single-show #map {
  height: 35rem;
}
.single-show .venue {
  margin-top: 1rem;
}
.single-show .venue .venue-name {
  font-weight: 700;
}
.single-show .venue .venue-address {
  border-bottom: 1px solid #E6474C;
}
.single-show .venue .venue-tip {
  margin-top: 1rem;
  display: block;
}
.single-show iframe#SpektrixIFrame {
  height: auto;
  width: 1px;
  min-width: 100%;
  min-height: 75rem;
  margin-bottom: 2rem;
  border: none;
}
@media only screen and (min-width: 800px) {
  .single-show iframe#SpektrixIFrame {
    min-width: 0;
    width: 90%;
  }
}
@media only screen and (min-width: 800px) {
  .single-show .ticketing-sidebar {
    margin-left: 8rem;
  }
}
@media only screen and (min-width: 1200px) {
  .single-show .ticketing-sidebar {
    display: block;
    position: absolute;
    margin-left: -4rem;
    margin-top: 0;
    padding-top: 1.2rem;
    transform: translateX(-100%);
    width: 20rem;
  }
}
.single-show .ticketing-sidebar.fixed {
  position: fixed;
  top: 11rem;
}
.single-show .ticketing-sidebar .buy-tickets-button {
  display: block;
  position: fixed;
  background: #231F20;
  height: 5.7rem;
  width: 100%;
  color: white;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  padding: 1.5rem 3rem 1.5rem 1rem;
  text-align: center;
  border: none;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  margin: 0;
}
@media only screen and (min-width: 1200px) {
  .single-show .ticketing-sidebar .buy-tickets-button {
    position: relative;
    z-index: auto;
    margin-bottom: 4rem;
  }
  .single-show .ticketing-sidebar .buy-tickets-button .tags {
    transform: none;
    left: -0.7rem;
  }
}
.single-show .ticketing-sidebar .buy-tickets-button .tags {
  transform: translateX(-50%);
  left: 50%;
}
.single-show .ticketing-sidebar .buy-tickets-button .tags a, .single-show .ticketing-sidebar .buy-tickets-button .tags span {
  margin-right: 0.5rem;
}
.single-show .ticketing-sidebar .buy-tickets-button .tags a:hover, .single-show .ticketing-sidebar .buy-tickets-button .tags span:hover {
  text-decoration: none;
}
.single-show .ticketing-sidebar .buy-tickets-button .icon-ticket-buyTicket {
  color: #E6474C;
  margin-left: 1rem;
  right: 0;
  top: 50%;
  transform: translate(30%, -50%);
  font-size: 1.7rem;
  transition: 200ms all ease;
}
@media only screen and (min-width: 1200px) {
  .single-show .ticketing-sidebar .buy-tickets-button .icon-ticket-buyTicket {
    position: absolute;
    margin-left: 0;
  }
}
.single-show .ticketing-sidebar .buy-tickets-button:before, .single-show .ticketing-sidebar .buy-tickets-button:after {
  position: absolute;
  display: none;
  content: "\a";
  width: 85%;
  height: 50%;
  transition: 200ms all ease;
}
@media only screen and (min-width: 1200px) {
  .single-show .ticketing-sidebar .buy-tickets-button:before, .single-show .ticketing-sidebar .buy-tickets-button:after {
    display: block;
  }
}
.single-show .ticketing-sidebar .buy-tickets-button:before {
  background-color: #FFB709;
  z-index: -2;
  top: 0.2rem;
  left: 0;
}
.single-show .ticketing-sidebar .buy-tickets-button:after {
  background-color: #E6474C;
  z-index: -1;
  bottom: 0.2rem;
  right: 0;
}
.single-show .ticketing-sidebar .buy-tickets-button:hover {
  color: #E6474C;
}
.single-show .ticketing-sidebar .buy-tickets-button:hover .icon-ticket-buyTicket {
  right: -0.6rem;
}
.single-show .ticketing-sidebar .buy-tickets-button:hover:before {
  top: -0.5rem;
}
.single-show .ticketing-sidebar .buy-tickets-button:hover:after {
  bottom: -0.5rem;
}
.single-show .ticketing-sidebar .buy-tickets-button:hover .title {
  color: #E6474C;
}
.single-show .ticketing-sidebar .price {
  font-size: 1.8rem;
  color: #231F20;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
}
.single-show .ticketing-sidebar .price .old-price {
  white-space: nowrap;
  opacity: 0.5;
  text-decoration: line-through;
  font-weight: 400;
}
.single-show .ticketing-sidebar .price .new-price {
  white-space: nowrap;
}
.single-show .ticketing-sidebar .venue {
  font-size: 1.8rem;
  line-height: 1.6;
  margin: 0;
}
@media only screen and (min-width: 1200px) {
  .single-show .ticketing-sidebar .venue {
    margin: 3rem 0 8rem;
  }
}
.single-show .ticketing-sidebar .venue span {
  border-bottom: 1px solid #E6474C;
}
.single-show .ticketing-guidance {
  margin-top: 2rem;
  margin-bottom: 4rem;
  font-family: "Lato", sans-serif;
}

.searchform {
  position: relative;
}
.searchform .search-input-container {
  position: relative;
  width: 100%;
  max-width: 84rem;
  border-bottom: 0.6rem solid #E6474C;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 800px) {
  .searchform .search-input-container {
    border-bottom-width: 1rem;
    margin-bottom: 4rem;
  }
}
.searchform .search-input-container:before {
  content: "";
  font-family: "icomoon";
  color: #E6474C;
  display: inline-block;
  position: absolute;
  font-size: 1.7rem;
  left: 1rem;
  top: 0.4em;
}
@media only screen and (min-width: 800px) {
  .searchform .search-input-container:before {
    font-size: 3.7rem;
  }
}
@media only screen and (max-width: 400px) {
  .searchform .search-input-container:before {
    font-size: 1.5rem;
    top: 0.3em;
  }
}
.searchform .search-input-container .search {
  width: 100%;
  outline: none;
  border: none;
  text-align: right;
  padding-bottom: 1rem;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  font-size: 2rem;
}
@media only screen and (min-width: 800px) {
  .searchform .search-input-container .search {
    font-size: 5.5rem;
  }
}
@media only screen and (max-width: 400px) {
  .searchform .search-input-container .search {
    font-size: 1.8rem;
    padding-bottom: 0.8rem;
  }
}

.carousel-container {
  position: relative;
  margin: 0;
}
@media only screen and (min-width: 800px) {
  .carousel-container {
    margin-bottom: 4rem;
  }
}
.carousel-container .carousel-stripe {
  background-color: #231F20;
  border-top: 4rem solid white;
  border-bottom: 4rem solid #f5f5f5;
}
@media only screen and (min-width: 800px) {
  .carousel-container .carousel-stripe {
    min-height: 53.8rem;
  }
}
.carousel-container .carousel-stripe .slick-carousel {
  opacity: 0;
}
.carousel-container .carousel-stripe .slick-slider {
  display: inline-block;
  margin-top: -4rem;
  margin-bottom: -4rem;
  width: 100%;
  max-width: 84rem;
  vertical-align: top;
}
.carousel-container .carousel-stripe .slick-slider .slick-list {
  overflow: visible;
}
@media only screen and (min-width: 800px) {
  .carousel-container .carousel-stripe .slick-slider {
    margin-right: 4rem;
  }
}
.carousel-container .carousel-stripe .slick-slider .slick-slide {
  position: relative;
  outline: none;
  opacity: 0;
}
.carousel-container .carousel-stripe .slick-slider .slick-slide:first-child {
  opacity: 1;
}
.carousel-container .carousel-stripe .slick-slider .slick-slide .tags {
  top: -0.5rem;
  right: -1rem;
  display: none;
}
.carousel-container .carousel-stripe .slick-slider .slick-slide .tags a, .carousel-container .carousel-stripe .slick-slider .slick-slide .tags span {
  margin-left: 0.5rem;
}
.carousel-container .carousel-stripe .slick-slider .slick-slide .image-container {
  display: block;
  width: 100%;
  max-width: 84rem;
  max-height: 53.8rem;
}
.carousel-container .carousel-stripe .navigation {
  vertical-align: top;
  display: inline-block;
  width: 28rem;
  margin: 4rem 3rem 3rem;
  position: relative;
  z-index: 4;
}
@media only screen and (min-width: 800px) {
  .carousel-container .carousel-stripe .navigation {
    margin: 4rem 0 3rem;
  }
}
@media only screen and (min-width: 1200px) {
  .carousel-container .carousel-stripe .navigation {
    height: 39rem;
  }
}
@media only screen and (min-width: 1200px) {
  .carousel-container .carousel-stripe .text-container {
    display: inline-block;
    position: absolute;
    bottom: 0;
    padding-bottom: 20px;
  }
}
.carousel-container .carousel-stripe .text-container .tags {
  position: relative;
  margin-bottom: 2rem;
  padding-top: 1rem;
  top: 0;
}
.carousel-container .carousel-stripe .text-container .tags a, .carousel-container .carousel-stripe .text-container .tags span {
  margin-right: 0.5rem;
}
.carousel-container .carousel-stripe .title {
  display: inline;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  text-decoration: none;
  font-size: 2.4rem;
  color: white;
}
@media only screen and (min-width: 800px) {
  .carousel-container .carousel-stripe .title {
    font-size: 4rem;
  }
}
.carousel-container .carousel-stripe .title:hover, .carousel-container .carousel-stripe .title:active, .carousel-container .carousel-stripe .title:focus {
  color: #E6474C;
}
.carousel-container .carousel-stripe .title span {
  border-bottom: 3px solid #E6474C;
  line-height: 1.4;
}
.carousel-container .carousel-stripe .arrows {
  display: block;
  margin: 2rem 0;
  color: white;
  font-size: 1.4rem;
  font-family: "Lato", sans-serif;
}
.carousel-container .carousel-stripe .arrows .count {
  display: none;
  vertical-align: top;
  font-style: italic;
  user-select: none;
}
@media only screen and (min-width: 800px) {
  .carousel-container .carousel-stripe .arrows .count {
    display: inline-block;
  }
}
.carousel-container .carousel-stripe .arrows .count .currentSlideIndex, .carousel-container .carousel-stripe .arrows .count .totalSlides {
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.carousel-container .carousel-stripe .arrows .count .currentSlideIndex {
  padding-right: 0.3rem;
}
.carousel-container .carousel-stripe .arrows .count .totalSlides {
  padding-left: 0.3rem;
}
@media only screen and (max-width: 799px) {
  .carousel-container .carousel-stripe .arrows .prev.slick-arrow {
    padding-left: 0;
  }
}
.carousel-container .carousel-stripe .arrows .prev, .carousel-container .carousel-stripe .arrows .next {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  border: none;
  outline: none;
  padding: 0 1.5rem;
  background: none;
  cursor: pointer;
  transition: all 200ms ease-out;
  opacity: 0.6;
}
.carousel-container .carousel-stripe .arrows .prev:hover, .carousel-container .carousel-stripe .arrows .next:hover {
  opacity: 1;
}
@media only screen and (min-width: 800px) {
  .carousel-container .carousel-stripe .arrows .prev, .carousel-container .carousel-stripe .arrows .next {
    opacity: 1;
  }
  .carousel-container .carousel-stripe .arrows .prev:hover, .carousel-container .carousel-stripe .arrows .next:hover {
    opacity: 0.6;
  }
}
.carousel-container .carousel-stripe .arrows .prev:before, .carousel-container .carousel-stripe .arrows .next:before {
  font-size: 2rem;
}

.home .shows-list {
  padding: 0 1rem 4rem;
}
@media only screen and (min-width: 1020px) {
  .home .shows-list {
    padding-left: 0;
    padding-right: 0;
  }
}
.home .shows-list .header {
  margin-bottom: 2rem;
}
@media only screen and (min-width: 1020px) {
  .home .shows-list .header {
    display: flex;
    margin-bottom: 4rem;
    justify-content: space-between;
  }
}
.home .shows-list .header .hot-sellers {
  font-size: 4rem;
  line-height: 1;
  margin-top: auto;
}
@media only screen and (min-width: 800px) {
  .home .shows-list .header .hot-sellers {
    font-size: 8rem;
  }
}
.home .shows-list .header .homepage-shows-promo {
  text-decoration: none;
  color: inherit;
  margin-top: auto;
  font-size: 1.8rem;
}
@media only screen and (min-width: 800px) {
  .home .shows-list .header .homepage-shows-promo {
    font-size: 4rem;
  }
}
.home .shows-list .header .homepage-shows-promo:hover {
  color: #E6474C;
}
.home .shows-list .header .homepage-shows-promo > * {
  display: inline-block;
}
.home .shows-list .header .homepage-shows-promo h4 {
  border-bottom: 3px solid #E6474C;
  font-size: inherit;
  line-height: 1;
  margin-top: 2rem;
}
@media only screen and (min-width: 1020px) {
  .home .shows-list .header .homepage-shows-promo h4 {
    margin-top: 0;
  }
}
.home .shows-list .header .homepage-shows-promo i {
  color: #E6474C;
  font-size: 0.8em;
  margin-left: 0.3em;
}
@media only screen and (min-width: 800px) {
  .home .shows-list .header .homepage-shows-promo i {
    margin-left: 0.6em;
  }
}
.home .shows-list .hot-shows {
  position: relative;
  z-index: 1;
  font-size: 0;
}
.home .shows-list .show-promo {
  display: inline-block;
  float: left;
  position: relative;
  cursor: pointer;
  margin-bottom: 2rem;
  width: 100%;
  max-width: 100%;
  background-color: #231F20;
  transition: all 200ms ease-out;
  height: auto;
}
@media only screen and (min-width: 1020px) {
  .home .shows-list .show-promo {
    width: 48rem;
    height: 19rem;
    margin-right: 4rem;
    margin-bottom: 4rem;
  }
  .home .shows-list .show-promo:nth-of-type(even) {
    margin-right: 0;
  }
}
.home .shows-list .show-promo .tags {
  top: -0.5rem;
  right: -1rem;
}
.home .shows-list .show-promo .tags a, .home .shows-list .show-promo .tags span {
  margin-left: 0.5rem;
}
.home .shows-list .show-promo img {
  display: inline-block;
  vertical-align: top;
  width: 24rem;
  max-width: 50%;
}
.home .shows-list .show-promo.text-promo {
  padding: 1rem;
  text-align: center;
}
@media only screen and (min-width: 1020px) {
  .home .shows-list .show-promo.text-promo .title {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90%;
    transform: translate(-50%, -50%);
    text-align: center;
  }
}
.home .shows-list .show-promo .title {
  display: inline-block;
  padding: 2rem;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  color: white;
  font-size: 1.8rem;
  width: 49%;
  vertical-align: top;
  transition: all 200ms ease-out;
}
.home .shows-list .show-promo .title span {
  border-bottom: 3px solid #E6474C;
  line-height: 1.45;
}
.home .shows-list .show-promo:before, .home .shows-list .show-promo:after {
  position: absolute;
  display: block;
  content: "\a";
  width: 90%;
  height: 50%;
  transition: 200ms all ease;
}
.home .shows-list .show-promo:before {
  background-color: #FFB709;
  z-index: -2;
  top: 0.2rem;
  right: 0;
}
.home .shows-list .show-promo:after {
  background-color: #E6474C;
  z-index: -1;
  bottom: 0.2rem;
  left: 0;
}
.home .shows-list .show-promo:hover:before {
  top: -0.8rem;
}
.home .shows-list .show-promo:hover:after {
  bottom: -0.8rem;
}
.home .shows-list .show-promo:hover .title {
  color: #E6474C;
}
.home .left-rail, .home .right-rail {
  display: inline-block;
  position: relative;
  vertical-align: top;
  width: 100%;
  max-width: 100%;
  font-size: 1.8rem;
}
@media only screen and (min-width: 800px) {
  .home .left-rail, .home .right-rail {
    font-size: 1.4rem;
    max-width: 48%;
  }
}
.home .left-rail .fixed {
  position: fixed;
  top: 0.6rem;
}
.home .text-content {
  margin-top: 3rem;
}
.home .text-content p {
  margin: 1rem 0;
}
@media only screen and (min-width: 800px) {
  .home .text-content {
    float: left;
  }
}
.home .right-rail {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
@media only screen and (min-width: 800px) {
  .home .right-rail {
    float: right;
  }
}
@media only screen and (min-width: 1020px) {
  .home .right-rail {
    margin-top: 8rem;
    margin-left: 4rem;
  }
}
.home .right-rail .rail-promo {
  margin-bottom: 1rem;
  border: 1px solid #231F20;
  background-color: #F8F8F8;
}
.home .right-rail .rail-promo a {
  color: #231F20;
}
.home .right-rail .rail-promo a:hover {
  color: #E6474C;
}
.home .right-rail .rail-promo .promo-title h3 {
  margin-top: 0;
}
.home .right-rail .rail-promo .promo-title span {
  border-bottom: 3px solid #E6474C;
}
.home .right-rail .rail-promo .inner {
  padding: 2rem;
}
@media only screen and (min-width: 800px) {
  .home .right-rail .rail-promo .inner {
    padding: 4rem;
  }
}
.home .tightfit {
  font-size: 0;
}
.home .light-gray-bg {
  background-color: #f5f5f5;
  padding-top: 4rem;
  margin-top: -4rem;
}

.search-container {
  position: relative;
  min-height: 170rem;
}
.search-container .title {
  margin-top: 0;
  line-height: 1;
}
.search-container .title.hide-on-desktop {
  margin-bottom: 1rem;
}
.search-container .search-count {
  margin-top: 4rem;
  margin-bottom: 4rem;
  font-family: "Lato", sans-serif;
  padding-right: 25%;
  position: relative;
  line-height: 1.3;
}
@media only screen and (max-width: 799px) {
  .search-container .search-count {
    margin-bottom: 3rem;
    padding-bottom: 2rem;
    padding-right: 0;
    font-size: 2.4rem;
  }
}
.search-container .search-count .result-tag {
  font-family: "Work Sans", sans-serif;
}
.search-container .search-sidebar {
  margin-bottom: 4rem;
}
@media only screen and (min-width: 1020px) {
  .search-container .search-sidebar {
    width: 23%;
    max-width: 31rem;
    position: absolute;
    margin-top: 20rem;
  }
}
@media only screen and (min-width: 1200px) {
  .search-container .search-sidebar {
    width: 31rem;
  }
}
.search-container .search-sidebar .searchform .search-input-container {
  border-bottom: none;
}
@media only screen and (max-width: 799px) {
  .search-container .search-sidebar .searchform .search-input-container {
    margin-bottom: 0;
  }
}
.search-container .search-sidebar .searchform .search-input-container .search {
  font-size: 1.8rem;
  padding: 2rem;
  background-color: #F8F8F8;
  text-align: left;
  border: 1px solid #231F20;
  border-bottom-width: 3px;
  transition: 200ms all ease-out;
}
.search-container .search-sidebar .searchform .search-input-container .search:hover {
  color: #E6474C;
  border-color: #E6474C;
}
@media only screen and (max-width: 400px) {
  .search-container .search-sidebar .searchform .search-input-container .search {
    font-size: 1.5rem;
  }
}
.search-container .search-sidebar .searchform .search-input-container .search::placeholder {
  color: #231F20;
  transition: all 200ms ease-out;
}
.search-container .search-sidebar .searchform .search-input-container .search:placeholder-shown {
  color: #231F20;
  transition: all 200ms ease-out;
}
.search-container .search-sidebar .searchform .search-input-container .search::-webkit-input-placeholder {
  color: #231F20;
  transition: all 200ms ease-out;
}
.search-container .search-sidebar .searchform .search-input-container .search::-moz-placeholder {
  color: #231F20;
  transition: all 200ms ease-out;
}
.search-container .search-sidebar .searchform .search-input-container .search:-ms-input-placeholder {
  color: #231F20;
  transition: all 200ms ease-out;
}
.search-container .search-sidebar .searchform .search-input-container .search:-moz-placeholder {
  color: #231F20;
  transition: all 200ms ease-out;
}
.search-container .search-sidebar .searchform .search-input-container .search:hover::placeholder {
  color: #E6474C;
}
.search-container .search-sidebar .searchform .search-input-container .search:hover:placeholder-shown {
  color: #E6474C;
}
.search-container .search-sidebar .searchform .search-input-container .search:hover::-webkit-input-placeholder {
  color: #E6474C;
}
.search-container .search-sidebar .searchform .search-input-container .search:hover::-moz-placeholder {
  color: #E6474C;
}
.search-container .search-sidebar .searchform .search-input-container .search:hover:-ms-input-placeholder {
  color: #E6474C;
}
.search-container .search-sidebar .searchform .search-input-container .search:hover:-moz-placeholder {
  color: #E6474C;
}
.search-container .search-sidebar .searchform .search-input-container:hover:before {
  color: #E6474C;
}
.search-container .search-sidebar .searchform .search-input-container:before {
  font-size: 1.4rem;
  right: 1.4rem;
  left: auto;
  top: 50%;
  transform: translateY(-50%);
  color: #231F20;
}
.search-container .search-sidebar .filters {
  list-style: none;
  padding-left: 0;
  margin-top: 2rem;
}
@media only screen and (max-width: 799px) {
  .search-container .search-sidebar .filters {
    margin-bottom: 0;
    margin-top: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .search-container .search-sidebar .filters {
    margin-top: 4rem;
  }
}
.search-container .search-sidebar .filters > li .toggle .icon-accordion:before {
  content: "";
}
.search-container .search-sidebar .filters > li.open .toggle .icon-accordion:before {
  content: "";
  /* For some reason the minus icon is all wonky, so this stuff is necessary to get it the right size */
  font-size: 0.25em;
  padding-right: 0.2rem;
  position: relative;
  top: -1.2em;
}
.search-container .search-sidebar .filters > li {
  padding: 4rem 0;
  border-top: 3px solid #231F20;
  border-bottom: 3px solid #231F20;
  margin-top: -3px;
  /* To mimic border collapse */
}
.search-container .search-sidebar .filters > li:first-child {
  margin-top: 0;
}
@media only screen and (max-width: 799px) {
  .search-container .search-sidebar .filters > li:first-child {
    border-top: none;
  }
}
@media only screen and (max-width: 799px) {
  .search-container .search-sidebar .filters > li {
    padding: 2rem 0;
  }
}
.search-container .search-sidebar .filters > li .toggle {
  display: block;
  cursor: pointer;
  user-select: none;
  transition: 200ms all ease-out;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
}
@media only screen and (max-width: 799px) {
  .search-container .search-sidebar .filters > li .toggle {
    font-size: 1.8rem;
  }
}
.search-container .search-sidebar .filters > li .toggle span {
  border-bottom: 2px solid transparent;
  transition: 200ms all ease-out;
}
.search-container .search-sidebar .filters > li .toggle i {
  transition: 200ms all ease-out;
}
.search-container .search-sidebar .filters > li .toggle:hover {
  color: #E6474C;
}
.search-container .search-sidebar .filters > li .toggle:hover span {
  color: #E6474C;
  border-bottom: 2px solid #E6474C;
}
.search-container .search-sidebar .filters > li .toggle:hover i {
  color: #E6474C;
}
.search-container .search-sidebar .filters > li .toggle i.icon-accordion {
  position: relative;
  top: -2px;
  font-size: 0.8em;
  padding-right: 1rem;
}
.search-container .search-sidebar .filters > li .accordion-content {
  display: none;
  padding-top: 2rem;
  font-size: 1.4rem;
  font-weight: 700;
}
.search-container .search-sidebar .filters > li .accordion-content.price-filter {
  padding-left: 1rem;
  padding-right: 2rem;
}
.search-container .search-sidebar .filters > li .accordion-content .price-range {
  position: relative;
  width: 100%;
  height: 2px;
  background: #231F20;
  border: none;
  z-index: 3;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.search-container .search-sidebar .filters > li .accordion-content .price-range .ui-slider-range {
  background: #E6474C;
}
.search-container .search-sidebar .filters > li .accordion-content .price-range .ui-slider-handle {
  position: absolute;
  top: -1.4rem;
  transform: translateX(-50%);
  margin-left: 0;
  background: none;
  border: none;
  cursor: pointer;
  text-align: center;
}
.search-container .search-sidebar .filters > li .accordion-content .price-range .ui-slider-handle .slider-dot {
  display: block;
  border-radius: 1.5rem;
  width: 3rem;
  height: 3rem;
  background-color: #E6474C;
}
.search-container .search-sidebar .filters > li .accordion-content .price-range .ui-slider-handle .price-text {
  display: inline-block;
  color: #231F20;
  font-size: 1.4rem;
  margin-top: 0.3rem;
  font-weight: bold;
}
.search-container .search-sidebar .filters > li .accordion-content .price-range:before, .search-container .search-sidebar .filters > li .accordion-content .price-range:after {
  content: "\a";
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 1rem;
  background-color: #231F20;
  position: absolute;
  top: 50%;
}
.search-container .search-sidebar .filters > li .accordion-content .price-range:before {
  left: 0;
  transform: translate(-50%, -50%);
}
.search-container .search-sidebar .filters > li .accordion-content .price-range:after {
  right: 0;
  transform: translate(50%, -50%);
  z-index: -1;
}
.search-container .search-sidebar .filters > li .accordion-content .category-filter, .search-container .search-sidebar .filters > li .accordion-content .time-of-day-filter {
  margin: 1rem 0 0;
}
.search-container .search-sidebar .filters > li .accordion-content .category-filter:first-child, .search-container .search-sidebar .filters > li .accordion-content .time-of-day-filter:first-child {
  margin-top: 0;
}
.search-container .search-sidebar .filters > li .accordion-content .category-filter:hover label, .search-container .search-sidebar .filters > li .accordion-content .time-of-day-filter:hover label {
  color: #E6474C;
}
.search-container .search-sidebar .filters > li .accordion-content .category-filter:hover label:before, .search-container .search-sidebar .filters > li .accordion-content .time-of-day-filter:hover label:before {
  border-color: #E6474C;
}
.search-container .search-sidebar .filters > li .accordion-content.date-filter .date-text {
  display: inline-block;
  white-space: nowrap;
  margin-top: 2rem;
}
.search-container .search-sidebar .filters > li .accordion-content.date-filter .date-text input {
  display: inline-block;
  border: 1px solid #231F20;
  background: #F8F8F8;
  height: 3.5rem;
  padding: 0 0.5rem;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  max-width: 12rem;
  margin: 0 0.2rem;
}
.search-container .search-sidebar .filters > li .accordion-content label, .search-container .search-sidebar .filters > li .accordion-content input[type=checkbox] {
  cursor: pointer;
}
.search-container .search-sidebar .filters > li .accordion-content input[type=checkbox] {
  display: none;
}
.search-container .search-sidebar .filters > li .accordion-content label {
  position: relative;
  transition: 200ms all ease-out;
}
.search-container .search-sidebar .filters > li .accordion-content label:before {
  content: "\a";
  height: 1.5rem;
  width: 1.5rem;
  display: inline-block;
  border: 1px solid #231F20;
  margin: 0.3rem 0.8rem -0.2rem 0.1rem;
  transition: 200ms all ease-out;
}
.search-container .search-sidebar .filters > li .accordion-content label:after {
  display: none;
  position: absolute;
  color: #E6474C;
  left: 0.2rem;
  top: -0.1rem;
  font-size: 1.5rem;
  content: "";
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.search-container .search-sidebar .filters > li .accordion-content input:checked + label:after {
  display: block;
}
.search-container .search-sidebar .filters > li.open .accordion-content {
  display: block;
}
.search-container .search-results {
  display: block;
  width: 100%;
  max-width: 720px;
  margin-left: auto;
  margin-right: 0;
}
.search-container .search-results .tags-applied {
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  margin-top: -1rem;
  margin-bottom: 4rem;
}
.search-container .search-results .tags-applied .current-tags {
  display: inline-block;
  width: 50%;
  font-size: 1.4rem;
}
.search-container .search-results .clear-tags {
  color: #E6474C;
  text-transform: uppercase;
  float: right;
  cursor: pointer;
  border-bottom: 1px solid transparent;
  position: absolute;
  right: 0;
  bottom: 0;
  line-height: 2.6rem;
  font-size: 1.3rem;
  font-family: "Work Sans", sans-serif;
}
@media only screen and (min-width: 800px) {
  .search-container .search-results .clear-tags {
    font-size: 1.4rem;
  }
}
.search-container .search-results .clear-tags:hover {
  border-bottom-color: #E6474C;
}
.search-container .search-results .no-results-link {
  color: #E6474C;
}
.search-container .search-results .no-results-link:hover {
  color: #231F20;
}
.search-container .search-results .show-card {
  display: flex;
  justify-content: space-between;
  position: relative;
  background: #231F20;
  color: white;
  margin-bottom: 2rem;
  min-height: 19.6rem;
  /* IE11 hack */
}
.search-container .search-results .show-card _:-ms-fullscreen, .search-container .search-results .show-card :root, .search-container .search-results .show-card .right-section {
  display: inline-block !important;
  position: relative !important;
}
.search-container .search-results .show-card _:-ms-fullscreen, .search-container .search-results .show-card :root, .search-container .search-results .show-card .right-section .image {
  display: block !important;
}
.search-container .search-results .show-card _:-ms-fullscreen, .search-container .search-results .show-card :root, .search-container .search-results .show-card .right-section .buy-tickets {
  position: absolute !important;
  bottom: 4.5rem !important;
  height: auto !important;
}
.search-container .search-results .show-card.highlighted .left-section a {
  color: #E6474C;
}
.search-container .search-results .show-card .left-section {
  width: auto;
  min-width: 14rem;
  max-width: 52rem;
  padding: 2rem;
}
@media only screen and (min-width: 800px) {
  .search-container .search-results .show-card .left-section {
    width: 52rem;
    padding: 4rem;
  }
}
.search-container .search-results .show-card .left-section a {
  color: white;
}
.search-container .search-results .show-card .left-section a:hover {
  color: #E6474C;
}
.search-container .search-results .show-card .left-section .card-title {
  line-height: 1.4;
  margin-top: 0;
}
@media only screen and (max-width: 799px) {
  .search-container .search-results .show-card .left-section .card-title {
    font-size: 1.8rem;
  }
}
.search-container .search-results .show-card .left-section .card-title span {
  border-bottom: 3px solid #E6474C;
}
.search-container .search-results .show-card .left-section .metadata {
  display: flex;
  justify-content: space-between;
  font-size: 1.4rem;
  font-family: "Work Sans", sans-serif;
  margin-top: 3rem;
  line-height: 1.4;
  flex-direction: column;
}
.search-container .search-results .show-card .left-section .metadata .price, .search-container .search-results .show-card .left-section .metadata .dates, .search-container .search-results .show-card .left-section .metadata .venue {
  margin-bottom: 2rem;
}
.search-container .search-results .show-card .left-section .metadata .price strong, .search-container .search-results .show-card .left-section .metadata .dates strong, .search-container .search-results .show-card .left-section .metadata .venue strong {
  font-weight: 700;
  display: block;
}
@media only screen and (min-width: 800px) {
  .search-container .search-results .show-card .left-section .metadata {
    flex-direction: row;
  }
  .search-container .search-results .show-card .left-section .metadata .price, .search-container .search-results .show-card .left-section .metadata .dates, .search-container .search-results .show-card .left-section .metadata .venue {
    margin-bottom: 0;
  }
  .search-container .search-results .show-card .left-section .metadata .price {
    width: 9rem;
  }
  .search-container .search-results .show-card .left-section .metadata .dates {
    width: 11rem;
  }
  .search-container .search-results .show-card .left-section .metadata .venue {
    width: 17rem;
  }
}
.search-container .search-results .show-card .right-section {
  display: flex;
  flex-direction: column;
  width: 50%;
  min-width: 12rem;
  max-width: 20rem;
  border-left: 1px solid rgba(255, 255, 255, 0.25);
}
@media only screen and (min-width: 800px) {
  .search-container .search-results .show-card .right-section {
    width: 40rem;
  }
}
.search-container .search-results .show-card .right-section .buy-tickets {
  position: relative;
  color: white;
  text-align: center;
  display: block;
  width: 100%;
  height: 100%;
  text-transform: uppercase;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  transition: all 200ms ease-out;
}
@media only screen and (min-width: 800px) {
  .search-container .search-results .show-card .right-section .buy-tickets {
    white-space: nowrap;
  }
}
.search-container .search-results .show-card .right-section .buy-tickets:hover {
  color: #E6474C;
}
.search-container .search-results .show-card .right-section .buy-tickets span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.search-container .search-results .show-card .right-section .buy-tickets i {
  color: #E6474C;
}
.search-container .search-results .show-card .right-section .buy-tickets i.desktop {
  display: none;
}
@media only screen and (min-width: 800px) {
  .search-container .search-results .show-card .right-section .buy-tickets i.desktop {
    display: inline;
  }
}
.search-container .search-results .show-card .right-section .buy-tickets i.mobile {
  margin-right: 0.3rem;
}
@media only screen and (min-width: 800px) {
  .search-container .search-results .show-card .right-section .buy-tickets i.mobile {
    display: none;
  }
}
.search-container .search-results .show-card .tags {
  top: -0.5rem;
  right: -1rem;
}
.search-container .search-results .show-card .tags a, .search-container .search-results .show-card .tags span {
  margin-left: 0.5rem;
}
.search-container .search-results .show-card:before, .search-container .search-results .show-card:after {
  position: absolute;
  display: block;
  content: "\a";
  width: 90%;
  height: 50%;
  transition: 200ms all ease;
}
.search-container .search-results .show-card:before {
  background-color: #FFB709;
  z-index: -2;
  top: 0.2rem;
  right: 0;
}
.search-container .search-results .show-card:after {
  background-color: #E6474C;
  z-index: -1;
  bottom: 0.2rem;
  left: 0;
}
.search-container .search-results .show-card:hover:before {
  top: -0.8rem;
}
.search-container .search-results .show-card:hover:after {
  bottom: -0.8rem;
}
.search-container .search-results .show-card:hover .title {
  color: #E6474C;
}

.tags {
  position: absolute;
  top: -1rem;
  font-size: 1.4rem;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
}
.tags a, .tags span {
  background: #E6474C;
  color: white;
  padding: 0.3rem 0.5rem;
  white-space: nowrap;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.tags a:hover, .tags span:hover {
  text-decoration: underline;
}

#shows_form .filter-controls {
  width: 100%;
  font-size: 1.4rem;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 800px) {
  #shows_form .filter-controls {
    position: absolute;
    top: -5rem;
  }
}
#shows_form .filter-controls .filter-count {
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
}
#shows_form .filter-controls .clear-filters {
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
  max-width: 50%;
  text-align: right;
  color: #E6474C;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
}
#shows_form .filter-controls .clear-filters i {
  font-size: 0.7em;
  margin-right: 0.2rem;
}
#shows_form .map-filters {
  width: 100%;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 4rem;
}
#shows_form .map-filters .geolocation-info {
  display: block;
  float: none;
  clear: both;
  margin: 1rem 0;
}
#shows_form .map-filters:after {
  content: "\a";
  clear: both;
  float: none;
  display: block;
}
#shows_form .map-filters .neighborhood-filter, #shows_form .map-filters .shows-near-me {
  margin-bottom: 1rem;
}
@media only screen and (max-width: 400px) {
  #shows_form .map-filters .neighborhood-filter select, #shows_form .map-filters .shows-near-me select {
    border-right-width: 0.5rem;
    font-size: 1.1rem;
  }
}
@media only screen and (max-width: 799px) {
  #shows_form .map-filters {
    margin-bottom: 0;
  }
  #shows_form .map-filters .neighborhood-filter, #shows_form .map-filters .shows-near-me {
    max-width: 45%;
  }
  #shows_form .map-filters .neighborhood-filter {
    float: left;
  }
  #shows_form .map-filters .shows-near-me {
    float: right;
  }
}
@media only screen and (min-width: 1200px) {
  #shows_form .map-filters {
    margin-bottom: 0;
  }
  #shows_form .map-filters .neighborhood-filter, #shows_form .map-filters .shows-near-me {
    max-width: 45%;
  }
  #shows_form .map-filters .neighborhood-filter {
    float: left;
  }
  #shows_form .map-filters .shows-near-me {
    float: right;
  }
}
#shows_form #map {
  margin-top: 4rem;
  height: 24rem;
  width: auto;
}

.dropdown {
  position: relative;
  transition: all 200ms ease-out;
  cursor: pointer;
  overflow: hidden;
}
.dropdown select {
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  display: inline-block;
  width: 120%;
  cursor: pointer;
  padding: 0 20% 0 0;
  outline: none;
  border: 0;
  border-right: 1rem solid transparent;
  border-radius: 0;
  background: transparent;
  z-index: 2;
  color: #231F20;
}
.dropdown select option {
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  padding: 0.5rem 0;
  border-bottom: 1rem solid transparent;
}
.dropdown select option:hover {
  color: #E6474C;
}
.dropdown select::-ms-expand {
  display: none;
}
.dropdown select:hover,
.dropdown select:focus {
  color: #E6474C;
}
.dropdown select:hover + i,
.dropdown select:focus + i {
  color: #E6474C;
}
.dropdown select:disabled {
  opacity: 0.5;
  pointer-events: none;
}
.dropdown i {
  font-size: 0.6em;
  margin-left: 0.1em;
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  user-select: none;
  z-index: -1;
}
.dropdown:hover span {
  border-bottom: 1px solid #E6474C;
  color: #E6474C;
}
.dropdown:hover i {
  color: #E6474C;
}

/* jQuery UI Resets */
body .ui-datepicker {
  font-family: "Lato", sans-serif;
}
body .ui-datepicker .ui-datepicker-current-day {
  color: #E6474C;
  outline: 3px solid #E6474C;
}
body .ui-datepicker .ui-corner-all {
  border-radius: 0;
}
body .ui-datepicker .ui-state-default, body .ui-datepicker .ui-widget-content .ui-state-default, body .ui-datepicker .ui-widget-header .ui-state-default {
  border: none;
  background: none;
  color: #231F20;
}
body .ui-datepicker table {
  border: 0.6rem solid transparent;
  margin: 0;
}
body .ui-datepicker .ui-datepicker-calendar thead {
  font-family: "Work Sans", sans-serif;
}
body .ui-datepicker .ui-datepicker-calendar .ui-state-default {
  text-align: center;
}
body .ui-datepicker .ui-datepicker-calendar .ui-state-highlight, body .ui-datepicker .ui-datepicker-calendar .ui-state-hover {
  color: #E6474C;
}
body .ui-datepicker.ui-widget-content {
  z-index: 20 !important;
  border-radius: 0;
  padding: 0;
  margin-top: 0.4rem;
  border: 1px solid #231F20;
  font-family: "Lato", sans-serif;
}
body .ui-datepicker .ui-widget-header {
  background: #F8F8F8;
  color: #231F20;
  font-family: "Work Sans", sans-serif;
  font-weight: bold;
  border: none;
}
body .ui-datepicker .ui-widget-header .ui-datepicker-prev,
body .ui-datepicker .ui-widget-header .ui-datepicker-next {
  cursor: pointer;
  top: 2px !important;
}
body .ui-datepicker .ui-widget-header .ui-datepicker-prev.ui-state-hover:after,
body .ui-datepicker .ui-widget-header .ui-datepicker-next.ui-state-hover:after {
  color: #E6474C;
}
body .ui-datepicker .ui-widget-header .ui-datepicker-prev:after,
body .ui-datepicker .ui-widget-header .ui-datepicker-next:after {
  font-family: "icomoon";
  color: #231F20;
  font-size: 2rem;
  display: inline-block;
  position: absolute;
  font-weight: 700;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
body .ui-datepicker .ui-widget-header .ui-datepicker-prev .ui-icon,
body .ui-datepicker .ui-widget-header .ui-datepicker-next .ui-icon {
  display: none;
}
body .ui-datepicker .ui-widget-header .ui-datepicker-prev {
  left: 2px !important;
}
body .ui-datepicker .ui-widget-header .ui-datepicker-prev:after {
  content: "";
}
body .ui-datepicker .ui-widget-header .ui-datepicker-next {
  right: 2px !important;
}
body .ui-datepicker .ui-widget-header .ui-datepicker-next:after {
  content: "";
}
body .ui-datepicker .ui-widget-header .ui-state-hover {
  border: none;
  background: none;
  color: #E6474C;
}

.large-button-link {
  display: inline-block;
  height: 5.6rem;
  padding: 1.5rem 2.3rem;
  font-size: 2.2rem;
  margin-top: 2rem;
  color: white;
  background: #231F20;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  margin-bottom: 4rem;
  transition: all 200ms ease-out;
  border-bottom: 2px solid transparent;
}
.large-button-link:hover {
  border-bottom-color: #E6474C;
  color: #E6474C;
}

.cleared {
  float: none;
  clear: both;
}
.cleared:after {
  content: "\a";
  display: block;
  float: none;
  clear: both;
}

.marker-bg {
  position: relative;
  padding: 1rem;
  width: auto;
  max-width: 25rem;
  float: left;
}

.marker-venue {
  font-size: 13px;
  white-space: nowrap;
  font-weight: 700;
}

.marker-shows-count {
  font-size: 11px;
  white-space: nowrap;
  font-weight: 400;
}

@media only screen and (max-width: 400px) {
  .marker-venue {
    font-size: 12px;
    white-space: nowrap;
  }

  .marker-shows-count {
    font-size: 10px;
    white-space: nowrap;
    font-weight: 400;
  }
}
.marker-venue,
.marker-shows-count {
  display: block;
  text-align: center;
  font-family: "Work Sans", sans-serif;
  user-select: none;
}

/* Moving the close icon around */
img.js-info-bubble-close {
  right: -3px !important;
  top: 15px !important;
  width: 7px;
  height: 7px;
}

/* Incredibly hacky way to grab container of infoWindow; the container itself doesn't have a name but it does reliably
    come after the close icon, given that when disabled, gmaps just hides the icon rather than removing it */
.js-info-bubble-close + div {
  overflow: visible !important;
  z-index: 2;
  left: 7px;
  top: 11px;
  pointer-events: none;
}
.js-info-bubble-close + div:after, .js-info-bubble-close + div:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.js-info-bubble-close + div:after {
  border-color: transparent;
  border-top-color: #E6474C;
  border-width: 10px;
  margin-left: -10px;
}
.js-info-bubble-close + div:before {
  border-color: transparent;
  border-top-color: #231F20;
  border-width: 11px;
  margin-left: -11px;
}

.back-to-top {
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  text-align: center;
  position: fixed;
  cursor: pointer;
  right: 3px;
  bottom: 3px;
  z-index: 10;
  transition: bottom 200ms ease-out;
}
.back-to-top i {
  transform: rotate(180deg);
  color: white;
  background-color: #231F20;
  display: inline-block;
  padding: 1rem 0.5rem 0.8rem 0.5rem;
  margin-left: 1rem;
  text-align: center;
  height: 3rem;
  width: 3rem;
  font-size: 0.8rem;
  border-radius: 3rem;
  border: 2px solid white;
  line-height: 1;
  transition: all 200ms ease-out;
}
.back-to-top:hover i {
  transform: rotate(180deg) scale(1.1);
  background-color: #E6474C;
}
.back-to-top .back-to-top-text {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .back-to-top {
    width: 31rem;
    bottom: 2%;
    right: auto;
  }
  .back-to-top .back-to-top-text {
    display: inline-block;
  }
}
.back-to-top.hidden {
  bottom: -10%;
}

.page-template-page-landing .shows-list {
  padding: 0 1rem 4rem;
}
@media only screen and (min-width: 1020px) {
  .page-template-page-landing .shows-list {
    padding-left: 0;
    padding-right: 0;
  }
}
.page-template-page-landing .shows-list .header {
  margin-bottom: 2rem;
}
@media only screen and (min-width: 1020px) {
  .page-template-page-landing .shows-list .header {
    display: flex;
    margin-bottom: 4rem;
    justify-content: space-between;
  }
}
.page-template-page-landing .shows-list .header .hot-sellers {
  font-size: 4rem;
  line-height: 1;
  margin-top: auto;
}
@media only screen and (min-width: 800px) {
  .page-template-page-landing .shows-list .header .hot-sellers {
    font-size: 8rem;
  }
}
.page-template-page-landing .shows-list .header .homepage-shows-promo {
  text-decoration: none;
  color: inherit;
  margin-top: auto;
  font-size: 1.8rem;
}
@media only screen and (min-width: 800px) {
  .page-template-page-landing .shows-list .header .homepage-shows-promo {
    font-size: 4rem;
  }
}
.page-template-page-landing .shows-list .header .homepage-shows-promo:hover {
  color: #E6474C;
}
.page-template-page-landing .shows-list .header .homepage-shows-promo > * {
  display: inline-block;
}
.page-template-page-landing .shows-list .header .homepage-shows-promo h4 {
  border-bottom: 3px solid #E6474C;
  font-size: inherit;
  line-height: 1;
  margin-top: 2rem;
}
@media only screen and (min-width: 1020px) {
  .page-template-page-landing .shows-list .header .homepage-shows-promo h4 {
    margin-top: 0;
  }
}
.page-template-page-landing .shows-list .header .homepage-shows-promo i {
  color: #E6474C;
  font-size: 0.8em;
  margin-left: 0.3em;
}
@media only screen and (min-width: 800px) {
  .page-template-page-landing .shows-list .header .homepage-shows-promo i {
    margin-left: 0.6em;
  }
}
.page-template-page-landing .shows-list .hot-shows {
  position: relative;
  z-index: 1;
  font-size: 0;
}
.page-template-page-landing .shows-list .show-promo {
  display: inline-block;
  float: left;
  position: relative;
  cursor: pointer;
  margin-bottom: 2rem;
  width: 100%;
  max-width: 100%;
  background-color: #231F20;
  transition: all 200ms ease-out;
  height: auto;
}
@media only screen and (min-width: 1020px) {
  .page-template-page-landing .shows-list .show-promo {
    width: 48rem;
    height: 19rem;
    margin-right: 4rem;
    margin-bottom: 4rem;
  }
  .page-template-page-landing .shows-list .show-promo:nth-of-type(even) {
    margin-right: 0;
  }
}
.page-template-page-landing .shows-list .show-promo .tags {
  top: -0.5rem;
  right: -1rem;
}
.page-template-page-landing .shows-list .show-promo .tags a, .page-template-page-landing .shows-list .show-promo .tags span {
  margin-left: 0.5rem;
}
.page-template-page-landing .shows-list .show-promo img {
  display: inline-block;
  vertical-align: top;
  width: 24rem;
  max-width: 50%;
}
.page-template-page-landing .shows-list .show-promo.text-promo {
  padding: 1rem;
  text-align: center;
}
@media only screen and (min-width: 1020px) {
  .page-template-page-landing .shows-list .show-promo.text-promo .title {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90%;
    transform: translate(-50%, -50%);
    text-align: center;
  }
}
.page-template-page-landing .shows-list .show-promo .title {
  display: inline-block;
  padding: 2rem;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  color: white;
  font-size: 1.8rem;
  width: 49%;
  vertical-align: top;
  transition: all 200ms ease-out;
}
.page-template-page-landing .shows-list .show-promo .title span {
  border-bottom: 3px solid #E6474C;
  line-height: 1.45;
}
.page-template-page-landing .shows-list .show-promo:before, .page-template-page-landing .shows-list .show-promo:after {
  position: absolute;
  display: block;
  content: "\a";
  width: 90%;
  height: 50%;
  transition: 200ms all ease;
}
.page-template-page-landing .shows-list .show-promo:before {
  background-color: #FFB709;
  z-index: -2;
  top: 0.2rem;
  right: 0;
}
.page-template-page-landing .shows-list .show-promo:after {
  background-color: #E6474C;
  z-index: -1;
  bottom: 0.2rem;
  left: 0;
}
.page-template-page-landing .shows-list .show-promo:hover:before {
  top: -0.8rem;
}
.page-template-page-landing .shows-list .show-promo:hover:after {
  bottom: -0.8rem;
}
.page-template-page-landing .shows-list .show-promo:hover .title {
  color: #E6474C;
}
.page-template-page-landing .left-rail, .page-template-page-landing .right-rail {
  display: inline-block;
  position: relative;
  vertical-align: top;
  width: 100%;
  max-width: 100%;
  font-size: 1.8rem;
}
@media only screen and (min-width: 800px) {
  .page-template-page-landing .left-rail, .page-template-page-landing .right-rail {
    font-size: 1.4rem;
    max-width: 48%;
  }
}
.page-template-page-landing .left-rail .fixed {
  position: fixed;
  top: 0.6rem;
}
.page-template-page-landing .text-content {
  margin-top: 3rem;
}
.page-template-page-landing .text-content p {
  margin: 1rem 0;
}
@media only screen and (min-width: 800px) {
  .page-template-page-landing .text-content {
    float: left;
  }
}
.page-template-page-landing .right-rail {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
@media only screen and (min-width: 800px) {
  .page-template-page-landing .right-rail {
    float: right;
  }
}
@media only screen and (min-width: 1020px) {
  .page-template-page-landing .right-rail {
    margin-top: 8rem;
    margin-left: 4rem;
  }
}
.page-template-page-landing .right-rail .rail-promo {
  margin-bottom: 1rem;
  border: 1px solid #231F20;
  background-color: #F8F8F8;
}
.page-template-page-landing .right-rail .rail-promo a {
  color: #231F20;
}
.page-template-page-landing .right-rail .rail-promo a:hover {
  color: #E6474C;
}
.page-template-page-landing .right-rail .rail-promo .promo-title h3 {
  margin-top: 0;
}
.page-template-page-landing .right-rail .rail-promo .promo-title span {
  border-bottom: 3px solid #E6474C;
}
.page-template-page-landing .right-rail .rail-promo .inner {
  padding: 2rem;
}
@media only screen and (min-width: 800px) {
  .page-template-page-landing .right-rail .rail-promo .inner {
    padding: 4rem;
  }
}
.page-template-page-landing .tightfit {
  font-size: 0;
}
.page-template-page-landing .light-gray-bg {
  background-color: #f5f5f5;
  padding-top: 4rem;
  margin-top: -4rem;
}
