@charset "UTF-8";
/* 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 
  
  style.css contains a reset, font normalization and some base styles.
  
  credit is left where credit is due.
  much inspiration was taken from these projects:
    yui.yahooapis.com/2.8.1/build/base/base.css
    camendesign.com/design/
    praegnanz.de/weblog/htmlcssjs-kickstart
*/
/* 
  html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
  v1.4 2009-07-27 | Authors: Eric Meyer & Richard Clark
  html5doctor.com/html-5-reset-stylesheet/
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  border: none; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

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

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

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

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

/* tables still need cellspacing="0" in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0; }

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

input, select {
  vertical-align: top; }

.left {
  float: left; }

.right {
  float: right; }

.center {
  text-align: middle; }

/* END RESET CSS */
/* fonts.css from the YUI Library: developer.yahoo.com/yui/
   Refer to developer.yahoo.com/yui/3/cssfonts/ for font sizing percentages

  There are three custom edits:
   * remove arial, helvetica from explicit font stack
   * we normalize monospace styles ourselves
   * table font-size is reset in the HTML5 reset above so there is no need to repeat
*/
body {
  font: 13px/1.231 sans-serif;
  *font-size: small; }

/* hack retained to preserve specificity */
select, input, textarea, button {
  font: 99% sans-serif; }

/* normalize monospace sizing 
 * en.wikipedia.org/wiki/MediaWiki_talk:Common.css/Archive_11#Teletype_style_fix_for_Chrome
 */
pre, code, kbd, samp {
  font-family: monospace, sans-serif; }

/* 
 * minimal base styles 
 */
select, input, textarea {
  /* #444 looks better than black: twitter.com/H_FJ/statuses/11800719859 */
  color: #444;
  /* set your base font here, to apply evenly */
  /* font-family: Georgia, serif;  */ }

/* Headers (h1,h2,etc) have no default font-size or margin,
   you'll want to define those yourself. */
h1, h2, h3, h4, h5, h6 {
  font-weight: bold; }

/* always force a scrollbar in non-IE */
html {
  overflow-y: scroll; }

/* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active {
  outline: none; }

a:hover {
  color: #fff; }

ul, ol {
  margin-left: 1.8em; }

ol {
  list-style-type: decimal; }

/* Remove margins for navigation lists */
nav ul, nav li {
  margin: 0; }

small {
  font-size: 85%; }

strong, th {
  font-weight: bold; }

td, td img {
  vertical-align: top; }

sub {
  vertical-align: sub;
  font-size: smaller; }

sup {
  vertical-align: super;
  font-size: smaller; }

pre {
  padding: 15px;
  /* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */
  white-space: pre;
  /* CSS2 */
  white-space: pre-wrap;
  /* CSS 2.1 */
  white-space: pre-line;
  /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word;
  /* IE */ }

textarea {
  overflow: auto; }

/* thnx ivannikolic! www.sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars/ */
.ie6 legend, .ie7 legend {
  margin-left: -7px; }

/* thnx ivannikolic! */
/* align checkboxes, radios, text inputs with their label
   by: Thierry Koblentz tjkdesign.com/ez-css/css/base.css  */
input[type="radio"] {
  vertical-align: top;
  margin: 0 5px 5px; }

input[type="checkbox"] {
  vertical-align: top;
  margin-right: 5px; }
  @media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="checkbox"] {
      margin-top: 2px; } }

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

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

/* hand cursor on clickable input elements */
input[type=button], input[type=submit], button {
  cursor: pointer; }

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

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

/* These selection declarations have to be separate.
   No text-shadow: twitter.com/miketaylr/status/12228805301 
   Also: hot pink. */
::-moz-selection {
  background: #09304D;
  color: #fff;
  text-shadow: none; }

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

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

/* make buttons play nice in IE:    
   www.viget.com/inspire/styling-the-button-element-in-internet-explorer/ */
button {
  width: auto;
  overflow: visible; }

/* bicubic resizing for non-native sized IMG: 
   code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
.ie7 img {
  -ms-interpolation-mode: bicubic; }

/* 
 * Non-semantic helper classes 
 */
/* for image replacement */
.ir {
  display: block;
  text-indent: -999em;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr; }

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

/* Hide only visually, but have it available for screenreaders 
   www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden  */
.visuallyhidden {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px); }

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

/* >> The Magnificent CLEARFIX: Updated to prevent margin-collapsing on child elements << j.mp/bestclearfix */
.clearfix:before, .clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  visibility: hidden; }

.clearfix:after {
  clear: both; }

/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.clearfix {
  zoom: 1; }

/*
 * Media queries for responsive design
 * These follow after primary styles so they will successfully override. 
 */
@media all and (orientation: portrait) {
  /* Style adjustments for portrait mode goes here */ }
@media all and (orientation: landscape) {
  /* Style adjustments for landscape mode goes here */ }
/* Grade-A Mobile Browsers (Opera Mobile, iPhone Safari, Android Chrome)  
   Consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ */
@media screen and (max-device-width: 480px) {
  /* Uncomment if you don't want iOS and WinMobile to mobile-optimize the text for you
     j.mp/textsizeadjust 
  html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */ }
/* ----------------------------------------------------------------------------
=fonts - name like $fontname: 'typekit name';
----------------------------------------------------------------------------- */
/*
 proxima-weight handlers:
	semibold:600;
	bold:700;
*/
/* ----------------------------------------------------------------------------
=color swatches - name like $color-colorname: #000000; // Example Name
----------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------
= global placeholder text color
----------------------------------------------------------------------------- */
input::-webkit-input-placeholder {
  color: #666; }

input:-moz-placeholder {
  color: #666; }

/* ----------------------------------------------------------------------------
=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 Variables
----------------------------------------------------------------------------- */
/* Base Layout Colors */
/* Text Colors */
/* 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; }

.right {
  float: right; }

.col1of1 {
  float: none; }

.col1of2 {
  width: 52%; }

.col1of3 {
  width: 33.33333%; }

.col2of3 {
  width: 66.66666%; }

.col1of4 {
  width: 28%; }

.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 {
  margin: 0;
  padding: 0;
  font-family: "proxima-nova-condensed";
  font-weight: 600;
  line-height: 150%;
  color: #0F3D68;
  text-transform: uppercase; }

table, th, td {
  color: #333;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 12px; }

h1 {
  font-size: 28px; }

h2 {
  font-size: 20px; }

h3 {
  font-size: 13px; }

h5, h6 {
  margin: 0;
  padding: 2px 0 4px;
  font-family: "proxima-nova-condensed";
  font-weight: 400;
  line-height: 120%; }

h4 {
  font-size: 14px;
  color: #2863A2; }

h5 {
  font-size: 14px;
  text-transform: uppercase; }

h6 {
  padding-bottom: 8px;
  font-size: 14px;
  text-transform: capitalize; }

p, address {
  margin: 0;
  padding: 0 0 15px 0;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 145%;
  color: #333; }

ul, ol {
  margin: 0 0 16px;
  padding: 0 15px;
  font-size: 12px;
  line-height: 160%;
  font-weight: normal;
  list-style-image: url("../images/icons-contentra.png");
  list-style-type: none;
  list-style-image: none;
  font-family: verdana, arial, sans-serif; }
  ul li, ol li {
    margin: 0;
    padding: 0 0 8px 0;
    list-style-type: inherit;
    line-height: 130%; }
  ul ul, ol ul {
    margin: 0; }

.content ul li {
  line-height: 130%; }
  .content ul li:before {
    content: "";
    display: block;
    position: relative;
    top: 10px;
    left: -13px;
    height: 5px;
    width: 6px;
    background: transparent url("../images/icons-contentra.png") no-repeat -275px -8px; }

ol {
  list-style-type: decimal; }

a {
  color: #333;
  text-decoration: none;
  outline: none; }

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

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

/****************************
 Header Text Styles 
****************************
.header {
	padding: 0;
}

.header h1,
.header h2,
.header h3{
	text-transform: uppercase;
	border-bottom: 1px solid #666;
	margin: 5px 0 12px;
	padding: 0 0 5px;
}

.header p {
	padding: 5px 0 8px;
	font-size: 15px;
	color: #000;
}*/
/* ----------------------------------------------------------------------------
= Body and Containers
----------------------------------------------------------------------------- */
body {
  position: relative;
  width: 100%;
  height: 100%;
  background: #000207;
  margin: 0;
  padding: 0;
  font-family: "Arial, Helvetica, sans-serif";
  font-size: 11px;
  color: #333; }

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

.ie7 #container {
  z-index: 5; }

#layout {
  width: 960px;
  margin: 0 auto;
  padding: 0 0 80px;
  position: relative;
  z-index: 30; }

.full_column {
  width: 960px; }
  .full_column #column_1 {
    width: 940px;
    padding: 20px; }
    .full_column #column_1.search_results {
      background: #fff;
      margin: 0; }

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

/* Global Toolbar - clean
-------------------------------*/
.toolbar {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 30px;
  background: #130204;
  margin-top: 0;
  z-index: 100; }
  .toolbar .holder {
    width: 980px;
    margin: 0 auto; }
  .toolbar ul {
    float: left;
    list-style: none; }
    .toolbar ul li {
      float: left; }
      .toolbar ul li a {
        font-size: 11px;
        font-weight: bold;
        line-height: 22px;
        text-transform: uppercase;
        text-decoration: none; }
    .toolbar ul.club-lnks {
      width: 608px;
      margin: 0;
      padding: 0;
      zoom: 1; }
      .toolbar ul.club-lnks:before, .toolbar ul.club-lnks:after {
        content: "\0020";
        display: block;
        height: 0;
        visibility: hidden; }
      .toolbar ul.club-lnks:after {
        clear: both; }
      .toolbar ul.club-lnks li {
        margin-right: 4px;
        padding-top: 3px; }
        .toolbar ul.club-lnks li a {
          margin-right: 10px;
          font-weight: normal;
          color: #797979; }
          .toolbar ul.club-lnks li a:hover {
            color: #ccc;
            text-decoration: none; }
        .toolbar ul.club-lnks li:first-child:after {
          content: ".";
          position: relative;
          top: -2px;
          left: -2px;
          font-size: 20px;
          color: #797979; }
    .toolbar ul.social-lnks {
      margin-right: 10px; }
      .toolbar ul.social-lnks a {
        display: block;
        width: 28px;
        height: 30px;
        background: url("../images/ico-socialra-ia.png");
        background-color: transparent;
        background-repeat: no-repeat;
        text-indent: 40px;
        overflow: hidden; }
        .toolbar ul.social-lnks a.facebook {
          width: 30px;
          background-position: -83px 5px; }
        .toolbar ul.social-lnks a.flickr {
          width: 34px;
          background-position: -40px 5px; }
        .toolbar ul.social-lnks a.twitter {
          background-position: 0px 4px; }
        .toolbar ul.social-lnks a.youtube {
          background-position: -124px 6px; }
        .toolbar ul.social-lnks a:hover {
          background-color: #2267A1; }

/* toolbar searchbox - clean
-------------------------------*/
.search-box {
  float: left;
  width: 162px;
  height: 30px;
  background: #333;
  padding: 0 0 0 12px; }
  .search-box input[type="text"] {
    width: 130px;
    background-color: #333;
    border: 0;
    margin-top: 7px;
    padding: 3px 0 1px 3px;
    font-size: 11px;
    text-transform: uppercase;
    color: #ccc; }
    .search-box input[type="text"]:focus {
      color: #eee; }
  .search-box button[type="submit"] {
    width: 19px;
    background: transparent url("../images/icons-contentra.png") no-repeat -298px -4px;
    border: 0;
    margin-top: 8px;
    text-indent: 20px;
    overflow: hidden; }

/* Global Header
-------------------------------*/
header, .header {
  margin: 0 auto 0;
  padding: 10px 0 15px;
  width: 960px;
  height: 130px;
  position: relative; }
  header .logo, .header .logo {
    position: relative;
    width: 145px;
    height: 145px;
    float: left; }
    header .logo span, header .logo a, .header .logo span, .header .logo a {
      text-indent: -5000px;
      display: block;
      width: 145px;
      height: 145px;
      background: url(../images/logo.png) no-repeat 0 0; }
    header .logo span, .header .logo span {
      cursor: default; }

.ie7 header {
  z-index: 145; }

/* Main Site Logo - clean
-------------------------------*/
#logo-header {
  position: relative;
  width: 960px;
  height: 167px;
  margin: 68px 0 0 4px;
  padding: 0;
  text-align: center; }
  #logo-header .mn-logo {
    display: block;
    width: 244px;
    height: 72px;
    background: transparent url("../images/mn_logora.png") no-repeat 0 0;
    margin: 0 auto;
    padding: 0;
    text-indent: -320px;
    overflow: hidden; }

/* column-delete
-------------------------------*/
.column {
  margin: 0;
  padding: 0;
  position: relative;
  float: left; }

/* content top and bottom
 + column set styles - delete
-------------------------------
#column_1 {
	width: 580px;
	padding: 10px 20px 20px 30px;
	margin: -40px 0 0;
	position:relative;
}

#column_2 {
	width: 270px;
	padding: 25px 0 0 10px;
	margin: -40px 0 0;
	position:relative;

}

#page_1 #content_top {
	display: none;
}
*/
/* content breadcrumb styles
-------------------------------*/
#content_top ul.breadcrumb {
  display: block;
  float: left;
  width: 500px;
  height: 25px;
  margin: 53px 0 0 66px;
  padding: 0;
  color: #111;
  text-transform: uppercase; }
  #content_top ul.breadcrumb li {
    float: left;
    margin: 0 13px 0 0;
    padding: 0; }
    #content_top ul.breadcrumb li .section {
      display: block; }
    #content_top ul.breadcrumb li a {
      display: block;
      line-height: 25px;
      margin: 0;
      padding: 0;
      color: #fff;
      font-family: "proxima-nova-condensed";
      font-size: 18px;
      font-weight: 500;
      letter-spacing: 0.06em;
      text-shadow: 1px -1px 0px #000;
      text-decoration: none; }
      #content_top ul.breadcrumb li a:hover {
        color: #FFF;
        text-decoration: none;
        text-shadow: #000 1px 1px 0px; }

#content_bottom {
  display: block;
  height: 27px;
  width: 960px;
  margin: 0;
  padding: 0;
  background: url(../images/bg-content-btm.png) no-repeat top center; }

#page_1 #content_bottom {
  display: none; }

/* sponsors that at bottom of page:
------------------------------------
#sponsors {
	display: block;
	width: 888px;
	height: 72px;
	margin: 8px auto;
	padding: 0;
	background: url(../images/bg-sponsors.png) no-repeat top center;
	clear:both;
}
#sponsor_inner{
	margin:0;
	padding:8px 0 0 40px;
	a,
	a:visited{
		display:block;
		float:left;
		width:auto;
		height:54px;
		background-repeat: no-repeat;
		background-position:center center;
		margin:0;
		padding:0 10px;
		opacity: .8;
		-moz-opacity: .8;
		filter:alpha(opacity=80);
		&:hover{
			opacity: 1;
			-moz-opacity: 1; filter:alpha(opacity=100);
		}
		& span{
			display:block;
			text-indent:-5000px;
		}
		&.oneok{
			width:106px;
			background-image:url("../images/sponsor-oneok.png");
		}	
		&.arbys{
			width:34px;
			background-image:url("../images/sponsor-arbys.png");
		}
		&.williams{
			width:66px;
			background-image:url("../images/sponsor-williams.png");
		}
		&.bok{
			width:129px;
			background-image:url("../images/sponsor-bok.png");
		}
		&.hardrock{
			width:69px;
			background-image:url("../images/sponsor-hardrock.png");
		}
		&.ford{
			width:71px;
			background-image:url("../images/sponsor-ford.png");
		}
		&.cox{
			width:87px;
			background-image:url("../images/sponsor-cox.png");
		}
		&.pepsi{
			width:79px;
			background-image:url("../images/sponsor-pepsi.png");
		}
	}//a
}//sponsor_inner

 @end */
