/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 */
/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block; }

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

audio:not([controls]) {
  display: none; }

[hidden] {
  display: none; }

/* =============================================================================
   Base
   ========================================================================== */
/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

html, button, input, select, textarea {
  font-family: sans-serif;
  color: #222; }

body {
  margin: 0;
  padding: 0;
  font-size: 1em;
  line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */
::-moz-selection {
  background: #003855;
  color: #fff;
  text-shadow: none; }

::selection {
  background: #003855;
  color: #fff;
  text-shadow: none; }

/* =============================================================================
   Links
   ========================================================================== */
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

a:focus {
  outline: thin dotted; }

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

/*  j.mp/webkit-tap-highlight-color */
a:link {
  -webkit-tap-highlight-color: #333; }

/* =============================================================================
   Typography
   ========================================================================== */
abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

dfn {
  font-style: italic; }

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

ins {
  background: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: none; }

q:before,
q:after {
  content: "";
  content: none; }

small {
  font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

del {
  text-decoration: line-through; }

hr {
  display: block;
  height: 1px; }

/* =============================================================================
   Lists
   ========================================================================== */
ul, ol {
  margin: 1em 0; }

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

/* =============================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/i/440
 */
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9
 */
svg:not(:root) {
  overflow: hidden; }

/* =============================================================================
   Figures
   ========================================================================== */
figure {
  margin: 0; }

/* =============================================================================
   Forms
   ========================================================================== */
form {
  margin: 0; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/* 
 * Indicate that 'label' will shift focus to the associated form element 
 */
label {
  cursor: pointer; }

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */
button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */
button, input {
  line-height: normal; }

/* 
 * webkit browsers add a 2px margin outside the chrome of form elements 
 */
input,
select,
textarea {
  margin: 0; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */
button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible; }

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

/*
 * Consistent box sizing and appearance
 */
input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px; }

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none; }

/* 
 * colors for form validity 
 */
input:invalid, textarea:invalid {
  /*      border-radius: 1px;
      -moz-box-shadow: 0px 0px 5px red; 
   -webkit-box-shadow: 0px 0px 5px red; 
           box-shadow: 0px 0px 5px red;*/ }

.no-boxshadow input:invalid,
.no-boxshadow textarea:invalid {
  /* background-color: #f0dddd; */ }

/*
 *  align checkboxes, radios, text inputs with their label
 *  by: Thierry Koblentz tjkdesign.com/ez-css/css/base.css  
 */
input[type="radio"] {
  vertical-align: text-bottom; }

input[type="checkbox"] {
  vertical-align: bottom; }

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

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

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

/* Colors for form validity 
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }
*/
/* =============================================================================
   Tables
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td {
  vertical-align: top; }

/* =============================================================================
   Chrome Frame Prompt
   ========================================================================== */
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: black;
  padding: 0.2em 0; }

/* ==========================================================================
   non-semantic helper classes
   ========================================================================== */
/* For image replacement */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0; }

.ir br {
  display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden {
  display: none !important;
  visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible {
  visibility: hidden; }

/* Contain floats: h5bp.com/q */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

/* apply a natural box layout model to all elements */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* ----------------------------------------------------------------------------
=for breakpoints copied straight from bourbon neat project 
----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------
=gives ability to use @include media() on non-bourbon non-neat projects
----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------
=fonts - name like $fontname: 'typekit name';
----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------
=color swatches - name like $color-colorname: #000000; // Example Name
----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------
=custom mixins
=currently importing default mixins from Compass
=reference default mixin calls at http://compass-style.org/reference/compass/css3/
----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------
=Compass support variables
=Determine what css3 support levels are generated from mixins
=Reference at http://compass-style.org/reference/compass/support/
----------------------------------------------------------------------------- */
/* Mobile Settings */
/* Base Layout Colors */
/* Text Colors */
/* added 07/10/12 */
/* added 07/10/12 */
/* added 07/10/12 ****/
/* Dividers and Element Colors */
/* Base Backgrounds */
/* Event Item Size Variables */
/*____________________________* oocss grid system *____________________________________*/
.left,
.unit,
.col1of2,
.col1of3,
.col2of3,
.col1of4,
.col3of4,
.col1of5,
.col2of5,
.col3of5,
.col4of5 {
  float: left; }
  @media screen and (max-width: 880px) {
    .left#column_1, .left#column_2,
    .unit#column_1,
    .unit#column_2,
    .col1of2#column_1,
    .col1of2#column_2,
    .col1of3#column_1,
    .col1of3#column_2,
    .col2of3#column_1,
    .col2of3#column_2,
    .col1of4#column_1,
    .col1of4#column_2,
    .col3of4#column_1,
    .col3of4#column_2,
    .col1of5#column_1,
    .col1of5#column_2,
    .col2of5#column_1,
    .col2of5#column_2,
    .col3of5#column_1,
    .col3of5#column_2,
    .col4of5#column_1,
    .col4of5#column_2 {
      width: calc(100% - 20px) !important;
      float: none !important;
      margin: auto; } }

.right {
  float: right; }

.col1of1 {
  float: none; }

.col1of2 {
  width: 50%; }

.col1of3 {
  width: 33.33333%; }

.col2of3 {
  width: 66.66666%; }

.col1of4 {
  width: 25%; }

.col3of4 {
  width: 75%; }

.col1of5 {
  width: 20%; }

.col2of5 {
  width: 40%; }

.col3of5 {
  width: 60%; }

.col4of5 {
  width: 80%; }

.lastCol {
  overflow: hidden;
  *overflow: visible;
  *zoom: 1; }

.lastCol,
.lastUnit {
  float: none;
  width: auto;
  _position: relative;
  _left: -3px;
  _margin-right: -3px; }

/*______________________________________________________________________________________*/
/* ////////////////////////////////////////////////////
   Headers & Default Type Styles
//////////////////////////////////////////////////// */
h1, h2, h3, h4, h5, h6 {
  color: #004890; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    text-decoration: none; }

h1 {
  margin: 0 0 10px;
  padding: 0;
  font-size: 26px;
  font-weight: 700;
  line-height: 28px;
  text-transform: uppercase; }

h2 {
  margin: 0 0 10px;
  padding: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase; }

h3 {
  margin: 0 0 8px;
  padding: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 15px; }

h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%; }

p, address {
  margin: 0 0 12px;
  padding: 0; }

ul, ol {
  margin: 0;
  padding: 0;
  list-style-type: square;
  list-style-position: outside;
  list-style-image: none; }
  ul li, ol li {
    margin: 0;
    padding: 0 0 6px 0;
    list-style-type: inherit;
    line-height: 130%; }
  ul ul, ol ul {
    margin: 0; }

ol {
  list-style-type: decimal; }

a {
  color: black;
  text-decoration: none;
  outline: none; }
  a:hover, a:focus {
    color: #00a1e3; }

.textarea a {
  text-decoration: underline;
  color: #00a1e3; }
  .textarea a:hover, .textarea a:focus {
    text-decoration: none; }

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

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

/* /////////////////////////////////////////////////////
= Body and Wrappers
 ///////////////////////////////////////////////////// */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 100%;
  font-size: 16px; }

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-break: normal; }

html,
body {
  height: 100%; }

body {
  background-color: white;
  font-family: "Arial", "sans-serif", "Arial", "sans-serif";
  font-size: 12px;
  font-weight: 300;
  color: black; }
  body.nav-active {
    overflow: hidden; }

iframe {
  max-width: calc(100vw - 20px); }

#container {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  margin: auto; }

#layout {
  position: relative;
  width: 980px;
  margin: 0 auto;
  padding: 0;
  max-width: 100%;
  overflow: hidden; }
  @media screen and (max-width: 880px) {
    #layout {
      padding-top: 86px; } }

#custom_bg {
  position: absolute;
  top: 0;
  left: 0px;
  width: 100%;
  height: 1076px;
  overflow: hidden; }
  #custom_bg .slideshow {
    position: relative;
    width: 1430px;
    height: 1076px;
    margin: 0 auto;
    border: 0;
    padding: 0; }
  #custom_bg img {
    width: 100%;
    margin: 0 auto; }

/* /////////////////////////////////////////////////////
= Main Header layout styles
  //////////////////////////////////////////////////// */
header {
  position: relative;
  width: auto; }
  @media screen and (max-width: 880px) {
    header.layout-header {
      padding: 0 20px;
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      z-index: 99;
      background: #fff; }
      header.layout-header:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        height: 100%;
        background: white;
        z-index: 1001; } }
  @media screen and (max-width: 880px) {
    header {
      border-bottom: 1px solid #ccc; } }
  @media screen and (max-width: 880px) {
    header .logo {
      margin: 15px 0 !important; } }
  header .logo {
    display: block;
    width: 264px;
    height: 72px;
    background: transparent url("../images/logo.png") no-repeat 0 0;
    margin: 28px 0 26px;
    text-indent: -9999px;
    overflow: hidden;
    z-index: 1;
    float: left; }
    @media screen and (max-width: 880px) {
      header .logo {
        width: 200px;
        height: 54px;
        background-size: contain;
        position: relative;
        z-index: 9999;
        -webkit-transition: margin 250ms;
        transition: margin 250ms; } }
    header .logo span {
      cursor: default; }
  header .search_block {
    display: block;
    width: 530px;
    height: 28px;
    margin: 38px 0 26px;
    z-index: 1;
    float: right; }
    header .search_block.only-mobile {
      padding: 0; }
      header .search_block.only-mobile .social_toolbar {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        width: 100%;
        float: none;
        background: #fff;
        height: 150px; }
        header .search_block.only-mobile .social_toolbar li:first-child a {
          margin-left: 0; }
    @media screen and (max-width: 880px) {
      header .search_block {
        float: none;
        background: #fff;
        width: 100%;
        margin: 0;
        padding: 120px 15px 26px;
        overflow: hidden;
        height: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        header .search_block .search {
          width: 100%; }
          header .search_block .search form {
            width: 100%; }
            header .search_block .search form input {
              width: calc(100% - 23px); } }
    header .search_block ul {
      margin: 3px 0 0 0;
      padding: 0;
      display: block;
      width: 340px;
      float: right; }
      header .search_block ul li {
        display: block;
        float: left; }
        header .search_block ul li a {
          display: block;
          float: left;
          width: 20px;
          height: 20px;
          padding: 5px;
          margin-left: 20px;
          text-indent: -9999px;
          overflow: hidden;
          background: url(../images/social_icons.png) 0 0; }
          header .search_block ul li a:hover {
            opacity: 0.8; }
          header .search_block ul li a.anniversarylink {
            background: transparent url("../images/logo-25thanniversary.png") center center no-repeat;
            background-size: auto 100%;
            width: 41px;
            height: 50px;
            margin-top: -19px;
            position: relative; }
          header .search_block ul li a.sharklink {
            background-position: -128px 0px;
            width: 41px;
            height: 40px;
            padding: 0;
            margin-top: -11px;
            position: relative; }
          header .search_block ul li a.twlink {
            background-position: -36px -2px; }
          header .search_block ul li a.fblink {
            background-position: -69px -2px; }
          header .search_block ul li a.inlink {
            background-position: -97px -2px; }
          header .search_block ul li a.barracudalink {
            position: relative;
            height: 40px;
            width: 60px;
            background: url(../images/barracuda-logo-small.png) left center no-repeat;
            background-size: 40px auto;
            vertical-align: top;
            margin-top: -10px;
            margin-right: 10px; }
            header .search_block ul li a.barracudalink:after {
              content: '';
              display: block;
              position: absolute;
              top: 10px;
              right: 0px;
              height: 22px;
              width: 1px;
              background-color: #c2c2c2; }

/* /////////////////////////////////////////////////////
= content block layout
  //////////////////////////////////////////////////// */
#content {
  width: 100%;
  min-height: 735px;
  padding: 28px 0 10px;
  margin: 0; }

/*= detailed content styles in content.css =*/
/* //////////////////////////////////////////////////////
= page partials layout styles
  ///////////////////////////////////////////////////// */
#column_1 {
  margin-right: 15px;
  padding-right: 3px; }

#column_2 {
  width: 300px;
  float: right;
  overflow: visible; }
  #column_2 > * {
    margin-left: 10px;
    margin-right: 10px; }

/* //////////////////////////////////////////////////////
= site links
  ///////////////////////////////////////////////////// */
.site-links {
  *zoom: 1;
  width: 100%;
  padding: 20px 0;
  max-width: calc(100% - 20px);
  margin: auto; }
  .site-links:before, .site-links:after {
    content: "\0020";
    display: table; }
  .site-links:after {
    clear: both; }
  .site-links > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media screen and (max-width: 880px) {
      .site-links > ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
    .site-links > ul > li {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
  .site-links ul {
    list-style: none;
    width: calc(100% + 20px);
    margin-left: -10px;
    display: block; }
    @media screen and (max-width: 880px) {
      .site-links ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
    .site-links ul .last-col-ul {
      width: 100%;
      margin: 0;
      display: block; }
      .site-links ul .last-col-ul > li {
        width: 100%;
        margin: 0 auto; }
    .site-links ul li {
      display: block;
      width: 120px;
      margin: 0 10px 0;
      text-transform: uppercase;
      float: left; }
      @media screen and (max-width: 880px) {
        .site-links ul li {
          float: none; } }
      .site-links ul li.page_1 {
        display: none; }
      .site-links ul li a {
        display: block;
        border-bottom: 1px solid #ccc;
        margin-bottom: 6px;
        padding: 4px 0 4px 2px;
        font-size: 12px;
        font-weight: 700;
        color: #014990; }
        @media screen and (max-width: 880px) {
          .site-links ul li a {
            text-align: center;
            border-bottom: 0; } }
        .site-links ul li a:hover {
          background: #00a1e3;
          color: white; }
      @media screen and (max-width: 880px) {
        .site-links ul li .sub {
          display: none; } }
      .site-links ul li .sub li {
        float: none; }
        .site-links ul li .sub li a {
          border-bottom: 0;
          margin-bottom: 0;
          padding-bottom: 0;
          font-size: 10px;
          font-weight: 500;
          color: #333; }
          .site-links ul li .sub li a:hover {
            background: transparent;
            color: #00a1e3; }
  .site-links > ul {
    width: 840px;
    margin: 0 auto; }
    @media screen and (max-width: 880px) {
      .site-links > ul {
        width: calc(100% + 20px);
        margin: 0 0 0 -10px; } }

/* //////////////////////////////////////////////////////
= footer
  ///////////////////////////////////////////////////// */
footer {
  position: relative;
  height: 40px;
  height: auto;
  background: #CCCCCC;
  margin: 0;
  padding: 0;
  *zoom: 1; }
  footer:before, footer:after {
    content: "\0020";
    display: table; }
  footer:after {
    clear: both; }
  footer .global_footer {
    max-width: 100%;
    width: 960px;
    margin: 0 auto;
    padding: 8px 20px 0;
    clear: both; }
    @media screen and (max-width: 880px) {
      footer .global_footer {
        text-align: center; } }
    footer .global_footer p {
      display: inline-block;
      width: 84%;
      font-size: 10px;
      line-height: 13px;
      color: #666666; }
      @media screen and (max-width: 880px) {
        footer .global_footer p {
          display: block;
          text-align: center;
          margin: 0 auto 12px; } }
      footer .global_footer p a {
        color: #666;
        text-decoration: underline; }
        footer .global_footer p a:hover {
          text-decoration: none; }
      footer .global_footer p .bottom-links {
        margin: 0 3px; }
        footer .global_footer p .bottom-links a {
          margin: 0 3px; }
  footer a#carbonhouse,
  footer a#carbonhouse:visited {
    margin: -3px -3px 0 0px;
    padding: 3px;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;
    color: #949494;
    cursor: pointer;
    text-align: right; }
    footer a#carbonhouse span,
    footer a#carbonhouse:visited span {
      font-size: 12px; }
      footer a#carbonhouse span.carbon,
      footer a#carbonhouse:visited span.carbon {
        color: #797979; }
      footer a#carbonhouse span.house,
      footer a#carbonhouse:visited span.house {
        color: #fff; }
  footer a#carbonhouse:hover {
    color: #fff; }
    footer a#carbonhouse:hover span {
      color: #fff; }
      footer a#carbonhouse:hover span.carbon {
        color: #fff; }
      footer a#carbonhouse:hover span.house {
        color: #fff; }

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

.overlay_content {
  margin: 0 auto;
  padding: 0;
  width: 640px;
  max-width: 90vw;
  height: auto;
  position: relative;
  background: #fff; }

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

.dontshow-overlay {
  width: 100%;
  position: absolute;
  bottom: -20px;
  left: 0px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background: #000;
  color: #fff;
  font: 12px/20px bold Arial, Helvetica, sans-serif;
  cursor: pointer; }
  .dontshow-overlay:hover {
    background: #999;
    color: #222; }

body > .tooltip {
  border: 2px solid #fff;
  -webkit-box-shadow: 0px 0px 8px 0px #333;
  box-shadow: 0px 0px 8px 0px #333;
  background: #b8472f;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(-45deg, #b8472f 0%, #a4365e 75%, #6f3263 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b8472f', endColorstr='#6f3263',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  text-align: center;
  margin: 0;
  padding: 8px 10px;
  font: 600 11px/100% "proxima-nova", Arial, Helvetica, sans-serif;
  color: #fff;
  text-transform: uppercase;
  z-index: 100000; }
  body > .tooltip:before {
    content: '';
    width: 100%;
    height: 5px;
    /*background:url(../images/tooltip_arrow.png) no-repeat center 0;*/
    position: absolute;
    top: -5px;
    left: 0; }

/* ----------------------------------------------------------------------------
= GENERAL CONTENT ITEMS
----------------------------------------------------------------------------- */
.error {
  height: auto;
  background-color: #FFE603;
  border: 1px solid #FFE603;
  font-size: 12px;
  color: #000;
  padding: 4px 8px;
  width: auto;
  line-height: 12px;
  text-align: center;
  z-index: 999999;
  vertical-align: center;
  font-family: Arial,Helvetica,sans-serif;
  margin: 0 0 10px;
  border-radius: 5px; }
  .error p {
    color: #222;
    font-size: 12px;
    padding: 0;
    margin: 0; }

.full_column .login {
  width: 300px;
  margin: 50px auto;
  padding: 20px;
  border: 1px solid #808080;
  background: #fff;
  text-align: center; }
  .full_column .login input {
    border: 1px solid #999;
    padding: 3px 3px;
    margin: 0 0 8px;
    width: 78%;
    font-size: 14px;
    text-align: center;
    color: #000; }
  .full_column .login form button {
    margin: 0 auto;
    text-align: center;
    width: 100px;
    display: block;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 8px 15px;
    color: #fff;
    border: 0;
    border-radius: 3px; }
    .full_column .login form button:hover {
      background: #000; }

.owl-carousel {
  position: relative;
  display: none;
  max-width: 100%;
  margin: auto;
  -ms-touch-action: pan-y; }

.owl-carousel .owl-wrapper-outer {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100% !important; }

.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden; }

.owl-carousel .owl-item {
  display: inline-block;
  vertical-align: middle;
  text-align: center; }
  .owl-carousel .owl-item .entry, .owl-carousel .owl-item img {
    max-width: 100%; }

.owl-controls {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  height: 11px; }
  .owl-controls .owl-prev,
  .owl-controls .owl-next {
    position: absolute;
    font-size: 18px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    line-height: 1;
    height: 9px; }
  .owl-controls .owl-prev {
    left: 10px; }
  .owl-controls .owl-next {
    right: 10px; }

#sitemap #content .one_sidebar_right {
  display: block;
  width: 100%; }

/* /////////////////////////////////////////////////////
= @group Homepage content
 ///////////////////////////////////////////////////// */
.home #content {
  min-height: 100px;
  padding-top: 0;
  margin-top: -1px; }
  .home #content .home_content .col2of3 {
    width: calc(100% - 325px);
    margin-right: 15px; }
    @media screen and (max-width: 1024px) {
      .home #content .home_content .col2of3 {
        width: calc(100% - 20px);
        max-width: 670px;
        margin: auto;
        float: none; } }
  .home #content .home_content .col1of3 {
    width: 310px; }
    @media screen and (max-width: 1024px) {
      .home #content .home_content .col1of3 {
        display: none; } }
.home .floating_widget {
  top: 118px; }

.home_content {
  position: relative;
  *zoom: 1;
  /*&:before{
  	@include puesdo;
  	position:relative;
  	top:-12px;
  	height:15px;
  	background:transparent url("../images/shadow-ghost.png") no-repeat -8px -23px;
  }*/ }
  .home_content:before, .home_content:after {
    content: "\0020";
    display: table; }
  .home_content:after {
    clear: both; }

/* ----------------------------------------------------------------------------
= Event Featured List (on homepage with grid and list view)
----------------------------------------------------------------------------- */
.home .event_list .entry .thumb {
  display: none;
  margin: 0; }
.home .event_list .entry .info {
  margin-left: 12px; }
.home .event_list .overview {
  margin-bottom: 10px;
  padding-right: 12px; }
  .home .event_list .overview h1 {
    float: left;
    width: 63%;
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 120%; }
.home .event_list .list.grid_view {
  margin: 0; }
.home .event_list .list.grid_view .entry {
  margin: 0 5px 15px; }
.home .event_list .entry {
  margin: 0 12px 20px 0; }
  @media screen and (max-width: 1024px) {
    .home .event_list .entry {
      margin: 0 0 20px 0; } }

.home_extras .aside-block .med-rect-ad {
  margin: 0 !important;
  padding: 0; }
.home_extras .aside-block .email-signup {
  margin-top: 0;
  padding: 0; }

.banner#banner_1 {
  border: 7px solid #d9d9d8;
  max-width: 314px;
  margin: auto; }
  @media screen and (max-width: 1024px) {
    .banner#banner_1 {
      margin-bottom: 10px; } }
  .banner#banner_1:hover {
    border-color: #00a1e3; }
  .banner#banner_1 .slideshow {
    width: 300px;
    border: 0;
    padding: 0;
    margin: 0;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap; }
    .banner#banner_1 .slideshow .owl-item {
      max-width: 100%;
      float: left; }
      .banner#banner_1 .slideshow .owl-item .item {
        max-width: 100%;
        display: block; }
    .banner#banner_1 .slideshow .item {
      display: inline-block; }
      .banner#banner_1 .slideshow .item a {
        max-width: 100%;
        display: block; }
        .banner#banner_1 .slideshow .item a img {
          max-width: 100%; }
    .banner#banner_1 .slideshow .slide {
      height: auto;
      overflow: visible; }
      .banner#banner_1 .slideshow .slide:after {
        background: none;
        display: none; }
  .banner#banner_1 .controls {
    display: none; }

 /* ////////////////////////////////////////////////////
   Premium Seating list styles on homepage
//////////////////////////////////////////////////// */
.aside-block {
  margin-left: 0;
  z-index: 1; }
  .aside-block .med-rect-ad {
    background: none;
    margin: 51px auto 20px;
    padding: 0;
    overflow: visible;
    max-width: 314px; }

