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

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

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

/*
	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){
	
	}

*/
/* ----------------------------------------------------------------------------
= 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 {
  margin: 0 0 8px;
  padding: 0;
  color: #181818;
  font: 400 36px/100% Helvetica Neue, sans-serif;
  letter-spacing: 0.5px; }
  h1 a, h1 a:visited {
    text-decoration: none; }

h2 {
  margin: 0 0 8px;
  padding: 0;
  color: #181818;
  font: normal 20px/130% Helvetica Neue, sans-serif; }
  h2 a, h2 a:visited {
    text-decoration: none; }

h3 {
  margin: 0 0 8px;
  padding: 0;
  color: #181818;
  font: bold 16px/130% Helvetica Neue, sans-serif;
  text-transform: uppercase; }
  h3 a, h3 a:visited {
    text-decoration: none; }

h4 {
  margin: 0;
  padding: 0;
  color: #181818;
  font: bold 12px/150% Helvetica Neue, sans-serif;
  text-transform: uppercase; }
  h4 a, h4 a:visited {
    text-decoration: none; }

h5 {
  margin: 0;
  padding: 0 0 2px 0;
  color: #181818;
  font: bold 12px/140% Helvetica Neue, sans-serif; }
  h5 a, h5 a:visited {
    text-decoration: none; }

h6 {
  margin: 0;
  padding: 0 0 4px;
  color: #181818;
  font: bold 10px/140% Helvetica Neue, sans-serif; }

p, address, .p, tr td {
  margin: 8px 0px 16px;
  padding: 0;
  color: #5e5e5e;
  line-height: 1.4;
  font: normal 14px/150% Helvetica Neue, sans-serif; }
  p.lead, address.lead, .p.lead, tr td.lead {
    font: normal 16px/150% Helvetica Neue, sans-serif; }

b, strong {
  font-weight: bold; }

ul, ol {
  margin: 0 0 0 20px;
  padding: 5px 0 8px 15px;
  list-style-position: outside;
  list-style-type: square;
  list-style-image: none;
  color: #5e5e5e;
  font: 12px/140% Helvetica Neue, sans-serif; }
  ul li, ol li {
    margin: 0;
    padding: 4px 0;
    list-style-type: inherit;
    line-height: 130%; }
  ul ul, ol ul {
    margin: 0; }

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

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

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

ul > li {
  position: relative;
  padding-left: 12px; }
  ul > li:before {
    content: "\f111";
    position: absolute;
    top: 0px;
    left: -12px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    font-size: 6px;
    font-family: FontAwesome; }

a, a:visited {
  color: #ae4c0d;
  border: none;
  outline: none;
  text-decoration: none; }
  a:hover, a:focus, a:visited:hover, a:visited:focus {
    color: #ae4c0d;
    text-decoration: underline; }

hr {
  clear: both;
  margin: 0 0 10px; }

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

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

/* ----------------------------------------------------------------------------
= Layout, Body and Containers
----------------------------------------------------------------------------- */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  height: 100%; }

body {
  height: 100%;
  margin: 0;
  padding: 0;
  color: #333;
  font-family: Helvetica Neue, sans-serif;
  font-size: 16px;
  text-align: left;
  background-color: #f6f6f6; }

#container {
  position: relative;
  width: 100%;
  min-height: 100%;
  margin: 0 auto;
  padding: 0;
  background-color: white; }

#layout {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0; }
  @media (min-width: 768px) {
    #layout {
      width: 750px; } }
  @media (min-width: 992px) {
    #layout {
      width: 970px; } }
  @media (min-width: 1200px) {
    #layout {
      width: 100%; } }
#content {
  position: relative;
  width: 100%;
  max-width: 1140px;
  min-height: 410px;
  margin: 0 auto;
  padding: 0;
  clear: both; }
  @media (max-width: 768px) {
    #content {
      padding: 0px 15px; } }
#pages.home #content {
  max-width: none; }

.column {
  position: relative;
  float: left;
  margin: 0;
  padding: 0; }

.one_sidebar_right {
  zoom: 1;
  padding-bottom: 35px;
  padding-top: 20px;
  margin-top: 10px; }
  .one_sidebar_right:before, .one_sidebar_right:after {
    display: block;
    visibility: hidden;
    height: 0;
    content: '\0020'; }
  .one_sidebar_right:after {
    clear: both; }
  .one_sidebar_right #column_1 {
    width: 66%;
    padding: 0px;
    background: #fff;
    float: left; }
    .one_sidebar_right #column_1 .container {
      zoom: 1;
      width: 100%;
      min-height: 551px; }
      .one_sidebar_right #column_1 .container:before, .one_sidebar_right #column_1 .container:after {
        display: block;
        visibility: hidden;
        height: 0;
        content: '\0020'; }
      .one_sidebar_right #column_1 .container:after {
        clear: both; }
    @media screen and (max-width: 750px) {
      .one_sidebar_right #column_1 {
        width: 100%; } }
  .one_sidebar_right #column_2 {
    float: right;
    width: 32%; }
    @media screen and (max-width: 750px) {
      .one_sidebar_right #column_2 {
        display: none; } }
.full {
  width: 100%;
  max-width: 1140px;
  padding-bottom: 35px;
  margin: 10px auto;
  padding-top: 20px; }
  .full .full_column {
    width: 100%;
    background: #fff; }
    .full .full_column .container {
      zoom: 1;
      width: 100%;
      background-color: #fff; }
      .full .full_column .container:before, .full .full_column .container:after {
        display: block;
        visibility: hidden;
        height: 0;
        content: '\0020'; }
      .full .full_column .container:after {
        clear: both; }

#pages.home .full {
  padding-top: 0px;
  margin-top: 0px;
  max-width: 1140px; }
  @media screen and (max-width: 750px) {
    #pages.home .full {
      margin-top: 30px; } }
  #pages.home .full .full_column .full {
    max-width: 1140px;
    margin-top: 20px; }

