/* ----------------------------------------------------------------------------
= Prinrt import - compiles to /css/print.css
= Currently using Bourbon latest from CodeKit
----------------------------------------------------------------------------- */
html {
  box-sizing: border-box;
}

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

:root {
  font-size: 14px;
}

@media screen and (min-width: 700px) {
  :root {
    font-size: calc( 14px + (16 - 14) * ( (100vw - 700px) / (1000 - 700) ));
  }
}

@media screen and (min-width: 1000px) {
  :root {
    font-size: 16px;
  }
}

/*
	Note: The "mobile-nav" breakpoint is only used to set when the regular 
	nav goes away and the mobile nav shows up.
	It can/might be the same as another breakpoint but 
	is just here to help you get started. 
*/
/*
	How To Use:
	@include media($mobile){
	}
*/
/* ----------------------------------------------------------------------------
= Reset using normalize.css v3.0.1 | MIT License | git.io/normalize
----------------------------------------------------------------------------- */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio, canvas, progress, video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden], template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active, a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b, strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/**
 * Address styling not present in IE 8/9.
 */
mark {
  color: #000;
  background: #ff0;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button, input, optgroup, select, textarea {
  margin: 0;
  /* 3 */
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button, select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button, html input[type='button'],
input[type='reset'], input[type='submit'] {
  cursor: pointer;
  /* 3 */
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled], html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner, input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type='checkbox'], input[type='radio'] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type='number']::-webkit-inner-spin-button, input[type='number']::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type='search'] {
  /* 2 */
  box-sizing: content-box;
  -webkit-appearance: textfield;
  /* 1 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type='search']::-webkit-search-cancel-button, input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
  border: 1px solid #c0c0c0;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  padding: 0;
  /* 2 */
  border: 0;
  /* 1 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-spacing: 0;
  border-collapse: collapse;
}

button {
  background: none;
  border: none;
  padding: 0px;
}

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

.user-is-tabbing *:focus {
  outline: 2px solid auto;
}

/* ----------------------------------------------------------------------------
= SETUP FILE includes fonts, colors, media query values, custom mixins, utility classes
= Last updated July 2015
----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------
= DEVELOPER NOTES
= *) using Bourbon latest (via Codekit)
= *) Sass set to compile extended, set to compressed before launch
= *) set to compile SASS with libsass (via Codekit)
= *) using FontAwesome Font with CSS link (in head_extra view)
----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------
=fonts - name like $fontname: 'name';
----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------
=color swatches - name like $color-colorname: #000000; // Example Name
----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------
=media queries = Located in _grid-settings.scss
----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------
=custom mixins
=currently importing default mixins from Bourbon
=reference default mixin calls at http://bourbon.io/docs/
----------------------------------------------------------------------------- */
.icon-font {
  font-family: brothreg;
}

.logo-font, .logos-font {
  font-family: brotherword;
}

.ir {
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  white-space: nowrap;
  text-indent: 100%;
  direction: ltr;
}

/* ----------------------------------------------------------------------------
=clearfix mixin and utility classname
------------------------------------------------------------------------------ */
.clearfix {
  zoom: 1;
}

.clearfix:before, .clearfix:after {
  display: block;
  visibility: hidden;
  height: 0;
  content: '\0020';
}

.clearfix:after {
  clear: both;
}

.clear {
  clear: both;
}

@media screen and (max-width: 700px) {
  .hide_mobile {
    display: none;
  }
}

.show_mobile {
  display: none;
}

@media screen and (max-width: 700px) {
  .show_mobile {
    display: block;
  }
}

.visuallyhidden {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
}

.invisible {
  visibility: hidden;
}

.hide {
  display: none;
}

* {
  letter-spacing: 0.00em;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

.header-base, h1, h2, h3, h4, h5, h6 {
  position: relative;
  margin: 0 0 20px;
  font-family: "Champion Featherwt A", "Champion Featherwt B", sans-serif;
  color: #333;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
}

h1, .h1 {
  font-size: 9rem;
}

.textarea h1, .cms h1, .textarea .h1, .cms .h1 {
  text-align: center;
  font-size: 62px;
}

@media screen and (max-width: 870px) {
  h1, .h1 {
    font-size: 62px;
  }
}

h1 span:before, h1 span:after, h1 strong:before, h1 strong:after, .h1 span:before, .h1 span:after, .h1 strong:before, .h1 strong:after {
  display: none;
}

h2, .h2 {
  font-size: 62px;
  overflow: hidden;
  letter-spacing: 2px;
  line-height: 1.27;
}

.textarea h2, .home h2, .events.content_item h2, .news.content_item h2, .textarea .h2, .home .h2, .events.content_item .h2, .news.content_item .h2 {
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
}

.textarea h2 span, .textarea h2 strong, .home h2 span, .home h2 strong, .events.content_item h2 span, .events.content_item h2 strong, .news.content_item h2 span, .news.content_item h2 strong, .textarea .h2 span, .textarea .h2 strong, .home .h2 span, .home .h2 strong, .events.content_item .h2 span, .events.content_item .h2 strong, .news.content_item .h2 span, .news.content_item .h2 strong {
  font-weight: 400;
  position: relative;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: inline-block;
}

.textarea h2 span:before, .textarea h2 span:after, .textarea h2 strong:before, .textarea h2 strong:after, .home h2 span:before, .home h2 span:after, .home h2 strong:before, .home h2 strong:after, .events.content_item h2 span:before, .events.content_item h2 span:after, .events.content_item h2 strong:before, .events.content_item h2 strong:after, .news.content_item h2 span:before, .news.content_item h2 span:after, .news.content_item h2 strong:before, .news.content_item h2 strong:after, .textarea .h2 span:before, .textarea .h2 span:after, .textarea .h2 strong:before, .textarea .h2 strong:after, .home .h2 span:before, .home .h2 span:after, .home .h2 strong:before, .home .h2 strong:after, .events.content_item .h2 span:before, .events.content_item .h2 span:after, .events.content_item .h2 strong:before, .events.content_item .h2 strong:after, .news.content_item .h2 span:before, .news.content_item .h2 span:after, .news.content_item .h2 strong:before, .news.content_item .h2 strong:after {
  display: block;
  content: '';
  position: absolute;
  height: 7px;
  border-bottom: 2px solid black;
  border-top: 2px solid black;
  top: 40%;
  width: 800px;
}

.textarea h2 span:before, .textarea h2 strong:before, .home h2 span:before, .home h2 strong:before, .events.content_item h2 span:before, .events.content_item h2 strong:before, .news.content_item h2 span:before, .news.content_item h2 strong:before, .textarea .h2 span:before, .textarea .h2 strong:before, .home .h2 span:before, .home .h2 strong:before, .events.content_item .h2 span:before, .events.content_item .h2 strong:before, .news.content_item .h2 span:before, .news.content_item .h2 strong:before {
  right: 100%;
  margin-right: 12px;
}

.textarea h2 span:after, .textarea h2 strong:after, .home h2 span:after, .home h2 strong:after, .events.content_item h2 span:after, .events.content_item h2 strong:after, .news.content_item h2 span:after, .news.content_item h2 strong:after, .textarea .h2 span:after, .textarea .h2 strong:after, .home .h2 span:after, .home .h2 strong:after, .events.content_item .h2 span:after, .events.content_item .h2 strong:after, .news.content_item .h2 span:after, .news.content_item .h2 strong:after {
  left: 100%;
  margin-left: 12px;
}

.textarea h2.white span, .home h2.white span, .events.content_item h2.white span, .news.content_item h2.white span, .textarea .h2.white span, .home .h2.white span, .events.content_item .h2.white span, .news.content_item .h2.white span {
  color: white;
  background: none;
  text-shadow: 2px 3px 0px rgba(0, 0, 0, 0.6);
}

.textarea h2.white span:before, .textarea h2.white span:after, .home h2.white span:before, .home h2.white span:after, .events.content_item h2.white span:before, .events.content_item h2.white span:after, .news.content_item h2.white span:before, .news.content_item h2.white span:after, .textarea .h2.white span:before, .textarea .h2.white span:after, .home .h2.white span:before, .home .h2.white span:after, .events.content_item .h2.white span:before, .events.content_item .h2.white span:after, .news.content_item .h2.white span:before, .news.content_item .h2.white span:after {
  border-color: #999;
}

.textarea h2.yellow span, .home h2.yellow span, .events.content_item h2.yellow span, .news.content_item h2.yellow span, .textarea .h2.yellow span, .home .h2.yellow span, .events.content_item .h2.yellow span, .news.content_item .h2.yellow span {
  background: -webkit-linear-gradient(top, #fae963 0%, #ffffff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.textarea h2.yellow span:before, .textarea h2.yellow span:after, .home h2.yellow span:before, .home h2.yellow span:after, .events.content_item h2.yellow span:before, .events.content_item h2.yellow span:after, .news.content_item h2.yellow span:before, .news.content_item h2.yellow span:after, .textarea .h2.yellow span:before, .textarea .h2.yellow span:after, .home .h2.yellow span:before, .home .h2.yellow span:after, .events.content_item .h2.yellow span:before, .events.content_item .h2.yellow span:after, .news.content_item .h2.yellow span:before, .news.content_item .h2.yellow span:after {
  border-color: #999;
}

h2.textarea[data-layout="dark"] span:before, h2.textarea[data-layout="dark"] span:after, .h2.textarea[data-layout="dark"] span:before, .h2.textarea[data-layout="dark"] span:after {
  border-color: white;
}

h2.long_title, .h2.long_title {
  font-size: 42px;
}

.news.content_item h2, .news.content_item .h2 {
  max-width: 940px;
  width: calc(100% - 20px);
  margin: 40px auto 20px;
}

.home h2, .events.content_item h2, .home .h2, .events.content_item .h2 {
  max-width: 940px;
  width: calc(100% - 20px);
  margin: 40px auto 20px;
  color: #ffffff;
}

h2.white, .h2.white {
  color: white;
  background: none;
  text-shadow: 2px 3px 0px rgba(0, 0, 0, 0.6);
  font-size: 72px;
}

h2.white span, .h2.white span {
  color: white;
  background: none;
  text-shadow: 2px 3px 0px rgba(0, 0, 0, 0.6);
}

h2.white span:before, h2.white span:after, .h2.white span:before, .h2.white span:after {
  border-color: #999;
}

h2.yellow, .h2.yellow {
  background: -webkit-linear-gradient(top, #fae963 0%, #ffffff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 72px;
}

h2.yellow span, .h2.yellow span {
  background: -webkit-linear-gradient(top, #fae963 0%, #ffffff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

h2.yellow span:before, h2.yellow span:after, .h2.yellow span:before, .h2.yellow span:after {
  border-color: #999;
}

h3, .h3 {
  font-size: 42px;
  font-family: "Champion Welterwt A", "Champion Welterwt B", sans-serif;
  line-height: 1;
}

.textarea h3, .textarea .h3 {
  text-align: center;
}

h3 span:before, h3 span:after, h3 strong:before, h3 strong:after, .h3 span:before, .h3 span:after, .h3 strong:before, .h3 strong:after {
  display: none;
}

h4, .h4 {
  font-size: 28px;
  font-family: "Champion Welterwt A", "Champion Welterwt B", sans-serif;
  line-height: 1;
}

.textarea h4, .textarea .h4 {
  text-align: center;
  color: #000;
}

h4 span:before, h4 span:after, h4 strong:before, h4 strong:after, .h4 span:before, .h4 span:after, .h4 strong:before, .h4 strong:after {
  display: none;
}

h5, .h5 {
  font-size: 1rem;
  line-height: 1;
}

h5 span:before, h5 span:after, h5 strong:before, h5 strong:after, .h5 span:before, .h5 span:after, .h5 strong:before, .h5 strong:after {
  display: none;
}

h6, .h6 {
  font-size: 0.7072135785rem;
  line-height: 1;
}

h6 span:before, h6 span:after, h6 strong:before, h6 strong:after, .h6 span:before, .h6 span:after, .h6 strong:before, .h6 strong:after {
  display: none;
}

.ribbon {
  text-align: center;
}

.ribbon h4, .ribbon p {
  background: #6e1117;
  height: 38px;
  margin: 0 auto;
  position: relative;
  display: inline-block;
  width: auto;
  padding: 0 20px;
  color: #fff;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 37px;
  font-family: "GearedSlab-Bold", serif;
  letter-spacing: 0;
  margin: 5px auto 10px auto;
  text-align: center;
  text-transform: uppercase;
}

.ribbon h4:before, .ribbon h4:after, .ribbon p:before, .ribbon p:after {
  content: '';
  position: absolute;
  height: 0;
  width: 0;
  top: 0;
  border: 19px solid transparent;
  border-top-color: #6e1117;
  border-bottom-color: #6e1117;
  z-index: -1;
}

.ribbon h4:before, .ribbon p:before {
  left: -19px;
}

.ribbon h4:after, .ribbon p:after {
  right: -19px;
}

.small_paragraph, .small p {
  font-size: 0.889rem;
}

.p-base, p, .p, .news_info, .textarea, .content, address, .address, .cms ul li, .textarea ul li, .spotlight_text ul li, .faq ul li, .link .description ul li, .event_description ul li, ol > li, table tr td, .event_detail .full_column > .top-section > .wrapper .main_column .event_description .content .artist .description, .event_detail .full_column > .top-section > .wrapper .main_column .event_description .event_body_text {
  font-size: 1rem;
  font-family: "FFMetaSerifWebProBook", serif;
  line-height: 1.7rem;
}

p, .p, .news_info, .textarea, .content {
  margin: 0 0 20px;
}

p.lead, .p.lead, .news_info.lead, .textarea.lead, .content.lead {
  font-size: 1.125rem;
}

p.center, .p.center, .news_info.center, .textarea.center, .content.center {
  text-align: center;
}

p strong, .p strong, .news_info strong, .textarea strong, .content strong {
  font-weight: 700;
}

address, .address {
  margin: 0 0 20px;
  font-style: normal;
  font-weight: 700;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul li, ol li {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}

.cms ul, .textarea ul, .spotlight_text ul, .faq ul, .link .description ul, .event_description ul {
  margin-bottom: 20px;
}

.cms ul li, .textarea ul li, .spotlight_text ul li, .faq ul li, .link .description ul li, .event_description ul li {
  padding: 0 0 0px 40px;
  margin-bottom: 10px;
  text-align: left;
}

.cms ul li:before, .textarea ul li:before, .spotlight_text ul li:before, .faq ul li:before, .link .description ul li:before, .event_description ul li:before {
  content: '';
  position: absolute;
  top: 8px;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #000000;
}

.cms ul li ul, .textarea ul li ul, .spotlight_text ul li ul, .faq ul li ul, .link .description ul li ul, .event_description ul li ul {
  margin-top: 10px;
}

ol {
  margin-bottom: 20px;
}

ol > li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 10px;
  counter-increment: li-counter;
  text-align: left;
}

ol > li:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 25px;
  height: 25px;
  content: counter(li-counter) ".";
}

a {
  border: none;
  color: #333;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

a:hover, a:focus {
  color: #701112;
}

.textarea p a, .textarea li a,
.cms p a, .cms li a,
.spotlight_content a, .m-eventDetailList__item a,
.event_description a {
  color: #991B23;
}

.textarea p a:hover, .textarea p a:focus, .textarea li a:hover, .textarea li a:focus,
.cms p a:hover,
.cms p a:focus, .cms li a:hover, .cms li a:focus,
.spotlight_content a:hover,
.spotlight_content a:focus, .m-eventDetailList__item a:hover, .m-eventDetailList__item a:focus,
.event_description a:hover,
.event_description a:focus {
  color: #6e1117;
  text-decoration: underline;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  margin-top: 40px;
  margin-bottom: 40px;
  clear: both;
  border-width: 0 0 4px 0;
  -webkit-border-image: url(../images/decor_dot_border--horiz.png) 0 0 7 0 repeat;
       -o-border-image: url(../images/decor_dot_border--horiz.png) 0 0 7 0 repeat;
          border-image: url(../images/decor_dot_border--horiz.png) 0 0 7 0 repeat;
  border-style: solid;
  clear: left;
  max-width: 817px;
}

table {
  position: relative;
  margin: 0 0 15px;
  width: 100%;
  text-align: left;
}

table tr td {
  border: none;
  margin-bottom: 0;
  padding: 5px 10px;
  border-bottom: 1px solid #ddd;
}

table tr:nth-of-type(even) {
  background: rgba(0, 0, 0, 0.05);
}

table th {
  background: #666;
  color: #fff;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 24px;
  font-family: "GearedSlab-Regular", serif;
  letter-spacing: 0.05rem;
  text-align: left;
  text-transform: uppercase;
  border-bottom: 1px solid #b7b7b7;
  font-weight: 600;
  padding: 10px;
}

/* ----------------------------------------------------------------------------
= News List
----------------------------------------------------------------------------- */
.news_listing_page .textarea.content_item {
  display: none;
}

.news_listing_page .category-dropdown {
  position: absolute;
  top: 20px;
  right: 20px;
  display: block;
  width: 250px;
  margin: 0;
}

.news_listing_page .category-dropdown .select {
  background: rgba(110, 17, 23, 0.65);
  border: 2px solid rgba(255, 255, 255, 0.65);
  float: right;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  font-family: "brothreg", sans-serif;
  letter-spacing: 0.1rem;
  margin: 0;
  text-align: left;
  text-transform: uppercase;
  position: relative;
  z-index: 5;
  padding-right: 70px;
}

.news_listing_page .category-dropdown .select.is-active {
  border-bottom: none;
  background: rgba(110, 17, 23, 0.65);
}

.news_listing_page .category-dropdown button {
  color: white;
  margin: 0 0 0 0;
  width: 100%;
  text-align: center;
  height: 40px;
  line-height: 40px;
  font-family: inherit;
  font-size: inherit;
  text-transform: uppercase;
  text-align: left;
}

.news_listing_page .category-dropdown button .select_text {
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
}

.news_listing_page .category-dropdown .choices {
  top: 40px;
  padding-top: 10px;
  border: 2px solid rgba(255, 255, 255, 0.65);
  border-top: none;
  background: rgba(110, 17, 23, 0.65);
}

.news_listing_page .category-dropdown .choices .news_filter_item {
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
  color: #fff;
  font-size: 16px;
  line-height: 1.2;
  font-family: "brothreg", sans-serif;
  padding: 5px 10px;
  display: block;
  cursor: pointer;
}

.news_listing_page .category-dropdown .choices .news_filter_item:hover, .news_listing_page .category-dropdown .choices .news_filter_item:focus, .news_listing_page .category-dropdown .choices .news_filter_item.active {
  background: #000;
}

.news_listing_page .category-dropdown .go_btn {
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 16px;
  line-height: 1;
  font-family: "brothreg", sans-serif;
  letter-spacing: 0.1rem;
  color: white;
  color: white;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  z-index: 5;
  background: #6e1117;
  border: 2px solid rgba(255, 255, 255, 0.65);
  zoom: 1;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
}

.news_listing_page .category-dropdown .go_btn.is-visible {
  zoom: 1;
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}

@media screen and (max-width: 700px) {
  .news_listing_page .category-dropdown {
    position: relative;
    top: auto;
    right: auto;
  }
}

.news_listing_page .page_header {
  height: 800px;
}

@media screen and (max-width: 700px) {
  .news_listing_page .page_header {
    height: 400px;
  }
}

.news.content_item[data-layout="default"] .entry:last-child {
  background: none;
}

.news.content_item[data-layout="default"] .news_title.below, .news.content_item[data-layout="default"] .category_name {
  display: none;
}

.news.content_item[data-layout="default"] .news_list .info, .news.content_item[data-layout="default"] .news_list .thumb + .info {
  text-align: center;
}

@media screen and (max-width: 700px) {
  .news.content_item[data-layout="default"] .news_list .info, .news.content_item[data-layout="default"] .news_list .thumb + .info {
    text-align: left;
  }
}

@media screen and (max-width: 700px) {
  .news.content_item[data-layout="default"] .news_list .date {
    text-align: left;
  }
}

.news.content_item[data-layout="default"] .news_list .title {
  text-align: center;
}

@media screen and (max-width: 700px) {
  .news.content_item[data-layout="default"] .news_list .title {
    text-align: left;
  }
}

.news.content_item[data-layout="carousel"] {
  padding: 40px 0;
  background: none;
  box-shadow: none;
  max-width: 100%;
  text-align: center;
  background: url(../images/bgnoise_lg.png);
}

.news.content_item[data-layout="carousel"] h2 {
  color: #333333;
}

.news.content_item[data-layout="carousel"] h2 b {
  display: block;
  font-family: "Champion Heavywt A", "Champion Heavywt B", sans-serif;
  font-size: 44.64px;
}

.news.content_item[data-layout="carousel"] .news_list {
  zoom: 1;
  display: none;
  text-align: left;
  width: 940px;
  max-width: calc(100% - 75px);
  margin: 0 auto;
}

.news.content_item[data-layout="carousel"] .news_list:before, .news.content_item[data-layout="carousel"] .news_list:after {
  display: block;
  visibility: hidden;
  height: 0;
  content: '\0020';
}

.news.content_item[data-layout="carousel"] .news_list:after {
  clear: both;
}

.news.content_item[data-layout="carousel"] .news_list .entry {
  position: relative;
  float: left;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: start;
          justify-content: flex-start;
  align-content: center;
  -webkit-box-align: center;
          align-items: center;
  box-shadow: 2px 1px 8px #666;
  margin: 40px 11px 20px 11px;
  max-width: calc(100% - 20px);
  padding: 0;
  width: 291px;
  height: 550px;
  background: url("../images/bgnoise_paper_square.png");
}

@media screen and (max-width: 870px) {
  .news.content_item[data-layout="carousel"] .news_list .entry {
    width: calc(100% - 22px);
  }
}

.news.content_item[data-layout="carousel"] .news_list .entry .category_name {
  position: absolute;
  bottom: calc(100% + 10px);
  font-size: 1.5625rem;
  line-height: 25px;
  font-family: "GearedSlab-Regular", serif;
  margin: 3px;
  text-align: center;
  text-transform: uppercase;
}

.news.content_item[data-layout="carousel"] .news_list .entry .thumb {
  display: block;
  width: 100%;
  position: relative;
  margin: 0;
  overflow: hidden;
  max-height: 215px;
}

.news.content_item[data-layout="carousel"] .news_list .entry .thumb a {
  width: 100%;
  display: block;
}

.news.content_item[data-layout="carousel"] .news_list .entry .thumb a img {
  display: block;
  width: 100%;
}

.news.content_item[data-layout="carousel"] .news_list .entry .news_title.above {
  display: none;
}

.news.content_item[data-layout="carousel"] .news_list .entry .news_title.below {
  display: block;
}

.news.content_item[data-layout="carousel"] .news_list .entry .info {
  -webkit-box-flex: 0;
          flex: 0 1 auto;
  max-width: 100%;
  padding: 20px;
  width: 100%;
  text-align: center;
  background: url("../images/bgnoise_paper_square.png");
  background-repeat: no-repeat;
  background-color: #f9f9f9;
  background-size: auto;
  background-position: 0px 78px;
  min-height: 250px;
}

.news.content_item[data-layout="carousel"] .news_list .entry .info .date {
  width: 100%;
  padding: 5px 7px;
  font-size: 19px;
  text-align: center;
  font-family: "GearedSlab-Bold", serif;
  background-color: #f9f9f9;
  display: inline-block;
  text-transform: uppercase;
  margin: 0;
}

.news.content_item[data-layout="carousel"] .news_list .entry .info .date .posted_on, .news.content_item[data-layout="carousel"] .news_list .entry .info .date .m-date__year {
  display: none;
}

.news.content_item[data-layout="carousel"] .news_list .entry .info h3.title {
  color: #6e1117;
  font-size: 36px;
  line-height: 1;
  font-family: "Champion Featherwt A", "Champion Featherwt B", sans-serif;
  letter-spacing: 0.05rem;
  margin: 0;
  text-transform: uppercase;
  text-align: center;
}

.news.content_item[data-layout="carousel"] .news_list .entry .info h3.title a {
  color: #6e1117;
  letter-spacing: inherit;
}

.news.content_item[data-layout="carousel"] .news_list .entry .info h3.title a:hover, .news.content_item[data-layout="carousel"] .news_list .entry .info h3.title a:focus {
  color: #2c0709;
}

.news.content_item[data-layout="carousel"] .news_list .entry .info .teaser .long {
  display: none;
}

.news.content_item[data-layout="carousel"] .news_list .entry .info .teaser .short {
  display: block;
}

.news.content_item[data-layout="carousel"] .news_list .entry .info .teaser p {
  font-size: 1.125rem;
  line-height: 18px;
  font-family: "GearedSlab-Regular", serif;
  letter-spacing: 0.05rem;
  margin: 5px 0;
  text-align: center;
  color: #000;
}

.news.content_item[data-layout="carousel"] .news_list .entry .buttons, .news.content_item[data-layout="carousel"] .news_list .entry .button {
  display: none;
}

.news.content_item[data-layout="carousel"] .button {
  display: inline-block;
  margin: 40px auto 0;
}

.l-content_wrapper.news_list {
  max-width: 840px;
  text-align: center;
  background: #fff;
  background: url(../images/bgnoise_light_lg.png) #fff repeat;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
  padding: 60px 75px 60px 75px;
  margin-top: -170px;
}

.l-content_wrapper.news_list .entry {
  text-align: center;
  padding-top: 0;
  margin-bottom: 40px;
}

.l-content_wrapper.news_list .entry p {
  text-align: center;
}

.l-content_wrapper.news_list .thumb + .info, .l-content_wrapper.news_list .info {
  text-align: center;
}

.l-content_wrapper.news_list .date sup {
  top: auto;
  line-height: inherit;
  font-size: inherit;
}

.l-content_wrapper.news_list .news_title.below, .l-content_wrapper.news_list .category_name {
  display: none;
}

.l-content_wrapper.news_list .title {
  text-align: center;
}

.l-content_wrapper.news_list .title a {
  font-size: 3.25rem;
  line-height: 52px;
  font-family: "Champion Featherwt A", "Champion Featherwt B", sans-serif;
  letter-spacing: 3px;
}

.l-content_wrapper.news_list .category_name.in_title {
  display: inline-block;
}

.l-content_wrapper.news_list .category_name.in_title a {
  text-decoration: underline;
}

@media screen and (max-width: 700px) {
  .l-content_wrapper.news_list {
    padding: 20px;
    margin-top: -50px;
  }
  .l-content_wrapper.news_list .title a {
    font-size: 30px;
    line-height: 1.3;
  }
}

/* ----------------------------------------------------------------------------
= News Detail
----------------------------------------------------------------------------- */
.news_detail .news_thumb {
  display: none;
}

.full.news_detail_page .news_detail:after {
  display: none;
}

@media screen and (max-width: 700px) {
  .news_detail .page_header {
    padding: 100px 0 40px;
    height: auto;
  }
}

.news_detail .page_header .hero-header.red-gradient {
  position: absolute;
  top: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #e72a36;
  background: -webkit-linear-gradient(top, #e72a36 20%, #fff 85%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: none;
  text-transform: uppercase;
  text-align: center;
}

.news_detail .page_header .hero-header.red-gradient .text--thin-large-space {
  display: block;
  font-size: 33px;
  line-height: 1;
  font-weight: 400;
  font-style: normal;
  font-family: "Champion Lightwt A", "Champion Lightwt B", sans-serif;
}

@media screen and (max-width: 700px) {
  .news_detail .page_header .hero-header.red-gradient .text--thin-large-space {
    display: none;
  }
}

.news_detail .page_header .hero-header.red-gradient .text--fattest-small-nospace {
  display: block;
  font-size: 22px;
  line-height: 1;
  font-style: none;
  font-family: "Champion Heavywt A", "Champion Heavywt B", sans-serif;
}

@media screen and (max-width: 700px) {
  .news_detail .page_header .hero-header.red-gradient .text--fattest-small-nospace {
    display: none;
  }
}

.news_detail .back_to_news {
  position: absolute;
  top: 20px;
  left: 20px;
  color: white;
  font-size: 1.0625rem;
  font-family: "GearedSlab-Regular", serif;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
  font-size: 18px;
  padding: 5px 0;
}

.news_detail .back_to_news span {
  margin-right: 10px;
}

.news_detail .back_to_news:hover {
  zoom: 1;
  opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
}

.news_detail #branding {
  margin-bottom: 40px;
}

@media screen and (max-width: 700px) {
  .news_detail #branding {
    margin-bottom: 20px;
  }
}

.news_detail .link {
  padding: 0;
}

.news_detail .date {
  color: #fff;
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 30px;
  font-family: "GearedSlab-Regular", serif;
  letter-spacing: 0.05rem;
  margin: 25px auto;
  text-align: center;
  margin: 10px auto;
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
}

.news_detail .date a {
  color: white;
  text-decoration: underline;
}

.news_detail .date a:hover {
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
}

.news_detail .news_info_wrapper {
  position: relative;
}

.news_detail .news_info_wrapper:after {
  content: '';
  position: absolute;
  bottom: -40px;
  left: 0px;
  background: url(../images/bgnoise_halftone.svg) left center no-repeat;
  height: 275px;
  left: 0;
  position: absolute;
  width: 550px;
  z-index: 0;
  -webkit-transform: translateY(57%);
          transform: translateY(57%);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  max-width: 100%;
  z-index: -1;
}

.news_detail .news_info {
  position: relative;
  margin: 0 auto 40px;
  max-width: 840px;
  background: #fff;
  background: url(../images/bgnoise_light_lg.png) #fff repeat;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
  padding: 60px 75px 60px 75px;
}

.news_detail .news_info:before {
  content: '';
  background: #fff url(../images/bgnoise_paper_strip_lg.png) repeat;
  background-size: 100%;
  display: block;
  height: 139px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.news_detail .news_info > * {
  position: relative;
  z-index: 2;
}

.news_detail .news_info > *.content_item.textarea {
  padding: 0;
}

.news_detail .news_info iframe {
  margin: 20px 0;
}

.news_detail .news_info h1 {
  line-height: 1;
}

@media screen and (max-width: 870px) {
  .news_detail .news_info {
    padding: 40px 40px 40px;
  }
}

@media screen and (max-width: 500px) {
  .news_detail .news_info {
    padding: 20px 20px 40px;
  }
}

.news_detail .news_thumb {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}

.news_detail .hero-right-top {
  position: absolute;
  right: 20px;
  top: 20px;
}

.news_detail .hero-right-top .share-news {
  background: rgba(110, 17, 23, 0.65);
  border: 2px solid rgba(255, 255, 255, 0.65);
  float: right;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  line-height: 16px;
  font-family: "brothreg", sans-serif;
  letter-spacing: 0.1rem;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  z-index: 5;
  width: 100px;
  position: relative;
}

.news_detail .hero-right-top .share-news.active .before:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.news_detail .hero-right-top .share-news.active .wrapper {
  display: block;
}

.news_detail .hero-right-top .share-news .wrapper {
  padding: 0 12px 12px 12px;
  display: none;
  zoom: 1;
}

.news_detail .hero-right-top .share-news .wrapper:before, .news_detail .hero-right-top .share-news .wrapper:after {
  display: block;
  visibility: hidden;
  height: 0;
  content: '\0020';
}

.news_detail .hero-right-top .share-news .wrapper:after {
  clear: both;
}

.user-is-tabbing .news_detail .hero-right-top .share-news *:focus {
  outline-color: #fff;
}

.news_detail .hero-right-top .share-news:hover {
  cursor: pointer;
}

.news_detail .hero-right-top .share-news .before {
  color: white;
  margin: 0 0 0 0;
  width: 100%;
  text-align: center;
  height: 40px;
  line-height: 40px;
  font-family: inherit;
  font-size: inherit;
  text-transform: uppercase;
}

.news_detail .hero-right-top .share-news .before:after {
  content: "\f0d7";
  font-family: FontAwesome;
  font-size: 20px;
  line-height: 40px;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
  margin: 0 0 0 5px;
  display: inline-block;
}

.news_detail .hero-right-top .share-news .share-text {
  display: none !important;
  visibility: hidden;
}

/* ----------------------------------------------------------------------------
= Event List
----------------------------------------------------------------------------- */
#events.search #loadMoreEvents {
  display: none;
}

.event_list_header {
  color: #333;
  margin: auto;
  width: 940px;
  padding-bottom: 40px;
  padding-top: 50px;
  max-width: calc(100% - 40px);
}

.event_list_header .overview {
  display: -webkit-box;
  display: flex;
  align-content: flex-start;
  -webkit-box-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
          justify-content: space-between;
  position: relative;
}

@media screen and (max-width: 870px) {
  .event_list_header .overview {
    display: block;
  }
}

.event_list_header h1 {
  -webkit-box-flex: 2;
          flex-grow: 2;
  margin: 0;
  background: -webkit-linear-gradient(top, #fae963 0%, #ffffff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 52px;
  line-height: 1;
}

@media screen and (max-width: 870px) {
  .event_list_header h1 {
    text-align: center;
  }
}

.event_list_header form {
  display: -webkit-box;
  display: flex;
  align-content: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
          justify-content: center;
}

@media screen and (max-width: 870px) {
  .event_list_header form {
    margin: 10px 0 0 0;
    display: block;
  }
}

.event_list_header form label {
  width: 0;
  height: 0;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.event_list_header form input[type="text"] {
  background-color: transparent;
  border: 2px solid #d9d9d9;
  margin-left: 6%;
  padding: 0.56em;
  width: 194px;
  color: #d9d9d9;
  font-size: 17px;
  font-family: "GearedSlab-Regular", serif;
  margin: 0;
  text-align: left;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-box-flex: 1;
          flex: 1 1 auto;
}

.event_list_header form input[type="text"]::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #d9d9d9;
}

.event_list_header form input[type="text"]:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #d9d9d9;
}

.event_list_header form input[type="text"]::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #d9d9d9;
}

.event_list_header form input[type="text"]:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #d9d9d9;
}

@media screen and (max-width: 870px) {
  .event_list_header form input[type="text"] {
    width: 100%;
  }
}

.event_list_header form button {
  background-color: #d9d9d9;
  border: 0;
  color: #000;
  padding: 0.75em 1.2em 0.70em 1.2em;
  margin: 0;
  font-size: 17px;
  font-family: "brothreg", sans-serif;
  letter-spacing: 0;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  text-align: center;
}

@media screen and (max-width: 870px) {
  .event_list_header form button {
    width: 100%;
    margin: 10px 0 0 0;
  }
}

.event_list_header form button:hover, .event_list_header form button:focus {
  background-color: #999;
  color: #fff;
}

.event_list_toggles {
  display: -webkit-box;
  display: flex;
  align-self: flex-start;
  margin-right: 15px;
}

.event_list_toggles .toggle {
  margin-right: 15px;
  color: #ffffff;
  background: transparent;
  border: 2px solid #989898;
  font-family: "brothreg", sans-serif;
  width: 120px;
  padding: 10px;
}

.event_list_toggles .toggle:hover {
  cursor: pointer;
  background: #989898;
}

.event_list_toggles .toggle:hover span {
  color: #000000;
}

.event_list_toggles .toggle:hover svg {
  fill: #000000;
}

.event_list_toggles .toggle.calendar {
  width: 160px;
}

.event_list_toggles .toggle[data-event-toggle="grid"] {
  display: none;
}

.event_list_toggles .toggle.is-active {
  background: #989898;
  color: #000000;
}

.event_list_toggles .toggle.is-active svg {
  fill: #000000;
}

@media screen and (max-width: 500px) {
  .event_list_toggles .toggle {
    margin: 10px auto;
  }
  .event_list_toggles .toggle.is-active {
    display: none;
  }
}

.event_list_toggles span {
  display: block;
  text-align: center;
  float: left;
}

.event_list_toggles svg {
  fill: #fff;
  float: right;
  width: 16px;
  height: 16px;
}

.category-dropdown {
  position: relative;
  margin-right: 37px;
  align-self: center;
  display: none;
}

.category-dropdown .select {
  display: block;
  position: relative;
  width: 290px;
  height: 38px;
  line-height: 38px;
  background: white;
  border: 2px solid #e4e4e4;
  margin: 0;
  padding: 0 0 0 20px;
  color: #222222;
  cursor: pointer;
  outline: none;
  z-index: 8;
}

.category-dropdown .select svg {
  float: right;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 15px;
  height: 12px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  fill: none;
  fill-rule: evenodd;
  stroke: #CCCCCC;
  stroke-width: 2px;
}

.category-dropdown .select.is-active {
  border-color: #CCCCCC;
}

.category-dropdown .select.is-active svg {
  -webkit-transform: rotate(180deg) translateY(-47%);
          transform: rotate(180deg) translateY(-47%);
  -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0;
}

.category-dropdown .choices {
  display: none;
  position: absolute;
  top: 16px;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  padding: 35px 10px 10px 10px;
  font-family: "Champion Featherwt A", "Champion Featherwt B", sans-serif;
  z-index: 7;
}

.category-dropdown .choices.is-active {
  display: block;
}

.category-dropdown .choices li a {
  display: block;
  padding: 5px 10px;
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

.category-dropdown .choices li:hover a,
.category-dropdown .choices a.is-active {
  background: #000000;
  color: #CCCCCC;
}

.category-dropdown .choices li:before {
  display: none;
}

.event_list {
  /******
    *
    *    Styled in the following:
    *    _events_list_grid.scss
    *    _events_list_listing.scss
    *
    *****/
}

.event_list.event_list_calendar {
  display: none;
}

.event_list.calendar_event_list {
  display: none;
}

.event_list.calendar_event_list.event_list_calendar {
  display: block;
}

/* ----------------------------------------------------------------------------
= Event Detail
----------------------------------------------------------------------------- */
.event_detail {
  min-height: 600px;
  zoom: 1;
  position: relative;
  z-index: 1;
}

.event_detail:before, .event_detail:after {
  display: block;
  visibility: hidden;
  height: 0;
  content: '\0020';
}

.event_detail:after {
  clear: both;
}

.event_detail .full_column > .top-section {
  background-image: url(../images/bgnoise_dark_lg.png);
  position: relative;
  z-index: 1;
}

.event_detail .full_column > .top-section:before {
  content: "";
  display: block;
  height: 666px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  visibility: visible;
  background-image: url(../images/header_blog.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}

@media screen and (max-width: 700px) {
  .event_detail .full_column > .top-section:before {
    height: 700px;
  }
}

.event_detail .full_column > .top-section > .wrapper {
  padding: 0 0 75px 0;
  width: 838px;
  margin: 0 auto;
  max-width: calc(100% - 181px);
}

@media screen and (max-width: 870px) {
  .event_detail .full_column > .top-section > .wrapper {
    max-width: calc(100% - 140px);
  }
}

@media screen and (max-width: 700px) {
  .event_detail .full_column > .top-section > .wrapper {
    max-width: calc(100% - 20px);
  }
}

.event_detail .full_column > .top-section > .wrapper .title_column {
  text-align: center;
  padding: 60px 0;
}

@media screen and (max-width: 700px) {
  .event_detail .full_column > .top-section > .wrapper .title_column {
    max-width: calc(100% - 40px);
    margin: 0 auto;
  }
}

.event_detail .full_column > .top-section > .wrapper .title_column .share-plus .share-facebook a {
  background: url("../images/sprite_tfly-share.png") no-repeat -66px 0;
}

.event_detail .full_column > .top-section > .wrapper .title_column .share-plus .share-twitter a {
  background: url("../images/sprite_tfly-share.png") no-repeat -66px -21px;
}

.event_detail .full_column > .top-section > .wrapper .title_column .share-plus .share-email a {
  background: url("../images/sprite_tfly-share.png") no-repeat -66px -42px;
}

.event_detail .full_column > .top-section > .wrapper .title_column .share-facebook a, .event_detail .full_column > .top-section > .wrapper .title_column .share-twitter a, .event_detail .full_column > .top-section > .wrapper .title_column .share-email a {
  display: block;
  width: 45px;
  height: 44px;
  text-indent: -10000px;
  overflow: hidden;
  float: left;
}

.event_detail .full_column > .top-section > .wrapper .title_column .share-plus .share-facebook a, .event_detail .full_column > .top-section > .wrapper .title_column .share-plus .share-twitter a, .event_detail .full_column > .top-section > .wrapper .title_column .share-plus .share-email a, .event_detail .full_column > .top-section > .wrapper .title_column .share-plus .share-gplus {
  width: 32px;
  height: 20px;
  float: left;
  margin: 0 3px 0 0;
}

.event_detail .full_column > .top-section > .wrapper .title_column .calendar-sync .ical-sync a {
  background: url("../images/sprite_tfly-share.png") no-repeat -42px -86px;
}

.event_detail .full_column > .top-section > .wrapper .title_column .calendar-sync .gcal-sync a {
  background: url("../images/sprite_tfly-share.png") no-repeat -40px -63px;
}

.event_detail .full_column > .top-section > .wrapper .title_column .calendar-sync .ical-sync a, .event_detail .full_column > .top-section > .wrapper .title_column .calendar-sync .gcal-sync a {
  display: block;
  float: left;
  margin: 0 4px 0 0;
  width: 19px;
  height: 19px;
  position: relative;
}

.event_detail .full_column > .top-section > .wrapper .title_column .tf-tooltip span {
  margin-left: -999em;
  position: absolute;
  opacity: 0.5;
  border: solid #ccc 1px;
}

.event_detail .full_column > .top-section > .wrapper .title_column .hero-right-top {
  position: absolute;
  right: 10px;
  top: 10px;
}

.event_detail .full_column > .top-section > .wrapper .title_column .hero-right-top .share-events, .event_detail .full_column > .top-section > .wrapper .title_column .hero-right-top .calendar-sync {
  background: rgba(110, 17, 23, 0.65);
  border: 2px solid rgba(255, 255, 255, 0.65);
  float: right;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  line-height: 16px;
  font-family: "brothreg", sans-serif;
  letter-spacing: 0.1rem;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  z-index: 5;
}

.event_detail .full_column > .top-section > .wrapper .title_column .hero-right-top .share-events.active .before:after, .event_detail .full_column > .top-section > .wrapper .title_column .hero-right-top .calendar-sync.active .before:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.event_detail .full_column > .top-section > .wrapper .title_column .hero-right-top .share-events.active .wrapper, .event_detail .full_column > .top-section > .wrapper .title_column .hero-right-top .calendar-sync.active .wrapper {
  display: block;
}

.event_detail .full_column > .top-section > .wrapper .title_column .hero-right-top .share-events .wrapper, .event_detail .full_column > .top-section > .wrapper .title_column .hero-right-top .calendar-sync .wrapper {
  padding: 0 12px 12px 12px;
  display: none;
  zoom: 1;
}

.event_detail .full_column > .top-section > .wrapper .title_column .hero-right-top .share-events .wrapper:before, .event_detail .full_column > .top-section > .wrapper .title_column .hero-right-top .share-events .wrapper:after, .event_detail .full_column > .top-section > .wrapper .title_column .hero-right-top .calendar-sync .wrapper:before, .event_detail .full_column > .top-section > .wrapper .title_column .hero-right-top .calendar-sync .wrapper:after {
  display: block;
  visibility: hidden;
  height: 0;
  content: '\0020';
}

.event_detail .full_column > .top-section > .wrapper .title_column .hero-right-top .share-events .wrapper:after, .event_detail .full_column > .top-section > .wrapper .title_column .hero-right-top .calendar-sync .wrapper:after {
  clear: both;
}

.user-is-tabbing .event_detail .full_column > .top-section > .wrapper .title_column .hero-right-top .share-events *:focus, .user-is-tabbing .event_detail .full_column > .top-section > .wrapper .title_column .hero-right-top .calendar-sync *:focus {
  outline-color: #fff;
}

.event_detail .full_column > .top-section > .wrapper .title_column .hero-right-top .share-events {
  width: 100px;
  position: relative;
}

.event_detail .full_column > .top-section > .wrapper .title_column .hero-right-top .share-events:hover {
  cursor: pointer;
}

.event_detail .full_column > .top-section > .wrapper .title_column .hero-right-top .share-events .before,
.event_detail .full_column > .top-section > .wrapper .title_column .hero-right-top .calendar-sync .before {
  color: white;
  margin: 0 0 0 0;
  width: 100%;
  text-align: center;
  height: 40px;
  line-height: 40px;
  font-family: inherit;
  font-size: inherit;
  text-transform: uppercase;
}

.event_detail .full_column > .top-section > .wrapper .title_column .hero-right-top .share-events .share-text {
  display: none !important;
  visibility: hidden;
}

.event_detail .full_column > .top-section > .wrapper .title_column .hero-right-top .share-events .share-gplus {
  background: url("../images/social_gplus-placeholder.png");
}

.event_detail .full_column > .top-section > .wrapper .title_column .hero-right-top .share-events .share-twitter {
  float: left;
}

.event_detail .full_column > .top-section > .wrapper .title_column .hero-right-top .share-events .share-facebook a, .event_detail .full_column > .top-section > .wrapper .title_column .hero-right-top .share-events .share-twitter a {
  float: left;
  margin: 8px 2px 5px 2px;
  width: 32px;
}

.event_detail .full_column > .top-section > .wrapper .title_column .hero-right-top .share-events .share-email a, .event_detail .full_column > .top-section > .wrapper .title_column .hero-right-top .share-events .share-gplus {
  float: left;
  margin: 2px 2px 2px 2px;
  width: 32px;
}

.event_detail .full_column > .top-section > .wrapper .title_column .hero-right-top .calendar-sync {
  margin-right: 8px;
  width: 95px;
  position: relative;
}

.event_detail .full_column > .top-section > .wrapper .title_column .hero-right-top .calendar-sync:hover {
  cursor: pointer;
}

.event_detail .full_column > .top-section > .wrapper .title_column .hero-right-top .share-events .before:after, .event_detail .full_column > .top-section > .wrapper .title_column .hero-right-top .calendar-sync .before:after {
  content: "\f0d7";
  font-family: FontAwesome;
  font-size: 20px;
  line-height: 40px;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
  margin: 0 0 0 5px;
  display: inline-block;
}

.event_detail .full_column > .top-section > .wrapper .title_column .hero-right-top .calendar-sync .ical-sync {
  float: left;
  margin: 0 6px 0 10px;
}

.event_detail .full_column > .top-section > .wrapper .title_column .hero-right-top .calendar-sync .gcal-sync {
  float: left;
  margin: 8px 0 0 0;
}

.event_detail .full_column > .top-section > .wrapper .title_column .date {
  color: #fff;
  font-size: 28px;
  line-height: 28px;
  font-family: "GearedSlab-Regular", serif;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
}

.event_detail .full_column > .top-section > .wrapper .title_column .date:before {
  background: url(../images/decor_dot-small-white.png) repeat;
  background-size: 5px;
  content: '';
  left: -40px;
  height: 4px;
  position: absolute;
  top: 14px;
  width: 30px;
}

@media screen and (max-width: 700px) {
  .event_detail .full_column > .top-section > .wrapper .title_column .date:before {
    width: 20px;
    left: -30px;
  }
}

.event_detail .full_column > .top-section > .wrapper .title_column .date:after {
  background: url(../images/decor_dot-small-white.png) repeat;
  background-size: 5px;
  content: '';
  height: 4px;
  position: absolute;
  right: -40px;
  top: 14px;
  width: 30px;
}

@media screen and (max-width: 700px) {
  .event_detail .full_column > .top-section > .wrapper .title_column .date:after {
    width: 20px;
    right: -30px;
  }
}

.event_detail .full_column > .top-section > .wrapper .title_column .date .m-date__ordinal {
  top: -0.25em;
  font-size: 75%;
}

.event_detail .full_column > .top-section > .wrapper .title_column .pre-title-tagline {
  color: #ccc;
  font-size: 19px;
  line-height: 19px;
  font-family: "GearedSlab-Bold", serif;
  margin: 5px 0;
  text-align: center;
  opacity: 0.8;
}

.event_detail .full_column > .top-section > .wrapper .title_column .event_heading .title {
  font-size: 67px;
  line-height: 69px;
  letter-spacing: 0.2rem;
  display: block;
  margin: 7px 0 0 0;
  font-family: "Champion Featherwt A", "Champion Featherwt B", sans-serif;
  text-align: center;
  color: #fae963;
  text-shadow: 2px 3px 0px rgba(0, 0, 0, 0.6);
  text-transform: uppercase;
}

@media screen and (max-width: 700px) {
  .event_detail .full_column > .top-section > .wrapper .title_column .event_heading .title {
    font-size: 42px;
    line-height: 44px;
  }
}

.event_detail .full_column > .top-section > .wrapper .title_column .event_heading .tagline {
  font-family: "GearedSlab-Regular", serif;
  font-size: 28px;
  color: #fff;
  line-height: 32px;
  letter-spacing: 0px;
  text-align: center;
  text-transform: initial;
}

@media screen and (max-width: 700px) {
  .event_detail .full_column > .top-section > .wrapper .title_column .event_heading .tagline {
    font-size: 24px;
    line-height: 28px;
  }
}

.event_detail .full_column > .top-section > .wrapper .title_column .buttonWrapper .title, .event_detail .full_column > .top-section > .wrapper .title_column .buttonWrapper .tagline, .event_detail .full_column > .top-section > .wrapper .title_column .buttonWrapper .date {
  display: none;
}

@media screen and (max-width: 870px) {
  .event_detail .full_column > .top-section > .wrapper .title_column .buttonWrapper .title, .event_detail .full_column > .top-section > .wrapper .title_column .buttonWrapper .tagline, .event_detail .full_column > .top-section > .wrapper .title_column .buttonWrapper .date {
    display: block;
  }
}

.event_detail .full_column > .top-section > .wrapper .title_column .buttons {
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  align-content: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  margin: 40px 0 3px 0;
}

.event_detail .full_column > .top-section > .wrapper .title_column .buttons a, .event_detail .full_column > .top-section > .wrapper .title_column .buttons > span {
  padding: 12px 20px;
  display: block;
  font-size: 16px;
  font-family: "brothreg", sans-serif;
  -webkit-font-feature-settings: "kern","liga","pnum";
          font-feature-settings: "kern","liga","pnum";
  background-color: rgba(231, 42, 54, 0.85);
  border: 2px solid #e72a36;
  color: #fff;
  width: auto;
  -webkit-box-flex: 0;
          flex: 0 1 auto;
  text-transform: uppercase;
  letter-spacing: 1.6px;
  line-height: 22px;
}

.event_detail .full_column > .top-section > .wrapper .title_column .buttons a.more, .event_detail .full_column > .top-section > .wrapper .title_column .buttons > span.more {
  display: none;
}

.event_detail .full_column > .top-section > .wrapper .title_column .buttons a *, .event_detail .full_column > .top-section > .wrapper .title_column .buttons > span * {
  letter-spacing: 1.6px;
  line-height: 22px;
}

.event_detail .full_column > .top-section > .wrapper .title_column .buttons a .after:after {
  content: ">";
  color: #fff;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
  margin: 0 5px;
}

.event_detail .full_column > .top-section > .wrapper .title_column .buttons a:hover, .event_detail .full_column > .top-section > .wrapper .title_column .buttons a:focus {
  color: #000000;
}

.event_detail .full_column > .top-section > .wrapper .title_column .buttons a:hover .after:after, .event_detail .full_column > .top-section > .wrapper .title_column .buttons a:focus .after:after {
  color: #000000;
}

.event_detail .full_column > .top-section > .wrapper .title_column .buttons .prices {
  background-color: rgba(231, 42, 54, 0.5);
  padding: 12px 20px;
  -webkit-box-flex: 0;
          flex: 0 1 auto;
  width: auto;
  letter-spacing: 0.1rem;
  max-width: 45%;
  color: #fff;
  font-family: "brothreg", sans-serif;
  text-transform: uppercase;
}

.event_detail .full_column > .top-section > .wrapper .title_column .buttons svg {
  display: none;
}

.event_detail .full_column > .top-section > .wrapper .title_column .info {
  min-height: 33px;
  line-height: 33px;
}

.event_detail .full_column > .top-section > .wrapper .title_column .info .doors, .event_detail .full_column > .top-section > .wrapper .title_column .info .seperator, .event_detail .full_column > .top-section > .wrapper .title_column .info .show-time {
  color: #fff;
  font-size: 17px;
  line-height: 17px;
  font-family: "GearedSlab-Bold", serif;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  display: inline;
  opacity: 0.8;
}

.event_detail .full_column > .top-section > .wrapper .title_column .info .age-restriction {
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  font-family: "Champion Featherwt A", "Champion Featherwt B", sans-serif;
  letter-spacing: 0.1rem;
  text-align: center;
  text-transform: uppercase;
  border: 2px solid rgba(255, 255, 255, 0.5);
  color: white;
  display: inline-block;
  margin-left: 10px;
  padding: 6px 4px 3px 4px;
}

.event_detail .full_column > .top-section > .wrapper .main_column {
  padding: 60px 75px 60px 75px;
  background: #fff url("../images/bgnoise_light_lg.png") repeat;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 700px) {
  .event_detail .full_column > .top-section > .wrapper .main_column {
    padding: 24px 14px 24px 14px;
  }
}

.event_detail .full_column > .top-section > .wrapper .main_column:before {
  content: '';
  background: #fff url(../images/bgnoise_paper_strip_lg.png) repeat;
  background-size: 100%;
  display: block;
  height: 139px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.event_detail .full_column > .top-section > .wrapper .main_column #branding {
  margin: 0 auto;
  width: 650px;
  max-width: 100%;
  margin: 0 auto 40px auto;
}

.event_detail .full_column > .top-section > .wrapper .main_column .event_description {
  position: relative;
  margin: 0 0 25px 0;
}

.event_detail .full_column > .top-section > .wrapper .main_column .event_description h2 {
  font-family: "Champion Featherwt A", "Champion Featherwt B", sans-serif;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 62px;
  line-height: 1;
  margin: 13.77778px 0;
}

.event_detail .full_column > .top-section > .wrapper .main_column .event_description h2 span {
  display: inline-block;
  text-align: center;
  position: relative;
}

.event_detail .full_column > .top-section > .wrapper .main_column .event_description h2 span:after {
  left: 100%;
  margin-left: 12px;
}

.event_detail .full_column > .top-section > .wrapper .main_column .event_description h2 span:before {
  right: 100%;
  margin-right: 12px;
}

.event_detail .full_column > .top-section > .wrapper .main_column .event_description h2 span:after, .event_detail .full_column > .top-section > .wrapper .main_column .event_description h2 span:before {
  content: "";
  position: absolute;
  height: 7px;
  border-bottom: 2px solid black;
  border-top: 2px solid black;
  top: 40%;
  width: 800px;
}

.event_detail .full_column > .top-section > .wrapper .main_column .event_description .content {
  width: 588px;
  margin: 0 auto;
  max-width: calc(100% - 100px);
  text-align: center;
}

@media screen and (max-width: 700px) {
  .event_detail .full_column > .top-section > .wrapper .main_column .event_description .content {
    max-width: calc(100% - 40px);
  }
}

.event_detail .full_column > .top-section > .wrapper .main_column .event_description .content .venue-info {
  color: #000;
  font-size: 22px;
  line-height: 24px;
  font-family: "GearedSlab-Regular", serif;
  letter-spacing: 0.02rem;
  margin: 20px 0 30px 0;
  text-align: center;
  text-transform: uppercase;
}

.event_detail .full_column > .top-section > .wrapper .main_column .event_description .content .venue-info .fi-marker {
  color: #6e1117;
  font-size: 22px;
  margin-right: 5px;
  position: relative;
  top: 2px;
}

.event_detail .full_column > .top-section > .wrapper .main_column .event_description .content .artist {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 50px;
}

.event_detail .full_column > .top-section > .wrapper .main_column .event_description .content .artist h3.title {
  color: #000;
  font-size: 30px;
  line-height: 36px;
  font-family: "Champion Heavywt A", "Champion Heavywt B", sans-serif;
  margin: 15px 0 10px 0;
  text-align: center;
  text-transform: uppercase;
}

.event_detail .full_column > .top-section > .wrapper .main_column .event_description .content .artist .links {
  margin: 0 0 15px 0;
}

.event_detail .full_column > .top-section > .wrapper .main_column .event_description .content .artist .links li {
  display: inline-block;
  margin: 0 10px;
  list-style-type: none;
  padding: 0;
}

.event_detail .full_column > .top-section > .wrapper .main_column .event_description .content .artist .links li:before {
  display: none;
}

.event_detail .full_column > .top-section > .wrapper .main_column .event_description .content .artist .links li a {
  color: #e72a36;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.event_detail .full_column > .top-section > .wrapper .main_column .event_description .content .artist .links li a:focus, .event_detail .full_column > .top-section > .wrapper .main_column .event_description .content .artist .links li a:hover {
  color: #6e1117;
}

.event_detail .full_column > .top-section > .wrapper .main_column .event_description .content .artist:before {
  content: "";
  display: block;
  height: 6px;
  background: url(../images/decor_dot_border--horiz.png);
  background-repeat: repeat-x;
  background-size: 6px;
  background-position: left center;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  visibility: visible;
  z-index: -1;
}

.event_detail .full_column .bottom-section {
  width: 960px;
  margin: 0 auto;
  max-width: calc(100% - 120px);
  padding: 75px 0;
}

@media screen and (max-width: 700px) {
  .event_detail .full_column .bottom-section {
    max-width: calc(100% - 80px);
  }
}

.event_detail .full_column .bottom-section h2 {
  font-family: "Champion Featherwt A", "Champion Featherwt B", sans-serif;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 72px;
  line-height: 1;
  margin: 13.77778px 0;
}

.event_detail .full_column .bottom-section h2 span {
  display: inline-block;
  text-align: center;
  position: relative;
}

.event_detail .full_column .bottom-section h2 span:after {
  left: 100%;
  margin-left: 12px;
}

.event_detail .full_column .bottom-section h2 span:before {
  right: 100%;
  margin-right: 12px;
}

.event_detail .full_column .bottom-section h2 span:after, .event_detail .full_column .bottom-section h2 span:before {
  content: "";
  position: absolute;
  height: 7px;
  border-bottom: 2px solid black;
  border-top: 2px solid black;
  top: 40%;
  width: 800px;
}

.event_detail .full_column .bottom-section .featured-inner .eventItem .thumb .venue {
  color: #333;
}

.event_detail .full_column .bottom-section .featured-inner .owl-pagination .owl-page {
  border-color: #222;
}

.event_detail .full_column .bottom-section .featured-inner .owl-pagination .owl-page.active {
  background: #222;
}

.event_detail .full_column .bottom-section > .info.row {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  margin: 40px 0 0 0;
  padding: 0 10px;
}

@media screen and (max-width: 700px) {
  .event_detail .full_column .bottom-section > .info.row {
    display: block;
    padding: 0;
  }
}

.event_detail .full_column .bottom-section > .info.row .block {
  margin: 0 30px 0 0;
}

@media screen and (max-width: 700px) {
  .event_detail .full_column .bottom-section > .info.row .block {
    margin: 0 0 40px 0;
  }
}

.event_detail .full_column .bottom-section > .info.row .block:last-child {
  margin: 0;
}

@media screen and (max-width: 700px) {
  .event_detail .full_column .bottom-section > .info.row .block:last-child {
    margin: 0 0 40px 0;
  }
}

.event_detail .full_column .bottom-section > .info.row .block.more .title .before:before {
  content: "\f124";
}

.event_detail .full_column .bottom-section > .info.row .block.search {
  min-width: 277px;
}

@media screen and (max-width: 700px) {
  .event_detail .full_column .bottom-section > .info.row .block.search {
    min-width: 0;
  }
}

.event_detail .full_column .bottom-section > .info.row .block.search .title .before:before {
  content: "\f16c";
}

.event_detail .full_column .bottom-section > .info.row .block .title {
  color: #000;
  font-size: 25px;
  line-height: 25px;
  font-family: "GearedSlab-Regular", serif;
  margin: 0 0 15px 0;
  text-align: center;
  text-transform: uppercase;
}

@media screen and (max-width: 700px) {
  .event_detail .full_column .bottom-section > .info.row .block .title {
    margin: 0 0 10px 0;
    font-size: 19px;
  }
}

.event_detail .full_column .bottom-section > .info.row .block .title .before:before {
  margin: 0 10px;
  color: #6e1117;
  font-size: 32px;
  margin-left: 0;
  position: relative;
  top: 3px;
  font-family: "foundation-icons", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  text-decoration: inherit;
}

.event_detail .full_column .bottom-section > .info.row .block .action a.more {
  display: block;
  font-size: 16px;
  line-height: 1;
  font-family: "brothreg", sans-serif;
  letter-spacing: 0;
  margin: 0 0.15rem;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0.65);
  border: 2px solid #000;
  color: #fff;
  padding: 0.75em 1.2em 0.70em 1.2em;
  text-align: center;
}

.event_detail .full_column .bottom-section > .info.row .block .action a.more .after:after {
  content: ">";
  display: inline;
  font-family: "brothreg", sans-serif;
  margin: 0 0 0 10px;
}

.event_detail .full_column .bottom-section > .info.row .block .action a.more:hover, .event_detail .full_column .bottom-section > .info.row .block .action a.more:focus {
  background-color: rgba(0, 0, 0, 0.35);
  color: #fff;
  border: 2px solid #666;
}

.event_detail .full_column .bottom-section > .info.row .block .action form {
  display: -webkit-box;
  display: flex;
  align-content: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
          justify-content: center;
}

.event_detail .full_column .bottom-section > .info.row .block .action form label {
  width: 0;
  height: 0;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.event_detail .full_column .bottom-section > .info.row .block .action form input[type="text"] {
  background-color: transparent;
  border: 2px solid #555454;
  float: left;
  margin-left: 6%;
  padding: 0.56em;
  width: 62%;
  color: #000;
  font-size: 17px;
  font-family: "GearedSlab-Regular", serif;
  margin: 0;
  text-align: left;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  border-color: rgba(0, 0, 0, 0.65);
  -webkit-box-flex: 1;
          flex: 1 1 auto;
}

.event_detail .full_column .bottom-section > .info.row .block .action form input[type="text"]::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #000;
}

.event_detail .full_column .bottom-section > .info.row .block .action form input[type="text"]:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #000;
}

.event_detail .full_column .bottom-section > .info.row .block .action form input[type="text"]::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #000;
}

.event_detail .full_column .bottom-section > .info.row .block .action form input[type="text"]:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #000;
}

.event_detail .full_column .bottom-section > .info.row .block .action form button {
  background-color: rgba(0, 0, 0, 0.65);
  border: 0;
  color: white;
  float: left;
  padding: 0.75em 1.2em 0.70em 1.2em;
  margin: 0;
  font-size: 17px;
  font-family: "brothreg", sans-serif;
  letter-spacing: 0;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  text-align: center;
}

.event_detail .full_column .bottom-section > .info.row .block .action form button:hover, .event_detail .full_column .bottom-section > .info.row .block .action form button:focus {
  background-color: rgba(0, 0, 0, 0.35);
  color: #fff;
}

/* ----------------------------------------------------------------------------
=Showtime Page Content
----------------------------------------------------------------------------- */
.content_item {
  zoom: 1;
  position: relative;
  margin: auto;
  margin-bottom: 0px;
  max-width: 860px;
  padding-left: 20px;
  padding-right: 20px;
}

.content_item:before, .content_item:after {
  display: block;
  visibility: hidden;
  height: 0;
  content: '\0020';
}

.content_item:after {
  clear: both;
}

.content_item.slide {
  zoom: 1;
  max-width: 808px;
  max-width: 860px;
}

.content_item.slide:before, .content_item.slide:after {
  display: block;
  visibility: hidden;
  height: 0;
  content: '\0020';
}

.content_item.slide:after {
  clear: both;
}

.content_item.slide[data-layout="fullwidth"] {
  max-width: 100%;
  padding: 0;
  overflow: hidden;
  max-height: 540px;
  margin-bottom: 0px;
}

.content_item.slide[data-layout="fullwidth"] + .content_item.slide[data-layout="fullwidth"] {
  max-height: 650px;
}

.content_item.slide[data-layout="fullwidth"] + .content_item.slide[data-layout="fullwidth"] .rsDefault.rsFullWidth {
  max-height: 650px;
}

.content_item.slide[data-layout="fullwidth"] + .content_item.slide[data-layout="fullwidth"] .rsDefault.rsFullWidth .rsOverflow {
  max-height: 650px;
}

.content_item.slide[data-layout="default"] {
  padding: 70px 20px;
}

.content_item.slide + .card {
  margin-top: 70px;
}

.content_item.textarea {
  padding: 40px 20px 40px;
}

.content_item.textarea + .textarea {
  padding-top: 0;
  margin-top: -40px;
}

.content_item.textarea.reduce_padding {
  padding-bottom: 20px;
}

.content_item.textarea + .slide[data-layout="default"] {
  padding: 0px 20px;
}

.content_item.textarea[data-layout="centered"] {
  text-align: center;
}

.content_item.textarea[data-layout="dark"] {
  max-width: 100%;
  background: url(../images/wood_1.jpg);
}

.content_item.textarea[data-layout="dark"] .content {
  margin: auto;
  max-width: 848px;
  padding: 40px 20px;
}

.content_item.textarea[data-layout="dark"] .content h1, .content_item.textarea[data-layout="dark"] .content h2, .content_item.textarea[data-layout="dark"] .content h3, .content_item.textarea[data-layout="dark"] .content h4, .content_item.textarea[data-layout="dark"] .content p, .content_item.textarea[data-layout="dark"] .content li {
  color: white;
}

.content_item.textarea[data-layout="dark"] .content h2 span:before, .content_item.textarea[data-layout="dark"] .content h2 span:after {
  border-color: white;
}

.content_item.textarea[data-layout="dark"] .content a, .content_item.textarea[data-layout="dark"] .content li a {
  color: white;
}

.content_item.textarea[data-layout="dark"] .content a:hover, .content_item.textarea[data-layout="dark"] .content li a:hover {
  zoom: 1;
  opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
  text-decoration: none;
}

.content_item.textarea[data-layout="dark"] .content ul li:before {
  background: #fff;
}

.content_item.textarea[data-layout="dark"] .content .location_info * {
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 24px;
  font-family: "GearedSlab-Regular", serif;
  letter-spacing: 0.03rem;
  margin: 5px 0;
}

.content_item.textarea[data-layout="paper"] {
  max-width: 840px;
  text-align: center;
  background: #fff;
  background: url(../images/bgnoise_light_lg.png) #fff repeat;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
  padding: 60px 75px 60px 75px;
}

.content_item.textarea[data-layout="paper"] p {
  font-size: 1.125rem;
  line-height: 30px;
}

.content_item.textarea[data-layout="paper"].pullup {
  margin-top: -180px;
}

.content_item.textarea[data-layout="paper"] + .textarea {
  margin-top: 0px;
}

.content_item.news {
  max-width: 840px;
  background: #fff;
  background: url(../images/bgnoise_light_lg.png) #fff repeat;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
  padding: 60px 75px 60px 75px;
  margin-bottom: 0;
}

@media screen and (max-width: 870px) {
  .content_item.news {
    padding: 40px;
  }
}

@media screen and (max-width: 500px) {
  .content_item.news {
    padding: 20px;
  }
}

.content_item.events {
  max-width: 100%;
  background: url(../images/wood_1.jpg) #333;
  padding: 0px 20px;
}

.content_item.events > .m-eventList__small {
  max-width: 840px;
  margin: auto;
}

.content_item.events > h2 {
  padding: 100px 20px 40px;
  margin: 0 auto;
}

@media screen and (max-width: 700px) {
  .content_item.events > h2 {
    padding: 40px 0 40px;
  }
}

.content_item.events .eventList {
  padding-bottom: 40px;
}

.content_item .event_carousel {
  width: 940px;
  max-width: calc(100% - 40px);
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width: 700px) {
  .content_item .event_carousel {
    max-width: calc(100% - 20px);
  }
}

.page_header {
  height: 600px;
  width: 100%;
  background: #000;
  background-image: url(../images/header_blog.jpg);
  background-position: center;
  background-size: cover;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}

.page_header h1 {
  text-align: center;
  text-transform: uppercase;
  font-family: "Champion Middlewt A", "Champion Middlewt B", sans-serif;
  font-weight: 400;
  font-size: 9rem;
  letter-spacing: 0.8rem;
  max-width: 1000px;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

@media screen and (max-width: 870px) {
  .page_header h1 {
    font-size: 62px;
  }
}

.page_header img {
  margin: auto;
  max-width: 100%;
  display: block;
}

@media screen and (max-width: 500px) {
  .page_header img {
    max-width: 50%;
  }
}

.page_header .powered-by {
  color: #fff;
  text-align: center;
}

.page_header.option-1 h1, .page_header[data-text="white"] h1 {
  color: white;
  background: none;
  text-shadow: 2px 3px 0px rgba(0, 0, 0, 0.6);
  font-family: "Champion Welterwt A", "Champion Welterwt B", sans-serif;
  letter-spacing: 0;
}

.page_header.option-1 h1 span, .page_header.option-1 h1 b, .page_header[data-text="white"] h1 span, .page_header[data-text="white"] h1 b {
  display: block;
}

.page_header.option-1 h1 span, .page_header[data-text="white"] h1 span {
  font-size: 124px;
}

@media screen and (max-width: 700px) {
  .page_header.option-1 h1, .page_header[data-text="white"] h1 {
    font-size: 60px;
  }
  .page_header.option-1 h1 span, .page_header[data-text="white"] h1 span {
    font-size: 40px;
  }
}

@media screen and (max-width: 500px) {
  .page_header.option-1 h1, .page_header[data-text="white"] h1 {
    font-size: 25px;
  }
  .page_header.option-1 h1 span, .page_header[data-text="white"] h1 span {
    font-size: 30px;
  }
}

.page_header.option-2 h1, .page_header[data-text="outline"] h1 {
  color: #fae963;
  font-family: "Sign-Decal-JNL", sans-serif;
  letter-spacing: 0.2em;
  line-height: 1.15;
  font-size: 6.125rem;
  font-size: 124px;
}

@media screen and (max-width: 700px) {
  .page_header.option-2 h1, .page_header[data-text="outline"] h1 {
    font-size: 3.125rem;
  }
}

@media screen and (max-width: 500px) {
  .page_header.option-2 h1, .page_header[data-text="outline"] h1 {
    font-size: 30px;
  }
}

.page_header.option-3 h1, .page_header[data-text="yellow"] h1 {
  font-family: "Champion Featherwt A", "Champion Featherwt B", sans-serif;
  font-size: 5.625rem;
  color: #fae963;
  background: -webkit-linear-gradient(top, #fae963 0%, #fff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: none;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  font-weight: 400;
  font-size: 9rem;
  font-family: "Champion Welterwt A", "Champion Welterwt B", sans-serif;
}

.page_header.option-3 h1[class*="text--"], .page_header[data-text="yellow"] h1[class*="text--"] {
  display: block;
}

.page_header.option-3 h1 span, .page_header[data-text="yellow"] h1 span {
  font-weight: 400;
  font-size: 5.625rem;
  font-family: "Champion Featherwt A", "Champion Featherwt B", sans-serif;
}

.page_header.option-3 h1 .text--fattest-small-nospace, .page_header.option-3 h1 b, .page_header[data-text="yellow"] h1 .text--fattest-small-nospace, .page_header[data-text="yellow"] h1 b {
  font-family: "Champion Heavywt A", "Champion Heavywt B", sans-serif;
  font-size: inherit;
  color: #fae963;
  background: -webkit-linear-gradient(top, #fae963 0%, #fff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: block;
  font-weight: 400;
  font-size: 9rem;
}

.page_header.option-3 h1 i, .page_header[data-text="yellow"] h1 i {
  display: block;
  text-align: center;
  font-size: 1.625rem;
  line-height: 30px;
  font-family: "GearedSlab-Regular", serif;
  letter-spacing: 0.05rem;
  font-style: normal;
  font-weight: 400;
}

@media screen and (max-width: 700px) {
  .page_header.option-3 h1, .page_header[data-text="yellow"] h1 {
    font-size: 30px;
  }
  .page_header.option-3 h1 span, .page_header.option-3 h1 i, .page_header.option-3 h1 b, .page_header[data-text="yellow"] h1 span, .page_header[data-text="yellow"] h1 i, .page_header[data-text="yellow"] h1 b {
    font-size: 25px;
  }
}

.page_header.option-4 h1, .page_header[data-text="red"] h1 {
  color: #e72a36;
  background: -webkit-linear-gradient(top, #e72a36 20%, #fff 85%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: none;
}

.page_header.option-4 h1 .text--thin-large-space, .page_header.option-4 h1 i, .page_header[data-text="red"] h1 .text--thin-large-space, .page_header[data-text="red"] h1 i {
  display: block;
  font-size: 9.375rem;
  line-height: 1;
  font-weight: 400;
  font-style: normal;
  font-family: "Champion Lightwt A", "Champion Lightwt B", sans-serif;
}

@media screen and (max-width: 700px) {
  .page_header.option-4 h1 .text--thin-large-space, .page_header.option-4 h1 i, .page_header[data-text="red"] h1 .text--thin-large-space, .page_header[data-text="red"] h1 i {
    font-size: 3.125rem;
  }
}

@media screen and (max-width: 500px) {
  .page_header.option-4 h1 .text--thin-large-space, .page_header.option-4 h1 i, .page_header[data-text="red"] h1 .text--thin-large-space, .page_header[data-text="red"] h1 i {
    font-size: 30px;
  }
}

.page_header.option-4 h1 .text--fattest-small-nospace, .page_header.option-4 h1 b, .page_header[data-text="red"] h1 .text--fattest-small-nospace, .page_header[data-text="red"] h1 b {
  display: block;
  font-size: 5.625rem;
  line-height: 1;
  font-style: none;
  font-family: "Champion Heavywt A", "Champion Heavywt B", sans-serif;
}

@media screen and (max-width: 700px) {
  .page_header.option-4 h1 .text--fattest-small-nospace, .page_header.option-4 h1 b, .page_header[data-text="red"] h1 .text--fattest-small-nospace, .page_header[data-text="red"] h1 b {
    font-size: 2.125rem;
  }
}

@media screen and (max-width: 500px) {
  .page_header.option-4 h1 .text--fattest-small-nospace, .page_header.option-4 h1 b, .page_header[data-text="red"] h1 .text--fattest-small-nospace, .page_header[data-text="red"] h1 b {
    font-size: 20px;
  }
}

@media screen and (max-width: 500px) {
  .page_header.option-4 h1, .page_header[data-text="red"] h1 {
    font-size: 35px;
  }
}

.page_header.option-5 h1 {
  font-size: 5.5rem;
  letter-spacing: 0.2rem;
  font-family: "Champion Featherwt A", "Champion Featherwt B", sans-serif;
  color: #fae963;
  line-height: .95;
}

@media screen and (max-width: 870px) {
  .page_header.option-5 h1 {
    font-size: 40px;
  }
}

.page_header br {
  display: none;
}

.page_header h1 span.hero-long-caption, .page_header .hero-long-caption {
  color: #fff;
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 30px;
  font-family: "GearedSlab-Regular", serif;
  letter-spacing: 0.05rem;
  margin: 25px auto;
  text-align: center;
  margin: 10px auto;
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
  background: none;
  display: block;
  text-shadow: none;
  text-transform: none;
  -webkit-text-fill-color: white;
}

@media screen and (max-width: 500px) {
  .page_header h1 span.hero-long-caption, .page_header .hero-long-caption {
    font-size: 16px;
    line-height: 1;
  }
}

@media screen and (max-width: 700px) {
  .page_header.option-1 h1, .page_header[data-text="white"] h1 {
    font-size: 60px;
  }
  .page_header.option-1 h1 span, .page_header[data-text="white"] h1 span {
    font-size: 40px;
  }
}

@media screen and (max-width: 500px) {
  .page_header.option-1 h1, .page_header[data-text="white"] h1 {
    font-size: 60px;
  }
  .page_header.option-1 h1 span, .page_header[data-text="white"] h1 span {
    font-size: 40px;
  }
}

.page_header .main_links {
  max-width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-pack: center;
          justify-content: center;
}

.page_header .main_links a {
  -webkit-box-flex: 0;
          flex-grow: 0;
  margin: 10px;
}

@media screen and (max-width: 700px) {
  .page_header .main_links {
    display: none;
  }
}

.page_header + .branding_links {
  display: none;
  background: #000;
  padding: 20px 0 10px;
}

.page_header + .branding_links .main_links {
  display: block;
}

.page_header + .branding_links .main_links.location a {
  background: rgba(231, 42, 54, 0.85);
}

.page_header + .branding_links a {
  display: block;
  background-color: rgba(255, 255, 255, 0.85);
  text-align: center;
}

@media screen and (max-width: 700px) {
  .page_header + .branding_links {
    display: block;
  }
}

@media screen and (max-width: 870px) {
  .page_header {
    height: calc(100vw * (665 / 1100));
  }
}

.spotlight_image img {
  display: block;
  max-width: 100%;
  width: 100%;
}

.content {
  position: relative;
  margin: 0;
  padding: 0;
  /* ----------------------------------------------------------------------------
    =Image Templates
    ----------------------------------------------------------------------------- */
}

.content img {
  max-width: 100%;
}

.content img[align=left], .content img.left {
  float: left;
  margin: 0 20px 20px 0;
}

@media screen and (max-width: 700px) {
  .content img[align=left], .content img.left {
    float: none;
    margin: 0 auto 20px;
    display: block;
  }
}

.content img[align=right], .content img.right {
  float: right;
  margin: 0 0 20px 20px;
}

@media screen and (max-width: 700px) {
  .content img[align=right], .content img.right {
    float: none;
    margin: 0 auto 20px;
    display: block;
  }
}

.two-column {
  zoom: 1;
}

.two-column:before, .two-column:after {
  display: block;
  visibility: hidden;
  height: 0;
  content: '\0020';
}

.two-column:after {
  clear: both;
}

.two-column > ul {
  zoom: 1;
}

.two-column > ul:before, .two-column > ul:after {
  display: block;
  visibility: hidden;
  height: 0;
  content: '\0020';
}

.two-column > ul:after {
  clear: both;
}

.two-column > ul > li {
  width: 50%;
  float: left;
}

.two-column > ul > li:nth-child(odd) {
  clear: left;
}

@media screen and (max-width: 700px) {
  .two-column > ul > li {
    width: 100%;
    float: none;
  }
}

.side-by-side {
  zoom: 1;
  width: 50%;
  float: left;
}

.side-by-side:before, .side-by-side:after {
  display: block;
  visibility: hidden;
  height: 0;
  content: '\0020';
}

.side-by-side:after {
  clear: both;
}

.side-by-side:nth-child(2n+1) {
  clear: left;
}

@media screen and (max-width: 700px) {
  .side-by-side {
    width: 100%;
    float: none;
  }
}

blockquote {
  border: 2px solid #333;
  padding: 40px;
  margin: 0;
}

blockquote p {
  font-size: 1.125rem;
  line-height: 1.5em;
}

blockquote p:last-child {
  margin-bottom: 0;
}

blockquote strong, blockquote em {
  font-style: normal;
}

@media screen and (max-width: 700px) {
  blockquote {
    padding: 20px;
  }
}

iframe {
  display: block;
  width: 100%;
  margin: 0 auto;
}

/* ----------------------------------------------------------------------------
= print styles
----------------------------------------------------------------------------- */
@media print {
  * {
    color: #444 !important;
    background: transparent !important;
    text-shadow: none !important;
  }
  header, footer, #branding, #cal_holder, #fb_window, #fb-root, .paging, .buttons,
  .one_sidebar_right #column_2, .ticket, .faq, .banner, .addthis_toolbox,
  .print, .seating, .no_print, .slide.content_item, .full-slideshow {
    display: none;
    height: 0 !important;
  }
  .content_item.news {
    box-shadow: none;
    padding: 0;
  }
  a, a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  a:after {
    content: " (" attr(href) ")";
  }
  abbr:after {
    content: " (" attr(title) ")";
  }
  .ir a:after {
    content: '';
  }
  /* Don't show links for images */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr, img {
    page-break-inside: avoid;
  }
  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
  h1 {
    font-size: 18px;
  }
  h2 {
    font-size: 16px;
  }
  h3 {
    font-size: 14px;
  }
  .news_tools {
    display: none;
  }
  .print_logo {
    display: block;
    width: 150px;
    height: 44px;
    padding-bottom: 10px;
  }
  .print_map {
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  #layout {
    padding-top: 10px;
    border-top: 1px solid #000;
  }
  .event_list a:after {
    content: '';
  }
  body#events.detail #column_1 .main_column {
    width: 600px;
  }
  body#events.detail #column_2 {
    display: block;
  }
  .column {
    width: 100% !important;
  }
}