.email-signup {
  margin-top: 26px; }
  .email-signup .title {
    margin-bottom: 15px; }
    .email-signup .title img {
      width: 118px;
      padding: 7px 10px 8px 0;
      border-right: 1px solid #007ABA;
      max-width: calc(100% - 182px); }
    .email-signup .title h3 {
      display: inline-block;
      width: 170px;
      margin: 0 0 0 8px;
      font-size: 13px;
      font-weight: normal;
      line-height: 120%;
      vertical-align: middle;
      color: #0084ca; }
  .email-signup form {
    width: 100%;
    height: 29px;
    border: 1px solid #ccc;
    overflow: hidden; }
    .email-signup form input {
      float: left;
      display: block;
      width: calc(100% - 66px);
      height: 27px;
      border: 0;
      padding: 2px 8px;
      font-family: "Arial", "sans-serif";
      font-style: italic;
      font-size: 12px;
      color: #999; }
    .email-signup form .buttonalt {
      float: right;
      display: block;
      background: #fdb813;
      width: 66px;
      height: 28px;
      font-size: 13px;
      line-height: 22px;
      font-weight: 500;
      font-style: normal;
      color: #fff;
      text-align: center;
      text-transform: uppercase; }
      .email-signup form .buttonalt:hover {
        background: #00a1e3; }

 /*////////////////////////////////////////////////////
   Lower Home Extras style
//////////////////////////////////////////////////// */
.home_extras {
  padding: 20px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media screen and (max-width: 1024px) {
    .home_extras .col1of3 {
      width: 326px;
      padding: 5px !important; } }
  .home_extras section {
    padding-left: 5px; }
    .home_extras section:first-child {
      padding-left: 0; }
    .home_extras section:last-child {
      padding-left: 10px; }
      @media screen and (min-width: 1025px) {
        .home_extras section:last-child {
          display: none; } }

.map-view {
  width: 313px;
  height: 342px;
  border: 1px solid #ddd; }

@media screen and (max-width: 1024px) {
  .extra_banners {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100%; } }
.extra_banners .banner {
  height: 120px; }
  @media screen and (max-width: 1024px) {
    .extra_banners .banner {
      height: auto;
      margin-bottom: 10px; }
      .extra_banners .banner:last-child {
        margin-bottom: 0; } }
  .extra_banners .banner .slideshow {
    background: none;
    border: none;
    width: auto; }
    @media screen and (max-width: 1024px) {
      .extra_banners .banner .slideshow {
        margin: 0; } }
    .extra_banners .banner .slideshow .imglink {
      border: 1px solid #ddd;
      width: 313px; }
      .extra_banners .banner .slideshow .imglink:hover {
        border: 1px solid #00a1e3; }
    .extra_banners .banner .slideshow .slide {
      height: auto;
      background-color: transparent;
      border: none; }
      .extra_banners .banner .slideshow .slide img {
        width: 313px; }
      .extra_banners .banner .slideshow .slide:after {
        background: none; }

/* ////////////////////////////////////////////////////
= header nav element
 //////////////////////////////////////////////////// */
li.page_1 {
  display: none; }

@media screen and (max-width: 880px) {
  .only-desktop {
    display: none !important; } }
@media screen and (min-width: 881px) {
  .only-mobile {
    display: none !important; } }

@media screen and (min-width: 881px) {
  #nav-toggle {
    display: none; } }
@media screen and (max-width: 880px) {
  #nav-toggle {
    position: absolute;
    z-index: 99999;
    top: 50%;
    right: 0px;
    width: 50px;
    height: 60px;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
    #nav-toggle span {
      position: absolute;
      display: block;
      left: 10px;
      width: 30px;
      height: 2px;
      margin-top: 0;
      background: #707070;
      content: '';
      cursor: pointer;
      -webkit-transition: all 0.4s ease;
      transition: all 0.4s ease;
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg); }
      #nav-toggle span.top {
        top: 20px; }
      #nav-toggle span.mid, #nav-toggle span.mid2 {
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
      #nav-toggle span.bottom {
        top: calc(100% - 20px);
        -webkit-transform: translateY(-100%);
                transform: translateY(-100%); }
    #nav-toggle:hover span {
      background: #707070; }
    #nav-toggle.active span.mid {
      -webkit-transform: rotate(45deg);
      /* IE 9 */
      transform: rotate(45deg); }
    #nav-toggle.active span.mid2 {
      -webkit-transform: rotate(-45deg);
      /* IE 9 */
      transform: rotate(-45deg); }
    #nav-toggle.active span.top, #nav-toggle.active span.bottom {
      opacity: 0; } }

body.nav-active .nav-wrapper {
  opacity: 1;
  pointer-events: all;
  visibility: visible; }

@media screen and (max-width: 880px) {
  .nav-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fdb813;
    z-index: 1000;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    overflow: auto; } }