ul.breadcrumb {
  margin: 15px 0;
  padding: 0px;
  list-style: none; }
  ul.breadcrumb li {
    font-size: 12px;
    display: inline-block;
    padding: 0px; }
    ul.breadcrumb li a {
      color: #555555; }
      ul.breadcrumb li a:hover {
        color: #ae4c0d;
        text-decoration: none; }
    ul.breadcrumb li span:before {
      padding: 0 5px;
      color: #ccc; }
    ul.breadcrumb li:last-child span:before {
      display: none; }
    ul.breadcrumb li:before {
      content: ""; }

/* ----------------------------------------------------------------------------
= Header basics
----------------------------------------------------------------------------- */
header {
  position: relative;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0;
  min-height: 160px;
  padding-top: 20px; }
  @media screen and (max-width: 750px) {
    header {
      zoom: 1;
      z-index: 900;
      min-height: 50px;
      height: auto; }
      header:before, header:after {
        display: block;
        visibility: hidden;
        height: 0;
        content: '\0020'; }
      header:after {
        clear: both; } }
  header .logo {
    width: 253px;
    height: 60px; }
    header .logo a, header .logo span {
      text-indent: -9999px;
      display: inline-block;
      background: url("../images/xl-logo-305.png") no-repeat 0 0;
      background-size: contain;
      width: 100%;
      height: 100%; }
    header .logo a:hover {
      opacity: 0.8; }
    @media (max-width: 767px) {
      header .logo {
        margin: -10px 15px 10px; } }
/* ----------------------------------------------------------------------------
= Header toolbar (if used)
----------------------------------------------------------------------------- */
#toolbar {
  position: absolute;
  right: 0px;
  top: 34px; }

/* ----------------------------------------------------------------------------
= Navigations
----------------------------------------------------------------------------- */
.main_nav {
  position: relative;
  float: none;
  z-index: 500;
  width: 100%;
  min-height: 60px;
  margin: 20px 0 0;
  padding: 0;
  background-color: #f6f6f6; }
  @media screen and (max-width: 750px) {
    .main_nav {
      display: none; } }
  .main_nav .search-mobile {
    display: none; }
  .main_nav ul {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
    text-align: left; }
    .main_nav ul li {
      position: relative;
      display: block;
      float: left;
      height: 60px;
      margin: 0;
      padding: 0; }
      .main_nav ul li.has-sub a {
        padding-right: 40px; }
      .main_nav ul li.has-sub:after {
        width: 20px;
        height: 20px;
        position: absolute;
        right: 10px;
        top: 23px;
        color: #555555;
        content: "\f078";
        font-family: FontAwesome; }
      .main_nav ul li:before {
        content: ""; }
  .main_nav a, .main_nav a:link, .main_nav a:visited {
    display: block;
    margin: 0;
    padding: 0 16px;
    color: #555555;
    font-size: 14px;
    line-height: 60px;
    font-weight: normal;
    text-align: left;
    text-decoration: none; }
    .main_nav a span, .main_nav a:link span, .main_nav a:visited span {
      display: block;
      clear: both;
      margin: 0 0 10px;
      color: #555555;
      font-size: 24px;
      font-weight: 400;
      letter-spacing: 1.5px;
      text-transform: uppercase; }
    .main_nav a.active, .main_nav a:link.active, .main_nav a:visited.active {
      color: #181818; }
      .main_nav a.active span, .main_nav a:link.active span, .main_nav a:visited.active span {
        color: #181818; }
    .main_nav a:hover, .main_nav a:link:hover, .main_nav a:visited:hover {
      color: #ae4c0d;
      background: #eee; }
      .main_nav a:hover span, .main_nav a:link:hover span, .main_nav a:visited:hover span {
        color: #ae4c0d; }

.main_nav ul .sub {
  position: absolute;
  display: none;
  z-index: 9000;
  top: 60px;
  left: 0;
  width: auto;
  margin: 0;
  padding: 0px;
  background: #f6f6f6;
  line-height: 26px; }
  .main_nav ul .sub .sub_holder {
    position: relative;
    width: 155px;
    padding: 5px 10px;
    background: #f6f6f6; }

.main_nav ul ul {
  float: left;
  width: 220px;
  height: auto;
  margin: 0;
  padding: 0;
  border: none;
  border-top: none;
  background: none; }
  .main_nav ul ul li {
    float: none;
    height: auto;
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-image: none;
    border-right: none;
    border-left: none;
    cursor: pointer;
    text-align: left; }
    .main_nav ul ul li:first-child {
      display: block;
      border-top: none; }
    .main_nav ul ul li a, .main_nav ul ul li a:link, .main_nav ul ul li a:visited {
      display: block;
      height: auto;
      margin: 0;
      padding: 15px 19px;
      background: none;
      text-shadow: none;
      line-height: 120%;
      cursor: pointer;
      text-align: left;
      text-decoration: none;
      text-indent: 0;
      text-transform: none; }
      .main_nav ul ul li a:hover, .main_nav ul ul li a:focus, .main_nav ul ul li a:link:hover, .main_nav ul ul li a:link:focus, .main_nav ul ul li a:visited:hover, .main_nav ul ul li a:visited:focus {
        color: #ae4c0d;
        cursor: pointer;
        text-decoration: none; }

/* ----------------------------------------------------------------------------
= Footer basics
----------------------------------------------------------------------------- */
footer {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0;
  background: #eeeeee;
  padding: 32px 0 80px; }
  footer .footer-toolbar {
    position: relative;
    width: 100%;
    min-height: 36px;
    margin: 0 auto;
    border-top: 1px solid #333; }
  footer .footer-container {
    zoom: 1;
    position: relative;
    width: 1400px;
    max-width: 1400px;
    margin: 0 auto;
    padding: 42px 0; }
    footer .footer-container:before, footer .footer-container:after {
      display: block;
      visibility: hidden;
      height: 0;
      content: '\0020'; }
    footer .footer-container:after {
      clear: both; }
  footer .logo {
    position: relative;
    float: left;
    width: 190px;
    height: 22px;
    margin-right: 41px;
    padding-top: 4px; }
    footer .logo span, footer .logo a, footer .logo a:link, footer .logo a:visited {
      display: block;
      overflow: hidden;
      background-repeat: no-repeat;
      text-align: left;
      white-space: nowrap;
      text-indent: 100%;
      direction: ltr;
      display: block;
      width: 190px;
      height: 22px;
      background: url(../images/footer-logo.png) no-repeat 0 0; }
    footer .logo a:hover, footer .logo a:focus {
      background-position: 0 -22px; }
  footer .nav {
    zoom: 1;
    float: none;
    width: 100%;
    max-width: 1400px;
    margin: auto;
    padding: 50px 0; }
    footer .nav:before, footer .nav:after {
      display: block;
      visibility: hidden;
      height: 0;
      content: '\0020'; }
    footer .nav:after {
      clear: both; }
    footer .nav ul {
      position: relative;
      display: block;
      float: left;
      margin-left: 0px;
      width: 100%;
      padding: 0;
      list-style: none; }
      footer .nav ul:first-child {
        margin-left: 0; }
      footer .nav ul li {
        position: relative;
        display: block;
        float: left;
        width: 25%;
        height: auto;
        padding: 0;
        background: none; }
        footer .nav ul li:first-child {
          border-top: none; }
        footer .nav ul li a, footer .nav ul li a:visited {
          position: relative;
          display: block;
          width: 150px;
          margin: 0;
          padding: 10px 0 9px 20px;
          color: white;
          font: normal 16px/120% Helvetica Neue, sans-serif;
          text-decoration: none;
          text-transform: uppercase; }
          footer .nav ul li a:hover, footer .nav ul li a:hover span, footer .nav ul li a:visited:hover, footer .nav ul li a:visited:hover span {
            color: #ae4c0d;
            text-decoration: none; }
          footer .nav ul li a.active, footer .nav ul li a.active:hover, footer .nav ul li a:visited.active, footer .nav ul li a:visited.active:hover {
            color: #ae4c0d;
            cursor: default; }

.footer_holder {
  background-color: #eeeeee;
  display: block;
  max-width: 1170px;
  margin: 0px auto;
  padding: 0px 15px; }
  @media (min-width: 768px) {
    .footer_holder {
      width: 750px;
      padding: 0; } }
  @media (min-width: 992px) {
    .footer_holder {
      width: 970px; } }
  @media (min-width: 1200px) {
    .footer_holder {
      width: 1170px; } }
  .footer_holder .main_footer {
    width: 100%; }
    .footer_holder .main_footer h2 {
      font-size: 16px;
      font-weight: normal;
      color: #181818;
      line-height: 1.4;
      margin: 8px 0 16px; }
    .footer_holder .main_footer p {
      color: #5e5e5e; }
    .footer_holder .main_footer a {
      color: #5e5e5e; }
      .footer_holder .main_footer a:hover {
        color: #ae4c0d;
        text-decoration: none; }

.global-footer {
  zoom: 1;
  bottom: 0px;
  left: 0px;
  margin: 40px auto 0px;
  padding: 0;
  font-size: 11px;
  border-top: 1px solid #dddddd; }
  .global-footer:before, .global-footer:after {
    display: block;
    visibility: hidden;
    height: 0;
    content: '\0020'; }
  .global-footer:after {
    clear: both; }
  .global-footer p {
    width: 100%;
    max-width: 1400px;
    position: relative;
    display: block;
    margin: auto;
    padding: 15px 0 0;
    color: #555555;
    font: normal 11px/120% Helvetica Neue, sans-serif; }
    .global-footer p a, .global-footer p a:visited {
      -webkit-transition: all 100ms linear;
      -moz-transition: all 100ms linear;
      -o-transition: all 100ms linear;
      transition: all 100ms linear;
      color: #555555;
      text-decoration: none;
      font-size: 11px;
      margin: 0px 5px; }
      .global-footer p a:hover, .global-footer p a:focus, .global-footer p a:visited:hover, .global-footer p a:visited:focus {
        color: #ae4c0d;
        text-decoration: none; }
  .global-footer .delimiter {
    padding: 0 2px;
    color: #555555; }
  .global-footer a#carbonhouse, .global-footer a#carbonhouse:link, .global-footer a#carbonhouse:visited {
    position: relative;
    display: block;
    float: right;
    margin: 0;
    padding-top: 0px;
    color: #b2b2b2;
    font-family: 'helvetica';
    font-size: 10px;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none; }
    .global-footer a#carbonhouse span, .global-footer a#carbonhouse:link span, .global-footer a#carbonhouse:visited span {
      font-size: 12px; }
      .global-footer a#carbonhouse span.carbon, .global-footer a#carbonhouse:link span.carbon, .global-footer a#carbonhouse:visited span.carbon {
        color: #9f9f9f; }
      .global-footer a#carbonhouse span.house, .global-footer a#carbonhouse:link span.house, .global-footer a#carbonhouse:visited span.house {
        color: #d2d2d2; }
    .global-footer a#carbonhouse:hover, .global-footer a#carbonhouse:link:hover, .global-footer a#carbonhouse:visited:hover {
      color: #555555;
      text-decoration: none; }
      .global-footer a#carbonhouse:hover span, .global-footer a#carbonhouse:link:hover span, .global-footer a#carbonhouse:visited:hover span {
        color: #555555; }
    @media screen and (max-width: 750px) {
      .global-footer a#carbonhouse, .global-footer a#carbonhouse:link, .global-footer a#carbonhouse:visited {
        float: none;
        margin-top: 20px; } }
/* ----------------------------------------------------------------------------
=Sidebar Subnav
----------------------------------------------------------------------------- */
.subnav {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 0 20px;
  padding: 0; }
  .subnav ul {
    width: 100%;
    margin: 0 auto;
    padding: 15px 0;
    list-style: none;
    list-style-image: none; }
    .subnav ul li {
      margin: 0;
      padding: 0; }
      .subnav ul li:before {
        content: ""; }
      .subnav ul li:first-child {
        background: none; }
        .subnav ul li:first-child a, .subnav ul li:first-child a:visited {
          line-height: 18px; }
      .subnav ul li.active ul {
        display: block;
        width: auto;
        margin: 0;
        padding: 2px 0 2px 12px;
        list-style: none;
        list-style-type: none;
        list-style-image: none;
        background: none; }
      .subnav ul li.active a:active {
        color: #ae4c0d; }
      .subnav ul li a, .subnav ul li a:visited {
        display: block;
        padding: 10px 15px;
        color: #555555;
        font: 14px/120% Helvetica Neue, sans-serif;
        text-decoration: none;
        background: #f6f6f6; }
        .subnav ul li a.active, .subnav ul li a:active, .subnav ul li a:visited.active, .subnav ul li a:visited:active {
          color: #181818; }
        .subnav ul li a:hover, .subnav ul li a:visited:hover {
          background-color: #eee; }
        .subnav ul li a.section, .subnav ul li a:visited.section {
          background: white;
          padding: 0px;
          margin: 8px 0 16px;
          color: #181818;
          font-size: 16px; }
          .subnav ul li a.section:hover, .subnav ul li a:visited.section:hover {
            color: #ae4c0d; }
      .subnav ul li.active.onparent a.active {
        color: #ae4c0d; }
    .subnav ul ul {
      display: none; }
      .subnav ul ul li {
        border-bottom: none; }
        .subnav ul ul li:first-child a {
          line-height: 24px; }

/* ----------------------------------------------------------------------------
= Search including search form, and results page
----------------------------------------------------------------------------- */
#search, .search-mobile {
  position: relative;
  display: block;
  float: right;
  width: 246px;
  height: 40px;
  margin: -5px 0 0;
  padding: 0; }
  #search input, #search input[type='text'], .search-mobile input, .search-mobile input[type='text'] {
    position: relative;
    width: 246px;
    height: 40px;
    margin: 0;
    padding: 8px 10px 6px;
    color: #fff;
    border: 0;
    background: #fff;
    font: normal 14px/14px Helvetica Neue, sans-serif;
    border: 1px solid #dddddd;
    color: #555555;
    -webkit-appearance: none; }
    #search input::-webkit-input-placeholder, #search input[type='text']::-webkit-input-placeholder, .search-mobile input::-webkit-input-placeholder, .search-mobile input[type='text']::-webkit-input-placeholder {
      color: #555555;
      font: normal 14px/14px Helvetica Neue, sans-serif; }
    #search input:-moz-placeholder, #search input[type='text']:-moz-placeholder, .search-mobile input:-moz-placeholder, .search-mobile input[type='text']:-moz-placeholder {
      color: #555555;
      font: normal 14px/14px Helvetica Neue, sans-serif; }
    #search input:-ms-input-placeholder, #search input[type='text']:-ms-input-placeholder, .search-mobile input:-ms-input-placeholder, .search-mobile input[type='text']:-ms-input-placeholder {
      color: #555555;
      font: normal 14px/14px Helvetica Neue, sans-serif; }
    #search input:focus, #search input[type='text']:focus, .search-mobile input:focus, .search-mobile input[type='text']:focus {
      outline: none;
      -webkit-appearance: none; }
  #search button, .search-mobile button {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 40px;
    height: 40px;
    margin: 0;
    padding: 0;
    border: none;
    background-color: #555555;
    text-indent: -9999px;
    display: block;
    overflow: hidden;
    background-repeat: no-repeat;
    text-align: left;
    white-space: nowrap;
    text-indent: 100%;
    direction: ltr; }
    #search button:hover, #search button:focus, .search-mobile button:hover, .search-mobile button:focus {
      background-color: #db6111; }
    #search button:after, .search-mobile button:after {
      position: absolute;
      top: 10px;
      right: 6px;
      width: 20px;
      height: 20px;
      content: "\f002";
      font-family: FontAwesome;
      z-index: 9999;
      color: white;
      text-indent: 0; }

.search-mobile {
  float: none;
  margin: 0px;
  padding: 20px;
  width: 100%;
  height: 80px;
  display: inline-block;
  background-color: white; }
  .search-mobile input[type='text'] {
    width: 100%; }
  .search-mobile button {
    top: 20px;
    right: 20px; }

@media screen and (max-width: 750px) {
  #search {
    display: none; } }

#cse-search-results {
  padding: 0 10px; }
  #cse-search-results iframe {
    width: 100%; }

.search .searchresults h1 {
  margin-bottom: 50px; }

.search-app {
  position: relative;
  text-align: center; }
  .search-app input {
    width: 50%;
    height: 40px;
    margin: 0 auto;
    outline: none;
    padding: 0 10px; }
    @media screen and (max-width: 700px) {
      .search-app input {
        width: 100%; } }
  .search-app a.submit {
    position: absolute;
    top: 0;
    right: 25%;
    width: auto;
    padding: 0 15px;
    height: 40px;
    line-height: 40px;
    background: #555;
    color: #fff; }
    @media screen and (max-width: 700px) {
      .search-app a.submit {
        right: 0; } }
ul.showtime-search-instant-results {
  list-style: none;
  text-align: left; }
  ul.showtime-search-instant-results li {
    list-style: none; }
    ul.showtime-search-instant-results li:before {
      display: none; }

.showtime-search-instant-result-header {
  font-size: 22px;
  border-bottom: 1px solid #eee;
  margin: 15px 0 0;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-bottom: 10px;
  color: black; }
  .showtime-search-instant-result-header.result-header-main {
    text-align: center;
    border-bottom: 0; }

.showtime-search-instant-result-keyword {
  color: #ae4c0d; }

.showtime-search-instant-result.pages {
  padding-left: 20px;
  position: relative;
  border-bottom: 1px solid #ebebeb;
  font-size: 18px;
  font-weight: normal;
  height: 50px;
  max-width: 500px; }
  .showtime-search-instant-result.pages a {
    font-size: 18px;
    font-weight: normal; }
    .showtime-search-instant-result.pages a:hover {
      text-decoration: none; }
      .showtime-search-instant-result.pages a:hover h3 {
        color: #ae4c0d; }
  .showtime-search-instant-result.pages h3 {
    color: black;
    text-transform: none;
    margin-left: 10px;
    line-height: 41px;
    font-weight: normal;
    font-size: 18px; }
    .showtime-search-instant-result.pages h3:before {
      content: "\f105";
      position: absolute;
      top: 13px;
      left: 5px;
      width: 25px;
      height: 25px;
      line-height: 25px;
      text-align: center;
      font-size: 17px;
      font-family: FontAwesome;
      color: #ae4c0d; }

/* ----------------------------------------------------------------------------
= Event buttons including buy tickets and info. Standard styles
----------------------------------------------------------------------------- */
.button {
  position: relative;
  width: auto;
  height: auto; }
  .button a, .button a:visited, .button span {
    padding: 7px 38px 7px 12px;
    color: white;
    background-color: #555555;
    font-weight: normal;
    text-align: center;
    font-size: 14px;
    white-space: nowrap;
    line-height: 1.2;
    margin: 15px 0px;
    position: relative;
    display: inline-block;
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    transition: all 100ms linear; }
    .button a:after, .button a:visited:after, .button span:after {
      width: 20px;
      height: 20px;
      position: absolute;
      right: 10px;
      top: 7px;
      color: white;
      content: "\f08e";
      font-family: FontAwesome; }
    .button a:hover, .button a:visited:hover, .button span:hover {
      color: white;
      background-color: #ae4c0d;
      text-decoration: none; }

/* v1.0.6 */
/* Core RS CSS file. 95% of time you shouldn't change anything here. */
.royalSlider {
  width: 600px;
  height: 400px;
  position: relative;
  direction: ltr; }

.royalSlider > * {
  float: left; }

.rsWebkit3d .rsSlide,
.rsWebkit3d .rsContainer,
.rsWebkit3d .rsThumbs,
.rsWebkit3d .rsPreloader,
.rsWebkit3d img,
.rsWebkit3d .rsOverflow,
.rsWebkit3d .rsBtnCenterer,
.rsWebkit3d .rsAbsoluteEl,
.rsWebkit3d .rsABlock,
.rsWebkit3d .rsLink {
  -webkit-backface-visibility: hidden; }

.rsFade.rsWebkit3d .rsSlide,
.rsFade.rsWebkit3d img,
.rsFade.rsWebkit3d .rsContainer {
  -webkit-transform: none; }

.rsOverflow {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  float: left;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.rsVisibleNearbyWrap {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  left: 0;
  top: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.rsVisibleNearbyWrap .rsOverflow {
  position: absolute;
  left: 0;
  top: 0; }

.rsContainer {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.rsArrow,
.rsThumbsArrow {
  cursor: pointer; }

.rsThumb {
  float: left;
  position: relative; }

.rsArrow,
.rsNav,
.rsThumbsArrow {
  opacity: 1;
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear; }

.rsHidden {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
  -moz-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
  -o-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
  transition: visibility 0s linear 0.3s,opacity 0.3s linear; }

.rsGCaption {
  width: 100%;
  float: left;
  text-align: center; }

/* Fullscreen options, very important ^^ */
.royalSlider.rsFullscreen {
  position: fixed !important;
  height: auto !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 2147483647 !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  right: 0 !important; }

.royalSlider .rsSlide.rsFakePreloader {
  opacity: 1 !important;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
  display: none; }

.rsSlide {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  overflow: hidden;
  height: 100%;
  width: 100%; }

.royalSlider.rsAutoHeight,
.rsAutoHeight .rsSlide {
  height: auto; }

.rsContent {
  width: 100%;
  height: 100%;
  position: relative; }

.rsPreloader {
  position: absolute;
  z-index: 0; }

.rsNav {
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  user-select: none; }

.rsNavItem {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25); }

.rsThumbs {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  float: left;
  z-index: 22; }

.rsTabs {
  float: left;
  background: none !important; }

.rsTabs,
.rsThumbs {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.rsVideoContainer {
  width: auto;
  height: auto;
  line-height: 0;
  position: relative; }

.rsVideoFrameHolder {
  position: absolute;
  left: 0;
  top: 0;
  background: #141414;
  opacity: 0;
  -webkit-transition: .3s; }

.rsVideoFrameHolder.rsVideoActive {
  opacity: 1; }

.rsVideoContainer iframe,
.rsVideoContainer video,
.rsVideoContainer embed,
.rsVideoContainer .rsVideoObj {
  position: absolute;
  z-index: 50;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

/* ios controls over video bug, shifting video */
.rsVideoContainer.rsIOSVideo iframe,
.rsVideoContainer.rsIOSVideo video,
.rsVideoContainer.rsIOSVideo embed {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 44px; }

.rsABlock {
  left: 0;
  top: 0;
  position: absolute;
  z-index: 15; }

img.rsImg {
  max-width: none; }

.grab-cursor {
  cursor: url(../images/grab.png) 8 8, move; }

.grabbing-cursor {
  cursor: url(../images/grabbing.png) 8 8, move; }

.rsNoDrag {
  cursor: auto; }

.rsLink {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 20; }

/******************************
*
*  RoyalSlider Default Skin 
*
*    1. Arrows 
*    2. Bullets
*    3. Thumbnails
*    4. Tabs
*    5. Fullscreen button
*    6. Play/close video button
*    7. Preloader
*    8. Caption
*    9. Full Width Responsive
*    
*  Sprite: 'rs-default.png'
*  Feel free to edit anything
*  If you don't some part - just delete it
* 
******************************/
/* ----------------------------------------------------------------------------
=Settings
----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------
=Includes
----------------------------------------------------------------------------- */
/* Background */
.rsDefault .rsOverflow,
.rsDefault .rsSlide,
.rsDefault .rsVideoFrameHolder,
.rsDefault .rsThumbs {
  background: #151515;
  color: #FFF; }

.royalSlider > .rsContent {
  visibility: hidden; }

/***************
*
*  1. Arrows
*
****************/
.rsDefault .rsArrow {
  height: 100%;
  width: 44px;
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 21;
  opacity: 1 !important;
  visibility: visible !important; }
  .rsDefault .rsArrow.rsVer .rsArrow {
    width: 100%;
    height: 44px; }

.rsDefault.rsVer .rsArrowLeft {
  top: 0;
  left: 0; }
  .rsDefault.rsVer .rsArrowLeft .rsArrowIcn {
    background-position: -96px -32px; }

.rsDefault.rsVer .rsArrowRight {
  bottom: 0;
  left: 0; }
  .rsDefault.rsVer .rsArrowRight .rsArrowIcn {
    background-position: -96px -64px; }

.rsDefault.rsHor .rsArrowLeft {
  top: 0;
  left: 0; }
  .rsDefault.rsHor .rsArrowLeft .rsArrowIcn:after {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 15px;
    top: 5px;
    color: #555555;
    content: "\f104";
    font-family: FontAwesome;
    font-size: 40px; }

.rsDefault.rsHor .rsArrowRight {
  right: 0;
  top: 0; }
  .rsDefault.rsHor .rsArrowRight .rsArrowIcn {
    margin-left: -28px; }
    .rsDefault.rsHor .rsArrowRight .rsArrowIcn:after {
      width: 20px;
      height: 20px;
      position: absolute;
      right: 10px;
      top: 5px;
      color: #555555;
      content: "\f105";
      font-family: FontAwesome;
      font-size: 40px; }

.rsDefault .rsArrowIcn {
  width: 50px;
  height: 50px;
  top: 50%;
  left: 50%;
  margin-top: -16px;
  margin-left: -22px;
  position: absolute;
  cursor: pointer;
  background-color: #f6f6f6; }
  .rsDefault .rsArrowIcn:hover {
    background-color: white; }

.rsDefault .rsArrowDisabled .rsArrowIcn {
  opacity: .2;
  filter: alpha(opacity=20);
  *display: none; }

/***************
*
*  2. Bullets
*
****************/
.rsDefault .rsBullets {
  position: absolute;
  z-index: 35;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  margin: 0 auto;
  background: #000;
  background: rgba(0, 0, 0, 0.75);
  text-align: center;
  line-height: 8px;
  overflow: hidden; }
  .rsDefault .rsBullets .rsBullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 6px 5px 6px; }
    .rsDefault .rsBullets .rsBullet span {
      display: block;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: #777;
      background: rgba(255, 255, 255, 0.5); }
    .rsDefault .rsBullets .rsBullet.rsNavSelected span {
      background-color: #FFF; }

/***************
*
*  3. Thumbnails
*
****************/
.rsDefault .rsThumbsHor {
  width: 100%;
  height: 72px; }

.rsDefault .rsThumbsVer {
  width: 96px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0; }

.rsDefault.rsWithThumbsHor .rsThumbsContainer {
  position: relative;
  height: 100%; }

.rsDefault.rsWithThumbsVer .rsThumbsContainer {
  position: relative;
  width: 100%; }

.rsDefault .rsThumb {
  float: left;
  overflow: hidden;
  width: 96px;
  height: 72px; }
  .rsDefault .rsThumb img {
    width: 100%;
    height: 100%; }
  .rsDefault .rsThumb.rsNavSelected {
    background: #02874a; }
    .rsDefault .rsThumb.rsNavSelected img {
      opacity: 0.3;
      filter: alpha(opacity=30); }
  .rsDefault .rsThumb .rsTmb {
    display: block;
    /* Thumbnails with text */ }
    .rsDefault .rsThumb .rsTmb h5 {
      font-size: 16px;
      margin: 0;
      padding: 0;
      line-height: 20px;
      color: #FFF; }
    .rsDefault .rsThumb .rsTmb span {
      color: #DDD;
      margin: 0;
      padding: 0;
      font-size: 13px;
      line-height: 18px; }

/* Thumbnails arrow icons */
.rsDefault .rsThumbsArrow {
  height: 100%;
  width: 20px;
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 21;
  background: #000;
  background: rgba(0, 0, 0, 0.75); }
  .rsDefault .rsThumbsArrow:hover {
    background: rgba(0, 0, 0, 0.9); }

.rsDefault.rsWithThumbsVer .rsThumbsArrow {
  width: 100%;
  height: 20px; }

.rsDefault.rsWithThumbsVer .rsThumbsArrowLeft {
  top: 0;
  left: 0; }
  .rsDefault.rsWithThumbsVer .rsThumbsArrowLeft .rsThumbsArrowIcn {
    position: relative; }
    .rsDefault.rsWithThumbsVer .rsThumbsArrowLeft .rsThumbsArrowIcn:before {
      content: "\f105";
      position: absolute;
      top: 0px;
      left: 0px;
      width: 20px;
      height: 20px;
      color: #555555;
      font: FontAwesome; }

.rsDefault.rsWithThumbsVer .rsThumbsArrowRight {
  bottom: 0;
  left: 0; }
  .rsDefault.rsWithThumbsVer .rsThumbsArrowRight .rsThumbsArrowIcn {
    background-position: -144px -48px; }

.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft {
  left: 0;
  top: 0; }
  .rsDefault.rsWithThumbsHor .rsThumbsArrowLeft .rsThumbsArrowIcn {
    position: relative; }
    .rsDefault.rsWithThumbsHor .rsThumbsArrowLeft .rsThumbsArrowIcn:before {
      content: "\f105";
      position: absolute;
      top: 0px;
      left: 0px;
      width: 20px;
      height: 20px;
      color: #555555;
      font: FontAwesome; }

.rsDefault.rsWithThumbsHor .rsThumbsArrowRight {
  right: 0;
  top: 0; }
  .rsDefault.rsWithThumbsHor .rsThumbsArrowRight .rsThumbsArrowIcn {
    background-position: -128px -48px; }

.rsDefault .rsThumbsArrowIcn {
  width: 50px;
  height: 50px;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
  position: absolute;
  cursor: pointer;
  background: #eeeeee; }

.rsDefault .rsThumbsArrowDisabled {
  display: none !important; }

/* Thumbnails resizing on smaller screens */
@media screen and (min-width: 0px) and (max-width: 800px) {
  .rsDefault .rsThumb {
    width: 59px;
    height: 44px; }
  .rsDefault .rsThumbsHor {
    height: 44px; }
  .rsDefault .rsThumbsVer {
    width: 59px; } }

/***************
*
*  4. RoyalSlider Tabs
*
****************/
.rsDefault .rsTabs {
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  padding-top: 12px;
  position: relative; }

.rsDefault .rsTab {
  display: inline-block;
  cursor: pointer;
  text-align: center;
  height: auto;
  width: auto;
  color: #333;
  padding: 5px 13px 6px;
  min-width: 72px;
  border: 1px solid #D9D9DD;
  border-right: 1px solid #f5f5f5;
  text-decoration: none;
  background-color: #FFF;
  background-image: -webkit-linear-gradient(top, #fefefe, #f4f4f4);
  background-image: -moz-linear-gradient(top, #fefefe, #f4f4f4);
  background-image: linear-gradient(to bottom, #fefefe, #f4f4f4);
  -webkit-box-shadow: inset 1px 0 0 #fff;
  box-shadow: inset 1px 0 0 #fff;
  *display: inline;
  *zoom: 1; }
  .rsDefault .rsTab:first-child {
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px; }
  .rsDefault .rsTab:last-child {
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-right: 1px solid #cfcfcf; }
  .rsDefault .rsTab:active {
    border: 1px solid #D9D9DD;
    background-color: #f4f4f4;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2) inset; }
  .rsDefault .rsTab.rsNavSelected {
    color: #FFF;
    border: 1px solid #999;
    text-shadow: 1px 1px #838383;
    box-shadow: 0 1px 9px rgba(102, 102, 102, 0.65) inset;
    background: #ACACAC;
    background-image: -webkit-linear-gradient(top, #ACACAC, #BBB);
    background-image: -moz-llinear-gradient(top, #ACACAC, #BBB);
    background-image: linear-gradient(to bottom, #ACACAC, #BBB); }

/***************
*
*  6. Play/close video button
*
****************/
.rsDefault .rsPlayBtn {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
  width: 64px;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  cursor: pointer; }
  .rsDefault .rsPlayBtn:hover .rsPlayBtnIcon {
    background-color: rgba(0, 0, 0, 0.9); }

.rsDefault .rsPlayBtnIcon {
  width: 64px;
  display: block;
  height: 64px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  background: url("../images/rs-default.png") no-repeat 0 -32px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  *background-color: #000; }

.rsDefault .rsBtnCenterer {
  position: absolute;
  left: 50%;
  top: 50%; }

.rsDefault .rsCloseVideoBtn {
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  z-index: 500;
  position: absolute;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0); }
  .rsDefault .rsCloseVideoBtn.rsiOSBtn {
    top: -38px;
    right: -6px; }

.rsDefault .rsCloseVideoIcn {
  margin: 6px;
  width: 32px;
  height: 32px;
  background: url("../images/rs-default.png") -64px 0;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  *background-color: #000; }
  .rsDefault .rsCloseVideoIcn:hover {
    background-color: rgba(0, 0, 0, 0.9); }

/***************
*
*  7. Preloader
*
****************/
.rsDefault .rsPreloader {
  width: 20px;
  height: 20px;
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -10px; }

/***************
*
*  8. Global caption
*
****************/
.rsDefault .rsGCaption {
  position: absolute;
  float: none;
  bottom: 0;
  left: 0;
  text-align: left;
  background: rgba(0, 0, 0, 0.7);
  color: #FFF;
  padding: 7px 10px 0;
  width: 100%;
  height: auto;
  max-height: 90px;
  font-size: 12px; }
  .rsDefault .rsGCaption * {
    color: #fff; }
  .home-slideshow .rsDefault .rsGCaption, .rsDefault .rsGCaption:empty {
    display: none; }

/***************
*
*  9. Full Width Responsive
*
****************/
.rsDefault.rsFullWidth,
.rsDefault {
  width: 100%; }
  .rsDefault.rsFullWidth img.rsImg,
  .rsDefault img.rsImg {
    width: 100%;
    display: block; }
  .rsDefault.rsFullWidth .rsGCaption .rsABlock,
  .rsDefault .rsGCaption .rsABlock {
    position: relative;
    left: auto;
    width: 100%;
    margin: 0 auto; }

/********* Uncomment this to set specific heights at each breakpoint *********/
/*
.rsDefault.rsFullWidth,
.rsDefault.rsFullWidth .rsOverflow {
	@include media($mobile) {
		height: 300px !important;
	}

	@include media($tablet-only) {
		height: 360px !important;
	}

	@include media($mid-desktop) {
		height: 450px !important;
	}
}
*/
.full-slideshow {
  margin-bottom: 20px; }

.m-slideshow-container {
  max-width: 2000px;
  margin: 0 auto;
  margin-bottom: 20px; }
  .m-slideshow-container.slideshow-type-full-width {
    max-width: none; }

.slideshow-sidecaptions {
  width: 100%;
  max-width: 960px;
  margin: 0 auto; }
  .slideshow-sidecaptions .rsDefault {
    width: 100%; }
    .slideshow-sidecaptions .rsDefault .rsThumbsVer {
      width: 35%; }
    .slideshow-sidecaptions .rsDefault .rsThumb {
      width: 100%;
      height: auto; }
      .slideshow-sidecaptions .rsDefault .rsThumb * {
        color: rgba(255, 255, 255, 0.4); }
      .slideshow-sidecaptions .rsDefault .rsThumb .buttons {
        opacity: 0;
        -webkit-transition: all 100ms linear;
        -moz-transition: all 100ms linear;
        -o-transition: all 100ms linear;
        transition: all 100ms linear; }
        .slideshow-sidecaptions .rsDefault .rsThumb .buttons a {
          text-indent: -9999px; }
      .slideshow-sidecaptions .rsDefault .rsThumb.rsNavSelected {
        background: none; }
        .slideshow-sidecaptions .rsDefault .rsThumb.rsNavSelected * {
          color: #fff; }
        .slideshow-sidecaptions .rsDefault .rsThumb.rsNavSelected .buttons {
          opacity: 1; }
          .slideshow-sidecaptions .rsDefault .rsThumb.rsNavSelected .buttons a {
            text-indent: 0; }
    .slideshow-sidecaptions .rsDefault .rsTmb {
      height: 100%;
      margin: 0 20px;
      padding: 15px 4px;
      position: relative;
      border-bottom: 1px solid rgba(255, 255, 255, 0.2);
      float: left;
      width: calc(100% - 40px); }

/* ----------------------------------------------------------------------------
=Showtime Page Content
----------------------------------------------------------------------------- */
.content {
  position: relative;
  margin: 0 0 15px;
  padding: 0;
  /* ----------------------------------------------------------------------------
	=Textarea margin
	----------------------------------------------------------------------------- */
  /* ----------------------------------------------------------------------------
	=Image Templates
	----------------------------------------------------------------------------- */ }
  .content .textarea {
    position: relative;
    margin: 0 0 21px; }
  .content img {
    max-width: 100%; }
    .content img[align=left], .content img[align=left].gh-image, .content img.left {
      float: left;
      margin: 0 15px 15px 0;
      padding: 6px; }
    .content img[align=right], .content img[align=right].gh-image, .content img.right {
      float: right;
      margin: 0 0 15px 15px;
      padding: 6px; }
    .content img.gh-image {
      margin: 0 15px 15px 0;
      padding: 0; }
    .content img.image {
      margin: 0 15px 15px 0;
      padding: 0; }

table {
  border: none;
  margin: 0px;
  padding: 0px;
  width: 100%; }
  table th {
    background-color: #ddd;
    padding: 12px 8px;
    width: calc(100% - 250px);
    font-weight: normal;
    font-size: 14px;
    color: #181818; }
    table th:first-child {
      width: 250px; }
      @media screen and (max-width: 700px) {
        table th:first-child {
          width: 150px; } }
    @media screen and (max-width: 700px) {
      table th {
        width: calc(100% - 150px); } }
  table tr {
    background-color: #f6f6f6; }
    table tr:nth-child(even) {
      background-color: #eee; }
  table td {
    padding: 8px;
    color: #5e5e5e;
    display: table-cell; }
  table a, table a:visited, table a:link {
    color: #5e5e5e; }
    table a:hover, table a:visited:hover, table a:link:hover {
      color: #ae4c0d;
      text-decoration: none; }

/* ----------------------------------------------------------------------------
=Spotlight list style
----------------------------------------------------------------------------- */
#pages.home .spotlight,
#pages.participating-associations .spotlight,
#pages.participating-venues .venue_list,
#pages.testimonials .spotlight {
  width: 100%;
  display: inline-block;
  clear: both;
  display: flex;
  flex-wrap: wrap; }
  #pages.home .spotlight .entry,
  #pages.participating-associations .spotlight .entry,
  #pages.participating-venues .venue_list .entry,
  #pages.testimonials .spotlight .entry {
    float: left;
    padding: 20px 0;
    margin-right: 15px;
    width: calc((100% / 3) - 15px); }
    #pages.home .spotlight .entry a.image,
    #pages.participating-associations .spotlight .entry a.image,
    #pages.participating-venues .venue_list .entry a.image,
    #pages.testimonials .spotlight .entry a.image {
      width: 100%;
      height: auto;
      left: 0;
      top: 0;
      height: auto;
      display: block; }
      #pages.home .spotlight .entry a.image img,
      #pages.participating-associations .spotlight .entry a.image img,
      #pages.participating-venues .venue_list .entry a.image img,
      #pages.testimonials .spotlight .entry a.image img {
        width: 100%;
        max-width: 100%;
        -webkit-transition: all 100ms linear;
        -moz-transition: all 100ms linear;
        -o-transition: all 100ms linear;
        transition: all 100ms linear; }
      #pages.home .spotlight .entry a.image:hover img,
      #pages.participating-associations .spotlight .entry a.image:hover img,
      #pages.participating-venues .venue_list .entry a.image:hover img,
      #pages.testimonials .spotlight .entry a.image:hover img {
        transform: scale(1.1, 1.1); }
    #pages.home .spotlight .entry .spotlight_text, #pages.home .spotlight .entry h2,
    #pages.participating-associations .spotlight .entry .spotlight_text,
    #pages.participating-associations .spotlight .entry h2,
    #pages.participating-venues .venue_list .entry .spotlight_text,
    #pages.participating-venues .venue_list .entry h2,
    #pages.testimonials .spotlight .entry .spotlight_text,
    #pages.testimonials .spotlight .entry h2 {
      display: none; }
    #pages.home .spotlight .entry .info, #pages.home .spotlight .entry .thumb,
    #pages.participating-associations .spotlight .entry .info,
    #pages.participating-associations .spotlight .entry .thumb,
    #pages.participating-venues .venue_list .entry .info,
    #pages.participating-venues .venue_list .entry .thumb,
    #pages.testimonials .spotlight .entry .info,
    #pages.testimonials .spotlight .entry .thumb {
      float: none;
      width: 100%; }
    @media (max-width: 500px) {
      #pages.home .spotlight .entry .thumb img,
      #pages.participating-associations .spotlight .entry .thumb img,
      #pages.participating-venues .venue_list .entry .thumb img,
      #pages.testimonials .spotlight .entry .thumb img {
        width: auto !important;
        margin: 0px auto; } }
    #pages.home .spotlight .entry h2,
    #pages.participating-associations .spotlight .entry h2,
    #pages.participating-venues .venue_list .entry h2,
    #pages.testimonials .spotlight .entry h2 {
      font-size: 16px; }
    #pages.home .spotlight .entry .info,
    #pages.participating-associations .spotlight .entry .info,
    #pages.participating-venues .venue_list .entry .info,
    #pages.testimonials .spotlight .entry .info {
      margin-left: 0px;
      margin-top: 10px;
      height: 50px; }
    #pages.home .spotlight .entry a.link-btn,
    #pages.participating-associations .spotlight .entry a.link-btn,
    #pages.participating-venues .venue_list .entry a.link-btn,
    #pages.testimonials .spotlight .entry a.link-btn {
      padding: 7px 38px 7px 12px;
      color: white;
      background-color: #555555;
      font-weight: normal;
      text-align: center;
      font-size: 14px;
      white-space: nowrap;
      line-height: 1.2;
      margin: 15px 0px;
      position: relative;
      display: inline-block;
      -webkit-transition: all 100ms linear;
      -moz-transition: all 100ms linear;
      -o-transition: all 100ms linear;
      transition: all 100ms linear; }
      #pages.home .spotlight .entry a.link-btn:after,
      #pages.participating-associations .spotlight .entry a.link-btn:after,
      #pages.participating-venues .venue_list .entry a.link-btn:after,
      #pages.testimonials .spotlight .entry a.link-btn:after {
        width: 20px;
        height: 20px;
        position: absolute;
        right: 10px;
        top: 7px;
        color: white;
        content: "\f08e";
        font-family: FontAwesome; }
      #pages.home .spotlight .entry a.link-btn:hover,
      #pages.participating-associations .spotlight .entry a.link-btn:hover,
      #pages.participating-venues .venue_list .entry a.link-btn:hover,
      #pages.testimonials .spotlight .entry a.link-btn:hover {
        color: white;
        background-color: #ae4c0d;
        text-decoration: none; }
    @media screen and (max-width: 750px) {
      #pages.home .spotlight .entry,
      #pages.participating-associations .spotlight .entry,
      #pages.participating-venues .venue_list .entry,
      #pages.testimonials .spotlight .entry {
        width: calc((100% / 2) - 15px); } }
    @media (max-width: 500px) {
      #pages.home .spotlight .entry,
      #pages.participating-associations .spotlight .entry,
      #pages.participating-venues .venue_list .entry,
      #pages.testimonials .spotlight .entry {
        width: calc(100%);
        margin-right: 0px; }
        #pages.home .spotlight .entry a.link-btn,
        #pages.participating-associations .spotlight .entry a.link-btn,
        #pages.participating-venues .venue_list .entry a.link-btn,
        #pages.testimonials .spotlight .entry a.link-btn {
          margin: 0px auto; }
        #pages.home .spotlight .entry .info,
        #pages.participating-associations .spotlight .entry .info,
        #pages.participating-venues .venue_list .entry .info,
        #pages.testimonials .spotlight .entry .info {
          text-align: center; } }
#pages.testimonials .spotlight .entry a.image {
  position: relative; }
  #pages.testimonials .spotlight .entry a.image .thumboverlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.25);
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    transition: all 100ms linear; }
    #pages.testimonials .spotlight .entry a.image .thumboverlay:hover {
      background: rgba(0, 0, 0, 0.55); }
    #pages.testimonials .spotlight .entry a.image .thumboverlay:before {
      content: "\f04b";
      position: absolute;
      font-family: FontAwesome;
      font-size: 40px;
      line-height: 100%;
      color: white;
      top: calc(50% - 20px);
      left: calc(50% - 20px);
      display: table-cell;
      vertical-align: middle;
      z-index: 99; }

#pages.participating-associations .spotlight .entry,
#pages.participating-venues .venue_list .entry {
  min-height: 335px; }

#pages.participating-associations .spotlight .entry h2,
#pages.participating-venues .venue_list .entry h2 {
  display: block;
  min-height: 120px; }

#pages.participating-associations .spotlight .entry .info,
#pages.participating-venues .venue_list .entry .info {
  height: 125px; }

@media screen and (max-width: 750px) {
  #pages.participating-associations .spotlight .entry h2,
  #pages.participating-venues .venue_list .entry h2 {
    min-height: 45px; } }

@media (min-width: 992px) {
  #pages.participating-associations .spotlight .entry h2,
  #pages.participating-venues .venue_list .entry h2 {
    min-height: 72px; } }

#pages.xl-steering-committee .spotlight .entry a.link-btn {
  display: inline-block; }

@media screen and (max-width: 750px) {
  #pages.xl-steering-committee .spotlight .entry .thumb {
    width: 200px; }
  #pages.xl-steering-committee .spotlight .entry .info {
    width: calc(100% - 200px - 30px); } }

@media (max-width: 500px) {
  #pages.xl-steering-committee .spotlight .entry .thumb {
    width: auto; }
  #pages.xl-steering-committee .spotlight .entry .info {
    width: 100%; } }

.spotlight, .venue_list {
  width: 100%;
  display: inline-block;
  clear: both; }
  .spotlight .entry, .venue_list .entry {
    padding: 30px 0;
    width: 100%;
    clear: both; }
    .spotlight .entry .thumb, .venue_list .entry .thumb {
      width: 360px;
      height: auto;
      display: block;
      float: left;
      overflow: hidden; }
      .spotlight .entry .thumb img, .venue_list .entry .thumb img {
        width: 100%;
        max-width: 100%; }
      @media (max-width: 500px) {
        .spotlight .entry .thumb, .venue_list .entry .thumb {
          float: none;
          margin: 0px auto; } }
    .spotlight .entry a.image, .venue_list .entry a.image {
      width: 100%;
      height: auto;
      left: 0;
      top: 0;
      height: auto;
      display: block; }
      .spotlight .entry a.image img, .venue_list .entry a.image img {
        width: 100%;
        max-width: 100%;
        display: block;
        -webkit-transition: all 100ms linear;
        -moz-transition: all 100ms linear;
        -o-transition: all 100ms linear;
        transition: all 100ms linear; }
      .spotlight .entry a.image:hover img, .venue_list .entry a.image:hover img {
        transform: scale(1.1, 1.1); }
    .spotlight .entry .info, .venue_list .entry .info {
      margin-left: 30px;
      width: calc(100% - 360px - 30px);
      float: right; }
      .spotlight .entry .info .spotlight_text, .venue_list .entry .info .spotlight_text {
        font-size: 14px;
        color: #555555; }
      .spotlight .entry .info a, .venue_list .entry .info a {
        color: #555555;
        font-weight: bold; }
        .spotlight .entry .info a:hover, .venue_list .entry .info a:hover {
          color: #ae4c0d;
          text-decoration: none; }
      @media (max-width: 500px) {
        .spotlight .entry .info, .venue_list .entry .info {
          width: 100%;
          float: none;
          margin: 10px 0px 0px; } }
    .spotlight .entry h2, .venue_list .entry h2 {
      font-size: 18px;
      color: #555555; }
    .spotlight .entry a.link-btn, .venue_list .entry a.link-btn {
      display: none;
      padding: 7px 38px 7px 12px;
      color: white;
      background-color: #555555;
      font-weight: normal;
      text-align: center;
      font-size: 14px;
      white-space: nowrap;
      line-height: 1.2;
      margin: 15px 0px;
      position: relative;
      display: inline-block;
      -webkit-transition: all 100ms linear;
      -moz-transition: all 100ms linear;
      -o-transition: all 100ms linear;
      transition: all 100ms linear; }
      .spotlight .entry a.link-btn:after, .venue_list .entry a.link-btn:after {
        width: 20px;
        height: 20px;
        position: absolute;
        right: 10px;
        top: 7px;
        color: white;
        content: "\f08e";
        font-family: FontAwesome; }
      .spotlight .entry a.link-btn:hover, .venue_list .entry a.link-btn:hover {
        color: white;
        background-color: #ae4c0d;
        text-decoration: none; }

.m-video-lightbox {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  text-align: center;
  background: rgba(255, 255, 255, 0.8);
  display: none;
  z-index: 500; }
  .m-video-lightbox iframe {
    margin: 0 auto;
    z-index: 2;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .m-video-lightbox iframe:after {
      content: '';
      position: absolute;
      bottom: -50px;
      right: 0;
      width: 30px;
      height: 30px;
      background: #f0f; }
  .m-video-lightbox .m-close-lightbox {
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: -20px auto 0;
    cursor: pointer; }
    .m-video-lightbox .m-close-lightbox:hover {
      opacity: 1; }
    .m-video-lightbox .m-close-lightbox:after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      width: 40px;
      height: 40px;
      background: black url(../images/close-white.svg) center center no-repeat;
      background-size: 25px; }

/* ----------------------------------------------------------------------------
= Showtime Homepage Overlay
----------------------------------------------------------------------------- */
#overlay_container {
  display: none;
  padding: 100px 0 0; }
  #overlay_container .close-overlay {
    position: absolute;
    display: block;
    z-index: 50;
    top: -25px;
    right: -25px;
    width: 50px;
    height: 50px;
    background: url(../images/button_close.png) no-repeat center center;
    cursor: pointer; }
  #overlay_container a, #overlay_container a:link, #overlay_container a:visited {
    position: relative;
    display: block;
    z-index: 10;
    max-width: 1000px;
    height: auto; }
    #overlay_container a img, #overlay_container a:link img, #overlay_container a:visited img {
      width: 100%;
      height: auto; }

