.clear::before,
.clear::after {
  content: '';
  display: block;
  height: 0;
  overflow: hidden; }

.clear::after {
  clear: both; }

.clear {
  zoom: 1; }

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

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

pre {
  padding: 15px;
  white-space: pre-wrap;
  word-wrap: break-word; }

textarea {
  overflow: auto; }

.ie6 legend,
.ie7 legend {
  margin-left: -7px; }

input[type="radio"],
input.radio {
  vertical-align: text-bottom; }

.ie7 input[type="checkbox"],
.ie7 input.checkbox,
.ie7 .checkboxes input {
  vertical-align: baseline; }

.ie6 input {
  vertical-align: text-bottom; }

label,
input[type="button"],
input[type="submit"],
input[type="image"],
button,
.btn {
  cursor: pointer; }

.ie7 img {
  -ms-interpolation-mode: bicubic; }

.ir {
  background-repeat: no-repeat;
  direction: ltr;
  display: block;
  overflow: hidden;
  text-align: left;
  text-indent: -999em; }

.hidden {
  display: none;
  visibility: hidden; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.invisible {
  visibility: hidden; }

del {
  text-decoration: line-through; }

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

.content ul,
.content ol {
  margin-left: 2em; }

ol {
  list-style-type: decimal; }

html {
  box-sizing: border-box;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.5; }

* {
  box-sizing: inherit; }
  *::after, *::before {
    box-sizing: inherit; }

iframe {
  max-width: 100%; }

body {
  background: #1a1911;
  color: #dadad9;
  font-family: "Poppins", Helvetica Neue, Helvetica, Arial, sans-serif;
  height: 100%;
  margin: 0;
  min-height: 100vh;
  padding: 0;
  width: 100%; }

::-moz-selection {
  background: #ffd200;
  text-shadow: none; }

::selection {
  background: #ffd200;
  text-shadow: none; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

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

li {
  list-style-type: none; }

input,
select {
  vertical-align: middle; }

hr {
  border: 0;
  border-top: 1px solid #a3a3a0;
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0; }

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

textarea {
  resize: vertical; }

input {
  border: 0;
  outline: none; }
  input:focus {
    outline: none; }

button,
input,
select,
textarea {
  margin: 0; }

img {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  max-width: 100%; }

a {
  color: inherit;
  cursor: pointer;
  text-decoration: none; }
  a > img {
    border: 0; }
  a:hover {
    outline: none; }
  a:active {
    outline: none; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  margin: 0; }

p,
form {
  margin: 0; }

.grid {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.flex-cntr {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%; }

.img-grid {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -.5rem; }
  .img-grid_item {
    display: block;
    margin: .5rem; }
    @media only screen and (max-width: 600px) {
      .img-grid_item {
        -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto; } }

.c-yellow {
  color: #ffd200; }

.c-dark-yellow {
  color: #997e00; }

.c-white {
  color: #fff; }

.link-primary {
  color: #ffd200; }

.link-primary:hover,
.link-primary:focus {
  color: #fff; }

.hov-btn:hover,
.hover-btn:focus {
  background: #ffd200;
  color: #000; }

.heading {
  color: #dadad9;
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 1rem;
  text-transform: uppercase; }
  @media only screen and (max-width: 600px) {
    .heading {
      font-size: 1.2rem; } }
  .heading::after {
    background: linear-gradient(to bottom, #ffd200, #997e00 50%, #000 50%, #000);
    background-position-x: initial;
    background-position-y: initial;
    background-size: 100% 4px;
    content: '';
    display: block;
    height: 12px;
    margin-top: 1px;
    width: 100%;
    z-index: 1000; }

.on-tour-heading {
  font-size: 2rem; }

.layout-section {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 1rem; }

.container {
  margin: 0 auto;
  max-width: 80rem; }

.body-grow {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.main {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

.clear-nav {
  height: 4rem; }
  @media only screen and (max-width: 600px) {
    .clear-nav {
      height: 3rem; } }

.footer {
  background: #ffd200;
  color: #000;
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content; }
  .footer-logo {
    color: #000;
    width: 25%; }
    @media only screen and (max-width: 600px) {
      .footer-logo {
        width: 50%; } }
  .footer-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .footer-list:last-child {
      margin-bottom: 1rem; }
    .footer-list * + * {
      margin-left: 1rem; }
  .footer-nav-link {
    color: #000;
    text-decoration: underline;
    text-transform: uppercase; }
    .footer-nav-link:hover {
      color: #fff;
      text-decoration: none; }
    .footer-nav-link:active {
      color: #fff;
      text-decoration: none; }
    .footer-nav-link:focus {
      color: #fff;
      text-decoration: none; }
  .footer-copyright {
    font-size: .8rem;
    margin: .5rem 0; }

.email-form {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  @media only screen and (max-width: 600px) {
    .email-form {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      margin-bottom: 1rem; } }
  .email-form_input {
    border: 2px #000 solid;
    background: #000;
    color: #fff;
    font-size: 1rem;
    margin-right: .8rem;
    padding: .5rem;
    width: 16rem; }
    @media only screen and (max-width: 600px) {
      .email-form_input {
        margin-bottom: .5rem;
        width: 100%; } }
    .email-form_input:focus {
      border-bottom: 2px solid #ffd200; }
  .email-form_div {
    display: inline-block; }

#mc_embed_signup .mc-field-group div.mce_inline_error {
  background: none;
  color: #d6413f; }

#mce-responses {
  font-size: .8rem;
  width: 16rem; }
  @media only screen and (max-width: 600px) {
    #mce-responses {
      margin-bottom: .5rem;
      width: 100%; } }

input#MemberLoginForm_LoginForm_Email {
  font-size: 1rem;
  padding: .4rem;
  width: 100%; }

input#MemberLoginForm_LoginForm_Password {
  font-size: 1rem;
  padding: .4rem;
  width: 100%; }

div#MemberLoginForm_LoginForm_Password_Holder {
  margin-top: 1rem; }

div#MemberLoginForm_LoginForm_Remember_Holder {
  margin-top: 1rem; }

.response#mce-error-response {
  background: #d6413f;
  margin-bottom: .5rem;
  padding: .5rem; }

.response#mce-success-response {
  background: #51ba57;
  margin-bottom: .5rem;
  padding: .5rem; }

#mc_embed_signup .mc-field-group > input.mce_inline_error {
  border-color: #000; }

.email-form_input:-webkit-autofill {
  border: 2px #ffd200 solid;
  background: #000;
  color: #fff; }

.venue-app {
  margin: 1rem 0 0;
  width: 50%; }
  @media only screen and (max-width: 600px) {
    .venue-app {
      width: 100%; } }
  .venue-app input {
    margin: .5rem 0;
    padding: .5rem;
    width: 100%; }

#mc_embed_signup div.mce_inline_error {
  margin: 0 !important; }
  @media only screen and (max-width: 600px) {
    #mc_embed_signup div.mce_inline_error {
      margin: 0 0 1em; } }

.Actions > input {
  background: none;
  border: 2px #ffd200 solid;
  border-radius: 0;
  color: #ffd200;
  font-family: 'Poppins',Helvetica Neue,Helvetica,Arial,sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase; }
  .Actions > input:hover {
    background: #ffd200;
    color: #1a1911; }

.dropdown {
  border-radius: 0;
  display: inline;
  height: 2rem;
  margin: 1rem 0 0;
  width: 100%; }

.action {
  margin: 1rem 0; }

#ForgotPassword {
  color: #ffd200;
  text-decoration: underline; }
  #ForgotPassword:hover {
    color: #fff; }

.contact {
  margin: 1rem 0 0;
  width: 50%; }
  @media only screen and (max-width: 600px) {
    .contact {
      width: 100%; } }
  .contact input {
    margin: .5rem 0;
    padding: .5rem;
    width: 100%; }
  .contact .textarea {
    margin-top: .5rem;
    width: 100%; }
  .contact .btn {
    width: 100%; }

.contact select {
  margin: 0; }

.btn {
  -webkit-appearance: none;
  background: none;
  border: 2px solid #ffd200;
  border-radius: 0;
  color: #ffd200;
  font-size: 1rem;
  font-weight: 700;
  padding: .5rem;
  text-transform: uppercase; }
  .btn:hover {
    background: #ffd200;
    color: #000; }
  .btn:focus {
    background: #ffd200;
    color: #000; }

.cta-btns {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem; }

.contained-splash .cta-btns {
  margin: auto -.5rem;
  padding: 0; }

.cta-btn {
  -webkit-appearance: none;
  border: 2px solid #ffd200;
  border-radius: 0;
  color: #ffd200;
  display: block;
  font-size: 1rem;
  font-weight: 700;
  margin: 0 .5rem 0;
  padding: .5rem;
  text-align: center;
  text-transform: uppercase; }
  @media only screen and (max-width: 600px) {
    .cta-btn {
      font-size: .8rem; } }
  .cta-btn:hover {
    background: #ffd200;
    color: #000; }
  .cta-btn:focus {
    background: #ffd200;
    color: #000; }

.cta-campaign {
  border: 2px #D2395D solid;
  background: #000;
  color: #D2395D;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .cta-campaign:hover {
    border: 2px #3E8B52 solid;
    background: #3E8B52;
    color: #000; }
  .cta-campaign:focus {
    border: 2px #3E8B52 solid;
    background: #3E8B52;
    color: #000; }

.mfp-arrow {
  opacity: 1; }
  .mfp-arrow::before {
    opacity: 1; }
  .mfp-arrow-left::before {
    border-right: 27px solid #ffd200; }
  .mfp-arrow-left::after {
    border-right: 0; }
  .mfp-arrow-right::before {
    border-left: 27px solid #ffd200; }
  .mfp-arrow-right::after {
    border-left: 0; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  color: #ffd200;
  opacity: 1; }

.mfp-close-btn-in .mfp-close {
  color: #ffd200; }

.header {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: rgba(0, 0, 0, 0.8);
  display: block;
  height: 4rem;
  padding: 0 1rem;
  position: fixed;
  top: 0;
  transition: display 1s;
  width: 100%;
  z-index: 2; }
  @media only screen and (max-width: 600px) {
    .header {
      height: 3rem; } }
  .header-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }

.logo {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 4rem;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media only screen and (max-width: 600px) {
    .logo {
      height: 3rem; } }
  .logo_image {
    content: url("../images/New_TMR_Logo_wType_Yellow.png");
    display: inline-block;
    height: 3rem; }
    @media only screen and (max-width: 600px) {
      .logo_image {
        height: 1.8rem; } }

.nav-link {
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase; }
  @media only screen and (max-width: 1000px) {
    .nav-link {
      font-weight: 400; } }

.top-nav-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end; }
  .top-nav-list .current .nav-link {
    color: #fff; }
  .top-nav-list .section .nav-link {
    color: #fff; }
  @media only screen and (max-width: 1026px) {
    .top-nav-list {
      display: none; } }
  .top-nav-list_item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 1rem; }
  @media only screen and (max-width: 1000px) {
    .top-nav-list_search {
      margin-left: 0; } }

.mobile-nav {
  background-color: #000;
  display: none; }
  .mobile-nav_logo {
    text-align: center; }
    .mobile-nav_logo--img {
      max-width: 40%; }
  .mobile-nav_list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%; }
    .mobile-nav_list li {
      margin-bottom: .3rem; }
    .mobile-nav_list .nav-link {
      font-size: 1.2rem; }

@media only screen and (max-width: 600px) {
  .slideout-open .mobile-nav {
    display: block; } }
@media only screen and (max-width: 1026px) {
  .slideout-open .mobile-nav {
    display: block; } }

.slideout-menu {
  bottom: 0;
  display: none;
  min-height: 100vh;
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
  padding: 1.5rem;
  position: fixed;
  top: 0;
  width: 256px;
  z-index: 0; }

.slideout-menu-left {
  left: 0; }

.slideout-menu-right {
  right: 0; }

.slideout-panel {
  background-color: #1a1911;
  /* A background-color is required */
  position: relative;
  will-change: transform;
  z-index: 1; }

.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
  overflow: hidden; }

.slideout-open .slideout-menu {
  display: block; }

.btn-hamburger {
  display: none; }
  @media only screen and (max-width: 1026px) {
    .btn-hamburger {
      background: none;
      border: 0;
      color: #ffd200;
      display: inline-block;
      font-size: 2rem;
      outline: none;
      padding: 0; } }
  @media only screen and (max-width: 600px) {
    .btn-hamburger {
      font-size: 1.5rem; } }

.no-cssvhunit .safari-nav-fix {
  height: 2rem; }

.social-grid {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media only screen and (max-width: 600px) {
    .social-grid {
      display: block;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      margin-top: 1rem; } }
  .social-grid_item {
    -webkit-flex-basis: calc(100% / 2 - 1rem);
    -ms-flex-preferred-size: calc(100% / 2 - 1rem);
    flex-basis: calc(100% / 2 - 1rem); }
  .social-grid_right {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    @media only screen and (max-width: 600px) {
      .social-grid_right {
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        margin-top: 1rem; } }

.social-heading {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .social-heading_left {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media only screen and (max-width: 600px) {
      .social-heading_left {
        font-size: 1.4rem; } }
  .social-heading_right .social-icon {
    font-size: 1.5rem;
    margin-left: 1rem; }
    @media only screen and (max-width: 600px) {
      .social-heading_right .social-icon {
        font-size: 1.4rem;
        margin-left: .4rem; } }

.social-icon {
  color: #ffd200;
  font-size: 2.5rem;
  margin-left: 2rem; }
  @media only screen and (max-width: 1000px) {
    .social-icon {
      margin-left: 1rem; } }
  @media only screen and (max-width: 600px) {
    .social-icon {
      font-size: 2rem;
      margin: .2rem; } }
  .social-icon:hover {
    color: #fff; }

.banner-section {
  position: relative; }

.full-screen-img {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: right top;
  width: 100vw; }

.contained-splash_item {
  margin: 1rem 0 0; }
.contained-splash_logo {
  display: block;
  margin: 0 auto;
  max-height: 4rem; }
  @media only screen and (max-width: 600px) {
    .contained-splash_logo {
      max-height: 3rem; } }
.contained-splash_img {
  display: block;
  margin: 0 auto;
  text-align: center; }
.contained-splash .contained-img {
  max-height: 70vh;
  max-width: 80vw;
  margin: 1rem auto 0; }
  @media only screen and (max-width: 1000px) {
    .contained-splash .contained-img {
      max-width: 90vw; } }
.contained-splash .splash_copy {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-size: 1.2rem;
  margin: 0; }
.contained-splash .splash-copy_heading {
  font-style: italic;
  text-align: center;
  color: #EBD1CE;
  font-size: 2rem;
  margin-top: 2rem; }
  @media only screen and (max-width: 600px) {
    .contained-splash .splash-copy_heading {
      font-size: 1rem; } }
.contained-splash .splash-copy_subheading {
  text-align: center;
  font-size: 1rem; }
  @media only screen and (max-width: 600px) {
    .contained-splash .splash-copy_subheading {
      font-size: .8rem; } }

.contained-splash_iframe {
  height: 100vh;
  width: 100vw; }
  .contained-splash_iframe > iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }

.banner-container {
  background: #1a1911;
  height: 100vh;
  overflow: hidden; }

@-webkit-keyframes up-and-down {
  0%, 100% {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
  8% {
    -webkit-transform: translate(-50%, -20%);
    transform: translate(-50%, -20%); }
  15% {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
  20% {
    -webkit-transform: translate(-50%, -15%);
    transform: translate(-50%, -15%); }
  22% {
    -webkit-transform: translate(-50%, -15%);
    transform: translate(-50%, -15%); }
  28% {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
  80% {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0); } }

@keyframes up-and-down {
  0%, 100% {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
  8% {
    -webkit-transform: translate(-50%, -20%);
    transform: translate(-50%, -20%); }
  15% {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
  20% {
    -webkit-transform: translate(-50%, -15%);
    transform: translate(-50%, -15%); }
  22% {
    -webkit-transform: translate(-50%, -15%);
    transform: translate(-50%, -15%); }
  28% {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
  80% {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0); } }
.splash-scroll {
  -webkit-animation: 3.5s 2s infinite up-and-down ease-in-out;
  animation: 3.5s 2s infinite up-and-down ease-in-out;
  bottom: 2%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }
  @media only screen and (max-width: 1000px) {
    .splash-scroll {
      bottom: 10%; } }
  .splash-scroll i {
    font-size: 4rem;
    margin: 0 1rem; }
    @media only screen and (max-width: 600px) {
      .splash-scroll i {
        font-size: 3rem; } }

.full-splash.splash-copy {
  height: 25rem;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  @media only screen and (max-width: 1000px) {
    .full-splash.splash-copy {
      background: rgba(0, 0, 0, 0.8);
      bottom: 20%;
      height: auto;
      left: 0;
      top: auto;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
      width: 100%; } }
.full-splash .splash-copy_head {
  font-size: 4rem;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase; }
  @media only screen and (max-width: 1000px) {
    .full-splash .splash-copy_head {
      font-size: 2rem;
      padding: 1rem 0 0; } }
  @media only screen and (max-width: 600px) {
    .full-splash .splash-copy_head {
      font-size: 2rem; } }
.full-splash .splash-copy_body {
  font-size: 2rem;
  font-style: italic;
  text-align: center; }
  @media only screen and (max-width: 1000px) {
    .full-splash .splash-copy_body {
      font-size: 1.2rem; } }

.splash-img {
  position: absolute;
  right: 5%;
  top: 5%; }
  .splash-img > img {
    height: 50%; }

.scroll-to-point {
  display: block; }
  .scroll-to-point:focus {
    outline: none; }

.no-objectfit .full-screen-img {
  bottom: 50%;
  height: auto;
  position: absolute;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%); }

.no-objectfit .banner-container {
  background-color: #000;
  position: relative; }

.home-links {
  background: #000; }
  .home-links_list {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: -1rem; }
  .home-links_item {
    -webkit-flex-basis: calc(100% / 4 - 2rem);
    -ms-flex-preferred-size: calc(100% / 4 - 2rem);
    flex-basis: calc(100% / 4 - 2rem);
    margin: 1rem; }
    @media only screen and (max-width: 600px) {
      .home-links_item {
        -webkit-flex-basis: calc(100% / 2 - 2rem);
        -ms-flex-preferred-size: calc(100% / 2 - 2rem);
        flex-basis: calc(100% / 2 - 2rem);
        margin: 1rem; } }
    .home-links_item a {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      text-align: center; }
  .home-links_img {
    max-height: 5rem; }
    @media only screen and (max-width: 600px) {
      .home-links_img {
        max-height: 3.5rem; } }
  .home-links_title {
    color: #ffd200;
    font-size: 1.2rem;
    font-weight: 700;
    margin-top: .8rem;
    text-transform: uppercase; }
    @media only screen and (max-width: 600px) {
      .home-links_title {
        font-size: .8rem; } }

.home-links_item:hover .home-links_title {
  color: #fff; }

.home-links_title:hover {
  color: #fff; }

.live-links {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: -1rem -1rem 0; }

.live-link {
  -webkit-flex-basis: calc(100% / 2 - 2rem);
  -ms-flex-preferred-size: calc(100% / 2 - 2rem);
  flex-basis: calc(100% / 2 - 2rem);
  border: 2px #ffd200 solid;
  color: #ffd200;
  margin: 1rem;
  padding: .5rem;
  text-align: center;
  text-transform: uppercase; }
  .live-link:hover {
    border: 2px #fff solid;
    color: #fff; }
  .live-link:focus {
    border: 2px #fff solid;
    color: #fff; }

.live-subheading {
  border-bottom: 2px #dadad9 solid;
  font-size: 2.2rem;
  margin: 1rem 0;
  text-transform: uppercase; }
  @media only screen and (max-width: 600px) {
    .live-subheading {
      font-size: 1.2rem; } }
  .live-subheading.live-c {
    margin: 4rem 0 1rem; }
    @media only screen and (max-width: 600px) {
      .live-subheading.live-c {
        margin: 2rem 0 1rem; } }
  @media only screen and (max-width: 1000px) {
    .live-subheading.live-b {
      margin: 4rem 0 1rem; } }
  @media only screen and (max-width: 600px) {
    .live-subheading.live-b {
      margin: 2rem 0 1rem; } }

.live-group {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: -1rem; }
  @media only screen and (max-width: 600px) {
    .live-group {
      display: block;
      margin: 0 -1rem; } }
  .live-group_item {
    -webkit-flex-basis: calc(100% / 2 - 2rem);
    -ms-flex-preferred-size: calc(100% / 2 - 2rem);
    flex-basis: calc(100% / 2 - 2rem);
    margin: 1rem; }
    .live-group_item > iframe {
      width: 100%; }

@media only screen and (max-width: 1000px) {
  .live-group.lg-top {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; } }

@media only screen and (max-width: 1000px) {
  .live-group.lg-btm {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; } }

.live-img {
  height: 100%;
  object-fit: cover;
  overflow: hidden;
  width: 100%; }

.live-p {
  margin: .5rem 0; }

.live-info a {
  color: #ffd200; }
  .live-info a:hover {
    color: #fff; }
  .live-info a:focus {
    color: #fff; }

.live-app {
  color: #ffd200;
  font-size: 1.2rem;
  text-transform: uppercase; }
  .live-app:hover {
    color: #fff; }
  .live-app:focus {
    color: #fff; }

.Live-Event {
  background-color: rgba(0, 0, 0, 0.6);
  color: #ffd200; }
  .Live-Event:hover {
    color: #fff; }

.Release {
  background-color: #4a90e2;
  color: #000; }

.Store {
  background-color: #eb3323;
  color: #fff; }

#full-clndr .fi-photo,
#full-clndr .fi-info,
#full-clndr .fi-social-facebook {
  color: #000;
  font-size: .8em;
  position: absolute;
  right: 3px; }

#full-clndr .fi-info,
#full-clndr .fi-social-facebook {
  top: 3%;
  z-index: 99; }

#full-clndr .fi-photo {
  top: 10%;
  z-index: 99; }

#full-clndr {
  min-height: 16em;
  position: relative; }

#full-clndr .loader {
  left: 50%;
  position: absolute;
  top: 59%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 3rem; }

#full-clndr .clndr-controls {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 2em; }

#full-clndr .month {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-size: 2rem; }
  @media only screen and (max-width: 600px) {
    #full-clndr .month {
      font-size: 1.5rem; } }

.no-events-msg {
  display: inline-block;
  padding-top: 2rem;
  text-align: center;
  width: 100%; }

#full-clndr .clndr-previous-button,
#full-clndr .clndr-next-button {
  color: #ffd200;
  cursor: pointer;
  font-size: 2em; }

#full-clndr .event-title {
  margin-top: 1em; }

#full-clndr small.time {
  background: #ffd200;
  bottom: -1px;
  color: #000;
  font-size: .7rem;
  font-weight: 700;
  left: 3px;
  margin-left: -3px;
  padding: .25rem;
  position: absolute;
  width: 100%; }

#full-clndr .trans-caption {
  display: block;
  font-size: .7rem;
  font-weight: 700;
  line-height: 1rem;
  padding: .25rem .25rem 0;
  position: absolute;
  top: 0;
  width: 100%; }

#full-clndr .grid-view .multiple-events .trans-caption {
  border-bottom: 1px solid #000; }

.noselect {
  -webkit-user-select: none;
  /* Chrome/Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+ */ }

.grid-view {
  display: none; }

#full-clndr .list-view {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 2rem -.5rem 0; }
  @media only screen and (max-width: 600px) {
    #full-clndr .list-view {
      display: block; } }
  #full-clndr .list-view .event-item {
    -webkit-flex-basis: calc(100% / 3 - 1rem);
    -ms-flex-preferred-size: calc(100% / 3 - 1rem);
    flex-basis: calc(100% / 3 - 1rem);
    margin: .5rem; }
    @media only screen and (max-width: 1000px) {
      #full-clndr .list-view .event-item {
        -webkit-flex-basis: calc(100% / 2 - 1rem);
        -ms-flex-preferred-size: calc(100% / 2 - 1rem);
        flex-basis: calc(100% / 2 - 1rem); } }
    @media only screen and (max-width: 600px) {
      #full-clndr .list-view .event-item {
        display: block; } }

.event-item .event-item-img > img {
  width: 100%; }

#full-clndr .list-view .event-item-img img {
  border: 1px solid #343434; }

#full-clndr .list-view .event-item-name {
  color: #ffd200;
  margin-top: .5rem; }
  #full-clndr .list-view .event-item-name:hover {
    color: #fff; }

#full-clndr .list-view .event-item-date {
  font-size: .875em;
  line-height: 1em;
  margin-top: .4em; }

.list-view .event-item-date > div {
  margin-bottom: .5rem; }

#full-clndr .list-view .event-item-date:first-child {
  font-style: italic; }

@media only screen and (min-width: 980px) {
  #full-clndr {
    min-height: 32em; }

  #full-clndr .loader {
    left: 50%; } }
.event-banner-link {
  font-size: 2.2rem;
  font-weight: 700;
  text-transform: uppercase; }
  @media only screen and (max-width: 600px) {
    .event-banner-link {
      font-size: 1.5rem; } }

@media only screen and (max-width: 600px) {
  .news-loop {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; } }
.news-loop_item {
  -webkit-flex-basis: calc(100% / 2 - 1rem);
  -ms-flex-preferred-size: calc(100% / 2 - 1rem);
  flex-basis: calc(100% / 2 - 1rem);
  max-height: 20rem;
  overflow: hidden;
  position: relative; }
  @media only screen and (max-width: 600px) {
    .news-loop_item {
      display: block;
      -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
      flex-basis: auto; } }
.news-loop_overlay {
  background: rgba(0, 0, 0, 0.8);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 0;
  padding: .5rem;
  position: absolute;
  top: 0;
  width: 100%;
  transition: background 0.3s ease; }
  .news-loop_overlay:hover {
    background: rgba(0, 0, 0, 0.3);
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    padding: .5rem;
    position: absolute;
    top: 0;
    width: 100%; }
  @media only screen and (max-width: 600px) {
    .news-loop_overlay {
      max-height: 100%; } }
.news-loop_title {
  text-align: center;
  text-transform: uppercase; }
  @media only screen and (max-width: 1000px) {
    .news-loop_title {
      font-size: 1rem; } }
.news-loop_date {
  font-size: .8rem;
  text-align: center; }
.news-loop_summary {
  max-width: 100%; }

.news-loop_summary {
  display: none; }

.object-fit .news-loop_img {
  height: 100%;
  object-fit: cover;
  overflow: hidden;
  width: 100%;
  position: relative; }

.no-object-fit .news-loop_img {
  overflow: hidden;
  position: relative;
  width: 100%; }

.blog-layout {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media only screen and (max-width: 1000px) {
    .blog-layout {
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; } }

.blog-layout .dynamic {
  -webkit-flex-basis: calc(100% / 4);
  -ms-flex-preferred-size: calc(100% / 4);
  flex-basis: calc(100% / 4); }
  @media only screen and (max-width: 600px) {
    .blog-layout .dynamic {
      -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
      flex-basis: 0; } }

.blog-content {
  width: 100%; }
  @media only screen and (max-width: 1000px) {
    .blog-content {
      margin: 0; } }

.post-summary > .blog-view {
  height: 100%; }

.blog-content > .post-summary > article.news-loop_item {
  margin: 1rem 0; }

.blog-view > .news-loop_item > .news-loop_overlay > .news-loop_summary {
  display: inline-block; }

.blog-view > .news-loop_item {
  height: 20rem;
  margin: .5rem 0; }

@media only screen and (max-width: 600px) {
  .post-grid {
    display: block;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 1rem; } }

.post-summary {
  -webkit-flex-basis: calc(100% / 2 - 1rem);
  -ms-flex-preferred-size: calc(100% / 2 - 1rem);
  flex-basis: calc(100% / 2 - 1rem);
  margin: 0 .5rem; }
  @media only screen and (max-width: 600px) {
    .post-summary {
      display: block;
      margin: 0 .5rem; } }

.catalog-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -.5rem; }
.catalog-item {
  -webkit-flex-basis: calc(100% / 2 - 1rem);
  -ms-flex-preferred-size: calc(100% / 2 - 1rem);
  flex-basis: calc(100% / 2 - 1rem);
  margin: .5rem; }
.catalog-number {
  border-bottom: 2px #997e00 solid;
  color: #997e00;
  font-size: 1.5rem;
  margin-bottom: .5rem; }
  @media only screen and (max-width: 600px) {
    .catalog-number {
      font-size: 1rem; } }
.catalog-grid {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  @media only screen and (max-width: 1000px) {
    .catalog-grid {
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; } }
.catalog-thumb.coming-soon {
  max-width: 200px; }
.catalog-thumb.catalog-release {
  min-width: 200px; }
  @media only screen and (max-width: 1000px) {
    .catalog-thumb.catalog-release {
      min-width: 100%; } }
.catalog-right {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: .75rem; }
  @media only screen and (max-width: 1000px) {
    .catalog-right {
      margin: 0; } }
  .catalog-right_bottom {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -.5rem; }
    @media only screen and (max-width: 600px) {
      .catalog-right_bottom {
        margin: 0 -.2rem; } }
.catalog-info {
  color: #a3a3a0; }
  @media only screen and (max-width: 1000px) {
    .catalog-info {
      margin: .5rem 0; } }
  @media only screen and (max-width: 600px) {
    .catalog-info {
      display: none; } }
.catalog-title {
  color: #997e00; }
.catalog-thumb.catalog-edition {
  -webkit-flex-basis: calc(100% / 4 - 1rem);
  -ms-flex-preferred-size: calc(100% / 4 - 1rem);
  flex-basis: calc(100% / 4 - 1rem);
  margin: .5rem; }
  @media only screen and (max-width: 600px) {
    .catalog-thumb.catalog-edition {
      -webkit-flex-basis: calc(100% / 3 - .4rem);
      -ms-flex-preferred-size: calc(100% / 3 - .4rem);
      flex-basis: calc(100% / 3 - .4rem);
      margin: .2rem; } }
.catalog > .container .pagination {
  display: none; }

#infscr-loading {
  bottom: 20vh;
  left: 50%;
  position: fixed;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 3rem; }
  @media only screen and (max-width: 600px) {
    #infscr-loading {
      bottom: 10vh; } }
  #infscr-loading > img {
    max-width: 3rem; }

.full-header {
  margin: -1rem -1rem 1rem;
  position: relative; }
  @media only screen and (max-width: 600px) {
    .full-header {
      margin: -1rem -1rem .2rem; } }
  .full-header_overlay {
    background: rgba(0, 0, 0, 0.8);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }
  .full-header_img {
    max-height: 20rem;
    object-fit: cover;
    width: 100%; }
    @media only screen and (max-width: 600px) {
      .full-header_img {
        max-height: 12rem; } }
  .full-header_logo {
    max-width: 3rem; }
    @media only screen and (max-width: 600px) {
      .full-header_logo {
        display: none; } }
  .full-header_links {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    left: 50%;
    padding: 1rem;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 40rem; }
    @media only screen and (max-width: 600px) {
      .full-header_links {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
        top: 60%;
        width: 100%; } }
  .full-header_link {
    color: #ffd200;
    font-size: 3rem;
    font-weight: 700;
    text-transform: uppercase; }
    @media only screen and (max-width: 600px) {
      .full-header_link {
        font-size: 2rem; } }

@media only screen and (max-width: 600px) {
  .CalendarListPage .full-header {
    margin: -1rem 0 .2rem; } }

.full-header-current {
  border-bottom: 2px #fff solid;
  color: #fff; }
  @media only screen and (max-width: 600px) {
    .full-header-current {
      border: 0; } }

.search-icon {
  cursor: pointer;
  font-weight: 600; }
  @media only screen and (max-width: 1000px) {
    .search-icon {
      font-size: 1.4rem; } }

.top-nav-list_search input#SearchForm_SearchForm_Search {
  height: 0;
  opacity: 0;
  overflow: hidden;
  width: 0; }
  .top-nav-list_search input#SearchForm_SearchForm_Search::-webkit-input-placeholder {
    color: #ffd200;
    font-family: FontAwesome, sans-serif;
    font-weight: 400; }
  .top-nav-list_search input#SearchForm_SearchForm_Search::-moz-placeholder {
    color: #ffd200;
    font-family: FontAwesome, sans-serif;
    font-weight: 400; }
  .top-nav-list_search input#SearchForm_SearchForm_Search:-ms-input-placeholder {
    color: #ffd200;
    font-family: FontAwesome, sans-serif;
    font-weight: 400; }
  .top-nav-list_search input#SearchForm_SearchForm_Search::placeholder {
    color: #ffd200;
    font-family: FontAwesome, sans-serif;
    font-weight: 400; }
    @media only screen and (max-width: 600px) {
      .top-nav-list_search input#SearchForm_SearchForm_Search::-webkit-input-placeholder {
        font-weight: 600; }
      .top-nav-list_search input#SearchForm_SearchForm_Search::-moz-placeholder {
        font-weight: 600; }
      .top-nav-list_search input#SearchForm_SearchForm_Search:-ms-input-placeholder {
        font-weight: 600; }
      .top-nav-list_search input#SearchForm_SearchForm_Search::placeholder {
        font-weight: 600; } }
  @media only screen and (max-width: 1000px) {
    .top-nav-list_search input#SearchForm_SearchForm_Search {
      font-size: 1rem; } }

.top-nav-search fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

.top-nav-list_search input#SearchForm_SearchForm_Search.active {
  background: #000;
  color: #ffd200;
  display: inline-block;
  font-family: "Poppins", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 1rem;
  height: auto;
  opacity: 1;
  padding: .3rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%; }

.top-nav-list_search input#SearchForm_SearchForm_action_results {
  display: none; }

.search-icon.icon-hidden {
  display: none; }

.top-nav-list_search .middleColumn {
  height: 0; }

.icon-hidden .middleColumn {
  height: auto; }

@media only screen and (max-width: 1111px) {
  .logo_image.mobile-hide-logo {
    content: ''; } }

.search-bar fieldset {
  padding: 0; }

.mobile-nav-search {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }
  .mobile-nav-search .search-bar {
    margin-top: auto; }

.result-item {
  margin-bottom: 1rem; }

.venue-app-content p {
  margin-bottom: 1rem; }

.bit-widget .bit-event-lists .bit-nav-bar-container {
  padding: 0; }

.bit-widget .bit-events-container .bit-upcoming-events {
  margin: 0 0 10px; }

.content .bit-widget .bit-upcoming-events-show-all-button, .bit-widget .bit-past-events-show-all-button {
  margin: 0; }

.breadcrumb-wrapper {
  color: #fff;
  font-size: .8rem;
  margin-bottom: 1rem;
  text-transform: uppercase; }

.breadcrumb-item {
  color: #ffd200;
  display: inline-block; }
  .breadcrumb-item.current {
    color: #fff; }

.breadcrumb-item.bc-link:hover {
  color: #fff; }
.breadcrumb-item.bc-link:focus {
  color: #fff; }

.breadcrumb-1 {
  color: #ffd200; }

.breadcrumb-arrow {
  font-size: 1rem;
  padding: 0 .3rem; }

.post_title {
  font-size: 2rem;
  margin: 1rem 0 -1rem; }
  @media only screen and (max-width: 600px) {
    .post_title {
      font-size: 1.2rem;
      margin: 1rem 0 0; } }
.post p {
  margin: 1rem 0; }

.inline-image {
  margin: 1rem auto;
  text-align: center; }

.authorDate {
  margin: .5rem 0; }

.post > p {
  margin-bottom: 1rem; }

.post a {
  color: #ffd200; }

.post iframe {
  display: block;
  margin: 1rem auto; }

.inline-gallery {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -1rem;
  padding-top: 1rem; }
  @media only screen and (max-width: 1000px) {
    .inline-gallery {
      margin: -.5rem; } }
  .inline-gallery > li {
    margin: 1rem; }
    @media only screen and (max-width: 1000px) {
      .inline-gallery > li {
        -webkit-flex-basis: calc(100% / 4 - 1rem);
        -ms-flex-preferred-size: calc(100% / 4 - 1rem);
        flex-basis: calc(100% / 4 - 1rem);
        margin: .5rem; } }
    @media only screen and (max-width: 600px) {
      .inline-gallery > li {
        -webkit-flex-basis: calc(100% / 2 - 1rem);
        -ms-flex-preferred-size: calc(100% / 2 - 1rem);
        flex-basis: calc(100% / 2 - 1rem); } }

.booth-content_vid {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-top: 1rem; }
  .booth-content_vid > iframe {
    height: 30rem;
    width: 100%; }
    @media only screen and (max-width: 600px) {
      .booth-content_vid > iframe {
        height: auto; } }
.booth-content_imgs {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -.5rem; }
  @media only screen and (max-width: 600px) {
    .booth-content_imgs {
      margin: 0 -.5rem; } }
.booth-content_img {
  -webkit-flex-basis: calc(100% / 4 - 1rem);
  -ms-flex-preferred-size: calc(100% / 4 - 1rem);
  flex-basis: calc(100% / 4 - 1rem);
  margin: 1rem .5rem; }
  .booth-content_img > a > img {
    height: 100%;
    object-fit: cover;
    overflow: hidden;
    width: 100%; }

.record-booth_msg {
  margin-bottom: 1rem; }
  @media only screen and (max-width: 600px) {
    .record-booth_msg {
      font-size: 1rem; } }

.booth-faq {
  margin-bottom: 2rem; }
  @media only screen and (max-width: 600px) {
    .booth-faq {
      margin: 1rem 0 0; } }
  .booth-faq_q {
    color: #ffd200;
    cursor: pointer;
    font-size: 1.2rem;
    margin: .5rem 0;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
  .booth-faq_a {
    margin: 0 0 0 1.4rem; }

.answer {
  display: none; }

.booth-recordings-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -1rem; }
  @media only screen and (max-width: 600px) {
    .booth-recordings-list {
      display: block;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      margin: -.5rem; } }

.recording-item {
  -webkit-flex-basis: calc(100% / 4 - 2rem);
  -ms-flex-preferred-size: calc(100% / 4 - 2rem);
  flex-basis: calc(100% / 4 - 2rem);
  margin: 1rem; }
  @media only screen and (max-width: 600px) {
    .recording-item {
      margin: .5rem; } }
  .recording-item_title {
    font-style: italic;
    margin-top: .4rem; }
  .recording-item_artist {
    color: #a3a3a0; }

.load-more {
  margin: 1rem 0;
  text-align: center; }
  .load-more_link {
    display: inline-block; }

.artist-section_heading {
  margin: 0 0 .5rem; }

.artist-heading {
  display: inline-block; }
  @media only screen and (max-width: 600px) {
    .artist-heading_description {
      display: block;
      font-size: .8rem; } }
.artist-category-link {
  font-size: 2rem;
  font-weight: 600;
  line-height: 2rem;
  text-transform: uppercase; }
  @media only screen and (max-width: 600px) {
    .artist-category-link {
      font-size: 1.2rem;
      line-height: 1rem; } }
  .artist-category-link:hover {
    color: #fff; }
  .artist-category-link:focus {
    color: #fff; }
.artist-tmr {
  color: #ffd200; }
.artist-blue {
  color: #4a90e2; }
.artist-green {
  color: #24ab59; }
.artist-various {
  color: #eb3323; }

.thumbnail-list_item {
  -webkit-flex-basis: calc(100% / 6 - 2rem);
  -ms-flex-preferred-size: calc(100% / 6 - 2rem);
  flex-basis: calc(100% / 6 - 2rem);
  margin: 0 1rem 1rem;
  position: relative; }
  @media only screen and (max-width: 1000px) {
    .thumbnail-list_item {
      -webkit-flex-basis: calc(100% / 3 - 2rem);
      -ms-flex-preferred-size: calc(100% / 3 - 2rem);
      flex-basis: calc(100% / 3 - 2rem); } }
  @media only screen and (max-width: 600px) {
    .thumbnail-list_item {
      -webkit-flex-basis: calc(100% / 2 - 2rem);
      -ms-flex-preferred-size: calc(100% / 2 - 2rem);
      flex-basis: calc(100% / 2 - 2rem); } }
.thumbnail-list.img-grid {
  margin: 0 -1rem 1rem; }
.thumbnail-list_more {
  height: 100%;
  text-align: center;
  width: 100%; }

.thumbnail-list.img-grid {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.artist-thumbnail-overlay {
  background: rgba(0, 0, 0, 0.8);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 0;
  padding: .5rem;
  position: absolute;
  top: 0;
  width: 100%;
  transition: background, 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: .5rem;
  text-align: center; }
  .artist-thumbnail-overlay:hover {
    background: rgba(0, 0, 0, 0.3); }

.thumbnail-list_title {
  text-transform: uppercase; }
  .thumbnail-list_title:hover {
    color: #fff; }
  .thumbnail-list_title:focus {
    color: #fff; }

.thumbnail-list_link > span > img {
  object-fit: cover;
  width: 100%; }

.thumbnail-more-link {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  .thumbnail-more-link:hover {
    color: #fff; }
  .thumbnail-more-link:focus {
    color: #fff; }

.thumbnail-list_more.more-tmr {
  border: 2px #ffd200 solid;
  color: #ffd200; }

.thumbnail-list_more.more-blue {
  border: 2px #4a90e2 solid;
  color: #4a90e2; }

.thumbnail-list_more.more-green {
  border: 2px #24ab59 solid;
  color: #24ab59; }

.thumbnail-list_more.more-various {
  border: 2px #eb3323 solid;
  color: #eb3323; }

.artist-view-list_item {
  -webkit-flex-basis: calc(100% / 5 - 2rem);
  -ms-flex-preferred-size: calc(100% / 5 - 2rem);
  flex-basis: calc(100% / 5 - 2rem);
  position: relative; }
  @media only screen and (max-width: 1000px) {
    .artist-view-list_item {
      -webkit-flex-basis: calc(100% / 3 - 2rem);
      -ms-flex-preferred-size: calc(100% / 3 - 2rem);
      flex-basis: calc(100% / 3 - 2rem); } }
  @media only screen and (max-width: 600px) {
    .artist-view-list_item {
      -webkit-flex-basis: calc(100% / 2 - 2rem);
      -ms-flex-preferred-size: calc(100% / 2 - 2rem);
      flex-basis: calc(100% / 2 - 2rem); } }
.artist-view-list_link {
  height: 100%;
  position: relative;
  width: 100%; }
.artist-view-list_overlay {
  background: rgba(0, 0, 0, 0.8);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 0;
  padding: .5rem;
  position: absolute;
  top: 0;
  width: 100%;
  transition: background, 0.3s ease;
  padding: .5rem;
  text-align: center;
  text-transform: uppercase; }
  .artist-view-list_overlay > a {
    color: #ffd200; }
  .artist-view-list_overlay:hover {
    background: rgba(0, 0, 0, 0.3); }

@media only screen and (max-width: 600px) {
  .heading.artist-view-heading {
    font-size: 1.5rem; } }

.artist-view_description {
  margin: 0 0 1rem; }

.artist-view-list_overlay > a:hover,
.artist-view-list_overlay > a:focus {
  color: #fff; }

.artist-view-list_overlay > a > p:hover,
.artist-view-list_overlay > a > p:focus {
  color: #fff; }

.artist-view-list_thumbnail > span > img {
  object-fit: cover;
  width: 100%; }

.artist-page {
  margin-bottom: 2rem;
  overflow: auto;
  overflow-x: hidden;
  overflow-y: hidden; }
  .artist-page_rows {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -1rem; }
  .artist-page_row {
    margin: 1rem; }
  .artist-page_bottom {
    text-align: center; }
  .artist-page_img {
    height: 20rem;
    object-fit: cover;
    width: 100%; }
    @media only screen and (max-width: 600px) {
      .artist-page_img {
        display: block;
        float: none;
        width: 100%; } }
  .artist-page_name {
    font-size: 2rem;
    font-weight: 600;
    text-transform: uppercase; }
    @media only screen and (max-width: 600px) {
      .artist-page_name {
        display: none; } }
  .artist-page_links {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.2rem;
    font-weight: 600;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-transform: uppercase; }
  .artist-page_website {
    margin: 1rem 1.5rem 1rem 0; }
  .artist-page_videos {
    margin: 1rem 0; }
  .artist-page_release {
    -webkit-flex-basis: calc(100% / 6 - 2rem);
    -ms-flex-preferred-size: calc(100% / 6 - 2rem);
    flex-basis: calc(100% / 6 - 2rem); }
    @media only screen and (max-width: 1000px) {
      .artist-page_release {
        -webkit-flex-basis: calc(100% / 4 - 2rem);
        -ms-flex-preferred-size: calc(100% / 4 - 2rem);
        flex-basis: calc(100% / 4 - 2rem); } }
    @media only screen and (max-width: 600px) {
      .artist-page_release {
        -webkit-flex-basis: calc(100% / 2 - 2rem);
        -ms-flex-preferred-size: calc(100% / 2 - 2rem);
        flex-basis: calc(100% / 2 - 2rem); } }
  .artist-page_releases-heading {
    font-size: 1.5rem;
    font-weight: 600;
    text-transform: uppercase; }

.artist-page_name.mobile {
  display: none; }
  @media only screen and (max-width: 600px) {
    .artist-page_name.mobile {
      display: block; } }

.release-title {
  font-size: .9rem;
  margin-top: .5rem; }

.release-link {
  font-size: .8rem;
  text-transform: uppercase; }

.release-link_vault {
  color: #eb3323;
  font-size: .8rem;
  text-transform: uppercase; }

.new-releases {
  background: #000; }
  .new-releases_heading {
    color: #dadad9;
    font-size: 1.5rem;
    margin-bottom: .5rem;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap; }
    @media only screen and (max-width: 1000px) {
      .new-releases_heading {
        font-size: 1.2rem; } }
  .new-releases_list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: -.5rem; }
  .new-releases_item {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    display: block;
    -webkit-flex-basis: calc(100% / 4 - 1rem);
    -ms-flex-preferred-size: calc(100% / 4 - 1rem);
    flex-basis: calc(100% / 4 - 1rem);
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: .5rem;
    max-width: calc(100% / 4 - 1rem); }
    @media only screen and (max-width: 600px) {
      .new-releases_item {
        display: block;
        -webkit-flex-basis: calc(100% / 2 - 1rem);
        -ms-flex-preferred-size: calc(100% / 2 - 1rem);
        flex-basis: calc(100% / 2 - 1rem);
        max-width: calc(100% / 2 - 1rem); } }
    @media only screen and (max-width: 1000px) {
      .new-releases_item {
        display: block; } }
  .new-releases_title {
    font-size: 1rem;
    margin: 0 0 .2rem;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .new-releases_artist {
    font-size: 1rem;
    margin: .2rem 0 0;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .new-releases_cover {
    height: 100%; }
  .new-releases_links {
    text-align: center; }

.no-objectfit.home.new-releases_item {
  width: calc(100% / 4 - 2rem); }

.sidebar.new-releases {
  background: none;
  margin: -1rem -1rem 0 1rem;
  max-width: 100%; }
  @media only screen and (max-width: 1000px) {
    .sidebar.new-releases {
      display: none; } }
  @media only screen and (max-width: 600px) {
    .sidebar.new-releases {
      display: none; } }

.sidebar.new-releases_list {
  display: block;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0; }
  @media only screen and (max-width: 1000px) {
    .sidebar.new-releases_list {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin: 0 -1rem; } }

ul.sidebar > li.new-releases_item {
  margin: 0;
  max-width: 30vw; }
  @media only screen and (max-width: 1000px) {
    ul.sidebar > li.new-releases_item {
      -webkit-flex-basis: calc(100% / 4 - 2rem);
      -ms-flex-preferred-size: calc(100% / 4 - 2rem);
      flex-basis: calc(100% / 4 - 2rem);
      margin: 1rem;
      max-width: 50%; } }

.sidebar.new-releases_heading {
  font-size: 1.5rem;
  text-align: left; }
  .sidebar.new-releases_heading::after {
    background: linear-gradient(to bottom, #ffd200, #997e00 50%, #000 50%, #000);
    background-position-x: initial;
    background-position-y: initial;
    background-size: 100% 4px;
    content: '';
    display: block;
    height: 12px;
    margin-top: 1px;
    width: 100%;
    z-index: 1000; }

.sidebar > .new-releases_item > .new-releases_title {
  font-size: 1rem;
  font-weight: 100;
  text-align: center;
  text-overflow: initial;
  white-space: normal; }

.sidebar > .new-releases_item > .new-releases_artist {
  font-size: 1rem;
  font-weight: 100;
  text-align: center;
  text-overflow: initial;
  white-space: normal; }
  @media only screen and (max-width: 1000px) {
    .sidebar > .new-releases_item > .new-releases_artist {
      font-size: .8rem; } }

.sidebar > .new-releases_item > .new-releases_links > .new-releases_link {
  background: #1a1911;
  border: 2px #ffd200 solid;
  color: #ffd200;
  margin-bottom: 1rem;
  text-transform: uppercase; }
  .sidebar > .new-releases_item > .new-releases_links > .new-releases_link:hover {
    background: #ffd200;
    border: 2px #ffd200 solid;
    color: #1a1911; }

.videos-loop {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -.5rem 1rem; }
  @media only screen and (max-width: 600px) {
    .videos-loop {
      display: block;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .videos-loop_item {
    -webkit-flex-basis: calc(100% / 2 - 1rem);
    -ms-flex-preferred-size: calc(100% / 2 - 1rem);
    flex-basis: calc(100% / 2 - 1rem);
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: .5rem;
    overflow: hidden;
    position: relative; }
  .videos-loop_title {
    font-size: 1.2rem;
    margin-bottom: .2rem; }
  .videos-loop_thumbnail {
    height: 100%;
    object-fit: cover;
    overflow: hidden;
    width: 100%;
    max-height: 20rem; }
    @media only screen and (max-width: 600px) {
      .videos-loop_thumbnail {
        max-height: 10rem; } }
  .videos-loop_icon {
    font-size: 4rem;
    left: 50%;
    position: absolute;
    top: 58%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.no-objectfit .videos-loop_thumbnail {
  height: 100%;
  max-height: 100%; }

.feat-vid_wrapper {
  height: 0;
  padding: 0 0 50%;
  position: relative;
  width: 100%; }
.feat-vid_wrapper > iframe {
  display: block;
  height: 100%;
  left: 0;
  margin: 0 auto;
  position: absolute;
  top: 0;
  width: 100%; }

.videos-pagination {
  display: none; }

.all-vids .img-grid {
  margin: 0; }
.all-vids .img-grid_item {
  margin: 0; }
.all-vids .vid-content {
  position: relative; }
.all-vids .vids-view-list_item {
  -webkit-flex-basis: calc(100% / 3);
  -ms-flex-preferred-size: calc(100% / 3);
  flex-basis: calc(100% / 3); }
  @media only screen and (max-width: 1000px) {
    .all-vids .vids-view-list_item {
      -webkit-flex-basis: calc(100% / 2);
      -ms-flex-preferred-size: calc(100% / 2);
      flex-basis: calc(100% / 2); } }
  @media only screen and (max-width: 600px) {
    .all-vids .vids-view-list_item {
      -webkit-flex-basis: calc(100%);
      -ms-flex-preferred-size: calc(100%);
      flex-basis: calc(100%); } }
.all-vids .recent-vids_thumbnail > img {
  position: relative;
  width: 100%; }
.all-vids .vid-overlay {
  background: rgba(0, 0, 0, 0.3);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 0;
  padding: .5rem;
  position: absolute;
  top: 0;
  width: 100%;
  transition: all 0.3s ease; }
  .all-vids .vid-overlay:hover {
    background: transparent;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    padding: .5rem;
    position: absolute;
    top: 0;
    width: 100%; }
.all-vids .vid-text {
  padding: 1rem 0 0 1rem;
  position: absolute;
  top: 0; }
.all-vids .vids-view_title {
  margin: 0; }

@media only screen and (max-width: 600px) {
  .recent-vids {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; } }
.recent-vids.img-grid {
  margin: 0; }
  @media only screen and (max-width: 600px) {
    .recent-vids.img-grid {
      display: block; } }
.recent-vids_item {
  -webkit-flex-basis: calc(100% / 2);
  -ms-flex-preferred-size: calc(100% / 2);
  flex-basis: calc(100% / 2);
  margin: 0; }
  @media only screen and (max-width: 600px) {
    .recent-vids_item {
      display: block; } }
.recent-vids_thumbnail {
  display: inline-block;
  position: relative;
  width: 100%; }
.recent-vids_icon {
  color: #ffd200;
  font-size: 4rem;
  left: 50%;
  opacity: .75;
  position: absolute;
  top: 58%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  .recent-vids_icon:hover {
    color: #fff; }
  @media only screen and (max-width: 1000px) {
    .recent-vids_icon {
      font-size: 3rem; } }
  @media only screen and (max-width: 600px) {
    .recent-vids_icon {
      font-size: 3.5rem; } }
.recent-vids_link {
  color: #ffd200; }
  .recent-vids_link:hover {
    color: #fff; }
  .recent-vids_link:focus {
    color: #fff; }

.recent-vids_thumbnail > span > .responsive-img {
  width: 100%; }

.home-heading.artist-videos {
  margin-top: 2rem; }

.artist-videos {
  margin-top: 1rem; }
  @media only screen and (max-width: 600px) {
    .artist-videos {
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; } }
  @media only screen and (max-width: 600px) {
    .artist-videos.img-grid {
      display: block; } }
  .artist-videos_artist {
    margin: .3rem 0 0; }
  .artist-videos_item {
    -webkit-flex-basis: calc(100% / 5 - 2rem);
    -ms-flex-preferred-size: calc(100% / 5 - 2rem);
    flex-basis: calc(100% / 5 - 2rem); }
    @media only screen and (max-width: 1000px) {
      .artist-videos_item {
        -webkit-flex-basis: calc(100% / 4 - 2rem);
        -ms-flex-preferred-size: calc(100% / 4 - 2rem);
        flex-basis: calc(100% / 4 - 2rem); } }
    @media only screen and (max-width: 600px) {
      .artist-videos_item {
        -webkit-flex-basis: calc(100% / 2 - 2rem);
        -ms-flex-preferred-size: calc(100% / 2 - 2rem);
        flex-basis: calc(100% / 2 - 2rem); } }

.artist-videos_link > span > img {
  width: 100%; }

@media only screen and (max-width: 600px) {
  .vids-view-list {
    display: block;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; } }
.vids-view-list_item {
  -webkit-flex-basis: calc(100% / 4 - 2rem);
  -ms-flex-preferred-size: calc(100% / 4 - 2rem);
  flex-basis: calc(100% / 4 - 2rem); }
  @media only screen and (max-width: 1000px) {
    .vids-view-list_item {
      -webkit-flex-basis: calc(100% / 3 - 2rem);
      -ms-flex-preferred-size: calc(100% / 3 - 2rem);
      flex-basis: calc(100% / 3 - 2rem); } }

.vids-view_title {
  margin: .5rem 0 0; }

#infscr-loading div {
  color: #fff;
  text-align: center;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  width: 18rem; }

.past-events {
  margin: 0 -.5rem 2rem; }
  .past-events_item {
    -webkit-flex-basis: calc(100% / 4 - 1rem);
    -ms-flex-preferred-size: calc(100% / 4 - 1rem);
    flex-basis: calc(100% / 4 - 1rem); }
    @media only screen and (max-width: 1000px) {
      .past-events_item {
        -webkit-flex-basis: calc(100% / 2 - 1rem);
        -ms-flex-preferred-size: calc(100% / 2 - 1rem);
        flex-basis: calc(100% / 2 - 1rem); } }
    @media only screen and (max-width: 600px) {
      .past-events_item {
        -webkit-flex-basis: calc(100%);
        -ms-flex-preferred-size: calc(100%);
        flex-basis: calc(100%);
        display: block; } }
  .past-events .past-events_thumb {
    position: relative;
    width: 100%; }
  .past-events .responsive-img {
    width: 100%; }
  .past-events_summary {
    background: rgba(0, 0, 0, 0.8);
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    padding: .5rem;
    position: absolute;
    top: 0;
    width: 100%;
    transition: all 0.3s ease;
    text-align: center;
    text-transform: uppercase; }
    .past-events_summary:hover {
      background: rgba(0, 0, 0, 0.3);
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      height: 100%;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      left: 0;
      padding: .5rem;
      position: absolute;
      top: 0;
      width: 100%; }

.carousel-caption {
  margin-top: 1rem; }

.carousel-wrapper {
  margin-top: 1rem; }

.owl-theme .owl-nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 0;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(calc(-50% - 1rem));
  -ms-transform: translateY(calc(-50% - 1rem));
  transform: translateY(calc(-50% - 1rem));
  width: 100%; }

.owl-theme .owl-nav [class*='owl-'] {
  background: none;
  color: #ffd200;
  font-size: 2rem;
  margin: 0; }
  @media only screen and (max-width: 600px) {
    .owl-theme .owl-nav [class*='owl-'] {
      font-size: 1rem; } }
  .owl-theme .owl-nav [class*='owl-']:hover {
    background: none;
    color: #ffd200; }

.owl-theme .owl-nav .disabled:hover {
  background: none; }

.pagination {
  color: #ffd200;
  font-size: 1.5rem;
  margin-bottom: 1rem;
  text-align: center; }
  @media only screen and (max-width: 1000px) {
    .pagination {
      margin-top: 1rem; } }
  @media only screen and (max-width: 600px) {
    .pagination {
      font-size: 1.5rem;
      margin-top: 1rem; } }
  .pagination * + * {
    margin-left: 1rem; }
    @media only screen and (max-width: 600px) {
      .pagination * + * {
        margin-left: .5rem; } }

.current-page {
  color: #fff; }

.event-pagination li {
  display: inline-block; }
  .event-pagination li:hover {
    color: #fff; }
.event-pagination .active {
  color: #fff; }
.event-pagination .disabled {
  color: #fff; }

.searchResults .go-to-page {
  margin: 0 0 0 .5rem; }

.promo-grid {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -.5rem; }
  @media only screen and (max-width: 600px) {
    .promo-grid {
      display: block;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .promo-grid_item {
    -webkit-flex-basis: calc(100% / 2 - 1rem);
    -ms-flex-preferred-size: calc(100% / 2 - 1rem);
    flex-basis: calc(100% / 2 - 1rem);
    margin: 1rem .5rem 0;
    max-height: 20rem;
    overflow: hidden;
    position: relative; }
    @media only screen and (max-width: 1000px) {
      .promo-grid_item {
        display: block; } }
    @media only screen and (max-width: 600px) {
      .promo-grid_item {
        display: block; } }
  .promo-grid_img {
    height: 100%;
    object-fit: cover;
    overflow: hidden;
    width: 100%; }
  .promo-grid_overlay {
    background: rgba(0, 0, 0, 0.8);
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    padding: .5rem;
    position: absolute;
    top: 0;
    width: 100%;
    transition: background 0.3s ease; }
    .promo-grid_overlay:hover {
      background: rgba(0, 0, 0, 0.3); }

.no-objectfit .promo-grid_img {
  height: auto; }

.overlay-content {
  color: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 2rem; }
  .overlay-content_title {
    font-size: 1.5rem;
    font-weight: 700;
    padding: .5rem;
    text-align: center;
    text-transform: uppercase; }
  .overlay-content_description {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    border-top: 1px solid #ffd200;
    padding: .5rem;
    text-align: center; }
  .overlay-content_link {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    padding: .5rem;
    text-align: center; }

.storefront-headline {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1rem;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media only screen and (max-width: 600px) {
    .storefront-headline {
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .storefront-headline_item {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end; }
    @media only screen and (max-width: 600px) {
      .storefront-headline_item {
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start;
        text-align: center;
        width: 100%; } }

.storefront-phone {
  color: #ffd200;
  font-size: 1.5rem; }
  @media only screen and (max-width: 600px) {
    .storefront-phone {
      font-size: 1rem;
      margin: .5rem 0; } }
.storefront-address {
  color: #ffd200; }
  @media only screen and (max-width: 1000px) {
    .storefront-address {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; } }
  @media only screen and (max-width: 600px) {
    .storefront-address {
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; } }
  .storefront-address_grid {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    @media only screen and (max-width: 600px) {
      .storefront-address_grid {
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; } }
  .storefront-address_icon {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    color: #ffd200;
    font-size: 2rem;
    line-height: 2.2rem;
    margin-right: .8rem; }
    @media only screen and (max-width: 600px) {
      .storefront-address_icon {
        margin: 0 0 0 .8rem; } }
.storefront-carousel {
  margin: 0 0 1rem; }

.storefront-info a {
  color: #ffd200; }

.storefront-info iframe {
  display: block;
  margin: 1rem auto; }

.novelties-heading {
  margin: 1rem 0 0; }
.novelties-link {
  font-size: 1.5rem;
  margin: 1rem 0; }

@media screen and (max-width: 1250px) {
  .all-vids .vids-view-list_item {
    -webkit-flex-basis: calc(100% / 2);
    -ms-flex-preferred-size: calc(100% / 2);
    flex-basis: calc(100% / 2); } }
@media screen and (max-width: 722px) and (min-width: 601px) {
  .email-form {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    .email-form_input {
      margin-bottom: .5rem;
      width: 100%; }

  .social-grid .social-icon {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }

  #mce-responses {
    width: 100%; } }
@media screen and (max-width: 600px) and (min-width: 550px) {
  .social-grid {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; } }
@media screen and (max-width: 635px) and (min-width: 601px) {
  .social-heading .social-icon {
    margin-left: .3rem; } }