header nav {
  width: 100%;
  height: 42px;
  margin: 0;
  padding: 0;
  clear: both;
  background: #fdb813;
  display: block;
  *zoom: 1; }
  @media screen and (max-width: 880px) {
    header nav {
      height: auto;
      background: #cccccc; } }
  header nav:before, header nav:after {
    content: "\0020";
    display: table; }
  header nav:after {
    clear: both; }
  header nav > ul {
    width: 100%;
    display: table;
    float: left;
    height: 45px;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center; }
    @media screen and (max-width: 880px) {
      header nav > ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        height: auto; } }
    header nav > ul li {
      display: table-cell;
      position: relative;
      padding: 0 0 4px 0; }
      @media screen and (max-width: 880px) {
        header nav > ul li {
          display: block; } }
      header nav > ul li:first-child .sub {
        left: 0; }
        header nav > ul li:first-child .sub > ul {
          left: 0; }
      header nav > ul li:last-child .sub {
        left: auto;
        right: 0; }
        header nav > ul li:last-child .sub > ul {
          left: auto;
          right: 0; }
      header nav > ul li.page_39 a {
        border-right: 1px solid transparent; }
        @media screen and (max-width: 880px) {
          header nav > ul li.page_39 a {
            border-right: 0; } }
      header nav > ul li.hover > a {
        background-color: #cccccc; }
      header nav > ul li.hover > div.sub ul li a {
        background-color: transparent; }
      header nav > ul li > a {
        display: block;
        height: 42px;
        border: 1px solid transparent;
        border-right: 1px solid white;
        padding: 0 17px 14px;
        font-family: "Arial", "sans-serif";
        font-size: 14px;
        font-weight: 700;
        color: #fff;
        line-height: 39px;
        text-transform: uppercase; }
        @media screen and (max-width: 880px) {
          header nav > ul li > a {
            border-right: 0; } }
        header nav > ul li > a:hover, header nav > ul li > a.active {
          background-color: #cccccc;
          color: #fff;
          text-decoration: none; }
      header nav > ul li .sub a:hover, header nav > ul li .sub a.active {
        background: none;
        color: #fdb813; }

header nav .sub-holder {
  display: block;
  position: relative;
  height: 0px; }
  @media screen and (max-width: 880px) {
    header nav .sub-holder {
      display: none; }
      header nav .sub-holder.active-nav-item {
        display: block;
        height: auto; }
        header nav .sub-holder.active-nav-item .sub {
          display: block !important;
          opacity: 1 !important;
          visibility: visible !important;
          height: auto !important;
          overflow: visible !important;
          padding: 0 !important;
          margin: 0 !important;
          left: 0;
          width: 100%;
          position: relative; }
          header nav .sub-holder.active-nav-item .sub ul {
            position: relative;
            display: block;
            left: 0;
            width: 100%; }
            header nav .sub-holder.active-nav-item .sub ul li {
              width: 100%; } }

@media screen and (min-width: 881px) {
  nav ul li:hover .sub {
    display: block !important;
    opacity: 1 !important; } }

header nav .sub {
  white-space: normal;
  display: none;
  position: absolute;
  top: -2px;
  width: 182px;
  padding: 6px 0 0;
  z-index: 600; }
  .ie8 header nav .sub {
    left: 0; }
  header nav .sub ul {
    float: none;
    position: absolute;
    width: 182px;
    background: #231F20;
    background: rgba(35, 31, 32, 0.9);
    padding: 5px 0;
    margin: 0;
    list-style: none;
    *zoom: 1; }
    header nav .sub ul:before, header nav .sub ul:after {
      content: "\0020";
      display: table; }
    header nav .sub ul:after {
      clear: both; }
    .ie8 header nav .sub ul {
      left: 0;
      position: relative; }
    header nav .sub ul:after {
      content: "";
      display: block;
      position: relative;
      top: 7px;
      height: 6px;
      background-color: #fdb813; }
      @media screen and (max-width: 880px) {
        header nav .sub ul:after {
          background-color: transparent; } }
  header nav .sub li {
    float: left;
    width: 152px;
    padding: 0;
    margin: 0 18px 0 17px;
    display: block;
    /*		background:url("../images/divider01.gif") repeat-x;*/
    border-top: 1px solid #808083;
    border-bottom: 1px solid #3c3f44;
    border-right: 0;
    border-left: 0; }
    @media screen and (max-width: 880px) {
      header nav .sub li {
        margin-left: 0; } }
    header nav .sub li:hover {
      background: none; }
      header nav .sub li:hover a {
        background: none; }
    header nav .sub li:first-child {
      display: block;
      background: none;
      border-top: 0; }
    header nav .sub li:last-child {
      border-bottom: 0; }
    header nav .sub li > a {
      height: auto;
      background-color: transparent;
      padding: 9px 0 7px;
      font-size: 10px;
      font-weight: bold;
      line-height: 16px;
      text-align: left;
      text-shadow: rgba(0, 0, 0, 0.7) 0 1px 2px;
      border-right: 0;
      text-align: center; }
      header nav .sub li > a:hover, header nav .sub li > a:active {
        background: none;
        background-color: transparent;
        color: #fdb813; }

/* ----------------------------------------------------------------------------
=Form Elements
----------------------------------------------------------------------------- */
.form {
  margin: 0 0 15px;
  padding: 1px;
  border: 1px dotted #808080; }
  .form .content {
    margin: 0;
    padding: 10px;
    background: #fff; }

/* ----------------------------------------------------------------------------
=Text Templates
----------------------------------------------------------------------------- */
.textarea {
  margin: 0 0 15px;
  padding: 0; }
  .textarea .buttons a {
    padding: 0;
    border: 0;
    font-size: 17px;
    line-height: 41px;
    font-weight: bold;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    background: #014990;
    color: white;
    text-decoration: none;
    padding: 10px 30px; }
    .textarea .buttons a:hover {
      background: #00a1e3; }
  .textarea .content {
    clear: both; }
    .textarea .content label {
      font-weight: bold; }
  .textarea .overview {
    margin: 0 0 10px;
    padding: 0;
    border-bottom: 1px solid #ccc; }
    .textarea .overview h1 {
      border-bottom: 1px solid #ccc;
      margin: 0 0 10px;
      padding: 0 0 13px; }
    .textarea .overview p {
      font-size: 14px;
      font-weight: 300;
      line-height: 28px; }
  #teams .textarea {
    padding-bottom: 0; }
    #teams .textarea .overview {
      background: none;
      padding-bottom: 0; }
  .textarea .baseline {
    margin: 0 0 10px;
    padding: 0 0 3px;
    border-bottom: 1px solid #ccc; }

/*- over-ride to match up with map -*/
.directions .textarea .overview h1 {
  padding-left: 0; }

/* ----------------------------------------------------------------------------
=Page Content
----------------------------------------------------------------------------- */
.container {
  position: relative; }

.content {
  position: relative;
  margin: 0;
  padding: 0;
  /* ----------------------------------------------------------------------------
  =Image Templates
  ----------------------------------------------------------------------------- */
  /* ----------------------------------------------------------------------------
  =Tables
  ----------------------------------------------------------------------------- */ }
  .content p {
    font-size: 13px;
    line-height: 24px; }
    .content p.info {
      line-height: 18px; }
  .content ul, .content ol {
    margin-bottom: 10px;
    margin-left: 22px;
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
    color: #003958; }
    .content ul li, .content ol li {
      padding: 0 0 4px 0px; }
  .content img.gh-image {
    padding: 0;
    margin: 0 10px 15px 0;
    padding: 1px;
    border: 1px dotted #808080; }
  .content .image-left img {
    margin-right: 20px;
    float: left; }
  .content .image-right img {
    margin-left: 20px;
    float: right; }
  .content .image-three {
    float: left;
    display: block;
    position: relative;
    width: 290px;
    height: 190px;
    margin: 0 5px 20px;
    padding: 0px;
    overflow: hidden; }
    .content .image-three img {
      display: block;
      width: 282px;
      height: 182px;
      margin: 0;
      padding: 0; }
    .content .image-three p {
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      background: #111;
      border-bottom: 1px solid #222;
      width: 290px;
      margin: 0;
      padding: 0px 10px;
      font-size: 11px;
      font-weight: bold;
      color: #fff;
      overflow: hidden;
      opacity: 0.7;
      -moz-opacity: 0.7;
      filter: alpha(opacity=7); }
      .content .image-three p a {
        text-decoration: none;
        color: #dedede; }
        .content .image-three p a a:hover {
          text-decoration: underline; }
  .content .image-four img {
    float: left;
    margin: 0 10px 15px; }
  .content .no-border img {
    padding: 0;
    border: 0; }
  .content table {
    position: relative;
    margin: 0 0 15px; }
    .content table tr {
      font-size: 12px; }
      .content table tr th {
        padding: 5px;
        background: #222;
        border: 1px dotted #808080; }
        .content table tr th strong {
          font-size: 14px; }
      .content table tr td {
        padding: 5px;
        border: 1px dotted #808080; }
        .content table tr td strong {
          font-size: 14px; }

/* ----------------------------------------------------------------------------
= Custom promo button styles
----------------------------------------------------------------------------- */
.btn {
  display: table;
  width: 159px;
  height: 35px;
  background-repeat: no-repeat;
  text-align: center;
  cursor: pointer; }
  .btn span,
  .btn a {
    display: table-cell;
    font-size: 12px;
    font-weight: 700;
    background: #fdb813;
    border-radius: 8px;
    line-height: 13px;
    color: #fff;
    vertical-align: middle;
    text-transform: uppercase; }
    .btn span:hover,
    .btn a:hover {
      text-decoration: none;
      background-color: #00a1e3; }
  .btn.light {
    background-position: -8px 0; }
    .btn.light:hover {
      background-position: -190px 0; }
  .btn.dark {
    background-position: -190px 0; }
    .btn.dark:hover {
      background-position: -8px 0; }

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

.paging {
  position: relative;
  height: 43px;
  border-top: 1px solid #ccc;
  margin: 0;
  padding: 11px 0 0;
  font-size: 10px;
  line-height: 20px;
  overflow: hidden;
  clear: both; }
  @media screen and (max-width: 670px) {
    .paging {
      border-top: none; } }
  .paging .buttons {
    float: left;
    width: 65%; }
    @media screen and (max-width: 670px) {
      .paging .buttons {
        display: none; } }
  .paging .nav {
    float: right;
    width: 35%;
    margin-top: 3px;
    *zoom: 1; }
    @media screen and (max-width: 670px) {
      .paging .nav {
        float: none;
        width: auto; } }
    .paging .nav:before, .paging .nav:after {
      content: "\0020";
      display: table; }
    .paging .nav:after {
      clear: both; }
  .paging .record {
    display: none;
    float: left;
    width: 65px;
    height: 25px;
    margin-right: 10px;
    padding: 0;
    font-weight: 400;
    line-height: 25px;
    color: #333; }
  .paging .pages {
    float: right;
    width: 100%;
    margin: 0;
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    @media screen and (max-width: 670px) {
      .paging .pages {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
    .paging .pages strong,
    .paging .pages a {
      float: left;
      display: block;
      width: 26px;
      margin: 0 0 0 5px;
      padding: 0px;
      font-size: 12px;
      font-weight: 400;
      line-height: 24px;
      text-align: center;
      text-decoration: none;
      color: #fff;
      background: #0084ca; }
      .paging .pages strong:first-child,
      .paging .pages a:first-child {
        margin-left: 0; }
      .paging .pages strong:hover,
      .paging .pages a:hover {
        background: #00a1e3;
        text-decoration: none; }
      .paging .pages strong.first, .paging .pages strong.last,
      .paging .pages a.first,
      .paging .pages a.last {
        display: none; }
    .paging .pages a:last-child {
      margin-right: -14px; }
    .paging .pages strong:last-child {
      margin-right: -12px; }
    .paging .pages strong {
      background: #00a1e3; }

.all .paging .links .print {
  float: right; }

/* ----------------------------------------------------------------------------
= Links and Link Lists
----------------------------------------------------------------------------- */
.link {
  position: relative;
  border: 1px solid #ccc;
  margin: 0 0 25px;
  padding: 10px;
  background: #fff url("../images/bg_diag_lines.png") repeat 0 0;
  *zoom: 1; }
  .link:before, .link:after {
    content: "\0020";
    display: table; }
  .link:after {
    clear: both; }
  .link a {
    display: inline-block;
    position: relative;
    width: calc(100% - 70px);
    background: #fff;
    margin: 0;
    padding: 6px 10px;
    line-height: 18px;
    color: #004890; }
    .link a:hover {
      color: #00a1e3; }
    .link a:before {
      content: "URL";
      top: 0;
      display: block;
      position: absolute;
      right: -50px;
      width: 35px;
      margin-top: 6px;
      padding: 0 0 0 16px;
      font-size: 10px;
      color: #fff; }
    .link a:after {
      content: "";
      display: block;
      position: absolute;
      right: -24px;
      top: 5px;
      width: 18px;
      height: 18px;
      background-color: transparent;
      background-image: url("../images/sprite-icons2.png");
      background-repeat: no-repeat;
      background-position: -26px 0; }
    .link a.external:before {
      content: "URL";
      top: 0; }
    .link a.external:after {
      top: 5px;
      background-position: -26px 0; }
    .link a.image:before {
      content: "IMAGE";
      top: 0; }
    .link a.image:after {
      top: 8px;
      background-position: -84px 0; }
    .link a.pdf:before {
      content: "PDF";
      top: 0px; }
    .link a.pdf:after {
      top: 6px;
      background-position: -58px 0px; }
    .link a.email:before {
      content: "EMAIL";
      top: 0; }
    .link a.email:after {
      top: 9px;
      background-position: -112px 0px; }
  .description .link a {
    width: 100%; }
    .description .link a:before {
      display: block;
      position: absolute;
      right: 0;
      width: 35px;
      margin-top: 0;
      padding: 0 0 0 30px;
      font-size: 10px;
      color: white;
      background: #0084ca;
      height: 30px;
      line-height: 30px; }
    .description .link a:after {
      content: "";
      display: block;
      position: absolute;
      right: 40px;
      width: 18px;
      height: 18px;
      background-color: #0084ca; }
  .link ul.list {
    margin: 0;
    padding: 0;
    list-style-type: none; }
    .link ul.list li {
      background: #0084ca;
      margin: 0 0 2px;
      padding: 0;
      text-decoration: none;
      cursor: pointer;
      -webkit-transition: all 100ms linear;
      transition: all 100ms linear; }
      .link ul.list li:hover, .link ul.list li.active {
        text-decoration: underline; }
    .link ul.list p {
      margin: 5px 0;
      padding: 0 0 0 32px;
      font-size: 12px; }
      .link ul.list p a {
        padding: 0;
        color: #000;
        text-decoration: none; }
        .link ul.list p a:hover {
          color: #ff0000; }

/*.link*/
/* ----------------------------------------------------------------------------
=Search
----------------------------------------------------------------------------- */
.search:not(#pages) {
  float: right;
  height: 26px;
  border: 1px solid #C2C2C2; }
  .search:not(#pages) label {
    float: left;
    text-transform: capitalize;
    display: none; }
  .search:not(#pages) input {
    float: left;
    width: 148px;
    height: 24px;
    background: #fff;
    border: 0;
    margin: 0;
    padding: 5px 7px 4px;
    font-family: "Arial", "sans-serif";
    font-size: 12px;
    font-weight: 300;
    font-style: italic;
    line-height: 18px;
    color: #999; }
  .search:not(#pages) button {
    width: 23px;
    height: 23px;
    background: url("../images/main_sprite_icons.png") -75px 0px;
    border: 0;
    margin: 0;
    font-family: "Arial", "sans-serif";
    font-size: 13px;
    font-weight: 400;
    line-height: 23px;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    text-indent: -9999px;
    overflow: hidden; }

.searchresults {
  width: 100%; }
  .searchresults .overview {
    border-bottom: 1px solid #ccc; }
  .searchresults #cse-search-results,
  .searchresults .cse .gsc-control-cse,
  .searchresults .gsc-control-cse {
    background-color: transparent; }

/* ----------------------------------------------------------------------------
= Content Block style
----------------------------------------------------------------------------- */
.content-block {
  position: relative;
  background: #fff url("../images/bg_diag_lines.png") repeat 0 0;
  padding: 0 10px 10px 10px;
  margin: 0 auto; }
  .content-block h2 {
    margin: 0 -11px  10px -11px;
    background: #00a1e3;
    padding: 0;
    font-size: 17px;
    line-height: 41px;
    font-weight: bold;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #fff;
    text-align: center;
    height: 41px; }
  .content-block .main {
    height: 277px;
    border: 1px solid #aaa;
    overflow: hidden; }

/* ----------------------------------------------------------------------------
=Newsletter signup page
----------------------------------------------------------------------------- */
.newsletter-signup #frmNewsletterEmailSignup ul, .newsletter-signup #frmNewsletterEmailSignup ol {
  padding-left: 0px;
  font-size: 13px;
  line-height: 24px; }
  .newsletter-signup #frmNewsletterEmailSignup ul label, .newsletter-signup #frmNewsletterEmailSignup ol label {
    display: block;
    float: left;
    width: 85px;
    margin-right: 8px;
    text-align: right; }
  .newsletter-signup #frmNewsletterEmailSignup ul input, .newsletter-signup #frmNewsletterEmailSignup ol input {
    width: 180px;
    height: 24px;
    margin-bottom: 13px;
    padding: 0 2px; }
.newsletter-signup #frmNewsletterEmailSignup .submit_btn {
  display: block;
  width: 100px;
  height: 29px;
  border: 0;
  margin-left: 93px;
  color: #fff;
  text-transform: uppercase;
  border-radius: 2px; }
  .newsletter-signup #frmNewsletterEmailSignup .submit_btn:active {
    padding: 0; }

/* ----------------------------------------------------------------------------
=Sitemap
----------------------------------------------------------------------------- */
.sitemap {
  padding: 0;
  margin: 0;
  clear: both; }
  .sitemap .overview {
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px; }
  .sitemap ul {
    list-style-type: none; }
    .sitemap ul li {
      margin: 0 0 10px 0;
      padding: 0; }
      .sitemap ul li a {
        font-size: 17px;
        font-weight: 600;
        line-height: 130%;
        text-transform: uppercase;
        text-decoration: none; }
        .sitemap ul li a:hover, .sitemap ul li a:focus {
          text-decoration: underline; }
      .sitemap ul li ul {
        margin: 0 0 0 12px;
        padding: 5px 0 8px 15px;
        list-style-type: disc;
        list-style-position: outside; }
        .sitemap ul li ul li {
          margin: 0;
          padding: 0; }
          .sitemap ul li ul li a {
            font-size: 15px;
            font-weight: 400;
            line-height: 21px;
            text-transform: none; }
            .sitemap ul li ul li a:hover, .sitemap ul li ul li a:focus {
              text-decoration: underline; }
          .sitemap ul li ul li ul {
            display: none; }

/*//.sitemap*/
/* ----------------------------------------------------------------------------
=Seating Charts
----------------------------------------------------------------------------- */
.seating_charts {
  clear: both;
  margin: 0;
  padding: 0px 20px 0; }
  .full .seating_charts {
    padding: 1em 0; }

body.seating_charts {
  padding: 0; }

.seating_charts .entry {
  margin: 0 10px 20px 0px;
  padding: 3px;
  height: 182px;
  display: block;
  float: left;
  position: relative;
  width: 290px;
  overflow: hidden;
  border: 1px solid #cccccc;
  background: #cccccc; }
  .full .seating_charts .entry {
    margin: 0 27px 40px; }

.seating_charts .entry.alt {
  margin-right: 0;
  float: right; }
  .full .seating_charts .entry.alt {
    margin-right: 27px;
    float: left; }

.seating_charts .thumb {
  display: block;
  margin: 0 0px 0 0;
  padding: 0;
  width: 273px;
  height: 175px; }

.seating_charts .thumb img {
  margin: 0;
  padding: 0;
  border: none;
  display: block; }

.seating_charts .thumb a {
  margin: 0;
  padding: 0;
  display: block;
  width: 273px;
  height: 175px; }

.seating_charts .thumb a img {
  width: 283px;
  height: 175px; }

.seating_charts .info {
  display: block;
  width: 283px;
  margin: 0;
  padding: 3px 10px;
  position: absolute;
  bottom: 2px;
  left: 3px;
  background: #000;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  overflow: hidden; }

.seating_charts h3 {
  margin: 0;
  padding: 0;
  font-size: 11px;
  font-weight: bold;
  border: none;
  background: transparent; }

.seating_charts h3 a {
  margin: 0;
  padding: 0;
  text-decoration: none;
  font-size: 11px;
  font-weight: bold;
  color: #fff; }

.seating_charts .info-buttons {
  padding: 0;
  text-align: left;
  float: left; }

.seating_charts .info-buttons a {
  display: block;
  text-transform: uppercase;
  font-size: 11px;
  float: left;
  padding: 0px 12px 0 0;
  text-decoration: underline;
  line-height: 22px;
  opacity: 1;
  font-weight: bold;
  color: #fff; }

.seating_charts .info-buttons a:hover {
  text-decoration: none; }

/* /////////////////////////////////////////////////////////////////////
   Requires custom partials/sub_nav.php to get .subnav_holder wrap div.
////////////////////////////////////////////////////////////////////// */
.subnav {
  margin-bottom: 25px;
  border: 1px solid #ddd; }
  @media screen and (max-width: 880px) {
    .subnav {
      width: 310px; } }
  .subnav > .wrap {
    height: 100%;
    position: relative;
    background: #fff url("../images/bg_diag_lines.png") repeat 0 0;
    padding: 0 10px 10px 10px; }
  .subnav > .wrap ul {
    position: relative;
    background: #fff url("../images/bg_diag_lines.png") repeat 0 0;
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-image: none;
    text-transform: uppercase;
    *zoom: 1; }
    .subnav > .wrap ul:before, .subnav > .wrap ul:after {
      content: "\0020";
      display: table; }
    .subnav > .wrap ul:after {
      clear: both; }
    .subnav > .wrap ul > li {
      background-color: #fff;
      margin: 0;
      padding: 0; }
      .subnav > .wrap ul > li a {
        display: block;
        border-bottom: 1px solid #ccc;
        margin: 0 8px;
        padding: 6px 0;
        font-weight: 700;
        line-height: 15px;
        color: #014990;
        text-decoration: none; }
        .subnav > .wrap ul > li a:hover, .subnav > .wrap ul > li a.active {
          color: #00a1e3; }
      .subnav > .wrap ul > li:last-child a {
        border: 0;
        padding-bottom: 16px; }
      .subnav > .wrap ul > li.element_2 {
        padding-top: 10px; }
      .subnav > .wrap ul > li:first-child {
        margin: 0 -11px  10px -11px;
        background: #00a1e3;
        padding: 0;
        text-align: center;
        height: 41px; }
        .subnav > .wrap ul > li:first-child a,
        .subnav > .wrap ul > li:first-child a:hover {
          padding: 0;
          border: 0;
          font-size: 17px;
          line-height: 41px;
          font-weight: bold;
          font-weight: 700;
          text-transform: uppercase;
          letter-spacing: 0.5px;
          color: #fff;
          text-decoration: none; }
      .subnav > .wrap ul > li.active ul {
        display: block;
        list-style: none;
        list-style-image: none;
        list-style-type: none;
        padding: 10px 0 0 5px;
        margin: 0;
        background: transparent;
        width: auto;
        font-size: 12px;
        text-transform: none; }
      .subnav > .wrap ul > li ul {
        display: none; }

/* ----------------------------------------------------------------------------
= Event List
----------------------------------------------------------------------------- */
@media screen and (max-width: 880px) {
  #column_1 {
    margin-bottom: 25px !important; }

  #column_2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; } }
.one_sidebar_right,
.one_sidebar_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: calc(100vw - 20px);
  margin: auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media screen and (max-width: 880px) {
    .one_sidebar_right,
    .one_sidebar_left {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }

.event_list {
  position: relative; }
  .event_list .overview {
    background-color: #fff;
    margin: 0 0 25px;
    *zoom: 1; }
    .event_list .overview:before, .event_list .overview:after {
      content: "\0020";
      display: table; }
    .event_list .overview:after {
      clear: both; }
    .event_list .overview h1 {
      float: left;
      width: 63%;
      margin-bottom: 13px; }
    .event_list .overview .buttons a {
      display: inline-block;
      height: 30px;
      margin-right: 4px;
      padding: 0 14px 0 1px;
      font-size: 11px;
      font-weight: 700;
      line-height: 32px;
      color: #014990; }
      .event_list .overview .buttons a:hover {
        color: #00a1e3; }
      .event_list .overview .buttons a:before {
        display: inline-block;
        content: "";
        display: block;
        float: left;
        margin-top: 7px;
        width: 18px;
        height: 18px;
        background-image: url("../images/main_sprite_icons.png");
        background-color: transparent;
        background-repeat: no-repeat; }
      .event_list .overview .buttons a.print:before {
        background-position: -110px -5px;
        margin-right: 6px; }
      .event_list .overview .buttons a.rss:before {
        background-position: -141px -5px;
        margin-right: 6px; }
    .event_list .overview .links {
      float: right; }
      @media screen and (max-width: 600px) {
        .event_list .overview .links {
          display: none; } }
      .event_list .overview .links span {
        display: block;
        float: left;
        margin-top: 1px;
        margin-left: 9px;
        padding: 0px;
        text-align: center;
        border: 0; }
        .event_list .overview .links span:first-child {
          font-weight: 600;
          line-height: 33px;
          color: #003958; }
        .event_list .overview .links span a {
          display: block;
          width: 32px;
          height: 32px;
          margin: 0;
          padding: 0;
          font-size: 11px;
          font-weight: 900;
          line-height: 19px;
          color: #fff;
          text-transform: uppercase;
          text-indent: -9999px;
          background-color: #cccccc;
          border-radius: 5px; }
          .event_list .overview .links span a:hover {
            color: #fff;
            background-color: #fdb813; }
          .event_list .overview .links span a#list_view_btn {
            background: #cccccc url(../images/main_sprite_icons.png) no-repeat -35px 3px;
            text-indent: -9999px;
            cursor: pointer; }
            .event_list .overview .links span a#list_view_btn:hover, .event_list .overview .links span a#list_view_btn.active {
              background-color: #fdb813; }
          .event_list .overview .links span a#grid_view_btn {
            background: #cccccc url(../images/main_sprite_icons.png) no-repeat 7px 4px;
            text-indent: -9999px;
            overflow: hidden;
            cursor: pointer; }
            .event_list .overview .links span a#grid_view_btn:hover, .event_list .overview .links span a#grid_view_btn.active {
              background-color: #fdb813; }
          .event_list .overview .links span a.full_list {
            text-indent: 0px;
            padding-top: 6px; }
  .event_list .list {
    position: relative;
    margin: 0 0 0px;
    padding: 0; }
    .event_list .list p.noevents {
      padding: 10px;
      color: black; }
  .event_list .entry {
    border: 1px solid #ccc;
    background-color: #fff;
    margin: 0 0 20px;
    clear: both;
    background: url(../images/bg-gradient-white-gray.png) 0 bottom; }
    .groups .event_list .entry {
      background: none;
      border: none;
      border-bottom: 1px solid #ccc; }
    .event_list .entry .info {
      float: left;
      position: relative;
      width: calc(100% - 218px);
      margin-top: 8px;
      padding: 0 0 8px; }
      @media screen and (max-width: 425px) {
        .event_list .entry .info {
          float: none;
          width: 100%;
          display: block;
          padding: 10px 10px 0; } }
      .event_list .entry .info .date {
        display: block;
        margin: 0 0 0px;
        font-size: 10px;
        font-weight: bold;
        line-height: 12px;
        color: #333333;
        text-transform: uppercase; }
      .event_list .entry .info h2 {
        margin: 0px; }
        .groups .event_list .entry .info h2 {
          margin-bottom: 5px; }
        .event_list .entry .info h2 a {
          font-size: 14px;
          font-weight: 700;
          line-height: 14px;
          color: #014990;
          text-decoration: none; }
          .event_list .entry .info h2 a:hover {
            color: #00a1e3; }
      .event_list .entry .info p {
        padding: 0;
        margin: 0; }
        .groups .event_list .entry .info p {
          font-size: 13px;
          line-height: 24px; }
      .event_list .entry .info .buttons {
        float: none;
        display: block;
        margin: 0;
        padding: 10px 0 0;
        list-style: none; }
        .event_list .entry .info .buttons li {
          float: left;
          margin-left: 6px; }
          .event_list .entry .info .buttons li:first-child {
            margin-left: 0; }
          .event_list .entry .info .buttons li.group {
            display: none; }
        .event_list .entry .info .buttons a,
        .event_list .entry .info .buttons span {
          display: block;
          background-color: #cccccc;
          background-image: none;
          margin: 0;
          padding: 4px 13px 4px;
          font-size: 10px;
          font-weight: 500;
          line-height: 12px;
          color: #fff;
          text-transform: uppercase;
          border-radius: 5px; }
          .event_list .entry .info .buttons a:hover,
          .event_list .entry .info .buttons span:hover {
            text-decoration: none; }
          .event_list .entry .info .buttons a.tickets, .event_list .entry .info .buttons a.onsale,
          .event_list .entry .info .buttons span.tickets,
          .event_list .entry .info .buttons span.onsale {
            background: #fdb813;
            color: #fff; }
        .event_list .entry .info .buttons a:hover {
          background: #00a1e3; }
        .event_list .entry .info .buttons span {
          cursor: default; }
    .event_list .entry .thumb {
      float: left;
      margin: 0 12px 0 0;
      /*box-shadow: -3px 9px 10px -13px rgba(0, 0, 0, 0.8);*/
      /*border: 1px solid #fff;*/ }
      @media screen and (max-width: 425px) {
        .event_list .entry .thumb {
          display: block;
          width: 100%; } }
      .groups .event_list .entry .thumb {
        margin-bottom: 20px; }
      .event_list .entry .thumb a {
        display: block;
        width: 205px;
        height: 100px;
        overflow: hidden; }
        @media screen and (max-width: 425px) {
          .event_list .entry .thumb a {
            width: 100%;
            height: auto;
            margin: 0 auto 8px; } }
      .event_list .entry .thumb img {
        padding: 0;
        width: 100%;
        height: 100%; }
    .event_list .entry .extra_group {
      display: none; }
  .event_list .list.grid_view {
    margin: 0 -18px 0 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around; }
    .event_list .list.grid_view .entry {
      float: left;
      position: relative;
      width: 207px;
      height: 186px;
      padding: 0px 0px 22px;
      background: url(../images/bg-gradient-white-gray.png);
      overflow: visible;
      margin: 0 15px 15px 0;
      clear: none;
      -webkit-box-shadow: none;
              box-shadow: none; }
      .event_list .list.grid_view .entry .info {
        float: left;
        position: relative;
        width: 90%;
        margin: 6px 10px 0;
        padding: 0; }
        .event_list .list.grid_view .entry .info .date {
          display: block;
          margin: 0 0 5px;
          font-size: 10px;
          font-weight: bold;
          line-height: 12px;
          color: #333333;
          text-transform: uppercase; }
        .event_list .list.grid_view .entry .info h2 {
          float: none;
          width: 100%;
          margin: 0 0 5px; }
          .event_list .list.grid_view .entry .info h2 a {
            display: block;
            height: 25px;
            overflow: hidden;
            /*design demands exact little boxes so we have to hide stuff*/
            font-size: 13px;
            font-weight: 700;
            line-height: 14px;
            color: #014990;
            text-decoration: none; }
            .event_list .list.grid_view .entry .info h2 a:hover {
              color: #00a1e3; }
        .event_list .list.grid_view .entry .info p {
          display: none; }
        .event_list .list.grid_view .entry .info .buttons {
          float: none;
          display: block;
          border-top: 1px solid transparent;
          margin: 0 -2px 0 -2px;
          padding: 2px 0 0;
          list-style: none; }
          .event_list .list.grid_view .entry .info .buttons li {
            float: left;
            margin: 0 0 0 6px; }
            .event_list .list.grid_view .entry .info .buttons li:first-child {
              margin-left: 0; }
          .event_list .list.grid_view .entry .info .buttons li.group {
            display: none; }
          .event_list .list.grid_view .entry .info .buttons a,
          .event_list .list.grid_view .entry .info .buttons span {
            display: block;
            background-color: #cccccc;
            background-image: none;
            margin: 0;
            padding: 4px 13px 4px;
            font-size: 10px;
            font-weight: 500;
            line-height: 12px;
            color: #fff;
            text-transform: uppercase;
            border-radius: 5px; }
            .event_list .list.grid_view .entry .info .buttons a:hover,
            .event_list .list.grid_view .entry .info .buttons span:hover {
              text-decoration: none; }
            .event_list .list.grid_view .entry .info .buttons a.tickets, .event_list .list.grid_view .entry .info .buttons a.onsale,
            .event_list .list.grid_view .entry .info .buttons span.tickets,
            .event_list .list.grid_view .entry .info .buttons span.onsale {
              background: #fdb813;
              color: #fff; }
              .event_list .list.grid_view .entry .info .buttons a.tickets.soon, .event_list .list.grid_view .entry .info .buttons a.onsale.soon,
              .event_list .list.grid_view .entry .info .buttons span.tickets.soon,
              .event_list .list.grid_view .entry .info .buttons span.onsale.soon {
                padding: 4px 10px;
                margin-right: -3px; }
          .event_list .list.grid_view .entry .info .buttons a:hover {
            background: #00a1e3; }
          .event_list .list.grid_view .entry .info .buttons span {
            cursor: default; }
      .event_list .list.grid_view .entry .thumb {
        float: none;
        display: block; }
        .event_list .list.grid_view .entry .thumb a {
          width: 205px; }

.groups .event_list .entry .extra_group {
  display: block; }

/* ----------------------------------------------------------------------------
= Event Detail
----------------------------------------------------------------------------- */
.event_detail {
  /* currantly not evolved */
  /* currantly not evolved */
  /* currantly not evolved */ }
  .event_detail .m-eventDetail__slideshow {
    position: relative;
    border-bottom: 1px solid #ccc;
    background: #fff;
    margin: 0 0 20px;
    padding: 0; }
  .event_detail .slideshow {
    width: 100%; }
  @media screen and (max-width: 1024px) {
    .event_detail .col1of4 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .event_detail .col1of4 .info-list {
        -webkit-box-ordinal-group: 0;
            -ms-flex-order: -1;
                order: -1;
        width: 100%;
        margin-top: 0; } }
    @media screen and (max-width: 1024px) and (max-width: 880px) {
      .event_detail .col1of4 .info-list {
        -webkit-box-ordinal-group: 10;
            -ms-flex-order: 9;
                order: 9; } }
  @media screen and (max-width: 1024px) {
    .event_detail .col1of4,
    .event_detail .col3of4 {
      width: 100%;
      padding-bottom: 12px; } }
  .event_detail .col1of4 {
    margin-right: 23px; }
  .event_detail .group_sales,
  .event_detail .thumb_ticket,
  .event_detail .seating {
    margin-bottom: 10px;
    position: relative; }
  .event_detail .header {
    border-bottom: 1px solid #ccc;
    margin: 0 0 20px; }
    .event_detail .header h1 {
      margin: 0 0 5px;
      font-size: 20px;
      font-weight: 700;
      line-height: 120%; }
    .event_detail .header h2 {
      font-size: 12px;
      font-style: italic;
      font-weight: 300;
      line-height: 120%;
      color: #666;
      text-transform: capitalize; }
    .event_detail .header .date {
      display: block;
      padding-top: 2px;
      font-size: 12px;
      font-weight: 500;
      line-height: 15px;
      color: #ff0000; }
  .event_detail .description {
    margin: 0 0 12px; }
    .event_detail .description p {
      line-height: 26px; }
    .event_detail .description ul, .event_detail .description ol {
      margin: 0;
      padding: 0;
      list-style-type: square;
      list-style-position: outside;
      list-style-image: none; }
      .event_detail .description ul li, .event_detail .description ol li {
        margin: 0;
        padding: 0 0 6px 0;
        list-style-type: inherit;
        line-height: 130%; }
      .event_detail .description ul ul, .event_detail .description ol ul {
        margin: 0; }
    .event_detail .description ol {
      list-style-type: decimal; }
    .event_detail .description ul, .event_detail .description ol {
      margin-bottom: 10px;
      margin-left: 22px;
      font-size: 12px;
      font-weight: 300;
      line-height: 18px;
      color: #003958; }
      .event_detail .description ul li, .event_detail .description ol li {
        padding: 0 0 4px 0px; }
  .event_detail .details {
    background: #eee;
    margin: 0 0 15px;
    position: relative;
    padding: 0;
    -webkit-box-shadow: inset 0px 0px 8px 0px #999;
    box-shadow: inset 0px 0px 8px 0px #999; }
    .event_detail .details h4 {
      color: #fff;
      font-size: 16px;
      background: #222;
      line-height: 35px;
      text-indent: 10px;
      font-weight: 400;
      text-transform: uppercase; }
    .event_detail .details ul {
      list-style: none;
      list-style-image: none;
      padding: 0;
      margin: 0; }
      .event_detail .details ul li {
        margin: 0;
        padding: 8px 10px;
        border-bottom: 1px solid #ccc;
        font-size: 14px;
        color: #333;
        background: url(../images/drop.png) no-repeat right -2px; }
        .event_detail .details ul li:nth-child(even) {
          background-color: rgba(204, 204, 204, 0.25); }
        .event_detail .details ul li p {
          margin: 0;
          line-height: 140%; }
        .event_detail .details ul li label {
          cursor: default;
          text-transform: uppercase;
          font-weight: 600;
          font-size: 12px;
          text-transform: uppercase;
          line-height: 140%;
          padding: 0;
          margin: 0 0 2px;
          display: block;
          clear: both; }
        .event_detail .details ul li.date {
          border-top: none; }
        .event_detail .details ul li.availability {
          border-bottom: none; }
  .event_detail .info-list {
    background: #fff url("../images/bg_diag_lines.png") repeat 0 0;
    margin: 20px 0;
    padding: 10px;
    position: relative; }
    .event_detail .info-list ul {
      position: relative;
      margin: 0;
      background: white;
      padding: 4px 12px 15px;
      font-size: 12px;
      font-weight: 500;
      line-height: 13px;
      color: #333;
      list-style: none;
      overflow: hidden; }
      .event_detail .info-list ul li {
        width: 100%;
        float: left;
        padding: 10px 0 6px;
        border-top: 1px solid #ddd; }
        .event_detail .info-list ul li:first-child {
          border: none; }
        .event_detail .info-list ul li .date > span {
          display: block;
          margin: 0 0 5px;
          font-size: 12px;
          line-height: 12px;
          color: #333333;
          text-transform: uppercase; }
        .event_detail .info-list ul li h4 {
          margin-bottom: 0;
          padding: 0 0 5px;
          font-size: 12px;
          font-weight: 700;
          color: #000;
          text-transform: uppercase; }
        .event_detail .info-list ul li a {
          font-weight: 500;
          color: #003958;
          text-decoration: underline; }
          .event_detail .info-list ul li a:hover {
            text-decoration: none; }
  .event_detail .button_tickets {
    height: 60px;
    line-height: 60px;
    padding: 0;
    margin: 0 0 20px;
    background: url(../images/buttons_bg.png) no-repeat 0 bottom;
    -webkit-box-shadow: 0px 0px 3px 0px #333;
    box-shadow: 0px 0px 3px 0px #333; }
    .event_detail .button_tickets span, .event_detail .button_tickets a, .event_detail .button_tickets a:link, .event_detail .button_tickets a:visited {
      text-indent: 45px;
      color: #fff;
      font-size: 20px;
      display: block;
      text-align: left;
      text-decoration: none;
      position: relative;
      font-weight: 600;
      cursor: pointer;
      background: url(../images/links_bg.png) no-repeat -1px -240px; }
      .event_detail .button_tickets span:hover, .event_detail .button_tickets a:hover, .event_detail .button_tickets a:link:hover, .event_detail .button_tickets a:visited:hover {
        text-decoration: none; }
      .event_detail .button_tickets span.soon, .event_detail .button_tickets a.soon, .event_detail .button_tickets a:link.soon, .event_detail .button_tickets a:visited.soon {
        background: url(../images/links_bg.png) no-repeat -1px -240px; }
    .event_detail .button_tickets:hover {
      background: #222; }
  .event_detail .content {
    padding: 15px; }
  .event_detail .showings {
    position: relative;
    background: #fff url("../images/bg_diag_lines.png") repeat 0 0;
    padding: 0 10px 10px 10px;
    margin: 0 0 25px;
    padding: 10px;
    *zoom: 1; }
    .event_detail .showings:before, .event_detail .showings:after {
      content: "\0020";
      display: table; }
    .event_detail .showings:after {
      clear: both; }
    .event_detail .showings .showings_list {
      margin: 0;
      padding: 0;
      overflow: hidden; }
    .event_detail .showings ul {
      list-style: none; }
      .event_detail .showings ul li {
        background: #0084ca;
        margin: 0 0 2px;
        padding: 0;
        text-decoration: none;
        cursor: pointer; }
        .event_detail .showings ul li a.ical {
          margin-left: 26px;
          font-size: 10px;
          color: #fff;
          text-transform: uppercase;
          position: absolute;
          top: 18px; }
          .event_detail .showings ul li a.ical:hover {
            text-decoration: underline;
            color: #fff;
            border: 0; }
        .event_detail .showings ul li p {
          display: inline-block;
          position: relative;
          width: calc(100% - 135px);
          background: #fff;
          margin: 0;
          padding: 6px 10px;
          line-height: 18px;
          color: #004890;
          /*					&:hover{
          						text-decoration:underline;
          					}*/ }
          .event_detail .showings ul li p:after {
            content: "";
            display: block;
            position: absolute;
            top: 4px;
            right: -24px;
            width: 18px;
            height: 20px;
            background-color: transparent;
            background-image: url("../images/sprite-icons2.png");
            background-repeat: no-repeat;
            background-position: 0 2px; }
          .event_detail .showings ul li p.time {
            margin-left: 5px; }
            .event_detail .showings ul li p.time:before {
              content: ".";
              display: inline-block;
              width: 5px;
              height: 5px; }
  .event_detail .tickets {
    margin: 0 0 20px; }
    .event_detail .tickets h3 {
      background: url("../images/divider01.gif") repeat-x scroll 0 100% transparent;
      padding-bottom: 5px;
      color: #000; }
    .event_detail .tickets p {
      line-height: 24px; }
  .event_detail .addthis_toolbox {
    border-top: 1px solid #ccc;
    padding: 12px 0 5px; }
    .event_detail .addthis_toolbox a {
      margin-right: 8px; }
    .event_detail .addthis_toolbox .print {
      display: inline-block;
      background: #fff url("../images/separator.png") repeat-x scroll 0 -795px;
      border: 1px solid #ccc;
      margin: -1px 0 0 13px;
      padding: 3px 5px;
      font-size: 10px;
      font-weight: 400;
      line-height: 14px;
      text-transform: uppercase;
      color: #333;
      border-radius: 3px; }
      .event_detail .addthis_toolbox .print:hover {
        color: #ff0000; }
      .event_detail .addthis_toolbox .print:active {
        margin-top: 1px; }
    .event_detail .addthis_toolbox .div.atclear {
      display: none; }

.groups .event_list .entry .info .buttons li:first-child, .groups .event_list .entry .info .buttons li:last-child {
  display: none; }
.groups .event_list .entry .info .buttons li:nth-child(2) {
  background: none; }

/* ----------------------------------------------------------------------------
= News styles
----------------------------------------------------------------------------- */
#news.index .overview, #news.all .overview {
  background-color: #fff;
  margin: 0 0 25px;
  *zoom: 1; }
  #news.index .overview:before, #news.index .overview:after, #news.all .overview:before, #news.all .overview:after {
    content: "\0020";
    display: table; }
  #news.index .overview:after, #news.all .overview:after {
    clear: both; }
  #news.index .overview h1, #news.all .overview h1 {
    float: left;
    width: 63%;
    margin-bottom: 13px; }
  #news.index .overview .links, #news.all .overview .links {
    float: right; }
    #news.index .overview .links span, #news.all .overview .links span {
      display: block;
      float: left;
      margin-top: 1px;
      margin-left: 9px;
      padding: 0px;
      text-align: center;
      border: 0; }
      #news.index .overview .links span:first-child, #news.all .overview .links span:first-child {
        font-weight: 600;
        line-height: 33px;
        color: #003958; }
      #news.index .overview .links span a, #news.all .overview .links span a {
        display: block;
        width: auto;
        height: 32px;
        margin: 0;
        padding: 0 5px;
        font-size: 11px;
        font-weight: 900;
        line-height: 19px;
        color: #fff;
        text-transform: uppercase;
        text-indent: -9999px;
        background-color: #cccccc;
        border-radius: 5px; }
        #news.index .overview .links span a:hover, #news.all .overview .links span a:hover {
          color: #fff;
          background-color: #fdb813; }
        #news.index .overview .links span a.full_list, #news.all .overview .links span a.full_list {
          text-indent: 0px;
          padding-top: 6px; }
  #news.index .overview .buttons a, #news.all .overview .buttons a {
    display: inline-block;
    height: 30px;
    margin-right: 4px;
    padding: 0 14px 0 1px;
    font-size: 11px;
    font-weight: 700;
    line-height: 32px;
    color: #014990; }
    #news.index .overview .buttons a:hover, #news.all .overview .buttons a:hover {
      color: #00a1e3; }
    #news.index .overview .buttons a:before, #news.all .overview .buttons a:before {
      display: inline-block;
      content: "";
      display: block;
      float: left;
      margin-top: 7px;
      width: 18px;
      height: 18px;
      background-image: url("../images/main_sprite_icons.png");
      background-color: transparent;
      background-repeat: no-repeat; }
    #news.index .overview .buttons a.print:before, #news.all .overview .buttons a.print:before {
      background-position: -110px -5px;
      margin-right: 6px; }
    #news.index .overview .buttons a.rss:before, #news.all .overview .buttons a.rss:before {
      background-position: -141px -5px;
      margin-right: 6px; }

.news_list {
  position: relative; }
  .news_list .list {
    position: relative;
    margin: 0 0 15px;
    padding: 0; }
  .news_list .entry {
    border: 1px solid #ccc;
    background-color: #fff;
    margin: 0 0 20px;
    clear: both;
    background: url(../images/bg-gradient-white-gray.png) 0 bottom; }
    .news_list .entry .thumb {
      float: left;
      margin: 0 12px 0 0; }
      .news_list .entry .thumb a {
        display: block;
        width: 205px;
        height: 100px;
        overflow: hidden; }
      .news_list .entry .thumb img {
        padding: 0;
        width: 100%;
        height: 100%; }
    .news_list .entry .info {
      position: relative;
      *zoom: 1;
      margin: 0;
      float: left;
      width: 100%;
      padding: 5px 10px; }
      .news_list .entry .info:before, .news_list .entry .info:after {
        content: "\0020";
        display: table; }
      .news_list .entry .info:after {
        clear: both; }
      .news_list .entry .info .date {
        display: block;
        margin: 0 0 5px;
        font-size: 10px;
        font-weight: bold;
        line-height: 12px;
        color: #333333;
        text-transform: uppercase; }
      .news_list .entry .info h2 {
        margin: 0 0 5px; }
        .news_list .entry .info h2 a {
          font-size: 14px;
          font-weight: 700;
          line-height: 14px;
          color: #014990;
          text-decoration: none; }
          .news_list .entry .info h2 a:hover {
            color: #00a1e3; }
      .news_list .entry .info p {
        margin-bottom: 10px; }
      .news_list .entry .info a.more, .news_list .entry .info a.more:visited {
        display: block;
        background-color: #cccccc;
        background-image: none;
        margin: 0 0 0px;
        padding: 4px 13px 4px;
        font-size: 10px;
        font-weight: 500;
        line-height: 12px;
        color: #fff;
        text-transform: uppercase;
        border-radius: 5px;
        display: inline-block;
        width: auto; }
        .news_list .entry .info a.more:hover, .news_list .entry .info a.more:visited:hover {
          text-decoration: none;
          background-color: #00a1e3; }
      .news_list .entry .info h4 {
        display: none; }

/* ----------------------------------------------------------------------------
= News Detail
----------------------------------------------------------------------------- */
.news_detail {
  position: relative;
  margin-top: 2px;
  /*.link*/ }
  .news_detail .overview {
    margin: 0 0 15px;
    padding: 0;
    border-bottom: 1px solid #ccc; }
    .news_detail .overview h1 {
      margin: 0 0 15px;
      padding: 0; }
    .news_detail .overview h2 {
      font-size: 16px; }
    .news_detail .overview p {
      font-size: 14px;
      font-weight: 300;
      line-height: 28px; }
  .news_detail .date {
    display: block;
    margin: 0 0 10px;
    font-size: 12px;
    font-weight: bold;
    line-height: 12px;
    color: #333333;
    text-transform: uppercase; }
  .news_detail .body {
    margin: 0 0 20px;
    font-size: 13px;
    line-height: 24px; }
    .news_detail .body ul, .news_detail .body ol {
      margin-bottom: 10px;
      margin-left: 22px;
      font-size: 14px;
      font-weight: 300;
      line-height: 18px;
      color: #003958; }
      .news_detail .body ul li, .news_detail .body ol li {
        padding: 0 0 4px 0px; }
    .news_detail .body a {
      text-decoration: underline;
      color: #00a1e3; }
      .news_detail .body a:hover {
        text-decoration: none; }
  .news_detail .link {
    position: relative;
    border: 1px solid #ccc;
    margin: 0 0 25px;
    padding: 10px;
    background: #fff url("../images/bg_diag_lines.png") repeat 0 0;
    *zoom: 1; }
    .news_detail .link:before, .news_detail .link:after {
      content: "\0020";
      display: table; }
    .news_detail .link:after {
      clear: both; }
    .news_detail .link a {
      display: inline-block;
      position: relative;
      width: 89%;
      background: #fff;
      margin: 0;
      padding: 6px 10px;
      line-height: 18px;
      color: #004890; }
      .news_detail .link a:hover {
        color: #00a1e3; }
      .news_detail .link a:before {
        content: "URL";
        top: 0;
        display: block;
        position: absolute;
        right: -67px;
        width: 13%;
        margin-top: 1px;
        padding: 5px 0 6px 35px;
        font-size: 10px;
        color: #fff;
        background-color: #0084ca; }
      .news_detail .link a:after {
        content: "";
        display: block;
        position: absolute;
        right: -24px;
        top: 5px;
        width: 18px;
        height: 18px;
        background-color: transparent;
        background-image: url("../images/sprite-icons2.png");
        background-repeat: no-repeat;
        background-position: -26px 0; }
      .news_detail .link a.external:before {
        content: "URL";
        top: 0; }
      .news_detail .link a.external:after {
        top: 5px;
        background-position: -26px 0; }
      .news_detail .link a.image:before {
        content: "IMAGE";
        top: 0; }
      .news_detail .link a.image:after {
        top: 8px;
        background-position: -84px 0; }
      .news_detail .link a.pdf:before {
        content: "PDF";
        top: 0px; }
      .news_detail .link a.pdf:after {
        top: 6px;
        background-position: -58px 0px; }
      .news_detail .link a.email:before {
        content: "EMAIL";
        top: 0; }
      .news_detail .link a.email:after {
        top: 9px;
        background-position: -112px 0px; }
    .description .news_detail .link a {
      width: 100%; }
      .description .news_detail .link a:before {
        display: block;
        position: absolute;
        right: 0;
        width: 35px;
        margin-top: 0;
        padding: 0 0 0 30px;
        font-size: 10px;
        color: white;
        background: #0084ca;
        height: 30px;
        line-height: 30px; }
      .description .news_detail .link a:after {
        content: "";
        display: block;
        position: absolute;
        right: 40px;
        width: 18px;
        height: 18px;
        background-color: #0084ca; }
    .news_detail .link ul.list {
      margin: 0;
      padding: 0;
      list-style-type: none; }
      .news_detail .link ul.list li {
        background: #0084ca;
        margin: 0 0 2px;
        padding: 0;
        text-decoration: none;
        cursor: pointer;
        -webkit-transition: all 100ms linear;
        transition: all 100ms linear; }
        .news_detail .link ul.list li:hover, .news_detail .link ul.list li.active {
          text-decoration: underline; }
      .news_detail .link ul.list p {
        margin: 5px 0;
        padding: 0 0 0 32px;
        font-size: 12px; }
        .news_detail .link ul.list p a {
          padding: 0;
          color: #000;
          text-decoration: none; }
          .news_detail .link ul.list p a:hover {
            color: #ff0000; }
  .news_detail .thumb {
    float: left;
    margin: 0 20px 0 0;
    -webkit-box-shadow: -3px 9px 10px -13px rgba(0, 0, 0, 0.8);
            box-shadow: -3px 9px 10px -13px rgba(0, 0, 0, 0.8); }
    .news_detail .thumb img {
      display: block;
      width: 188px;
      height: 95px;
      border: 1px solid #fff;
      padding: 0;
      overflow: hidden; }
  .news_detail .addthis_toolbox {
    background-color: #fff;
    padding: 12px 15px 5px 15px;
    border-top: 1px solid #CCC; }
    .news_detail .addthis_toolbox a {
      margin-right: 15px; }
    .news_detail .addthis_toolbox .print,
    .news_detail .addthis_toolbox .viewall {
      float: right;
      display: block;
      background: transparent url("../images/separator.png") repeat-x scroll 0 -795px;
      border: 1px solid #ccc;
      margin: -1px 0 0 15px;
      padding: 3px 5px;
      font-size: 10px;
      font-weight: 400;
      line-height: 14px;
      text-transform: uppercase;
      color: #333;
      border-radius: 3px; }
      .news_detail .addthis_toolbox .print:hover,
      .news_detail .addthis_toolbox .viewall:hover {
        color: #ff0000; }
      .news_detail .addthis_toolbox .print:active,
      .news_detail .addthis_toolbox .viewall:active {
        margin-top: 1px; }
    .news_detail .addthis_toolbox .div.atclear {
      display: none; }

/* ////////////////////////////////////////////////////
   News/Social Widget on homepage
//////////////////////////////////////////////////// */
.social_status {
  color: black;
  height: 250px;
  width: 300px;
  margin: 0 0 0;
  padding: 0;
  float: left;
  position: relative;
  background: white url(../images/bg-drop.gif) repeat-x 0 100%; }
  .social_status .status {
    display: none;
    float: left;
    z-index: 90; }
    .social_status .status.active {
      display: block;
      overflow: hidden;
      width: 270px;
      height: 260px;
      margin: 0;
      padding: 5px; }
    .social_status .status .twitter_status {
      width: 100%;
      height: 100%;
      overflow: hidden;
      position: relative; }
      .social_status .status .twitter_status ul {
        margin: 0;
        padding: 0;
        float: none;
        width: 100%;
        height: 240px;
        list-style-type: none;
        color: black;
        overflow: hidden; }
        .social_status .status .twitter_status ul li {
          margin: 0;
          padding: 6px 5px 7px;
          line-height: 130%;
          height: auto;
          border-bottom: 1px solid #bababa;
          border-top: 1px solid rgba(255, 255, 255, 0.3);
          overflow: hidden; }
          .social_status .status .twitter_status ul li:first-child {
            border-top: none; }
          .social_status .status .twitter_status ul li.tweet_content_2 {
            border-bottom: none; }
          .social_status .status .twitter_status ul li span {
            font-weight: 500;
            font-size: 11px;
            text-shadow: 0px 0px 1px #aaaaaa; }
            .social_status .status .twitter_status ul li span a, .social_status .status .twitter_status ul li span a:link, .social_status .status .twitter_status ul li span a:visited {
              color: black;
              text-decoration: none; }
              .social_status .status .twitter_status ul li span a:hover, .social_status .status .twitter_status ul li span a:focus, .social_status .status .twitter_status ul li span a:link:hover, .social_status .status .twitter_status ul li span a:link:focus, .social_status .status .twitter_status ul li span a:visited:hover, .social_status .status .twitter_status ul li span a:visited:focus {
                text-decoration: underline; }
          .social_status .status .twitter_status ul li p {
            padding: 0;
            margin: 0; }
          .social_status .status .twitter_status ul li small {
            color: #08333D;
            font-weight: 500;
            font-size: 10px;
            text-transform: uppercase;
            display: block;
            padding-top: 4px; }
            .social_status .status .twitter_status ul li small a, .social_status .status .twitter_status ul li small a:link, .social_status .status .twitter_status ul li small a:visited {
              color: #08333D;
              font-weight: 500;
              font-size: 10px;
              text-transform: uppercase;
              text-decoration: none; }
              .social_status .status .twitter_status ul li small a:hover, .social_status .status .twitter_status ul li small a:link:hover, .social_status .status .twitter_status ul li small a:visited:hover {
                text-decoration: underline; }
  .social_status #status_news {
    padding: 5px 10px;
    height: 260px; }
    .social_status #status_news ul {
      list-style: none; }
      .social_status #status_news ul li {
        padding: 4px 0 3px;
        border-top: 1px solid #bababa; }
        .social_status #status_news ul li:first-child {
          border-top: 0px; }
        .social_status #status_news ul li #news_item .news_date {
          color: red; }
        .social_status #status_news ul li #news_item h3 {
          font-size: 11px;
          margin-bottom: 3px; }
    .social_status #status_news a.newsbtn {
      position: absolute;
      bottom: 0;
      right: 0;
      background: #950A02;
      color: #fff;
      padding: 3px 9px; }
  .social_status ul.social_news {
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    float: left;
    width: 30px;
    height: 100%;
    z-index: 100; }
  .social_status .social {
    background-color: #363636;
    *zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF363636', endColorstr='#FF696969');
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM2MzYzNiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzY5Njk2OSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#363636), to(#696969));
    background-image: linear-gradient(to bottom, #363636 0%, #696969 100%); }
    .social_status .social.active {
      background: none; }
  .social_status .fb, .social_status .twitter, .social_status .social {
    display: block;
    height: 33.3%;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0px;
    width: 30px; }
    .social_status .fb a, .social_status .twitter a, .social_status .social a {
      display: block;
      height: 100%;
      background: url(../images/sprite.png) no-repeat -175px 0;
      width: 100%;
      padding: 0;
      text-indent: -50000px; }
  .social_status .fb {
    left: 0px;
    top: 33.3%; }
    .social_status .fb a {
      background-position: -172px 0; }
      .social_status .fb a:hover, .social_status .fb a:focus {
        background-position: -142px 0; }
    .social_status .fb.active a {
      background-position: -142px 0; }
    .social_status .fb.active:hover a, .social_status .fb.active:focus a {
      background-position: -142px 0; }
    .social_status .fb:hover, .social_status .fb.social:hover {
      background: none; }
  .social_status .twitter {
    left: 0;
    top: 0; }
    .social_status .twitter a {
      background-position: -111px 0; }
      .social_status .twitter a:hover, .social_status .twitter a:focus {
        background-position: -80px 0; }
    .social_status .twitter.active a {
      background-position: -80px 0; }
    .social_status .twitter.active:hover a, .social_status .twitter.active:focus a {
      background-position: -80px 0; }
    .social_status .twitter:hover, .social_status .twitter.social:hover {
      background: none; }
  .social_status .newsfeed {
    left: 0;
    top: 66.6%;
    height: 33.6%; }
    .social_status .newsfeed a {
      background-position: -232px 0; }
      .social_status .newsfeed a:hover, .social_status .newsfeed a:focus {
        background-position: -202px 0; }
    .social_status .newsfeed.active a {
      background-position: -202px 0; }
    .social_status .newsfeed.active:hover a, .social_status .newsfeed.active:focus a {
      background-position: -202px 0; }
    .social_status .newsfeed:hover, .social_status .newsfeed.social:hover {
      background: none; }

/* ///////////////////////////////////////////////////////
= branding layout
+ set all slideshow page over-rides at
+ bottom of this stylesheet
 /////////////////////////////////////////////////////// */
#branding {
  position: relative;
  width: 100%;
  height: auto; }

span.d + span.y {
  margin-left: -3px; }

/* /////////////////////////////////////////////////////////
= Slideshows
  //////////////////////////////////////////////////////// */
.slideshow {
  position: relative;
  width: 652px;
  height: auto;
  border-bottom: 1px solid #ccc;
  background: #fff;
  margin: 0 0 20px;
  padding: 0;
  *zoom: 1; }
  .slideshow:before, .slideshow:after {
    content: "\0020";
    display: table; }
  .slideshow:after {
    clear: both; }
  .slideshow:hover .controls, .slideshow:focus .controls {
    display: block; }
  .slideshow .controls {
    width: auto;
    height: auto;
    margin: 0 auto;
    display: none; }
    .slideshow .controls .nav-controls .prev,
    .slideshow .controls .nav-controls .next {
      display: block;
      position: absolute;
      top: 165px;
      left: 10px;
      width: 50px;
      height: 50px;
      background-color: transparent;
      background-image: url("../images/slideshow-arrows.png");
      background-repeat: no-repeat;
      text-indent: -9999px;
      cursor: pointer;
      overflow: hidden;
      z-index: 4; }
      .slideshow .controls .nav-controls .prev:active,
      .slideshow .controls .nav-controls .next:active {
        margin-top: 1px; }
    .slideshow .controls .nav-controls .prev {
      background-position: 0 -50px; }
      .slideshow .controls .nav-controls .prev:hover {
        background-position: bottom left; }
    .slideshow .controls .nav-controls .next {
      left: auto;
      right: 10px;
      background-position: 0 0; }
      .slideshow .controls .nav-controls .next:hover {
        background-position: 0 -100px; }
  .slideshow .slide {
    width: 100%;
    height: 400px;
    background-color: #000;
    border: 1px solid #ccc;
    border-bottom: 0;
    overflow: hidden; }
    .slideshow .slide img {
      display: block;
      width: 100%;
      height: 100%; }
    .slideshow .slide span {
      display: block; }
  .slideshow .caption_holder {
    width: 100%;
    height: 40px; }
    .slideshow .caption_holder a[rel="video"] {
      display: none; }
    .slideshow .caption_holder a[rel="imglink"] {
      display: none; }
    .slideshow .caption_holder span {
      display: block; }
    .slideshow .caption_holder .caption {
      background: white url("../images/slideshow_caption_gradient.png") no-repeat;
      border-bottom: 1px solid #ccc;
      padding: 0 10px;
      color: #000;
      background-size: 100% 100%; }
      .slideshow .caption_holder .caption p {
        margin: 0;
        padding: 0;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 700;
        line-height: 40px;
        cursor: default;
        white-space: nowrap;
        text-overflow: ellipsis;
        width: 100%;
        display: block;
        overflow: hidden; }
  .slideshow .thumbs_holder {
    width: 100%; }
    .slideshow .thumbs_holder .thumbs {
      display: none; }
  .slideshow .video {
    display: none;
    width: 100%;
    height: 400px;
    background: url("../images/play.png") no-repeat center center;
    position: absolute;
    left: 0px;
    top: 0px; }
    .slideshow .video #video_holder {
      display: block;
      width: 100%;
      height: 100%; }
  .slideshow .imglink {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    display: none; }
    .slideshow .imglink a {
      position: relative;
      background: url(../images/blank.png) 0 0 repeat;
      display: block;
      width: 100%;
      height: 100%; }

/* /////////////////////////////////////////////////////////
= Over-rides for slideshows on homepage
  //////////////////////////////////////////////////////// */
.home #branding {
  width: 100%;
  background: transparent;
  margin: 0 0 10px;
  overflow: hidden; }
  .home #branding .slideshow {
    width: 100%;
    padding: 0;
    border: 0;
    background-color: #fff; }
    .home #branding .slideshow .slide {
      width: 100%;
      height: 400px;
      background: #000;
      border: none;
      border-bottom: 1px solid #fff; }
      .home #branding .slideshow .slide:after {
        content: "";
        display: block;
        position: absolute;
        bottom: 0px;
        left: 0px;
        width: 100%;
        height: 98px;
        background: white url("../images/slideshow_caption_gradient.png") no-repeat;
        background-size: 980px 100%;
        border-top: 1px solid #fff; }
      .home #branding .slideshow .slide img {
        height: 100%;
        width: 100%; }
    .home #branding .slideshow .caption_holder {
      max-width: 100%;
      width: 405px;
      height: 95px;
      margin-left: 0px;
      z-index: 11; }
      @media screen and (max-width: 980px) {
        .home #branding .slideshow .caption_holder {
          height: auto;
          width: 100%; } }
      .home #branding .slideshow .caption_holder .caption {
        border: none;
        background: none;
        position: relative;
        padding: 0 0 0 15px;
        text-align: left; }
        @media screen and (max-width: 980px) {
          .home #branding .slideshow .caption_holder .caption {
            padding: 0 15px 0; } }
        .home #branding .slideshow .caption_holder .caption .caption-container {
          max-height: 72px;
          overflow: hidden; }
          @media screen and (max-width: 980px) {
            .home #branding .slideshow .caption_holder .caption .caption-container {
              height: auto; } }
          @media screen and (max-width: 880px) {
            .home #branding .slideshow .caption_holder .caption .caption-container {
              max-height: none; } }
          .home #branding .slideshow .caption_holder .caption .caption-container:empty + .buttons {
            border-top: none; }
          .home #branding .slideshow .caption_holder .caption .caption-container.no-date {
            margin-top: -11px; }
        .home #branding .slideshow .caption_holder .caption .thumb {
          display: none; }
        .home #branding .slideshow .caption_holder .caption p {
          position: relative;
          margin: 28px 0 0;
          padding: 0;
          font: 700 24px/120% "Arial", "sans-serif", "Arial", "sans-serif";
          color: #004890;
          text-transform: uppercase;
          cursor: default;
          overflow: hidden; }
          @media screen and (max-width: 980px) {
            .home #branding .slideshow .caption_holder .caption p {
              margin: 15px 0 0; } }
        .home #branding .slideshow .caption_holder .caption .date {
          display: block;
          position: absolute;
          top: 12px;
          text-indent: 15px;
          text-transform: uppercase;
          padding: 0 0 0 2px;
          font-size: 10px;
          font-weight: bold;
          color: #333333;
          text-indent: 0;
          cursor: default; }
          @media screen and (max-width: 980px) {
            .home #branding .slideshow .caption_holder .caption .date {
              top: 0; } }
          .home #branding .slideshow .caption_holder .caption .date span {
            display: inline; }
        .home #branding .slideshow .caption_holder .caption a {
          display: none;
          font-weight: bold;
          text-decoration: none; }
          .home #branding .slideshow .caption_holder .caption a:hover, .home #branding .slideshow .caption_holder .caption a:visited {
            text-decoration: underline; }
        .home #branding .slideshow .caption_holder .caption .buttons {
          position: relative;
          width: 100%;
          height: 30px;
          border-top: 1px solid #ccc;
          padding: 0 0 8px;
          overflow: hidden;
          z-index: 10;
          margin-left: -5px;
          margin-top: 3px; }
          .home #branding .slideshow .caption_holder .caption .buttons > div {
            position: relative;
            margin-top: 0px; }
          .home #branding .slideshow .caption_holder .caption .buttons span {
            cursor: default; }
          .home #branding .slideshow .caption_holder .caption .buttons a,
          .home #branding .slideshow .caption_holder .caption .buttons span {
            display: inline-block;
            position: relative;
            width: auto;
            height: auto;
            margin: 0 8px;
            padding: 2px 6px;
            font: 500 10px/16px "Arial", "sans-serif", "Arial", "sans-serif";
            color: #808083;
            text-transform: uppercase; }
            .home #branding .slideshow .caption_holder .caption .buttons a:before,
            .home #branding .slideshow .caption_holder .caption .buttons span:before {
              content: "";
              display: block;
              display: block;
              position: absolute;
              top: 8px;
              left: -10px;
              width: 4px;
              height: 4px;
              background: #808083; }
            .home #branding .slideshow .caption_holder .caption .buttons a.more,
            .home #branding .slideshow .caption_holder .caption .buttons span.more {
              left: auto;
              top: auto;
              width: auto;
              height: auto; }
            .home #branding .slideshow .caption_holder .caption .buttons a.tickets, .home #branding .slideshow .caption_holder .caption .buttons a.more,
            .home #branding .slideshow .caption_holder .caption .buttons span.tickets,
            .home #branding .slideshow .caption_holder .caption .buttons span.more {
              background-color: transparent; }
              .home #branding .slideshow .caption_holder .caption .buttons a.tickets:hover, .home #branding .slideshow .caption_holder .caption .buttons a.more:hover,
              .home #branding .slideshow .caption_holder .caption .buttons span.tickets:hover,
              .home #branding .slideshow .caption_holder .caption .buttons span.more:hover {
                background: #fdb813;
                color: #fff;
                text-decoration: none; }
            .home #branding .slideshow .caption_holder .caption .buttons a:first-child,
            .home #branding .slideshow .caption_holder .caption .buttons span:first-child {
              margin-left: 0; }
    .home #branding .slideshow .thumbs_holder {
      padding: 0;
      position: absolute;
      top: 346px;
      bottom: auto;
      right: 45px;
      padding: 0;
      margin: 0;
      list-style: none;
      width: 500px;
      height: 144px;
      z-index: 10; }
      .home #branding .slideshow .thumbs_holder .thumbs {
        display: block;
        padding: 0;
        margin: 0;
        position: absolute;
        left: 0px;
        top: 70px;
        width: 20000em;
        list-style: none;
        list-style-image: none; }
        .home #branding .slideshow .thumbs_holder .thumbs li {
          float: left;
          display: block;
          position: relative;
          width: 130px;
          height: 70px;
          border: 1px solid #ccc;
          margin: 0 7px 0 0;
          padding: 4px;
          background: #fff; }
          .home #branding .slideshow .thumbs_holder .thumbs li:hover, .home #branding .slideshow .thumbs_holder .thumbs li:focus, .home #branding .slideshow .thumbs_holder .thumbs li.selected {
            border: 1px solid #fdb813;
            background: #fdb813; }
          .home #branding .slideshow .thumbs_holder .thumbs li a.thumb {
            display: block;
            position: relative;
            width: 120px;
            height: 60px;
            border: none;
            text-indent: -9000px;
            z-index: 31;
            background: white; }
            .home #branding .slideshow .thumbs_holder .thumbs li a.thumb img {
              display: block;
              width: 100%;
              height: 100%;
              margin: 0;
              /*							opacity:0.6;
              							filter: alpha(opacity = 60);*/ }
          .home #branding .slideshow .thumbs_holder .thumbs li .caption {
            display: none;
            position: absolute;
            width: 400px;
            height: 41px;
            padding: 0 0 20px 0;
            left: -140px;
            top: -48px;
            text-align: center;
            color: #333;
            background: url("../images/bullet01-large.png") no-repeat center bottom;
            font: 700 12px/15px "Arial", "sans-serif", Arial, Helvetica, sans-serif;
            z-index: 10;
            white-space: nowrap; }
            .home #branding .slideshow .thumbs_holder .thumbs li .caption div.buttons, .home #branding .slideshow .thumbs_holder .thumbs li .caption a[rel="imglink"] {
              display: none; }
            .home #branding .slideshow .thumbs_holder .thumbs li .caption .caption-container {
              width: auto;
              margin: 0 auto;
              display: inline-block;
              float: none;
              height: 30px;
              overflow: hidden;
              background: white url("../images/bullet01-large.png") no-repeat center 25px; }
            .home #branding .slideshow .thumbs_holder .thumbs li .caption p, .home #branding .slideshow .thumbs_holder .thumbs li .caption .date {
              line-height: 30px;
              height: 30px;
              text-align: center; }
            .home #branding .slideshow .thumbs_holder .thumbs li .caption .date {
              display: block;
              float: left;
              width: 40px;
              overflow: hidden;
              background: #ff0800;
              border-top: 1px solid #ff0800;
              border-bottom: 1px solid #ff0800;
              color: #fff; }
              .home #branding .slideshow .thumbs_holder .thumbs li .caption .date .m, .home #branding .slideshow .thumbs_holder .thumbs li .caption .date .d {
                width: 100%;
                display: block;
                line-height: 16px;
                text-align: center;
                text-transform: uppercase; }
              .home #branding .slideshow .thumbs_holder .thumbs li .caption .date .y {
                display: none; }
            .home #branding .slideshow .thumbs_holder .thumbs li .caption p {
              display: block;
              float: left;
              border: 1px solid #ccc;
              border-right: 0px;
              border-bottom: 0px;
              width: auto;
              white-space: nowrap;
              padding: 0 5px;
              margin: 0 auto; }
            .home #branding .slideshow .thumbs_holder .thumbs li .caption a.trigger, .home #branding .slideshow .thumbs_holder .thumbs li .caption a.trigger:link, .home #branding .slideshow .thumbs_holder .thumbs li .caption a.trigger:visited {
              display: block;
              position: absolute;
              z-index: 1000;
              text-indent: -9000px;
              text-decoration: none;
              background: transparent;
              width: 100%;
              height: 100%;
              left: 0;
              top: 0; }
        .home #branding .slideshow .thumbs_holder .thumbs li.last {
          margin: 0 25px 0 0; }
          .home #branding .slideshow .thumbs_holder .thumbs li.last .caption {
            width: 350px;
            left: auto;
            right: 0;
            background-position: 75% bottom; }
            .home #branding .slideshow .thumbs_holder .thumbs li.last .caption .caption-container {
              width: auto;
              background-position: 75% 25px; }
              .home #branding .slideshow .thumbs_holder .thumbs li.last .caption .caption-container p {
                background: #fff;
                width: auto;
                float: left;
                position: absolute;
                right: 40px; }
              .home #branding .slideshow .thumbs_holder .thumbs li.last .caption .caption-container .date {
                position: absolute;
                right: 0; }