.overlay_content {
  position: relative;
  width: 95%;
  max-width: 1000px;
  height: auto;
  margin: 0 auto;
  padding: 0; }

.close-overlay-bg {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0; }

.dontshow-overlay {
  width: 100%;
  padding: 10px 0;
  color: #fff;
  background: #000;
  font: 400 20px/140% Helvetica Neue, sans-serif;
  line-height: 25px;
  cursor: pointer;
  text-align: center; }
  .dontshow-overlay:hover {
    color: #fff;
    background: #333; }

/* ----------------------------------------------------------------------------
= Homepage items and layout
----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------
= Links and Link Lists
----------------------------------------------------------------------------- */
.link {
  position: relative;
  margin: 0 0 20px;
  padding: 0; }
  .link ul.list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-image: none;
    font: bold 16px/24px Helvetica Neue, sans-serif; }
    .link ul.list li {
      margin: 0 0 10px;
      padding: 0;
      background: none; }
      .link ul.list li:hover a, .link ul.list li:hover a:link, .link ul.list li:hover a:visited, .link ul.list li:focus a, .link ul.list li:focus a:link, .link ul.list li:focus a:visited {
        color: #ae4c0d; }
      .link ul.list li:before {
        content: ""; }
    .link ul.list a, .link ul.list a:link, .link ul.list a:visited {
      display: block;
      padding: 6px 0px 0px 46px;
      word-wrap: break-word;
      color: #555555;
      text-decoration: none;
      position: relative;
      font: 600 15px Helvetica Neue, sans-serif;
      font-size: 0.9375rem;
      letter-spacing: 0.05em; }
      .link ul.list a:hover, .link ul.list a:focus, .link ul.list a:link:hover, .link ul.list a:link:focus, .link ul.list a:visited:hover, .link ul.list a:visited:focus {
        color: #ae4c0d; }
      .link ul.list a:before, .link ul.list a:link:before, .link ul.list a:visited:before {
        position: absolute;
        top: 50%;
        left: 0;
        width: 38px;
        height: 40px;
        content: '';
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        background: url(../images/svg/link.svg) no-repeat 5px 10px, url(../images/svg/link_hover.svg) no-repeat 5px 10px;
        background-size: 20px, 0; }
      .link ul.list a:hover:before, .link ul.list a:focus:before, .link ul.list a:link:hover:before, .link ul.list a:link:focus:before, .link ul.list a:visited:hover:before, .link ul.list a:visited:focus:before {
        background: url(../images/svg/link_hover.svg) no-repeat 5px 10px, url(../images/svg/link.svg) no-repeat 5px 10px;
        background-size: 20px, 0; }
      .link ul.list a.external:before, .link ul.list a:link.external:before, .link ul.list a:visited.external:before {
        background: url(../images/svg/link.svg) no-repeat 5px 10px, url(../images/svg/link_hover.svg) no-repeat 5px 10px;
        background-size: 20px, 0; }
      .link ul.list a.external:hover:before, .link ul.list a.external:focus:before, .link ul.list a:link.external:hover:before, .link ul.list a:link.external:focus:before, .link ul.list a:visited.external:hover:before, .link ul.list a:visited.external:focus:before {
        background: url(../images/svg/link_hover.svg) no-repeat 5px 10px, url(../images/svg/link.svg) no-repeat 5px 10px;
        background-size: 20px, 0; }
      .link ul.list a.image:before, .link ul.list a:link.image:before, .link ul.list a:visited.image:before {
        background: url(../images/svg/image.svg) no-repeat 5px 10px, url(../images/svg/image_hover.svg) no-repeat 5px 10px;
        background-size: 20px, 0; }
      .link ul.list a.image:hover:before, .link ul.list a.image:focus:before, .link ul.list a:link.image:hover:before, .link ul.list a:link.image:focus:before, .link ul.list a:visited.image:hover:before, .link ul.list a:visited.image:focus:before {
        background: url(../images/svg/image_hover.svg) no-repeat 5px 10px, url(../images/svg/image.svg) no-repeat 5px 10px;
        background-size: 20px, 0; }
      .link ul.list a.pdf:before, .link ul.list a:link.pdf:before, .link ul.list a:visited.pdf:before {
        background: url(../images/svg/document.svg) no-repeat 5px 10px, url(../images/svg/document_hover.svg) no-repeat 5px 10px;
        background-size: 20px, 0; }
      .link ul.list a.pdf:hover:before, .link ul.list a.pdf:focus:before, .link ul.list a:link.pdf:hover:before, .link ul.list a:link.pdf:focus:before, .link ul.list a:visited.pdf:hover:before, .link ul.list a:visited.pdf:focus:before {
        background: url(../images/svg/document_hover.svg) no-repeat 5px 10px, url(../images/svg/document.svg) no-repeat 5px 10px;
        background-size: 20px, 0; }
      .link ul.list a.email:before, .link ul.list a:link.email:before, .link ul.list a:visited.email:before {
        background: url(../images/svg/email.svg) no-repeat 5px 14px, url(../images/svg/email_hover.svg) no-repeat 5px 14px;
        background-size: 20px, 0; }
      .link ul.list a.email:hover:before, .link ul.list a.email:focus:before, .link ul.list a:link.email:hover:before, .link ul.list a:link.email:focus:before, .link ul.list a:visited.email:hover:before, .link ul.list a:visited.email:focus:before {
        background: url(../images/svg/email_hover.svg) no-repeat 5px 14px, url(../images/svg/email.svg) no-repeat 5px 14px;
        background-size: 20px, 0; }
      .link ul.list a[href^="http://www.twitter.com"]:before, .link ul.list a[href^="https://www.twitter.com"]:before, .link ul.list a[href^="http://twitter.com"]:before, .link ul.list a[href^="https://twitter.com"]:before, .link ul.list a:link[href^="http://www.twitter.com"]:before, .link ul.list a:link[href^="https://www.twitter.com"]:before, .link ul.list a:link[href^="http://twitter.com"]:before, .link ul.list a:link[href^="https://twitter.com"]:before, .link ul.list a:visited[href^="http://www.twitter.com"]:before, .link ul.list a:visited[href^="https://www.twitter.com"]:before, .link ul.list a:visited[href^="http://twitter.com"]:before, .link ul.list a:visited[href^="https://twitter.com"]:before {
        background: none;
        content: "\f099";
        font-family: FontAwesome;
        font-weight: normal;
        font-style: normal;
        display: inline-block;
        text-decoration: inherit;
        color: #ae4c0d;
        font-size: 22px;
        padding: 7px 7px; }
      .link ul.list a[href^="http://www.twitter.com"]:hover:before, .link ul.list a[href^="https://www.twitter.com"]:hover:before, .link ul.list a[href^="http://twitter.com"]:hover:before, .link ul.list a[href^="https://twitter.com"]:hover:before, .link ul.list a:link[href^="http://www.twitter.com"]:hover:before, .link ul.list a:link[href^="https://www.twitter.com"]:hover:before, .link ul.list a:link[href^="http://twitter.com"]:hover:before, .link ul.list a:link[href^="https://twitter.com"]:hover:before, .link ul.list a:visited[href^="http://www.twitter.com"]:hover:before, .link ul.list a:visited[href^="https://www.twitter.com"]:hover:before, .link ul.list a:visited[href^="http://twitter.com"]:hover:before, .link ul.list a:visited[href^="https://twitter.com"]:hover:before {
        color: #333; }
      .link ul.list a[href^="http://www.facebook.com"]:before, .link ul.list a[href^="https://www.facebook.com"]:before, .link ul.list a[href^="http://facebook.com"]:before, .link ul.list a[href^="https://facebook.com"]:before, .link ul.list a:link[href^="http://www.facebook.com"]:before, .link ul.list a:link[href^="https://www.facebook.com"]:before, .link ul.list a:link[href^="http://facebook.com"]:before, .link ul.list a:link[href^="https://facebook.com"]:before, .link ul.list a:visited[href^="http://www.facebook.com"]:before, .link ul.list a:visited[href^="https://www.facebook.com"]:before, .link ul.list a:visited[href^="http://facebook.com"]:before, .link ul.list a:visited[href^="https://facebook.com"]:before {
        background: none;
        content: "\f09a";
        font-family: FontAwesome;
        font-weight: normal;
        font-style: normal;
        display: inline-block;
        text-decoration: inherit;
        color: #ae4c0d;
        font-size: 22px;
        padding: 7px 10px; }
      .link ul.list a[href^="http://www.facebook.com"]:hover:before, .link ul.list a[href^="https://www.facebook.com"]:hover:before, .link ul.list a[href^="http://facebook.com"]:hover:before, .link ul.list a[href^="https://facebook.com"]:hover:before, .link ul.list a:link[href^="http://www.facebook.com"]:hover:before, .link ul.list a:link[href^="https://www.facebook.com"]:hover:before, .link ul.list a:link[href^="http://facebook.com"]:hover:before, .link ul.list a:link[href^="https://facebook.com"]:hover:before, .link ul.list a:visited[href^="http://www.facebook.com"]:hover:before, .link ul.list a:visited[href^="https://www.facebook.com"]:hover:before, .link ul.list a:visited[href^="http://facebook.com"]:hover:before, .link ul.list a:visited[href^="https://facebook.com"]:hover:before {
        color: #333; }
      .link ul.list a[href^="http://www.instagram.com"]:before, .link ul.list a[href^="https://www.instagram.com"]:before, .link ul.list a[href^="http://instagram.com"]:before, .link ul.list a[href^="https://instagram.com"]:before, .link ul.list a:link[href^="http://www.instagram.com"]:before, .link ul.list a:link[href^="https://www.instagram.com"]:before, .link ul.list a:link[href^="http://instagram.com"]:before, .link ul.list a:link[href^="https://instagram.com"]:before, .link ul.list a:visited[href^="http://www.instagram.com"]:before, .link ul.list a:visited[href^="https://www.instagram.com"]:before, .link ul.list a:visited[href^="http://instagram.com"]:before, .link ul.list a:visited[href^="https://instagram.com"]:before {
        background: none;
        content: "\f16d";
        font-family: FontAwesome;
        font-weight: normal;
        font-style: normal;
        display: inline-block;
        text-decoration: inherit;
        color: #ae4c0d;
        font-size: 22px;
        padding: 6px 8px; }
      .link ul.list a[href^="http://www.instagram.com"]:hover:before, .link ul.list a[href^="https://www.instagram.com"]:hover:before, .link ul.list a[href^="http://instagram.com"]:hover:before, .link ul.list a[href^="https://instagram.com"]:hover:before, .link ul.list a:link[href^="http://www.instagram.com"]:hover:before, .link ul.list a:link[href^="https://www.instagram.com"]:hover:before, .link ul.list a:link[href^="http://instagram.com"]:hover:before, .link ul.list a:link[href^="https://instagram.com"]:hover:before, .link ul.list a:visited[href^="http://www.instagram.com"]:hover:before, .link ul.list a:visited[href^="https://www.instagram.com"]:hover:before, .link ul.list a:visited[href^="http://instagram.com"]:hover:before, .link ul.list a:visited[href^="https://instagram.com"]:hover:before {
        color: #333; }
      .link ul.list a[href^="http://www.pinterest.com"]:before, .link ul.list a[href^="https://www.pinterest.com"]:before, .link ul.list a[href^="http://pinterest.com"]:before, .link ul.list a[href^="https://pinterest.com"]:before, .link ul.list a:link[href^="http://www.pinterest.com"]:before, .link ul.list a:link[href^="https://www.pinterest.com"]:before, .link ul.list a:link[href^="http://pinterest.com"]:before, .link ul.list a:link[href^="https://pinterest.com"]:before, .link ul.list a:visited[href^="http://www.pinterest.com"]:before, .link ul.list a:visited[href^="https://www.pinterest.com"]:before, .link ul.list a:visited[href^="http://pinterest.com"]:before, .link ul.list a:visited[href^="https://pinterest.com"]:before {
        background: none;
        content: "\f0d2";
        font-family: FontAwesome;
        font-weight: normal;
        font-style: normal;
        display: inline-block;
        text-decoration: inherit;
        color: #ae4c0d;
        font-size: 22px;
        padding: 6px 8px; }
      .link ul.list a[href^="http://www.pinterest.com"]:hover:before, .link ul.list a[href^="https://www.pinterest.com"]:hover:before, .link ul.list a[href^="http://pinterest.com"]:hover:before, .link ul.list a[href^="https://pinterest.com"]:hover:before, .link ul.list a:link[href^="http://www.pinterest.com"]:hover:before, .link ul.list a:link[href^="https://www.pinterest.com"]:hover:before, .link ul.list a:link[href^="http://pinterest.com"]:hover:before, .link ul.list a:link[href^="https://pinterest.com"]:hover:before, .link ul.list a:visited[href^="http://www.pinterest.com"]:hover:before, .link ul.list a:visited[href^="https://www.pinterest.com"]:hover:before, .link ul.list a:visited[href^="http://pinterest.com"]:hover:before, .link ul.list a:visited[href^="https://pinterest.com"]:hover:before {
        color: #333; }

/* ----------------------------------------------------------------------------
= FAQ Accordion
----------------------------------------------------------------------------- */
.faq {
  position: relative;
  margin: 0 0 25px;
  padding: 0px;
  /*ul {
		margin: 0 0 16px;
		padding: 0 15px;
		list-style-position: outside;
		list-style-type: square;
		list-style-image: url(../images/bullet.png);
		font: 12px/160% $primary_font;
		ul {
			margin-bottom: 0;
			padding-top: 5px;
			border: none;
		}
		li {
			padding: 0 0 8px;
			font-size: 13px;
			font-style: normal;
			line-height: 140%;
			li {
				border-bottom: none;
			}
		}
	}*/ }
  .faq dl {
    border-bottom: 1px solid #ccc;
    font-size: 11px; }
  .faq dt {
    overflow: auto;
    margin: 0;
    padding: 10px 0 10px 0px;
    border-top: 1px solid #ccc;
    cursor: pointer; }
    .faq dt a, .faq dt a:hover, .faq dt a:link, .faq dt a:active {
      text-decoration: none; }
    .faq dt:hover p {
      color: #222; }
    .faq dt p {
      margin: 0;
      padding: 0;
      color: black;
      font-size: 14px;
      font-weight: bold;
      text-transform: none;
      position: relative; }
    .faq dt p:after {
      position: absolute;
      display: block;
      visibility: visible;
      content: '';
      top: 1px;
      right: 20px;
      width: 22px;
      height: 22px;
      background: url(../images/arrow-small-gray2.svg) no-repeat 1px 4px;
      -webkit-transition: all 100ms linear;
      -moz-transition: all 100ms linear;
      -o-transition: all 100ms linear;
      transition: all 100ms linear; }
    .faq dt.active p, .faq dt.open p {
      color: #222; }
      .faq dt.active p:after, .faq dt.open p:after {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
        -webkit-transform-origin: 8px center;
        -moz-transform-origin: 8px center;
        -ms-transform-origin: 8px center;
        -o-transform-origin: 8px center;
        transform-origin: 8px center; }
  .faq dd {
    display: none;
    padding: 0 20px 10px 0px;
    margin-left: 20px; }
    .faq dd p {
      color: #222;
      font-size: 12px; }

/* ----------------------------------------------------------------------------
= Seating Charts Page styles (EVENT DETAIL IS IN EVENT DETAIL PARTIAL)
----------------------------------------------------------------------------- */
.seating {
  position: relative;
  display: block;
  width: 600px;
  margin: 0; }
  .seating .seating_charts {
    zoom: 1; }
    .seating .seating_charts:before, .seating .seating_charts:after {
      display: block;
      visibility: hidden;
      height: 0;
      content: '\0020'; }
    .seating .seating_charts:after {
      clear: both; }
    .seating .seating_charts .entry {
      position: relative;
      display: block;
      float: left;
      width: 275px;
      height: 340px;
      margin: 0 0 20px 25px; }
      .seating .seating_charts .entry:nth-child(odd) {
        margin: 0 0 20px; }
    .seating .seating_charts .thumb {
      position: relative;
      display: block;
      width: 265px;
      height: 260px;
      margin: 0 0 0 10px;
      border-top: 1px solid #ccc;
      border-right: 1px solid #ccc;
      border-left: 1px solid #ccc;
      text-align: center; }
      .seating .seating_charts .thumb a, .seating .seating_charts .thumb a:visited {
        width: 265px;
        height: 260px;
        text-align: center; }
        .seating .seating_charts .thumb a:before, .seating .seating_charts .thumb a:visited:before {
          display: inline-block;
          height: 100%;
          margin-right: -0.25em;
          content: '';
          vertical-align: middle; }
      .seating .seating_charts .thumb img {
        display: inline-block;
        max-width: 206px;
        text-align: center;
        vertical-align: middle; }
    .seating .seating_charts .info {
      position: relative;
      display: block;
      width: 265px;
      height: 68px;
      margin: 0 0 0 10px;
      padding: 27px 13px 6px 18px; }
    .seating .seating_charts .title {
      position: relative;
      width: auto;
      height: 30px;
      padding: 0 10px;
      color: white;
      background: #000;
      font: bold 13px/30px Helvetica Neue, sans-serif;
      text-align: left;
      text-transform: uppercase; }
      .seating .seating_charts .title a, .seating .seating_charts .title a:visited {
        display: inline;
        width: auto;
        height: auto;
        color: white;
        text-decoration: none; }
    .seating .seating_charts .links {
      position: relative;
      display: table-cell;
      width: 225px;
      height: 35px;
      margin: 0;
      padding: 0 0 0 7px;
      color: white;
      font: normal 16px/18px Helvetica Neue, sans-serif;
      vertical-align: middle;
      text-decoration: none;
      text-transform: uppercase;
      word-wrap: break-word; }
      .seating .seating_charts .links a, .seating .seating_charts .links a:visited {
        -webkit-transition: all 100ms linear;
        -moz-transition: all 100ms linear;
        -o-transition: all 100ms linear;
        transition: all 100ms linear;
        display: inline;
        width: auto;
        height: auto;
        padding-left: 8px;
        color: white;
        font-size: 14px; }
        .seating .seating_charts .links a:first-child, .seating .seating_charts .links a:visited:first-child {
          padding-right: 5px;
          border-right: 1px solid white; }
        .seating .seating_charts .links a:hover, .seating .seating_charts .links a:focus, .seating .seating_charts .links a:visited:hover, .seating .seating_charts .links a:visited:focus {
          color: #ae4c0d;
          text-decoration: none; }

/* ----------------------------------------------------------------------------
= Showtime Visitor Guide and Concierge 
----------------------------------------------------------------------------- */
.concierge_listing {
  position: relative; }
  .concierge_listing .list {
    position: relative;
    margin: 0 0 20px;
    padding: 0 10px; }
    .concierge_listing .list .entry {
      position: relative;
      display: block;
      clear: both;
      width: 520px;
      margin: 0;
      padding: 15px 0;
      border-bottom: 1px solid #aaa; }
      .concierge_listing .list .entry .thumb {
        float: left;
        width: 110px;
        height: 85px;
        margin: 0 20px 5px 0;
        padding: 5px;
        border: 1px solid #aaa; }
        .concierge_listing .list .entry .thumb a {
          display: block;
          width: 110px;
          height: 85px; }
        .concierge_listing .list .entry .thumb img {
          width: 110px;
          height: 85px; }
    .concierge_listing .list .info {
      float: left;
      width: 370px;
      margin: 0; }
      .concierge_listing .list .info h3 a {
        color: #ae4c0d;
        text-decoration: none; }
        .concierge_listing .list .info h3 a:hover {
          color: #222; }
      .concierge_listing .list .info address {
        padding: 0;
        color: black;
        font-size: 12px;
        font-style: italic;
        line-height: 130%; }
  .concierge_listing .booking {
    position: relative;
    width: auto; }
    .concierge_listing .booking a, .concierge_listing .booking a:link, .concierge_listing .booking a:visited {
      display: block;
      float: left;
      width: auto;
      height: 25px;
      margin: 0;
      padding: 0 5px;
      color: #fff;
      border: 1px solid black;
      background: black;
      font-size: 12px;
      line-height: 25px;
      text-align: center;
      text-decoration: none;
      text-transform: uppercase; }
      .concierge_listing .booking a:hover, .concierge_listing .booking a:link:hover, .concierge_listing .booking a:visited:hover {
        border: 1px solid #333;
        background: #333; }

/* ----------------------------------------------------------------------------
=Venue Pages
----------------------------------------------------------------------------- */
.venue_detail .heading {
  margin: 0 0 15px;
  padding: 0 0 15px;
  border-bottom: 1px solid #ccc; }
  .venue_detail .heading h1 {
    display: block;
    width: 600px;
    margin: 0;
    padding: 27px 0 0;
    color: #333;
    font: bold 26px/120% Helvetica Neue, sans-serif;
    text-transform: uppercase; }

.venue_detail .venue_body .events {
  padding-top: 15px;
  border-top: 1px solid #ccc; }

.venue_detail .main_column .seating img {
  max-width: 600px; }

/*.venue_list{
	width:100%;
	display: inline-block;
	clear:both;
	.entry {
		padding: 30px 0;
		width:100%;
		clear:both;

		.thumb{
			width:230px;
			height:auto;
			min-height:200px;
			display: block;
			float:left;
			overflow: hidden;

			img{
				width:100%;
			}
			@media(max-width: 500px) {
				//width:100%;
				float: none;
				margin:0px auto;
			}
		}

		a.image {
			width:100%;
			height:auto;
			left:0;
			top:0;
			height:auto;
			display: block;
			@include animated;
			img{
				width:100%;
				max-width:100%;
			}
			&:hover{
				transform: scale(1.1,1.1);
			};
		}
		.info{
			margin-left:30px;
			width:calc(100% - 230px - 30px);
			float:right;

			.spotlight_text{
				font-size: 14px;
				color:$grey_text;
			}

			a{
				color:$grey_text;
				font-weight: bold;

				&:hover{
					color:$link_hover;
					text-decoration: none;
				};

				&.websitelink{
					padding:7px 38px 7px 12px;
					color:white;
					background-color: $grey_text;
					font-weight: normal;
					text-align: center;
					font-size:14px;
					white-space: nowrap;
					line-height: 1.2;
					margin:15px 0px;
					position: relative;
					display: inline-block;
					@include animated;
					&:after{
						width:20px;
						height:20px;
						position: absolute;
						right: 10px;
						top:7px;
						color:white;
						content:"\f08e"; 
						font-family: FontAwesome;
					};
					&:hover{
						color:white;
						background-color: $link_hover;
						text-decoration: none;
					};
				}
			}
			@media(max-width: 500px) {
				//width:calc(70% - 10px);
				//margin-left:10px;
				width:100%;
				float:none;
				margin:10px 0px 0px;
			}
		}
		h2{
			font-size: 18px;
			color:$grey_text;
		}
		.spotlight_text{
			
				margin-bottom:10px;
			
		}
		a.link-btn{
			display: none;
		}
	}
}*/
/* ----------------------------------------------------------------------------
= Map styles
----------------------------------------------------------------------------- */
.map_holder {
  position: relative;
  display: block;
  width: 100%;
  height: 385px;
  margin-bottom: 25px; }
  .map_holder .map {
    width: 100%;
    height: 100%; }

.map_window .info {
  margin: 0 0 8px;
  padding: 0 0 4px; }
  .map_window .info h4 {
    color: #000;
    font-weight: 400; }
  .map_window .info address {
    margin: 0;
    padding: 0;
    color: #000;
    font-size: 12px;
    line-height: 140%; }

.map_window .desc {
  float: left;
  width: 120px; }
  .map_window .desc img {
    float: left;
    width: 120px;
    height: auto;
    margin: 0 15px 0 0; }
  .map_window .desc p {
    margin: 0;
    padding: 0; }

.map_window .directions {
  display: none;
  padding: 4px 0 0; }
  .map_window .directions label {
    display: block;
    margin: 0 0 8px;
    color: #000;
    font-size: 12px; }
  .map_window .directions input[type=text] {
    width: 72%;
    margin: 0 0 8px;
    padding: 4px 5px;
    color: #000;
    font-size: 12px; }
  .map_window .directions form button {
    display: block;
    float: right;
    padding: 6px 5px;
    color: #fff;
    border: 0;
    background-color: #a9a9a9;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase; }
    .map_window .directions form button:hover {
      background-color: #f2873b; }

.map_control {
  zoom: 1;
  position: relative;
  z-index: 51;
  margin: 0 auto;
  line-height: 40px; }
  .map_control:before, .map_control:after {
    display: block;
    visibility: hidden;
    height: 0;
    content: '\0020'; }
  .map_control:after {
    clear: both; }
  .map_control .map_anchor {
    display: none; }
  .map_control label {
    display: block;
    float: left;
    height: 40px;
    padding: 0 15px;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    line-height: 40px;
    text-align: center;
    letter-spacing: 0.15em;
    text-transform: uppercase; }
  .map_control button {
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    transition: all 100ms linear;
    float: left;
    margin: 0 2px 0 0;
    padding: 0 15px;
    color: #fff;
    border: none;
    background: none;
    font-family: Helvetica Neue, sans-serif;
    font-size: 12px;
    text-align: center;
    letter-spacing: 0.15em;
    text-transform: uppercase; }
    .map_control button.active {
      outline: none;
      background: #ae4c0d; }
      .map_control button.active:hover {
        color: white;
        outline: none; }
    .map_control button:hover {
      color: #ae4c0d;
      outline: none; }
    .map_control button:focus {
      outline: none; }

/* ----------------------------------------------------------------------------
= Pagination
----------------------------------------------------------------------------- */
body#events.all #column_1 .paging.final {
  display: none; }

.paging {
  zoom: 1;
  position: relative;
  height: 40px;
  margin: 5px 0 15px;
  padding: 0;
  color: #666;
  background: #ccc;
  font: bold 14px/40px Helvetica Neue, sans-serif;
  text-transform: uppercase; }
  .paging:before, .paging:after {
    display: block;
    visibility: hidden;
    height: 0;
    content: '\0020'; }
  .paging:after {
    clear: both; }
  .paging.final {
    margin: 0; }
  .paging.empty {
    height: 0;
    margin: 0;
    padding: 0;
    background: none; }
  .paging .record {
    float: left;
    width: auto;
    height: 40px;
    padding: 0 0 0 10px; }
  .paging .pages {
    zoom: 1;
    float: right;
    width: auto;
    margin: 0 -17px 0 0;
    text-align: center; }
    .paging .pages:before, .paging .pages:after {
      display: block;
      visibility: hidden;
      height: 0;
      content: '\0020'; }
    .paging .pages:after {
      clear: both; }
    .paging .pages strong, .paging .pages a, .paging .pages a:link, .paging .pages a:visited {
      position: relative;
      float: left;
      width: 40px;
      height: 40px;
      margin: 0;
      padding: 0;
      color: #fff;
      border-left: 1px solid #fff;
      background: #333;
      font: bold 16px/40px Helvetica Neue, sans-serif;
      text-decoration: none; }
      .paging .pages strong:hover, .paging .pages a:hover, .paging .pages a:link:hover, .paging .pages a:visited:hover {
        color: white;
        background: #000;
        text-decoration: none; }
      .paging .pages strong.last, .paging .pages strong.first, .paging .pages a.last, .paging .pages a.first, .paging .pages a:link.last, .paging .pages a:link.first, .paging .pages a:visited.last, .paging .pages a:visited.first {
        display: none; }
      .paging .pages strong.prev, .paging .pages a.prev, .paging .pages a:link.prev, .paging .pages a:visited.prev {
        display: block;
        overflow: hidden;
        background-repeat: no-repeat;
        text-align: left;
        white-space: nowrap;
        text-indent: 100%;
        direction: ltr;
        background: url(../images/paging-icons.png) no-repeat 0 0; }
        .paging .pages strong.prev:hover, .paging .pages strong.prev:focus, .paging .pages a.prev:hover, .paging .pages a.prev:focus, .paging .pages a:link.prev:hover, .paging .pages a:link.prev:focus, .paging .pages a:visited.prev:hover, .paging .pages a:visited.prev:focus {
          background-position: 0 -40px; }
      .paging .pages strong.next, .paging .pages a.next, .paging .pages a:link.next, .paging .pages a:visited.next {
        display: block;
        overflow: hidden;
        background-repeat: no-repeat;
        text-align: left;
        white-space: nowrap;
        text-indent: 100%;
        direction: ltr;
        background: url(../images/paging-icons.png) no-repeat -40px 0; }
        .paging .pages strong.next:hover, .paging .pages strong.next:focus, .paging .pages a.next:hover, .paging .pages a.next:focus, .paging .pages a:link.next:hover, .paging .pages a:link.next:focus, .paging .pages a:visited.next:hover, .paging .pages a:visited.next:focus {
          background-position: -40px -40px; }
    .paging .pages strong {
      color: white;
      background: #000;
      text-decoration: none; }

/* ----------------------------------------------------------------------------
=Password Protected Page login form
----------------------------------------------------------------------------- */
.login-form form {
  position: relative; }
  .login-form form input[type='password'] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
    width: calc(100% - 65px);
    height: 61px;
    margin: 0 0 0 10px;
    padding: 8px 10px;
    color: #fff;
    border: 1px solid black;
    border-radius: 0;
    background: transparent;
    font-size: 1rem;
    font-weight: 300;
    line-height: 61px;
    letter-spacing: 2px;
    text-transform: uppercase; }
    .login-form form input[type='password']::-webkit-input-placeholder {
      color: #ae4c0d; }
    .login-form form input[type='password']:-moz-placeholder {
      color: #ae4c0d; }
    .login-form form input[type='password']:-ms-input-placeholder {
      color: #ae4c0d; }
    .login-form form input[type='password']:focus {
      outline: none;
      -webkit-appearance: none; }
  .login-form form input[type='submit'] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 53px;
    height: 61px;
    margin: 0;
    padding: 0;
    border: none;
    font-size: 0.75rem;
    font-weight: 300;
    line-height: 61px;
    letter-spacing: 1px;
    text-transform: uppercase; }
    .login-form form input[type='submit']:hover, .login-form form input[type='submit']:focus {
      color: #fff;
      background: black; }

/* ----------------------------------------------------------------------------
= News List
----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------
= News Detail
----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------
= Event List
----------------------------------------------------------------------------- */
#loadMoreEvents[disabled="disabled"] {
  display: none; }

/* ----------------------------------------------------------------------------
= Event Detail
----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------
= Basic horizontal carousel for jcarousel only
----------------------------------------------------------------------------- */
.carousel.horizontal {
  position: relative;
  clear: both;
  width: 100%;
  height: 90px; }
  .carousel.horizontal .carousel_holder {
    position: relative;
    width: 1084px;
    margin: 0 auto; }
  .carousel.horizontal .prev-scroller, .carousel.horizontal .next-scroller {
    position: absolute;
    display: block;
    top: 0;
    width: 30px;
    height: 90px;
    background: none;
    cursor: pointer; }
    .carousel.horizontal .prev-scroller:after, .carousel.horizontal .next-scroller:after {
      position: absolute;
      display: block;
      top: 0;
      width: 30px;
      height: 90px;
      background: black;
      font-size: 34px;
      font-weight: normal;
      line-height: 90px;
      content: '\f105';
      text-align: center; }
  .carousel.horizontal .prev-scroller {
    left: 0; }
    .carousel.horizontal .prev-scroller:after {
      content: '\f104'; }
  .carousel.horizontal .next-scroller {
    right: 0; }
  .carousel.horizontal .list_holder {
    position: relative;
    overflow: hidden;
    width: 1000px;
    height: 90px;
    margin: 0 auto;
    padding: 8px 0; }
  .carousel.horizontal ul.list {
    position: relative;
    display: block;
    width: 1000em;
    margin: 0;
    padding: 0;
    list-style: none;
    zoom: 1; }
    .carousel.horizontal ul.list:before, .carousel.horizontal ul.list:after {
      display: block;
      visibility: hidden;
      height: 0;
      content: '\0020'; }
    .carousel.horizontal ul.list:after {
      clear: both; }
    .carousel.horizontal ul.list li {
      position: relative;
      display: block;
      float: left;
      overflow: hidden;
      width: 175px;
      height: 80px;
      margin: 0 12px;
      padding: 0;
      background: none; }

/* ----------------------------------------------------------------------------
= Banners driven by banner.php partial and using responsive slides
----------------------------------------------------------------------------- */
.banner {
  position: relative; }

.rslides {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none; }

.rslides li {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  -webkit-backface-visibility: hidden; }
  .rslides li:before {
    display: none; }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left; }

.rslides li a, .rslides li a:visited {
  position: relative;
  display: block; }

.rslides img {
  display: block;
  float: left;
  width: 100%;
  height: auto;
  border: 0; }

/* Preload images */
body:after {
  content: url(../images/close.png) url(../images/loading.gif) url(../images/prev.png) url(../images/next.png);
  display: none; }

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
  box-sizing: content-box; }

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
  box-sizing: content-box; }

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px; }

.lightbox a img {
  border: none; }

.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px; }

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both; }

.lb-container {
  padding: 4px; }

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0; }

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat; }

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10; }

.lb-container > .nav {
  left: 0; }

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="); }

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block; }

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s; }

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s; }

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both; }

.lb-data {
  padding: 0 4px;
  color: #ccc; }

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em; }

.lb-data .lb-caption {
  font-size: 14px;
  font-weight: bold;
  line-height: 1em;
  font-family: Arial; }

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999; }

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s; }

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

/* ----------------------------------------------------------------------------
=Sitemap
----------------------------------------------------------------------------- */
.sitemap {
  clear: both;
  margin: 0;
  padding: 0; }
  .sitemap .column {
    position: relative;
    float: left;
    width: 270px;
    padding: 0; }
  .sitemap #sitemap_column_1 {
    margin: 15px 20px 0 60px; }
  .sitemap ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .sitemap ul li {
      margin: 0 0 10px 0;
      padding: 0;
      font-size: 18px;
      font-weight: normal;
      line-height: 25px; }
      .sitemap ul li:before {
        left: -30px; }
      .sitemap ul li ul li {
        margin: 0;
        font-size: 12px;
        font-weight: bold; }
        .sitemap ul li ul li a, .sitemap ul li ul li a:link, .sitemap ul li ul li a:visited {
          padding: 0 0 0 20px;
          color: #555555; }
          .sitemap ul li ul li a:hover, .sitemap ul li ul li a:focus, .sitemap ul li ul li a:link:hover, .sitemap ul li ul li a:link:focus, .sitemap ul li ul li a:visited:hover, .sitemap ul li ul li a:visited:focus {
            color: #ae4c0d;
            text-decoration: none; }
        .sitemap ul li ul li ul {
          display: none; }
        .sitemap ul li ul li:before {
          display: none; }
  .sitemap a, .sitemap a:link, .sitemap a:visited {
    color: #555555;
    text-decoration: none; }
    .sitemap a:hover, .sitemap a:focus, .sitemap a:link:hover, .sitemap a:link:focus, .sitemap a:visited:hover, .sitemap a:visited:focus {
      color: #ae4c0d;
      text-decoration: none; }

/* ----------------------------------------------------------------------------
= jScrollPane CSS Styles.
= Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
= may not operate correctly without them.
----------------------------------------------------------------------------- */
.jspContainer {
  position: relative;
  overflow: hidden; }

.jspPane {
  position: absolute; }

.jspVerticalBar {
  position: absolute;
  top: 0;
  right: 6px;
  width: 10px;
  height: 236px;
  background: #ddd; }

.jspHorizontalBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16px;
  opacity: 0; }

.jspVerticalBar *, .jspHorizontalBar * {
  margin: 0;
  padding: 0; }

.jspCap {
  display: none; }

.jspHorizontalBar .jspCap {
  float: left; }

.jspTrack {
  position: relative;
  width: 10px;
  background: none; }

.jspDrag {
  position: relative;
  top: 0;
  left: 0;
  width: 10px;
  height: 58px;
  background: url(../images/drag_arrow.jpg) no-repeat 0 0;
  cursor: pointer; }

.jspHorizontalBar .jspTrack, .jspHorizontalBar .jspDrag {
  float: left;
  height: 100%; }

.jspArrow {
  display: block;
  background: none;
  cursor: pointer;
  text-indent: -20000px; }

.jspArrow.jspDisabled {
  background: #80808d;
  cursor: default; }

.jspVerticalBar .jspArrow {
  height: 16px; }

.jspHorizontalBar .jspArrow {
  float: left;
  width: 16px;
  height: 100%; }

.jspVerticalBar .jspArrow:focus {
  outline: none; }

.jspCorner {
  float: left;
  height: 100%;
  background: #eeeef4; }

/* ----------------------------------------------------------------------------
= Conditional IE Styles. Nest each browser under heading. 
= Classes are generated by Modernizr and appear in HTML tag
----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------
= Facebook connect widget styles
----------------------------------------------------------------------------- */
#fb_connect_status {
  display: none; }

.fbtabs {
  position: relative;
  width: 200px;
  height: 370px;
  margin: 0 0 15px;
  padding: 0 0 15px; }
  .fbtabs h4 {
    height: 20px;
    margin: 10px 0;
    padding: 0 0 0 28px;
    color: #fff;
    background: url(../images/social_icons.png) no-repeat 0 2px;
    font-size: 18px;
    line-height: 20px;
    text-align: left;
    text-transform: uppercase;
    text-transform: uppercase; }
  .fbtabs a.seeall {
    position: absolute;
    display: block;
    z-index: 25;
    top: 45px;
    right: 12px;
    width: 16px;
    height: 12px;
    padding: 5px;
    background: url(../images/icon_seeall.png) no-repeat center center;
    cursor: pointer;
    text-indent: -90000px; }
  .fbtabs .css-tabs {
    margin: 0 0 0 -1px;
    padding: 0; }
    .fbtabs .css-tabs li {
      float: left;
      padding: 0;
      list-style: none; }
    .fbtabs .css-tabs a {
      display: block;
      margin: 0 1px 0;
      padding: 5px 10px 2px;
      color: #fff;
      border: 1px solid #fff;
      background-color: #2577c6;
      font-size: 10px;
      text-decoration: none;
      text-transform: uppercase; }
      .fbtabs .css-tabs a.current {
        color: #2577c6;
        background-color: #fff; }
  .fbtabs .css-panes {
    position: relative;
    display: block;
    overflow: hidden;
    clear: both;
    z-index: 5;
    top: -1px;
    width: 170px;
    height: 260px;
    padding: 5px;
    background-color: #fff; }
    .fbtabs .css-panes .pane {
      display: none;
      min-height: 238px;
      padding: 10px 0;
      border: none;
      background: #fff; }
    .fbtabs .css-panes .attendee {
      float: left;
      width: 50px;
      height: 85px;
      padding: 0 3px;
      font-weight: bold;
      line-height: 110%;
      text-align: center; }
      .fbtabs .css-panes .attendee a {
        display: block;
        clear: both;
        color: #222;
        font-size: 11px;
        line-height: 120%;
        text-align: left;
        text-decoration: none; }
        .fbtabs .css-panes .attendee a div {
          font-size: 10px;
          font-weight: normal; }
      .fbtabs .css-panes .attendee img {
        display: block;
        width: 50px;
        height: 50px; }

.fbtabs_holder {
  position: relative;
  margin: 0;
  padding: 5px 10px 10px; }

#fb_connect_rsvpshare {
  position: absolute;
  bottom: 20px;
  left: 18px; }

#fb_connect_rsvpshare span.status {
  display: block;
  float: left;
  height: 20px;
  margin: 0 20px 0 5px;
  padding: 2px 0 0 5px;
  color: #333;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px; }

#fb_connect_rsvpshare a, #fb_connect_rsvpshare a:link, #fb_connect_rsvpshare a:visited {
  display: block;
  float: left;
  width: 120px;
  height: 18px;
  padding: 5px 0 0;
  color: #fff;
  border: 2px solid #333;
  background: #0075ac;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase; }

#fb_connect_rsvpshare a:first-child {
  margin-right: 10px; }

#fb_connect_rsvpshare a:hover {
  color: #0075ac;
  background: #fff;
  text-decoration: none; }

/* tab pane */
.css-panes #fb_event_attendees strong, .css-panes #fb_event_friends strong {
  display: block;
  width: 100%;
  margin: 0 0 5px;
  text-align: center; }