/* ----------------------------------------------------------------------------
=footer
----------------------------------------------------------------------------- */
footer.footer {
  display: block;
  width: 100%;
  height: auto;
  position: fixed;
  bottom: 0;
  left: 0;
  font-size: 15px;
  z-index: 100; }
  footer.footer .holder {
    position: relative; }
    footer.footer .holder .footer_top {
      position: relative;
      width: 100%;
      background-color: #0D4773;
      *zoom: 1;
      filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF0D4773', endColorstr='#FF082A43');
      background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBkNDc3MyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzA4MmE0MyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
      background-size: 100%;
      background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0d4773), color-stop(100%, #082a43));
      background-image: -moz-linear-gradient(top, #0d4773, #082a43);
      background-image: -webkit-linear-gradient(top, #0d4773, #082a43);
      background-image: linear-gradient(to bottom, #0d4773, #082a43);
      -moz-box-shadow: black 0px 2px 3px;
      -webkit-box-shadow: black 0px 2px 3px;
      box-shadow: black 0px 2px 3px;
      z-index: 2; }
      footer.footer .holder .footer_top .wrapper {
        width: 960px;
        height: 40px;
        margin: 0 auto; }
      footer.footer .holder .footer_top .nav {
        float: left;
        width: 357px;
        height: 40px; }
        footer.footer .holder .footer_top .nav ul {
          position: relative;
          display: block;
          list-style: none;
          margin: 0;
          padding: 0; }
          footer.footer .holder .footer_top .nav ul li {
            display: block;
            float: left;
            padding: 0;
            text-align: center; }
            footer.footer .holder .footer_top .nav ul li:first-child {
              border-left: 1px solid #000; }
            footer.footer .holder .footer_top .nav ul li.active a, footer.footer .holder .footer_top .nav ul li.active span {
              text-decoration: none;
              *zoom: 1;
              filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF082A43', endColorstr='#FF0D4773');
              background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA4MmE0MyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzBkNDc3MyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
              background-size: 100%;
              background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #082a43), color-stop(100%, #0d4773));
              background-image: -moz-linear-gradient(top, #082a43, #0d4773);
              background-image: -webkit-linear-gradient(top, #082a43, #0d4773);
              background-image: linear-gradient(to bottom, #082a43, #0d4773); }
            footer.footer .holder .footer_top .nav ul li a, footer.footer .holder .footer_top .nav ul li span {
              float: left;
              display: block;
              height: 20px;
              padding: 11px 14px 9px;
              border-right: 1px solid #000;
              border-left: 1px solid #0C446E;
              font-size: 11px;
              line-height: 28px;
              font-family: "proxima-nova-condensed";
              font-weight: 500;
              color: #FFF;
              letter-spacing: 1px;
              text-transform: uppercase;
              text-shadow: -1px -1px 0 #000;
              text-decoration: none;
              line-height: 180%;
              background: transparent; }
              footer.footer .holder .footer_top .nav ul li a:hover, footer.footer .holder .footer_top .nav ul li a:focus, footer.footer .holder .footer_top .nav ul li span:hover, footer.footer .holder .footer_top .nav ul li span:focus {
                text-decoration: none;
                *zoom: 1;
                filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF082A43', endColorstr='#FF0D4773');
                background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA4MmE0MyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzBkNDc3MyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
                background-size: 100%;
                background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #082a43), color-stop(100%, #0d4773));
                background-image: -moz-linear-gradient(top, #082a43, #0d4773);
                background-image: -webkit-linear-gradient(top, #082a43, #0d4773);
                background-image: linear-gradient(to bottom, #082a43, #0d4773); }
              footer.footer .holder .footer_top .nav ul li a:active, footer.footer .holder .footer_top .nav ul li span:active {
                text-decoration: none;
                *zoom: 1;
                filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF082A43', endColorstr='#FF0D4773');
                background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA4MmE0MyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzBkNDc3MyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
                background-size: 100%;
                background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #082a43), color-stop(100%, #0d4773));
                background-image: -moz-linear-gradient(top, #082a43, #0d4773);
                background-image: -webkit-linear-gradient(top, #082a43, #0d4773);
                background-image: linear-gradient(to bottom, #082a43, #0d4773); }
      footer.footer .holder .footer_top .credits {
        position: relative;
        display: block;
        float: right;
        height: 40px;
        margin: 0 80px 0 0;
        padding: 0;
        border-right: 1px solid #000;
        border-left: 1px solid #0C446E; }
        footer.footer .holder .footer_top .credits:before {
          content: "";
          display: block;
          position: absolute;
          top: 0;
          left: -4px;
          width: 2px;
          height: 40px;
          border-right: 1px solid #000; }
      footer.footer .holder .footer_top a.carbonhouse {
        display: block;
        float: left;
        width: 175px;
        height: 30px;
        padding-top: 10px;
        font-family: verdana, arial, sans-serif;
        font-size: 9px;
        color: #eee;
        text-align: center;
        text-shadow: -1px -1px 0 #000; }
        footer.footer .holder .footer_top a.carbonhouse span {
          font-family: arial, sans-serif;
          font-size: 13px;
          color: #A5AFB6; }
          footer.footer .holder .footer_top a.carbonhouse span b {
            font-weight: normal;
            color: #7F92A0; }
        footer.footer .holder .footer_top a.carbonhouse:hover, footer.footer .holder .footer_top a.carbonhouse:focus {
          text-decoration: none;
          *zoom: 1;
          filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF082A43', endColorstr='#FF0D4773');
          background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA4MmE0MyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzBkNDc3MyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
          background-size: 100%;
          background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #082a43), color-stop(100%, #0d4773));
          background-image: -moz-linear-gradient(top, #082a43, #0d4773);
          background-image: -webkit-linear-gradient(top, #082a43, #0d4773);
          background-image: linear-gradient(to bottom, #082a43, #0d4773); }
      footer.footer .holder .footer_top #foot_close {
        display: block;
        position: relative;
        left: 880px;
        top: -40px;
        width: 90px;
        height: 40px;
        border-right: 1px solid #000;
        border-left: 1px solid #0C446E;
        font-family: "proxima-nova-condensed";
        font-size: 13px;
        font-weight: 500;
        color: #fff;
        text-transform: uppercase;
        cursor: pointer;
        clear: both;
        overflow: hidden;
        text-align: right;
        z-index: 10; }
        footer.footer .holder .footer_top #foot_close:before {
          content: "OPEN";
          display: block;
          width: 50%;
          height: 35px;
          margin-top: 12px;
          margin-left: 0px;
          text-shadow: -1px -1px 0 #000; }
        footer.footer .holder .footer_top #foot_close:after {
          content: "";
          position: absolute;
          top: 7px;
          right: 13px;
          background: transparent url("../images/icons-contentra.png") no-repeat -29px 0;
          width: 25px;
          height: 25px; }
        footer.footer .holder .footer_top #foot_close.closed:before {
          content: "CLOSE";
          display: block;
          width: 50%;
          height: 35px;
          margin-top: 12px;
          margin-left: 3px;
          text-shadow: -1px -1px 0 #000; }
        footer.footer .holder .footer_top #foot_close.closed:after {
          content: "";
          position: absolute;
          top: 7px;
          right: 13px;
          background: transparent url("../images/icons-contentra.png") no-repeat 1px 0;
          width: 25px;
          height: 25px; }
    footer.footer .holder .footer_bottom {
      display: none;
      position: relative;
      width: 100%;
      height: 225px;
      background: #000 url("../images/footer-bckgrd-imagera2.jpg") no-repeat center 0;
      margin: 0 auto;
      padding: 0;
      overflow: hidden; }
      footer.footer .holder .footer_bottom .footer_bottom_positioning {
        position: relative;
        width: 960px;
        height: 260px;
        margin: 0 auto; }
        footer.footer .holder .footer_bottom .footer_bottom_positioning #foot_quick_detail {
          display: none;
          position: absolute;
          top: 16px;
          left: 110px;
          width: 180px;
          height: 193px; }
          footer.footer .holder .footer_bottom .footer_bottom_positioning #foot_quick_detail .foot_quick_container ul {
            list-style-image: none;
            margin: 0;
            padding: 0; }
            footer.footer .holder .footer_bottom .footer_bottom_positioning #foot_quick_detail .foot_quick_container ul li {
              padding-bottom: 8px; }
              footer.footer .holder .footer_bottom .footer_bottom_positioning #foot_quick_detail .foot_quick_container ul li:first-child {
                display: none; }
              footer.footer .holder .footer_bottom .footer_bottom_positioning #foot_quick_detail .foot_quick_container ul li a {
                display: block;
                padding: 1px 2px;
                font-family: "proxima-nova";
                font-size: 12px;
                font-weight: normal;
                color: #fff;
                text-transform: uppercase;
                text-decoration: none;
                text-shadow: 0 -1px 1px #000;
                -webkit-transition: all 100ms linear;
                -moz-transition: all 100ms linear;
                -o-transition: all 100ms linear;
                transition: all 100ms linear; }
                footer.footer .holder .footer_bottom .footer_bottom_positioning #foot_quick_detail .foot_quick_container ul li a:active {
                  text-decoration: none; }
                footer.footer .holder .footer_bottom .footer_bottom_positioning #foot_quick_detail .foot_quick_container ul li a:hover, footer.footer .holder .footer_bottom .footer_bottom_positioning #foot_quick_detail .foot_quick_container ul li a:focus {
                  text-decoration: none;
                  padding-left: 4px;
                  color: #2D7BBE; }
        footer.footer .holder .footer_bottom .footer_bottom_positioning #foot_contact_detail {
          display: none;
          position: relative;
          top: 0;
          left: 94px;
          width: 100%;
          height: 240px;
          margin: 0 auto; }
          footer.footer .holder .footer_bottom .footer_bottom_positioning #foot_contact_detail.active {
            display: block; }
          footer.footer .holder .footer_bottom .footer_bottom_positioning #foot_contact_detail .foot_detail_container .foot_contact_details {
            padding: 46px 15px 0 10px;
            margin-top: 0; }
            footer.footer .holder .footer_bottom .footer_bottom_positioning #foot_contact_detail .foot_detail_container .foot_contact_details a.logo, footer.footer .holder .footer_bottom .footer_bottom_positioning #foot_contact_detail .foot_detail_container .foot_contact_details span.logo {
              float: left;
              display: block;
              position: relative;
              top: 15px;
              width: 200px;
              height: 39px;
              background: transparent url("../images/footer_logora.png") no-repeat 0 0;
              margin: 0;
              text-indent: -5000px;
              text-decoration: none; }
              footer.footer .holder .footer_bottom .footer_bottom_positioning #foot_contact_detail .foot_detail_container .foot_contact_details a.logo:hover, footer.footer .holder .footer_bottom .footer_bottom_positioning #foot_contact_detail .foot_detail_container .foot_contact_details a.logo:focus, footer.footer .holder .footer_bottom .footer_bottom_positioning #foot_contact_detail .foot_detail_container .foot_contact_details span.logo:hover, footer.footer .holder .footer_bottom .footer_bottom_positioning #foot_contact_detail .foot_detail_container .foot_contact_details span.logo:focus {
                text-decoration: none; }
            footer.footer .holder .footer_bottom .footer_bottom_positioning #foot_contact_detail .foot_detail_container .foot_contact_details ul {
              float: left;
              display: block;
              height: 75px;
              border-left: 1px solid #000;
              margin: 0;
              padding: 0;
              list-style: none;
              zoom: 1; }
              footer.footer .holder .footer_bottom .footer_bottom_positioning #foot_contact_detail .foot_detail_container .foot_contact_details ul:before, footer.footer .holder .footer_bottom .footer_bottom_positioning #foot_contact_detail .foot_detail_container .foot_contact_details ul:after {
                content: "\0020";
                display: block;
                height: 0;
                visibility: hidden; }
              footer.footer .holder .footer_bottom .footer_bottom_positioning #foot_contact_detail .foot_detail_container .foot_contact_details ul:after {
                clear: both; }
              footer.footer .holder .footer_bottom .footer_bottom_positioning #foot_contact_detail .foot_detail_container .foot_contact_details ul li {
                float: left;
                height: 75px;
                border-right: 1px solid #000;
                border-left: 1px solid #2E7CBF;
                margin: 0;
                padding: 0 26px;
                font-family: "proxima-nova";
                font-size: 12px;
                font-weight: normal;
                color: #fff;
                text-align: left;
                list-style: none;
                text-shadow: 0 -1px 1px #000; }
                footer.footer .holder .footer_bottom .footer_bottom_positioning #foot_contact_detail .foot_detail_container .foot_contact_details ul li label {
                  display: block;
                  margin-bottom: 10px;
                  font-weight: normal;
                  letter-spacing: .5px;
                  color: #fff;
                  text-transform: uppercase; }
                footer.footer .holder .footer_bottom .footer_bottom_positioning #foot_contact_detail .foot_detail_container .foot_contact_details ul li .venue-name,
                footer.footer .holder .footer_bottom .footer_bottom_positioning #foot_contact_detail .foot_detail_container .foot_contact_details ul li .street-address {
                  display: block;
                  margin-bottom: 8px; }
                footer.footer .holder .footer_bottom .footer_bottom_positioning #foot_contact_detail .foot_detail_container .foot_contact_details ul li.email {
                  border-right: 0; }
                  footer.footer .holder .footer_bottom .footer_bottom_positioning #foot_contact_detail .foot_detail_container .foot_contact_details ul li.email a, footer.footer .holder .footer_bottom .footer_bottom_positioning #foot_contact_detail .foot_detail_container .foot_contact_details ul li.email a:visited {
                    color: #fff; }
                    footer.footer .holder .footer_bottom .footer_bottom_positioning #foot_contact_detail .foot_detail_container .foot_contact_details ul li.email a:hover, footer.footer .holder .footer_bottom .footer_bottom_positioning #foot_contact_detail .foot_detail_container .foot_contact_details ul li.email a:visited:hover {
                      border-bottom: 1px dotted #fff; }

/* @group Background Switcher - clean */
#customizer {
  position: fixed;
  top: 0;
  right: 14px;
  width: 94px;
  height: 30px;
  border-right: 1px solid #0C446E;
  border-left: 1px solid #0C446E;
  z-index: 9999;
  cursor: pointer;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBkNDc3MyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMjQzZSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0d4773), color-stop(100%, #00243e));
  background-image: -moz-linear-gradient(top, #0d4773, #00243e);
  background-image: -webkit-linear-gradient(top, #0d4773, #00243e);
  background-image: linear-gradient(to bottom, #0d4773, #00243e); }
  #customizer:before {
    display: block;
    content: "CUSTOMIZE";
    margin-top: 7px;
    margin-bottom: 11px;
    font-family: arial;
    font-size: 10px;
    text-align: center;
    text-decoration: uppercase;
    color: #fff;
    text-align: center;
    text-shadow: #000 -1px -1px 0px; }
  #customizer ul {
    /*height:350px;*/
    background: #F7F7F7 url("../images/customize-bckra.jpg") no-repeat 0 70%;
    padding: 0 0 35px;
    margin: 11px 0 0;
    overflow: hidden; }
    #customizer ul li {
      padding: 10px 10px 0px;
      list-style: none;
      text-align: center;
      cursor: pointer; }
      #customizer ul li img {
        width: 55px;
        height: 50px;
        border: 1px solid #000; }
      #customizer ul li:hover img {
        border: 1px solid #E31935; }

#customizer #customizer_button {
  position: relative;
  top: -29px;
  left: 18px;
  width: 29px;
  height: 29px;
  background: url("../images/icons-contentra.png") no-repeat -30px 0;
  margin-left: 20px;
  text-indent: -4000px;
  cursor: pointer; }

#bg_image_holder {
  display: block;
  position: fixed;
  width: 100%;
  height: 730px;
  overflow: hidden;
  top: 29px;
  left: 0;
  /*background: url("../images/bg-bok-backgroundfade.jpg") no-repeat top center;*/
  z-index: 2; }
  #bg_image_holder #bg_image {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center top; }

#bg_image_holder.bg_default #bg_image {
  background-image: url("../images/bg-ralston-blueview-one.jpg"); }

#bg_image_holder.bg_1 #bg_image {
  background-image: url("../images/bg-ralston-hockey-lancers.jpg"); }

#bg_image_holder.bg_2 #bg_image {
  background-image: url("../images/bg-ralston-uno.jpg"); }

/*
#bg_image_holder.bg_2 #bg_image {
	background-image: url("../images/bg-bok-talons.jpg");
}
#bg_image_holder.bg_3 #bg_image {
	background-image: url("../images/bg-bok-oilers.jpg");
}
#bg_image_holder.bg_4 #bg_image {
	background-image: url("../images/bg-bok-city.jpg");
}
#bg_image_holder.bg_5 #bg_image {
	background-image: url("../images/bg-bok-bright.jpg");
}*/
/* @end */
/* ----------------------------------------------------------------------------
= 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:link, #overlay_container a:visited {
    display: block;
    width: 640px;
    height: 480px;
    position: relative;
    z-index: 10; }
    #overlay_container a img, #overlay_container a:link img, #overlay_container a:visited img {
      width: 640px;
      height: 480px; }

.overlay_content {
  margin: 0 auto;
  padding: 0;
  width: 640px;
  height: 480px;
  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; }

/* ----------------------------------------------------------------------------
= 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;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin: 0 0 10px; }
  .error p {
    color: #222;
    font-size: 12px;
    padding: 0;
    margin: 0; }

/* --
= clent-login page
----------------------------------------------------------------------------- */
.login {
  position: relative;
  width: 100%;
  min-height: 550px;
  margin: 0px;
  padding: 20px 0px 35px;
  overflow: hidden; }
  .login .login_holder {
    width: 440px;
    background-color: #fff;
    margin: auto;
    padding: 15px 20px 25px;
    -moz-border-radius: 6px 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px 6px; }
    .login .login_holder input[type="password"] {
      padding: 4px 2px;
      vertical-align: top; }
    .login .login_holder .login_buttons {
      position: relative;
      display: inline-block;
      border: 0;
      width: 109px;
      height: 27px;
      font-family: "proxima-nova-condensed", Arial;
      font-size: 11px;
      line-height: 33px;
      color: #FFFFFF;
      margin: 0 0 0 10px;
      padding: 0;
      text-align: center;
      text-decoration: none;
      text-shadow: 0 1px 0 #000000;
      text-transform: uppercase;
      *zoom: 1;
      filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF2E7CBF', endColorstr='#FF0D4773');
      background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJlN2NiZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzBkNDc3MyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
      background-size: 100%;
      background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #2e7cbf), color-stop(100%, #0d4773));
      background-image: -moz-linear-gradient(top, #2e7cbf, #0d4773);
      background-image: -webkit-linear-gradient(top, #2e7cbf, #0d4773);
      background-image: linear-gradient(to bottom, #2e7cbf, #0d4773); }

/* ----------------------------------------------------------------------------
= main upper level nav
----------------------------------------------------------------------------- */
nav {
  position: fixed;
  width: 945px;
  height: 57px;
  margin: 20px auto 0 -2px;
  padding: 0;
  z-index: 6000;
  clear: both; }
  nav ul {
    position: relative;
    height: 43px;
    margin: 0 auto;
    padding: 0;
    *zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF2A76B7', endColorstr='#FF00233D');
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJhNzZiNyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMjMzZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #2a76b7), color-stop(100%, #00233d));
    background-image: -moz-linear-gradient(top, #2a76b7, #00233d);
    background-image: -webkit-linear-gradient(top, #2a76b7, #00233d);
    background-image: linear-gradient(to bottom, #2a76b7, #00233d);
    zoom: 1; }
    nav ul:before, nav ul:after {
      content: "\0020";
      display: block;
      height: 0;
      visibility: hidden; }
    nav ul:after {
      clear: both; }
    nav ul:before {
      content: "";
      position: absolute;
      top: 0;
      left: -19px;
      display: block;
      height: 43px;
      width: 19px;
      background: transparent url("../images/nav-anglesra.png") no-repeat -1px 0;
      visibility: visible; }
    nav ul:after {
      content: "";
      position: absolute;
      top: 0px;
      right: -9px;
      display: block;
      height: 43px;
      width: 10px;
      background: transparent url("../images/nav-anglesra.png") no-repeat -24px 0;
      visibility: visible; }
    nav ul li {
      float: left;
      position: relative;
      margin: 0;
      padding: 0; }
      nav ul li .page_1 {
        display: none; }
    .ie8 nav ul ul, .ie9 nav ul ul {
      filter: none; }
  nav a {
    display: block;
    height: 43px;
    border-right: 1px solid #000;
    border-left: 1px solid #0C446E;
    margin: 0;
    padding: 0 17px;
    font-family: "proxima-nova-extra-condensed";
    font-size: 16px;
    line-height: 38px;
    letter-spacing: 1px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    text-shadow: -1px -1px 0 #000;
    cursor: pointer;
    z-index: 6000; }
    nav a.page_3 {
      border-left: 0; }
    nav a.page_9 {
      border-right: 0; }
    nav a:hover, nav a.active {
      text-decoration: none; }
  nav .page_3 .sub {
    left: -26px; }
  nav .page_5 .sub {
    left: -53px; }
  nav .page_6 .sub {
    left: -32px; }
  nav .page_7 .sub {
    left: -28px; }

/* sub-nav
-------------------------------*/
nav ul .sub {
  position: absolute;
  width: auto;
  left: -39px;
  top: 43px;
  display: none;
  margin: 0;
  line-height: 26px;
  z-index: 1001;
  text-align: center;
  box-shadow: 0px 2px 4px #000;
  zoom: 1; }
  nav ul .sub:before, nav ul .sub:after {
    content: "\0020";
    display: block;
    height: 0;
    visibility: hidden; }
  nav ul .sub:after {
    clear: both; }
  nav ul .sub .sub_holder {
    padding: 5px 10px;
    position: relative;
    background: gray;
    width: 175px; }
  nav ul .sub:after {
    content: "";
    display: block;
    position: relative;
    bottom: 0;
    width: 100%;
    height: 15px;
    background-color: #2A76B7;
    *zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF2A76B7', endColorstr='#FF00233D');
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJhNzZiNyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMjMzZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #2a76b7), color-stop(100%, #00233d));
    background-image: -moz-linear-gradient(top, #2a76b7, #00233d);
    background-image: -webkit-linear-gradient(top, #2a76b7, #00233d);
    background-image: linear-gradient(to bottom, #2a76b7, #00233d);
    visibility: visible; }

nav ul ul {
  float: left;
  background: none;
  width: 200px;
  height: auto;
  background: #EDEDED url("../images/sub-nav-bckra.jpg") repeat-x 0 bottom;
  border: none;
  border-top: none;
  margin: 0;
  padding: 5px 0 2px; }
  nav ul ul:before, nav ul ul:after {
    display: none;
    background-image: none; }
  nav ul ul li {
    list-style-image: none;
    list-style-type: none;
    margin: 0 16px;
    padding: 0;
    cursor: pointer;
    float: none;
    text-align: left;
    height: auto;
    border-top: 1px solid #999; }
    nav ul ul li:first-child {
      display: block;
      border-top: none; }
    nav ul ul li:before {
      content: "";
      display: block;
      position: relative;
      bottom: 0;
      width: 100%;
      border-top: 1px solid #fff; }
    nav ul ul li:first-child {
      border-top: 0; }
      nav ul ul li:first-child:before {
        border-top: 0; }
    nav ul ul li a {
      display: block;
      border-left: 0;
      border-right: 0;
      margin: 0;
      padding: 7px 0 6px 0;
      height: auto;
      background: none;
      text-align: center;
      font-family: "proxima-nova";
      font-size: 10px;
      font-weight: 600;
      color: #333;
      line-height: 150%;
      text-indent: 0;
      text-shadow: none;
      text-transform: uppercase;
      text-decoration: none;
      letter-spacing: 1pt;
      cursor: pointer; }
      nav ul ul li a:hover, nav ul ul li a:focus {
        text-decoration: none;
        cursor: pointer;
        color: #2D7BBE; }

/*************************************************************
= detailed over-rides to increase/decrease nav elements
*************************************************************/
/*nav .page_4 .sub{left: 4px;}
.ie7 nav .page_4 .sub{margin-top:-8px;}

nav .page_7 .sub{
	width:187px;
	left:-3px;
	ul{
		width:185px;
	}
}
nav .page_8 .sub{
	width:192px;
	left:-5px;
	ul{
		width:190px;
	}
}
nav .page_9 .sub{left: -49px;}*/
/* ----------------------------------------------------------------------------
 special top and bottom content styles
----------------------------------------------------------------------------- */
#content_top {
  position: relative;
  left: -40px;
  display: block;
  width: 997px;
  height: 97px;
  margin: 0;
  padding: 0;
  background: transparent url("../images/content_top-bottomra.png") no-repeat 0 0;
  z-index: 5; }
  #content_top ul, #content_top li {
    list-style: none; }

#content_holder {
  margin: -5px 0 0;
  z-index: 1; }
  #content_holder:after {
    content: "";
    display: block;
    width: 100%;
    height: 42px;
    background: transparent url("../images/content_top-bottomra.png") no-repeat -32px 100%;
    margin-left: -10px;
    margin-top: -1px; }

#content {
  position: relative;
  width: 940px;
  margin: 0;
  padding: 0;
  background-color: #000000;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF333333', endColorstr='#FF000000');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMzMzMzMyIvPjxzdG9wIG9mZnNldD0iMjUlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #333333), color-stop(25%, #000000));
  background-image: -moz-linear-gradient(top, #333333 0%, #000000 25%);
  background-image: -webkit-linear-gradient(top, #333333 0%, #000000 25%);
  background-image: linear-gradient(to bottom, #333333 0%, #000000 25%);
  z-index: 1; }

#content_bottom {
  display: block;
  height: 27px;
  width: 960px;
  margin: 0;
  padding: 0;
  background: url("../images/bg-content-btm.png") no-repeat top center; }

#column_1.col2of3 {
  width: 64.7%; }

#column_1 .holder {
  padding: 0 10px; }
  #column_1 .holder .container {
    position: relative;
    width: 580px;
    background-color: #fff;
    border: 1px solid #333;
    margin-bottom: 10px;
    padding: 15px 0;
    clear: both; }
    #column_1 .holder .container .container {
      width: auto;
      border: 0px;
      margin-bottom: 0;
      padding: 0;
      background-color: none; }

/* ----------------------------------------------------------------------------
=Page Content
----------------------------------------------------------------------------- */
.textarea {
  margin: 0;
  padding: 0 20px; }
  .textarea .content {
    margin: 0;
    clear: both; }
    .textarea .content label {
      font-weight: bold; }
    .textarea .content a {
      border-bottom: 1px dotted #333;
      color: #333; }
      .textarea .content a:hover {
        border: 0; }

.form {
  width: 568px;
  margin-left: 20px; }

/* ----------------------------------------------------------------------------
=Image Templates
----------------------------------------------------------------------------- */
img[align=left], img[align=left].gh-image {
  float: left;
  margin: 0 15px 15px 0;
  padding: 6px; }
img[align=right], img[align=right].gh-image {
  float: right;
  margin: 0 0 15px 15px;
  padding: 6px; }
img.gh-image {
  padding: 0;
  margin: 0 10px 10px 0; }
img.image {
  padding: 0;
  margin: 0 15px 15px 0; }

.image-left {
  clear: both; }
  .image-left h3 {
    font-size: 20px;
    font-weight: normal; }
  .image-left img {
    width: 175px;
    height: 130px;
    margin-right: 10px;
    padding-bottom: 10px; }
  .image-left p {
    line-height: 140%; }

.image-right {
  clear: both; }
  .image-right h3 {
    font-size: 20px;
    font-weight: normal; }
  .image-right img {
    width: auto;
    height: auto;
    padding: 2px;
    margin: 0 0 15px 15px; }
  .image-right p {
    line-height: 140%; }

.image-three {
  text-align: left;
  float: left;
  width: 140px;
  padding: 0 24px 30px;
  margin: 0; }
  .image-three a {
    display: block;
    width: 132px;
    height: 106px; }
    .image-three a img,
    .image-three a img.image,
    .image-three a img.gh-image {
      padding: 2px;
      margin: 0;
      width: 132px;
      height: 106px; }
    .image-three a:hover, .image-three a:focus {
      text-decoration: none; }
  .image-three p {
    color: #333;
    width: 132px;
    text-align: center;
    padding: 5px 0 0;
    font-weight: bold; }

.image-four {
  text-align: center;
  float: left;
  width: 112px;
  padding: 0 10px;
  margin: 0; }
  .image-four a, .image-four a:link, .image-four a:visited {
    display: block;
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
    border-bottom: 0px; }
  .image-four img, .image-four img.image, .image-four img.gh-image {
    padding: 0;
    background: none;
    margin: 0 0 5px; }
  .image-four p {
    font-size: 11px;
    font-weight: bold; }

/* ----------------------------------------------------------------------------
=Text Templates
----------------------------------------------------------------------------- */
.overview {
  margin-bottom: 12px; }
  .overview h1 {
    border-bottom: 1px solid #999;
    padding: 4px 0 3px; }
  .overview p {
    padding: 9px 0 5px;
    font-family: verdana, arial, sans-serif;
    font-size: 14px;
    line-height: 200%;
    color: #2863A2; }
  .overview a, .overview a:link, .overview a:visited {
    text-decoration: underline;
    color: #2863A2;
    border-bottom: 0px; }
    .overview a:hover, .overview a:focus, .overview a:link:hover, .overview a:link:focus, .overview a:visited:hover, .overview a:visited:focus {
      text-decoration: none; }

.baseline {
  border-bottom: 1px solid #000;
  margin: 0 0 8px;
  padding: 0 0 8px; }
  .baseline:after {
    content: "";
    display: block;
    position: relative;
    top: 10px;
    width: 100%;
    height: 1px; }
  .baseline p {
    font-size: 16px;
    padding: 10px 0 15px;
    line-height: 130%;
    color: #333; }

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

/* ----------------------------------------------------------------------------
= Links and Link Lists
----------------------------------------------------------------------------- */
.link {
  position: relative; }
  .link ul.list {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-image: none; }
    .link ul.list li {
      height: 11px;
      padding: 4px 0 4px;
      margin: 0 0 10px; }
    .link ul.list p {
      padding: 0 0 0 28px;
      font-style: italic; }
    .link ul.list .description {
      font-style: italic;
      font-size: 12px; }
    .link ul.list a {
      border: 0;
      margin: 0;
      padding: 0 0 0 15px;
      font-size: 12px;
      line-height: 26px; }
      .link ul.list a:hover {
        text-decoration: underline;
        color: #2863A2; }
      .link ul.list a:before {
        content: "";
        display: inline-block;
        position: relative;
        width: 15px;
        height: 17px;
        background-color: transparent;
        background: url("../images/icons-contentra.png");
        background-repeat: no-repeat;
        background-position: -137px -2px;
        top: 4px;
        left: 3px;
        margin-right: 7px; }
      .link ul.list a.pdf:before {
        background-position: -164px -2px;
        top: 4px;
        left: 0px; }
      .link ul.list a.image:before {
        background-position: -193px -4px;
        top: 7px;
        left: 0px; }
      .link ul.list a.email:before {
        background-position: -221px -5px;
        top: 7px;
        left: 0px; }

/*- site-page specific styles*/
.container .textarea + .link {
  margin-top: -15px;
  margin-bottom: 20px; }

/* ----------------------------------------------------------------------------
= Interactive tour page - banner on lower of page
-----------------------------------------------------------------------------
.bok_virtual_tour{
	display: block;
	width: 500px;
	height: 120px;
	margin: 0 0 0px;
	padding: 5px;
	background: #AAA;
	border: none;
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0, 0.7);
	-moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.7);
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.7);
	.gh-image {
		display: block;
		width: 500px;
		height: 120px;
		margin: 0 0 0px;
		padding: 0;
	}
} */
/* ----------------------------------------------------------------------------
=Seating charts page
----------------------------------------------------------------------------- */
.seating_charts .entry {
  float: left;
  height: 190px;
  margin-right: 20px;
  text-align: center;
  width: 152px;
  background: url("../images/seating-thumb-bg.png") 0 0 no-repeat;
  padding: 0 0 0 21px; }
  .seating_charts .entry .thumb {
    border: none; }
    .seating_charts .entry .thumb img {
      height: 96px;
      padding: 0;
      width: 152px; }
  .seating_charts .entry .info {
    margin-bottom: 10px; }
    .seating_charts .entry .info h3 {
      line-height: 25px; }
      .seating_charts .entry .info h3 a {
        font-size: 22px;
        text-decoration: none; }
        .seating_charts .entry .info h3 a:hover {
          color: #000; }
  .seating_charts .entry .info-buttons {
    display: none; }

a.interactive_seat {
  background: url("../images/banner-seating.jpg") no-repeat scroll 0 0 transparent;
  display: block;
  height: 150px;
  margin: 0 0 20px 12px;
  padding: 0;
  text-indent: -4000px;
  width: 265px;
  height: 214px; }

/* ----------------------------------------------------------------------------
= arena address and info on sitemap/404 page
----------------------------------------------------------------------------- */
.arenainfo {
  padding-top: 8px;
  padding-left: 10px; }
  .arenainfo .org {
    margin-bottom: 12px;
    font-family: "proxima-nova-condensed";
    font-size: 20px; }
  .arenainfo .adr, .arenainfo .tel, .arenainfo .email {
    margin-bottom: 6px; }
    .arenainfo .adr .type, .arenainfo .tel .type, .arenainfo .email .type {
      width: 65%;
      display: block;
      border-bottom: 1px solid #000;
      margin-bottom: 8px;
      padding-bottom: 2px;
      font-family: "proxima-nova-condensed";
      font-size: 15px;
      font-weight: bold; }
      .arenainfo .adr .type:after, .arenainfo .tel .type:after, .arenainfo .email .type:after {
        content: "";
        display: block;
        position: relative;
        top: 4px;
        width: 100%;
        height: 1px; }
    .arenainfo .adr a, .arenainfo .adr span, .arenainfo .tel a, .arenainfo .tel span, .arenainfo .email a, .arenainfo .email span {
      font-family: "proxima-nova";
      font-size: 13px;
      font-weight: 500; }
  .arenainfo .street-address {
    display: block; }

/* ----------------------------------------------------------------------------
=Sitemap
----------------------------------------------------------------------------- */
.sitemap {
  padding-top: 10px;
  padding-bottom: 15px;
  zoom: 1; }
  .sitemap:before, .sitemap:after {
    content: "\0020";
    display: block;
    height: 0;
    visibility: hidden; }
  .sitemap:after {
    clear: both; }
  .sitemap .title {
    border-bottom: 1px solid #000;
    margin-bottom: 15px;
    padding-bottom: 5px; }
    .sitemap .title:after {
      content: "";
      display: block;
      position: relative;
      top: 7px;
      width: 100%;
      height: 1px; }
  .sitemap .description {
    margin-bottom: 15px;
    font-family: "proxima-nova";
    font-size: 15px;
    color: #333; }
  .sitemap article,
  .sitemap aside {
    background-color: #fff;
    border: 1px solid #333;
    margin: 0 15px;
    padding: 10px 15px; }
  .sitemap ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .sitemap ul li {
      margin: 0 0 30px 0;
      padding: 0; }
      .sitemap ul li ul {
        margin: 10px 0; }
      .sitemap ul li ul li {
        margin: 0 0 10px 0; }
        .sitemap ul li ul li a {
          margin: 0 0 5px 0;
          padding: 0 0 0 14px;
          font-family: "proxima-nova";
          font-size: 13px;
          font-weight: normal;
          font-weight: 500;
          color: #333;
          text-decoration: none;
          -webkit-transition: all 100ms linear;
          -moz-transition: all 100ms linear;
          -o-transition: all 100ms linear;
          transition: all 100ms linear; }
          .sitemap ul li ul li a:active {
            text-decoration: none; }
          .sitemap ul li ul li a:hover, .sitemap ul li ul li a:focus {
            text-decoration: none;
            padding-left: 16px;
            color: #2D7BBE; }
        .sitemap ul li ul li ul {
          display: none; }
  .sitemap a {
    font-family: "proxima-nova";
    font-size: 16px;
    font-weight: 600;
    text-decoration: none; }
    .sitemap a:hover, .sitemap a:focus {
      color: #2D7BBE; }

.textarea .content div.thumblink {
  width: 140px;
  float: left;
  margin: 15px 60px; }
  .textarea .content div.thumblink .textarea {
    padding: 0; }
  .textarea .content div.thumblink a {
    border-bottom: 0px; }
    .textarea .content div.thumblink a img {
      border: 4px solid #2E7CBF; }
      .textarea .content div.thumblink a img:hover {
        border: 4px solid #ccc; }
  .textarea .content div.thumblink h3 {
    text-align: center;
    margin: 0;
    width: 100%; }
  .textarea .content div.thumblink p {
    padding-bottom: 5px; }

.buttons {
  position: absolute;
  bottom: 0;
  right: 0px;
  width: 220px;
  height: 33px; }
  .buttons a, .buttons a:visited, .buttons span {
    font-family: "proxima-nova-condensed", Arial;
    display: inline-block;
    width: 109px;
    height: 33px;
    text-align: center;
    color: #fff;
    padding: 0;
    margin: 0;
    line-height: 33px;
    position: relative;
    text-shadow: 0 1px 0 #000;
    font-size: 11px;
    text-transform: uppercase;
    text-decoration: none;
    *zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF2E7CBF', endColorstr='#FF0D4773');
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJlN2NiZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzBkNDc3MyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #2e7cbf), color-stop(100%, #0d4773));
    background-image: -moz-linear-gradient(#2e7cbf, #0d4773);
    background-image: -webkit-linear-gradient(#2e7cbf, #0d4773);
    background-image: linear-gradient(#2e7cbf, #0d4773);
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px; }
    .buttons a.more, .buttons a:visited.more, .buttons span.more {
      border-right: 1px solid #000; }
    .buttons a.tickets, .buttons a:visited.tickets, .buttons span.tickets {
      border-left: 1px solid #2E79C1; }
  .buttons a:hover, .buttons a:visited:hover {
    *zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF0D4773', endColorstr='#FF2E7CBF');
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBkNDc3MyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzJlN2NiZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0d4773), color-stop(100%, #2e7cbf));
    background-image: -moz-linear-gradient(#0d4773, #2e7cbf);
    background-image: -webkit-linear-gradient(#0d4773, #2e7cbf);
    background-image: linear-gradient(#0d4773, #2e7cbf);
    text-decoration: none; }

.subnav_holder {
  position: relative;
  width: 318px;
  background: #B3B3B3 url("../images/sub-nav-bckra.jpg") repeat-x 0 0;
  margin: 0 0 20px 0;
  padding: 0; }
  .subnav_holder:after {
    content: "";
    display: block;
    position: relative;
    bottom: 0;
    width: 100%;
    height: 15px;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJlN2NiZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzJlN2NiZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #2e7cbf), color-stop(100%, #2e7cbf));
    background-image: -moz-linear-gradient(top, #2e7cbf 0%, #2e7cbf 100%);
    background-image: -webkit-linear-gradient(top, #2e7cbf 0%, #2e7cbf 100%);
    background-image: linear-gradient(to bottom, #2e7cbf 0%, #2e7cbf 100%);
    visibility: visible; }
  .subnav_holder .subnav ul {
    margin: 1px 0 0 0;
    padding: 25px 2px 15px;
    list-style: none; }
    .subnav_holder .subnav ul li {
      list-style: none;
      margin: 0 15px;
      padding: 0;
      /*cursor: pointer;
      float: none;*/
      text-align: left;
      height: auto;
      border-top: 1px solid #999; }
      .subnav_holder .subnav ul li:before {
        content: "";
        display: block;
        position: relative;
        bottom: 0;
        width: 100%;
        border-top: 1px solid #fff; }
      .subnav_holder .subnav ul li:first-child, .subnav_holder .subnav ul li:first-child + li {
        border-top: 0; }
        .subnav_holder .subnav ul li:first-child:before, .subnav_holder .subnav ul li:first-child + li:before {
          border-top: 0; }
      .subnav_holder .subnav ul li:first-child, .subnav_holder .subnav ul li.active .section {
        display: none; }
      .subnav_holder .subnav ul li .sub {
        display: none; }
      .subnav_holder .subnav ul li.active ul {
        padding: 0; }
      .subnav_holder .subnav ul li.active li:first-child {
        display: block; }
      .subnav_holder .subnav ul li.active .sub {
        display: block; }
        .subnav_holder .subnav ul li.active .sub ul li.active a,
        .subnav_holder .subnav ul li.active .sub ul li a {
          margin-top: -2px;
          padding-top: 0;
          padding-left: 15px;
          font-size: 11px; }
      .subnav_holder .subnav ul li a {
        display: inline-block;
        margin: 0;
        padding: 0 18px;
        font-family: "proxima-nova";
        font-size: 12px;
        font-weight: 600;
        color: #333;
        line-height: 250%;
        text-transform: uppercase;
        cursor: pointer; }
        .subnav_holder .subnav ul li a:hover, .subnav_holder .subnav ul li a:focus {
          text-decoration: none;
          cursor: pointer;
          color: #2D7BBE; }
        .subnav_holder .subnav ul li a.active {
          color: #2D7BBE; }

/* ----------------------------------------------------------------------------
=branding
----------------------------------------------------------------------------- */
#branding.active {
  position: relative;
  display: block;
  width: 580px;
  height: 420px;
  background-color: #1C1D1E;
  /*		border-top:1px solid #FFF;
  		border-right:1px solid #FFF;
  		border-left:1px solid #FFF;*/
  border-bottom: 10px solid #000;
  margin: 0;
  padding: 0;
  z-index: 1; }
  #branding.active.spotlight_image {
    width: 580px;
    height: 420px;
    overflow: hidden; }
    #branding.active.spotlight_image img {
      width: 100%; }

/* ----------------------------------------------------------------------------
=Slideshows
----------------------------------------------------------------------------- */
.slideshow {
  position: relative;
  border: none;
  width: 582px;
  height: 380px; }
  .slideshow .controls {
    display: block;
    position: absolute;
    width: 100%;
    margin: 0 auto;
    height: 50px;
    bottom: -53px;
    left: 0; }
    .slideshow .controls .nav-controls {
      position: relative; }
      .slideshow .controls .nav-controls a, .slideshow .controls .nav-controls a:link, .slideshow .controls .nav-controls a:visited {
        width: 24px;
        height: 24px;
        position: absolute;
        text-indent: -5000px;
        cursor: pointer;
        z-index: 200; }
        .slideshow .controls .nav-controls a.prev, .slideshow .controls .nav-controls a:link.prev, .slideshow .controls .nav-controls a:visited.prev {
          left: 10px;
          top: 4px;
          background: url("../images/btn-slideshow-arrows.png") no-repeat top left; }
        .slideshow .controls .nav-controls a.next, .slideshow .controls .nav-controls a:link.next, .slideshow .controls .nav-controls a:visited.next {
          right: 10px;
          top: 4px;
          background: url("../images/btn-slideshow-arrows.png") no-repeat top right; }
        .slideshow .controls .nav-controls a:hover, .slideshow .controls .nav-controls a:link:hover, .slideshow .controls .nav-controls a:visited:hover {
          opacity: 0.8;
          -moz-opacity: 0.8;
          filter: alpha(opacity=80); }
        .slideshow .controls .nav-controls a:active, .slideshow .controls .nav-controls a:link:active, .slideshow .controls .nav-controls a:visited:active {
          margin-top: 1px; }
  .slideshow .slide {
    width: 100%;
    height: 100%;
    overflow: hidden; }
    .slideshow .slide a.advance-link {
      display: block;
      width: 100%;
      height: 100%;
      cursor: pointer; }
    .slideshow .slide span {
      display: block;
      width: 100%;
      height: 100%; }
  .slideshow .caption_holder {
    width: 582px;
    height: 39px;
    background: url("../images/caption-bckra.png") repeat-x top left;
    border-top: #000;
    overflow: hidden;
    text-align: center;
    z-index: 100; }
    .slideshow .caption_holder span {
      display: block;
      width: auto;
      height: 35px; }
    .slideshow .caption_holder .image-caption .caption a {
      display: none;
      cursor: pointer; }
    .slideshow .caption_holder .image-caption .caption p {
      text-transform: uppercase;
      font: "proxima-nova"; }
    .slideshow .caption_holder .caption {
      width: 86%;
      margin: 0 auto; }
      .slideshow .caption_holder .caption p {
        display: block;
        padding-top: 12px;
        text-shadow: none;
        font-size: 12px;
        font-weight: bold;
        color: #242424;
        text-shadow: -1px -1px 0px #e3e3e3;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden; }
      .slideshow .caption_holder .caption a {
        text-decoration: none;
        font-size: 14px;
        line-height: 120%;
        font-weight: bold;
        color: black;
        cursor: pointer; }
        .slideshow .caption_holder .caption a:hover, .slideshow .caption_holder .caption a:visited {
          text-decoration: none; }
      .slideshow .caption_holder .caption .date {
        display: none; }
      .slideshow .caption_holder .caption .buttons {
        display: none; }
  .slideshow .thumbs_holder {
    display: none;
    position: absolute;
    top: 340px;
    left: 0px; }
    .slideshow .thumbs_holder .thumbs {
      display: none;
      list-style: none;
      list-style-image: none;
      padding: 0;
      margin: 0; }
      .slideshow .thumbs_holder .thumbs li {
        float: left;
        width: 80px;
        height: 43px;
        margin: 0 10px 0 0;
        opacity: 0.5;
        padding: 0;
        position: relative; }
        .slideshow .thumbs_holder .thumbs li.selected, .slideshow .thumbs_holder .thumbs li:hover, .slideshow .thumbs_holder .thumbs li:focus {
          opacity: 1; }
          .slideshow .thumbs_holder .thumbs li.selected .caption, .slideshow .thumbs_holder .thumbs li:hover .caption, .slideshow .thumbs_holder .thumbs li:focus .caption {
            display: block;
            opacity: 1; }
            .slideshow .thumbs_holder .thumbs li.selected .caption a, .slideshow .thumbs_holder .thumbs li:hover .caption a, .slideshow .thumbs_holder .thumbs li:focus .caption a {
              display: none; }
      .slideshow .thumbs_holder .thumbs a.thumb {
        display: block;
        width: 80px;
        height: 43px;
        float: left;
        z-index: 10; }
        .slideshow .thumbs_holder .thumbs a.thumb img {
          width: 80px;
          height: 43px; }
        .slideshow .thumbs_holder .thumbs a.thumb span.overlay {
          display: block;
          width: 80px;
          height: 43px;
          background: url(../images/thumb_image_icon.png) no-repeat 0 0;
          position: absolute;
          top: 0px;
          left: 0px; }
      .slideshow .thumbs_holder .thumbs a.thumb_video span.overlay {
        background: url(../images/thumb_video_icon.png) no-repeat 0 0; }
      .slideshow .thumbs_holder .thumbs .caption {
        display: none;
        background: url(../images/thumb_caption_bg.png) no-repeat 0 0;
        width: 214px;
        height: 46px;
        position: absolute;
        top: -35px;
        left: -60px;
        padding: 5px 10px;
        z-index: 20; }
        .slideshow .thumbs_holder .thumbs .caption p {
          height: 30px;
          font-size: 12px;
          color: #000;
          overflow: hidden; }
  .slideshow .video {
    width: 100%;
    height: 100%;
    background: url("../images/play.png") no-repeat center center;
    position: absolute;
    left: 0px;
    top: 0px;
    display: none; }
    .slideshow .video #video_player, .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%; }

.event_detail #spotlight_container {
  width: 460px;
  height: 380px;
  padding: 0;
  display: block; }
  .event_detail #spotlight_container .slideshow {
    width: 100%;
    height: 100%; }
    .event_detail #spotlight_container .slideshow .caption_holder {
      width: 460px;
      height: 10px;
      text-align: center;
      z-index: 100;
      margin: 1px 0 0; }
      .event_detail #spotlight_container .slideshow .caption_holder span {
        display: none; }
    .event_detail #spotlight_container .slideshow .controls {
      top: -45px;
      left: 0;
      width: 460px; }
    .event_detail #spotlight_container .slideshow:hover .controls {
      display: block; }

/* ----------------------------------------------------------------------------
= Event List
----------------------------------------------------------------------------- */
/* @group List */
.group_ticket_info {
  display: none; }

.group-tickets .event_list .entry .info .buttons {
  width: 95px;
  bottom: 12px;
  right: 12px; }
  .group-tickets .event_list .entry .info .buttons .tickets {
    display: none; }
.group-tickets .group_ticket_info {
  display: block;
  width: 216px; }
  .group-tickets .group_ticket_info p {
    font-size: 10px; }

#events .overview {
  margin: 0 10px; }

/* @group Thumbnail */
/* @end */
/* @group Info */
.home_features .event_list .entry .info .date {
  margin: 5px 0 0px; }

.event_list {
  position: relative;
  width: 560px;
  margin: 0 10px; }
  .event_list .list {
    margin: 10px 0;
    position: relative;
    padding: 0;
    border-top: 1px solid #999; }
    .event_list .list p.noevents {
      padding: 10px;
      color: #333; }
  .event_list .entry {
    clear: both;
    position: relative;
    padding: 10px;
    border-bottom: 1px solid #999;
    background: none;
    width: 540px;
    margin: 0; }
    .event_list .entry:hover {
      background: #ccc; }
    .event_list .entry:first-child {
      border-top: none; }
    .event_list .entry.alt {
      /*	background: gray;*/ }
    .event_list .entry .info {
      position: relative;
      float: right;
      width: 330px;
      padding-bottom: 10px;
      height: 118px; }
      .event_list .entry .info h3 {
        margin: 0 0 10px 0;
        padding: 25px 0 0;
        font-size: 19px;
        font-weight: normal;
        line-height: 125%; }
        .event_list .entry .info h3 a, .event_list .entry .info h3 a:visited {
          text-transform: uppercase;
          text-decoration: none;
          color: #0F3D68; }
          .event_list .entry .info h3 a:hover, .event_list .entry .info h3 a:visited:hover {
            color: #2E7CBF; }
      .event_list .entry .info h4 {
        color: #333;
        font-size: 14px;
        font-weight: 500;
        margin: 0 0 5px;
        text-transform: none; }
      .event_list .entry .info .date {
        display: block;
        margin: 8px 0 5px;
        color: #666;
        font: bold 11px "proxima-nova";
        text-transform: uppercase;
        position: absolute;
        top: 0;
        left: 0; }
      .event_list .entry .info .buttons {
        position: absolute;
        bottom: 0;
        right: 0px;
        width: 220px;
        height: 33px; }
        .event_list .entry .info .buttons a, .event_list .entry .info .buttons a:visited, .event_list .entry .info .buttons span {
          font-family: "proxima-nova-condensed", Arial;
          display: inline-block;
          width: 109px;
          height: 33px;
          text-align: center;
          color: #fff;
          padding: 0;
          margin: 0;
          line-height: 33px;
          position: relative;
          text-shadow: 0 1px 0 #000;
          font-size: 11px;
          text-transform: uppercase;
          text-decoration: none;
          *zoom: 1;
          filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF2E7CBF', endColorstr='#FF0D4773');
          background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJlN2NiZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzBkNDc3MyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
          background-size: 100%;
          background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #2e7cbf), color-stop(100%, #0d4773));
          background-image: -moz-linear-gradient(#2e7cbf, #0d4773);
          background-image: -webkit-linear-gradient(#2e7cbf, #0d4773);
          background-image: linear-gradient(#2e7cbf, #0d4773);
          -moz-border-radius: 4px;
          -webkit-border-radius: 4px;
          border-radius: 4px; }
          .event_list .entry .info .buttons a.more, .event_list .entry .info .buttons a:visited.more, .event_list .entry .info .buttons span.more {
            border-right: 1px solid #000; }
          .event_list .entry .info .buttons a.tickets, .event_list .entry .info .buttons a:visited.tickets, .event_list .entry .info .buttons span.tickets {
            border-left: 1px solid #2E79C1; }
        .event_list .entry .info .buttons a:hover, .event_list .entry .info .buttons a:visited:hover {
          *zoom: 1;
          filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF0D4773', endColorstr='#FF2E7CBF');
          background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBkNDc3MyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzJlN2NiZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
          background-size: 100%;
          background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0d4773), color-stop(100%, #2e7cbf));
          background-image: -moz-linear-gradient(#0d4773, #2e7cbf);
          background-image: -webkit-linear-gradient(#0d4773, #2e7cbf);
          background-image: linear-gradient(#0d4773, #2e7cbf);
          text-decoration: none; }
      .event_list .entry .info .buttons {
        width: 330px; }
        .event_list .entry .info .buttons span.tickets {
          display: none; }
    .event_list .entry .thumb {
      float: left;
      height: 122px;
      width: 192px;
      margin: 6px 10px 6px 0;
      /*border: 5px solid black;
      background: transparent url("../images/bg-thumb.png") no-repeat center center;*/
      /*			&:hover {
      				border-color:grey;
      			}*/ }
      .event_list .entry .thumb a {
        display: block;
        width: 190px;
        height: 120px; }
      .event_list .entry .thumb img {
        display: block;
        border: 1px solid #666;
        padding: 0;
        margin: 0;
        width: 190px;
        height: 120px; }

/* ----------------------------------------------------------------------------
= Event Detail
----------------------------------------------------------------------------- */
#events.detail #column_1 {
  width: 219px;
  margin: 0 0 0;
  padding: 0 10px 20px; }
#events.detail #column_2 {
  width: 462px;
  margin: -92px 0 0;
  background: url(../images/spotlight-header.png) no-repeat 0 0;
  padding: 92px 0 20px 0;
  position: relative; }
  #events.detail #column_2 h2.event_title {
    position: absolute;
    top: 53px;
    left: 40px;
    width: 380px;
    color: #000;
    text-align: center;
    font-size: 16px; }
#events.detail #column_3 {
  width: 220px;
  margin: 55px 0 0 10px;
  padding: 0 0 20px 0; }

.event_detail .header {
  margin: 0 0 10px;
  float: left;
  width: 400px;
  padding: 0; }
.event_detail .details {
  width: 100%;
  position: relative;
  margin: 0 0;
  padding: 25px 0 0;
  font-family: "proxima-nova-condensed"; }
  .event_detail .details .title {
    border: none;
    margin: 0;
    padding: 4px 0 0px;
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 0em;
    line-height: 120%;
    color: #fff;
    text-shadow: none; }
  .event_detail .details .summary {
    border: none;
    font-size: 14px;
    font-weight: normal;
    color: #ccc;
    margin: 0 0 5px; }
  .event_detail .details ul {
    list-style: none;
    list-style-image: none;
    padding: 10px;
    margin: 0 0 5px; }
    .event_detail .details ul.info_holder {
      padding: 3px 0 0; }
    .event_detail .details ul li {
      margin: 0 0 5px;
      padding: 10px;
      color: #333;
      border: 1px solid #333;
      background-color: #fff;
      font-family: "proxima-nova-condensed"; }
      .event_detail .details ul li p {
        font-size: 12px;
        font-family: "proxima-nova";
        color: #333; }
      .event_detail .details ul li h3 {
        border-bottom: 1px solid #AAA;
        padding: 5px 6px 2px;
        font-size: 16px;
        text-transform: capitalize; }
      .event_detail .details ul li label {
        margin: 0;
        padding: 0;
        font-size: 13px;
        font-weight: bold;
        text-transform: uppercase;
        line-height: 100%;
        width: 100%;
        display: block;
        cursor: default;
        clear: both;
        color: #256FAF; }
      .event_detail .details ul li span {
        padding: 2px 0 0 0;
        position: relative; }
        .event_detail .details ul li span a {
          position: relative;
          color: #333;
          text-decoration: none; }
          .event_detail .details ul li span a:hover {
            text-decoration: none;
            color: #256FAF; }
          .event_detail .details ul li span a::before {
            width: 6px;
            height: 11px;
            content: " ";
            background: url("../images/icons-contentra.png") no-repeat -253px -5px;
            position: absolute;
            top: 1px;
            left: -10px; }
        .event_detail .details ul li span p a:before {
          display: none; }
        .event_detail .details ul li span p:last-child {
          padding-bottom: 0px; }
      .event_detail .details ul li.availability span, .event_detail .details ul li.seating span {
        padding-left: 10px; }
        .event_detail .details ul li.availability span span.tickets, .event_detail .details ul li.seating span span.tickets {
          padding-left: 10px;
          margin-left: -10px; }
          .event_detail .details ul li.availability span span.tickets::before, .event_detail .details ul li.seating span span.tickets::before {
            width: 6px;
            height: 11px;
            content: " ";
            background: url("../images/icons-contentra.png") no-repeat -253px -5px;
            position: absolute;
            top: 3px;
            left: 0; }
  .event_detail .details .date {
    display: block;
    margin: 0 0 8px;
    padding: 0;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    text-transform: uppercase; }
  .event_detail .details .ticket, .event_detail .details .alleventbtn {
    display: block;
    width: 218px;
    height: 28px;
    margin: 6px 0 4px;
    padding: 0;
    text-align: center;
    border-bottom: 1px solid #000; }
    .event_detail .details .ticket a, .event_detail .details .ticket a:link, .event_detail .details .ticket a:visited,
    .event_detail .details .ticket span, .event_detail .details .alleventbtn a, .event_detail .details .alleventbtn a:link, .event_detail .details .alleventbtn a:visited,
    .event_detail .details .alleventbtn span {
      font-family: "proxima-nova-condensed", Arial;
      display: inline-block;
      width: 100%;
      height: 28px;
      text-align: center;
      color: #fff;
      padding: 0;
      margin: 0;
      line-height: 28px;
      -moz-box-shadow: inset 0 0 3px #082A43;
      -webkit-box-shadow: inset 0 0 3px #082A43;
      box-shadow: inset 0 0 3px #082A43;
      position: relative;
      border: 1px solid #1b5b94;
      border-bottom: 1px solid #135182;
      text-shadow: 0 1px 0 #000;
      font-size: 12px;
      text-transform: uppercase;
      text-decoration: none;
      *zoom: 1;
      filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF2E7CBF', endColorstr='#FF0D4773');
      background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJlN2NiZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzBkNDc3MyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
      background-size: 100%;
      background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #2e7cbf), color-stop(100%, #0d4773));
      background-image: -moz-linear-gradient(#2e7cbf, #0d4773);
      background-image: -webkit-linear-gradient(#2e7cbf, #0d4773);
      background-image: linear-gradient(#2e7cbf, #0d4773); }
    .event_detail .details .ticket a:hover, .event_detail .details .alleventbtn a:hover {
      color: #FFF;
      *zoom: 1;
      filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF0D4773', endColorstr='#FF2E7CBF');
      background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBkNDc3MyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzJlN2NiZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
      background-size: 100%;
      background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0d4773), color-stop(100%, #2e7cbf));
      background-image: -moz-linear-gradient(#0d4773, #2e7cbf);
      background-image: -webkit-linear-gradient(#0d4773, #2e7cbf);
      background-image: linear-gradient(#0d4773, #2e7cbf);
      text-decoration: none; }
  .event_detail .details .availability {
    border-bottom: none; }
  .event_detail .details a.seeall,
  .event_detail .details a.seeall:link,
  .event_detail .details a.seeall:visited {
    display: block;
    background: url("../images/all_events_star.png") 0 10px no-repeat;
    width: 210px;
    height: 18px;
    text-indent: -5000px;
    padding: 10px 0 0; }
.event_detail .event_body {
  background: #fff;
  clear: both;
  float: left;
  margin: 20px 0;
  width: 438px;
  padding: 0 10px;
  border: 1px solid #333; }
  .event_detail .event_body h3 {
    display: block;
    clear: both;
    margin: 8px 0 7px;
    padding: 0 0 4px;
    border-bottom: 1px solid #999;
    font: normal 14px/130% "proxima-nova-condensed";
    color: #0F3D68;
    text-transform: uppercase; }
  .event_detail .event_body li:before {
    content: "";
    display: block;
    position: relative;
    top: 10px;
    left: -13px;
    height: 5px;
    width: 6px;
    background: transparent url("../images/icons-contentra.png") no-repeat -275px -8px; }
  .event_detail .event_body .description {
    margin: 10px 0 0; }
    .event_detail .event_body .description a {
      border-bottom: 1px dotted #333;
      color: #333; }
      .event_detail .event_body .description a:hover {
        border: 0;
        color: #0F3D68; }
  .event_detail .event_body p a {
    border-bottom: 1px dotted #333;
    color: #333; }
    .event_detail .event_body p a:hover {
      border: 0;
      color: #0F3D68; }
.event_detail .showings {
  float: left;
  margin: 0;
  width: 100%;
  padding-bottom: 8px;
  margin-bottom: 10px; }
  .event_detail .showings h3 {
    margin-bottom: 0px; }
  .event_detail .showings:after {
    content: "";
    display: block;
    position: relative;
    top: 10px;
    width: 100%;
    height: 1px; }
.event_detail .showings_list {
  padding-top: 7px; }
  .event_detail .showings_list ul {
    list-style-image: none;
    list-style: none;
    margin: 0;
    padding: 0;
    list-style-position: inside; }
    .event_detail .showings_list ul li {
      margin: 0;
      padding: 3px 0;
      font: normal 11px/18px Verdana, Verdana, Geneva, sans-serif;
      color: #216096; }
      .event_detail .showings_list ul li span.date {
        color: #333; }
      .event_detail .showings_list ul li span.time {
        color: #666; }
      .event_detail .showings_list ul li .buttons {
        float: right;
        margin: 0; }
      .event_detail .showings_list ul li a.ical {
        display: inline-block;
        background: url("../images/icon-ical.png") no-repeat 0 0;
        margin: 0 0 0 5px;
        padding: 0;
        width: 16px;
        height: 16px;
        text-indent: -5000px; }
        .event_detail .showings_list ul li a.ical:hover {
          background-position: 0 -16px; }
      .event_detail .showings_list ul li span.date::before {
        float: left;
        display: block;
        background: url("../images/icons-contentra.png") no-repeat -253px -5px;
        margin: 4px 5px 0 0;
        padding: 0;
        width: 6px;
        height: 11px;
        content: " "; }
.event_detail a.print {
  display: block;
  float: left;
  height: 17px;
  background: url("../images/icon-printra.png") no-repeat 0 center;
  margin: 0 18px 0 0;
  padding: 0 0 0 20px;
  font: normal 11px/17px Verdana, Verdana, Geneva, sans-serif;
  color: #333;
  text-decoration: none;
  border-bottom: 0px; }
  .event_detail a.print:hover {
    text-decoration: underline; }
.event_detail .share_bar {
  padding: 10px 0;
  margin: 0;
  float: left;
  width: 100%;
  border-top: 1px solid #999; }
  .event_detail .share_bar .addthis_toolbox {
    float: right;
    width: 170px; }
    .event_detail .share_bar .addthis_toolbox a {
      margin: 2px 2px 0; }
.event_detail .dsq-global-toolbar-dropdown-container {
  display: none !important; }
.event_detail .group_sales {
  margin: 0 0 15px 0;
  padding: 0; }
  .event_detail .group_sales h3 {
    width: 100%;
    padding: 4px 0;
    text-align: left; }
  .event_detail .group_sales p {
    font-size: 11px; }

#column_1 .content .thumb {
  float: right;
  display: inline-block;
  height: 120px;
  width: 190px;
  background: #ccc url("../images/bg-thumb.png") no-repeat center center;
  margin: 0 0px 10px 0;
  padding: 5px 7px 7px 5px;
  overflow: hidden; }
  #column_1 .content .thumb img {
    width: 100%;
    border: 1px solid #666;
    padding: 0px; }

.overview a.bookmark {
  background: transparent url("../images/icon-bookmark.png") no-repeat 0 0;
  padding: 3px 0 2px 23px;
  font-size: 12px;
  font-weight: bold;
  color: #242424;
  text-transform: uppercase;
  text-decoration: none; }
  .overview a.bookmark:hover {
    text-decoration: underline; }

#events.detail #content_top {
  z-index: 0; }

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

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

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

.featured_holder {
  /*background: url(../images/bg_carousel.png) no-repeat 0 10px;*/
  margin: 0 0 30px -40px;
  position: relative;
  width: 1060px;
  padding: 0;
  float: left;
  height: 140px; }
  .featured_holder .prev, .featured_holder .next {
    background: url(../images/arrows_carousel.png) no-repeat 0 0;
    cursor: pointer;
    height: 50px;
    position: absolute;
    top: 50px;
    text-indent: -9999px;
    width: 27px;
    z-index: 5;
    display: block; }
  .featured_holder .prev {
    left: 20px; }
    .featured_holder .prev:hover {
      background-position: 0 -50px; }
  .featured_holder .next {
    background-position: -27px 0;
    right: 20px; }
    .featured_holder .next:hover {
      background-position: -27px -50px; }
  .featured_holder #featured.event_list {
    width: 940px;
    margin: 0;
    padding: 0 60px;
    height: 140px;
    z-index: 500;
    background: none; }
    .featured_holder #featured.event_list .list {
      background: none;
      padding: 0;
      margin: 0;
      border: 0; }
    .featured_holder #featured.event_list .entry {
      padding: 20px 0 0;
      float: left;
      margin: 5px;
      width: 190px;
      height: 120px;
      padding: 0;
      background: #eee;
      clear: none;
      position: relative;
      border: 5px solid #eee;
      overflow: hidden; }
      .featured_holder #featured.event_list .entry .info {
        display: block;
        float: none;
        margin: 0;
        width: 190px;
        padding: 0px;
        height: 120px;
        background: url(../images/bg_carousel_info.png) no-repeat 0 0; }
        .featured_holder #featured.event_list .entry .info h3 {
          padding: 10px;
          margin: 0;
          text-indent: 0;
          line-height: 18px;
          font-size: 14px;
          height: auto;
          font-weight: 700; }
          .featured_holder #featured.event_list .entry .info h3 a {
            color: red;
            font-weight: 700;
            font-size: 14px; }
            .featured_holder #featured.event_list .entry .info h3 a:hover {
              color: black; }
        .featured_holder #featured.event_list .entry .info h4 {
          padding: 0 10px;
          font-size: 11px;
          font-weight: bold;
          margin: 0; }
        .featured_holder #featured.event_list .entry .info .date {
          position: absolute;
          bottom: 7px;
          left: 12px;
          margin: 0;
          padding: 0;
          color: black;
          font-size: 11px;
          font-style: bold; }
        .featured_holder #featured.event_list .entry .info .buttons {
          position: absolute;
          bottom: 0;
          right: 0px;
          width: 220px;
          height: 33px; }
          .featured_holder #featured.event_list .entry .info .buttons a, .featured_holder #featured.event_list .entry .info .buttons a:visited, .featured_holder #featured.event_list .entry .info .buttons span {
            font-family: "proxima-nova-condensed", Arial;
            display: inline-block;
            width: 109px;
            height: 33px;
            text-align: center;
            color: #fff;
            padding: 0;
            margin: 0;
            line-height: 33px;
            position: relative;
            text-shadow: 0 1px 0 #000;
            font-size: 11px;
            text-transform: uppercase;
            text-decoration: none;
            *zoom: 1;
            filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF2E7CBF', endColorstr='#FF0D4773');
            background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJlN2NiZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzBkNDc3MyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
            background-size: 100%;
            background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #2e7cbf), color-stop(100%, #0d4773));
            background-image: -moz-linear-gradient(#2e7cbf, #0d4773);
            background-image: -webkit-linear-gradient(#2e7cbf, #0d4773);
            background-image: linear-gradient(#2e7cbf, #0d4773);
            -moz-border-radius: 4px;
            -webkit-border-radius: 4px;
            border-radius: 4px; }
            .featured_holder #featured.event_list .entry .info .buttons a.more, .featured_holder #featured.event_list .entry .info .buttons a:visited.more, .featured_holder #featured.event_list .entry .info .buttons span.more {
              border-right: 1px solid #000; }
            .featured_holder #featured.event_list .entry .info .buttons a.tickets, .featured_holder #featured.event_list .entry .info .buttons a:visited.tickets, .featured_holder #featured.event_list .entry .info .buttons span.tickets {
              border-left: 1px solid #2E79C1; }
          .featured_holder #featured.event_list .entry .info .buttons a:hover, .featured_holder #featured.event_list .entry .info .buttons a:visited:hover {
            *zoom: 1;
            filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF0D4773', endColorstr='#FF2E7CBF');
            background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBkNDc3MyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzJlN2NiZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
            background-size: 100%;
            background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0d4773), color-stop(100%, #2e7cbf));
            background-image: -moz-linear-gradient(#0d4773, #2e7cbf);
            background-image: -webkit-linear-gradient(#0d4773, #2e7cbf);
            background-image: linear-gradient(#0d4773, #2e7cbf);
            text-decoration: none; }
        .featured_holder #featured.event_list .entry .info .buttons {
          position: absolute;
          top: auto;
          bottom: 5px;
          right: 5px;
          width: auto;
          height: 22px; }
      .featured_holder #featured.event_list .entry .thumb {
        display: block;
        width: 190px;
        height: 120px;
        float: none;
        z-index: 20;
        background: none;
        border: none;
        margin: 0; }
        .featured_holder #featured.event_list .entry .thumb img {
          width: 100%;
          height: 100%;
          padding: 0;
          margin: 0; }
  .featured_holder h3 {
    text-indent: -9999px;
    margin: 0;
    height: 0px; }
  .featured_holder .list_holder {
    position: relative;
    z-index: 10;
    margin: 0;
    overflow: hidden;
    width: 940px;
    height: 140px; }
  .featured_holder .group {
    float: left;
    height: 140px;
    padding: 0; }

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

.paging {
  width: 100%;
  margin: 10px 0 0; }
  .paging a, .paging a:visited {
    display: inline-block;
    width: 19px;
    height: 19px;
    border: 1px solid #333;
    margin: 0 1px;
    padding: 0;
    text-decoration: none;
    font-family: "proxima-nova-condensed"; }
    .paging a:hover, .paging a:visited:hover {
      background: #2E7CBF;
      text-decoration: none; }
  .paging .links {
    float: right;
    width: 32%;
    padding: 0 3px 0 0;
    text-align: right; }
    .paging .links a,
    .paging .links a:link,
    .paging .links a:visited {
      display: inline-block;
      height: 19px;
      width: auto;
      margin: 0 3px 0 0;
      padding: 2px 10px;
      font-size: 11px;
      font-weight: bold;
      line-height: 19px;
      *zoom: 1;
      filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF2E7CBF', endColorstr='#FF0D4773');
      background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJlN2NiZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzBkNDc3MyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
      background-size: 100%;
      background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #2e7cbf), color-stop(100%, #0d4773));
      background-image: -moz-linear-gradient(#2e7cbf, #0d4773);
      background-image: -webkit-linear-gradient(#2e7cbf, #0d4773);
      background-image: linear-gradient(#2e7cbf, #0d4773);
      -moz-border-radius: 4px;
      -webkit-border-radius: 4px;
      border-radius: 4px;
      border: 0px;
      color: #fff;
      text-decoration: none; }
      .paging .links a:hover, .paging .links a:focus,
      .paging .links a:link:hover,
      .paging .links a:link:focus,
      .paging .links a:visited:hover,
      .paging .links a:visited:focus {
        color: #fff;
        background: #0F3D68; }

.pagination {
  float: left;
  width: 60%;
  font-family: "proxima-nova-condensed"; }
  .slideshow.home .pagination {
    display: none; }
  .pagination .record {
    float: left;
    margin: 0 12px 0 0;
    padding: 3px 0 3px 8px;
    font-size: 11px;
    font-weight: bold;
    line-height: 19px;
    color: #333; }
  .pagination .pages a {
    font-size: 10px;
    line-height: 19px;
    font-weight: bold;
    text-align: center;
    padding: 2px 1px;
    color: #666;
    border: 1px solid #999;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px; }
    .pagination .pages a:hover {
      background: #666;
      text-decoration: none;
      color: #fff; }
    .pagination .pages a.last, .pagination .pages a.first {
      width: 43px;
      display: none; }
  .pagination .pages strong {
    display: inline-block;
    width: 19px;
    height: 19px;
    border: 1px solid #666;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    /*@include filter-gradient(#666, #999, vertical);
    $experimental-support-for-svg: true;
    @include background-image(linear-gradient(#666,#999));*/
    background: #666;
    margin: 0 1px;
    padding: 2px 1px;
    font-size: 10px;
    line-height: 19px;
    color: #fff;
    text-align: center; }

/* ----------------------------------------------------------------------------
= News and Event List
----------------------------------------------------------------------------- */
.news_scroller {
  width: 100%;
  border: 1px solid #999;
  margin: 0;
  padding: 0; }

.news_list {
  position: relative;
  width: 560px;
  margin: 0 10px; }
  .news_list .list {
    margin: 10px 0;
    position: relative;
    padding: 0;
    border-top: 1px solid #999; }
    .news_list .list p.none {
      padding: 10px;
      color: #333; }
  .news_list .entry {
    clear: both;
    position: relative;
    padding: 10px;
    border-bottom: 1px solid #999;
    background: none;
    width: 540px;
    margin: 0; }
    .news_list .entry:hover {
      background: #ccc; }
    .news_list .entry:first-child {
      border-top: none; }
    .news_list .entry .info {
      position: relative;
      float: right;
      width: 100%;
      padding-bottom: 40px;
      height: auto; }
      .news_list .entry .info h3 {
        margin: 0 0 10px 0;
        padding: 25px 0 0;
        font-size: 19px;
        font-weight: normal;
        line-height: 125%; }
        .news_list .entry .info h3 a, .news_list .entry .info h3 a:visited {
          text-transform: uppercase;
          text-decoration: none;
          color: #0F3D68; }
          .news_list .entry .info h3 a:hover, .news_list .entry .info h3 a:visited:hover {
            color: #2E7CBF; }
      .news_list .entry .info h4 {
        color: black;
        font-size: 14px;
        font-weight: 500;
        margin: 0 0 5px;
        text-transform: none; }
      .news_list .entry .info .date {
        display: block;
        margin: 8px 0 5px;
        color: #666;
        font: bold 11px "proxima-nova";
        text-transform: uppercase;
        position: absolute;
        top: 0;
        left: 0; }
      .news_list .entry .info p {
        color: #666; }
      .news_list .entry .info .buttons {
        position: absolute;
        bottom: 0;
        right: 0px;
        width: 220px;
        height: 33px; }
        .news_list .entry .info .buttons a, .news_list .entry .info .buttons a:visited, .news_list .entry .info .buttons span {
          font-family: "proxima-nova-condensed", Arial;
          display: inline-block;
          width: 109px;
          height: 33px;
          text-align: center;
          color: #fff;
          padding: 0;
          margin: 0;
          line-height: 33px;
          position: relative;
          text-shadow: 0 1px 0 #000;
          font-size: 11px;
          text-transform: uppercase;
          text-decoration: none;
          *zoom: 1;
          filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF2E7CBF', endColorstr='#FF0D4773');
          background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJlN2NiZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzBkNDc3MyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
          background-size: 100%;
          background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #2e7cbf), color-stop(100%, #0d4773));
          background-image: -moz-linear-gradient(#2e7cbf, #0d4773);
          background-image: -webkit-linear-gradient(#2e7cbf, #0d4773);
          background-image: linear-gradient(#2e7cbf, #0d4773);
          -moz-border-radius: 4px;
          -webkit-border-radius: 4px;
          border-radius: 4px; }
          .news_list .entry .info .buttons a.more, .news_list .entry .info .buttons a:visited.more, .news_list .entry .info .buttons span.more {
            border-right: 1px solid #000; }
          .news_list .entry .info .buttons a.tickets, .news_list .entry .info .buttons a:visited.tickets, .news_list .entry .info .buttons span.tickets {
            border-left: 1px solid #2E79C1; }
        .news_list .entry .info .buttons a:hover, .news_list .entry .info .buttons a:visited:hover {
          *zoom: 1;
          filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF0D4773', endColorstr='#FF2E7CBF');
          background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBkNDc3MyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzJlN2NiZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
          background-size: 100%;
          background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0d4773), color-stop(100%, #2e7cbf));
          background-image: -moz-linear-gradient(#0d4773, #2e7cbf);
          background-image: -webkit-linear-gradient(#0d4773, #2e7cbf);
          background-image: linear-gradient(#0d4773, #2e7cbf);
          text-decoration: none; }
      .news_list .entry .info .buttons {
        width: 100%; }
        .news_list .entry .info .buttons a.more {
          border-right: 0px; }

/* ----------------------------------------------------------------------------
= News Detail
----------------------------------------------------------------------------- */
.news_detail {
  position: relative;
  width: 560px;
  margin: 0 10px;
  font-family: "proxima-nova-condensed"; }
  .news_detail .viewall {
    display: block;
    position: absolute;
    top: -5px;
    right: 0;
    padding: 5px 8px;
    font-weight: bold;
    text-transform: uppercase; }
    .news_detail .viewall:hover {
      color: #2E7CBF;
      text-decoration: none; }
  .news_detail .container {
    padding: 10px 15px;
    position: relative; }
  .news_detail .overview {
    margin-top: 10px; }
    .news_detail .overview span.date {
      display: block;
      padding-bottom: 4px;
      border-bottom: 1px solid #999;
      font-weight: bold;
      color: #666;
      font-size: 14px;
      text-transform: uppercase; }
    .news_detail .overview h1 {
      border-color: #999;
      margin: 10px 0;
      font-size: 22px; }
  .news_detail .body {
    margin: 0;
    padding-bottom: 10px; }
    .news_detail .body p {
      font: normal 11px/18px Verdana, Verdana, Geneva, sans-serif; }
      .news_detail .body p a {
        border-bottom: 1px dotted #333;
        color: #333; }
        .news_detail .body p a:hover {
          border-bottom: 0px; }
    .news_detail .body li:before {
      content: "";
      display: block;
      position: relative;
      top: 10px;
      left: -13px;
      height: 5px;
      width: 6px;
      background: transparent url("../images/icons-contentra.png") no-repeat -275px -8px; }
  .news_detail .thumb {
    float: left;
    height: 122px;
    width: 192px;
    margin: 6px 10px 6px 0;
    /*border: 5px solid black;*/
    background: transparent url("../images/bg-thumb.png") no-repeat center center;
    /*			&:hover {
    				border-color:grey;
    			}*/ }
    .news_detail .thumb a {
      display: block;
      width: 190px;
      height: 120px; }
    .news_detail .thumb img {
      display: block;
      border: 1px solid #666;
      padding: 0;
      margin: 0;
      width: 190px;
      height: 120px; }
  .news_detail .link {
    float: left; }
  .news_detail .event_list {
    margin: 0 0 15px; }
    .news_detail .event_list .list {
      padding: 0;
      margin-top: 0; }
  .news_detail .share_bar {
    padding: 10px 0 0;
    margin: 0;
    float: left;
    width: 100%;
    border-top: 1px solid #999; }
    .news_detail .share_bar .addthis_toolbox {
      float: right;
      width: 170px; }
      .news_detail .share_bar .addthis_toolbox a {
        margin: 2px 2px 0; }
  .news_detail a.print {
    display: block;
    float: left;
    height: 17px;
    background: url("../images/icon-printra.png") no-repeat 0 center;
    margin: 0 18px 0 0;
    padding: 0 0 0 20px;
    font: normal 11px/17px Verdana, Verdana, Geneva, sans-serif;
    color: #333;
    text-decoration: none; }
    .news_detail a.print:hover {
      text-decoration: underline; }

/* @group FAQ */
.faq {
  position: relative;
  margin: 0 0 25px;
  padding: 0 10px; }
  .faq dt {
    padding: 10px 0px;
    margin: 0;
    border-bottom: 1px solid #999;
    overflow: auto;
    cursor: pointer;
    /*		&.active p:before {
    			background-position:-96px -2px;
    		}*/ }
    .faq dt:before {
      content: "";
      display: inline-block;
      position: relative;
      top: 19px;
      left: 2px;
      width: 16px;
      height: 16px;
      background-color: transparent;
      background: url("../images/icons-contentra.png");
      background-repeat: no-repeat;
      background-position: -74px -2px; }
    .faq dt.active:before {
      background-position: -96px -2px; }
    .faq dt p {
      margin: 0 0 0 12px;
      padding: 0 0 0 12px;
      /*			&:before{
      				content:"";
      				display:inline-block;
      				position:relative;
      				top:4px;
      				left:-7px;
      				width:16px;
      				height:16px;
      				background-color:transparent;
      				background:url('../images/icons-contentra.png');
      				background-repeat:no-repeat;
      				background-position:-74px -2px;
      			}*/ }
  .faq dd {
    padding: 8px 20px 10px; }
    .faq dd p {
      line-height: 155%; }
    .faq dd ul {
      margin: 0 0 16px;
      padding: 0 15px;
      font: 12px/160% Arial, Helvetica, sans-serif;
      list-style-position: outside;
      list-style-type: disc; }
      .faq dd ul ul {
        padding-top: 5px;
        margin-bottom: 0;
        border: none; }
      .faq dd ul li {
        padding: 0 0 8px;
        font-size: 13px;
        font-style: normal;
        line-height: 140%; }
        .faq dd ul li li {
          border-bottom: none; }
    .faq dd a, .faq dd a:visited {
      color: #333;
      border-bottom: 1px dotted #333; }
      .faq dd a:hover, .faq dd a:visited:hover {
        border-bottom: 0px; }

/* ----------------------------------------------------------------------------
= Jobs/Employment styles
----------------------------------------------------------------------------- */
/*- job listings /job_item.php */
.job_list .entry {
  background: none;
  border-top: 1px solid #DFDFDF;
  padding: 10px 0 12px 0; }
  .job_list .entry:hover {
    background-color: #eee; }
  .job_list .entry .job_title {
    display: inline-block;
    width: 52%;
    margin-left: 10px;
    vertical-align: middle; }
    .job_list .entry .job_title a {
      font-size: 20px;
      line-height: 24px; }
      .job_list .entry .job_title a:hover {
        color: #242424; }
  .job_list .entry .date {
    display: inline-block;
    margin-right: 17px;
    margin-top: 9px;
    font-size: 13px;
    font-weight: bold; }
  .job_list .entry .more {
    display: inline-block;
    background-color: #ccc;
    padding: 5px 10px;
    color: #333;
    -moz-border-radius: 3px / 3px;
    -webkit-border-radius: 3px 3px;
    border-radius: 3px / 3px; }
    .job_list .entry .more:hover {
      background-color: #aaa;
      color: #111; }

/*- job detail page */
.job_detail .overview {
  margin-bottom: 15px; }
  .job_detail .overview .job_title {
    border-bottom: none;
    margin-bottom: 0; }
  .job_detail .overview .company_title {
    background: transparent url("../images/bg-pattern-30.png") repeat;
    border-top: 1px solid #666666;
    border-bottom: 1px solid #666666;
    padding: 8px 0 8px 5px;
    margin-bottom: 15px; }
  .job_detail .overview .date, .job_detail .overview .salary {
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 14px;
    font-weight: bold; }
    .job_detail .overview .date span, .job_detail .overview .salary span {
      display: inline-block;
      width: 65px;
      color: #666;
      vertical-align: top; }

/* ----------------------------------------------------------------------------
= Homepage styles
----------------------------------------------------------------------------- */
.home #content,
.home #content_bottom,
.home #content_holder {
  background: none;
  margin: 0; }
  .ie9 .home #content, .ie9
  .home #content_bottom, .ie9
  .home #content_holder {
    filter: none; }

.home #content_holder {
  margin-top: -10px; }
  .home #content_holder:after {
    content: "";
    display: none; }

.homecolumn {
  position: relative;
  width: 950px;
  min-height: 452px;
  height: 100%;
  padding: 6px 3px 0 10px;
  margin-top: 20px;
  margin-bottom: 37px;
  background: url(../images/bg-branding-home.png) no-repeat 0 69px; }
  .homecolumn:before {
    content: " ";
    position: absolute;
    left: 0;
    top: -20px;
    display: block;
    width: 997px;
    height: 97px;
    margin-left: -40px;
    padding: 0;
    background: transparent url("../images/content_top-bottomra.png") no-repeat 0 0;
    z-index: 5; }
  .homecolumn:after {
    content: " ";
    display: block;
    width: 100%;
    height: 42px;
    background: transparent url("../images/content_top-bottomra.png") no-repeat -32px 100%;
    margin-left: -20px;
    position: absolute;
    bottom: -40px; }

/* ----------------------------------------------------------------------------
=Homepage Featured Events Scroller
----------------------------------------------------------------------------- */
.home_features {
  display: block;
  width: 230px;
  height: 417px;
  float: left;
  position: relative;
  margin: 0 0 7px 0px;
  padding: 29px 0 0 0px;
  z-index: 6;
  font-family: "proxima-nova";
  font-weight: 400; }
  .home_features .featured_title {
    font-family: "proxima-nova-condensed";
    font-size: 16px;
    color: white;
    margin-bottom: 25px;
    text-align: center;
    text-transform: uppercase;
    text-shadow: #000 1px 1px 0px;
    letter-spacing: .1em; }
  .home_features .featured_view_all {
    position: absolute;
    color: #fff;
    text-transform: uppercase;
    font-family: "proxima-nova-condensed";
    font-size: 12px;
    bottom: -37px;
    left: 0;
    text-align: center;
    width: 100%;
    z-index: 99; }
    .home_features .featured_view_all span a {
      color: white; }
    .home_features .featured_view_all a.prev, .home_features .featured_view_all a.next {
      margin-top: -5px;
      cursor: pointer;
      width: 26px;
      height: 26px;
      display: block;
      text-indent: -9999px;
      background: url(../images/ra-featured-scroller-arrows.png) no-repeat; }
    .home_features .featured_view_all a.prev {
      background-position: -3px -1px;
      margin-left: 30px; }
      .home_features .featured_view_all a.prev:hover {
        background-position: -3px -27px; }
    .home_features .featured_view_all a.next {
      background-position: -29px -1px;
      margin-right: 30px; }
      .home_features .featured_view_all a.next:hover {
        background-position: -29px -27px; }
  .home_features .event_list {
    float: left;
    display: block;
    height: 373px;
    width: 236px;
    background: transparent;
    margin: 0;
    padding: 0;
    border: none; }
    .home_features .event_list .thumb {
      display: block;
      height: 120px;
      width: 190px;
      margin: 0 0 0 0;
      float: left; }
    .home_features .event_list.scrolled_content {
      clear: both;
      position: relative;
      width: 230px; }
      .home_features .event_list.scrolled_content .viewport {
        width: 213px;
        height: 373px;
        overflow: hidden;
        position: relative; }
      .home_features .event_list.scrolled_content .overview {
        list-style: none;
        position: absolute;
        left: 0;
        top: 0; }
      .home_features .event_list.scrolled_content .scrollbar {
        position: relative;
        position: absolute;
        top: 0;
        right: 0;
        width: 17px;
        height: 373px; }
        .home_features .event_list.scrolled_content .scrollbar .track {
          display: block;
          width: 17px;
          height: 370px;
          background: transparent url("../images/bg-feature-scrollbar.png") repeat-y top center;
          margin: 0 3px 0 0; }
        .home_features .event_list.scrolled_content .scrollbar .thumb {
          display: block;
          height: 17px;
          width: 17px;
          background: transparent url("../images/btn-feature-handle.png") no-repeat center center;
          margin: 0;
          padding: 0;
          position: absolute;
          top: 0;
          cursor: pointer;
          float: none; }
        .home_features .event_list.scrolled_content .scrollbar .thumb .end {
          overflow: hidden;
          height: 5px;
          width: 13px; }
    .home_features .event_list .list {
      width: 213px;
      border: none;
      background: transparent;
      margin: 0;
      padding: 0;
      position: absolute;
      top: 0; }
      .home_features .event_list .list .event_wrap {
        width: 211px;
        height: 120px;
        background: transparent url("../images/bg-featured-btn2.png") no-repeat 0 0;
        margin-bottom: 5px;
        padding-left: 23px;
        overflow: hidden;
        z-index: 5; }
        .home_features .event_list .list .event_wrap.hovered {
          background: transparent url("../images/bg-featured-btn.png") no-repeat 0 0; }
      .home_features .event_list .list .entry {
        display: block;
        background-color: transparent;
        width: 190px;
        height: 120px;
        left: 0;
        border: none;
        margin: 0 0 6px;
        padding: 0;
        overflow: hidden; }
        .home_features .event_list .list .entry .holder {
          position: absolute;
          top: 0;
          padding: 0px;
          left: -190px;
          width: 380px;
          -webkit-transition: all 250ms ease;
          -moz-transition: all 250ms ease;
          -o-transition: all 250ms ease;
          transition: all 250ms ease; }
        .home_features .event_list .list .entry:hover .holder, .home_features .event_list .list .entry .hover .holder {
          left: 0; }
        .home_features .event_list .list .entry .info {
          position: relative;
          display: block;
          float: left;
          /*left:-200px;*/
          width: 190px;
          height: 120px;
          margin: 0;
          border: none;
          background: #C7122D url("../images/ra_bg_featured_hp_scroller.png") no-repeat;
          z-index: 1; }
          .home_features .event_list .list .entry .info h3 {
            position: relative;
            margin: 0 0 10px 10px;
            padding: 0;
            font-size: 12px;
            text-shadow: #fff 1px 1px 0px; }
            .home_features .event_list .list .entry .info h3 a {
              color: #072C46;
              text-transform: uppercase;
              font-family: "proxima-nova";
              font-weight: 600; }
              .home_features .event_list .list .entry .info h3 a:hover {
                color: #072C46; }
          .home_features .event_list .list .entry .info .date {
            display: block;
            position: relative;
            margin: 10px 10px 5px 12px;
            padding: 0;
            font-family: "proxima-nova";
            font-size: 10px;
            text-transform: uppercase;
            color: #072C46; }
          .home_features .event_list .list .entry .info .action_buttons {
            position: absolute;
            bottom: 0px;
            left: 0px;
            margin-bottom: 4px;
            color: #fff;
            font-size: 10px;
            text-decoration: none;
            border-top: 1px #000 solid;
            text-align: center;
            background-color: #2e7cbf;
            *zoom: 1;
            filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF2E7CBF', endColorstr='#FF0D4773');
            background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJlN2NiZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzBkNDc3MyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
            background-size: 100%;
            background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #2e7cbf), color-stop(100%, #0d4773));
            background-image: -moz-linear-gradient(top, #2e7cbf 0%, #0d4773 100%);
            background-image: -webkit-linear-gradient(top, #2e7cbf 0%, #0d4773 100%);
            background-image: linear-gradient(to bottom, #2e7cbf 0%, #0d4773 100%); }
            .home_features .event_list .list .entry .info .action_buttons:hover {
              color: #fff; }
            .home_features .event_list .list .entry .info .action_buttons a.more, .home_features .event_list .list .entry .info .action_buttons a.tickets, .home_features .event_list .list .entry .info .action_buttons span {
              text-transform: uppercase;
              font-family: "proxima-nova-condensed";
              margin: 0px;
              padding: 10px 0px 12px 0px;
              width: 94px;
              display: block;
              float: left;
              color: #fff;
              background: none;
              text-decoration: none;
              font-weight: 100; }
              .home_features .event_list .list .entry .info .action_buttons a.more:hover, .home_features .event_list .list .entry .info .action_buttons a.tickets:hover, .home_features .event_list .list .entry .info .action_buttons span:hover {
                background-color: #0d4773;
                *zoom: 1;
                filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF0D4773', endColorstr='#FF2E7CBF');
                background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBkNDc3MyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzJlN2NiZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
                background-size: 100%;
                background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0d4773), color-stop(100%, #2e7cbf));
                background-image: -moz-linear-gradient(top, #0d4773 0%, #2e7cbf 100%);
                background-image: -webkit-linear-gradient(top, #0d4773 0%, #2e7cbf 100%);
                background-image: linear-gradient(to bottom, #0d4773 0%, #2e7cbf 100%); }
            .home_features .event_list .list .entry .info .action_buttons span.tickets {
              display: none; }
            .home_features .event_list .list .entry .info .action_buttons a.more {
              border-right: 1px #000 solid; }
            .home_features .event_list .list .entry .info .action_buttons a.tickets {
              border-left: 1px #2E7CBF solid; }
          .home_features .event_list .list .entry .info .action_buttons span.more,
          .home_features .event_list .list .entry .info .action_buttons span.tickets {
            display: block;
            color: white;
            text-transform: uppercase; }
        .home_features .event_list .list .entry .buttons {
          display: block;
          position: relative;
          float: none;
          margin: 0;
          padding: 0;
          line-height: 100%;
          bottom: auto;
          left: auto; }
          .home_features .event_list .list .entry .buttons a {
            display: block;
            text-transform: uppercase;
            padding: 0px 0 0 18px;
            text-decoration: none;
            margin: 0 0 5px 0px;
            color: #CCC;
            height: auto;
            font-weight: normal;
            font-size: 10px;
            background: transparent;
            line-height: 11px;
            float: none; }
            .home_features .event_list .list .entry .buttons a.more {
              background: url(../images/icon-event-info.png) no-repeat left center;
              background-position: left center; }
        .home_features .event_list .list .entry .thumb {
          margin: 0;
          padding: 0;
          background: transparent;
          border: none; }
          .home_features .event_list .list .entry .thumb a {
            display: block;
            width: 190px;
            height: 120px;
            margin: 0;
            padding: 0;
            background: transparent;
            border: none; }
          .home_features .event_list .list .entry .thumb img {
            border: none; }
      .home_features .event_list .list .entry_outer {
        display: block;
        margin: 0 0;
        padding: 0 0;
        width: 190px;
        height: 120px;
        overflow: hidden;
        position: relative;
        border: none;
        background: #C7122D url(../images/evt-list-home.png) repeat-x bottom left; }
      .home_features .event_list .list .entry_inner {
        display: block;
        width: 380px;
        height: 120px;
        margin: 0;
        clear: both;
        position: absolute;
        padding: 0px;
        top: 0;
        left: -190px; }

/* ----------------------------------------------------------------------------
=Home Slideshow
----------------------------------------------------------------------------- */
.home_spot {
  display: block;
  position: absolute;
  float: left;
  left: 245px;
  height: 425px;
  width: 460px;
  background: url(../images/spotlight-header.png) no-repeat 0 0;
  margin: -24px 0 0 0;
  padding: 92px 0 0;
  z-index: 804; }
  .home_spot #spotlight {
    display: block;
    width: 460px;
    height: 425px;
    margin: 0;
    padding: 0;
    background: transparent; }
  .home_spot #spotlight_list_holder {
    display: none; }

.ie7 .home_spot {
  position: relative;
  left: 0; }

/*- spotlight -*/
#spotlight {
  display: block;
  background: url(../images/bg-branding.png) no-repeat center center;
  width: 600px;
  height: 378px;
  position: relative;
  padding: 0;
  margin: 0 0 25px;
  margin-left: -10px; }

#spotlight_album_holder {
  width: 460px;
  height: 425px;
  float: none;
  position: relative; }
  #spotlight_album_holder:before {
    content: " ";
    position: absolute;
    left: -11px;
    bottom: 0;
    display: block;
    width: 485px;
    height: 50px;
    padding: 0;
    background: url("../images/ra-spotlight-footer.png") no-repeat bottom center;
    z-index: 5; }

#spotlight_album_holder #spotlight_album {
  width: 460px;
  height: 425px;
  position: relative;
  background: rgba(190, 0, 40, 0.5); }

#spotlight_album_holder #spotlight_album .slideshow-images,
#spotlight_album_holder #spotlight_album .slideshow-images a,
#spotlight_album_holder #spotlight_album .slideshow-images a img {
  display: block;
  width: 460px;
  height: 425px;
  margin: 0;
  padding: 0; }

.home .slideshow {
  font-family: "proxima-nova-condensed";
  font-size: 12px;
  margin: 0;
  width: 460px;
  height: 425px; }
  .home .slideshow .slide {
    width: 460px;
    height: 425px; }
  .home .slideshow .imglink {
    height: 380px;
    background: url(../images/ra-top-shadow.png) repeat-x;
    z-index: 100; }
  .home .slideshow .controls {
    display: block;
    width: 452px;
    height: 42px;
    top: -51px;
    left: 3px; }
    .home .slideshow .controls .nav-controls {
      top: 0; }
      .home .slideshow .controls .nav-controls a {
        display: block;
        width: 24px;
        height: 24px;
        position: absolute;
        text-indent: -5000px;
        cursor: pointer;
        z-index: 200; }
        .home .slideshow .controls .nav-controls a.prev {
          left: 5px;
          top: 10px;
          background: url("../images/btn-slideshow-arrows.png") no-repeat top left; }
        .home .slideshow .controls .nav-controls a.next {
          right: 4px;
          top: 10px;
          background: url("../images/btn-slideshow-arrows.png") no-repeat top right; }
        .home .slideshow .controls .nav-controls a:hover {
          opacity: 0.8;
          -moz-opacity: 0.8;
          filter: alpha(opacity=80); }
        .home .slideshow .controls .nav-controls a:active {
          margin: 1px 0 0 0; }

.home .slideshow .caption_holder {
  background-image: none;
  overflow: visible;
  width: 460px;
  position: absolute;
  bottom: 67px; }
  .home .slideshow .caption_holder p {
    width: 378px;
    position: absolute;
    top: -370px;
    left: 39px;
    font-family: "proxima-nova-condensed";
    font-size: 16px;
    color: #000;
    overflow: hidden;
    white-space: nowrap; }
  .home .slideshow .caption_holder span.date {
    display: block;
    width: 160px;
    position: absolute;
    left: 28px;
    bottom: -75px;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    text-align: left; }
    .home .slideshow .caption_holder span.date span {
      display: inline; }
  .home .slideshow .caption_holder .buttons {
    display: block;
    width: auto;
    right: -15px;
    top: 62px; }
    .home .slideshow .caption_holder .buttons a, .home .slideshow .caption_holder .buttons span {
      display: inline-block;
      width: auto;
      margin: 0;
      padding-top: 0;
      font-size: 12px;
      font-weight: normal;
      line-height: 43px;
      color: #fff;
      text-transform: uppercase;
      text-indent: 0;
      float: right;
      /*&:last-child{
      	background:url("../images/ra-slideshow-endbtn.png") no-repeat !important;
      	.ie8 &, .ie9 & {
      		filter:none;
      	}
      	&:hover{
      	}
      }*/ }
      .home .slideshow .caption_holder .buttons a:hover, .home .slideshow .caption_holder .buttons span:hover {
        color: #fff; }
      .home .slideshow .caption_holder .buttons a.tickets, .home .slideshow .caption_holder .buttons span.tickets {
        border-left: none;
        width: 94px;
        height: 43px;
        background: url("../images/ra-slideshow-button.png") no-repeat; }
        .home .slideshow .caption_holder .buttons a.tickets:hover, .home .slideshow .caption_holder .buttons span.tickets:hover {
          background: url("../images/ra-slideshow-button-on.png") no-repeat; }
        .ie8 .home .slideshow .caption_holder .buttons a.tickets, .ie9 .home .slideshow .caption_holder .buttons a.tickets, .ie8 .home .slideshow .caption_holder .buttons span.tickets, .ie9 .home .slideshow .caption_holder .buttons span.tickets {
          filter: none; }
      .home .slideshow .caption_holder .buttons a.more, .home .slideshow .caption_holder .buttons span.more {
        border-right: none;
        width: 94px;
        height: 43px;
        text-indent: -6px;
        background: url("../images/ra-slideshow-endbtn.png") no-repeat; }
        .home .slideshow .caption_holder .buttons a.more:hover, .home .slideshow .caption_holder .buttons span.more:hover {
          background: url("../images/ra-slideshow-endbtn-on.png") no-repeat; }
        .ie8 .home .slideshow .caption_holder .buttons a.more, .ie9 .home .slideshow .caption_holder .buttons a.more, .ie8 .home .slideshow .caption_holder .buttons span.more, .ie9 .home .slideshow .caption_holder .buttons span.more {
          filter: none; }
    .home .slideshow .caption_holder .buttons span.tickets {
      display: none; }

/* @group Spotlight List */
#spotlight_list_holder {
  width: 460px;
  height: 420px;
  padding: 0;
  overflow: hidden;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 900; }

#spotlight_list {
  display: block;
  position: absolute;
  left: 0px;
  top: -42px;
  padding: 0; }
  #spotlight_list li {
    display: block;
    border: none;
    background: none;
    width: 295px;
    height: 70px;
    position: relative;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #ccc;
    clear: both; }
    #spotlight_list li .spot_holder {
      position: relative;
      cursor: pointer;
      z-index: 30; }

/*- spotlight label -*/
#spotlight_label {
  position: absolute;
  margin: 0px 0;
  padding: 0px 0px 0px;
  z-index: 1000;
  top: 0;
  left: 0; }
  #spotlight_label h2 {
    display: block;
    position: absolute;
    top: -38px;
    margin: 0 40px;
    width: 380px;
    font-size: 21px;
    color: #FFF;
    line-height: 100%;
    padding: 0;
    text-transform: none;
    text-align: center;
    z-index: 2000;
    font-weight: normal;
    text-shadow: #111 -1px -1px 0px;
    letter-spacing: 0.06em;
    height: 21px;
    overflow: hidden; }
    #spotlight_label h2 a {
      display: block;
      margin: 0;
      padding: 0;
      color: #FFF; }
  #spotlight_label h3 {
    color: #333;
    font-size: 13px;
    font-weight: bold;
    line-height: 120%;
    padding: 0;
    text-transform: none; }
  #spotlight_label .info {
    position: absolute;
    top: 393px;
    width: 460px;
    height: 48px;
    text-align: center;
    margin: 0 0 0 0px; }
    #spotlight_label .info .date {
      display: inline-block;
      float: none;
      width: auto;
      color: #CCC;
      font-size: 11px;
      text-transform: uppercase;
      font-weight: normal;
      line-height: 100%; }
  #spotlight_label .buttons {
    display: inline-block;
    position: relative;
    float: none;
    margin: 0;
    padding: 0;
    line-height: 100%; }
    #spotlight_label .buttons a {
      display: inline-block;
      text-transform: uppercase;
      padding: 0px 0 0 18px;
      text-decoration: none;
      margin: 0 0 0 10px;
      color: #CCC;
      font-weight: normal;
      font-size: 11px;
      background: transparent;
      line-height: 100%;
      float: none; }
      #spotlight_label .buttons a:hover {
        color: #FFF; }
      #spotlight_label .buttons a.more {
        background: url(../images/icon-event-info.png) no-repeat left center;
        background-position: left center; }
      #spotlight_label .buttons a.tickets {
        background: url(../images/icon-event-tickets.png) no-repeat left center;
        background-position: left center; }
  #spotlight_label .time {
    display: block;
    color: #6D5F3A;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 100%;
    padding-bottom: 3px; }
  #spotlight_label .non_event h2 {
    padding-top: 13px; }

.spotlight {
  margin: 0;
  padding: 0; }
  .spotlight h2 {
    color: #7D0F17;
    font-size: 13px;
    line-height: 120%;
    padding: 0;
    text-transform: none;
    height: 32px;
    overflow: hidden; }
  .spotlight .thumb {
    border: 1px solid #ccc;
    float: left;
    width: 115px;
    height: 70px;
    z-index: 80; }
    .spotlight .thumb img {
      width: 115px;
      height: 70px; }
  .spotlight .info {
    float: right;
    width: 170px;
    padding: 8px 0 0;
    z-index: 80; }
    .spotlight .info .date {
      padding-bottom: 3px;
      font-size: 10px;
      font-weight: bold;
      color: #6D5F3A;
      text-transform: uppercase; }
  .spotlight .date,
  .spotlight .time {
    display: none; }
  .spotlight .overlay {
    position: absolute;
    top: 0;
    right: 0;
    height: 84px;
    width: 100%;
    z-index: 90; }

.spotlight .buttons {
  position: absolute;
  bottom: 8px;
  right: 0;
  _right: 120px;
  z-index: 100;
  display: none; }
  .spotlight .buttons a {
    display: block;
    text-transform: uppercase;
    padding: 1px 0 0 22px;
    text-decoration: none;
    color: #6D5F3A;
    font-weight: bold;
    font-size: 10px;
    line-height: 20px;
    float: right;
    background-image: url(../images/icons.png);
    background-repeat: no-repeat; }
    .spotlight .buttons a:hover {
      color: #7D0F17; }
    .spotlight .buttons a .more {
      margin-left: 5px;
      background-position: 0 -50px; }
      .spotlight .buttons a .more:hover {
        background-position: 0 -75px; }
    .spotlight .buttons a .tickets {
      background-position: 0 0; }
      .spotlight .buttons a .tickets:hover {
        background-position: 0 -25px; }
  .spotlight .buttons span.free {
    display: block;
    text-transform: uppercase;
    padding: 1px 0 0 22px;
    text-decoration: none;
    color: #6D5F3A;
    font-weight: bold;
    font-size: 10px;
    line-height: 20px;
    float: right;
    background-image: url(../images/icons.png);
    background-repeat: no-repeat;
    background-position: 0 0; }

/**- Spotlight Nav -**/
#spotlight_list_navigation #prev_btn,
#spotlight_list_navigation #next_bt {
  width: 23px;
  height: 23px;
  position: absolute;
  left: 10px;
  top: -40px;
  background-image: url("../images/btn-slideshow.png");
  background-repeat: no-repeat;
  z-index: 5001;
  cursor: pointer;
  text-indent: -4000px; }

#spotlight_list_navigation #prev_btn {
  background-position: top left; }

#spotlight_list_navigation #next_btn {
  background-position: bottom left; }

#spotlight_list_navigation #prev_btn:hover,
#spotlight_list_navigation #next_btn:hover {
  opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80); }

/* ----------------------------------------------------------------------------
=Home Social Tabs
----------------------------------------------------------------------------- */
.home_social {
  display: block;
  width: 245px;
  height: 446px;
  float: right;
  overflow: hidden;
  margin: 0;
  padding: 0 2px 0 0;
  position: relative;
  color: white; }
  .home_social #social_selector {
    display: block;
    position: absolute;
    top: 18px;
    right: 3px;
    width: 246px;
    height: 67px;
    margin: 0;
    padding: 0;
    z-index: 5200;
    /*	#tab_flickr.active a {
    		background-position:-72px top;
    	}
    	#tab_flickr a:hover, #tab_flickr a.current{
    		background-position:-72px top;
    	}*/ }
    .home_social #social_selector li {
      list-style-type: none;
      float: left;
      margin: 0 2px 0 0; }
      .home_social #social_selector li.active {
        background: none;
        padding-bottom: 18px; }
      .home_social #social_selector li a {
        float: left;
        background: url("../images/ico-socialra-ia.png");
        background-color: transparent;
        background-repeat: no-repeat;
        width: 73px;
        height: 45px;
        padding: 0;
        text-indent: -4000px; }
    .home_social #social_selector #tab_twitter a {
      background-position: 0 15px;
      width: 28px;
      margin-right: 49px;
      margin-left: 17px;
      /*		&:hover{
      			background-position:0;
      		}*/ }
    .home_social #social_selector #tab_twitter.active a {
      background-position: 0 15px; }
    .home_social #social_selector #tab_flickr a {
      background-position: -40px 17px;
      width: 33px;
      margin-right: 50px;
      /*		&:hover, &.current{
      			background-position:-72px top;
      		}*/ }
    .home_social #social_selector #tab_facebook a {
      background-position: -83px 17px;
      width: 33px;
      /*		&:hover, &.current {
      			 background-position:-157px top;
      		}*/ }
    .home_social #social_selector #tab_facebook.active a {
      background-position: -83px 17px; }
  .home_social #social_content {
    left: -8px;
    top: 63px;
    display: block;
    width: 239px;
    height: 379px;
    margin: 0px 0 0 3px;
    overflow: hidden;
    color: white;
    text-shadow: 1px #000 solid; }
    .home_social #social_content ul {
      font-family: Verdana;
      color: #ddd;
      font-size: 10px;
      list-style-type: none;
      padding-left: 4px; }
    .home_social #social_content li {
      margin-bottom: 8px; }
    .home_social #social_content a {
      color: #296CA9; }
    .home_social #social_content .status {
      display: none; }
      .home_social #social_content .status.active {
        display: block;
        overflow: hidden; }
    .home_social #social_content #social_close {
      display: none;
      color: #fff; }
    .home_social #social_content #social_inner {
      margin-left: -5px;
      -moz-box-shadow: transparent 0 0 0 0 inset;
      -webkit-box-shadow: transparent 0 0 0 0 inset;
      box-shadow: transparent 0 0 0 0 inset;
      background: none; }
    .home_social #social_content #social_inner > div {
      padding: 25px 15px 30px 20px;
      color: #ddd;
      background: none; }
    .home_social #social_content .tweet_meta a {
      margin-left: 4px; }

/*- all events -*/
.home_allevents {
  display: block;
  width: 940px;
  clear: both;
  float: none;
  padding: 15px 6px 0 4px;
  margin: 0;
  background: url("../images/allevents-top.png") no-repeat 4px 0;
  position: relative; }
  .home_allevents #all_events {
    margin: 0px; }
  .home_allevents #all_events_inner {
    display: block;
    position: relative;
    height: 0;
    background: #ddd url("../images/carousel_bg.png") repeat 100% top;
    margin: 0 0 0 4px;
    padding: 0;
    overflow: hidden; }
    .home_allevents #all_events_inner.featured_holder {
      display: none;
      width: 930px;
      height: 140px;
      padding: 30px 0 0 0; }
      .home_allevents #all_events_inner.featured_holder .list_holder {
        width: 955px;
        margin-left: -35px; }
      .home_allevents #all_events_inner.featured_holder .event_list {
        width: 930px;
        padding: 0; }
        .home_allevents #all_events_inner.featured_holder .event_list .entry {
          border: none;
          -moz-box-shadow: 1px 1px 3px #000;
          -webkit-box-shadow: 1px 1px 3px #000;
          box-shadow: 1px 1px 3px #000; }
          .home_allevents #all_events_inner.featured_holder .event_list .entry .holder {
            position: absolute;
            top: -120px;
            left: 0;
            width: 190px;
            -webkit-transition: all 250ms ease;
            -moz-transition: all 250ms ease;
            -o-transition: all 250ms ease;
            transition: all 250ms ease; }
          .home_allevents #all_events_inner.featured_holder .event_list .entry:hover .holder {
            top: 0; }
          .home_allevents #all_events_inner.featured_holder .event_list .entry .thumb {
            border: none; }
            .home_allevents #all_events_inner.featured_holder .event_list .entry .thumb img {
              border: none; }
          .home_allevents #all_events_inner.featured_holder .event_list .entry .info {
            left: auto;
            border: none;
            background: #C7122D url("../images/evt-list-home.png") repeat-x bottom left; }
            .home_allevents #all_events_inner.featured_holder .event_list .entry .info h3 {
              margin: 0;
              padding: 12px 0 8px 10px; }
              .home_allevents #all_events_inner.featured_holder .event_list .entry .info h3 a {
                font-size: 16px;
                color: #fff;
                text-shadow: #222 1px 1px 0px; }
                .home_allevents #all_events_inner.featured_holder .event_list .entry .info h3 a:hover {
                  color: #ccc; }
            .home_allevents #all_events_inner.featured_holder .event_list .entry .info .date {
              position: relative;
              bottom: auto;
              margin-bottom: 8px; }
            .home_allevents #all_events_inner.featured_holder .event_list .entry .info .action_buttons a.more,
            .home_allevents #all_events_inner.featured_holder .event_list .entry .info .action_buttons a.tickets {
              display: inline-block;
              margin-bottom: 4px;
              margin-left: 10px;
              font-size: 10px;
              font-weight: normal;
              color: #ccc; }
              .home_allevents #all_events_inner.featured_holder .event_list .entry .info .action_buttons a.more:hover,
              .home_allevents #all_events_inner.featured_holder .event_list .entry .info .action_buttons a.tickets:hover {
                color: #fff; }
            .home_allevents #all_events_inner.featured_holder .event_list .entry .info .action_buttons span.more,
            .home_allevents #all_events_inner.featured_holder .event_list .entry .info .action_buttons span.tickets {
              display: block;
              margin-left: 10px;
              color: #ccc;
              text-transform: uppercase; }
      .home_allevents #all_events_inner.featured_holder .prev, .home_allevents #all_events_inner.featured_holder .next {
        display: block;
        position: absolute;
        top: 2px;
        width: 40px;
        height: 130px;
        background: transparent url("http://static.bokcenter.com/csa/images/carousel_nav_buttons.png") no-repeat;
        z-index: 100; }
      .home_allevents #all_events_inner.featured_holder .prev {
        background-position: left top;
        left: 0; }
      .home_allevents #all_events_inner.featured_holder .next {
        background-position: right top;
        right: 0; }
  .home_allevents #all_events_lower {
    display: block;
    width: 940px;
    height: 42px;
    clear: both;
    float: none;
    margin: 0;
    padding: 0;
    background: url("../images/allevents-bottom.png") no-repeat 0 0; }
  .home_allevents #all_events_btn {
    display: block;
    width: 160px;
    height: 22px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    background: url("../images/allevents-btn.png") no-repeat top left;
    text-indent: -5000px;
    position: absolute;
    left: 390px;
    bottom: -10px; }
  .home_allevents .open #all_events_btn {
    background-position: 0 bottom; }

.ie7 .home_allevents {
  margin-top: -40px; }

.home #social_content #social_inner > div {
  background-image: none; }

/*-- lower homepage news-scroller --*/
.home .news_scroller {
  width: 750px;
  height: 25px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.7);
  border: none;
  margin: 30px auto -20px auto;
  overflow: hidden;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  clear: both; }
  .home .news_scroller .lead,
  .home .news_scroller .news_list_holder,
  .home .news_scroller .link {
    display: inline-block;
    float: left; }
  .home .news_scroller .lead {
    width: 103px;
    font-size: 11px;
    margin-right: 12px;
    padding-top: 6px;
    text-align: right; }
    .home .news_scroller .lead a {
      color: #fff;
      text-transform: capitalize; }
  .home .news_scroller .news_list_holder {
    width: 525px;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    text-align: center;
    padding-top: 4px; }
    .home .news_scroller .news_list_holder li {
      list-style: none; }
      .home .news_scroller .news_list_holder li h3 {
        font-size: 14px;
        font-weight: normal;
        text-transform: capitalize; }
        .home .news_scroller .news_list_holder li h3 a:hover {
          color: #fff; }
  .home .news_scroller .link {
    width: 75px;
    font-size: 11px;
    margin-left: 12px;
    padding-top: 6px; }
    .home .news_scroller .link a {
      color: #ccc; }

.home footer .holder .footer_bottom .footer_bottom_positioning #foot_quick_detail,
.home .footer .holder .footer_bottom .footer_bottom_positioning #foot_quick_detail {
  left: 63px; }

/*.home footer .holder .footer_bottom .footer_bottom_positioning #foot_contact_detail, 
.home .footer .holder .footer_bottom .footer_bottom_positioning #foot_contact_detail{
	left: 160px;	
}*/
/* ----------------------------------------------------------------------------
= Homepage styles - Lower half of page
----------------------------------------------------------------------------- */
.home_lower {
  clear: both;
  width: 960px;
  float: left;
  background: url("../images/bg-home-lowerra.png") no-repeat center top;
  margin: 30px 0 0 -10px;
  height: 115px; }
  .home_lower .col_third {
    float: left;
    position: relative;
    width: 300px; }
    .home_lower .col_third.col_news {
      width: 268px;
      margin-left: 22px;
      padding: 20px 20px 10px;
      color: #000; }
      .home_lower .col_third.col_news a {
        color: #000; }
      .home_lower .col_third.col_news #newsupdates, .home_lower .col_third.col_news a.readmore {
        font: 600 12px/16px "proxima-nova";
        text-transform: uppercase; }
      .home_lower .col_third.col_news #ticker {
        list-style: none;
        margin: 5px 0 0;
        padding: 0;
        font: normal 11px/18px Verdana;
        color: #000;
        height: 50px;
        overflow: hidden; }
        .home_lower .col_third.col_news #ticker li {
          height: 50px;
          overflow: hidden; }
        .home_lower .col_third.col_news #ticker h3 {
          color: #000; }
        .home_lower .col_third.col_news #ticker a.readmore {
          clear: both;
          float: right;
          margin-top: 5px; }
          .home_lower .col_third.col_news #ticker a.readmore:hover {
            color: #2E7CBF; }
    .home_lower .col_third div.cal_close_open {
      width: 300px;
      position: absolute;
      bottom: -29px;
      z-index: 200;
      left: 0;
      height: 31px;
      background: url("../images/icons-calendarra.png") no-repeat 0 -28px;
      cursor: pointer; }
      .home_lower .col_third div.cal_close_open.close {
        background-position: 0 -64px; }
    .home_lower .col_third.col_logos {
      padding: 28px 0 0 16px;
      width: 300px; }
      .home_lower .col_third.col_logos a {
        display: inline-block;
        width: 62px;
        height: 56px;
        text-indent: -9999em;
        filter: url("http://www.ralstonarena.com/filters.svg#grayscale");
        filter: gray;
        -webkit-filter: grayscale(1);
        background: url("../images/sprite-logosra.png") no-repeat 0 0;
        margin: 0 3px; }
        .home_lower .col_third.col_logos a.logo_beef {
          background-position: -75px 0; }
        .home_lower .col_third.col_logos a.logo_mavs {
          background-position: -147px 0; }
        .home_lower .col_third.col_logos a.logo_org {
          background-position: -222px 0;
          margin-right: 0; }
        .home_lower .col_third.col_logos a.logo_heart {
          background-position: -285px 0;
          margin-right: 0; }
        .home_lower .col_third.col_logos a:hover {
          filter: none;
          -webkit-filter: grayscale(0); }

.bottom_banners {
  width: 940px;
  background-color: #0d4773;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF0D4773', endColorstr='#FF082A43');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBkNDc3MyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzA4MmE0MyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0d4773), color-stop(100%, #082a43));
  background-image: -moz-linear-gradient(top, #0d4773 0%, #082a43 100%);
  background-image: -webkit-linear-gradient(top, #0d4773 0%, #082a43 100%);
  background-image: linear-gradient(to bottom, #0d4773 0%, #082a43 100%);
  height: 270px;
  clear: both;
  float: left;
  margin: 20px 0 10px; }
  .bottom_banners .banners_container {
    -moz-box-shadow: inset 0 0 3px #082A43;
    -webkit-box-shadow: inset 0 0 3px #082A43;
    box-shadow: inset 0 0 3px #082A43;
    width: 938px;
    height: 268px;
    margin: 1px; }
    .bottom_banners .banners_container .banner {
      display: block;
      float: left;
      border: 1px solid #0D4A7C;
      width: 300px;
      height: 250px;
      margin: 8px 0 8px 8px; }
      .bottom_banners .banners_container .banner .slideshow, .bottom_banners .banners_container .banner .slideshow .slide {
        width: 100%;
        height: 100%; }
      .bottom_banners .banners_container .banner:hover {
        -moz-box-shadow: 0 0 3px #b2b2b2;
        -webkit-box-shadow: 0 0 3px #b2b2b2;
        box-shadow: 0 0 3px #b2b2b2; }

#sponsors {
  clear: both;
  width: 940px;
  height: 100px;
  margin: 0;
  text-align: center;
  background: url("../images/bg-brushednickelra.jpg") repeat-x 0 0;
  position: relative; }
  #sponsors a {
    width: 125px;
    height: 55px;
    margin: 24px 78px;
    background: url("../images/sprite-sponsorsra.png") no-repeat 0 0;
    display: inline-block;
    text-indent: -9999em;
    position: relative;
    filter: url("http://www.ralstonarena.com/filters.svg#grayscale");
    filter: gray;
    -webkit-filter: grayscale(1); }
    #sponsors a.sponsor_millercoors {
      margin: 24px 50px 24px 35px; }
      #sponsors a.sponsor_millercoors::after {
        display: none; }
    #sponsors a.sponsor_pepsi {
      background-position: -172px 0;
      width: 75px; }
    #sponsors a.sponsor_rotellas {
      background-position: -320px 0;
      width: 71px; }
    #sponsors a.sponsor_gwb {
      background-position: -460px 0;
      width: 86px;
      margin-right: 35px; }
    #sponsors a::after {
      content: " ";
      display: inline-block;
      width: 1px;
      height: 55px;
      background: #ccc;
      border-right: 1px solid #fff;
      position: absolute;
      left: -75px;
      top: 0; }
    #sponsors a:hover {
      filter: none;
      -webkit-filter: grayscale(0); }

/******************************
	google search result page 
******************************/
.searchresults {
  margin: 0;
  padding: 0 20px; }
  .searchresults h1,
  .searchresults h2,
  .searchresults h3 {
    width: 94%;
    margin: 0 0 15px;
    padding: 0 0 5px; }
  .searchresults h1 {
    border-bottom: 1px solid #000;
    padding-top: 18px;
    text-transform: uppercase;
    line-height: 32px;
    color: #fff; }
    .searchresults h1:after {
      display: block;
      content: "";
      position: relative;
      top: 8px;
      border: 1px solid #333; }
  .searchresults h2,
  .searchresults h3 {
    margin-top: 5px;
    text-transform: none; }
  .searchresults #cse-search-results {
    padding: 0; }
    .searchresults #cse-search-results iframe {
      width: 94%; }

/*@group Calendar Styles (includes Full Page and Small Calendar Styles) */
/*******************

1) Full Page Styles
	1.1) Full Page Structure
	1.2) Full Page Header
	1.3) Full Page Body
	1.4) Full Page Date Boxes
	1.5) Full Page Tooltip (for event detail)
2) Small Calendar Styles
	2.1) Small Page Structure
	2.2) Small Page Header
	2.3) Small Page Body
	2.4) Small Page Date Boxes
	2.5) Small Page Tooltip (for event detail)

*******************/
/* @subgroup 1.1) Full Page Structure */
#calendar.full {
  width: 610px;
  height: 700px;
  background: transparent;
  margin-top: 5px;
  position: relative; }

.calendar .full_column {
  height: 800px; }

.calendar .cal_full_bottom {
  height: 80px;
  width: 590px;
  margin-top: 14px; }

/*@subgroup 1.2) Full Page Header */
.full {
  /* MonthlyCalendar */ }
  .full .MonthlyCalendar {
    height: 700px;
    width: 610px;
    border-collapse: collapse;
    margin-left: 0px;
    position: relative;
    /* CalendarHead */ }
    .full .MonthlyCalendar .MonthNavigation {
      height: 50px;
      padding: 0; }
    .full .MonthlyCalendar .MonthNavPrev,
    .full .MonthlyCalendar .MonthNavNext,
    .full .MonthlyCalendar .TodayLink {
      top: 12px; }
      .full .MonthlyCalendar .MonthNavPrev a,
      .full .MonthlyCalendar .MonthNavNext a,
      .full .MonthlyCalendar .TodayLink a {
        width: 24px;
        height: 24px;
        display: block; }
    .full .MonthlyCalendar .MonthNavPrev {
      left: 157px;
      cursor: pointer; }
      .full .MonthlyCalendar .MonthNavPrev a.link-prev {
        display: block;
        background: url(../images/cal_arrows.png) no-repeat 0 0; }
        .full .MonthlyCalendar .MonthNavPrev a.link-prev:hover {
          background-position: 0 -24px; }
    .full .MonthlyCalendar .MonthNavNext {
      right: 154px;
      cursor: pointer; }
      .full .MonthlyCalendar .MonthNavNext a.link-next {
        background: url(../images/cal_arrows.png) no-repeat -24px 0; }
        .full .MonthlyCalendar .MonthNavNext a.link-next:hover {
          background-position: -24px -24px; }
    .full .MonthlyCalendar .MonthName {
      position: relative;
      width: 200px;
      text-align: center;
      display: block;
      left: 1px;
      font-weight: normal;
      margin: 0 auto;
      padding: 14px 0 0;
      color: #888888;
      text-decoration: none;
      text-transform: uppercase;
      line-height: 135%;
      text-shadow: none;
      letter-spacing: 0;
      background: transparent;
      font-size: 22px; }
    .full .MonthlyCalendar #CalendarHead {
      color: #000;
      height: 58px;
      line-height: 15px tr;
        line-height-color: transparent; }
      .full .MonthlyCalendar #CalendarHead tr td {
        padding: 0;
        border: none; }
      .full .MonthlyCalendar #CalendarHead .DateHeader {
        width: 20px;
        text-align: center;
        font-size: 14px;
        line-height: 140%;
        color: #888888;
        height: 27px;
        text-transform: uppercase;
        background: url(../images/full_calendar_datehead.png) repeat-x center top; }
        .full .MonthlyCalendar #CalendarHead .DateHeader span {
          padding-top: 5px;
          display: block; }

/* full */
/*@subgroup 1.3) Full Page Body */
.full .jMonthCalendar {
  position: relative;
  height: 700px;
  width: 570px;
  padding-top: 0; }
  .full .jMonthCalendar .button {
    text-indent: 0;
    position: relative;
    margin: 40px 0 0 4px;
    background: #006EB8;
    width: 80px;
    height: 40px; }
    .full .jMonthCalendar .button:hover {
      background: #006EB8;
      opacity: 0.5; }
    .full .jMonthCalendar .button img {
      width: 78px;
      height: 46px;
      border: solid 1px #00599C; }
    .full .jMonthCalendar .button label {
      display: none; }

/*@subgroup 1.4) Full Page Date Boxes */
.full .DateBox {
  width: 85px;
  height: 98px;
  border: 1px solid #CCC;
  background: #f2f2f2; }

.full .DateLabel {
  width: 25px;
  height: 30px;
  text-align: left;
  font-size: 16px;
  line-height: 25px;
  font-weight: 700;
  padding: 4px 0 0 8px;
  letter-spacing: 1px;
  background: none; }

.full #CalendarBody .active {
  background: #00589A url(../images/cal_event.png) repeat-x left top; }

.full #CalendarBody .active .DateLabel {
  background: none; }

.full .DateLabel a {
  color: red;
  text-decoration: none; }

.full #CalendarBody .Inactive, .full #CalendarBody .Inactive.active {
  opacity: 1.0; }

.full #CalendarBody .Today {
  background: #4C6D1D url(../images/cal_day.png) repeat-x left top;
  opacity: 1.0; }

.full #CalendarBody .Today .DateLabel {
  background: transparent; }

/*@subgroup 1.5) Full Page Tooltip (for event detail) */
#calendar.full .tooltip {
  width: 331px;
  height: 187px;
  left: 150px;
  top: 150px;
  font-weight: bold;
  z-index: 6000;
  background: url(../images/bg_cal_tooltip.png) no-repeat 0 0;
  filter: none; }
  #calendar.full .tooltip .buttons {
    width: 73px; }
    #calendar.full .tooltip .buttons a, #calendar.full .tooltip .buttons span {
      display: block;
      background: url(../images/btns_events.png) no-repeat -32px -32px;
      height: 32px;
      position: relative;
      text-indent: -9999px;
      width: 32px;
      cursor: pointer; }
    #calendar.full .tooltip .buttons .more {
      background-position: 0 -32px;
      float: left; }
      #calendar.full .tooltip .buttons .more:hover {
        background-position: 0 0; }
    #calendar.full .tooltip .buttons .tickets {
      float: right; }
      #calendar.full .tooltip .buttons .tickets:hover {
        background-position: -32px 0; }
    #calendar.full .tooltip .buttons span.tickets, #calendar.full .tooltip .buttons span.soon {
      background-position: -32px -64px;
      cursor: default;
      float: right; }
      #calendar.full .tooltip .buttons span.tickets:hover, #calendar.full .tooltip .buttons span.soon:hover {
        background-position: -32px -64px; }
  #calendar.full .tooltip .content {
    border: none;
    margin: 25px 0 0;
    padding: 20px;
    color: black;
    height: 115px; }
    #calendar.full .tooltip .content h3 a {
      color: red;
      font-weight: 900;
      font-size: 18px; }
      #calendar.full .tooltip .content h3 a:hover {
        color: black; }
  #calendar.full .tooltip .close {
    position: absolute;
    top: 12px;
    right: 11px;
    width: 40px;
    height: 14px;
    font: normal 14px/16px Arial, Helvetica, sans-serif;
    color: #111;
    cursor: pointer;
    text-transform: lowercase;
    text-align: right; }
    #calendar.full .tooltip .close:hover {
      color: #FFF; }