/* /////////////////////////////////////////////////////////
= Over-rides for spotlights on event detail views and news views
  //////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////
= Over-rides for spotlights on event detail views and news views
  //////////////////////////////////////////////////////// */
.slideshow.spotlight {
  height: auto; }
  .slideshow.spotlight .slide {
    height: auto; }
    .slideshow.spotlight .slide img {
      height: auto; }

.hotels-1 .textarea {
  margin-bottom: 0; }
  .hotels-1 .textarea .baseline {
    padding-bottom: 5px; }

.concierge_listing {
  position: relative; }
  .concierge_listing .list {
    margin: 0 0 20px;
    position: relative;
    padding: 0px; }
    .concierge_listing .list .entry {
      display: block;
      /*			width: 520px;*/
      margin: 0 0 18px;
      padding: 0 0 25px;
      position: relative;
      background: url("../images/divider01.gif") repeat-x 0 100%;
      clear: both; }
      .concierge_listing .list .entry:first-child {
        padding-top: 0; }
      .concierge_listing .list .entry .thumb {
        display: none; }
    .concierge_listing .list .info {
      float: left;
      /*			width:370px;*/
      margin: 0;
      padding: 0 15px;
      /*			address {
      				color:black;
      				font-size:12px;
      				font-style:italic;
      				line-height: 130%;
      				padding:0;
      			}*/ }
      .concierge_listing .list .info h3 a {
        font-size: 15px;
        text-decoration: none; }
  .concierge_listing .booking {
    width: auto;
    position: relative; }
    .concierge_listing .booking a, .concierge_listing .booking a:link, .concierge_listing .booking a:visited {
      display: block;
      float: left;
      line-height: 25px;
      padding: 0 5px;
      text-decoration: none;
      text-align: center;
      color: #fff;
      background: black;
      border: 1px solid black;
      width: auto;
      font-size: 12px;
      height: auto;
      margin: 0;
      height: 25px;
      text-transform: uppercase; }
      .concierge_listing .booking a:hover, .concierge_listing .booking a:link:hover, .concierge_listing .booking a:visited:hover {
        background: #333;
        border: 1px solid #333; }

/* ----------------------------------------------------------------------------
= Right Rail Ad Banner
----------------------------------------------------------------------------- */
.ad_banner {
  margin: 0 0 20px 0px;
  padding: 0;
  text-align: center;
  overflow: visible;
  clear: both;
  max-width: 100%; }
  .ad_banner.med-rect-ad .slideshow {
    width: auto;
    overflow: visible;
    margin-bottom: 8px; }
    .ad_banner.med-rect-ad .slideshow:hover:after {
      content: '';
      position: absolute;
      width: 300px;
      height: 250px;
      left: -5px;
      top: -5px;
      display: block;
      border: 5px solid #00a1e3;
      z-index: -1; }
    .ad_banner.med-rect-ad .slideshow .slide {
      border: none;
      height: auto;
      overflow: visible; }
      .ad_banner.med-rect-ad .slideshow .slide:after {
        display: none; }
    .ad_banner.med-rect-ad .slideshow .controls {
      display: none; }

/* ----------------------------------------------------------------------------
=banner
----------------------------------------------------------------------------- */
/*.banner{
	position:relative;
	border:1px solid #ccc;
	padding:1px;
	margin:0 auto;
	.slideshow {
		width:auto;
		height:auto;
		border:none;
		overflow: hidden;
		margin:0;
		padding:0;
		.slide {
			width:auto;
			overflow:auto;
			&:after {
				content:"";
			    position: absolute;
				top: 0px;
				right: 0px;
			    bottom: 10px;
				left:0px;
				background-image:none;
			    box-shadow:none;
				z-index:1;
			}
			a.advance-link{
				border:0;
			}
			span:after{
				display:none;
			}
			img {
				height:auto;
			}
		}
		.controls {
			display:none;
		}
		.imglink {
			display:none;
			width:100%;
			height:100%;
			position:absolute;
			top:0;
			left:0;
			cursor:pointer;
			z-index:2;
			a{
				position:relative;
				background:url(../images/blank.png) 0 0 repeat;
				display:block;
				width:100%;
				height:100%;
			}
		}
		.thumbs_holder {
			display:none;
			top:0;
			left:0;
			.thumbs {
				display:none;
			}
		}
	}

}*/
.home_banner_large .banner {
  position: relative;
  padding: 0;
  margin: 0 auto;
  width: 610px;
  height: 140px; }
  .home_banner_large .banner .slideshow {
    width: 610px;
    height: 140px;
    border: none;
    overflow: hidden; }
    .home_banner_large .banner .slideshow .slide {
      width: 610px;
      height: 140px;
      overflow: hidden;
      border: none; }
      .home_banner_large .banner .slideshow .slide a.advance-link {
        border: 0; }
      .home_banner_large .banner .slideshow .slide span:after {
        display: none; }
    .home_banner_large .banner .slideshow .controls {
      display: none; }
    .home_banner_large .banner .slideshow .imglink {
      display: none;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      cursor: pointer; }
    .home_banner_large .banner .slideshow .thumbs_holder {
      display: none;
      top: 0;
      left: 0; }
      .home_banner_large .banner .slideshow .thumbs_holder .thumbs {
        display: none; }

/* ----------------------------------------------------------------------------
=footer logos
----------------------------------------------------------------------------- */
.lower_logospot {
  position: relative;
  width: 100%;
  background: url(../images/bg_footer_partners.png);
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin: 10px 0 15px 0;
  padding: 1px 0;
  overflow: hidden; }
  .lower_logospot .banner_holder {
    padding: 0;
    margin: 15px 0 15px;
    width: 980px;
    height: 109px;
    position: relative;
    max-width: 100%; }
    .lower_logospot .banner_holder .scroll.banner_list {
      width: 980px;
      height: 109px;
      overflow: hidden;
      position: relative;
      max-width: 100%; }
      .lower_logospot .banner_holder .scroll.banner_list .group {
        float: none;
        margin-left: 0;
        width: 980px;
        height: 138px;
        max-width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        height: 100%; }
        .lower_logospot .banner_holder .scroll.banner_list .group .entry {
          text-align: center;
          background: none;
          clear: none;
          padding: 0;
          position: relative;
          line-height: 109px;
          padding: 0 20px;
          float: none;
          display: block;
          max-width: 16.66666666666%;
          overflow: hidden; }
      .lower_logospot .banner_holder .scroll.banner_list .entry {
        text-align: center;
        background: none;
        clear: none;
        padding: 0;
        position: relative;
        line-height: 109px;
        padding: 0 20px;
        float: none;
        display: block;
        max-width: 16.66666666666%;
        overflow: hidden; }
        .lower_logospot .banner_holder .scroll.banner_list .entry a {
          display: block;
          max-width: 100%; }
          .lower_logospot .banner_holder .scroll.banner_list .entry a:hover {
            opacity: 0.5; }
        .lower_logospot .banner_holder .scroll.banner_list .entry img {
          margin: 0 auto;
          width: 100%; }
    .lower_logospot .banner_holder a.browse {
      display: none; }

/**CALENDARIO: A FLEXIBLE CALENDAR PLUGIN
/*-CORE STYLES: CAN INCLUDE THESE ON EVERY PROJECT-
/*-OVERRIDE IN THE CUSTOM SECTION FOR EACH INDIVIDUAL THEME -
/*-ORIGINAL: http://tympanus.net/codrops/2012/11/27/calendario-a-flexible-calendar-plugin/ -
**/
.calendar h1 {
  padding: 0 20px; }

#calendario {
  padding: 20px; }
  #calendario .cal-wrap {
    border: 1px solid #ddd;
    background: white url("../images/bg_diag_lines.png") repeat 0 0; }
  #calendario .all-events-link {
    text-align: center;
    display: block;
    width: 150px;
    display: block;
    background-color: #00a1e3;
    background-image: none;
    margin: 20px auto;
    padding: 10px 13px 10px;
    font-size: 12px;
    font-weight: 700;
    line-height: 12px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 8px; }