#fb_rsvp {
  position: relative;
  display: none;
  z-index: 15;
  width: 180px;
  margin: 10px auto;
  text-align: center; }

#fb_rsvp_status {
  position: relative;
  display: none;
  z-index: 15;
  width: 180px;
  margin: 10px auto;
  text-align: center; }

#fb_rsvp button, #fb_rsvp_status button {
  display: block;
  float: left;
  margin-right: 0;
  padding: 5px 10px;
  color: #222;
  border: 1px solid #ebbb2a;
  background: #fee230;
  font-size: 10px;
  font-weight: 700;
  line-height: 11px;
  cursor: pointer;
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase; }

#fb_rsvp_status span {
  display: block;
  float: left;
  margin-right: 10px;
  padding: 5px 10px;
  color: #222;
  border: 1px solid #ebbb2a;
  background: #fee230;
  font-size: 10px;
  font-weight: 700;
  line-height: 11px;
  cursor: pointer;
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase; }

#fb_rsvp #button_fb_rsvp_going {
  margin-right: 10px;
  color: #222; }

#fb_rsvp_status span, #fb_rsvp button:hover, #fb_rsvp_status button:hover {
  color: #222;
  background: #ebbb2a; }

/* @end */
#fb_window {
  position: absolute;
  z-index: 59999;
  top: -10000px;
  left: -10000px;
  width: 652px;
  height: 200px; }

