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

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

/*
	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($tablet){
	
	}
	@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.
 */
h1 {
  margin: 0.67em 0;
  font-size: 2em; }

/**
 * 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 {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * 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'] {
  -webkit-box-sizing: content-box;
  /* 2 */
  -moz-box-sizing: content-box;
  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; }

td, th {
  padding: 0; }

.hide, .hidden {
  display: none; }

.clear {
  clear: both; }

/* ----------------------------------------------------------------------------
= SETUP FILE includes fonts, colors, media query values, custom mixins, utility classes
= Last updated July 2015
----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------
= SELECTOR SORTING
= *) SASS Variable, Mixin, Include, Extend, Clearfix
= *) Positioning, Display & Box Model, Overflow, Floats
= *) Flexbox rules (if used)
= *) Sizing (Width and Height)
= *) Padding, Margin
= *) Colors, Borders, Backgrounds, Opacity (No Text Colors)
= *) Text Related Items (Including Text Colors)
= *) Enhancements, Animations, others
= *) Psuedo Elements
= *) Any overrides needed to reset included rules from mixins
----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------
= 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/
----------------------------------------------------------------------------- */
.ir {
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  white-space: nowrap;
  text-indent: 100%;
  direction: ltr; }

/* Hide for both screenreaders and browsers
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden {
  display: none;
  visibility: hidden; }

.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; }

/* ----------------------------------------------------------------------------
= Default text styles
----------------------------------------------------------------------------- */
h1 {
  position: relative;
  margin: 0 0 35px;
  padding: 0 0 17px;
  color: #171717;
  font: 700 45px/110% "Oswald", sans-serif;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  border-bottom: 2px solid #cc1306;
  clear: both; }
  h1 a, h1 a:visited {
    text-decoration: none; }
  .textarea h1 {
    left: 50%;
    max-width: 1000px;
    transform: translateX(-50%);
    width: calc(100% + 120px); }
    @media screen and (max-width: 1000px) {
      .textarea h1 {
        width: 100%; } }
  .dark_section h1, .panel h1 {
    color: white; }
  @media screen and (max-width: 700px) {
    h1 {
      font-size: 35px; } }

h2 {
  margin: 30px 0 10px;
  padding: 0;
  color: #171717;
  font: 400 32px/118% "Oswald", sans-serif;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased; }
  h2 a, h2 a:visited {
    text-decoration: none; }
  .dark_section h2, .panel h2 {
    color: white; }
  @media screen and (max-width: 700px) {
    h2 {
      font-size: 28px; } }

h3 {
  margin: 0 0 10px;
  padding: 0;
  color: #171717;
  font: 400 26px/110% "Oswald", sans-serif;
  letter-spacing: 0.03em;
  text-transform: uppercase; }
  h3 a, h3 a:visited {
    text-decoration: none; }
  .dark_section h3, .panel h3 {
    color: white; }
  @media screen and (max-width: 700px) {
    h3 {
      font-size: 24px; } }

h4 {
  margin: 0 0 10px;
  padding: 0;
  color: #171717;
  font: 400 20px/150% "Oswald", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.03em; }
  h4 a, h4 a:visited {
    text-decoration: none; }
  .dark_section h4, .panel h4 {
    color: white; }

h5, h6 {
  margin: 0;
  padding: 0 0 2px 0;
  color: #171717;
  font: 700 18px/150% "Yantramanav", sans-serif;
  letter-spacing: 0.05em; }
  h5 a, h5 a:visited, h6 a, h6 a:visited {
    text-decoration: none; }
  .dark_section h5, .panel h5, .entry h5, .dark_section h6, .panel h6, .entry h6 {
    color: white; }

p, address, .p, tr td, tr th {
  margin: 0 0 20px;
  padding: 0;
  color: #171717;
  font: normal 17px/153% "Yantramanav", sans-serif; }
  p.lead, blockquote p, address.lead, blockquote address, .p.lead, tr td.lead, tr th.lead, blockquote .p, blockquote tr td, tr blockquote td, blockquote tr th, tr blockquote th {
    font: normal 20px/130% "Yantramanav", sans-serif; }
  .dark_section p, .panel p, .dark_section address, .panel address, .dark_section .p, .dark_section tr td, tr .dark_section td, .dark_section tr th, tr .dark_section th, .panel .p, .panel tr td, tr .panel td, .panel tr th, tr .panel th {
    color: white; }

b, strong {
  font-weight: bold; }

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