#calendar.full .tooltip label {
  display: block;
  padding-bottom: 15px;
  color: #FFEB51;
  font-size: 14px;
  border-bottom: 1px solid #333; }

#calendar.full .tooltip .info {
  font-size: 12px;
  line-height: 140%;
  display: block;
  clear: both;
  padding: 4px 0 0;
  margin: 0 0 15px; }

#calendar.full .tooltip .info .date {
  display: block;
  width: 51px;
  height: 51px;
  float: left;
  text-align: center;
  line-height: 44px;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  background: none;
  letter-spacing: 2px;
  margin-left: 8px; }

#calendar.full .tooltip .info .cal_details {
  float: left;
  width: 120px;
  padding-top: 8px; }

#calendar.full .tooltip .info .cal_details a {
  display: block;
  color: #fff;
  text-decoration: none; }

#calendar.full .tooltip .info .cal_details a:hover {
  text-decoration: underline;
  color: #007ACB; }

#calendar.full .tooltip .info .cal_details a:hover .cal_event_title,
#calendar.full .tooltip .info .cal_details a:hover .time {
  color: #007ACB; }

#calendar.full .tooltip .info .cal_details .cal_event_title {
  display: block;
  color: #fff;
  height: 10px;
  line-height: 13px; }

#calendar.full .tooltip .info .cal_details .time {
  color: #fff;
  display: block;
  height: 14px; }