/**
 * Title for calendar header
 */
.event-calendar .overview {
  text-align: center; }
.event-calendar .overview h1 {
  text-align: center;
  color: black;
  margin: 0 0 0px;
  font-weight: 300; }

/**
 * Calendario Header
 */
#calendario .cal-header {
  background: #00a1e3;
  padding: 0px;
  height: 50px;
  position: relative; }
  #calendario .cal-header h2 {
    color: white;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    line-height: 50px;
    margin: 0px;
    padding: 0px; }
  #calendario .cal-header .cal-controls span {
    z-index: 100;
    position: absolute;
    top: 10px;
    width: 30px;
    height: 30px;
    top: 10px;
    color: transparent;
    cursor: pointer;
    margin: 0 1px; }
    #calendario .cal-header .cal-controls span.cal-prev {
      left: 25px;
      width: 0;
      height: 0;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent;
      border-right: 10px solid white;
      cursor: pointer;
      text-indent: -9999px;
      z-index: 5;
      display: block;
      -webkit-transition: all 100ms linear;
      transition: all 100ms linear;
      filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
      opacity: 1; }
      #calendario .cal-header .cal-controls span.cal-prev:hover {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
        opacity: 0.6; }
    #calendario .cal-header .cal-controls span.cal-next {
      right: 29px;
      width: 0;
      height: 0;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent;
      border-left: 10px solid white;
      text-indent: -9999px;
      z-index: 5;
      display: block;
      -webkit-transition: all 100ms linear;
      transition: all 100ms linear;
      filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
      opacity: 1; }
      #calendario .cal-header .cal-controls span.cal-next:hover {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
        opacity: 0.6; }