#fb_window_cap {
  width: 100%;
  height: 10px;
  background: url(../images/fb_window_border.png) no-repeat center top; }

#fb_window_base {
  width: 100%;
  height: 10px;
  background: url(../images/fb_window_border.png) no-repeat center bottom; }

#fb_window_holder {
  padding: 0 10px;
  background: url(../images/fb_window_bg.png) repeat-y center bottom; }

#fb_window_header {
  height: 27px;
  padding-left: 26px;
  color: #fff;
  border: 1px solid #3b5998;
  background: #6d84b4;
  font: bold 14px/27px 'Lucida Grande',Lucida,Verdana,sans-serif;
  text-align: left; }

#fb_window_content {
  border: 1px solid #555;
  border-top: 0;
  background: #f7f7f7; }

#fb_window_content .textarea {
  padding: 15px 30px 25px;
  color: #333;
  text-align: left; }

#fb_window_content .sending {
  padding: 60px 30px 25px;
  color: #333;
  background: url(../images/loading.gif) no-repeat center 25px;
  font: 11px/15px 'Lucida Grande',Lucida,Verdana,sans-serif;
  text-align: center; }

#fb_window_content .warning {
  background: #ffebe8; }

#fb_window_content .textarea h3 {
  margin-bottom: 0;
  padding-bottom: 3px;
  color: #333;
  font: bold 13px/15px 'Lucida Grande',Lucida,Verdana,sans-serif; }