/***************************************************************/
/*@subgroup 2.1) Small Page Structure */
.calendar_holder {
  position: relative;
  height: 255px;
  width: 300px;
  margin: 0 0 0 12px;
  float: left;
  background: url(../images/cal_bg_full.png) no-repeat 0 0;
  padding: 0; }

#calendar {
  position: relative;
  height: 87px;
  overflow: hidden;
  width: 300px;
  font: 12px "proxima-nova", Helvetica, sans-serif;
  margin: 0;
  padding: 0; }

.MonthlyCalendar, table.MonthlyCalendar {
  height: 303px;
  width: 250px;
  border-collapse: separate;
  margin: 0;
  padding: 0 25px;
  margin-left: 0;
  border-spacing: 6px 6px; }

a.cal_small_see_all, div.cal_close_btn {
  display: block;
  font: 10px/25px "proxima-nova";
  text-transform: uppercase;
  color: #ccc; }
  a.cal_small_see_all:hover, div.cal_close_btn:hover {
    color: #2E79C1; }

a.cal_small_see_all {
  width: 100px; }

/*@subgroup 2.2) Small Page Header */
.MonthlyCalendar .MonthNavigation {
  clear: both;
  padding: 5px 10px 0 10px; }

.MonthlyCalendar .MonthNavPrev,
.MonthlyCalendar .MonthNavNext {
  width: 20px;
  height: 28px;
  position: absolute;
  top: 16px;
  text-indent: -4000px;
  cursor: pointer;
  z-index: 50; }
  .MonthlyCalendar .MonthNavPrev a,
  .MonthlyCalendar .MonthNavNext a {
    background: url(../images/icons-calendarra.png) no-repeat 0 3px;
    display: block;
    width: 20px;
    height: 28px; }

.MonthlyCalendar .MonthNavNext a {
  background-position: -40px 3px; }
  .MonthlyCalendar .MonthNavNext a:hover {
    background-position: -286px 3px; }

.MonthlyCalendar .MonthNavPrev {
  left: 31px; }
  .MonthlyCalendar .MonthNavPrev a:hover {
    background-position: -246px 3px; }

.MonthlyCalendar .MonthNavNext {
  right: 31px;
  background-position: -14px 0; }

.MonthlyCalendar .MonthName {
  position: relative;
  width: 100%;
  text-align: center;
  font: 600 22px "proxima-nova";
  text-transform: uppercase;
  z-index: 30;
  color: #000;
  line-height: 28px;
  padding: 0 0;
  margin-top: 0;
  font-weight: 900; }

.MonthlyCalendar #CalendarHead {
  width: 100%;
  color: #fff;
  line-height: 20px;
  height: 69px; }
  .ie8 .MonthlyCalendar #CalendarHead, .ie9 .MonthlyCalendar #CalendarHead {
    height: 32px; }