/**
 * Base Calendar - full page
 */
#calendario {
  margin: 0 auto 40px auto;
  /**
   * Custom code for full page cal
   */
  /**
   * Custom code for full page cal
   */
  /**
   * Custom code for full page cal
   */
  /**
   * Custom code for full page cal
   */
  /**
   * Custom code for full page cal
   */
  /* IE 9 is rounding up the calc it seems */ }
  #calendario *,
  #calendario *:after,
  #calendario *:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  #calendario .cal-inner {
    position: relative; }
  #calendario .fc-calendar-container {
    position: relative;
    *zoom: 1;
    height: auto;
    width: auto;
    padding-bottom: 10px; }
    #calendario .fc-calendar-container:before, #calendario .fc-calendar-container:after {
      content: "\0020";
      display: table; }
    #calendario .fc-calendar-container:after {
      clear: both; }
  #calendario .fc-calendar {
    width: 100%;
    height: 100%; }
  #calendario .fc-calendar .fc-head {
    height: 38px;
    line-height: 46px;
    background: none;
    color: #014990;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px; }
    @media screen and (max-width: 670px) {
      #calendario .fc-calendar .fc-head {
        display: none; } }
  #calendario .fc-calendar .fc-body {
    position: relative;
    padding: 4px 0 4px 20px;
    border: none;
    width: 100%;
    height: 570px; }
    @media screen and (max-width: 670px) {
      #calendario .fc-calendar .fc-body {
        height: auto; } }
  #calendario .fc-calendar .fc-row {
    width: 100%;
    border-top: none;
    border-bottom: none;
    height: 17%; }
    @media screen and (max-width: 670px) {
      #calendario .fc-calendar .fc-row {
        height: auto !important; } }
  #calendario .fc-four-rows .fc-row {
    height: 19%; }
  #calendario .fc-five-rows .fc-row {
    height: 18%; }
  #calendario .fc-six-rows .fc-row {
    height: 16.66%;
    height: calc(100%/6); }
  #calendario .fc-calendar .fc-row.selected {
    height: 50%; }
    #calendario .fc-calendar .fc-row.selected .date_overlay {
      display: none; }
  #calendario .fc-calendar .fc-row.selected div {
    background: white; }
    #calendario .fc-calendar .fc-row.selected div span.fc-date {
      color: white;
      background: #fdb813; }
    #calendario .fc-calendar .fc-row.selected div .date {
      color: white; }
  #calendario .fc-calendar .fc-row.selected .fc-today .fc-date {
    background: #00a1e3; }
  #calendario .fc-calendar .fc-row > div {
    float: left;
    height: 100%;
    position: relative;
    overflow: hidden;
    background: #fff;
    border-right: none;
    border-radius: 5px;
    padding: 5px;
    width: 13.3%;
    margin: 3px; }
    @media screen and (max-width: 670px) {
      #calendario .fc-calendar .fc-row > div {
        float: none;
        width: calc(100% - 20px);
        margin-bottom: 10px; }
        #calendario .fc-calendar .fc-row > div:not(.has-event) {
          display: none; }
        #calendario .fc-calendar .fc-row > div .date_overlay {
          display: none !important; } }
    #calendario .fc-calendar .fc-row > div .date_overlay {
      width: 100%;
      height: 100%;
      position: absolute;
      background: url(../images/expand_Cal.png) top left no-repeat;
      top: 0;
      left: 0;
      z-index: 10; }
  #calendario .fc-calendar .fc-head > div {
    float: left;
    height: 100%;
    width: 14.1%;
    position: relative; }
  #calendario .ie9 .fc-calendar .fc-row > div,
  #calendario .ie9 .fc-calendar .fc-head > div {
    width: 14.2%; }
  #calendario .fc-calendar .fc-head > div {
    text-align: center; }
  #calendario .fc-calendar .fc-row > div > span.fc-date {
    position: absolute;
    width: 100%;
    height: 20px;
    background: #f9f9f9;
    top: 0px;
    left: 0px;
    color: #a6a6a6;
    font-size: 14px;
    text-align: center;
    margin: 0px; }
  #calendario .fc-calendar .fc-row > div > span.fc-weekday {
    padding-left: 5px;
    display: none; }
  #calendario .fc-calendar .fc-row > div.fc-out {
    opacity: 0.6; }
  #calendario .fc-calendar .fc-row:last-child {
    border-bottom: none; }
  #calendario .fc-content {
    *zoom: 1;
    cursor: pointer; }
    #calendario .fc-content:before, #calendario .fc-content:after {
      content: "\0020";
      display: table; }
    #calendario .fc-content:after {
      clear: both; }
    #calendario .fc-content span.fc-date {
      text-shadow: none;
      color: #a6a6a6;
      z-index: 3; }
    #calendario .fc-content:hover span.fc-date {
      background: #595959; }
    #calendario .fc-content .date_overlay:hover {
      background: url(../images/expand_Cal.png) bottom left no-repeat !important; }
  #calendario div.cal_overlay_item {
    display: none; }
    #calendario div.cal_overlay_item.show_overlay {
      display: block;
      position: absolute;
      top: 0;
      right: -20px;
      background: #fff; }
  #calendario div.event_shortdesc {
    display: block;
    margin: 25px 5px 0px 5px;
    font-size: 11px; }
    #calendario div.event_shortdesc h3 {
      font-size: 13px;
      padding: 0;
      margin: 0; }
      #calendario div.event_shortdesc h3 a {
        color: #014990; }
        #calendario div.event_shortdesc h3 a:hover {
          color: black;
          text-decoration: none; }
    #calendario div.event_shortdesc img {
      height: 94px;
      margin-left: -17px; }
    #calendario div.event_shortdesc .event_time {
      color: #666; }

/**
 * Tooltips and popover styles
 */
#calendario .tooltip {
  position: absolute;
  z-index: 100;
  display: none;
  width: 210px;
  height: 215px;
  margin: 0 5px 5px 0;
  line-height: 15px; }
  #calendario .tooltip .info {
    border-radius: 8px;
    padding: 5px 5px 5px 5px;
    background: #fff;
    width: 100%;
    height: 100%;
    position: relative;
    border-left: 2px solid #d9d9d9;
    -webkit-box-shadow: rgba(34, 34, 34, 0.2) 2px 0px 10px;
    box-shadow: rgba(34, 34, 34, 0.2) 2px 0px 10px; }
    #calendario .tooltip .info:after {
      content: '';
      display: block;
      position: absolute;
      top: 48%;
      left: -10px;
      width: 0;
      height: 0;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent;
      border-right: 10px solid #d9d9d9; }
    #calendario .tooltip .info .cal_info_header {
      height: 100%;
      background: white;
      display: block;
      width: 100%;
      overflow: hidden; }
    #calendario .tooltip .info .cal_event_thumb {
      display: block;
      position: relative;
      border: none;
      width: 200px;
      height: 100px;
      z-index: 1;
      margin: 0 auto 0px;
      padding: 0;
      float: none;
      overflow: visible;
      -webkit-box-shadow: none;
              box-shadow: none; }
      #calendario .tooltip .info .cal_event_thumb img {
        width: 100%;
        height: 100%; }
    #calendario .tooltip .info .venueInfo {
      position: relative;
      top: 0;
      left: 0;
      width: auto;
      display: block;
      margin: 10px 0 0 0;
      padding: 0 !important;
      background: none !important;
      text-align: left;
      color: #A483A4;
      font-size: 11px;
      line-height: 15px; }
    #calendario .tooltip .info h4 {
      text-align: center;
      width: auto;
      padding: 0;
      margin: 0;
      display: block;
      float: none;
      font-size: 11px;
      line-height: 15px;
      color: #666;
      position: relative;
      top: auto;
      left: auto; }
    #calendario .tooltip .info h3 {
      text-align: center;
      margin: 10px 0 0 0;
      max-height: 90px;
      overflow: hidden;
      font-weight: bold;
      color: #014990; }
      #calendario .tooltip .info h3 a {
        color: #014990; }
        #calendario .tooltip .info h3 a:hover {
          color: #00a1e3; }
    #calendario .tooltip .info em {
      display: none; }
    #calendario .tooltip .info .buttons {
      position: relative;
      display: block;
      height: 21px;
      width: 100%;
      font-size: 11px;
      line-height: 15px;
      font-weight: normal;
      text-align: center;
      color: #A483A4;
      list-style: none;
      padding: 3px 3px 5px 3px;
      margin: 10px 0px 3px 0px; }
      #calendario .tooltip .info .buttons a,
      #calendario .tooltip .info .buttons a:visited,
      #calendario .tooltip .info .buttons span {
        background: #cccccc;
        display: inline-block;
        padding: 5px;
        font-size: 10px;
        line-height: 8px;
        border-radius: 5px;
        text-transform: uppercase;
        color: white; }
        #calendario .tooltip .info .buttons a:first-child,
        #calendario .tooltip .info .buttons a:visited:first-child,
        #calendario .tooltip .info .buttons span:first-child {
          border-left: 0; }
        #calendario .tooltip .info .buttons a:hover,
        #calendario .tooltip .info .buttons a:visited:hover,
        #calendario .tooltip .info .buttons span:hover {
          color: white;
          background: #00a1e3; }
        #calendario .tooltip .info .buttons a.tickets,
        #calendario .tooltip .info .buttons a:visited.tickets,
        #calendario .tooltip .info .buttons span.tickets {
          background: #fdb813; }
          #calendario .tooltip .info .buttons a.tickets:hover,
          #calendario .tooltip .info .buttons a:visited.tickets:hover,
          #calendario .tooltip .info .buttons span.tickets:hover {
            color: white;
            background: #00a1e3; }
      #calendario .tooltip .info .buttons span:hover {
        background: none; }
      #calendario .tooltip .info .buttons span.soon, #calendario .tooltip .info .buttons span.onsale {
        cursor: default;
        font-size: 11px; }
        #calendario .tooltip .info .buttons span.soon:hover, #calendario .tooltip .info .buttons span.onsale:hover {
          margin: 0; }
      #calendario .tooltip .info .buttons span.tickets {
        display: none;
        opacity: 0.7; }
        #calendario .tooltip .info .buttons span.tickets:hover {
          text-decoration: none; }