#fb_window_content .textarea p {
  color: #333;
  font: 11px/15px 'Lucida Grande',Lucida,Verdana,sans-serif; }

#fb_window_content .textarea textarea {
  width: 450px;
  border: 1px solid #bdc7d8;
  font: 11px/15px 'Lucida Grande',Lucida,Verdana,sans-serif; }

#fb_window_content fieldset {
  margin: 0;
  padding: 0; }

#fb_window_content fieldset label {
  font: bold 11px/15px 'Lucida Grande',Lucida,Verdana,sans-serif; }

#fb_window_content .toolbar {
  position: relative;
  top: auto;
  right: auto;
  height: 21px;
  padding: 6px 30px;
  border-top: 1px solid #e7e7e7;
  background: #f0f0f0;
  text-align: center; }

#fb_window_content .toolbar button {
  height: 21px;
  margin: 0 3px 0 0;
  padding: 0 18px;
  font: bold 10px/21px 'Lucida Grande',Lucida,Verdana,sans-serif; }

#fb_window_content .toolbar button.submit {
  padding: 0 25px;
  color: #fff;
  border: 1px solid #0e1f5b;
  border-color: #d9dfea #0e1f5b #0e1f5b #d9dfea;
  background: #3b5998; }

#fb_window_content .toolbar button.cancel {
  color: #333;
  border: 1px solid #666;
  border-color: #e7e7e7 #666 #666 #e7e7e7;
  background: #f0f0f0; }