.MonthlyCalendar #CalendarHead tr {
  color: #fff; }

.MonthlyCalendar #CalendarHead tr td {
  padding: 0;
  border: none; }

.MonthlyCalendar #CalendarHead .DateHeader {
  width: 20px;
  text-align: center;
  font: 600 12px/30px "proxima-nova";
  color: #000;
  height: 30px;
  font-weight: 700;
  text-transform: uppercase; }

/*@subgroup 2.3) Small Page Body */
.jMonthCalendar {
  position: relative;
  height: 305px;
  width: 100%;
  padding-top: 10px;
  z-index: 200;
  background: url(../images/bg-calendarra.jpg) no-repeat 0 85px; }

.MonthlyCalendar #CalendarBody tr {
  height: 22px; }

#CalendarBody .active .DateLabel {
  background: none; }

#CalendarBody .active a {
  display: none;
  color: red;
  cursor: pointer; }
  #CalendarBody .active a:hover {
    text-decoration: none;
    color: black; }

#CalendarBody .Inactive a, #CalendarBody .active.Inactive a {
  display: none; }

#CalendarBody .Inactive, #CalendarBody .Inactive .DateLabel {
  background: none;
  opacity: 0;
  border: none; }

#CalendarBody .Inactive, #CalendarBody .active.Inactive {
  background: #B0B9C2;
  background: rgba(52, 80, 111, 0.3);
  opacity: 1; }