#calendario .cal-content-reveal {
  opacity: 0;
  font-weight: bold;
  z-index: 11000;
  display: none;
  position: absolute;
  top: 156px;
  left: 295px;
  width: 350px;
  height: 230px;
  background: #262626;
  border: 1px solid #292929;
  -webkit-box-shadow: inset 0px 0px 20px -5px #030303;
  box-shadow: inset 0px 0px 20px -5px #030303; }
  #calendario .cal-content-reveal .cal_event_thumb {
    display: none; }
  #calendario .cal-content-reveal .info {
    text-align: left; }
  #calendario .cal-content-reveal .scrolled_content {
    width: 100%;
    z-index: 10;
    margin: 0;
    padding: 15px;
    height: 100%;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    list-style: none; }
  #calendario .cal-content-reveal .content, #calendario .cal-content-reveal .oveview {
    margin: 0px !important;
    padding: 0 !important; }
  #calendario .cal-content-reveal .viewport {
    width: 295px;
    height: 190px;
    margin-top: 11px;
    overflow: hidden;
    position: relative; }
  #calendario .cal-content-reveal .scrollbar {
    display: none;
    width: 10px;
    height: 220px;
    position: absolute;
    right: 10px;
    top: 42px; }
  #calendario .cal-content-reveal .scrollbar .track {
    width: 1px;
    height: 220px;
    position: relative;
    background: #eee; }
  #calendario .cal-content-reveal .scrollbar .track .thumb {
    width: 5px;
    height: 10px;
    background: #ccc;
    position: absolute;
    left: 0;
    top: 5px;
    cursor: pointer; }
  #calendario .cal-content-reveal span.cal-content-close {
    top: 0;
    right: 0;
    width: 32px;
    height: 32px;
    background: black url(../images/close_btn.png) no-repeat;
    cursor: pointer;
    position: absolute;
    text-indent: -9999px;
    display: block;
    z-index: 20; }
    #calendario .cal-content-reveal span.cal-content-close:hover {
      opacity: 0.7; }
  #calendario .cal-content-reveal .cal_overlay_item {
    display: block;
    margin-bottom: 18px; }
  #calendario .cal-content-reveal .cal_image {
    display: none; }
  #calendario .cal-content-reveal h4 {
    font-size: 16px;
    line-height: 110%; }
  #calendario .cal-content-reveal em {
    display: none; }
  #calendario .cal-content-reveal .buttons a, #calendario .cal-content-reveal .buttons a:link, #calendario .cal-content-reveal .buttons a:visited, #calendario .cal-content-reveal .buttons span {
    display: block;
    float: left;
    width: 90px;
    background: #00a1e3;
    line-height: 15px;
    font-size: 11px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    color: #fff;
    padding: 7px 10px;
    margin-right: 10px; }
    #calendario .cal-content-reveal .buttons a:hover, #calendario .cal-content-reveal .buttons a:link:hover, #calendario .cal-content-reveal .buttons a:visited:hover, #calendario .cal-content-reveal .buttons span:hover {
      color: #000; }
    #calendario .cal-content-reveal .buttons a.tickets, #calendario .cal-content-reveal .buttons a:link.tickets, #calendario .cal-content-reveal .buttons a:visited.tickets, #calendario .cal-content-reveal .buttons span.tickets {
      width: 100px;
      background-position: right 0; }
  #calendario .cal-content-reveal .buttons span {
    cursor: default; }

.scrollable .list {
  /* this cannot be too large */
  width: 20000em;
  position: absolute; }

.scrollable .list .entry {
  float: left;
  clear: none; }

.scrollable .list .group {
  float: left; }

#featured.event_list {
  background: #222;
  margin: 0 0 25px;
  position: relative;
  width: 700px;
  padding: 0;
  height: 170px;
  z-index: 1; }
  #featured.event_list h2 {
    text-align: center;
    color: #fff;
    font-weight: 400;
    line-height: 40px;
    margin: 0 0 1px; }
  #featured.event_list .prev, #featured.event_list .next {
    background: url(../images/arrows_carousel.png) no-repeat 0 0;
    cursor: pointer;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    text-indent: -9999px;
    z-index: 5;
    display: block;
    -webkit-transition: all 100ms linear;
    transition: all 100ms linear;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1; }
    #featured.event_list .prev:hover, #featured.event_list .next:hover {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
      opacity: 0.8; }
  #featured.event_list .prev {
    left: 0; }
  #featured.event_list .next {
    background-position: -40px 0;
    right: 0; }
  #featured.event_list .list {
    background: none;
    padding: 0;
    margin: 0;
    border: 0; }
  #featured.event_list .entry {
    padding: 0;
    float: left;
    margin-right: 4px;
    width: 228px;
    height: 125px;
    padding: 0;
    background: #eee;
    clear: none;
    position: relative;
    overflow: hidden;
    border: 0; }
    #featured.event_list .entry .info {
      display: none;
      position: absolute;
      top: 0px;
      left: 0px;
      margin: 0;
      width: 100%;
      padding: 0px;
      height: 125px;
      background: url(../images/content_bg.png) repeat 0 0;
      text-align: center; }
      #featured.event_list .entry .info h3 {
        padding: 15px 5px 5px;
        margin: 0;
        font-size: 18px;
        font-weight: 400;
        line-height: 110%; }
        #featured.event_list .entry .info h3 a {
          text-decoration: none; }
          #featured.event_list .entry .info h3 a:hover {
            text-decoration: none; }
      #featured.event_list .entry .info .date {
        color: #666;
        font-size: 14px;
        margin: 0 0 5px; }
      #featured.event_list .entry .info .buttons {
        position: absolute;
        top: 100px;
        left: 0;
        width: 100%; }
        #featured.event_list .entry .info .buttons a, #featured.event_list .entry .info .buttons a:link, #featured.event_list .entry .info .buttons a:visited, #featured.event_list .entry .info .buttons span {
          display: block;
          float: left;
          width: 114px;
          height: 25px;
          margin: 0;
          padding: 0;
          background: url(../images/buttons_bg.png) no-repeat 0 0;
          line-height: 25px;
          font-size: 11px;
          text-transform: uppercase;
          text-align: center;
          font-weight: 600;
          color: #fff;
          text-indent: 0; }
          #featured.event_list .entry .info .buttons a:hover, #featured.event_list .entry .info .buttons a:link:hover, #featured.event_list .entry .info .buttons a:visited:hover, #featured.event_list .entry .info .buttons span:hover {
            background: #222; }
          #featured.event_list .entry .info .buttons a.tickets, #featured.event_list .entry .info .buttons a.onsale, #featured.event_list .entry .info .buttons a:link.tickets, #featured.event_list .entry .info .buttons a:link.onsale, #featured.event_list .entry .info .buttons a:visited.tickets, #featured.event_list .entry .info .buttons a:visited.onsale, #featured.event_list .entry .info .buttons span.tickets, #featured.event_list .entry .info .buttons span.onsale {
            background-position: right 0; }
        #featured.event_list .entry .info .buttons span {
          cursor: default; }
      #featured.event_list .entry .info.active {
        display: block; }
    #featured.event_list .entry .thumb {
      display: block;
      width: 228px;
      height: 125px;
      position: absolute;
      top: 0px;
      left: 0px;
      background: none;
      border: none;
      float: none;
      margin: 0; }
      #featured.event_list .entry .thumb a, #featured.event_list .entry .thumb a:link, #featured.event_list .entry .thumb a:visited {
        width: 100%;
        height: 100%;
        border: 0; }
        #featured.event_list .entry .thumb a img, #featured.event_list .entry .thumb a:link img, #featured.event_list .entry .thumb a:visited img {
          width: 100%;
          height: 100%;
          padding: 0;
          margin: 0; }

.list_holder {
  position: relative;
  z-index: 10;
  margin: 0 4px;
  overflow: hidden;
  width: 692px;
  height: 125px; }
  .list_holder .group {
    float: left;
    height: 125px;
    padding: 0; }

/* ----------------------------------------------------------------------------
= Contest List
----------------------------------------------------------------------------- */
#contests.index .overview {
  border: 1px solid #ccc;
  background-color: #fff;
  margin: 0 0 25px;
  padding: 10px 15px;
  *zoom: 1; }
  #contests.index .overview:before, #contests.index .overview:after {
    content: "\0020";
    display: table; }
  #contests.index .overview:after {
    clear: both; }
  #contests.index .overview h1 {
    float: left;
    width: 100%;
    margin-bottom: 8px;
    font-size: 20px;
    border-bottom: 1px solid #ccc; }

.contest_list {
  position: relative; }
  .contest_list p.nocontests {
    padding: 10px 15px;
    background: #fff;
    border: 1px solid #ccc; }
  .contest_list .entry {
    border: 1px solid #ccc;
    background-color: #fff;
    margin: 0 0 20px;
    padding: 1px;
    clear: both;
    -webkit-box-shadow: -3px 9px 10px -13px rgba(0, 0, 0, 0.8);
            box-shadow: -3px 9px 10px -13px rgba(0, 0, 0, 0.8); }
    .contest_list .entry .info {
      float: left;
      position: relative;
      width: 65%;
      margin-top: 8px;
      padding: 0 0 10px; }
      .contest_list .entry .info .date {
        display: block;
        margin: 0 0 5px;
        font-size: 12px;
        font-weight: 500;
        line-height: 12px;
        color: #0180C0;
        text-transform: uppercase; }
      .contest_list .entry .info h3 {
        margin: 0 0 12px; }
        .contest_list .entry .info h3 a {
          font-size: 14px;
          font-weight: 700;
          line-height: 14px;
          color: #002A45;
          text-decoration: none;
          text-transform: uppercase; }
          .contest_list .entry .info h3 a:hover {
            text-decoration: underline; }
      .contest_list .entry .info .buttons {
        display: block;
        border-top: 1px solid #ccc;
        margin: 0;
        padding: 8px 0 0;
        list-style: none; }
        .contest_list .entry .info .buttons li {
          float: left;
          border: 1px solid #ccc;
          margin-left: 6px;
          padding: 1px; }
          .contest_list .entry .info .buttons li:first-child {
            margin-left: 0; }
        .contest_list .entry .info .buttons a,
        .contest_list .entry .info .buttons span {
          display: block;
          background: #DDD url("../images/noise-overlay.png") repeat-x 0 0;
          margin: 0;
          padding: 2px 14px 2px;
          font-size: 10px;
          font-weight: 700;
          line-height: 11px;
          color: #003E64;
          text-transform: uppercase; }
          .contest_list .entry .info .buttons a:hover, .contest_list .entry .info .buttons a.enter, .contest_list .entry .info .buttons a.onsale,
          .contest_list .entry .info .buttons span:hover,
          .contest_list .entry .info .buttons span.enter,
          .contest_list .entry .info .buttons span.onsale {
            background: #0483C3 url("../images/sprite-bckgrd-noise.png") repeat-x 0 20px;
            color: #fff; }
        .contest_list .entry .info .buttons span {
          cursor: default; }
      .contest_list .entry .info.nothumb {
        width: 97%;
        margin-left: 10px; }
    .contest_list .entry .thumb {
      float: left;
      margin: 0 12px 0 0;
      /*box-shadow: -3px 9px 10px -13px rgba(0, 0, 0, 0.8);*/
      /*border: 1px solid #fff;*/ }
      .contest_list .entry .thumb a {
        display: block;
        width: 205px;
        height: 100px;
        overflow: hidden; }
      .contest_list .entry .thumb img {
        padding: 0;
        width: 100%;
        height: 100%; }
    .contest_list .entry .extra_group {
      display: none; }

.contest_detail .overview {
  border-bottom: 1px solid #ccc;
  padding: 0 0 5px;
  margin: 0 0 20px; }
  .contest_detail .overview h1 {
    margin: 0 0 5px; }
  .contest_detail .overview .date {
    font-size: 12px;
    font-weight: 500;
    line-height: 12px;
    color: #0180C0;
    text-transform: uppercase;
    margin: 0 0 5px;
    display: block; }
.contest_detail .form {
  margin: 0 0 20px; }
  .contest_detail .form h3 {
    padding: 5px 8px 0 8px; }

.contest_detail .overview, .contest_detail .description, .contest_detail .form {
  margin: 0 0 20px; }

/* /////////////////////////////////////////////////////
= @group FAQ
 ///////////////////////////////////////////////////// */
.faq {
  position: relative;
  border: 1px solid #ccc;
  margin: 0 0 10px;
  padding: 10px;
  clear: both;
  background: #fff url("../images/bg_diag_lines.png") repeat 0 0;
  *zoom: 1; }
  .faq:before, .faq:after {
    content: "\0020";
    display: table; }
  .faq:after {
    clear: both; }
  .faq .buttons {
    display: block;
    float: left;
    padding: 11px 15px 8px 22px;
    width: 100%; }
    .faq .buttons a {
      padding: 0;
      border: 0;
      font-size: 17px;
      line-height: 41px;
      font-weight: bold;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 0.5px;
      background: #014990;
      color: white;
      text-decoration: none;
      padding: 10px 30px; }
      .faq .buttons a:hover {
        background: #00a1e3; }
  .faq dl {
    margin: 0;
    padding: 0;
    list-style-type: none; }
  .faq dt {
    background: #0084ca;
    margin: 0 0 2px;
    padding: 0;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all 100ms linear;
    transition: all 100ms linear; }
    .faq dt:hover, .faq dt.open {
      color: #00a1e3; }
      .faq dt:hover p, .faq dt.open p {
        color: #00a1e3; }
    .faq dt:first-child {
      border: 0; }
    .faq dt p {
      width: calc(100% - 70px);
      background: #fff;
      margin: 0;
      padding: 6px 10px;
      line-height: 18px;
      color: #004890; }
    .faq dt:before {
      content: "open";
      display: block;
      position: absolute;
      right: 28px;
      background: transparent url("../images/sprite-icons2.png") no-repeat -144px -1px;
      width: 36px;
      height: 18px;
      margin-top: 6px;
      padding: 0 0 0 16px;
      font-size: 10px;
      color: #fff;
      pointer-events: none; }
    .faq dt.open {
      margin: 0;
      color: #00a1e3; }
      .faq dt.open:before {
        content: "close";
        background: transparent url("../images/sprite-icons2.png") no-repeat -142px -17px; }
  .faq dd {
    display: none;
    position: relative;
    background: #00a1e3;
    margin: 0; }
    .faq dd p {
      width: calc(100% - 70px);
      background: #fff;
      margin: 0;
      padding: 11px 15px 8px 22px;
      line-height: 19px;
      *zoom: 1; }
      .faq dd p:before, .faq dd p:after {
        content: "\0020";
        display: table; }
      .faq dd p:after {
        clear: both; }
      .faq dd p a {
        color: #000;
        text-decoration: underline; }
        .faq dd p a:hover {
          text-decoration: none; }
    .faq dd ul, .faq dd ol {
      width: calc(100% - 70px);
      background: #fff;
      margin: 0;
      padding: 11px 15px 8px 36px;
      line-height: 19px;
      *zoom: 1; }
      .faq dd ul:before, .faq dd ul:after, .faq dd ol:before, .faq dd ol:after {
        content: "\0020";
        display: table; }
      .faq dd ul:after, .faq dd ol:after {
        clear: both; }
      .faq dd ul a, .faq dd ol a {
        color: #000;
        text-decoration: underline; }
        .faq dd ul a:hover, .faq dd ol a:hover {
          text-decoration: none; }
    .faq dd img {
      margin: 5px 10px 10px;
      padding: 1px;
      border: 1px dotted #808080;
      float: right; }

/* @end */
.spotlight_item {
  width: 50%;
  float: left;
  text-align: center;
  padding: 20px; }
  @media screen and (max-width: 670px) {
    .spotlight_item {
      width: 100%; } }
  .spotlight_item .spotlight_image {
    margin-bottom: 20px; }
    .spotlight_item .spotlight_image img {
      max-width: 100%;
      max-height: 175px; }
  .spotlight_item .spotlight_text {
    text-align: center; }
    .spotlight_item .spotlight_text h3 {
      color: #004890; }
      .spotlight_item .spotlight_text h3 a {
        color: #004890; }
        .spotlight_item .spotlight_text h3 a:hover {
          color: #00a1e3; }
    .spotlight_item .spotlight_text p {
      font-size: 13px;
      line-height: 24px; }
      .spotlight_item .spotlight_text p a {
        color: #004890; }
        .spotlight_item .spotlight_text p a:hover {
          color: #00a1e3; }
    .spotlight_item .spotlight_text .gen-button {
      font-size: 14px;
      color: #00a1e3; }
      .spotlight_item .spotlight_text .gen-button:hover {
        color: #004890; }
  .spotlight_item:nth-child(odd) {
    clear: both; }

.map_holder {
  display: block;
  width: 100%;
  height: 388px;
  border-top: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #CCCCCC;
  -webkit-box-shadow: 0 9px 5px -10px rgba(0, 0, 0, 0.8);
  box-shadow: 0 9px 5px -10px rgba(0, 0, 0, 0.8);
  margin-bottom: 20px; }
  .map_holder .map {
    width: 100%;
    height: 100%; }
  .map_holder .map_control {
    display: none; }

.map_window .info {
  border-bottom: 1px dotted #999;
  padding: 0 0 4px;
  margin: 0 0 8px; }
  .map_window .info address {
    margin: 0;
    padding: 0;
    font-size: 12px;
    line-height: 140%; }
.map_window .desc {
  float: left;
  width: 120px; }
  .map_window .desc img {
    float: left;
    margin: 0 15px 0 0;
    width: 120px;
    height: auto; }
  .map_window .desc p {
    padding: 0;
    margin: 0; }
.map_window .directions {
  display: none;
  padding: 4px 0 0; }
  .map_window .directions label {
    display: block;
    font-size: 12px;
    margin: 0 0 8px; }
  .map_window .directions input {
    border: 1px solid #999;
    padding: 3px 5px;
    margin: 0 0 8px;
    width: 70%;
    font-size: 12px;
    color: #000; }
  .map_window .directions form button {
    float: right;
    display: block;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 4px 5px;
    color: #fff;
    border: 0;
    border-radius: 3px;
    background: #fdb813; }
    .map_window .directions form button:hover {
      background: #0084ca; }

.team_detail .description {
  margin: 0 0 15px; }
.team_detail .thumb_ticket {
  float: left;
  margin: 0 15px 10px 0;
  padding: 0;
  width: 205px;
  height: auto; }
  .team_detail .thumb_ticket img {
    padding: 0;
    margin: 0 0 10px;
    width: 205px; }
  .team_detail .thumb_ticket .btn {
    margin: 0 auto; }
  .team_detail .thumb_ticket .btn a {
    text-decoration: none; }

/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CCAttribution-ShareAlike 2.5 Brazil - http://creativecommons.org/licenses/by-sa/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9000;
  width: 100%;
  height: 500px; }

#jquery-lightbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0; }

#jquery-lightbox a img {
  border: none; }

#lightbox-container-image-box {
  position: relative;
  background-color: #fff;
  width: 250px;
  height: 250px;
  margin: 0 auto; }

#lightbox-container-image {
  padding: 10px; }

#lightbox-loading {
  position: absolute;
  top: 40%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0; }

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

#lightbox-container-image-box > #lightbox-nav {
  left: 0; }

#lightbox-nav a {
  outline: none; }

#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
  width: 49%;
  height: 100%;
  zoom: 1;
  display: block; }

#lightbox-nav-btnPrev {
  left: 0;
  float: left; }

#lightbox-nav-btnNext {
  right: 0;
  float: right; }

#lightbox-container-image-data-box {
  font: 10px Verdana, Helvetica, sans-serif;
  background-color: #fff;
  margin: 0 auto;
  line-height: 1.4em;
  overflow: auto;
  width: 100%;
  padding: 0 10px 0;
  -webkit-box-sizing: content-box;
          box-sizing: content-box; }

#lightbox-container-image-data {
  padding: 0 10px;
  color: #666; }

#lightbox-container-image-data #lightbox-image-details {
  width: 70%;
  float: left;
  text-align: left; }

#lightbox-image-details-caption {
  font-weight: bold; }

#lightbox-image-details-currentNumber {
  display: none !important;
  font-size: 0px;
  line-height: 0px;
  clear: left;
  padding-bottom: 1.0em; }

#lightbox-secNav-btnClose {
  width: 66px;
  float: right;
  padding-bottom: 0.7em; }

/* 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;
  -webkit-box-sizing: content-box;
          box-sizing: content-box; }

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

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

.lightbox a img {
  border: none; }

.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  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;
  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;
  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%;
  border-bottom-left-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;
  transition: opacity 0.2s; }

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

/* @group Seating Charts */
.photo_gallery {
  float: left;
  width: 280px;
  height: 250px;
  margin: 0 22px 20px;
  padding: 10px;
  position: relative;
  background: #fff url("../images/bg_diag_lines.png") repeat 0 0; }
  .photo_gallery .set .thumb {
    width: 260px;
    height: 180px;
    overflow: hidden; }
    .photo_gallery .set .thumb img {
      width: 100%;
      height: auto; }
  .photo_gallery .set p {
    background: #cccccc;
    margin: 3px 0;
    height: 45px;
    overflow: hidden;
    padding: 3px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff; }
  .photo_gallery a:hover {
    text-decoration: none; }
  .photo_gallery:hover p {
    background: #fdb813; }

/* @end */
#fb_connect_status {
  display: none; }

.fbtabs {
  position: relative;
  margin: 0 0 28px;
  background: #fff url("../images/bg_diag_lines.png") repeat 0 0; }
  .fbtabs h4 {
    margin: 0 -10px  10px -10px;
    padding: 0;
    font-size: 17px;
    line-height: 41px;
    font-weight: bold;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #fff;
    text-align: center;
    height: 41px;
    background: #00a1e3 url("../images/ico-facebook.png") no-repeat 220px 12px; }
  .fbtabs a.seeall {
    display: block;
    position: absolute;
    top: 51px;
    right: 10px;
    width: 94px;
    height: 23px;
    padding: 3px 5px 5px 3px;
    font-size: 10px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    z-index: 25;
    background: #fdb813; }
    .fbtabs a.seeall:hover {
      background-color: #cccccc;
      color: #fff;
      text-shadow: none;
      text-decoration: underline; }
    .fbtabs a.seeall:before {
      content: "";
      display: inline-block;
      position: relative;
      top: 2px;
      right: 2px;
      width: 17px;
      height: 13px;
      background: url("../images/ico-03.png") no-repeat scroll top left; }
  .fbtabs .css-tabs {
    margin: 0;
    padding: 0;
    background: #fff; }
    .fbtabs .css-tabs li {
      float: left;
      width: 94px;
      padding: 0;
      list-style: none; }
    .fbtabs .css-tabs a {
      display: block;
      height: 24px;
      margin: 0 1px 0 0;
      padding: 5px 10px 2px;
      font-size: 10px;
      font-weight: 700;
      color: #fff;
      text-transform: uppercase;
      text-decoration: none;
      text-align: center;
      background-color: #fdb813; }
      .fbtabs .css-tabs a.current, .fbtabs .css-tabs a:hover {
        background-color: #cccccc;
        color: #fff;
        text-shadow: none; }
      .fbtabs .css-tabs a:hover {
        text-decoration: underline; }
        .ie8 .fbtabs .css-tabs a:hover {
          -webkit-filter: none;
                  filter: none; }
      .ie9 .fbtabs .css-tabs a {
        -webkit-filter: none;
                filter: none; }
  .fbtabs .css-panes {
    display: block;
    position: relative;
    top: -1px;
    margin-bottom: 8px;
    clear: both;
    z-index: 5;
    background: #fff; }
    .fbtabs .css-panes .pane {
      min-height: 184px;
      border: none;
      padding: 14px 0 0;
      text-align: center;
      overflow: hidden; }
    .fbtabs .css-panes .attendee {
      float: left;
      width: 50px;
      height: 85px;
      margin-left: 16px;
      padding: 0; }
      .fbtabs .css-panes .attendee a {
        display: block;
        line-height: 120%;
        font-size: 11px;
        font-weight: 700;
        color: #222;
        text-align: left;
        clear: both; }
        .fbtabs .css-panes .attendee a div {
          font-size: 10px;
          font-weight: normal; }
      .fbtabs .css-panes .attendee img {
        display: block;
        height: 50px;
        width: 50px;
        padding: 1px;
        border: 1px solid #ccc;
        margin-bottom: 3px; }

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

#fb_connect_rsvpshare {
  position: absolute;
  bottom: 20px;
  left: 18px; }
  #fb_connect_rsvpshare span.status {
    height: 20px;
    line-height: 20px;
    padding: 2px 0 0 5px;
    color: #333;
    font-size: 14px;
    margin: 0 20px 0 5px;
    display: block;
    font-weight: bold;
    float: left; }
  #fb_connect_rsvpshare a {
    width: 120px;
    color: #fff;
    text-transform: uppercase;
    height: 18px;
    display: block;
    float: left;
    text-align: center;
    padding: 5px 0 0;
    background: #0075AC;
    border: 2px solid #333;
    font-weight: bold;
    font-size: 12px; }
    #fb_connect_rsvpshare a:first-child {
      margin-right: 10px; }
    #fb_connect_rsvpshare a:hover {
      text-decoration: none;
      color: #0075AC;
      background: #FFF; }

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

#fb_rsvp,
#fb_rsvp_status {
  display: none;
  position: relative;
  top: -1px;
  width: 100%;
  padding: 10px 0;
  margin: 0 auto;
  text-align: center;
  z-index: 15;
  *zoom: 1;
  background: #fff; }
  #fb_rsvp:before, #fb_rsvp:after,
  #fb_rsvp_status:before,
  #fb_rsvp_status:after {
    content: "\0020";
    display: table; }
  #fb_rsvp:after,
  #fb_rsvp_status:after {
    clear: both; }

#fb_rsvp_status {
  display: none; }

#fb_rsvp button,
#fb_rsvp_status button,
#fb_rsvp_status span {
  float: left;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0px;
  background: url("../images/sprite-bckgrd-vnoise.gif") no-repeat -190px 0;
  border: 1px solid #fff;
  margin: 0 0 0 10px;
  padding: 5px 12px;
  width: 122px;
  font-size: 10px;
  font-weight: 500;
  line-height: 13px;
  color: #fff;
  -webkit-box-shadow: 0 0 2px #666;
  box-shadow: 0 0 2px #666;
  text-shadow: 0 1px 1px #000000;
  vertical-align: top;
  cursor: pointer; }
  #fb_rsvp button:hover,
  #fb_rsvp_status button:hover,
  #fb_rsvp_status span:hover {
    background-position: 0 0; }
  #fb_rsvp button:first-child,
  #fb_rsvp_status button:first-child,
  #fb_rsvp_status span:first-child {
    margin-left: 14px;
    background-position: 0 0; }
    #fb_rsvp button:first-child:hover,
    #fb_rsvp_status button:first-child:hover,
    #fb_rsvp_status span:first-child:hover {
      background-position: -190px 0; }

