/* ----------------------------------------------------------------------------
= 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; }

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

.user-is-tabbing *:focus {
  outline: auto;
  outline: -webkit-focus-ring-color auto 5px; }

/* ----------------------------------------------------------------------------
= 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; } }

.show_mobile_portrait {
  display: none; }
  @media screen and (max-width: 550px) {
    .show_mobile_portrait {
      display: block; } }

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

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

.invisible {
  visibility: hidden; }

.hide {
  display: none; }

.accessible {
  display: none; }

.user-is-tabbing *:focus {
  outline: 1px dashed; }

/* ----------------------------------------------------------------------------
= Default text styles
----------------------------------------------------------------------------- */
h1, .h1 {
  margin: 0 0 40px;
  padding: 0;
  color: #333;
  font: 700 26px/138% "Oswald", sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-align: center;
  word-wrap: break-word; }
  h1 a, h1 a:visited, .h1 a, .h1 a:visited {
    text-decoration: none; }
  .event_listing h1, .event_listing .h1 {
    color: white;
    text-align: left;
    font-size: 44px;
    font-weight: 300;
    letter-spacing: 0.06em; }
    @media screen and (max-width: 981px) {
      .event_listing h1, .event_listing .h1 {
        font-size: 40px;
        line-height: 60px; } }
    @media screen and (max-width: 700px) {
      .event_listing h1, .event_listing .h1 {
        font-size: 34px;
        line-height: 138%;
        margin-bottom: 20px; } }
  @media screen and (max-width: 700px) {
    .textarea h1, .textarea .h1 {
      margin-bottom: 20px; } }

h2, .h2 {
  margin: 0 0 0px;
  padding: 0;
  color: #333;
  font: 600 22px/136% "Raleway", sans-serif;
  letter-spacing: 0.06em;
  word-wrap: break-word; }
  h2 a, h2 a:visited, .h2 a, .h2 a:visited {
    text-decoration: none; }
  h2 strong, h2 b, .h2 strong, .h2 b {
    font-weight: 600; }
  .textarea h2, .textarea .h2 {
    position: relative;
    display: block;
    padding-bottom: 20px;
    margin-bottom: 60px;
    margin-top: 60px;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    .textarea h2:after, .textarea .h2:after {
      content: '';
      position: absolute;
      left: 0px;
      height: 6px;
      width: 180px;
      background: #ffce0a;
      display: block;
      clear: both;
      bottom: -6px; }
  h2.tagline, .h2.tagline {
    font: 400 16px/187% "Raleway", sans-serif;
    letter-spacing: 0.06em;
    color: #585656;
    margin: 0;
    text-transform: capitalize; }

h3, .h3, .label, .news_list .entry .info .title, .event_list .entry .info h3, .event_list .entry .info .title {
  margin: 0 0 25px;
  padding: 0;
  color: #333;
  font: 600 16px/125% "Raleway", sans-serif;
  letter-spacing: 0.06em;
  display: block; }
  h3 a, h3 a:visited, .h3 a, .label a, .news_list .entry .info .title a, .event_list .entry .info h3 a, .event_list .entry .info .title a, .h3 a:visited, .label a:visited, .news_list .entry .info .title a:visited, .event_list .entry .info h3 a:visited, .event_list .entry .info .title a:visited {
    text-decoration: none; }
  .event_list .entry h3, .promo h3, .event_list .entry .h3, .event_list .entry .label, .event_list .entry .info h3, .event_list .entry .info .title, .promo .h3, .promo .label, .promo .news_list .entry .info .title, .news_list .entry .info .promo .title, .promo .event_list .entry .info h3, .event_list .entry .info .promo h3, .promo .event_list .entry .info .title, .event_list .entry .info .promo .title {
    font: 600 20px/125% "Raleway", sans-serif;
    letter-spacing: 0.08em;
    margin: 0; }

h4, .h4, .news_list .entry .info .tagline, .event_list .entry .info h4, .event_list .entry .info .tagline {
  margin: 0 0 25px;
  padding: 0;
  color: #333;
  font: 600 16px/125% "Raleway", sans-serif;
  letter-spacing: 0.06em; }
  h4 a, h4 a:visited, .h4 a, .news_list .entry .info .tagline a, .event_list .entry .info h4 a, .event_list .entry .info .tagline a, .h4 a:visited, .news_list .entry .info .tagline a:visited, .event_list .entry .info h4 a:visited, .event_list .entry .info .tagline a:visited {
    text-decoration: none; }
  .entry h4, .entry .h4, .news_list .entry .info .tagline, .event_list .entry .info h4, .event_list .entry .info .tagline {
    font: 400 14px/125% "Raleway", sans-serif;
    letter-spacing: 0.06em;
    color: #666;
    color: #585656;
    margin: 0; }

h5, .h5, h6, .h6 {
  margin: 0 0 25px;
  padding: 0;
  color: #333;
  font: 600 16px/125% "Raleway", sans-serif;
  letter-spacing: 0.06em; }
  h5 a, h5 a:visited, .h5 a, .h5 a:visited, h6 a, h6 a:visited, .h6 a, .h6 a:visited {
    text-decoration: none; }

p, span.address, address, .p, tr td {
  margin: 0 0 30px;
  padding: 0;
  color: #666666;
  font: 400 16px/187% "Raleway", sans-serif;
  letter-spacing: 0.06em; }
  p.lead, span.address.lead, address.lead, .p.lead, tr td.lead {
    font: 500 18px/177% "Raleway", sans-serif; }
  p a, span.address a, address a, .p a, tr td a {
    color: #333;
    text-decoration: underline;
    word-wrap: break-word; }
    p a:hover, span.address a:hover, address a:hover, .p a:hover, tr td a:hover {
      text-decoration: underline; }
  @media screen and (max-width: 700px) {
    p, span.address, address, .p, tr td {
      margin-bottom: 30px; } }

b, strong {
  font-weight: 700; }

ul, ol {
  margin: 0 0 20px 20px;
  padding: 40px 0 40px 0px;
  list-style-position: outside;
  list-style-type: none;
  list-style-image: none;
  color: #666666;
  font: 14px/171% "Raleway", sans-serif; }
  ul li, ol li {
    margin: 0;
    padding: 0 0 15px 0;
    list-style-type: inherit;
    line-height: 171%;
    letter-spacing: 0.06em;
    word-wrap: break-word; }
  ul ul, ol ul {
    margin: 0; }
  .textarea ul, .textarea ol {
    background: #fff;
    padding: 54px 30px 40px;
    margin: 0 0 60px;
    border-radius: 5px;
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.05); }
    .textarea ul ul, .textarea ol ul {
      padding: 20px 0;
      margin: 0;
      box-shadow: none; }
    .offer_detail .textarea ul, .offer_detail .textarea ol {
      padding: 0px;
      margin: 0 0 0px;
      border-radius: 0px;
      box-shadow: none; }
  .spotlight .info ul, .faq .answer ul, .spotlight .info ol, .faq .answer ol {
    padding: 0; }