.jMonthCalendar .MoreEvents {
  font-size: 12px;
  cursor: pointer;
  display: block;
  position: absolute;
  text-align: center; }

.jMonthCalendar .button {
  cursor: pointer;
  display: block;
  width: 29px;
  height: 29px;
  position: absolute;
  text-align: center;
  margin: 10px 0 0 0;
  z-index: 5000;
  padding: 0;
  background-color: #2D7ABC; }
  .jMonthCalendar .button label {
    font-size: 13px;
    line-height: 29px;
    color: #fff;
    cursor: pointer; }
  .jMonthCalendar .button img {
    display: none; }
  .jMonthCalendar .button:hover label {
    color: #fff; }

/*@subgroup 2.4) Small Page Date Boxes */
td.DateBox {
  vertical-align: top;
  width: 29px;
  height: 29px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  border: 0;
  line-height: 29px;
  background: #082A43; }
  td.DateBox .DateLabel {
    height: 29px;
    width: 29px;
    text-align: center;
    background: none;
    line-height: 29px;
    font-weight: 500;
    font-size: 13px; }
  td.DateBox .DateLabel a {
    cursor: default;
    text-decoration: none;
    color: #fff; }
  td.DateBox.Today {
    background: #fff; }
    td.DateBox.Today .DateLabel a {
      color: #082A43; }

.jMonthCalendar .Event {
  font-size: 12px;
  padding: 1px 1px 1px 4px;
  cursor: pointer;
  display: block;
  position: absolute;
  text-align: left;
  overflow: hidden;
  height: 14px; }

.Event a {
  text-decoration: none;
  color: red;
  float: left;
  white-space: nowrap;
  padding-top: 1px; }

.Event a:hover {
  text-decoration: underline; }

.Event span.ui-icon-triangle-1-w {
  float: left; }

.Event span.ui-icon-triangle-1-e {
  float: right; }

#CalendarBody .DateBoxOver {
  background: #007ACB; }

.Today .DateLabel, #CalendarBody .Today.active .DateLabel {
  background: url(../images/cal_today.png) no-repeat 3px 0; }

.Today .DateLabel a {
  color: #fff; }

/*@subgroup 2.5) Small Page Tooltip (for event detail)	 */
#calendar .tooltip {
  display: none;
  position: absolute;
  top: 85px;
  left: 20px;
  width: 220px;
  z-index: 200;
  padding: 0 20px;
  height: 217px;
  background: #000;
  background: rgba(0, 0, 0, 0.9); }

#calendar .tooltip .scrolled_content {
  height: 190px;
  width: 240px;
  overflow: hidden;
  position: relative; }

#calendar .tooltip .viewport {
  height: 189px;
  width: 220px;
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid #ccc; }

#calendar .tooltip .scrollbar {
  display: none;
  width: 24px;
  height: 180px;
  position: absolute;
  right: 10px;
  top: 10px; }

#calendar .tooltip .scrollbar .track {
  width: 24px;
  height: 180px;
  position: relative;
  background: url(../images/cal_scroll_bgra.jpg) no-repeat right top; }

#calendar .tooltip .scrollbar .track .thumb {
  width: 24px;
  height: 53px;
  background: url(../images/cal_scroll_thumbra.jpg) no-repeat right top;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer; }

#calendar .tooltip label {
  display: none; }