#fb_window_content .toolbar button.next {
  float: right;
  padding: 0 25px;
  color: #fff;
  border: 1px solid #0e1f5b;
  border-color: #d9dfea #0e1f5b #0e1f5b #d9dfea;
  background: #3b5998; }

#fb_window_content .toolbar a.next, #fb_window_content .toolbar a.next:link, #fb_window_content .toolbar a.next:visited {
  float: right;
  height: 21px;
  margin: 0 3px 0 0;
  padding: 0 25px;
  padding: 0 18px;
  color: #fff;
  border: 1px solid #0e1f5b;
  border-color: #d9dfea #0e1f5b #0e1f5b #d9dfea;
  background: #3b5998;
  font: bold 10px/21px 'Lucida Grande',Lucida,Verdana,sans-serif;
  text-decoration: none; }

#fb_window_close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 14px;
  height: 14px;
  background: url(../images/fb_window_close.png) no-repeat center top;
  cursor: pointer;
  text-indent: -444444px; }

#fb_window_close:hover {
  background-position: center bottom; }

/* ----------------------------------------------------------------------------
= Mobile Navigation
----------------------------------------------------------------------------- */
#nav-toggle {
  position: absolute;
  display: none;
  z-index: 1500;
  top: 0px;
  right: 0px;
  width: 80px;
  height: 80px;
  cursor: pointer;
  background: #f6f6f6; }
  @media screen and (max-width: 750px) {
    #nav-toggle {
      display: block; } }
  #nav-toggle span {
    position: absolute;
    display: block;
    left: 20px;
    width: 40px;
    height: 3px;
    margin-top: 0;
    background: #555555;
    content: '';
    cursor: pointer;
    transition: all 0.4s ease;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    /* IE 9 */
    transform: rotate(0deg); }
    #nav-toggle span.top {
      top: 26px; }
    #nav-toggle span.mid, #nav-toggle span.mid2 {
      top: 38px; }
    #nav-toggle span.bottom {
      top: 50px; }
  #nav-toggle.active span.mid {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    /* IE 9 */
    transform: rotate(45deg); }
  #nav-toggle.active span.mid2 {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    /* IE 9 */
    transform: rotate(-45deg); }
  #nav-toggle.active span.top, #nav-toggle.active span.bottom {
    opacity: 0; }