#fb_rsvp_status span {
  cursor: default; }
  #fb_rsvp_status span:hover {
    background-position: -190px 0; }

/*#fb_rsvp_status span,
#fb_rsvp button:hover,
#fb_rsvp_status button:hover {color:#222;background:#EBBB2A;}*/
/* @end */
#fb_window {
  position: absolute;
  width: 652px;
  height: 200px;
  left: -10000px;
  top: -10000px;
  z-index: 59999; }

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

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

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

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

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

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

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

#fb_window_content .warning {
  background: #FFEBE8; }

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

#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 {
  border-top: 1px solid #E7E7E7;
  padding: 6px 30px;
  background: #f0f0f0;
  text-align: center;
  height: 21px;
  position: relative;
  top: auto;
  right: auto; }

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

#fb_window_content .toolbar button.submit {
  padding: 0 25px;
  background: #3B5998;
  border: 1px solid #0E1F5B;
  border-color: #D9DFEA #0E1F5B #0E1F5B #D9DFEA;
  color: #fff; }

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

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

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

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

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

.social-module {
  width: 313px;
  height: 342px;
  margin: 0 0 0 0;
  padding: 1px;
  border: 1px solid #ddd;
  margin: 0 auto; }

.social-module .social-tabs {
  display: block;
  width: 100%;
  height: 41px;
  margin: 0 0 6px;
  padding: 0; }

.social-module .social-tabs li {
  display: block;
  float: left;
  width: 50%;
  margin: 0;
  padding: 0;
  font: normal 15px/18px Georgia, serif;
  color: #391500;
  background: #0084CA;
  text-transform: uppercase;
  list-style-type: none;
  position: relative; }

.social-module .social-tabs li a {
  display: block;
  width: auto;
  height: 41px;
  margin: 0;
  padding: 0;
  color: #391500;
  text-indent: -50000px; }
  .social-module .social-tabs li a.current:after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    bottom: -5px;
    height: 1px;
    width: 1px;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 5px solid #00a1e3; }

.social-module .social-tabs li a.fb {
  border-right: 1px solid white;
  background: url(../images/fblogo.png) 40px 10px no-repeat; }
  .social-module .social-tabs li a.fb:hover, .social-module .social-tabs li a.fb.current {
    background-color: #00a1e3; }

.social-module .social-tabs li a.tw {
  background: url(../images/tw_logo.png) 20px 10px no-repeat; }
  .social-module .social-tabs li a.tw:hover, .social-module .social-tabs li a.tw.current {
    background-color: #00a1e3; }

.social-module .social-pages {
  display: block;
  height: 277px;
  width: 287px;
  margin: 10px auto;
  padding: 0;
  overflow: hidden; }
  .social-module .social-pages h1.summary {
    display: none !important; }

.social-pages .fb {
  width: 100%;
  height: 277px;
  overflow: hidden;
  background: white; }

.social-pages .tw {
  display: block;
  height: 277px;
  margin: 0;
  overflow: auto; }

.social-pages .fb #fb-holder {
  position: relative;
  z-index: 10;
  overflow: hidden; }

.social-pages .fb #fb-holder iframe {
  position: relative;
  overflow: hidden; }

/* ----------------------------------------------------------------------------
=Floating Social Widget
----------------------------------------------------------------------------- */
.floating_widget {
  display: block;
  position: absolute;
  margin: 0 0 0 -100px;
  top: 136px;
  width: 80px;
  padding: 5px 10px 7px 6px;
  background: #fff;
  border: 1px solid #ccc;
  z-index: 12;
  -webkit-box-shadow: 0 6px 14px -6px #333;
  box-shadow: 0 6px 14px -6px #333; }
  .floating_widget .stButton .stFb,
  .floating_widget .stButton .stTwbutton,
  .floating_widget .stButton .stMainServices {
    height: 23px; }
  .floating_widget .stButton .stBubble {
    width: 62px; }
  .floating_widget .stButton .stBubble_count {
    height: 41px;
    width: 60px; }
  .floating_widget.fixed {
    position: fixed;
    top: 10px; }
  .floating_widget .show_calendar {
    width: 76px;
    height: 68px;
    background: url("../images/icon-calendarwidget.jpg") no-repeat 0 0;
    margin: 8px 0 -6px -5px;
    cursor: pointer;
    position: relative; }

.small_cal_wrapper {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  margin: 0;
  left: 0;
  top: 0; }
  .small_cal_wrapper .small_calendar {
    position: relative;
    width: 515px;
    margin: 100px auto 0;
    padding: 10px 15px 15px;
    height: 305px;
    z-index: 10;
    background-color: #333333;
    *zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FF333333', endColorstr='#FF222222');
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMzMzMzMyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzIyMjIyMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, left top, right top, from(#333333), to(#222222));
    background-image: linear-gradient(to right, #333333 0%, #222222 100%);
    border-radius: 8px;
    border: 2px solid #999;
    -webkit-box-shadow: 0 0 20px 0 #000;
    box-shadow: 0 0 20px 0 #000; }
    .small_cal_wrapper .small_calendar h3.cal_title {
      color: #eee;
      margin: 0 0 5px;
      font: normal 21px/110% "Arial", "sans-serif";
      text-transform: uppercase; }
    .small_cal_wrapper .small_calendar .drag_cal {
      color: #fff; }
    .small_cal_wrapper .small_calendar .close_cal {
      position: absolute;
      top: 15px;
      cursor: pointer;
      right: 15px;
      color: #666;
      background: #000;
      padding: 3px 7px;
      border-radius: 4px;
      display: block; }
      .small_cal_wrapper .small_calendar .close_cal:hover {
        background: #007FBF;
        color: #fff; }
  .small_cal_wrapper.active {
    display: block;
    z-index: 10;
    -webkit-transition: all 100ms linear;
    transition: all 100ms linear; }

/* ///////////////////////////////////////////////////////////
   Conditional IE Styles. Nest each browser under heading
   classes are generated by Modernizr and appear in HTML tag 
 /////////////////////////////////////////////////////////// */
.ie7 header > nav {
  padding-left: 0px; }
  .ie7 header > nav ul {
    width: 77%; }
    .ie7 header > nav ul li a {
      height: 40px;
      padding: 0 17px 0; }
.ie7 .search {
  height: 33px; }
.ie7 .search input {
  height: 16px; }

.ie8 {
  /*	header > nav > ul li > a{
  		padding-right:11px;
  		padding-left:12.5px;
  	}
  	header > nav > ul li .sub > a{
  		padding-right:0;
  		padding-left:0;
  	}	*/ }
  .ie8 .event_list .overview .links span {
    margin-left: 5px; }
  .ie8 .paging .pages {
    width: 238px;
    margin-right: -27px; }

.ie9 {
  /*nothing at the moment*/ }

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

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

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

.rsContainer {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: transparent; }

.rsArrow,
.rsThumbsArrow {
  cursor: pointer; }

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

.rsArrow,
.rsNav,
.rsThumbsArrow {
  opacity: 1;
  -webkit-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;
  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;
  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;
  -ms-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: transparent;
  -webkit-tap-highlight-color: transparent; }

.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;
  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. Overrides
*   10. Homepage slideshow
*
*  Sprite: 'rs-default.png'
*  Feel free to edit anything
*  If you don't some part - just delete it
*
******************************/
img.rsImg {
  width: 100%; }

.rsTmb {
  display: none; }

.full-slideshow .royalSlider {
  margin: 0 0 20px; }

.rsThumbs {
  position: absolute;
  bottom: 12px;
  right: 0;
  padding: 0;
  margin: 0;
  list-style: none;
  width: 540px;
  z-index: 10; }
  @media screen and (max-width: 980px) {
    .rsThumbs {
      display: none;
      width: 100%;
      position: relative;
      background: white url(../images/slideshow_caption_gradient.png) no-repeat;
      background-size: 980px 100%;
      overflow: hidden;
      bottom: auto;
      margin-bottom: -1px;
      padding-top: 12px; } }
  .rsThumbs .rsThumb {
    text-indent: -9000px;
    z-index: 31;
    float: left;
    display: block;
    position: relative;
    width: 130px;
    height: 70px;
    border: 1px solid #ccc;
    margin: 0 7px 0 0;
    padding: 4px;
    background: #fff; }
    .rsThumbs .rsThumb img {
      width: 120px;
      height: 60px;
      position: relative;
      display: block; }

body:not(.home) .rsABlock {
  position: relative; }
  body:not(.home) .rsABlock > p {
    display: none;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: auto;
    background: white url(../images/slideshow_caption_gradient.png) no-repeat;
    background-size: 980px 100%;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #ccc;
    font-size: 14px;
    font-weight: 300;
    line-height: 28px;
    margin-bottom: 0;
    position: absolute;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 78px; }
    body:not(.home) .rsABlock > p:empty {
      display: none; }

.home-slideshow .royalSlider .rsGCaption {
  min-height: 95px;
  display: block;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 98px;
  background: white url(../images/slideshow_caption_gradient.png) no-repeat;
  background-size: 980px 100%;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #ccc; }
  @media screen and (max-width: 980px) {
    .home-slideshow .royalSlider .rsGCaption {
      height: auto;
      min-height: 0;
      padding-top: 12px; } }
  .home-slideshow .royalSlider .rsGCaption .rsABlock {
    position: relative;
    display: none;
    width: 100%; }
    .home-slideshow .royalSlider .rsGCaption .rsABlock h3 {
      display: block;
      width: 100%;
      margin: 8px 0;
      padding-bottom: 8px;
      color: #528733;
      border-bottom: 1px solid #ddd;
      text-align: left;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
    .home-slideshow .royalSlider .rsGCaption .rsABlock p {
      display: block;
      float: left;
      margin-left: 0;
      padding-left: 0;
      font-weight: normal;
      line-height: 180%;
      text-align: left; }

.home-slideshow, .full-slideshow {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  border: none;
  background: #fff; }
  @media screen and (max-width: 880px) {
    .home-slideshow, .full-slideshow {
      width: 100%;
      height: auto; } }
  @media screen and (max-width: 670px) {
    .home-slideshow, .full-slideshow {
      overflow: hidden; } }
  .home-slideshow .royalSlider, .full-slideshow .royalSlider {
    width: 100%;
    height: 100%; }
  .home-slideshow .rsABlock, .full-slideshow .rsABlock {
    display: none; }
  .home-slideshow .rsNav.rsBullets, .full-slideshow .rsNav.rsBullets {
    position: absolute;
    bottom: 10px;
    right: 20px;
    z-index: 39; }
    .home-slideshow .rsNav.rsBullets .rsNavItem.rsBullet, .full-slideshow .rsNav.rsBullets .rsNavItem.rsBullet {
      height: 12px;
      width: 12px;
      border-radius: 100%;
      background-color: #fff;
      border: 1px solid rgba(0, 0, 0, 0.45);
      display: inline-block;
      margin: 0px 3px;
      cursor: pointer; }
      .home-slideshow .rsNav.rsBullets .rsNavItem.rsBullet:hover, .home-slideshow .rsNav.rsBullets .rsNavItem.rsBullet.rsNavSelected, .full-slideshow .rsNav.rsBullets .rsNavItem.rsBullet:hover, .full-slideshow .rsNav.rsBullets .rsNavItem.rsBullet.rsNavSelected {
        background-color: #6BAC46; }

.rsVideoContainer {
  position: relative; }
  .rsVideoContainer .rsBtnCenterer .rsPlayBtnIcon {
    width: 100%;
    height: 100%;
    background: url(../images/play.png) no-repeat center center;
    position: absolute;
    top: 0;
    left: 0; }

.rsArrow.rsArrowLeft, .rsArrow.rsArrowRight {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 10px;
  width: 50px;
  height: 50px;
  background-color: transparent;
  background-image: url("../images/slideshow-arrows.png");
  background-repeat: no-repeat;
  text-indent: -9999px;
  cursor: pointer;
  overflow: hidden;
  z-index: 4; }
  .rsArrow.rsArrowLeft:active, .rsArrow.rsArrowRight:active {
    margin-top: 1px; }
.rsArrow.rsArrowLeft {
  background-position: 0 -50px; }
  .rsArrow.rsArrowLeft:hover {
    background-position: bottom left; }
.rsArrow.rsArrowRight {
  left: auto;
  right: 10px;
  background-position: 0 0; }
  .rsArrow.rsArrowRight:hover {
    background-position: 0 -100px; }