#calendar .tooltip .cal_close_btn {
  width: 20px;
  height: 25px;
  position: absolute;
  bottom: 2px;
  right: 30px;
  cursor: pointer;
  text-transform: uppercase; }

#calendar .tooltip .content {
  width: 260px;
  margin: 0;
  padding: 0;
  height: 100%;
  overflow: scroll;
  overflow-x: hidden;
  position: absolute;
  left: 0;
  top: 0;
  list-style: none; }
  .ie8 #calendar .tooltip .content, .ie9 #calendar .tooltip .content {
    overflow: hidden; }

#calendar .tooltip .static_bg {
  background: #43413A url(../images/bg_cal_detail_inside.png) 0 0 repeat-x; }

#calendar .tooltip .date_btns {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 255px;
  height: 30px;
  padding: 10px 0;
  border-top: 1px solid #011930; }
  #calendar .tooltip .date_btns .date {
    float: left;
    width: 200px; }
    #calendar .tooltip .date_btns .date p {
      font-weight: 500;
      color: #fff;
      font-size: 12px;
      text-transform: uppercase; }
    #calendar .tooltip .date_btns .date span {
      clear: both;
      display: block;
      position: relative; }

#calendar .tooltip .info {
  width: 220px;
  padding: 8px 0 0;
  height: 86px;
  overflow: hidden;
  position: relative; }
  #calendar .tooltip .info h4 {
    color: #fff;
    text-transform: uppercase;
    font-size: 10px;
    margin: 0; }
  #calendar .tooltip .info p {
    color: #fff;
    font-size: 11px;
    font-weight: normal; }
    #calendar .tooltip .info p.tagline {
      font-size: 12px;
      font-style: italic; }
  #calendar .tooltip .info h3 {
    position: relative;
    margin: 0;
    font: bold 12px/120% "proxima-nova"; }
    #calendar .tooltip .info h3 a, #calendar .tooltip .info h3 a:link, #calendar .tooltip .info h3 a:visited {
      text-decoration: none;
      color: #fff;
      text-transform: uppercase; }
      #calendar .tooltip .info h3 a:hover, #calendar .tooltip .info h3 a:focus, #calendar .tooltip .info h3 a:link:hover, #calendar .tooltip .info h3 a:link:focus, #calendar .tooltip .info h3 a:visited:hover, #calendar .tooltip .info h3 a:visited:focus {
        text-decoration: none;
        color: #FFF; }
  #calendar .tooltip .info .description {
    height: 120px;
    overflow: hidden; }
    #calendar .tooltip .info .description h3 {
      font-size: 14px;
      text-transform: none;
      position: relative; }
  #calendar .tooltip .info .buttons {
    position: absolute;
    bottom: 0;
    right: 0px;
    width: 220px;
    height: 33px; }
    #calendar .tooltip .info .buttons a, #calendar .tooltip .info .buttons a:visited, #calendar .tooltip .info .buttons span {
      font-family: "proxima-nova-condensed", Arial;
      display: inline-block;
      width: 109px;
      height: 33px;
      text-align: center;
      color: #fff;
      padding: 0;
      margin: 0;
      line-height: 33px;
      position: relative;
      text-shadow: 0 1px 0 #000;
      font-size: 11px;
      text-transform: uppercase;
      text-decoration: none;
      *zoom: 1;
      filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF2E7CBF', endColorstr='#FF0D4773');
      background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJlN2NiZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzBkNDc3MyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
      background-size: 100%;
      background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #2e7cbf), color-stop(100%, #0d4773));
      background-image: -moz-linear-gradient(#2e7cbf, #0d4773);
      background-image: -webkit-linear-gradient(#2e7cbf, #0d4773);
      background-image: linear-gradient(#2e7cbf, #0d4773);
      -moz-border-radius: 4px;
      -webkit-border-radius: 4px;
      border-radius: 4px; }
      #calendar .tooltip .info .buttons a.more, #calendar .tooltip .info .buttons a:visited.more, #calendar .tooltip .info .buttons span.more {
        border-right: 1px solid #000; }
      #calendar .tooltip .info .buttons a.tickets, #calendar .tooltip .info .buttons a:visited.tickets, #calendar .tooltip .info .buttons span.tickets {
        border-left: 1px solid #2E79C1; }
    #calendar .tooltip .info .buttons a:hover, #calendar .tooltip .info .buttons a:visited:hover {
      *zoom: 1;
      filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF0D4773', endColorstr='#FF2E7CBF');
      background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBkNDc3MyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzJlN2NiZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
      background-size: 100%;
      background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0d4773), color-stop(100%, #2e7cbf));
      background-image: -moz-linear-gradient(#0d4773, #2e7cbf);
      background-image: -webkit-linear-gradient(#0d4773, #2e7cbf);
      background-image: linear-gradient(#0d4773, #2e7cbf);
      text-decoration: none; }
  #calendar .tooltip .info .buttons {
    bottom: 10px;
    top: auto; }
    #calendar .tooltip .info .buttons a, #calendar .tooltip .info .buttons a:visited, #calendar .tooltip .info .buttons span {
      float: left; }

#calendar .tooltip .content .calendar_detail {
  height: 200px;
  overflow: hidden;
  padding: 10px 0;
  position: relative; }
  #calendar .tooltip .content .calendar_detail .buttons {
    position: absolute;
    bottom: 0;
    right: 0px;
    width: 220px;
    height: 33px; }
    #calendar .tooltip .content .calendar_detail .buttons a, #calendar .tooltip .content .calendar_detail .buttons a:visited, #calendar .tooltip .content .calendar_detail .buttons span {
      font-family: "proxima-nova-condensed", Arial;
      display: inline-block;
      width: 109px;
      height: 33px;
      text-align: center;
      color: #fff;
      padding: 0;
      margin: 0;
      line-height: 33px;
      position: relative;
      text-shadow: 0 1px 0 #000;
      font-size: 11px;
      text-transform: uppercase;
      text-decoration: none;
      *zoom: 1;
      filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF2E7CBF', endColorstr='#FF0D4773');
      background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJlN2NiZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzBkNDc3MyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
      background-size: 100%;
      background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #2e7cbf), color-stop(100%, #0d4773));
      background-image: -moz-linear-gradient(#2e7cbf, #0d4773);
      background-image: -webkit-linear-gradient(#2e7cbf, #0d4773);
      background-image: linear-gradient(#2e7cbf, #0d4773);
      -moz-border-radius: 4px;
      -webkit-border-radius: 4px;
      border-radius: 4px; }
      #calendar .tooltip .content .calendar_detail .buttons a.more, #calendar .tooltip .content .calendar_detail .buttons a:visited.more, #calendar .tooltip .content .calendar_detail .buttons span.more {
        border-right: 1px solid #000; }
      #calendar .tooltip .content .calendar_detail .buttons a.tickets, #calendar .tooltip .content .calendar_detail .buttons a:visited.tickets, #calendar .tooltip .content .calendar_detail .buttons span.tickets {
        border-left: 1px solid #2E79C1; }
    #calendar .tooltip .content .calendar_detail .buttons a:hover, #calendar .tooltip .content .calendar_detail .buttons a:visited:hover {
      *zoom: 1;
      filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF0D4773', endColorstr='#FF2E7CBF');
      background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBkNDc3MyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzJlN2NiZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
      background-size: 100%;
      background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0d4773), color-stop(100%, #2e7cbf));
      background-image: -moz-linear-gradient(#0d4773, #2e7cbf);
      background-image: -webkit-linear-gradient(#0d4773, #2e7cbf);
      background-image: linear-gradient(#0d4773, #2e7cbf);
      text-decoration: none; }
  #calendar .tooltip .content .calendar_detail .buttons {
    top: auto;
    bottom: 15px;
    width: auto; }

#calendar .tooltip .thumb {
  position: relative;
  padding: 0; }
  #calendar .tooltip .thumb img {
    width: 90px;
    height: 70px;
    border: 2px solid #011930;
    margin: 0;
    padding: 0; }

.event_list#teams .thumb {
  width: 80px;
  height: 62px; }
  .event_list#teams .thumb a {
    width: 80px;
    height: 62px; }
  .event_list#teams .thumb img {
    width: 80px;
    height: 62px; }
.event_list#teams .info {
  padding: 30px 0 0; }
  .event_list#teams .info h3 a {
    font-size: 20px;
    color: red; }
    .event_list#teams .info h3 a:hover {
      color: #FFF; }

.team_detail {
  margin: 0 15px; }
  .team_detail .event_list {
    float: left; }
  .team_detail .overview h1 {
    line-height: 100%; }
  .team_detail .description {
    margin: 0 0 15px; }
    .team_detail .description a {
      color: #333;
      border-bottom: 1px dotted #333; }
      .team_detail .description a:hover {
        border: 0;
        color: #333; }
  .team_detail .thumb {
    float: left;
    margin: 4px 15px 10px 0;
    padding: 0;
    width: 170px;
    height: auto; }
    .team_detail .thumb img {
      padding: 0;
      margin: 0;
      width: 170px;
      height: 130px;
      border: 2px solid #AAA; }
    .team_detail .thumb a.team_link {
      display: block;
      font-size: 14px;
      text-transform: none;
      color: red;
      padding: 10px 0;
      text-align: center;
      text-decoration: none;
      font-weight: 700; }
      .team_detail .thumb a.team_link:hover {
        color: black; }

.scroll .list {
  width: 20000em;
  position: absolute; }
  .scroll .list .entry {
    float: left;
    clear: none; }
  .scroll .list .group {
    float: left;
    clear: none; }

.banner_holder {
  width: 630px;
  height: 80px;
  padding: 0;
  position: relative; }
  .banner_holder .list {
    background: none;
    border-bottom: none;
    margin: 0;
    padding: 0; }
    .banner_holder .list .entry {
      background: none;
      clear: none;
      padding: 0 15px;
      position: relative;
      width: 180px;
      height: 80px;
      margin: 0; }

.banner_list {
  overflow: hidden;
  width: 630px;
  height: 80px;
  padding: 0;
  position: relative; }

.home .banner .slideshow .imglink {
  height: 250px;
  z-index: 0; }

/* @group Default Banner 
.banner{
	width:314px;
	height:100px;
	padding:0;
	margin:0 0 10px;
	position:relative;
	float:left;
}
.banner .slideshow {
	width:314px;
	height:100px;
	background:none;
	margin:0;
	padding:0;
	&:before {
		display:none;
		content:'';
		position:relative;
		top:auto;
		left:auto;
		width:auto;
		height:auto;
		padding:0;
		margin:0;
		border:none;
		z-index:3;
		opacity:1;
	}
	&:hover {
		.slide:before {
			display:block;
		}
	}
}

.banner .slideshow .slide {
	width:314px;
	height:100px;
	background:none;
	margin:0;
	padding:0;
}
.banner .slideshow .slide img{
	padding:0;
	border:none;
	background:none;
	width:314px;
	height:100px;
	top:0;
	left:0;
}
.banner .slideshow a {
	display:block;
	width:100%;
	height:100%;
}
.banner .slideshow .imglink {
	display:none;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	cursor:pointer;
	a {
		&:before {
			display:none;
			content:'';
			position:absolute;
			top:0px;
			left:0px;
			width:304px;
			height:90px;
			padding:0;
			margin:0;
			border:5px solid #fff;
			z-index:3;
			opacity:0.5;
			cursor:pointer;
		}
	}
}
.banner:hover .slideshow .imglink {
	display:block ;
	cursor:pointer;
	a:before {
		display:block;
	}
}
.banner .slideshow .thumbs_holder,
.banner .slideshow .thumbs_holder ul.thumbs, 
.banner .slideshow .controls, 
.banner .slideshow .controls .nav-controls {
	display:none;
}
 @end */
/*- Events Listing page lower right column banner -*/
#column_2 .banner {
  width: 318px;
  height: 267px; }
  #column_2 .banner .slideshow {
    width: 318px;
    height: 267px; }
    #column_2 .banner .slideshow .slide {
      width: auto;
      height: auto;
      /*			img{
      				width:318px;
      				height:236px;
      			}*/ }

/* ----------------------------------------------------------------------------
= lower page - banner panel
----------------------------------------------------------------------------- 	
#global_banners {
	width: 910px;
	height: 201px;
	background: url("../images/bg-global-banners.png") no-repeat 0 0;
	margin: 0 auto;
	padding: 0;
	clear: both;
	.banner{
		width: 286px;
		height: 155px;
		background-color: transparent;
		margin: 37px 0 0 0;
		&:first-child{
			margin-left:18px;
		}
		.slideshow{
			width:265px;
			height:155px;
			.slide{
				width:auto;height:150px;
			}
		}
	}
	.imglink{
		display:block;
		position:absolute;
		top:-5px;
		left:-7px;
		width:283px;
		height:160px;
		a{
			display:block;
			float:left;
		}
	}
	#banner_8 .imglink a,
	#banner_9 .imglink a,
	#banner_10 .imglink a{
		background-image: url("../images/global-banner-overlay.png");
		background-repeat: no-repeat;
	}
	#banner_8 .imglink a{
		background-position:1px 27px;
	}
	#banner_9{
		margin-right:28px;
		a{
			background-position:-150px 35px;
		}
		.slideshow{
			margin-left:15px;
		}
		.imglink{
			width:300px;
			left:-16px;
		}
	}
	#banner_10 .imglink a{
		background-position:-588px 26px;
	}
}

*/
/* ----------------------------------------------------------------------------
= over rides for bokcenter lower banner
----------------------------------------------------------------------------- 
.banner .slideshow{
	height:auto;
	width:auto;
	.imglink{
		a:before, a:after{
			border:none;
		}
	}
	.slide span{
		height:auto;
		width:auto;
	}
	.slide img{
		background:none;
		border:none;
		height:auto;
		width:auto;
	}
	
}*/
#contests .overview {
  margin-bottom: 12px;
  margin: 0 10px; }
  #contests .overview h1 {
    border-bottom: 1px solid #999;
    padding: 4px 0 3px; }
  #contests .overview .date {
    padding: 9px 0 5px;
    font-family: verdana, arial, sans-serif;
    font-size: 14px;
    line-height: 200%;
    color: #2863A2; }
  #contests .overview a, #contests .overview a:link, #contests .overview a:visited {
    text-decoration: underline;
    color: #2863A2;
    border-bottom: 0px; }
    #contests .overview a:hover, #contests .overview a:focus, #contests .overview a:link:hover, #contests .overview a:link:focus, #contests .overview a:visited:hover, #contests .overview a:visited:focus {
      text-decoration: none; }

#contests #branding {
  margin: -15px 0 15px -20px; }

.contests {
  margin: 0 10px; }

.contest_list {
  position: relative;
  margin: 10px 0;
  position: relative;
  padding: 0;
  border-top: 1px solid #999; }
  .contest_list p.noevents {
    padding: 10px;
    color: #333; }
  .contest_list .list {
    margin: 10px 10px 0; }
  .contest_list .entry {
    clear: both;
    position: relative;
    padding: 10px;
    border-bottom: 1px solid #999;
    background: none;
    width: 540px;
    margin: 0; }
    .contest_list .entry:hover {
      background: #ccc; }
    .contest_list .entry:first-child {
      border-top: none; }
    .contest_list .entry.alt {
      /*	background: gray;*/ }
    .contest_list .entry .info {
      position: relative;
      float: right;
      width: 330px;
      padding-bottom: 10px;
      height: 118px; }
      .contest_list .entry .info h3 {
        margin: 0 0 10px 0;
        padding: 25px 0 0;
        font-size: 19px;
        font-weight: normal;
        line-height: 125%; }
        .contest_list .entry .info h3 a, .contest_list .entry .info h3 a:visited {
          text-transform: uppercase;
          text-decoration: none;
          color: #0F3D68; }
          .contest_list .entry .info h3 a:hover, .contest_list .entry .info h3 a:visited:hover {
            color: #2E7CBF; }
      .contest_list .entry .info h4 {
        color: #333;
        font-size: 14px;
        font-weight: 500;
        margin: 0 0 5px;
        text-transform: none; }
      .contest_list .entry .info .date {
        display: block;
        margin: 8px 0 5px;
        color: #666;
        font: bold 11px "proxima-nova";
        text-transform: uppercase;
        position: absolute;
        top: 0;
        left: 0; }
      .contest_list .entry .info .buttons {
        position: absolute;
        bottom: 0;
        right: 0px;
        width: 220px;
        height: 33px; }
        .contest_list .entry .info .buttons a, .contest_list .entry .info .buttons a:visited, .contest_list .entry .info .buttons span {
          font-family: "proxima-nova-condensed", Arial;
          display: inline-block;
          width: 109px;
          height: 33px;
          text-align: center;
          color: #fff;
          padding: 0;
          margin: 0;
          line-height: 33px;
          position: relative;
          text-shadow: 0 1px 0 #000;
          font-size: 11px;
          text-transform: uppercase;
          text-decoration: none;
          *zoom: 1;
          filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF2E7CBF', endColorstr='#FF0D4773');
          background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJlN2NiZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzBkNDc3MyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
          background-size: 100%;
          background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #2e7cbf), color-stop(100%, #0d4773));
          background-image: -moz-linear-gradient(#2e7cbf, #0d4773);
          background-image: -webkit-linear-gradient(#2e7cbf, #0d4773);
          background-image: linear-gradient(#2e7cbf, #0d4773);
          -moz-border-radius: 4px;
          -webkit-border-radius: 4px;
          border-radius: 4px; }
          .contest_list .entry .info .buttons a.more, .contest_list .entry .info .buttons a:visited.more, .contest_list .entry .info .buttons span.more {
            border-right: 1px solid #000; }
          .contest_list .entry .info .buttons a.tickets, .contest_list .entry .info .buttons a:visited.tickets, .contest_list .entry .info .buttons span.tickets {
            border-left: 1px solid #2E79C1; }
        .contest_list .entry .info .buttons a:hover, .contest_list .entry .info .buttons a:visited:hover {
          *zoom: 1;
          filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF0D4773', endColorstr='#FF2E7CBF');
          background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBkNDc3MyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzJlN2NiZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
          background-size: 100%;
          background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0d4773), color-stop(100%, #2e7cbf));
          background-image: -moz-linear-gradient(#0d4773, #2e7cbf);
          background-image: -webkit-linear-gradient(#0d4773, #2e7cbf);
          background-image: linear-gradient(#0d4773, #2e7cbf);
          text-decoration: none; }
      .contest_list .entry .info .buttons {
        width: 330px; }
        .contest_list .entry .info .buttons a.enter {
          margin-left: 3px; }
        .contest_list .entry .info .buttons span.tickets {
          display: none; }
    .contest_list .entry .thumb {
      float: left;
      height: 122px;
      width: 192px;
      margin: 6px 10px 6px 0;
      /*border: 5px solid black;
      background: transparent url("../images/bg-thumb.png") no-repeat center center;*/
      /*			&:hover {
      				border-color:grey;
      			}*/ }
      .contest_list .entry .thumb a {
        display: block;
        width: 190px;
        height: 120px; }
      .contest_list .entry .thumb img {
        display: block;
        border: 1px solid #666;
        padding: 0;
        margin: 0;
        width: 190px;
        height: 120px; }
  .contest_list .date {
    color: #7F1211;
    font-size: 16px;
    font-family: Georgia, "Times New Roman", serif;
    font-weight: normal;
    line-height: 100%;
    margin: 0 0 10px;
    padding: 0;
    width: 345px; }
  .contest_list .buttons {
    width: auto;
    position: relative;
    background: url(../images/buttons_rule.png) no-repeat left top;
    padding: 1px 0 0; }
    .contest_list .buttons a, .contest_list .buttons a:link, .contest_list .buttons a:visited, .contest_list .buttons span {
      display: block;
      text-transform: uppercase;
      font-size: 18px;
      color: #7F1211;
      float: left;
      font-weight: normal;
      line-height: 20px;
      padding: 8px 10px;
      width: auto;
      text-align: left;
      letter-spacing: 1px; }
    .contest_list .buttons span {
      color: #666; }
    .contest_list .buttons a.more {
      background: url(../images/button_gradient.png) no-repeat right top;
      padding-left: 0; }
    .contest_list .buttons a:hover {
      color: #333; }

.contest_detail {
  padding: 0 20px; }
  .contest_detail .date {
    margin: 0 0 5px; }
  .contest_detail .overview, .contest_detail .description {
    margin: 0 0 20px; }
  .contest_detail .form {
    margin-left: -5px;
    margin-bottom: 20px;
    width: 550px;
    border-bottom: 1px solid #999; }

#contests.detail .event_list {
  margin: 20px 0 0 -10px; }

#map_canvas .map_form {
  color: #222;
  font-size: 11px; }

#map_canvas .map_form label {
  width: auto;
  font-style: italic;
  font-weight: normal;
  font-size: 10px;
  padding-top: 5px;
  color: #222;
  margin: 0 0 4px; }

#map_canvas .map_form input {
  border: 1px solid #ccc;
  height: 14px;
  line-height: 14px;
  padding: 3px;
  float: left;
  color: #222; }

#map_canvas .map_form .submit {
  height: 22px;
  line-height: 14px;
  padding: 3px;
  color: #222; }

.map_holder {
  display: block;
  width: 580px;
  height: 363px;
  border: 1px solid #ccc; }
  .map_holder .map {
    width: 100%;
    height: 100%; }
  .map_holder .map_control {
    /*display:none;*/ }

.map_window ul {
  margin: 0;
  padding: 0; }
.map_window .info {
  border-bottom: 1px dotted #999;
  padding: 0 0 4px;
  margin: 0 0 8px; }
  .map_window .info h4 {
    color: #000; }
  .map_window .info address {
    margin: 0;
    padding: 0;
    font-size: 12px;
    line-height: 140%;
    color: #000; }
.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;
  color: #000; }
  .map_window .directions label {
    display: block;
    font-size: 12px;
    margin: 0 0 8px;
    color: #000; }
  .map_window .directions input {
    border: 1px solid #999;
    padding: 3px 5px;
    margin: 0 0 8px;
    width: 68%;
    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;
    background: #333;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; }
    .map_window .directions form button:hover {
      background: #000; }

.map_control {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 582px;
  height: 55px;
  -moz-border-radius-bottomleft: 6px;
  -webkit-border-bottom-left-radius: 6px;
  border-bottom-left-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  -webkit-border-bottom-right-radius: 6px;
  border-bottom-right-radius: 6px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YwZjBmMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2QzZDNkMyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f0f0f0), color-stop(100%, #d3d3d3));
  background-image: -moz-linear-gradient(top, #f0f0f0 0%, #d3d3d3 100%);
  background-image: -webkit-linear-gradient(top, #f0f0f0 0%, #d3d3d3 100%);
  background-image: linear-gradient(to bottom, #f0f0f0 0%, #d3d3d3 100%); }
  .map_control .ie8 {
    *zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFF0F0F0', endColorstr='#FFD3D3D3'); }
  .map_control label {
    display: block;
    float: left;
    width: 80px;
    height: 32px;
    background: url(../images/map_control.png) no-repeat 0 center;
    text-indent: -9000px;
    margin: 8px 8px 0 5px;
    color: #333; }
  .map_control button {
    display: block;
    float: left;
    background: url(../images/map_control.png) no-repeat -90px center;
    border: 0;
    width: 155px;
    height: 39px;
    margin: 6px 8px 0 10px;
    text-indent: -5000px;
    color: #fff;
    opacity: 0.7;
    filter: alpha(opacity=70); }
    .map_control button.restaurant {
      background-position: -255px center; }
    .map_control button.parking {
      background-position: -420px center; }
    .map_control button.map_anchor {
      display: none;
      position: fixed;
      left: center;
      top: 0;
      margin-left: 250px;
      background-position: -585px center;
      opacity: 1;
      filter: alpha(opacity=100);
      z-index: 99999; }
    .map_control button.active {
      opacity: 1;
      filter: alpha(opacity=100); }
    .map_control button:hover {
      opacity: 1;
      filter: alpha(opacity=100); }

/* ----------------------------------------------------------------------------
=Social Widgets -- overrrides for home in _home.scss
----------------------------------------------------------------------------- */
.social_widget_holder {
  position: relative; }

#social_selector {
  display: block;
  position: absolute;
  top: -53px;
  right: 3px;
  width: 246px;
  height: 67px;
  margin: 0;
  padding: 0;
  z-index: 5200;
  /*	#tab_flickr.active a {
  		background-position:-72px top;
  	}
  	#tab_flickr a:hover, #tab_flickr a.current{
  		background-position:-72px top;
  	}*/ }
  #social_selector li {
    list-style-type: none;
    float: left;
    margin: 0 2px 0 0; }
    #social_selector li.active {
      background: none;
      padding-bottom: 18px; }
    #social_selector li a {
      float: left;
      background: url("../images/ico-socialra-ia.png");
      background-color: transparent;
      background-repeat: no-repeat;
      width: 73px;
      height: 45px;
      padding: 0;
      text-indent: -4000px; }
  #social_selector #tab_twitter a {
    background-position: 0 15px;
    width: 28px;
    margin-right: 49px;
    margin-left: 17px;
    /*		&:hover{
    			background-position:0;
    		}*/ }
  #social_selector #tab_twitter.active a {
    background-position: 0 15px; }
  #social_selector #tab_flickr a {
    background-position: -40px 17px;
    width: 33px;
    margin-right: 50px;
    /*		&:hover, &.current{
    			background-position:-72px top;
    		}*/ }
  #social_selector #tab_facebook a {
    background-position: -83px 17px;
    width: 33px;
    /*		&:hover, &.current {
    			 background-position:-157px top;
    		}*/ }
  #social_selector #tab_facebook.active a {
    background-position: -83px 17px; }

.ie7 #social_selector {
  right: 0; }

#social_content {
  display: none;
  width: 239px;
  position: absolute;
  right: 16px;
  top: -5px;
  margin: 0 0 0 3px;
  z-index: 5000; }
  #social_content ul {
    font-family: Verdana;
    color: #ddd;
    font-size: 10px;
    list-style-type: none;
    padding-left: 4px; }
  #social_content li {
    margin-bottom: 8px; }
  #social_content p {
    font-family: Arial;
    font-size: 14px;
    color: #efefef;
    margin-left: 3px;
    padding-bottom: 8px; }
  #social_content a {
    color: #296CA9; }
  #social_content iframe #stream_content {
    height: 235px; }
  #social_content #social_close {
    display: block;
    position: relative;
    font-family: "proxima-nova-condensed";
    font-size: 11px;
    color: #fff;
    width: 100%;
    height: 18px;
    text-align: center;
    text-transform: uppercase;
    padding: 5px 0 0 0;
    margin: -10px 0 0 0;
    cursor: pointer;
    background-color: #2e7cbf;
    *zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF2E7CBF', endColorstr='#FF0D4773');
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJlN2NiZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzBkNDc3MyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #2e7cbf), color-stop(100%, #0d4773));
    background-image: -moz-linear-gradient(top, #2e7cbf 0%, #0d4773 100%);
    background-image: -webkit-linear-gradient(top, #2e7cbf 0%, #0d4773 100%);
    background-image: linear-gradient(to bottom, #2e7cbf 0%, #0d4773 100%); }
    #social_content #social_close:before {
      content: " ";
      position: absolute;
      left: 60%;
      top: 35%;
      width: 0;
      height: 0;
      border-right: 5px solid transparent;
      border-left: 5px solid transparent;
      border-bottom: 5px solid white;
      display: block; }
    #social_content #social_close:hover {
      font-weight: bold; }
  #social_content ul.chirp {
    font-size: 11px; }
    #social_content ul.chirp li {
      margin-bottom: 12px; }
      #social_content ul.chirp li .intro {
        display: none; }
      #social_content ul.chirp li .tweet_meta {
        margin-top: 6px; }
        #social_content ul.chirp li .tweet_meta a {
          display: none; }

#social_inner {
  width: 239px;
  height: 390px;
  overflow: hidden;
  -moz-box-shadow: rgba(0, 0, 0, 0.8) 0px 6px 10px -5px inset;
  -webkit-box-shadow: rgba(0, 0, 0, 0.8) 0px 6px 10px -5px inset;
  box-shadow: rgba(0, 0, 0, 0.8) 0px 6px 10px -5px inset;
  background: #2d2d2d; }
  #social_inner h3 {
    font-family: Arial;
    font-size: 14px;
    font-weight: 100;
    color: white;
    text-transform: normal; }
  #social_inner ul {
    margin: 0;
    padding: 0; }
  #social_inner #flickr {
    height: 294px;
    overflow: hidden; }
  #social_inner .thumb {
    float: left;
    width: 90px;
    height: 90px;
    border: 2px solid transparent;
    margin: 3px;
    padding: 0;
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    transition: all 100ms linear; }
    #social_inner .thumb:nth-child(odd) {
      margin-left: 0; }
    #social_inner .thumb:hover {
      border: 2px solid #B2B2B2; }
    #social_inner .thumb img {
      width: 100%;
      height: 100%; }