.nav_wrapper.is-opened {
  position: absolute;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.mobile_nav {
  position: absolute;
  display: none;
  z-index: 500;
  top: 80px;
  left: 0;
  width: 100%;
  margin: 0 0 0;
  padding: 0;
  background: #f6f6f6;
  zoom: 1; }
  .mobile_nav:before, .mobile_nav:after {
    display: block;
    visibility: hidden;
    height: 0;
    content: '\0020'; }
  .mobile_nav:after {
    clear: both; }
  .mobile_nav ul {
    position: relative;
    display: block;
    float: left;
    clear: left;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: left; }
    .mobile_nav ul li {
      position: relative;
      display: block;
      display: block;
      float: left;
      clear: left;
      width: 100%;
      margin: 0;
      padding: 0; }
      .mobile_nav ul li.has-sub a {
        padding-right: 40px; }
      .mobile_nav ul li.has-sub:after {
        width: 20px;
        height: 20px;
        position: absolute;
        right: 10px;
        top: 23px;
        color: #555555;
        content: "\f078";
        font-family: FontAwesome; }
      .mobile_nav ul li:hover {
        background: #eee; }
      .mobile_nav ul li:before {
        display: none; }
  .mobile_nav a, .mobile_nav a:link, .mobile_nav a:visited {
    display: block;
    float: left;
    clear: left;
    width: 100%;
    margin: 0;
    padding: 22px 15px;
    color: #555555;
    border-bottom: 1px solid #ddd;
    text-align: left;
    text-decoration: none;
    font-size: 14px;
    min-height: 60px; }
    .mobile_nav a.active, .mobile_nav a:link.active, .mobile_nav a:visited.active {
      color: #181818; }
    .mobile_nav a:hover, .mobile_nav a:link:hover, .mobile_nav a:visited:hover {
      color: #ae4c0d; }
  .mobile_nav .hover a {
    color: #ae4c0d; }

.mobile_nav ul .sub {
  float: left;
  width: 100%;
  background-color: #eee; }
  .mobile_nav ul .sub .sub_holder {
    width: 100%; }

.mobile_nav ul ul a, .mobile_nav ul ul a:link, .mobile_nav ul ul a:visited {
  color: #555555; }