ul li {
  position: relative;
  list-style: none; }
  .textarea ul li, .spotlight .info ul li, .faq ul li, .link .description ul li, .ftr_faqs ul li, .description_inner ul li {
    padding-left: 50px; }
    .textarea ul li:before, .spotlight .info ul li:before, .faq ul li:before, .link .description ul li:before, .ftr_faqs ul li:before, .description_inner ul li:before {
      content: '';
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffdf0d+0,ffc20d+35,ffc20d+35 */
      background: #ffdf0d;
      /* Old browsers */
      /* IE9 SVG, needs conditional override of 'filter' to 'none' */
      background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjEwMCUiIHkyPSIwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZmZkZjBkIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMzUlIiBzdG9wLWNvbG9yPSIjZmZjMjBkIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMzUlIiBzdG9wLWNvbG9yPSIjZmZjMjBkIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
      background: -moz-linear-gradient(15deg, #ffdf0d 0%, #ffc20d 45%, #ffc20d 45%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(15deg, #ffdf0d 0%, #ffc20d 45%, #ffc20d 45%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(15deg, #ffdf0d 0%, #ffc20d 45%, #ffc20d 45%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdf0d', endColorstr='#ffc20d',GradientType=1 );
      /* IE6-8 fallback on horizontal gradient */
      position: absolute;
      top: 4px;
      border-radius: 50%;
      left: 0px;
      width: 16px;
      height: 16px; }

ol {
  list-style: none;
  counter-reset: li-counter; }

ol > li {
  position: relative;
  padding-left: 50px; }
  ol > li:before {
    content: '';
    position: absolute;
    top: -2px;
    left: 0px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    font-size: 14px;
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    content: counter(li-counter);
    counter-increment: li-counter; }

a {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  color: #333333;
  border: none;
  outline: none;
  text-decoration: none; }
  a:hover, a:focus {
    color: #666; }

hr {
  clear: both;
  margin: 60px 0;
  border: none;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

blockquote {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  position: relative;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
  margin: 0 auto 60px;
  padding: 55px 0 30px; }
  blockquote:before {
    content: '';
    position: absolute;
    left: 0px;
    height: 6px;
    width: 180px;
    background: #ffce0a;
    display: block;
    clear: both;
    top: -1px; }
  blockquote:after {
    content: '';
    position: absolute;
    left: 0px;
    height: 6px;
    width: 180px;
    background: #ffce0a;
    display: block;
    clear: both;
    bottom: -1px; }
  blockquote:before, blockquote:after {
    width: 100px; }
  blockquote p {
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
    font-size: 20px;
    letter-spacing: 0.06em;
    line-height: 1.5;
    color: #333;
    margin-bottom: 15px; }
    blockquote p strong {
      font-weight: 400;
      font-family: "Raleway", sans-serif;
      font-size: 16px;
      letter-spacing: 0.06em;
      text-transform: none; }

.upcoming_events_title {
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  font-size: 44px;
  color: #333333;
  margin-bottom: 45px;
  text-transform: uppercase; }
  @media screen and (max-width: 700px) {
    .upcoming_events_title {
      margin-bottom: 20px;
      font-size: 34px; } }

.label {
  margin: 0 0 0px; }

/* ----------------------------------------------------------------------------
=Tables
----------------------------------------------------------------------------- */
table {
  position: relative;
  margin: 0 0 15px; }
  table tr {
    color: black;
    font-size: 12px; }
    table tr td {
      padding: 5px;
      border: none;
      border: 1px solid #ccc; }

tr {
  font-size: 12px; }
  tr td {
    margin-bottom: 0;
    padding: 5px;
    border: none; }

/* ----------------------------------------------------------------------------
= News List
----------------------------------------------------------------------------- */
#news.index h1 {
  margin-bottom: 0; }

.news_list {
  width: 100%;
  max-width: 958px;
  margin: auto;
  padding: 50px 20px;
  display: inline-block;
  text-align: left; }
  @media screen and (max-width: 700px) {
    .news_list {
      padding: 20px; } }
  .news_list .entry .thumb {
    position: relative;
    overflow: hidden;
    height: 180px;
    width: 180px;
    border-radius: 5px; }
    .news_list .entry .thumb.too_short img {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      height: 100%;
      width: auto;
      max-width: none; }
    .news_list .entry .thumb.too_tall img {
      width: 100%; }
  .news_list .entry .info .tagline {
    margin-bottom: 10px; }
  .news_list .entry .info p {
    font-size: 13px; }

/* ----------------------------------------------------------------------------
= News Detail
----------------------------------------------------------------------------- */
.news_detail .spotlight_image {
  max-width: 1320px;
  margin: 0 auto;
  width: 100%;
  padding: 0 20px;
  padding-top: 60px;
  border-radius: 5px; }
  @media screen and (max-width: 960px) {
    .news_detail .spotlight_image {
      padding: 20px;
      padding-bottom: 0px; } }
  .news_detail .spotlight_image img {
    width: 100%;
    float: left;
    border-radius: 5px; }

.news_detail h3.tagline {
  text-align: center;
  margin-top: -50px;
  margin-bottom: 60px; }
  @media screen and (max-width: 700px) {
    .news_detail h3.tagline {
      margin-top: 0px; } }

.news_detail span.date {
  text-align: center;
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  letter-spacing: 0.06em; }

/* ----------------------------------------------------------------------------
= Event List
----------------------------------------------------------------------------- */
.view_type {
  float: right;
  margin-top: 12px;
  margin-right: 70px; }
  @media screen and (max-width: 960px) {
    .view_type {
      margin-right: 20px; } }
  @media screen and (max-width: 700px) {
    .view_type {
      display: none; } }

.grid-view,
.list-view,
.calendar-view {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  position: relative;
  float: left;
  color: white;
  color: #080808;
  padding-left: 67px;
  height: 47px;
  line-height: 47px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-left: 50px;
  cursor: pointer; }
  .grid-view .icon,
  .list-view .icon,
  .calendar-view .icon {
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    transition: all 100ms linear;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 47px;
    width: 47px;
    background: #080808;
    border-radius: 50%;
    text-align: center; }
    .grid-view .icon .block,
    .list-view .icon .block,
    .calendar-view .icon .block {
      background: #fff;
      float: left;
      margin: 1px; }
  .grid-view.active .icon, .grid-view:hover .icon,
  .list-view.active .icon,
  .list-view:hover .icon,
  .calendar-view.active .icon,
  .calendar-view:hover .icon {
    background: #ffffff; }
    .grid-view.active .icon .block, .grid-view:hover .icon .block,
    .list-view.active .icon .block,
    .list-view:hover .icon .block,
    .calendar-view.active .icon .block,
    .calendar-view:hover .icon .block {
      background: #080808; }
  @media screen and (max-width: 960px) {
    .grid-view,
    .list-view,
    .calendar-view {
      margin-left: 20px;
      padding-left: 60px; } }
  @media screen and (max-width: 870px) {
    .grid-view,
    .list-view,
    .calendar-view {
      overflow: hidden;
      width: 47px;
      font-size: 0;
      padding: 0; } }

.grid-view {
  margin-left: 0; }
  .grid-view .icon {
    padding: 13px; }
    .grid-view .icon .block {
      width: 3px;
      height: 8px; }

.list-view .icon {
  padding: 14px; }
  .list-view .icon .block {
    width: 18px;
    height: 2px; }

.calendar-view .icon {
  padding: 13px; }
  .calendar-view .icon .block {
    height: 2px;
    width: 2px; }

.print_calendar_wrapper {
  position: absolute;
  top: 0px;
  right: 300px; }
  .print_calendar_wrapper .print_calendar {
    text-transform: uppercase;
    font-size: 14px;
    font-family: "Oswald", sans-serif;
    display: block;
    white-space: nowrap;
    letter-spacing: 0.06em;
    line-height: 40px;
    color: white;
    color: #080808; }
    .print_calendar_wrapper .print_calendar .fa {
      margin-right: 10px;
      font-size: 20px; }
    .print_calendar_wrapper .print_calendar:hover {
      color: #333; }
  .home .print_calendar_wrapper {
    display: none; }

.selector_wrapper {
  position: absolute;
  top: 0px;
  right: 20px;
  z-index: 60;
  width: 260px;
  max-width: calc(24.5% - 20px); }
  .home .selector_wrapper {
    top: -30px;
    right: 25px; }
    @media screen and (max-width: 981px) {
      .home .selector_wrapper {
        top: -80px;
        right: 20px;
        max-width: 260px; } }

.selector {
  display: block;
  width: 100%;
  margin: auto;
  position: relative;
  background-color: transparent;
  color: #080808;
  border: 2px solid #080808;
  border-radius: 5px;
  clear: both;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.06em;
  height: 40px;
  line-height: 34px;
  cursor: pointer;
  text-align: left;
  float: right;
  font-family: "Oswald", sans-serif;
  padding: 0 15px; }
  .selector:after {
    position: absolute;
    top: 0px;
    right: 10px;
    content: '\f106';
    font-size: 18px;
    font-family: FontAwesome; }
  .selector.is_opened {
    color: rgba(0, 0, 0, 0.5);
    background: #fff;
    border-bottom: none;
    border-radius: 5px 5px 0px 0px; }
    .selector.is_opened:after {
      transform: rotate(180deg); }

.options {
  display: none;
  position: absolute;
  top: 40px;
  left: 0px;
  width: 100%;
  margin: auto;
  z-index: 500;
  border: 2px solid #080808;
  border-radius: 0px 0px 5px 5px;
  border-top: none;
  overflow: hidden;
  padding: 0px;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0.05em;
  text-align: left;
  background: #fff; }
  .options .option {
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    transition: all 100ms linear;
    display: block;
    padding: 0px 30px;
    color: #080808;
    font-size: 14px;
    letter-spacing: 0.06em;
    line-height: 34px;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    cursor: pointer;
    position: relative; }
    .options .option:before {
      content: '';
      position: absolute;
      top: 0;
      left: 15px;
      width: calc(100% - 30px);
      height: 1px;
      background: rgba(255, 255, 255, 0.5); }
    .options .option:hover, .options .option.active, .options .option:focus {
      background: #333;
      color: #fff; }
      .options .option:hover:before, .options .option.active:before, .options .option:focus:before {
        display: none; }
    .options .option:first-child:before {
      display: none; }

.event_list_header {
  max-width: 1320px;
  margin: 0 auto 20px;
  padding: 0 20px;
  padding-top: 80px; }
  .event_list_header h1 {
    color: #080808;
    float: left;
    position: relative; }
  @media screen and (max-width: 700px) {
    .event_list_header {
      padding-top: 40px; } }

.event_listing {
  background: url(../images/yellow_top.png) top center #f2f2f2 no-repeat;
  position: relative;
  z-index: 15; }
  @media screen and (min-width: 1399px) {
    .event_listing {
      background-size: 100% auto; } }

.event_list {
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  max-width: 1310px;
  margin: auto;
  padding: 0 20px;
  zoom: 1;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0); }
  .event_list.loaded {
    zoom: 1;
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100); }
  .event_list.grid_view {
    padding: 0; }
    @media screen and (max-width: 1310px) {
      .event_list.grid_view {
        max-width: 981px; } }
    @media screen and (max-width: 981px) {
      .event_list.grid_view {
        max-width: 654px; } }
    @media screen and (max-width: 654px) {
      .event_list.grid_view {
        max-width: 327px; } }
  .event_list .list {
    zoom: 1;
    z-index: 10;
    position: relative;
    text-align: center; }
    .event_list .list:before, .event_list .list:after {
      display: block;
      visibility: hidden;
      height: 0;
      content: '\0020'; }
    .event_list .list:after {
      clear: both; }
  .event_list .entry {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 950px;
    background: white;
    margin: auto;
    margin-bottom: 10px;
    border-radius: 5px;
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap; }
    .event_list .entry .info {
      zoom: 1;
      position: relative;
      float: left;
      width: calc(100% - 168px);
      padding: 26px 30px 20px;
      text-align: left;
      min-height: 108px;
      padding-right: 170px;
      border-radius: 0px 0px 5px 5px;
      display: flex;
      flex-direction: column;
      justify-content: flex-start; }
      .event_list .entry .info:before, .event_list .entry .info:after {
        display: block;
        visibility: hidden;
        height: 0;
        content: '\0020'; }
      .event_list .entry .info:after {
        clear: both; }
      .event_list .entry .info .spacer {
        flex-grow: 1; }
      .event_list .entry .info h3, .event_list .entry .info .title {
        float: left;
        color: #333333; }
        .event_list .entry .info h3 a, .event_list .entry .info .title a {
          -webkit-transition: color 0.1s linear;
          -moz-transition: color 0.1s linear;
          -o-transition: color 0.1s linear;
          transition: color 0.1s linear;
          color: #333333;
          font-size: 24px; }
          .event_list .entry .info h3 a:hover, .event_list .entry .info .title a:hover {
            color: #676767; }
      .event_list .entry .info h4, .event_list .entry .info .tagline {
        float: left;
        clear: left;
        color: #585656;
        margin-top: 5px; }
      .event_list .entry .info .right_side {
        position: absolute;
        right: 30px;
        top: 50%;
        transform: translateY(-50%);
        text-align: center; }
      .event_list .entry .info .date {
        font-weight: 600;
        line-height: 30px;
        font-size: 14px;
        clear: both;
        display: none; }
        .event_list .entry .info .date .m-date__year, .event_list .entry .info .date .time {
          display: none; }
        .event_list .entry .info .date.outside_buttons {
          display: block;
          line-height: 1; }
      .event_list .entry .info .buttons a {
        float: right;
        clear: right; }
    .event_list .entry .thumb {
      -webkit-transition: opacity 0.1s linear;
      -moz-transition: opacity 0.1s linear;
      -o-transition: opacity 0.1s linear;
      transition: opacity 0.1s linear;
      max-width: 168px;
      float: left;
      background: #666;
      border-radius: 5px 0px 0px 5px; }
      .event_list .entry .thumb img {
        max-width: 100%;
        float: left;
        height: 157px;
        border-radius: 5px 0px 0px 5px; }
      .event_list .entry .thumb:hover {
        zoom: 1;
        opacity: 0.8;
        -moz-opacity: 0.8;
        filter: alpha(opacity=80); }
      @media screen and (max-width: 340px) {
        .event_list .entry .thumb {
          display: none; } }
    @media screen and (max-width: 700px) {
      .event_list .entry {
        padding: 15px 0 110px; }
        .event_list .entry .info {
          padding: 15px 30px;
          position: static;
          width: calc(100% - 108px); }
          .event_list .entry .info .right_side {
            position: absolute;
            display: block;
            width: 100%;
            clear: both;
            top: auto;
            right: auto;
            bottom: 0px;
            left: 0px;
            padding: 15px;
            transform: translateY(0%); }
            .event_list .entry .info .right_side .date {
              float: right;
              position: absolute;
              right: 20px;
              top: 15px; }
            .event_list .entry .info .right_side .buttons {
              float: left;
              width: 100%; }
              .event_list .entry .info .right_side .buttons a {
                clear: none;
                float: left;
                width: calc(50% - 5px); }
                .event_list .entry .info .right_side .buttons a:nth-child(2) {
                  margin-right: 10px;
                  clear: left; }
        .event_list .entry .thumb {
          border-radius: 0px;
          height: 108px; }
          .event_list .entry .thumb img {
            height: 108px;
            border-radius: 0px; } }
    @media screen and (max-width: 340px) {
      .event_list .entry .info {
        padding: 15px;
        width: 100%; } }
  .event_list .filler {
    display: none;
    z-index: 1; }
  .event_list .extra_events {
    display: none; }
  .event_list.calendar_view {
    display: none; }
  .event_list.grid_view .extra_events {
    display: block; }
  .event_list.grid_view .filler {
    display: block;
    width: 297px;
    margin: 0px 15px 30px;
    float: left;
    height: 525px; }
    @media screen and (max-width: 1310px) {
      .event_list.grid_view .filler.show_desktop {
        display: none; } }
    .event_list.grid_view .filler.show_tablet {
      display: none; }
      @media screen and (max-width: 1310px) {
        .event_list.grid_view .filler.show_tablet {
          display: block; } }
      @media screen and (max-width: 981px) {
        .event_list.grid_view .filler.show_tablet {
          display: none; } }
  @media screen and (min-width: 701px) {
    .event_list.grid_view .entry {
      width: calc(33.3% - 30px);
      width: 297px;
      margin: 0px 15px 30px;
      height: auto;
      background: white;
      float: left;
      display: block; }
      .event_list.grid_view .entry .info {
        float: left;
        width: 100%;
        height: 245px;
        text-align: left;
        padding: 20px 30px 30px;
        display: block; }
        .event_list.grid_view .entry .info .right_side {
          position: absolute;
          top: auto;
          right: auto;
          bottom: 20px;
          left: 0px;
          text-align: center;
          width: 100%;
          padding: 0 30px;
          transform: translateY(0%); }
          .event_list.grid_view .entry .info .right_side .date {
            position: absolute;
            top: 0px;
            right: 30px; }
        .event_list.grid_view .entry .info .buttons {
          float: left;
          width: 100%; }
          .event_list.grid_view .entry .info .buttons a {
            clear: none;
            float: left;
            width: 111px; }
            .event_list.grid_view .entry .info .buttons a:nth-child(2) {
              margin-right: 10px;
              clear: left; }
        .event_list.grid_view .entry .info .date {
          float: right;
          clear: none;
          display: block; }
          .event_list.grid_view .entry .info .date.outside_buttons {
            display: none; }
      .event_list.grid_view .entry .thumb {
        max-width: 100%;
        border-radius: 5px 5px 0px 0px; }
        .event_list.grid_view .entry .thumb img {
          max-width: 100%;
          float: left;
          height: 280px;
          width: 100%;
          border-radius: 5px 5px 0px 0px; } }

/* ----------------------------------------------------------------------------
= Event Detail
----------------------------------------------------------------------------- */
.event_detail .event_header {
  background: #ffffff;
  text-align: left;
  padding: 30px 30px 30px;
  border-radius: 5px;
  margin-bottom: 30px;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.05); }
  .event_detail .event_header.no_image {
    border-radius: 5px; }
  .event_detail .event_header .event_title {
    border-bottom: 1px solid #CECECE;
    padding-bottom: 22px;
    margin-bottom: 22px; }
  .event_detail .event_header h1 {
    text-align: left;
    font: 400 32px/100% "Oswald", sans-serif;
    margin: 0;
    color: #0e0e0e;
    margin-bottom: 5px; }

.event_detail .spotlight_image {
  zoom: 1;
  border-radius: 5px;
  margin-bottom: 20px; }
  .event_detail .spotlight_image:before, .event_detail .spotlight_image:after {
    display: block;
    visibility: hidden;
    height: 0;
    content: '\0020'; }
  .event_detail .spotlight_image:after {
    clear: both; }
  .event_detail .spotlight_image img {
    width: 100%;
    border-radius: 5px;
    float: left; }

.event_detail .details {
  background: #ffffff;
  padding: 30px 30px 10px;
  border-radius: 5px;
  margin-bottom: 30px;
  width: 100%;
  max-width: 330px;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.05); }
  .event_detail .details.group_info_is_empty {
    display: none; }
  .event_detail .details ul {
    padding: 0;
    margin: 0;
    margin-top: 10px; }
    .event_detail .details ul li {
      border-top: 1px solid #CECECE;
      padding: 15px 0; }
      .event_detail .details ul li p {
        font-size: 14px;
        margin: 0;
        letter-spacing: 0.06em;
        color: #666666;
        line-height: 1.4; }
      .event_detail .details ul li a {
        -webkit-transition: all 100ms linear;
        -moz-transition: all 100ms linear;
        -o-transition: all 100ms linear;
        transition: all 100ms linear;
        color: #666666;
        border-bottom: 1px solid #666;
        letter-spacing: 0.06em; }
        .event_detail .details ul li a:hover {
          border-bottom: none;
          color: #333;
          text-decoration: none; }
      .event_detail .details ul li p a {
        text-decoration: none; }
        .event_detail .details ul li p a:hover {
          text-decoration: none; }
      .event_detail .details ul li:first-child {
        border-top: 0px; }
  @media screen and (max-width: 870px) {
    .event_detail .details {
      max-width: 100%; } }

.event_detail .description {
  position: relative;
  overflow: hidden;
  height: 150px; }
  .event_detail .description:focus {
    height: auto; }

.event_detail .description_wrapper {
  position: relative;
  padding-bottom: 40px; }
  .event_detail .description_wrapper .description {
    position: relative;
    overflow: hidden; }
    .event_detail .description_wrapper .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 */ }
    .event_detail .description_wrapper .description p {
      margin-bottom: 30px; }
      .event_detail .description_wrapper .description p a:hover {
        color: #333;
        text-decoration: none;
        border-bottom: none; }
    .event_detail .description_wrapper .description.is-opened:after {
      display: none; }
    .event_detail .description_wrapper .description.is-opened + .read-more svg {
      transform: rotate(180deg); }
  .event_detail .description_wrapper .read-more {
    position: absolute;
    bottom: 0px;
    left: 0px;
    font-family: "Oswald", sans-serif;
    font-weight: 700;
    font-size: 12px;
    color: #333333;
    letter-spacing: 0.02em;
    text-transform: uppercase; }
    .event_detail .description_wrapper .read-more:hover {
      color: #676767; }
    .event_detail .description_wrapper .read-more svg {
      margin-left: 5px;
      vertical-align: middle;
      transform-origin: center; }
  .event_detail .description_wrapper.short-description {
    padding-bottom: 0; }
    .event_detail .description_wrapper.short-description .description {
      height: auto; }
      .event_detail .description_wrapper.short-description .description:after {
        display: none; }
    .event_detail .description_wrapper.short-description .read-more {
      display: none; }

.event_detail .showings {
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.05);
  position: relative;
  background: #ffffff;
  border-radius: 5px;
  padding: 20px 0 0px; }
  .event_detail .showings:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 63px;
    background: #3b3b3b;
    border-radius: 5px 0px 0px 5px; }
  .event_detail .showings h3 {
    padding-left: 90px;
    margin-bottom: 10px; }
  .event_detail .showings ul {
    padding: 0; }
    .event_detail .showings ul li {
      position: relative;
      padding: 20px 30px;
      padding-left: 70px;
      display: block;
      line-height: 30px;
      color: #333333;
      font-weight: 700; }
      .event_detail .showings ul li:after {
        content: '';
        border-bottom: 1px solid #CECECE;
        position: absolute;
        top: 0px;
        right: 30px;
        display: block;
        width: calc(100% - 100px); }
      .event_detail .showings ul li:first-child:after {
        display: none; }
      .event_detail .showings ul li .button {
        float: right; }
        @media screen and (min-width: 871px) and (max-width: 960px) {
          .event_detail .showings ul li .button {
            float: none;
            clear: both;
            display: block;
            width: 122px;
            margin-top: 10px;
            padding: 0;
            text-align: center; } }
      .event_detail .showings ul li .cal_icon {
        -webkit-transition: all 100ms linear;
        -moz-transition: all 100ms linear;
        -o-transition: all 100ms linear;
        transition: all 100ms linear;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 3px;
        height: 18px;
        width: 18px;
        border: 2px solid #ffffff;
        padding: 1px; }
        .event_detail .showings ul li .cal_icon span.line {
          position: absolute;
          top: -5px;
          left: -2px;
          border-left: 2px solid #ffffff;
          border-right: 2px solid #ffffff;
          height: 10px;
          display: block;
          width: 18px; }
        .event_detail .showings ul li .cal_icon span.block {
          height: 2px;
          width: 2px;
          float: left;
          margin: 1px;
          background: #ffffff; }
        .event_detail .showings ul li .cal_icon:hover {
          border-color: #FFC30D; }
          .event_detail .showings ul li .cal_icon:hover span.line {
            border-color: #FFC30D; }
          .event_detail .showings ul li .cal_icon:hover span.block {
            background: #FFC30D; }

/* ----------------------------------------------------------------------------
=Showtime Page Content
----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------
=Textarea margin
----------------------------------------------------------------------------- */
.textarea {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  position: relative;
  text-align: center;
  width: 100%; }
  .textarea.has_ul {
    background: #f2f2f2; }
    .textarea.has_ul .content {
      padding-bottom: 0px; }
  .textarea .content {
    width: 100%;
    max-width: 958px;
    margin: auto;
    padding: 50px 20px;
    display: inline-block;
    text-align: left;
    text-align: left; }
    @media screen and (max-width: 700px) {
      .textarea .content {
        padding: 20px; } }

.full_column .events {
  background: #f2f2f2;
  zoom: 1; }
  .full_column .events:before, .full_column .events:after {
    display: block;
    visibility: hidden;
    height: 0;
    content: '\0020'; }
  .full_column .events:after {
    clear: both; }
  .full_column .events .event_list {
    width: 100%;
    max-width: 958px;
    margin: auto;
    padding: 50px 20px;
    display: inline-block;
    text-align: left; }
    @media screen and (max-width: 700px) {
      .full_column .events .event_list {
        padding: 20px; } }

.full_column .form {
  background: #f2f2f2; }
  .full_column .form .content {
    width: 100%;
    max-width: 958px;
    margin: auto;
    padding: 50px 20px;
    display: inline-block;
    text-align: left;
    margin: 60px auto;
    background: #fff;
    padding: 54px 30px 40px;
    border-radius: 5px;
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.05); }
    @media screen and (max-width: 700px) {
      .full_column .form .content {
        padding: 20px; } }

.content {
  position: relative;
  margin: 0 0 0px;
  padding: 0;
  /* ----------------------------------------------------------------------------
	=Image Templates
	----------------------------------------------------------------------------- */ }
  .content img {
    border-radius: 5px;
    max-width: 100%; }
    .content img[align=left], .content img[align=left].gh-image, .content img.left {
      float: left;
      margin: 0 20px 20px 0; }
      @media screen and (max-width: 700px) {
        .content img[align=left], .content img[align=left].gh-image, .content img.left {
          float: none;
          margin: auto;
          margin-bottom: 20px;
          display: block; } }
    .content img[align=right], .content img[align=right].gh-image, .content img.right {
      float: right;
      margin: 0 0 20px 20px; }
      @media screen and (max-width: 700px) {
        .content img[align=right], .content img[align=right].gh-image, .content img.right {
          float: none;
          margin: auto;
          margin-bottom: 20px;
          display: block; } }
    .content img.gh-image {
      margin: 0 20px 20px 0;
      padding: 0; }
    .content img.image {
      margin: 0 20px 20px 0;
      padding: 0; }

/* ----------------------------------------------------------------------------
= print styles
----------------------------------------------------------------------------- */
@media print {
  * {
    color: #444 !important;
    background: transparent !important;
    text-shadow: none !important; }
  header, footer, .full-slideshow, #branding, #cal_holder, #fb_window,
  #fb-root, .paging, .buttons, .one_sidebar_right #column_2,
  .ticket, .faq, .banner, .addthis_toolbox,
  .print, .seating, .no_print {
    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 {
    border: 1px solid #999;
    page-break-inside: avoid; }
  blockquote {
    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;
    margin-bottom: 20px; }
  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; } }