/*- special over-rides -*/
#social_inner > div {
  text-align: left;
  padding: 20px 20px;
  height: 326px;
  z-index: 1000; }

/*- tweet list in social dropdown -*/
.tweetList {
  height: 310px;
  overflow: hidden; }
  .tweetList li {
    font-size: 11px;
    color: #cacaca;
    font-weight: 100; }
  .tweetList p {
    margin: 0;
    padding: 0 0 0 0px;
    font-size: 11px;
    color: #cacaca;
    line-height: 125%;
    font-weight: 100; }
  .tweetList a {
    color: #2C79BF; }

.tweet span {
  display: block;
  font-size: 9px;
  font-weight: normal;
  color: #000;
  letter-spacing: 0.03em;
  margin: 0;
  padding: 3px 0 6px; }
  .tweet span b {
    color: #666;
    text-transform: uppercase;
    font-weight: normal; }
  .tweet span p a:hover {
    color: #000;
    text-decoration: underline; }

/**********************************
=special over-rides for page_1
**********************************/
#page_1 #social_content #social_inner {
  background: url("../images/social-bg.png") no-repeat 0 0px;
  padding: 30px 20px 30px 15px; }
  #page_1 #social_content #social_inner.facebook {
    background: url("../images/social-bg.png") no-repeat 0 -379px; }

#page_1 #social_content #social_close {
  display: none; }

#fb_connect_status {
  display: none; }

#fb_attendees {
  position: relative;
  margin-bottom: 10px; }

.fbtabs {
  width: 220px;
  height: 370px; }
  .fbtabs .fbtabs_holder {
    width: 100%;
    background-color: #fff;
    border: 1px solid #ccc;
    margin: 0;
    padding: 0 0 10px;
    float: left; }
  .fbtabs .ie7 .fbtabs_holder {
    height: 306px; }
  .fbtabs h4 {
    height: 20px;
    background: transparent url("../images/fb_icon.png") no-repeat 0 1px;
    margin: -30px 0 5px;
    padding: 0 0 0 24px;
    font-family: "proxima-nova-condensed";
    font-size: 16px;
    font-weight: normal;
    line-height: 21px;
    color: #fff;
    text-transform: uppercase;
    text-align: left; }
  .fbtabs a.seeall {
    display: block;
    position: absolute;
    top: 13px;
    right: 3px;
    width: 43px;
    height: 12px;
    padding: 5px;
    font-size: 10px;
    color: #999;
    text-transform: uppercase;
    z-index: 25;
    font-family: Arial; }
  .fbtabs .css-tabs {
    width: 93%;
    height: 25px;
    border-bottom: 1px solid #ccc;
    margin: 19px 7px 0;
    padding: 0;
    font-size: 11px;
    font-weight: bold;
    color: #333333; }
    .fbtabs .css-tabs li {
      float: left;
      list-style: none;
      margin: 0;
      padding: 0;
      text-align: center;
      text-transform: uppercase;
      width: 69px; }
    .fbtabs .css-tabs a {
      display: block;
      height: 25px;
      margin: 0 2px 0 0;
      padding: 0;
      font-size: 10px;
      line-height: 25px;
      font-weight: bold;
      color: #333;
      text-transform: uppercase;
      text-decoration: none; }
      .fbtabs .css-tabs a:hover {
        *zoom: 1;
        filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF2E7CBF', endColorstr='#FF0D4773');
        background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJlN2NiZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzBkNDc3MyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
        background-size: 100%;
        background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #2e7cbf), color-stop(100%, #0d4773));
        background-image: -moz-linear-gradient(#2e7cbf, #0d4773);
        background-image: -webkit-linear-gradient(#2e7cbf, #0d4773);
        background-image: linear-gradient(#2e7cbf, #0d4773);
        color: #fff; }
      .fbtabs .css-tabs a.current {
        background-position: 0 bottom;
        color: #fff;
        *zoom: 1;
        filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF2E7CBF', endColorstr='#FF0D4773');
        background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJlN2NiZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzBkNDc3MyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
        background-size: 100%;
        background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #2e7cbf), color-stop(100%, #0d4773));
        background-image: -moz-linear-gradient(#2e7cbf, #0d4773);
        background-image: -webkit-linear-gradient(#2e7cbf, #0d4773);
        background-image: linear-gradient(#2e7cbf, #0d4773); }
        .fbtabs .css-tabs a.current:hover {
          *zoom: 1;
          filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF0D4773', endColorstr='#FF2E7CBF');
          background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBkNDc3MyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzJlN2NiZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
          background-size: 100%;
          background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0d4773), color-stop(100%, #2e7cbf));
          background-image: -moz-linear-gradient(#0d4773, #2e7cbf);
          background-image: -webkit-linear-gradient(#0d4773, #2e7cbf);
          background-image: linear-gradient(#0d4773, #2e7cbf); }
  .fbtabs .css-panes {
    clear: both;
    display: block;
    /*		position:relative;
    		top:0px;*/
    width: 95%;
    height: 170px;
    margin: 0 0 0 12px;
    padding: 0;
    overflow: hidden;
    z-index: 5; }
    .fbtabs .css-panes .pane {
      display: block;
      background-color: transparent;
      border: none;
      min-height: 238px;
      padding: 10px 0; }
    .fbtabs .css-panes .attendee {
      float: left;
      width: 50px;
      height: 85px;
      padding: 0 7px;
      font-weight: bold;
      font-family: "proxima-nova-condensed";
      text-align: center; }
      .fbtabs .css-panes .attendee a {
        display: block;
        clear: both;
        text-align: left;
        line-height: 120%;
        font-size: 11px;
        color: #222;
        text-decoration: none; }
        .fbtabs .css-panes .attendee a div {
          font-weight: normal;
          font-size: 10px; }
      .fbtabs .css-panes .attendee img {
        display: block;
        height: 50px;
        width: 50px; }

/*- facebook - connect -*/
#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; }

/*
old styles



*/
/* I'm going / I want to go buttons */
#fb_rsvp, #fb_rsvp_status {
  display: none;
  position: relative;
  width: 100%;
  margin: 10px 0 10px 12px;
  text-align: center;
  z-index: 15;
  /* bok center add-ons*/ }
  #fb_rsvp button, #fb_rsvp span, #fb_rsvp_status button, #fb_rsvp_status span {
    font-family: "proxima-nova-condensed", Arial;
    display: inline-block;
    width: 96px;
    height: 28px;
    float: left;
    text-align: center;
    color: #fff;
    padding: 0;
    margin: 0;
    line-height: 28px;
    -moz-box-shadow: inset 0 0 3px #082A43;
    -webkit-box-shadow: inset 0 0 3px #082A43;
    box-shadow: inset 0 0 3px #082A43;
    position: relative;
    border: 1px solid #1b5b94;
    border-bottom: 1px solid #135182;
    text-shadow: 0 1px 0 #000;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    *zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF2E7CBF', endColorstr='#FF0D4773');
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJlN2NiZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzBkNDc3MyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #2e7cbf), color-stop(100%, #0d4773));
    background-image: -moz-linear-gradient(#2e7cbf, #0d4773);
    background-image: -webkit-linear-gradient(#2e7cbf, #0d4773);
    background-image: linear-gradient(#2e7cbf, #0d4773); }
    #fb_rsvp button:first-child, #fb_rsvp span:first-child, #fb_rsvp_status button:first-child, #fb_rsvp_status span:first-child {
      margin-right: 4px; }
    #fb_rsvp button:hover, #fb_rsvp span:hover, #fb_rsvp_status button:hover, #fb_rsvp_status span:hover {
      *zoom: 1;
      filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF0D4773', endColorstr='#FF2E7CBF');
      background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBkNDc3MyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzJlN2NiZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
      background-size: 100%;
      background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0d4773), color-stop(100%, #2e7cbf));
      background-image: -moz-linear-gradient(#0d4773, #2e7cbf);
      background-image: -webkit-linear-gradient(#0d4773, #2e7cbf);
      background-image: linear-gradient(#0d4773, #2e7cbf); }
  #fb_rsvp span, #fb_rsvp_status span {
    height: 26px;
    line-height: 26px; }
  #fb_rsvp #button_fb_rsvp_cancel, #fb_rsvp_status #button_fb_rsvp_cancel {
    margin-right: 0; }

/* @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;
  width: auto;
  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; }

.concierge_listing {
  width: 100%;
  position: relative; }
  .concierge_listing .list {
    margin: 0 0 20px; }
    .concierge_listing .list .entry {
      width: 543px;
      background: #eee;
      position: relative;
      display: block;
      min-height: 150px;
      margin-bottom: 35px;
      margin-left: 10px;
      padding: 15px 10px 10px 5px;
      clear: both; }
      .concierge_listing .list .entry a.thumb {
        display: block;
        width: 190px;
        height: 120px;
        margin: 10px 20px 20px 20px;
        overflow: hidden; }
        .concierge_listing .list .entry a.thumb img {
          width: 190px;
          height: 120px; }
    .concierge_listing .list .info {
      width: 290px;
      margin: 0 0 0 15px; }
      .concierge_listing .list .info .vcard {
        width: 100%;
        margin-bottom: 15px; }
        .concierge_listing .list .info .vcard h3 {
          margin: 0 0 10px 0;
          padding: 5px 0 0;
          font-size: 19px;
          font-weight: normal;
          line-height: 125%; }
          .concierge_listing .list .info .vcard h3 a {
            text-transform: uppercase;
            text-decoration: none; }
            .concierge_listing .list .info .vcard h3 a:hover {
              color: #2E7CBF; }
        .concierge_listing .list .info .vcard .address {
          display: block;
          margin: 8px 0 5px;
          color: #666;
          font: bold 11px "proxima-nova";
          text-transform: uppercase; }
          .concierge_listing .list .info .vcard .address .street-address {
            display: block;
            margin-bottom: 1px; }
        .concierge_listing .list .info .vcard .tel {
          padding-bottom: 4px; }
          .concierge_listing .list .info .vcard .tel .type {
            margin-left: 2px;
            font-weight: bold; }
  .concierge_listing .booking {
    position: relative;
    text-align: center; }
    .concierge_listing .booking a {
      width: 150px; }

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

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

/* @group Seating Charts */
.photo_gallery {
  margin: 0 16px 20px;
  padding: 0;
  position: relative;
  border: 1px solid #C5C7C4;
  float: left; }

.photo_gallery .thumb {
  display: block;
  margin: 0 0px 0 0;
  padding: 0;
  width: 234px;
  height: 144px; }

.photo_gallery .thumb img {
  margin: 0;
  padding: 0;
  border: none;
  display: block;
  width: 234px;
  height: 144px; }

.photo_gallery strong {
  display: block;
  width: 214px;
  margin: 0;
  padding: 5px 10px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: #111;
  opacity: 0.85;
  overflow: hidden;
  border-bottom: 1px solid #222;
  text-decoration: none;
  font-size: 11px;
  font-weight: bold;
  color: black; }

.photo_gallery a {
  text-decoration: none; }

/* @end */
.apple_overlay {
  display: none;
  width: 600px;
  padding: 15px 15px 10px;
  height: 570px;
  background: #fff; }

.apple_overlay .close {
  background-image: url(../images/lightbox-btn-close.gif);
  position: absolute;
  bottom: 20px;
  right: 16px;
  cursor: pointer;
  width: 66px;
  height: 22px;
  z-index: 9000; }

.apple_overlay .content {
  background: transparent; }

.apple_overlay .slideshow {
  width: auto;
  height: 545px;
  background: #fff; }

.apple_overlay .slideshow .caption_holder {
  display: block; }

.apple_overlay .slideshow .controls {
  display: block;
  width: 100%;
  height: 53px;
  padding: 0;
  color: #fff;
  position: absolute;
  z-index: 600;
  top: 180px;
  left: 0; }

.apple_overlay .slideshow .controls .nav-controls {
  position: relative; }

.apple_overlay .slideshow .controls .nav-controls a.prev {
  display: block;
  width: 63px;
  height: 32px;
  background: url(../images/lightbox-btn-prev.gif) no-repeat 0 0;
  position: absolute;
  top: 0;
  left: 0px;
  text-indent: -4000px;
  cursor: pointer;
  border: none; }

.apple_overlay .slideshow .controls .nav-controls a.next {
  display: block;
  width: 53px;
  height: 53px;
  background: url(../images/lightbox-btn-next.gif) no-repeat 0 0;
  position: absolute;
  top: 0;
  right: 0px;
  text-indent: -4000px;
  cursor: pointer;
  border: none; }

.apple_overlay .slideshow .slide {
  width: 100%;
  height: 465px;
  overflow: hidden; }

.apple_overlay .slideshow .slide span {
  display: block;
  width: 600px;
  height: 465px; }

.apple_overlay .slideshow .caption_holder {
  display: none;
  position: absolute;
  bottom: 7px;
  left: -12px;
  width: 640px;
  padding: 10px 0 0;
  height: 40px;
  z-index: 15; }

.apple_overlay .slideshow .caption_holder span {
  display: block;
  width: auto;
  height: 35px; }

.apple_overlay .slideshow .caption {
  position: relative; }

.apple_overlay .slideshow .caption p {
  color: #333;
  font-size: 14px;
  line-height: 100%;
  padding: 10px 0 0 20px;
  font-weight: bold;
  float: left;
  width: 600px;
  overflow: hidden;
  font-family: Georgia, "Times New Roman", serif; }

.apple_overlay .slideshow .caption .date {
  color: #fff;
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 100%;
  margin: 0;
  padding: 0;
  float: left;
  font-weight: normal;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px #c38c1d; }

.apple_overlay .slideshow .caption .buttons {
  float: right; }

.apple_overlay .slideshow .caption .buttons a {
  display: block;
  text-transform: uppercase;
  font-size: 18px;
  color: #811211;
  padding: 6px 10px;
  letter-spacing: 0.5px;
  width: auto;
  float: left;
  background: url(../images/slideshow_btn_rule.png) no-repeat 0 0; }

.apple_overlay .slideshow .caption .buttons a.more {
  margin: 0 2px 0 0; }

.apple_overlay .slideshow .caption .buttons a:hover {
  color: #333; }

.apple_overlay .slideshow .caption a {
  display: none; }

.apple_overlay .slideshow .thumbs_holder {
  display: block;
  width: 600px;
  height: 80px;
  position: absolute;
  top: 473px;
  left: 0; }

.apple_overlay .slideshow .thumbs_holder ul {
  display: block;
  list-style-type: none;
  list-style-image: none;
  padding: 0;
  margin: 0; }

.apple_overlay .slideshow .thumbs_holder li {
  float: left;
  width: 65px;
  margin-right: 5px;
  height: 43px; }

.apple_overlay .slideshow .thumbs_holder li a.thumb, .apple_overlay .slideshow .thumbs_holder li a.thumb img {
  display: block;
  width: 65px;
  height: 43px;
  border: none;
  background: transparent; }

.apple_overlay .slideshow .thumbs_holder li a.thumb {
  border: 2px solid #fff; }

.apple_overlay .slideshow .thumbs_holder li.selected a.thumb {
  border: 2px solid #B0BAC9; }

.apple_overlay .slideshow .thumbs_holder .caption {
  display: none; }

.apple_overlay .slideshow .thumbs .caption {
  display: none; }

.apple_overlay .slideshow .thumbs .caption p {
  color: #333;
  font-size: 12px;
  height: 30px;
  overflow: hidden; }

.apple_overlay .slideshow .thumbs li:hover .caption {
  display: none;
  opacity: 1; }

.apple_overlay .slideshow .video {
  width: 100%;
  height: 100%;
  background: url(../images/play.png) no-repeat center 160px;
  position: absolute;
  left: 0px;
  top: 0px;
  display: none;
  z-index: 601; }

.apple_overlay .slideshow .video #video_player, .apple_overlay .slideshow .video #video_holder {
  display: block;
  width: 100%;
  height: 100%;
  margin: 8% auto 0;
  text-align: center; }

.apple_overlay .slideshow .imglink {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  display: none; }

.apple_overlay .slideshow .imglink #imglink {
  position: relative;
  background: url(../images/blank.png) 0 0 repeat;
  display: block;
  width: 100%;
  height: 100%; }

.apple_overlay .slideshow img {
  display: block;
  width: 100%;
  height: 100%; }

.apple_overlay #map_overlay {
  background-image: url(../images/map_transparent.png); }

.apple_overlay .contentWrap {
  height: 375px;
  overflow: hidden;
  border: 1px solid #FF9100; }

.apple_overlay .map_overlay.apple_overlay {
  display: none;
  width: 620px;
  padding: 35px;
  height: 370px; }

/* Typekit inactive and loading style fallbacks */
/* Conditional IE Styles. Nest each browser under heading
   classes are generated by Modernizr and appear in HTML tag */
.ie8 nav a {
  font-size: 14px; }
.ie8 nav ul ul li a {
  font-size: 9px; }
.ie8 footer.footer .holder .footer_top #foot_close {
  width: 95px; }
  .ie8 footer.footer .holder .footer_top #foot_close:before {
    margin-left: 10px; }
  .ie8 footer.footer .holder .footer_top #foot_close.closed:before {
    margin-left: 8px; }
.ie8 footer.footer .holder .footer_top .nav {
  width: 371px; }
.ie8 nav:before {
  content: "";
  position: absolute;
  top: 0;
  left: -19px;
  display: block;
  height: 43px;
  width: 19px;
  background: transparent url("../images/nav-anglesra.png") no-repeat -1px 0;
  visibility: visible; }
.ie8 nav:after {
  content: "";
  position: absolute;
  top: 0px;
  right: -9px;
  display: block;
  height: 43px;
  width: 10px;
  background: transparent url("../images/nav-anglesra.png") no-repeat -24px 0;
  visibility: visible; }
.ie8 .premium-login-area .full .login input[type="password"] {
  padding: 4px 2px 5px; }
.ie8 .home #content {
  filter: none; }

.ie9 .premium-login-area .full .login input[type="password"] {
  padding: 5px 2px; }