.cms ul, .textarea ul, .spotlight_text ul, .faq ul, .link .description ul {
  margin: 0 0 20px 25px;
  padding: 0;
  list-style-position: outside;
  list-style-type: none;
  list-style-image: none;
  color: #171717;
  font: normal 16px/137% "Yantramanav", sans-serif; }
  .cms ul li, .textarea ul li, .spotlight_text ul li, .faq ul li, .link .description ul li {
    position: relative;
    margin: 0;
    padding: 0 0 10px 0;
    list-style-type: inherit;
    line-height: 130%; }
    .cms ul li:before, .textarea ul li:before, .spotlight_text ul li:before, .faq ul li:before, .link .description ul li:before {
      content: '';
      position: absolute;
      top: 5px;
      left: -25px;
      width: 10px;
      height: 10px;
      background-color: #cc1306; }
  .cms ul ul, .textarea ul ul, .spotlight_text ul ul, .faq ul ul, .link .description ul ul {
    margin: 0; }

ol {
  list-style: none;
  counter-reset: li-counter;
  margin-bottom: 20px; }

ol > li {
  position: relative;
  padding-left: 25px;
  padding-bottom: 10px;
  counter-increment: li-counter; }
  ol > li:before {
    content: '';
    position: absolute;
    top: -2px;
    left: -8px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    font-size: 16px;
    font-family: "Yantramanav", sans-serif;
    font-weight: 700;
    content: counter(li-counter) "."; }

a, a:visited {
  color: #cc1306;
  border: none;
  outline: none;
  text-decoration: none; }
  a:hover, a:focus, a:visited:hover, a:visited:focus {
    color: #cc1306; }
  .textarea a, .textarea a:visited {
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    transition: all 100ms linear; }
    .textarea a:hover, .textarea a:visited:hover {
      color: #f81d0d; }

hr {
  clear: both;
  margin: 30px 0px;
  border: none;
  border-top: 2px solid #ebebeb; }

/* ----------------------------------------------------------------------------
=Tables
----------------------------------------------------------------------------- */
table {
  position: relative;
  margin: 0 0 15px;
  border-collapse: collapse; }

tr {
  font-size: 12px;
  border-collapse: collapse; }
  tr td, tr th {
    border-collapse: collapse;
    margin-bottom: 0;
    padding: 5px;
    border: 1px solid #eeeeee; }
  tr th {
    font-weight: 700px; }

/* ----------------------------------------------------------------------------
= News List
----------------------------------------------------------------------------- */
.news_list .entry, .panel .upcoming_events .entry {
  position: relative;
  background-color: #171717;
  margin-bottom: 10px;
  padding: 10px; }
  .news_list .entry .thumb, .panel .upcoming_events .entry .thumb {
    width: 200px;
    height: 178px;
    background: #171717;
    position: relative;
    overflow: hidden;
    float: left; }
    .news_list .entry .thumb img, .panel .upcoming_events .entry .thumb img {
      -webkit-transition: all 100ms linear;
      -moz-transition: all 100ms linear;
      -o-transition: all 100ms linear;
      transition: all 100ms linear;
      max-width: 100%;
      float: left;
      width: 100%; }
    .news_list .entry .thumb .news_thumb, .panel .upcoming_events .entry .thumb .news_thumb {
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%;
      min-height: 100%;
      min-width: 100%;
      overflow: hidden; }
      .news_list .entry .thumb .news_thumb img, .panel .upcoming_events .entry .thumb .news_thumb img {
        max-width: 100%;
        visibility: visible;
        width: 100%;
        position: absolute;
        left: 50%;
        top: 0px;
        transform: translateX(-50%);
        transform-style: preserve-3d;
        will-change: opacity; }
      .news_list .entry .thumb .news_thumb.too_short img, .panel .upcoming_events .entry .thumb .news_thumb.too_short img {
        height: 100%;
        width: auto;
        max-width: none;
        min-height: 100%;
        min-width: 100%; }
      .news_list .entry .thumb .news_thumb.too_tall img, .panel .upcoming_events .entry .thumb .news_thumb.too_tall img {
        width: 100%; }
    .news_list .entry .thumb a:hover img, .panel .upcoming_events .entry .thumb a:hover img {
      zoom: 1;
      opacity: 0.7;
      -moz-opacity: 0.7;
      filter: alpha(opacity=70); }
    @media screen and (max-width: 870px) {
      .news_list .entry .thumb, .panel .upcoming_events .entry .thumb {
        width: 154px;
        height: 138px; } }
    @media screen and (max-width: 500px) {
      .news_list .entry .thumb, .panel .upcoming_events .entry .thumb {
        display: none; } }
  .news_list .entry .info, .panel .upcoming_events .entry .info {
    float: left;
    padding: 15px 20px;
    width: 100%;
    padding-bottom: 40px; }
    .news_list .entry .info.has_thumb, .panel .upcoming_events .entry .info.has_thumb {
      width: calc(100% - 200px); }
      @media screen and (max-width: 870px) {
        .news_list .entry .info.has_thumb, .panel .upcoming_events .entry .info.has_thumb {
          width: calc(100% - 154px); } }
    @media screen and (max-width: 500px) {
      .news_list .entry .info, .panel .upcoming_events .entry .info {
        width: 100%; }
        .news_list .entry .info.has_thumb, .panel .upcoming_events .entry .info.has_thumb {
          width: 100%; } }
  .news_list .entry .news_date, .panel .upcoming_events .entry .news_date {
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    color: #cc1306;
    margin-bottom: 0px;
    line-height: 24px;
    vertical-align: bottom;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased; }
    .news_list .entry .news_date .m-date__month, .panel .upcoming_events .entry .news_date .m-date__month {
      font-size: 18px; }
    .news_list .entry .news_date .m-date__day, .panel .upcoming_events .entry .news_date .m-date__day {
      font-size: 24px; }
  .news_list .entry h3, .panel .upcoming_events .entry h3 {
    font-size: 26px;
    line-height: 1.3; }
    .news_list .entry h3 a, .panel .upcoming_events .entry h3 a {
      -webkit-transition: all 100ms linear;
      -moz-transition: all 100ms linear;
      -o-transition: all 100ms linear;
      transition: all 100ms linear;
      color: white;
      font-size: 26px;
      -webkit-font-smoothing: antialiased;
      font-smoothing: antialiased; }
      .news_list .entry h3 a:hover, .panel .upcoming_events .entry h3 a:hover {
        color: #cc1306; }
  .news_list .entry h5, .panel .upcoming_events .entry h5 {
    font-family: "Yantramanav", sans-serif;
    font-size: 19px;
    font-weight: 400; }
  .news_list .entry p, .panel .upcoming_events .entry p {
    color: white;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    margin: 0;
    line-height: 117%; }
  .news_list .entry .buttons, .panel .upcoming_events .entry .buttons {
    position: absolute;
    bottom: 12px;
    right: 20px; }
    .news_list .entry .buttons a, .panel .upcoming_events .entry .buttons a {
      -webkit-transition: all 100ms linear;
      -moz-transition: all 100ms linear;
      -o-transition: all 100ms linear;
      transition: all 100ms linear;
      text-transform: uppercase;
      font-size: 12px;
      text-transform: uppercase;
      font-family: "Oswald", sans-serif;
      color: white;
      letter-spacing: 0.08em;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      font-smoothing: antialiased; }
      .news_list .entry .buttons a:before, .panel .upcoming_events .entry .buttons a:before {
        content: '\f054';
        font-family: FontAwesome;
        color: #cc1306;
        margin-right: 5px;
        font-size: 10px;
        line-height: 12px;
        vertical-align: middle; }
      .news_list .entry .buttons a:hover, .panel .upcoming_events .entry .buttons a:hover {
        color: #cc1306; }

/* ----------------------------------------------------------------------------
= News Detail
----------------------------------------------------------------------------- */
.news_detail .spotlight_image {
  zoom: 1;
  max-width: 1170px;
  margin: auto;
  width: 100%;
  max-height: 540px;
  overflow: hidden; }
  .news_detail .spotlight_image:before, .news_detail .spotlight_image:after {
    display: block;
    visibility: hidden;
    height: 0;
    content: '\0020'; }
  .news_detail .spotlight_image:after {
    clear: both; }
  .news_detail .spotlight_image img {
    width: 100%;
    float: left; }
.news_detail .news_tagline {
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.01em;
  font-family: "Yantramanav", sans-serif;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 25px;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased; }
.news_detail .news_date {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  color: #cc1306;
  margin-bottom: 10px;
  line-height: 24px;
  vertical-align: bottom;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased; }
  .news_detail .news_date .m-date__month {
    font-size: 32px; }
  .news_detail .news_date .m-date__day {
    font-size: 40px; }

/* ----------------------------------------------------------------------------
= Event List
----------------------------------------------------------------------------- */
#loadMoreEvents[disabled="disabled"] {
  zoom: 1;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0); }

.event_listing_page.full_column {
  max-width: 1190px; }

.event_header {
  position: relative; }

.event_filters {
  position: absolute;
  bottom: 10px;
  right: 0px; }

.view_type {
  float: right;
  margin-left: 20px;
  margin-right: 0px; }
  .view_type .grid-view, .view_type .list-view {
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    transition: all 100ms linear;
    height: 38px;
    width: 34px;
    float: left;
    cursor: pointer;
    margin-left: 7px;
    border: 2px solid #ffffff;
    padding: 3px; }
    .view_type .grid-view .block, .view_type .list-view .block {
      width: 6px;
      height: 12px;
      float: left;
      margin: 1px;
      background: #bcbcbc; }
    .view_type .grid-view.active, .view_type .grid-view:hover, .view_type .list-view.active, .view_type .list-view:hover {
      border-color: #bcbcbc; }
      .view_type .grid-view.active .block, .view_type .grid-view:hover .block, .view_type .list-view.active .block, .view_type .list-view:hover .block {
        background-color: #cc1306; }
  .view_type .list-view .left {
    float: left; }
  .view_type .list-view .right {
    float: right; }
  .view_type .list-view .block {
    clear: left;
    vertical-align: top; }
    .view_type .list-view .block.thin {
      width: 14px;
      height: 2px;
      margin-top: 5px;
      float: right;
      clear: right; }
  @media screen and (max-width: 870px) {
    .view_type {
      display: none; } }

@media screen and (min-width: 820px) {
  .event-list-view-small .entry, .event_list.grid_view .entry, .home .panel_2 .event_list.secondary .entry {
    position: relative;
    display: block;
    border-bottom: 2px solid #171717;
    width: 382px;
    height: 464px;
    float: left;
    border: none;
    margin: 0 6px 12px; }
    .event-list-view-small .entry .thumb, .event_list.grid_view .entry .thumb, .home .panel_2 .event_list.secondary .entry .thumb {
      position: relative;
      overflow: hidden;
      float: left;
      width: 100%;
      height: 340px;
      display: block; }
      .event-list-view-small .entry .thumb img, .event_list.grid_view .entry .thumb img, .home .panel_2 .event_list.secondary .entry .thumb img {
        -webkit-transition: all 100ms linear;
        -moz-transition: all 100ms linear;
        -o-transition: all 100ms linear;
        transition: all 100ms linear;
        max-width: 100%;
        float: left;
        width: 100%; }
      .event-list-view-small .entry .thumb .event_thumb, .event_list.grid_view .entry .thumb .event_thumb, .home .panel_2 .event_list.secondary .entry .thumb .event_thumb {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        min-height: 100%;
        min-width: 100%;
        overflow: hidden; }
        .event-list-view-small .entry .thumb .event_thumb img, .event_list.grid_view .entry .thumb .event_thumb img, .home .panel_2 .event_list.secondary .entry .thumb .event_thumb img {
          max-width: 100%;
          visibility: visible;
          width: 100%;
          position: absolute;
          left: 50%;
          top: 0px;
          transform: translateX(-50%); }
        .event-list-view-small .entry .thumb .event_thumb.too_short img, .event_list.grid_view .entry .thumb .event_thumb.too_short img, .home .panel_2 .event_list.secondary .entry .thumb .event_thumb.too_short img {
          height: 100%;
          width: auto;
          max-width: none;
          min-height: 100%;
          min-width: 100%; }
        .event-list-view-small .entry .thumb .event_thumb.too_tall img, .event_list.grid_view .entry .thumb .event_thumb.too_tall img, .home .panel_2 .event_list.secondary .entry .thumb .event_thumb.too_tall img {
          width: 100%; }
      .event-list-view-small .entry .thumb a:hover, .event_list.grid_view .entry .thumb a:hover, .home .panel_2 .event_list.secondary .entry .thumb a:hover {
        transform-style: preserve-3d;
        will-change: opacity; }
        .event-list-view-small .entry .thumb a:hover img, .event_list.grid_view .entry .thumb a:hover img, .home .panel_2 .event_list.secondary .entry .thumb a:hover img {
          transform-style: preserve-3d;
          will-change: opacity;
          zoom: 1;
          opacity: 0.7;
          -moz-opacity: 0.7;
          filter: alpha(opacity=70); }
    .event-list-view-small .entry .info, .event_list.grid_view .entry .info, .home .panel_2 .event_list.secondary .entry .info {
      position: absolute;
      bottom: 0px;
      left: 0px;
      background: #171717;
      float: left;
      padding: 15px 20px 40px;
      width: calc(100% - 164px);
      height: auto;
      width: 100%;
      min-height: 124px; }
    .event-list-view-small .entry .event_date, .event_list.grid_view .entry .event_date, .home .panel_2 .event_list.secondary .entry .event_date {
      font-family: "Oswald", sans-serif;
      text-transform: uppercase;
      color: #cc1306;
      margin-bottom: 10px;
      line-height: 24px;
      vertical-align: bottom;
      -webkit-font-smoothing: antialiased;
      font-smoothing: antialiased; }
      .event-list-view-small .entry .event_date .m-date__month, .event_list.grid_view .entry .event_date .m-date__month, .home .panel_2 .event_list.secondary .entry .event_date .m-date__month {
        font-size: 18px; }
      .event-list-view-small .entry .event_date .m-date__day, .event_list.grid_view .entry .event_date .m-date__day, .home .panel_2 .event_list.secondary .entry .event_date .m-date__day {
        font-size: 24px; }
      .event-list-view-small .entry .event_date .m-date__year, .event_list.grid_view .entry .event_date .m-date__year, .home .panel_2 .event_list.secondary .entry .event_date .m-date__year {
        display: none; }
      .event-list-view-small .entry .event_date .m-date__separator, .event_list.grid_view .entry .event_date .m-date__separator, .home .panel_2 .event_list.secondary .entry .event_date .m-date__separator {
        font-size: 24px; }
    .event-list-view-small .entry .time, .event_list.grid_view .entry .time, .home .panel_2 .event_list.secondary .entry .time {
      display: none; }
    .event-list-view-small .entry .event_title, .event_list.grid_view .entry .event_title, .home .panel_2 .event_list.secondary .entry .event_title {
      font-size: 26px;
      line-height: 1.3; }
      .event-list-view-small .entry .event_title a, .event_list.grid_view .entry .event_title a, .home .panel_2 .event_list.secondary .entry .event_title a {
        -webkit-transition: all 100ms linear;
        -moz-transition: all 100ms linear;
        -o-transition: all 100ms linear;
        transition: all 100ms linear;
        color: #171717;
        font-size: 26px; }
        .event-list-view-small .entry .event_title a:hover, .event_list.grid_view .entry .event_title a:hover, .home .panel_2 .event_list.secondary .entry .event_title a:hover {
          color: #cc1306; }
    .event-list-view-small .entry .event_title, .event_list.grid_view .entry .event_title, .home .panel_2 .event_list.secondary .entry .event_title, .event-list-view-small .entry h3, .event_list.grid_view .entry h3, .home .panel_2 .event_list.secondary .entry h3, .event-list-view-small .entry h4, .event_list.grid_view .entry h4, .home .panel_2 .event_list.secondary .entry h4 {
      color: white;
      -webkit-font-smoothing: antialiased;
      font-smoothing: antialiased; }
      .event-list-view-small .entry .event_title a, .event_list.grid_view .entry .event_title a, .home .panel_2 .event_list.secondary .entry .event_title a, .event-list-view-small .entry h3 a, .event_list.grid_view .entry h3 a, .home .panel_2 .event_list.secondary .entry h3 a, .event-list-view-small .entry h4 a, .event_list.grid_view .entry h4 a, .home .panel_2 .event_list.secondary .entry h4 a {
        color: inherit; }
        .event-list-view-small .entry .event_title a:hover, .event_list.grid_view .entry .event_title a:hover, .home .panel_2 .event_list.secondary .entry .event_title a:hover, .event-list-view-small .entry h3 a:hover, .event_list.grid_view .entry h3 a:hover, .home .panel_2 .event_list.secondary .entry h3 a:hover, .event-list-view-small .entry h4 a:hover, .event_list.grid_view .entry h4 a:hover, .home .panel_2 .event_list.secondary .entry h4 a:hover {
          color: #cc1306; }
    .event-list-view-small .entry .tagline, .event_list.grid_view .entry .tagline, .home .panel_2 .event_list.secondary .entry .tagline {
      color: #fff;
      -webkit-font-smoothing: antialiased;
      font-smoothing: antialiased;
      font-size: 16px; }
    .event-list-view-small .entry .buttons, .event_list.grid_view .entry .buttons, .home .panel_2 .event_list.secondary .entry .buttons {
      position: absolute;
      bottom: 12px;
      right: 20px; }
      .event-list-view-small .entry .buttons a, .event_list.grid_view .entry .buttons a, .home .panel_2 .event_list.secondary .entry .buttons a, .event-list-view-small .entry .buttons span.go_to, .event_list.grid_view .entry .buttons span.go_to, .home .panel_2 .event_list.secondary .entry .buttons span.go_to {
        cursor: pointer;
        -webkit-transition: all 100ms linear;
        -moz-transition: all 100ms linear;
        -o-transition: all 100ms linear;
        transition: all 100ms linear;
        text-transform: uppercase;
        font-size: 12px;
        text-transform: uppercase;
        font-family: "Oswald", sans-serif;
        color: #171717;
        letter-spacing: 0.08em;
        line-height: 1;
        color: #fff;
        -webkit-font-smoothing: antialiased;
        font-smoothing: antialiased; }
        .event-list-view-small .entry .buttons a:before, .event_list.grid_view .entry .buttons a:before, .home .panel_2 .event_list.secondary .entry .buttons a:before, .event-list-view-small .entry .buttons span.go_to:before, .event_list.grid_view .entry .buttons span.go_to:before, .home .panel_2 .event_list.secondary .entry .buttons span.go_to:before {
          content: '\f054';
          font-family: FontAwesome;
          color: #cc1306;
          margin-right: 5px;
          font-size: 10px;
          line-height: 12px;
          vertical-align: middle; }
        .event-list-view-small .entry .buttons a:hover, .event_list.grid_view .entry .buttons a:hover, .home .panel_2 .event_list.secondary .entry .buttons a:hover, .event-list-view-small .entry .buttons span.go_to:hover, .event_list.grid_view .entry .buttons span.go_to:hover, .home .panel_2 .event_list.secondary .entry .buttons span.go_to:hover {
          color: #cc1306; } }

/* EVENT LIST */
.event_list .entry {
  position: relative;
  margin: auto;
  display: block;
  border-bottom: 2px solid #171717;
  margin-bottom: 12px; }
  .event_list .entry .thumb {
    position: relative;
    height: 144px;
    width: 164px;
    overflow: hidden;
    float: left;
    transform-style: preserve-3d;
    will-change: opacity; }
    .event_list .entry .thumb img {
      -webkit-transition: all 100ms linear;
      -moz-transition: all 100ms linear;
      -o-transition: all 100ms linear;
      transition: all 100ms linear;
      max-width: 100%;
      float: left;
      width: 100%;
      transform-style: preserve-3d;
      will-change: opacity; }
    .event_list .entry .thumb .event_thumb {
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%;
      min-height: 100%;
      min-width: 100%;
      overflow: hidden; }
      .event_list .entry .thumb .event_thumb img {
        max-width: 100%;
        visibility: visible;
        width: 100%;
        position: absolute;
        left: 50%;
        top: 0px;
        transform: translateX(-50%); }
      .event_list .entry .thumb .event_thumb.too_short img {
        height: 100%;
        width: auto;
        max-width: none;
        min-height: 100%;
        min-width: 100%; }
      .event_list .entry .thumb .event_thumb.too_tall img {
        width: 100%; }
    .event_list .entry .thumb a:hover {
      background: #171717; }
      .event_list .entry .thumb a:hover img {
        zoom: 1;
        opacity: 0.7;
        -moz-opacity: 0.7;
        filter: alpha(opacity=70); }
    .event_list .entry .thumb:hover {
      background: #171717; }
    @media screen and (max-width: 500px) {
      .event_list .entry .thumb {
        display: none; } }
  .event_list .entry .info {
    float: left;
    padding: 15px 20px;
    width: calc(100% - 164px);
    padding-bottom: 30px; }
    @media screen and (max-width: 500px) {
      .event_list .entry .info {
        width: 100%;
        padding: 10px;
        padding-bottom: 30px; } }
  .event_list .entry .event_date {
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    color: #cc1306;
    margin-bottom: 7px;
    line-height: 24px;
    vertical-align: bottom; }
    .event_list .entry .event_date .m-date__month {
      font-size: 18px; }
    .event_list .entry .event_date .m-date__day {
      font-size: 24px; }
    .event_list .entry .event_date .m-date__year {
      display: none; }
    .event_list .entry .event_date .m-date__separator {
      font-size: 24px; }
  .event_list .entry .event_title {
    font-size: 26px;
    line-height: 1.3;
    margin-bottom: 5px; }
    .event_list .entry .event_title a {
      -webkit-transition: all 100ms linear;
      -moz-transition: all 100ms linear;
      -o-transition: all 100ms linear;
      transition: all 100ms linear;
      color: #171717;
      font-size: 26px; }
      .event_list .entry .event_title a:hover {
        color: #cc1306; }
      @media screen and (max-width: 700px) {
        .event_list .entry .event_title a {
          font-size: 20px; } }
    @media screen and (max-width: 700px) {
      .event_list .entry .event_title {
        font-size: 20px; } }
  .event_list .entry .tagline {
    margin-bottom: 0;
    color: #171717;
    font-size: 16px; }
  .event_list .entry .time {
    position: absolute;
    bottom: 10px;
    left: 184px;
    color: #898989;
    font-size: 13px;
    letter-spacing: 0.02em;
    line-height: 1; }
    @media screen and (max-width: 500px) {
      .event_list .entry .time {
        left: 20px;
        position: relative;
        bottom: auto;
        left: auto; } }
  .event_list .entry .buttons {
    position: absolute;
    bottom: 6px;
    right: 0px; }
    .event_list .entry .buttons a {
      -webkit-transition: all 100ms linear;
      -moz-transition: all 100ms linear;
      -o-transition: all 100ms linear;
      transition: all 100ms linear;
      text-transform: uppercase;
      font-size: 12px;
      text-transform: uppercase;
      font-family: "Oswald", sans-serif;
      color: #171717;
      letter-spacing: 0.08em;
      line-height: 1; }
      .event_list .entry .buttons a:before {
        content: '\f054';
        font-family: FontAwesome;
        color: #cc1306;
        margin-right: 5px;
        font-size: 10px;
        line-height: 12px;
        vertical-align: middle; }
      .event_list .entry .buttons a:hover {
        color: #cc1306; }
  .event_listing_page .event_list .entry {
    max-width: 777px; }
  @media screen and (max-width: 500px) {
    .event_list .entry {
      margin-bottom: 5; } }
@media screen and (min-width: 820px) {
  .event_list.grid_view {
    width: 788px;
    margin: auto; } }
@media screen and (min-width: 1190px) {
  .event_list.grid_view {
    margin-left: -6px;
    width: calc(100% + 12px); } }

.home .panel_2 .event_list.secondary {
  zoom: 1;
  width: 100%;
  max-width: 788px;
  margin: 0 auto 12px; }
  .home .panel_2 .event_list.secondary:before, .home .panel_2 .event_list.secondary:after {
    display: block;
    visibility: hidden;
    height: 0;
    content: '\0020'; }
  .home .panel_2 .event_list.secondary:after {
    clear: both; }
  .home .panel_2 .event_list.secondary .entry {
    margin: 0 6px 12px; }
    @media screen and (max-width: 819px) {
      .home .panel_2 .event_list.secondary .entry {
        margin: 0 0px 12px;
        clear: both; }
        .home .panel_2 .event_list.secondary .entry .time {
          position: relative;
          left: auto;
          bottom: auto; } }
    @media screen and (min-width: 1190px) {
      .home .panel_2 .event_list.secondary .entry {
        margin-left: 0;
        margin-right: 0; } }
  @media screen and (max-width: 500px) {
    .home .panel_2 .event_list.secondary .thumb {
      display: block;
      width: 120px;
      height: 106px; }
    .home .panel_2 .event_list.secondary .entry .info {
      width: calc(100% - 120px); } }
.home .panel_2 .event_list.primary {
  zoom: 1;
  width: 100%;
  max-width: 776px;
  margin: auto; }
  .home .panel_2 .event_list.primary:before, .home .panel_2 .event_list.primary:after {
    display: block;
    visibility: hidden;
    height: 0;
    content: '\0020'; }
  .home .panel_2 .event_list.primary:after {
    clear: both; }
  .home .panel_2 .event_list.primary .entry {
    position: relative;
    display: block;
    border-bottom: 2px solid #171717;
    width: 382px;
    height: 464px;
    float: left;
    border: none;
    margin: 0 6px 12px; }
    .home .panel_2 .event_list.primary .entry .thumb {
      position: relative;
      overflow: hidden;
      float: left;
      width: 100%;
      height: 340px;
      display: block; }
      .home .panel_2 .event_list.primary .entry .thumb img {
        -webkit-transition: all 100ms linear;
        -moz-transition: all 100ms linear;
        -o-transition: all 100ms linear;
        transition: all 100ms linear;
        max-width: 100%;
        float: left;
        width: 100%; }
      .home .panel_2 .event_list.primary .entry .thumb .event_thumb {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        min-height: 100%;
        min-width: 100%;
        overflow: hidden; }
        .home .panel_2 .event_list.primary .entry .thumb .event_thumb img {
          max-width: 100%;
          visibility: visible;
          width: 100%;
          position: absolute;
          left: 50%;
          top: 0px;
          transform: translateX(-50%); }
        .home .panel_2 .event_list.primary .entry .thumb .event_thumb.too_short img {
          height: 100%;
          width: auto;
          max-width: none;
          min-height: 100%;
          min-width: 100%; }
        .home .panel_2 .event_list.primary .entry .thumb .event_thumb.too_tall img {
          width: 100%; }
      .home .panel_2 .event_list.primary .entry .thumb a:hover {
        transform-style: preserve-3d;
        will-change: opacity; }
        .home .panel_2 .event_list.primary .entry .thumb a:hover img {
          transform-style: preserve-3d;
          will-change: opacity;
          zoom: 1;
          opacity: 0.7;
          -moz-opacity: 0.7;
          filter: alpha(opacity=70); }
    .home .panel_2 .event_list.primary .entry .info {
      position: absolute;
      bottom: 0px;
      left: 0px;
      background: #171717;
      float: left;
      padding: 15px 20px 40px;
      width: calc(100% - 164px);
      height: auto;
      width: 100%;
      min-height: 124px; }
    .home .panel_2 .event_list.primary .entry .event_date {
      font-family: "Oswald", sans-serif;
      text-transform: uppercase;
      color: #cc1306;
      margin-bottom: 10px;
      line-height: 24px;
      vertical-align: bottom;
      -webkit-font-smoothing: antialiased;
      font-smoothing: antialiased; }
      .home .panel_2 .event_list.primary .entry .event_date .m-date__month {
        font-size: 18px; }
      .home .panel_2 .event_list.primary .entry .event_date .m-date__day {
        font-size: 24px; }
      .home .panel_2 .event_list.primary .entry .event_date .m-date__year {
        display: none; }
      .home .panel_2 .event_list.primary .entry .event_date .m-date__separator {
        font-size: 24px; }
    .home .panel_2 .event_list.primary .entry .time {
      display: none; }
    .home .panel_2 .event_list.primary .entry .event_title {
      font-size: 26px;
      line-height: 1.3; }
      .home .panel_2 .event_list.primary .entry .event_title a {
        -webkit-transition: all 100ms linear;
        -moz-transition: all 100ms linear;
        -o-transition: all 100ms linear;
        transition: all 100ms linear;
        color: #171717;
        font-size: 26px; }
        .home .panel_2 .event_list.primary .entry .event_title a:hover {
          color: #cc1306; }
    .home .panel_2 .event_list.primary .entry .event_title, .home .panel_2 .event_list.primary .entry h3, .home .panel_2 .event_list.primary .entry h4 {
      color: white;
      -webkit-font-smoothing: antialiased;
      font-smoothing: antialiased; }
      .home .panel_2 .event_list.primary .entry .event_title a, .home .panel_2 .event_list.primary .entry h3 a, .home .panel_2 .event_list.primary .entry h4 a {
        color: inherit; }
        .home .panel_2 .event_list.primary .entry .event_title a:hover, .home .panel_2 .event_list.primary .entry h3 a:hover, .home .panel_2 .event_list.primary .entry h4 a:hover {
          color: #cc1306; }
    .home .panel_2 .event_list.primary .entry .tagline {
      color: #fff;
      -webkit-font-smoothing: antialiased;
      font-smoothing: antialiased;
      font-size: 16px; }
    .home .panel_2 .event_list.primary .entry .buttons {
      position: absolute;
      bottom: 12px;
      right: 20px; }
      .home .panel_2 .event_list.primary .entry .buttons a, .home .panel_2 .event_list.primary .entry .buttons span.go_to {
        cursor: pointer;
        -webkit-transition: all 100ms linear;
        -moz-transition: all 100ms linear;
        -o-transition: all 100ms linear;
        transition: all 100ms linear;
        text-transform: uppercase;
        font-size: 12px;
        text-transform: uppercase;
        font-family: "Oswald", sans-serif;
        color: #171717;
        letter-spacing: 0.08em;
        line-height: 1;
        color: #fff;
        -webkit-font-smoothing: antialiased;
        font-smoothing: antialiased; }
        .home .panel_2 .event_list.primary .entry .buttons a:before, .home .panel_2 .event_list.primary .entry .buttons span.go_to:before {
          content: '\f054';
          font-family: FontAwesome;
          color: #cc1306;
          margin-right: 5px;
          font-size: 10px;
          line-height: 12px;
          vertical-align: middle; }
        .home .panel_2 .event_list.primary .entry .buttons a:hover, .home .panel_2 .event_list.primary .entry .buttons span.go_to:hover {
          color: #cc1306; }
  .home .panel_2 .event_list.primary .entry {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    height: 510px; }
    .home .panel_2 .event_list.primary .entry .thumb {
      display: block; }
    .home .panel_2 .event_list.primary .entry .large_thumb {
      display: none; }
    .home .panel_2 .event_list.primary .entry .info {
      padding-bottom: 60px; }
    .home .panel_2 .event_list.primary .entry .buttons {
      width: calc(100% - 40px);
      text-align: center;
      clear: both;
      display: block;
      left: 20px;
      bottom: 16px; }
      .home .panel_2 .event_list.primary .entry .buttons a {
        border: 2px solid #cc1306;
        border-radius: 20px;
        padding: 8px 30px;
        color: white;
        display: block;
        width: 100%; }
        .home .panel_2 .event_list.primary .entry .buttons a:before {
          color: white;
          font-size: 10px; }
        .home .panel_2 .event_list.primary .entry .buttons a:hover {
          background: #cc1306;
          color: white; }
          .home .panel_2 .event_list.primary .entry .buttons a:hover:before {
            color: white; }
  .home .panel_2 .event_list.primary .entry {
    width: 100%;
    margin-left: 0;
    margin-right: 0; }
    @media screen and (min-width: 701px) {
      .home .panel_2 .event_list.primary .entry {
        height: 610px; }
        .home .panel_2 .event_list.primary .entry .thumb {
          display: none; }
        .home .panel_2 .event_list.primary .entry .large_thumb {
          width: 100%;
          display: block;
          width: 100%;
          height: 476px; }
        .home .panel_2 .event_list.primary .entry .info {
          min-height: 135px;
          padding-bottom: 20px;
          padding-right: 180px; }
          .home .panel_2 .event_list.primary .entry .info .event_title a {
            font-size: 36px; }
        .home .panel_2 .event_list.primary .entry .buttons {
          width: auto;
          left: auto;
          right: 20px;
          bottom: 50px; } }
  @media screen and (min-width: 1190px) {
    .home .panel_2 .event_list.primary .entry {
      width: 100%;
      margin-left: 0;
      margin-right: 0;
      height: 610px; }
      .home .panel_2 .event_list.primary .entry .large_thumb {
        height: 476px; }
      .home .panel_2 .event_list.primary .entry .info {
        min-height: 135px; }
        .home .panel_2 .event_list.primary .entry .info .event_title a {
          font-size: 36px; } }
  @media screen and (max-width: 500px) {
    .home .panel_2 .event_list.primary .entry {
      width: 300px;
      margin: 0 auto 20px;
      height: 390px; }
      .home .panel_2 .event_list.primary .entry .thumb {
        height: 267px;
        width: 300px; } }
.home .panel_2 .event_list.featured {
  width: 100%;
  max-width: 776px;
  clear: left;
  margin: auto;
  padding: 0px 40px; }
  @media screen and (max-width: 819px) {
    .home .panel_2 .event_list.featured {
      padding: 0; }
      .home .panel_2 .event_list.featured .entry .thumb {
        display: none; }
      .home .panel_2 .event_list.featured .entry .info {
        width: 100%; }
        .home .panel_2 .event_list.featured .entry .info .time {
          position: relative;
          bottom: auto;
          left: auto; } }
@media screen and (min-width: 1190px) {
  .home .panel_2 .event_list.primary, .home .panel_2 .event_list.featured {
    zoom: 1;
    width: 50%;
    width: calc(100% - 394px);
    float: left; }
    .home .panel_2 .event_list.primary:before, .home .panel_2 .event_list.primary:after, .home .panel_2 .event_list.featured:before, .home .panel_2 .event_list.featured:after {
      display: block;
      visibility: hidden;
      height: 0;
      content: '\0020'; }
    .home .panel_2 .event_list.primary:after, .home .panel_2 .event_list.featured:after {
      clear: both; }
  .home .panel_2 .event_list.secondary {
    width: 382px;
    float: right; } }
@media screen and (max-width: 500px) {
  .home .panel_2 .full_column {
    width: 320px;
    margin: auto; } }
@media screen and (max-width: 700px) {
  .home .panel_2 .event_list {
    max-width: 393px;
    margin: auto; } }
.home .panel_2 .view-more-events {
  width: 100%;
  float: right;
  margin-top: 15px;
  text-align: center; }
  @media screen and (min-width: 1190px) {
    .home .panel_2 .view-more-events {
      max-width: 382px; } }

/* ----------------------------------------------------------------------------
= Event Detail
----------------------------------------------------------------------------- */
.event_detail .dark_section hr {
  border-color: red;
  clear: both;
  margin: 20px 0;
  display: block;
  float: left;
  clear: both;
  width: 100%; }
.event_detail .dark_section h1 {
  margin: 0;
  padding: 0;
  border: none; }
.event_detail .dark_section .left, .event_detail .dark_section .right {
  zoom: 1;
  width: 50%;
  float: left;
  padding: 20px 20px 0; }
  .event_detail .dark_section .left:before, .event_detail .dark_section .left:after, .event_detail .dark_section .right:before, .event_detail .dark_section .right:after {
    display: block;
    visibility: hidden;
    height: 0;
    content: '\0020'; }
  .event_detail .dark_section .left:after, .event_detail .dark_section .right:after {
    clear: both; }
  .event_detail .dark_section .left .inner, .event_detail .dark_section .right .inner {
    width: 100%;
    float: right; }
    @media screen and (min-width: 871px) {
      .event_detail .dark_section .left .inner, .event_detail .dark_section .right .inner {
        max-width: 585px; } }
  .event_detail .dark_section .left img, .event_detail .dark_section .right img {
    max-width: 100%; }
  @media screen and (max-width: 870px) {
    .event_detail .dark_section .left, .event_detail .dark_section .right {
      width: 100%;
      float: none;
      padding: 20px 15px 0; } }
@media screen and (min-width: 871px) {
  .event_detail .dark_section .left {
    padding-left: 0px; } }
@media screen and (min-width: 871px) {
  .event_detail .dark_section .right {
    padding-right: 0px; } }
.event_detail .dark_section .right.no_image {
  float: right;
  width: calc(((100% - 775px) / 2) + 795px);
  max-width: 100%; }
.event_detail .dark_section .right .inner {
  float: left;
  text-align: left; }
  .event_detail .dark_section .right .inner .event_ticket {
    margin-bottom: 50px; }
    .event_detail .dark_section .right .inner .event_ticket a {
      float: left; }
    .event_detail .dark_section .right .inner .event_ticket .buy_parking {
      margin-left: 20px; }
.event_detail .dark_section .inner .event_date {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  color: #cc1306;
  margin-bottom: 10px;
  line-height: 24px;
  vertical-align: bottom;
  margin-top: 30px; }
  .event_detail .dark_section .inner .event_date .m-date__month {
    font-size: 32px; }
  .event_detail .dark_section .inner .event_date .m-date__day {
    font-size: 40px; }
  .event_detail .dark_section .inner .event_date .m-date__year {
    display: none; }
  .event_detail .dark_section .inner .event_date .m-date__separator {
    font-size: 40px; }
.event_detail .dark_section h1 {
  color: white; }
.event_detail .dark_section h4 {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 0;
  margin-top: 20px;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased; }
.event_detail .dark_section .tagline {
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.01em;
  font-family: "Yantramanav", sans-serif;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 25px;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased; }
.event_detail .dark_section p {
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased; }
.event_detail .dark_section small {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  display: block;
  color: #898989;
  cursor: pointer;
  font-size: 16px; }
  .event_detail .dark_section small:hover {
    color: #cc1306; }
.event_detail #branding {
  zoom: 1;
  max-width: 578px;
  max-height: 515px;
  overflow: hidden;
  float: right;
  width: 100%;
  float: right; }
  .event_detail #branding:before, .event_detail #branding:after {
    display: block;
    visibility: hidden;
    height: 0;
    content: '\0020'; }
  .event_detail #branding:after {
    clear: both; }
  @media screen and (max-width: 870px) {
    .event_detail #branding {
      float: none;
      margin: auto; } }
.event_detail .spotlight_image img {
  width: 100%; }

.showings_list {
  padding: 30px 0 40px; }
  .showings_list li {
    position: relative;
    display: block;
    width: 100%;
    border-bottom: 2px solid white;
    text-align: left;
    padding: 10px 0;
    font-size: 14px;
    letter-spacing: 0.02em; }
  .showings_list .m-date__singleDate {
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    color: #cc1306;
    margin-bottom: 10px;
    line-height: 24px;
    vertical-align: bottom; }
    .showings_list .m-date__singleDate .m-date__month {
      font-size: 18px; }
    .showings_list .m-date__singleDate .m-date__day {
      font-size: 24px;
      margin-right: 20px; }
    .showings_list .m-date__singleDate .m-date__year {
      display: none; }
    .showings_list .m-date__singleDate .m-date__separator {
      font-size: 24px; }
  .showings_list .buttons {
    position: absolute;
    bottom: 12px;
    right: 0px; }
    .showings_list .buttons a {
      -webkit-transition: all 100ms linear;
      -moz-transition: all 100ms linear;
      -o-transition: all 100ms linear;
      transition: all 100ms linear;
      -webkit-font-smoothing: antialiased;
      font-smoothing: antialiased;
      text-transform: uppercase;
      font-size: 12px;
      text-transform: uppercase;
      font-family: "Oswald", sans-serif;
      color: white;
      font-weight: 600;
      letter-spacing: 0.08em;
      line-height: 1; }
      .showings_list .buttons a:before {
        content: '\f054';
        font-family: FontAwesome;
        color: #cc1306;
        margin-right: 5px;
        font-size: 10px;
        line-height: 12px;
        vertical-align: middle; }
      .showings_list .buttons a:hover {
        color: #cc1306; }

.event_links a {
  color: #171717; }
  .event_links a:hover {
    color: #cc1306; }

.description_wrapper {
  position: relative;
  margin-bottom: 70px;
  cursor: pointer; }
  .description_wrapper .read-more {
    position: absolute;
    bottom: -20px;
    left: 0px;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    color: #171717;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.08em;
    cursor: pointer; }
    .description_wrapper .read-more .fa {
      color: #cc1306;
      font-size: 16px;
      vertical-align: top;
      margin-left: 10px;
      line-height: 12px;
      -webkit-font-smoothing: subpixel-antialiased;
      font-smoothing: subpixel-antialiased; }
    .description_wrapper .read-more:hover {
      color: #cc1306; }
  .description_wrapper.short-description {
    padding-bottom: 0;
    margin-bottom: 40px; }
    .description_wrapper.short-description .description {
      height: auto; }
      .description_wrapper.short-description .description:after {
        display: none; }
    .description_wrapper.short-description .read-more {
      display: none; }

.description {
  position: relative;
  overflow: hidden;
  height: 0px; }
  .description:after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 50px;
    display: block;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
    /* IE6-8 */ }
  .description.is-opened:after {
    display: none; }

/* ----------------------------------------------------------------------------
=Showtime Page Content
----------------------------------------------------------------------------- */
.content {
  position: relative;
  margin: 0 0 15px;
  padding: 0;
  /* ----------------------------------------------------------------------------
  =Image Templates
  ----------------------------------------------------------------------------- */ }
  .content blockquote {
    position: relative;
    left: 50%;
    max-width: 1000px;
    transform: translateX(-50%);
    color: #fff;
    background: #171717;
    font-size: 20px;
    padding: 35px 60px 10px;
    margin: 0;
    margin-top: 40px;
    margin-bottom: 40px;
    width: calc(100% + 120px); }
    @media screen and (max-width: 1000px) {
      .content blockquote {
        width: 100%; } }
    .content blockquote p {
      color: inherit;
      font-size: 20px;
      -webkit-font-smoothing: antialiased;
      font-smoothing: antialiased;
      display: inline-block;
      width: 100%; }
      .content blockquote p strong {
        position: relative;
        display: inline-block;
        margin-top: 10px;
        margin-right: 5px;
        padding-top: 15px;
        color: #cc1306;
        font-weight: 400;
        text-transform: uppercase;
        font-family: "Oswald", sans-serif;
        letter-spacing: 0.02em; }
        .content blockquote p strong:before {
          content: '';
          position: absolute;
          top: 0px;
          left: 0px;
          height: 2px;
          width: 200px;
          background: #cc1306; }
      .content blockquote p em {
        font-style: normal;
        font-size: 16px; }
    @media screen and (max-width: 700px) {
      .content blockquote {
        padding: 20px 20px 10px; } }
  .content img {
    max-width: 100%;
    height: auto !important; }
    .content img[align=left], .content img[align=left].gh-image, .content img.left {
      float: left;
      margin: 0 20px 20px 0;
      padding: 0px; }
      @media screen and (max-width: 700px) {
        .content img[align=left], .content img[align=left].gh-image, .content img.left {
          float: none;
          margin: 0 auto 20px;
          display: block; } }
    .content img[align=right], .content img[align=right].gh-image, .content img.right {
      float: right;
      margin: 0 0 20px 20px;
      padding: 0px; }
      @media screen and (max-width: 700px) {
        .content img[align=right], .content img[align=right].gh-image, .content img.right {
          float: none;
          margin: 0 auto 20px;
          display: block; } }

/* ----------------------------------------------------------------------------
= 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, .full-slideshow {
    display: none;
    height: 0 !important; }

  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; } }
